/*
	Theme Name:		Cognita Corporate
	Theme URI: 		http://www.cognitaschools.com

	Author: 		SteadyGo
	Author URI: 	http://www.steadygo.co.uk

	Description: 	The 2015 WordPress theme for Cognita Corporate

	Version:		1.4.2
	Text Domain: 	cognita
*/

/*------------------------------------------------------------------

	[Table of contents]

	1. Coming Soon

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
	[1. Temporary Code]
*/

.school-finder-header {
	margin-left: 30px !important;
}


/*------------------------------------------------------------------
	[1. Body]
*/

body {
	background-color: #001B3C;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .oswald, .btn, .expand-toggle-more {
	font-family: 'Oswald', Impact, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

h1, h2, h3 {
	text-transform: uppercase;
}

h1, .h1 {
	font-size: 2.5em;
}

h2, .h2 {
	color: #003775;
	font-size: 1.55em;
}

h3, .h3 {
	font-size: 1.2em;
}

h4, .h4 {
	font-size: 1em;
}

.subtitle {
	font-weight: 100;
}

.intro {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: none;
}

.copy {
	font-size: 14px;
}

.line-divide {
	background: url(./assets/images/line-divide.png) repeat-y center;
	min-height: 150px;
}

video {
  width: 100%    !important;
  height: auto   !important;
}

/*------------------------------------------------------------------
	[2. Colours]
*/

.bg-blue {
	background-color: #003775;
}
.bg-blue-dark {
	background-color: #001B3C;
}
.bg-tan {
	background-color: #f6f6f6;
}
.bg-white {
	background-color: white;
}

.t-white {
	color: white;
}
.t-blue {
	color: #003775;
}
.t-blue-dark {
	color: #001B3C;
}
.t-red {
	color: #A51D3F;
}
.t-gray, .t-grey {
	color: #888;
}

.bg-blue {
	background-color: #003775;
}
.bg-blue-dark {
	background-color: #001B3C;
}
.bg-red {
	background-color: #A7193D;
}

.t-left {
	text-align: left;
}
.t-center {
	text-align: center;
}
.t-right {
	text-align: right;
}
.t-none {
	text-align: none;
}

.t-top {
	margin-top: 0 !important;
}

.t-uppercase {
	text-transform: uppercase;
}

/*------------------------------------------------------------------
	[3. Overlays]
*/

.overlay {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}

.overlay-black {
	background-color: rgba(0, 0, 0, 0.3);
}

.overlay-white {
	background-color: rgba(255, 255, 255, 0.3);
}

.overlay-play {
	background: url(./assets/images/video-play.png) no-repeat center;
	cursor: pointer;
	z-index: 15;
}

.overlay-play-large {
	background: url(./assets/images/video-play-large.png) no-repeat center;
	cursor: pointer;
	z-index: 15;
}

.overlay-study {
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	color: white;
	font-size: 14px;
	left: 0;
	padding: 15px 20px;
	position: absolute;
	right: 0;
	text-align: left;
	z-index: 5;
}

/*------------------------------------------------------------------
	[1. Breadcrumbs]
*/

#breadcrumbs {
	font-size: 0.75em;
	margin: 50px 0 2em;
}

.row-intro #breadcrumbs {
	margin-top: 0;
}

/*------------------------------------------------------------------
	[1. Buttons]
*/

