/*
Theme Name: Bootstrap Basic
Theme URI: 
Author: Vee Winch
Author URI: http://rundiz.com
Description: Bootstrap v.3 basic theme for developers to build their new theme very fast and easy. You can support theme author by <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9HQE4GVV4KTZE" target="donate">donate</a>. To follow what was changed, please look for <a href="https://github.com/OkveeNet/bootstrap-basic" target="commits">commits</a> of this theme at Github.
Version: 1.0.8
License: MIT
License URI: http://opensource.org/licenses/MIT
Text Domain: bootstrap-basic
Domain Path: /languages/
Tags: white, gray, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready

This theme built with Twitter Bootstrap v.3. It is basic theme with basic style for build new theme with Bootstrap.

*/


/*
Required WordPress CSS
*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

html {
	padding-top: 15px;
}

body {
	font-family: 'Bitter', serif;
	font-size: 16px;
    	line-height: 1.52857143;
    	color: #484848;
}

h1, h2, h3, h4, .nav>li>a {
	font-family: 'Raleway', sans-serif;
}

.navbar-default {
  	margin: 1px 0 24px 0;
  	padding: 6px 0;
  	background: #01219B; /* For browsers that do not support gradients */
   	background: -webkit-linear-gradient(#327CCB, #094190); /* For Safari 5.1 to 6.0 */
    	background: -o-linear-gradient(#327CCB, #094190); /* For Opera 11.1 to 12.0 */
    	background: -moz-linear-gradient(#327CCB, #094190); /* For Firefox 3.6 to 15 */
    	background: linear-gradient(#327CCB, #094190); /* Standard syntax */
    	border-radius: 6px;
}

.site-title img {
	width: 157px;
    	margin-top: -15px;
}

@media only screen and (max-width : 600px) {
     .site-title img {   
        width: 157px;
	margin: 0 auto;
    	display: block;
	}
     .home .jumbotron p.lead {
        font-size: 24px !important;	
    }
}


.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 18px;
}

.nav .sub-menu {
	text-transform: none;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	background-color: transparent;
	text-decoration: underline;
	color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: transparent;
}

.footer {
	background-image: -webkit-linear-gradient(top,rgba(255, 204, 6, 0.93) 0,#FFA706 100%);
    	background-image: -o-linear-gradient(top,rgba(255, 204, 6, 0.93) 0,#FFA706 100%);
    	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255, 204, 6, 0.93)),to(#FFA706));
    	background-image: linear-gradient(to bottom,rgba(255, 204, 6, 0.93) 0,#FFA706 100%);
    	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    	background-repeat: repeat-x;
    	border-color: rgba(225, 227, 19, 0.29);
	margin-top: 25px;
	border-radius: 5px;
}

.footer .row {
	padding: 19px 20px;
}

.footer ul {
	list-style-type: none;
	padding: 0;
}

.footer form label {
	color: #fff;
}

.footer ul li {
	font-size: 15px;
	padding-bottom: 10px;
}

.footer h4 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	color: #fff;
	max-width: 238px;
}

.footer a {
	color: #fff;
}

.footer .fa {
	    font-size: 21px;
    padding-right: 10px;
    color: #fff;
}

.home-block {
	background: url("http://educatenow.net/wp-content/uploads/2014/10/Diversity_in_School_Choice.png") no-repeat;
	background-size: cover;
	min-height: 237px;
	box-shadow: inset 0 0 0 1000px rgba(33, 15, 117, 0.5);
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    
}
.home-block-1 {
	background: url("/wp-content/uploads/2016/05/youthforce.jpg") no-repeat;
	background-size: cover;
}


.home-block-2 {
	background: url("/wp-content/uploads/2016/05/personalized-learning.jpg") no-repeat;
	
}

.home-block-3 {
	background: url("/wp-content/uploads/2016/05/data-analysis.jpg") no-repeat;
	
}

.home-block-4 {
	background: url("/wp-content/uploads/2016/05/policy-governance.jpg") no-repeat;
	
}


.home-block:hover {
	box-shadow: none;
	cursor: pointer; cursor: hand;
}

.home-block h3 {
	color: #fff;
    padding-top: 99px;
    text-shadow: 1px 1px 5px#000;
    text-align: center;
}

.home-block a:hover, .home-block h3 a:hover, .home-block h3:hover, .home-block:hover, .home-block a h4 {
	text-decoration: none !important;
}

.principle-block {
	background: #01219B;
	width: 160px;
	height: 160px;
	border-radius: 80px;
	padding: 16px 0 0 65px;
  	margin-top: 22px;
  	margin-left: 50px;
}

.principle-block h1 {
	font-size: 66px;
	color: #fff;

}

.jumbotron {
	background: url("http://educatenow.net/wp-content/uploads/2011/05/Bookstore1.jpg");
	color: #fff;
	box-shadow: inset 0 0 0 1000px rgba(10, 10, 10, 0.48);
	background-size: cover;
	margin-bottom: 45px;
}

.home .jumbotron {
	height: 250px;
	background: url("/wp-content/uploads/2016/05/home-header.jpg");
	background-size: cover;
        margin-bottom: 15px;
}

/* Principles header */

.post-8 .jumbotron {
	background: url('/wp-content/uploads/2016/05/principles-header.jpg') no-repeat;
	background-size: cover;
}

.post-8 .entry-title, .post-5840 .entry-title, .post-5912 .entry-title, .post-5915 .entry-title {
	display: none;
}

/* Team header */

.post-5840 .jumbotron {
	background: url('/wp-content/uploads/2016/05/ASHE-2015-1458.jpg') no-repeat;
	background-size: cover;
}

.post-5912 .jumbotron {
	background: url('/wp-content/uploads/2016/05/board-header.jpg') no-repeat;
	background-size: cover;
}

.post-5915 .jumbotron {
	background: url('/wp-content/uploads/2016/05/ashe-kids-1.jpg') no-repeat;
	background-size: cover;
}

.team .jumbotron h1 {
	color: #fff;
}

.team img {
	border-radius: 6px;
}

.team h2 {
	margin-top: 0;
}

.jumbotron h1 {
	text-transform: uppercase;
	margin-top: 53px;
}

.home .jumbotron p.lead {
	font-size:30px;
	padding-top: 29px;
  text-shadow: 1px 1px 5px#000;
}

.blog .fa {
	font-size: 25px;
    padding-left: 5px;
    color: #01219B;
}

.share {
	padding-top: 13px;
}

form label {
	padding-right: 10px;
}

.btn-yellow {
	background-image: -webkit-linear-gradient(top,rgba(255, 204, 6, 0.93) 0,#FFCC06 100%);
    background-image: -o-linear-gradient(top,rgba(255, 204, 6, 0.93) 0,#FFCC06 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255, 204, 6, 0.93)),to(#FFCC06));
    background-image: linear-gradient(to bottom,rgba(255, 204, 6, 0.93) 0,#FFCC06 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: rgba(225, 227, 19, 0.29);
}

.masthead .navbar-form {
	margin-top: 18px;
    height: 49px;
}

.masthead .navbar-form .form-control {
	height: 33px;
    width: 216px !important;
    font-size: 14px;
}

.navbar-form .btn-yellow {
	padding: 5px 17px;
}

.header-icons .fa {
	font-size: 32px;
	color: #327CCB;
	padding-left: 10px;
}

.nav-justified>li {
    float: none;
    border-right: 1px solid #3A4A88;
}

.nav-justified>li:last-child {
	border-right: none;
}

i.fa-arrow-circle-o-right {
	font-size: 33px;
}

/* Hide front page title */

.post-5861 .entry-title {
  display: none;
}

#main-column .page {
    border: none; 
    margin-bottom: 0; 
    padding: 0; 
}

#main-column .post {
	border: none;
}

.custom-well-posts, .custom-well-tweets {
	padding: 5px 35px;
}

.custom-well-posts ul {
	list-style-type: none;
	padding-left: 3px;
}

.custom-well-posts {
	background: #98dafc;
}

.custom-well-posts ul li {
	padding-bottom: 15px;
}

.custom-well-posts ul li a {
	color: #fff;
    	font-size: 19px;
    	font-weight: 500;
}

.custom-well-posts h2 {
	text-transform: uppercase;
    	color: #fff;
    	margin: 0 0 14px 0;
    	padding: 10px 0 10px 0;
    	border-bottom: 2px solid #fff;
}

.custom-well-tweets h2 {
	text-transform: uppercase;
	color: #fff;
	background: #daad86;
	padding: 0 0 10px 0;
    	margin: 0;
}

.custom-well-posts h2 i, .custom-well-tweets h2 i {
	font-size: 28px;
    	padding-right: 11px;
}



.dropdown-menu>li>a {
	font-size: 15px;
	padding: 6px 33px;
}

/* YouthForce page */

.page-id-5887 .jumbotron {
	background: transparent url('/wp-content/uploads/2016/05/youthforce-header.jpg') no-repeat;
	background-size: cover;
}	

/* Personalized learning page */

.post-6053 .jumbotron {
	background: url('/wp-content/uploads/2016/05/personalized-learning-header.jpg') no-repeat;
	background-size: cover;
}

/* Policy and governance */

.post-433 .jumbotron {
	background: url('/wp-content/uploads/2016/05/policy-header.jpg') no-repeat;
	background-size: cover;
}

/* Data and analysis */

.post-991 .jumbotron {
	background: url('/wp-content/uploads/2016/05/data-header.jpg');
	background-size: cover;
}

.jumbotron {
	height: 275px;
}

.post-5887 .entry-title, .post-6053 .entry-title, .post-433 .entry-title, .post-991 .entry-title {
	display: none;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
background: transparent;
color: #fff;
}

.steering img {
 max-width: 200px;
}

.steering .row {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    height: 200px;
    display: flex;
    align-items: center;
}

.steering .row:hover {
	background: #eee;
}

.steering .row h2 {
	display: inline-block;
    	vertical-align: middle;
    	float: none;
}

/* Mission page */

.post-5915 p, .post-5915 ul {
    font-size: 18px;
    line-height: 1.65;
}

table td {
padding: 5px !important;
    border: 1px solid #504F4F !important;
}

table#table-no-border td {
padding: 5px !important;
    border: 0px solid #504F4F !important;
}

.site-branding {
	    margin-bottom: 12px;
}

.site-branding .navbar-form {
	margin-top: 16px;
}

/* custom newsletter form css start */

.newsletter-section {
  background: #f5f7fb;
  padding: 50px 20px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}
.newsletter-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}
.newsletter-text {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
}

.newsletter-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.newsletter-left {
    width: calc(50% - 20px);
}

.newsletter-right {
    width: calc(50% - 20px);
}

@media only screen and (max-width: 767px){
	.newsletter-left {
		width: 100%;
	}

	.newsletter-right {
		width: 100%;
	}
}

/* custom newsletter form css end */