body {
	background-color: #eaecee;
}

h1 {
    padding: 0 0 0.625rem 0;
    color: #1f407a;
    font-size: 25px;
    line-height: 1.12;
}

h2 {
	font-size: 18px;
    line-height: 1.5;
    padding: 10px 0 0 0;
}

label, input[type=text], input[type=email], input[type=submit], textarea {
	width: 100%;
}

input[type=submit] {
	border: none;
	background-color: #82be1e;
	color: #ffffff;
	padding: 10px;
}

input[type=submit]:hover {
	cursor: pointer;
}

.site-content-contain {
	/*margin-top: -35px;*/
}

.site-content-contain .row {
	margin-top: 17px;
}

#content {
	background-color: #ffffff;
}

.home #content {
	background-color: transparent;
}

.content-area {
	background-color: #ffffff;
}

#masthead {
  background: #007a92;
	/*background: #1f407a;*/
	/*min-height: 300px;*/
  min-height: 265px;
}

#top-masthead {
	min-height: 148px;
}

/* SEARCH FORM */

#search {
	/*background-color: #627aa8;*/
  background-color: #056073;
    border: none;
    color: #ffffff;
    width: 300px;
    padding: 10px;
    font-size: 14px;
}

#searchsubmit {
    position: absolute;
    right: 22px;
    top: 10px;
    width: 20px;
}

/* BOOTSTRAP NAVIGATION MENU ITEM COLOR HOVER FOCUS ACTIVE */

.navbar-light .navbar-nav .nav-link {
	/*font-size: 0.958rem;*/
	/*font-size: 1.1rem;*/
  	font-size: 13px;
	color: #ffffff;
	/*font-weight: bold;*/
	/*height: 3.125rem;*/
	display: block;
	/*padding-top: 0.7rem;*/
  padding-top: 0.5rem;
}

.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
	color: #1f407a !important;
	background-color: #82be1e !important;
	/*font-weight: bold;
	-webkit-box-shadow: 0 0 0.4375rem 0 #222222;
	-moz-box-shadow: 0 0 0.4375rem 0 #222222;
	box-shadow: 0 0 0.4375rem 0 #222222;*/
}

.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active {
	background-color: transparent;
  	color: #ffffff;
}


.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link {
	color: #1f407a;
	background-color: #82be1e;
	-webkit-box-shadow: 0 0 0.4375rem 0 #222222;
	-moz-box-shadow: 0 0 0.4375rem 0 #222222;
	box-shadow: 0 0 0.4375rem 0 #222222;
}

.menu-item {
	border-right: 1px solid #ffffff;
}

.menu-item:last-child {
	border-right: none;
}

.menu-item a {
	font-size: 14px;
	font-weight: 500;
    padding: 15px;
}

.menu-item a:hover {
	background-color: #82be1e;
}

.menu-item a:last-child {
	border-bottom: 0;
}

.dropdown-menu {
	top: 96%;
	border: none;
	border-radius: 0 !important;
	padding: 0;
	box-shadow: 0 0 0.4375rem 0 #222222;
}

.dropdown-item,
.dropdown-item:hover {
	color: #1f407a;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	border-bottom: 1px solid rgba(0,0,0,.125);
}

/*LIST GROUP ITEM*/

.list-group-item {
	padding: 0;
}

.list-group-item a {
	display: block;
	padding: 10px;
	color: #333333;
	font-weight: 500;
}

.list-group-item a:hover {
	color: #174569;
	text-decoration: none;
	background-color: #82be1e;
}

/*NIVO SLIDER*/

#metaslider_container_5 .nivo-caption {
	width: 50%;
	bottom: 60px;
	background: #ffffff;
	font-weight: bold;
	color: #0069b4;
	padding: 25px;
}

.theme-default .nivo-controlNav a {
	background: #82be1e !important;
	border-radius: 20px;
}

/*SIDEBAR*/

.col-md-3.sidebar {
	padding: 0;
}

#secondary h2 {
	font-size: 18px;
}

#secondary ul {
	padding: 0 0 0 10px;
}

#secondary ul li {
	list-style: none;
	line-height: 1.85;
}

#secondary #left-sidebar ul li:after {
	content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #82be1e;
    padding-left: 0.5em;
    left: 0;
}

.widget_text {
    background: #ffffff;
    padding: 5px;
    margin-bottom: 17px;
}

.site-footer {
	border-top: 10px solid #eaecee;
	/*background-color: #1f407a;*/
  background-color: #007a92;
	color: #ffffff;
}

.site-footer .widget_text {
	background-color: transparent;
	text-align: left;
}


.col-content {
	background-color: #ffffff;
}

.col-content .list-group-item {
	border-left: none;
	border-right: none;
}

#green-box {
	background-color: #82be1e;
	min-height: 352px;
	color: #ffffff;
}

#green-box h1 {
	color: #1f407a;
	font-size: 20px;
    line-height: 1.3;
}

#green-box p {
	color: #1f407a;
	font-weight: 500;
}

#green-box a {
	color: #ffffff;
	font-weight: bold;
	background: #0069b4;
	padding: 8px;
}

#green-box a:after {
	content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #82be1e;
    padding-left: 0.5em;
	left: 0;
}

.fa.fa-arrow-right {
	color: #82be1e;
}


.on #pbAutoplayBtn {
	display: none !important;
}

#pbCloseBtn:before {
	background: #82be1e !important;
}

#teacher-photo img {
	width: 100%;
	height: auto;
}

.post-date {
	font-size: 12px;
}

.tag .list-group img {
  height: auto;
}

.tag .list-group li {
    border: none;
}

#primary .post-thumbnail img {
	width: 100%;
  	height: auto;
  	margin-bottom: 15px; 
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    height: auto;
}