.btn {
	border: 0;
	line-height: 36px;
	padding: 0 10px;
	text-transform: uppercase;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

.btn i {
	margin-right: 5px;
}

.btn:hover {
	color: inherit;
}

.btn-white {
	background-color: white;
	color: #6D7D8F;
}
.btn-white:hover, .btn-white:focus, .btn-white:focus {
	color: #6D7D8F;
}

.btn-red {
	background-color: #A51D3F;
	color: white;
}
.btn-red:hover, .btn-red:active, .btn-red:focus {
	color: white;
}

.btn-blue {
	background-color: #003775;
	color: white;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:focus {
	color: white;
}


/*------------------------------------------------------------------
	[1. Social Icons]
*/

.social {

}

.social-feature {
	bottom: 15px;
	position: absolute;
	right: 25px;
	z-index: 6;
}

.social-icon {
	background: white;
	color: #001B3C;
	display: inline-block;
	font-size: 1.1em;
	height: 28px;
	line-height: 28px;
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
	width: 28px;

	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 100%;
}

.social-icon:hover {
	color: #001B3C;
}


/*------------------------------------------------------------------
	[1. Navigation]
*/

.home .navbar-brand {
	background-size: 100%;
	height: 70px;
}

.navbar-brand,
.home.body-scrolled .affix .navbar-brand {
	background: url(./assets/images/logo-header.png) no-repeat;
	background-size: 76%;
	height: 53px;
	width: 257px;
	text-indent: -999em;
}

.body-scrolled .affix {
	background-color: rgba(0, 55, 117, 0.8) !important;
    position: fixed !important;
    top: 0px;
    width: 100%;
    z-index: 99;

	-webkit-transition: background 0.5s linear, border 0.5s ease-out;
	   -moz-transition: background 0.5s linear, border 0.5s ease-out;
		 -o-transition: background 0.5s linear, border 0.5s ease-out;
		-ms-transition: background 0.5s linear, border 0.5s ease-out;
			transition: background 0.5s linear, border 0.5s ease-out;
}

body.admin-bar .affix {
	top: 32px;
}

body.admin-bar .affix:not(.has-header-bg) {
	top: 0;
}

body.body-scrolled.admin-bar .affix {
	top: 32px;
}

.navbar {
	margin-bottom: 0;
	min-height: 0;
}

.navbar-wrapper {
	background: #003775;
	left: 0;
	padding: 30px;
	position: relative;
	right: 0;
}

.has-header-bg {
	background: none;
	position: absolute;
}

.navbar-inverse {
	background: transparent;
	border: none;
}

.navbar-inverse .navbar-toggle {
	border: 0;
	margin: 0;

	padding: 8px 0 0;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

.navbar-meta {
	float: right;
}

.navbar-collapse {
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1;
}

.navbar-header, .navbar-meta {
	position: relative;
	z-index: 2;
}

.navbar-meta, .navbar-nav {

}

.navbar-meta, .navbar-nav {
	margin-top: 5px;
}

.navbar-nav {
	display: inline-block;
	float: none;
}

.navbar-nav li {

}

.navbar-nav li a {
	background: none !important;
	color: white !important;
	font-size: 1.25em;
	line-height: 40px;
	margin: 0 12px;
	padding: 0;
	text-transform: uppercase;
}

.navbar-nav li a {
	border-bottom: solid 2px transparent;
}

.navbar-nav li:hover a, .navbar-nav li.current-menu-item a {
	border-bottom: solid 2px white;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: transparent !important;
}


/*------------------------------------------------------------------
	[1. Header Navigation Dropdowns]
*/

.navbar-nav li.open {

}

.navbar-nav li.open > a {
	background-color: transparent !important;
	border-color: white !important;
}

.navbar-nav li .dropdown-menu {
	border: 0;
	margin: 0 0 0 12px;
	padding: 5px 15px;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

.navbar-nav li .caret {
	margin: 0 2px;
	position: relative;
  	top: -2px;
}

.navbar-nav li .dropdown-menu li {
	border-bottom: solid 1px #AEAEAE;
}

.navbar-nav li .dropdown-menu li:last-child {
	border-bottom: none;
}

.navbar-nav li .dropdown-menu li a {
	background: none !important;
	border: 0;
	color: #333 !important;
	line-height: 36px;
	margin: 0;
	padding: 5px 5px;
	text-transform: uppercase;
}

.dropdown:hover .dropdown-menu {
	display: block;
}


/*------------------------------------------------------------------
	[1. Header Search]
*/

.header-search {
	border-bottom: solid 1px white;
	float: left;
	margin: 7px 0;
}

.header-search label {
	margin: 0;
}

.header-search .search-field {
	background: transparent;
	border: 0;
	color: white;
	font-size: 13px;
	line-height: 1;
	max-width: 130px;
	padding: 0;
}

.header-search .search-submit {
	background: url(./assets/images/header-search.png) no-repeat center center;
	border: 0;
	display: inline-block;
	height: 18px;
	text-indent: -999em;
	width: 13px;
}

@media screen and (min-width: 1025px) and (max-width: 1250px) {
	.header-search {
		display: none;
	}
}


/*------------------------------------------------------------------
	[1. Language]
*/

.header-language {
	float: left;
	margin-left: 30px;
}

.header-language:hover .btn-dropdown {
	border-bottom: solid 6px white;
}

.header-language .dropdown-menu {
	border: 0;
	margin-top: 0;
	padding: 10px 15px;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

.header-language .caret {
	margin: 0 2px;
	position: relative;
  	top: -2px;
}

.header-language .dropdown-menu li {
	border-bottom: solid 1px #AEAEAE;
}

.header-language .dropdown-menu li:last-child {
	border-bottom: none;
}

.header-language .dropdown-menu li a {
	line-height: 36px;
	padding: 0 5px;
	text-transform: uppercase;
}


/*------------------------------------------------------------------
	[1. School Finder]
*/

.school-finder {
	background-image: url(./assets/images/arrow-right-small-spacer.png) !important;
	background-repeat: no-repeat;
	background-position: right center;
	color: white !important;
	float: left;
	padding-right: 34px;
	margin-left: 5px;
}

.finder-results {
	background: #f6f6f6;
	margin: 30px 0 0;
	overflow: hidden;
	padding: 1em;
	position: relative;
}

.finder-results h3 {
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

.finder-results h3 img {
	margin: 1em 0 2em;
    width:50%;
    margin: 0 auto;
}

.finder-results h3 a {
	/*display: block;*/
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0 0 0 0;
	text-align: center;
	width: 100%;
}

.finder-results h3 a span {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6em;
}


/*------------------------------------------------------------------
	[1. Feature Row]
*/

.row-feature {
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: solid 6px #003775;
	height: 	400px;
	max-height: 400px;
	min-height: 400px;
	position: relative;
	width: 100%;
}

@media screen and (min-width: 1600px) {
	.row-feature {
		background-size: 100%;
	}
}

.home .row-feature {
	height: 1075px;
	min-height: 800px;
	max-height: 1075px;
}

.row-feature .feature-heading {
	color: white;
	font-size: 3.6em;
	font-weight: normal;
	margin: 0 0 0.25em;
	text-transform: none;
}

.row-feature .feature-heading .q-mark {
	line-height: 1em;
	font-size: 1.11em;
}

.home .row-feature .feature-heading {
	font-family: 'cheddar_jackregular', 'Oswald', Impact, Arial, Helvetica, sans-serif;
	font-size: 6em;
}

.row-feature .feature-heading small, .row-feature .feature-subheading {
	clear: both;
	color: white;
	display: block;
	font-size: 0.6em;
	font-weight: 100;
	margin: 20px 0 30px;
}

.row-feature .feature-subheading {
	font-size: 1.4em;
}

.feature-overlay {
	bottom: 0;
	left: 0;
	padding: 35px 0 15px;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 5;
}

.home .row-feature .feature-overlay {
	padding: 70px 0 50px;
}


/*------------------------------------------------------------------
	[1. Generic Row]
*/

.row-pad {
	padding: 25px 0;
	position: relative;
}

.row-pad + .row-pad, .row-pad + .row-text, .row-text + .row-pad, .row-text + .row-text {
	padding-top: 1px;
}

.row-school + .row-text {
	padding-top: 45px;
}

.row-pad.has-background, .row-pad.has-background + .row-mosaic-intro, .row-donate + .row-mosaic-intro {
	padding-top: 25px !important;
}

.row-media-below {
	padding-bottom: 20px !important;
}

.bg-gray + .bg-gray {
	padding-top: 0;
}


/*------------------------------------------------------------------
	[1. Text Row]
*/

.row-text {
	background-color: white;
	padding: 45px 0 35px;
	position: relative;
}

.row-text .text-content {
	margin: 0 auto;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 800px;
	z-index: 10;
}

.text-heading {
	margin: 0 0 30px;
}

/*------------------------------------------------------------------
	[1. CTA Rows]
*/

.row-ctas {
	margin: 0;
}

.cta-block {
	cursor: pointer;
	padding: 0;
	position: relative;
}

.cta-content {
	color: white !important;
	display: block;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 10;
}

.row-ctas:hover .overlay-black, .row-ctas.hover .overlay-black {
	background-color: rgba( 0, 0, 0, 0.6 );
}

.row-ctas .cta-block:hover .overlay-black, .row-ctas .cta-block.hover .overlay-black {
	background-color: rgba( 0, 0, 0, 0.3 );
}

.row-ctas .cta-content {
	position: absolute;
}

.row-ctas .cta-content p {
	text-transform: none;
}

.cta-content hgroup {
	left: 0;
  	position: absolute;
  	right: 0;
  	text-align: center;
  	top: 50%;
  	transform: translateY(-50%);
}

.cta-more {
	display: inline-block;
	height: 22px;
	margin: 10px 0 0;
	overflow: hidden;
	text-align: left;
	width: 44px;
}

.cta-more span {
	background: url(./assets/images/arrow-right.png) no-repeat right;
	display: inline-block;
	float: right;
	line-height: 22px;
	padding-right: 54px;
	width: 164px;
}
.cta-more {
-webkit-transition: width .5s; /* Safari */
    transition: width .5s;
}

.cta-block:hover .cta-more {
	width:164px;
}
/*------------------------------------------------------------------
	[1. Donate Row]
*/

.row-donate {
	padding: 1em 0 !important;
}

.btn-donate {
	line-height: 18px;
	font-size: 18px;
	color: black;
	padding: 16px 25px;
}

.btn-donate i {
	font-size: 1.3em;
	padding-left: 8px;
	position: relative;
}

/*------------------------------------------------------------------
	[1. Video Row]
*/

.row-videos {
	margin: 0;
}

.video-block {
	cursor: pointer;
	padding: 0;
	position: relative;
}

.video-image {
	max-width: none;
	width: 100%
}

.video-overlay {
	top: inherit;
}

.video-overlay .video-heading {
	line-height: 68px;
	margin: 0;
	text-transform: uppercase;
}

.row-videos .slick-dots {
	background: #E9EBED;
	line-height: 75px;
	bottom: 0;
	position: relative;
	margin: 0;
}

.row-videos .slick-dots li {
	margin: 0 2px;
	top: -6px;
}

.row-videos .video-carousel-arrow {
	margin: 0 6px;
	color: #000;
	position: relative;
	display: inline-block;
	height: 20px;
	padding: 0;
	opacity: 0.25;
	cursor: pointer;
}

.row-videos .video-carousel-arrow:hover {
	opacity: 1;
}

/*------------------------------------------------------------------
	[1. Mosaic Row]
*/

.row-mosaic-intro {
	padding-top: 45px;
}

.row-mosaic {
	border-top: solid 6px #003775;
	margin: 0;
}

.mosaic-block {
	padding: 0;
}

.mosaic-block > span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0.7);

   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.mosaic-block:hover > span, .mosaic-block.hover > span {
	opacity: 1;
}

.mosaic-block > span > span {
	color: white;
	display: block;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: 50%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.moasic-image {
	
}

/*------------------------------------------------------------------
	[1. Case Study Row]
*/

.row-study {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: solid 1px white;
	padding: 20px 0;
}

.row-study .study-content, .row-study .study-content a {
	color: white;
}

.row-study .study-media {

}

.row-study .study-image {
	position: relative;
}

.row-study h3.pull-right {
	margin-bottom: 0;
}

.row-study .study-expand {
	color: white !important;
	cursor: pointer;
	display: block;
}

.row-study .slick-next {
	right: 25px;
}

.row-study .slick-prev {
	left: 25px;
}

.row-study-1 .study-content, .row-study-1 .study-media { padding: 30px 15px; }
.row-study-1 .row { border: solid 1px white; }
.row-study-2 .study-content { border: solid 1px white; padding: 30px; }
.row-study-2 .study-media   { padding: 0; }
.row-study-3 .study-content, .row-study-3 .study-media { padding: 30px 15px; }
.row-study-3 .row { border: solid 1px white; }

/*------------------------------------------------------------------
	[1. Camp Row]
*/

.row-camp {
	border-bottom: solid 1em white;
}

.camp-container {
	background-repeat: no-repeat;
	background-position: center;
	padding: 25px;
	position: relative;
}

.camp-btn {
	bottom: 25px;
	position: absolute;
	right: 25px;
}

.camp-content {
	background: rgba(0, 55, 117, 0.6);
	color: white;
	float: left;
	font-size: 14px;
	max-width: 400px;
	padding: 30px 30px 20px;
	width: auto;
}

.camp-title {

}

/*------------------------------------------------------------------
	[1. School Row]
*/

.row-school {
	background-attachment: fixed !important;
	display: block;
	text-decoration: none !important;
	padding: 90px 0 !important;
}

/*------------------------------------------------------------------
	[1. Footer]
*/

.footer {
	background-color: white;
}

.footer .text-heading {
	margin: 50px 0;
}

.footer h5 {
	font-size: 22px;
	margin: 0 0 30px;
	text-transform: uppercase;
}

.footer-cols {
	margin-bottom: 50px;
}

.footer-cols .footer-col {
	border-right: solid 1px #003775;
	font-size: 14px;
	padding: 10px 30px;
}

.footer-cols .footer-col:last-child {
	border-right: 0;
}

.footer-nav {
	background-color: #003775;
	padding: 30px 50px;
}

.footer-nav-col {
	border-right: solid 1px #3D6799;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;

	font-size: 13px;
	list-style: none;
}

.footer-nav-col li {
	margin: 0;
	padding: 0;
}

.footer-nav-col li a {
	color: white;
}

.footer-nav .footer-nav-col:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

.footer .school-finder {
	margin-top: 9px;
}

.footer-copy {
	background-color: #001B3C;
	padding: 25px 50px;
}

.footer-copy p {
	color: white;
	font-size: 0.8em;
	margin: 0;
}

.website-by {

}

.website-by a {
	color: white;
	text-decoration: underline;
}

.footer-custom {
	float: right;
	line-height: 28px;
	margin: 5px 10px 0;
}

/*------------------------------------------------------------------
	[1. Slick Sliders]
*/

.slick-slider {
	margin-bottom: 0;
}

.slider-nav {

}

.slider-nav .slick-slide, .slider-study-nav .slick-slide {
	cursor: pointer;
	opacity: 0.7;
}

.slider-nav .slick-slide:hover, .slider-study-nav .slick-slide:hover {
	opacity: 1;
}

/*------------------------------------------------------------------
	[1. Intro Row]
*/

.row-intro {
	background-color: white;
}

.intro-title {

}

.intro-title h2 {
	line-height: 1.4em;
}

.intro-content {

}

.intro-right {

}

.intro-right img {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto;
}

.intro-right > * {
	height: auto;
	max-width: 100%;
}

/*------------------------------------------------------------------
	[1. School Sections]
*/

.school-title {
	margin: 0.6em 0 1.2em;
}

.school-logo {
	margin: 5em auto 0;
    margin-top: 0;
    width:70%;
}

.school-contact {
	border-left: solid 1px #003775;
	padding-left: 35px;
}

.school-contact .btn {
	display: block;
	text-align: left
}

.school-contact .btn i {
	position: relative;
	top: -1px;
}

.school-tabs, .school-related, .school-stats, .school-headteacher {
	margin: 30px 0 0;
}

.school-tabs .nav-tabs {
	border-bottom: 0;
}

.school-tabs .nav-tabs li {

}

.school-tabs .nav-tabs li a {
	background-color: #a8a9aa;
	border: 0 !important;
	color: #ebebeb;
	font-family: Oswald, Impact, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	margin: 0 6px 6px 0;
	padding: 12px 20px;
	text-transform: uppercase;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

.school-tabs .nav-tabs li.active a, .school-tabs .nav-tabs li a:hover {
	background-color: #f6f6f6;
	color: #003775;
}

.school-tabs .tab-content .tab-pane {
	background-color: #f6f6f6;
	color: #9f9f9f;
	font-size: 13px;
	padding: 20px;
}

.school-tabs .tab-content .tab-pane .school-info {
	-webkit-columns: 2;
	   -moz-columns: 2;
			columns: 2;

	-moz-column-fill: balance;
		 column-fill: auto;

    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
    		column-gap: 35px;
}

.school-headteacher {
	padding: 20px;
}

.school-headteacher img {
    border: solid 3px white;
    margin: 0 0 0.5em 1em;
}

.school-headteacher p {
	font-size: 13px;
}

.school-stats {
	border: solid 2px #003775;
	padding: 20px;
}

.school-stats dl {
	margin: 0 -20px;
}

.school-stats dl dt {
	clear: left;
	float: left;
	padding: 15px 0 15px 25px;
	width: 30%;
}

.school-stats dl dt i {
	padding-right: 10px;
}

.school-stats dl dd {
	float: left;
	padding: 15px 0;
	width: 70%;
}

.school-stats dl dt, .school-stats dl dd {
	color: #484848;
	font-family: Oswald, Impact, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.school-stats dl dd {
	font-weight: 300;
}

.school-stats dl dt.odd, .school-stats dl dd.odd {
	background-color: #f9f9f9;
}

.school-gallery .slick-dots {
	bottom: 0;
	margin: 1em 0 0;
	position: relative;
}

.school-related {
	padding: 20px;
}

img.related-school-logo {
    width: 40%;
    margin: 0 auto;
}

.school-results {

}

.school-results .school-item {
	color: #828282;
	font-size: 13px;
	line-height: 1.4em;
	margin: 1.5em 0 0;
}

.school-results .school-item .media-object {
	border: solid 2px #D8E0E3;
	margin-top: 3px;
}

.school-results .school-item .media-left {
    width:50%;
}

/*------------------------------------------------------------------
	[1. Contact & Maps]
*/

.map-frame .findermap {
	height: 300px;
}


.pac-container:after {
    /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */

    background-image: none !important;
    height: 0px;
}


#findermap {
	height: 500px;
}

.finder-tip {
	font-size: 14px;
	margin-top: 10px;
}

.finder-tip a {
	text-decoration: underline;
	color: #920101;
}

a.reset {
	text-decoration: underline;
}

#map_canvas {
	background: none repeat scroll 0 0 #C2C2C2;
	height: 340px;
	overflow: hidden;
	width: 570px;
	margin: 10px 0 20px 0;
}

.location-map {
	border-top: 1px solid #E4E4E4;
	margin: 20px 0;
	padding: 20px 0;
}

.infoBox h3 {
	margin: 0;
	padding: 5px 0 8px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.infoBox a {
	color: #920101;
	position: relative;
	text-decoration: underline;
	top: 4px;
}

.map-logo {
	margin-right: 5px;
	min-height: 100px;
	padding-top: 5px;
}

.findermap {

}

.map-frame {
	background: #fff;
}


/*------------------------------------------------------------------
	[1. Contact Row]
*/

.row-contact {
	background-color: white;
}

.row-contact.has-background, .row-contact.has-background h2, .row-contact.has-background h3 {
	color: white;
}

.contact-col {

}

.contact-col-title {
	margin-bottom: 1em;
}

.row-contact.has-background .contact-col a {
	color: white !important;
	text-decoration: underline !important;
}


/*------------------------------------------------------------------
	[1. Contact Navigation Row]
*/

.contact-subnav {
	margin: 20px -30px -30px;
}

.contact-navigation {
	margin: 0;	
}

.contact-navigation li {
	padding: 0 10px;
}

.contact-navigation li h3 {
	margin-bottom: 20px;
}


/*------------------------------------------------------------------
	[1. School Listings]
*/

.listing-search-overlay {
	text-align: left;
	padding: 20px 0;
}

.listing-search-label {
	margin-bottom: 0;
	position: relative;
	text-transform: none;
	top: 6px;
}



.listing-search-input {
	
}

select{
    background-color: #EEF1F6;
    color: #6D7D8F;
    max-width: 450px;
    border-radius: 0 !important;
    border: none;
    height: 36px;
    outline: none;
    -webkit-appearance: none;
    padding: 5px 8px;
    
}
.select-caret {
    display: inline-block;
    color: #6D7D8F;
    width: 0;
    height: 0;
    margin-left: 2px;
    float: left;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    top: 17px;
    right: 1px;
}
input[type=text],.schoolTypeSelect {
 	background-color: #EEF1F6;
 	border: 0;
 	color: #666;
 	height: 36px;
	margin: 0;
 	max-width: 450px;
    width: 100% !important;
 
 	-webkit-border-radius: 0 0;
 	   -moz-border-radius: 0 0;
 			border-radius: 0 0;
 }


.listing-search-submit {
	background-color: #A9193D;
	border: 0;
	color: white;
	height: 36px;
	overflow: hidden;
	position: relative;
	
	width: 40px;
}
/*.glyphicon-ok:before {
	font-family: "FontAwesome" !important;
    content: "\f00c" !important;
}*/
.dropdown-menu li a span.selected-tick {
    float: right;
    display: none;
}
.dropdown-menu li.selected a span.selected-tick {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}
.btn-search-advanced {
	margin-left: 10px;
}

.btn-search-advanced .caret {
	margin: 0 0 0 3px;
	position: relative;
	top: -2px;
}

.listing-search-advanced {
	background-color: white;
	border-bottom: solid 1px #003775;
}

.listing-search-col {
	border-right: solid 1px #003775;
	padding-bottom: 10px;
	padding-top: 10px;
}

@media (min-width: 768px) {
	.listing-search-col-last {
		width: 24%;
	}
}

.listing-country {
	border: solid 1px white;
	/* margin-top: 30px; */
	overflow: hidden;
	padding: 8% 15%;
	position: relative;
}

.listing-country-active {
	background: #f6f6f6;
	border: solid 1px #e0e0e0;

	margin-bottom: 30px;

	-webkit-transition: background 0.5s linear, border 0.5s ease-out;
	   -moz-transition: background 0.5s linear, border 0.5s ease-out;
		 -o-transition: background 0.5s linear, border 0.5s ease-out;
		-ms-transition: background 0.5s linear, border 0.5s ease-out;
			transition: background 0.5s linear, border 0.5s ease-out;

}

.listing-country-flag {
	cursor: pointer;
}

.listing-country-name .subtitle {
	cursor: pointer;
	line-height: 44px;
}

.listing-location-name {
	background: url(./assets/images/listing-active.png) no-repeat right center;

	cursor: pointer;
	display: block;
	margin-top: 10px;
	width: 100%;
}

.listing-location-name.collapsed {
	background-image: url(./assets/images/listing-inactive.png);
}

.toggle-schools {
	background: white;
	border-top: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
	margin: 10px -25%;
	padding: 0 25%;
}

.listing-results {
	padding-bottom: 0 !important;
}

.listing-schools {
	padding: 25px 0 5px;
}

.listing-school {
	margin-bottom: 20px;
}

.listing-school-logo {
	background-color: #f6f6f6;
	border: solid 1px #ccc;
}

.listing-school-logo a {

}

.listing-school-logo a img {
	margin: 10px auto;
    width:50% !important;
}

.listing-school-details {
	margin-bottom: 0;
}

.listing-school-details {
	color: #828282;
	font-size: 13px;
	line-height: 1.4em;
}


/*------------------------------------------------------------------
	[1. Blog Listings]
*/

.blog-excerpt {
	margin-bottom: 2em;
}

.blog-excerpt-title a {
	color: #2a2a2a;
	letter-spacing: 1px;
}

.blog-excerpt-image {

}

.blog-excerpt-image img {
	margin: 0 auto;
}

span.author {
	display: none;
}


/*------------------------------------------------------------------
	[1. Blog Single]
*/

.blog-single-title {
	margin-bottom: 20px;
}

.blog-single-image {
	margin: 0 auto 20px;
}

.blog-single-content {

}

.blog-single-content span.author {
	display: none;
}

.blog-single-author {
	margin-bottom: 13px;
}

.blog-single-date {
	font-size: 14px;
	font-style: italic;
	font-family: Georgia, Times, 'Times New Roman', serif;
}

.blog-single-date i {
	margin-right: 5px;
}

.blog-single-social {
	margin-top: 1em;
}

.blog-single-social .fb-like {
	margin: 0 5px;
	position: relative !important;
	top: -3px;
}

.blog-single-social .twitter-tweet-button {
	position: relative !important;
	top: 3px;
}


/*------------------------------------------------------------------
	[1. Sidebars]
*/

.sidebar {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar > li {
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0;
}

.sidebar > li > h2 {
	margin-top: 0;
}

.sidebar .jaw_widget, .sidebar .jaw_widget > li {
	list-style: none;
	margin: 0;
	padding: 0;
}


/*------------------------------------------------------------------
	[1. Sidebar Widgets]
*/


/*------------------------------------------------------------------
	[1. Contact Widget]
*/

.widget_cognita_contact a {
	clear: both;
	margin: 1em 0 0;
	overflow: hidden;
	padding: 5px 15px;
	text-align: left;
	width: 100%;
}

.widget_cognita_contact a .fa {
	position: relative;
	top: -1px;
}


/*------------------------------------------------------------------
	[1. Individual Contact Widget]
*/

.widget-contact {
	margin-top: 1em;
}

.widget-contact-subtitle {
	font-size: 15px;
	font-weight: 600;
	color: #474747;
	margin: 1em 0 -0.6em;
	display: block;
	clear: both;
}

.widget-contact-name {	
    font-size: 16px;
    color: #474747;
    font-weight: 600;
}

.widget-contact-role {
	font-size: 14px;
	color: #8D8D8D;
	font-weight: 600;
	clear: both;
	display: block;
	margin: 10px 0 10px;
}

.widget-contact-telephone {
	font-size: 14px;
	color: #8D8D8D;
	font-weight: 600;
	margin-bottom: 2px;
}

.widget-contact-telephone i {
	margin-right: 5px;
}

.widget-contact-email {
	color: #8D8D8D;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 2px;
}

.widget-contact-email i {
	clear: right;
	display: block;
	margin-right: 5px;
}


/*------------------------------------------------------------------
	[1. Twitter Widget]
*/

.sidebar .tweet-content {
	margin-bottom: 2px;
}

.tweet .tweet-thumb {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: solid 1px #d5d5d5;
	display: block;
	height: 100px;
	overflow: hidden;
	text-align: center;
	width: 100px;
	zoom: 1;
}


/*------------------------------------------------------------------
	[1. CTA Widget]
*/

.sidebar-cta {
	display: block;
	position: relative;
}

.sidebar-cta .sidebar-cta-title {
	color: white;
	height: 1.4em;
	margin: auto;
	position: absolute;
	text-align: center;

	top: 0; left: 0; bottom: 0; right: 0;
}


/*------------------------------------------------------------------
	[1. Timeline]
*/

.timeline-section {
	
}

.timeline-odd {
    background-color: #fff;
}

.timeline-date {
	text-align: left;
}

.timeline-date h2 {
	font-size: 60px;
}

.timeline-odd .timeline-date {
	text-align: right;
	border-right: none;
}

.timeline-odd .timeline-date {
	float: right;
}

.timeline-odd .timeline-content {
	float: right;
}

.timeline-odd .timeline-scroll {
	float: left;
}

.timeline-content {
	border-bottom: #b5b5b5 2px dashed;
	padding: 0 20px;
}

.timeline-odd .timeline-content {
	border-right: #b5b5b5 2px dashed;
}

.timeline-even .timeline-content {
	border-left: #b5b5b5 2px dashed;
}

.timeline-section:last-of-type .timeline-content {
	border-bottom: none;
}

.timeline-content .timeline-intro {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
  	font-weight: 600;
  	line-height: 1.6em;
  	margin: 30px 0 20px;
  	text-transform: none;
}

.timeline-item {
	margin-bottom: 60px;
}

.timeline-featured-img {

}

.timeline-content-text h4 {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

.timeline-scroller {
	position: absolute;
	margin-top: 100px;
	right: 20px;
	z-index:10;
	min-height: 300px;
	width: 50px;
}

.scroll-bg {
	margin:0 auto;
	border-right:#b5b5b5 2px dashed;
	width: 1px;
	height: inherit;
	min-height: 300px;
	position: relative;
	padding: 10px 0;
}

.timeline-scroller .stopper {
  width: 8px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #003777;
}

.timeline-scroller #min, .timeline-scroller #max  {
	text-align: center;
	font-family: 'Oswald', Impact, Arial, Helvetica, sans-serif;
}

.timeline-scroller .legend {
	text-align: center;
	font-family: 'Oswald', Impact, Arial, Helvetica, sans-serif;
	background: url(./assets/images/scroller-line.png);
	background-position:right;
	background-repeat: no-repeat;
	width: 78px;
	height: 22px;
	position: absolute;
	right: 25px;
	background-color: #003777;
	color: #FFFFFF;
	line-height: 23px;
	z-index: 9999;
	top: 0%;

	-webkit-border-radius: 11px;
	   -moz-border-radius: 11px;
			border-radius: 11px;
}

.timeline-scroller .legend:hover {
	cursor: pointer;
}

.timeline-scroller .ui-slider-handle {
	cursor: move !important;
	border: 0px !important;
	text-align: left;
	font-family: Oswald, Impact, Arial, Helvetica, sans-serif;
	width: 120px !important;
	height: 22px !important;
	color: rgb(255, 255, 255) !important;
	line-height: 23px;
	background: url(./assets/images/scroller-line.png) left no-repeat !important;
	margin-left: -90px !important;
	font-size: 0.9em;
	top: 0;
	padding-left: 24px;
	outline: none;

	-webkit-border-radius: 11px;
	   -moz-border-radius: 11px;
			border-radius: 11px;
}

.timeline-scroller .ui-slider-handle-placeholder {
	opacity: 0.5;
}

.timeline-scroller .ui-slider-handle::focus {
	outline: none;
}

input#slider-mini {
  font-size: 14px;
  height: 20px;
  border: 0;
  background: transparent;
  color: #fff;
}

.timeline-wrapper {
	overflow: auto;
}

.ui-widget-header {
  border:none !important;
  background:transparent !important;
  background-color: transparent !important;
  color: #222222;
  font-weight: bold;
}

.ui-widget-content {
  border: none !important;
  background: transparent !important;
  color: #222222;
}

#infscr-loading {
	left: 100 !important;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 99;
}
.loading-msg {
    text-align: center;
    margin-bottom: 20px;
}


/*------------------------------------------------------------------
	[1. Team Row]
*/

.row-team {

}

.block-title {
	margin-bottom: 30px;
}

.block-item {

}

.block-item:hover {
	text-decoration: none;
}

.block-item-image {
    border: 1px solid #ccc;
}

.block-item-title {
	color: #000;
	font-size: 0.9em;
	margin: 30px 0 0;
}

.block-item-subtitle {
	color: #9D9D9D;
	font-size: 0.8em;
	margin: 5px 0 0;
}

.block-item-underscore {
	border: 0;
	height: 1px;
	margin: 20px auto 30px;
	width: 32px;

/*
	background-color: #BACBDD;
	color: #BACBDD;
*/

	background-color: white;
	color: white;
}


/*------------------------------------------------------------------
	[1. Text with Sidebar]
*/

.text-sidebar-row {
	margin: 0 0 2em;
}

.text-sidebar-right {
	padding-left: 5px;
}

.text-sidebar-cta {
	margin: 0.5em 0;
}

.text-sidebar-expand {
	cursor: pointer;
	text-transform: uppercase; 
}


/*------------------------------------------------------------------
	[1. Search Results]
*/

.search-results-wrapper .relevanssi-query-term {
	background-color: yellow;
	font-style: italic;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}

.search-meta {
	margin-top: -4px;
}

.search-excerpt-divide {
	width: 150px;
}

#search-results {
	position: relative;
}

#search-results-loader {
	display: none;

    position: absolute;
    z-index: 2;
    top: 16px;
    bottom: -15px;
    left: 0;
    right: 0;
    background-color: rgba(0, 55, 117, 0.3);
}

#search-results-loader .loader-search {
	width: 60px;
    height: 60px;

    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
}


/*------------------------------------------------------------------
	[1. School Row]
*/

.row-schools-item {
	border-bottom: solid 1em white;
	padding: 40px 0;
}

.row-schools-item .wp-post-image {
	margin: 20px auto 0;
}

.row-schools-item p {
	color: #2e2e2e;
	font-size: 14px;
	margin-bottom: 0;
}

.row-schools-item .btn {
	margin: 55px auto 0;
}


/*------------------------------------------------------------------
	[1. 2 Column Row]
*/

.twocol-left {
	padding-right: 10px;
}

.twocol-right {
	padding-left: 10px;
}

/*------------------------------------------------------------------
	[1. Careers Section]
*/

.bg-gray {
	background-color: #f5f5f5 !important;
	padding: 35px 0;
}

.job-single {
    background: white;
    padding: 30px;
}

.job-single-title {
    font-size: 24px;
    text-align: left;
    margin-bottom: 30px;
}

.job-single-block {
	margin-top: 30px;
}

.job-single-block p, .job-single-block li {
	font-size: 14px;
}

.job-single-details {
    margin: 0 -30px 0;
    padding: 25px 30px;
}

.job-single-details ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.job-single-details ul li {
	margin-bottom: 5px;
}

.job-single-details ul li span {
    display: inline-block;
    width: 100px;
}

.job-single-school {
	background-color: #f6f6f6;
	padding: 20px 20px 25px;
	margin: 20px -15px -10px;
}

.job-single-school .media-left {
	background: white;
	padding-left: 8px;
	padding-right: 8px;
}

.job-single-school .media-left img {
	border: solid 1px #f6f6f6;
	height: auto;
	max-width: 160px;
}

.job-single-school .media-body {
	color: #919191;
	font-size: 13px;
	padding-left: 20px;
}

.job-single-downloads {

}

.job-single-downloads ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.job-single-downloads ul li {
	background: url(./assets/images/job-single-download-icon.png) no-repeat left 1.5px;
	margin-bottom: 5px;
	padding-left: 30px;
}

.job-email {
	font-size: 14px;
	margin-top: 35px;
	padding: 20px 35px;
	display: none;
}

.job-email p {
	clear: both;
    display: block;
    overflow: hidden;
    zoom: 1;
}

.job-email .wpcf7-form-control-wrap span {
	display: none !important;
}

.job-email .wpcf7-response-output {
	border: solid 2px white !important;
	margin: 0 !important;
}

.job-email .job-email-intro {
	background: url(./assets/images/job-email.png) no-repeat left;
	margin: 0 0 0 0;
	padding-left: 70px;
}

.job-email .ajax-loader {
	display: none;
}

.job-newsletter {
	margin-top: 4px;
}

.job-newsletter .job-email-input {
	border: 0;
	color: #333;
	padding: 8px 12px;
}

.job-newsletter .job-email-submit {
	background: #A6193C;
	border: solid 2px white;
	color: white;
	height: 40px;
}

.widget-job-search {

}

.widget-job-search label {
	display: none;
}

.widget-job-search form {
    padding: 15px;
    background: #DCDCDC;
    clear: both;
    display: block;
    overflow: hidden;
    zoom: 1;
}

.widget-job-search .search-field {
    border: 0;
    box-shadow: 0 0;
    padding: 5px 10px;
    font-weight: normal;
    font-size: 15px;
    width: 90%;
    float: left;
}

.widget-job-search .search-submit {
	background: url(./assets/images/careers-search.png) no-repeat center #A9193D;
    width: 10%;
    border: 0;
    float: right;
    color: white;
    padding: 5px 0;
    text-align: center;
    text-indent: -999em;
}

.widget-job {
	padding: 25px !important;
}

.widget-job > p {
	margin-bottom: 0;
}

.widget-job h3 {
	margin-bottom: 15px;
}

.widget-job ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget-job ul li {
	margin-top: 10px;
}

.widget-job ul li:first-child {
	margin-top: 0;
}

.widget-job ul li a {
	display: block;
}

.widget-job ul li .map {
	margin-right: 20px;
}

.job-excerpt {
	color: white !important;
	display: block;
	margin-bottom: 30px;
	padding: 20px 20px 12px;
	text-decoration: none !important;
}

.job-single-share {
    margin-top: 30px;
    text-align: right;
}

.job-single-share .fb-share-button {
    margin-left: 10px;
    position: relative;
    top: -6px;
}

.careers-more {
	font-size: 0.7em;
	padding-top: 2px;
}


/*------------------------------------------------------------------
	[1. Error 404]
*/

.error404 .row-mosaic-intro {
    border-top: solid #003775;
    padding-top: 50px;
}


/*------------------------------------------------------------------
	[1. Additional 1/5 Bootstrap Column]
*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
	.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/*------------------------------------------------------------------
	[1. Desktop Devices]
*/

@media (max-width: 1024px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

	.navbar-collapse.collapse.in, .navbar-collapse.collapsing {
		background: rgba(0, 0, 0, 0.85);
		bottom: 0 !important;
		display: block !important;
		left: 0;
		overflow: scroll;
		position: fixed !important;
		right: 0;
		top: 0;
	}

	.navbar-collapse ul {
		padding: 80px 0 0;
	}
}


/*------------------------------------------------------------------
	[1. Tablet Devices]
*/

@media screen and (max-width: 1200px) {
	.navbar-meta {
		position: absolute;
		right: 52px;
		top: 1px;
	}
}

@media screen and (max-width: 979px) {
	body {
		font-size: 14px;
	}

	.widget-job-search .search-field {
		width: 82%;
	}

	.widget-job-search .search-submit {
		width: 18%;
	}

	.job-single-school .media-left {
	    background-color: transparent;
	    display: block;
	    margin-bottom: 15px;
	    padding: 0;
	    text-align: center;
	}

	.job-single-school .media-body {
		padding: 0;
	}

	.job-newsletter {
		margin-top: 20px;
	}

	.job-newsletter .job-email-submit {
		height: 37px;
	}

	.school-headteacher img {
	    display: block;
	    float: none !important;
	    margin: 0 auto 1em auto;
	}

	.navbar-brand {
		background: url(./assets/images/logo-header-mobile.png) no-repeat;
		height: 35px;
		padding: 0;
		text-indent: -999em;
		top: 0 !important;
		width: 130px;
	}

	#breadcrumbs {
		margin-top: 2em;
	}

	.intro-right {
		clear: both;
		margin-top: 2em;
		text-align: center;
	}

	.intro-right .sidebar-cta {
    	display: inline-block;
	}

	.intro-right img {
		margin: 0 auto;
	}

	.row-videos .video-overlay {
		display: none;
	}

	.row-videos {

	}

	.text-sidebar-right {
	    padding-left: 5px;
	    padding-top: 5px;
	    display:table-cell;
	}

	.search-modal-header {
		height: auto;
	}
    .footer-cols .footer-col {
        border-right: none;
    }
}


/*------------------------------------------------------------------
	[1. Small Devices]
*/

@media screen and (max-width: 768px) {
	#infscr-loading {
		margin-bottom: 2em;
		position: relative;
	}

	.row-study .pull-left, .row-study .pull-right {
		float: none !important;
	}

	.twocol-left, .twocol-right {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-wrapper {
		padding: 20px 15px;
	}

	.navbar-wrapper .navbar {
		margin-bottom: 0;
	}

	.row-feature {
		background-size: cover;
	}

	.home .row-feature {
		max-height: 650px;
		min-height: 0;
	}

	.home .row-feature .feature-overlay {
		padding: 20px;
	}

	.row-feature .feature-heading {
		font-size: 2.5em;
	}

	.row-feature .feature-subheading {
		font-size: 1.1em;
		margin-bottom: 50px;
	}

	.home .row-feature .feature-heading {
		font-size: 3.6em;
		line-height: 1.2em;
		margin: 0;
	}

	.widget-job {
		margin-bottom: 1em;
	}

	.footer-nav-col {
		border: 0;
		padding-right: 0;
		margin-right: 0;
		margin-top: 2em;
	}

	.footer-finder {
		float: none !important;
	}

	.school-finder-footer {
		margin: 0;
		width: 100%;
	}

	.row-text, .row-pad {
		padding: 30px 0;
	}

	.feature-overlay .form-group {
		margin-bottom: 0;
	}

	.listing-search-label {
		top: 0;
	}

	.listing-search-input {
		margin: 1em 0;
		max-width: 100%;
		width: 100% !important;
	}

	.school-contact {
		border-left: 0;
		padding: 1.4em 15px 0;
	}

	.school-logo {
		margin: 0 auto;
	}

	.school-stats dl dt {
		width: 45%;
	}

	.school-stats dl dd {
		width: 55%;
	}

	.row-schools-item .wp-post-image {
		margin-bottom: 20px;
		margin-top: 0;
	}

	.row-schools-item .btn {
		margin-top: 30px;
	}

	.navbar-nav li.open > a {
		background-color: transparent !important;
		border-bottom: solid 2px white !important;
	}

	.navbar-nav li.menu-item-has-children {
		margin-left: 0;
	}

	.navbar-nav li .dropdown-menu {
		margin-left: 0;
		padding: 0 12px !important;
	}

	.navbar-nav li .dropdown-menu li:last-child {
		border-bottom: solid 1px #AEAEAE;
	}

	.navbar-nav li .dropdown-menu li a {
		color: #fff !important;
  		padding: 15px 30px !important;
		text-align: center;
	}

	.row-feature .social-feature {
		left: 0;
		right: 0;
		text-align: center;
	}

	.job-email {
		padding-bottom: 10px;
		padding-top: 15px;
	}

	.job-email .job-email-intro {
		margin: 0 -15px;
		padding-left: 60px;
	}

	.school-stats .btn {
		right: 24px;
		top: 9px;
	}

	.widget-contact .media-left {
		display: block;
		margin-bottom: 10px;
	}

	.widget-contact .widget-contact-role {
		margin: -6px 0 0px;
	}

	.widget-contact .widget-contact-email i {
		clear: none;
		display: inline-block;
		margin-right: 0;
	}

	ul.dropdown-menu {
		/*display: none !important;*/
	}

	.navbar-nav li .caret {
		display: none !important;
	}

	.text-siderbar-left {
		display: block;
		margin-bottom: 1em;
		padding-right: 0;
	}

	.text-siderbar-left .text-sidebar-image {
		height: auto;
		max-width: 100%;
	}

	.school-tabs .tab-content .tab-pane .school-info {
		-webkit-columns: 1;
		   -moz-columns: 1;
				columns: 1;

		-moz-column-fill: auto;
			 column-fill: auto;
	}

	.listing-search-col {
		border-right: 0;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

	.text-sidebar-right {
	    padding-left: 5px;
	    padding-top: 5px;
	    display: block;
	}

}

/* iphone 6+ Video BTN Fix */ 
@media only screen and (max-width : 480px) {

	.home .row-feature {
		max-height: 735px;
		min-height: 0;
	}

}


.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    z-index: 999999 !important;
}

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }

        .irs-line-left {
            left: 0; width: 11%;
        }

        .irs-line-mid {
            left: 9%; width: 82%;
        }
        
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }

        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }

        .irs-slider.single {

        }
    
        .irs-slider.from {

        }
    
        .irs-slider.to {

        }
    
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }

    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0; left: 0;
    width: 1px; height: 8px;
    background: #000;
}

.irs-grid-pol.small {
    height: 4px;
}

.irs-grid-text {
    position: absolute;
    bottom: 0; left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px; line-height: 9px;
    padding: 0 3px;
    color: #000;
}

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}

.irs-disabled {
    opacity: 0.4;
}

.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40);
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

/* Skin details */

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background: url(./assets/images/sprite-skin-flat.png) repeat-x;
}

.irs {
    height: 40px;
}

.irs-with-grid {
    height: 60px;
}

.irs-line {
    height: 12px; top: 25px;
}

    .irs-line-left {
        height: 12px;
        background-position: 0 -30px;
    }
    .irs-line-mid {
        height: 12px;
        background-position: 0 0;
    }
    .irs-line-right {
        height: 12px;
        background-position: 100% -30px;
    }

.irs-bar {
    height: 12px; top: 25px;
    background-position: 0 -60px;
}

.irs-bar-edge {
    top: 25px;
    height: 12px; width: 9px;
    background-position: 0 -90px;
}

.irs-shadow {
    height: 3px; top: 34px;
    background: #000;
    opacity: 0.25;
}

.lt-ie9 .irs-shadow {
    filter: alpha(opacity=25);
}

.irs-slider {
    width: 16px; height: 18px;
    top: 22px;
    background-position: 0 -120px;
}

.irs-slider.state_hover, .irs-slider:hover {
    background-position: 0 -150px;
}

.irs-min, .irs-max {
    color: #999;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    background: #e1e4e9;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #003775;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.irs-from:after, .irs-to:after, .irs-single:after {
    position: absolute; display: block; content: "";
    bottom: -6px; left: 50%;
    width: 0; height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #003775;
}

.irs-grid-pol {
    background: #ccc;
}

.irs-grid-text {
    color: #999;
}

.irs-disabled {

}

.irs-to:active, .irs-to:focus,
.irs-from:active, .irs-from:focus {
	background-color: #A51D3F;
}

.irs-to:active:after, .irs-to:focus:after,
.irs-from:active:after, .irs-from:focus:after {
	border-top-color: #A51D3F;
}

.irs-to,
.irs-from,
.irs-slider.to,
.irs-slider.from {
	cursor: move;
}					

.search-tags {
	font-size: 0.8em;
}

.search-tag {
    background-color: #f0f0f0;
    display: inline-block;
    margin-left: 5px;
    line-height: 1.8em;
    padding: 0 6px;
}

.search-tag-remove {
	color: #003775;
	cursor: pointer;
	margin: 0 2px;
	position: relative;
	top: -1px;
}

.btn-search-tags {
    font-size: 0.9em;
    line-height: 23px;
    margin: -3px 0 0 5px;
}

.modal-search {

}

.modal-search .modal-backdrop {
	opacity: 0.3;
}
.pac-container {
     z-index:100000 !important;   
}

.modal-search .modal-dialog {
	margin-left: auto;
    margin-right: auto;
	max-width: 90%;
    width: 1170px;
}

@media (min-width: 992px) {
	.modal-search .modal-dialog {
		margin-top: 6.5%;
	}
}

.modal-search .modal-content {
	border-radius: 0;
	box-shadow: 0 0;
	padding: 10px 0 20px;
}

.modal-search-close,
.modal-search-close:hover {
	background-color: #A51D3F !important;
    color: white;
    opacity: 1;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 12px;
    font-weight: normal;	
}
.search-modal-header{
    margin-bottom: 10px;
}

.modal-search-title {
	line-height: 36px;
	margin: 0;
	/*position: absolute;*/
        text-align: left;

}

.gm-style > div > div > div > div[style*="cluster-"] {
    margin-top: -16px;
}

.modal-search .modal-dialog .radio label,
.modal-search .modal-dialog .checkbox label {
	font-size: 15px;
}

.modal-search .modal-dialog input[type=radio],
.modal-search .modal-dialog input[type=checkbox] {
	margin-top: 6px;
}

.age-slider-subtitle {
	font-size: 13px;
	margin-top: 8px;
}
.form-group{
	margin-bottom: 10px !important;
}
.select-caret{
      right: 25px;
}
@media only screen 
  and (min-width: 320px) 
  and (max-width: 480px)
  {
	  .form-field{
		  padding-left: 0;
          margin-bottom:10px;
	  }
      .select-caret{
              right: 25px;
      }
      .addressSearch-wrapper{
          padding:0;
      }
}

@media only screen 
  and (min-width: 320px) 
  and (max-width: 992px)
  and (-webkit-min-device-pixel-ratio: 1) {
	.form-field{
		 	padding-left: 0;
            padding-right: 0;
			margin-bottom:10px;
	  }
}

@media only screen 
  and (min-width: 1170px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	   .form-field{
		  padding-left: 15px;
	  }
      .addressSearch-wrapper{
         /* padding:15px;*/
      }
}

.load-more-wrapper {
    text-align: center;
    position: relative;
    height: 40px;
}
a.load-more-btn {
    padding: 13px 20px;
    background-color: #a51d3f;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}

.infscr-loading{
    float:left;
    text-align:right;
}
.distance-label{
    background-color: #003775;
    font-size: 12px;
    padding: 1px 8px;
    color: #ffffff;
    margin-bottom: 10px;
    display: block;
    min-width: 100px;
    /* float: left; */
    margin-top: -15px;
    margin-left: -15px;
    clear: both;
    position: relative;
    max-width: 140px;
}

.leadership-thumbnail{
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 150px;
    margin-top: 15px;
}
