/*
Theme Name: Rocketship Child (V2)
Description: A child theme of Rocketship
Author: Media Cause
Author URI: https://mediacause.org
Version: 1.0.0
Template: rocketship
*/

:root {
  --font-family--primary: "Lato", sans-serif;
  --font-family--secondary: "Quicksand", sans-serif;
}

body {
    font-family: "Quicksand", sans-serif;
}

body, html {
	overflow-x: hidden;
}

iframe[aria-hidden="true"] { /* Prevent focus for modals */
	visibility: hidden;
}

.fl-page-content {
	min-height: 600px;
}

@media (max-width: 1024px){
	.wpb_single_image.align-middle-mobile {
		text-align: center !important;
	}
}

/* Custom CSS */
.fl-content:first-of-type { margin: 0;}

a {
	font-weight: 400;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
a.bold {
  font-weight: 400;
}


/* Heading Styles & Utility Classes */

h1, 
h2,
h3,
h4,
h5,
h6
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.35;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

h1, 
.h1 {
  color: #523096;
  font-family: var(--font-family--primary);
  font-size: 46px;
	font-weight: 700;
	line-height: 1.2;
}

h1.latest-post-title {
  color: #fff;
}

h2,
.h2 {
	color: #523096;
  font-family: var(--font-family--secondary);
  font-size: 32px;
  font-weight: 700;
}

h2.categories-sidebar-title {
  font-family: var(--font-family--primary);
  font-size: 24px;
  margin-top: 0.5em;
}

h3,
h4, 
h5, 
h6,
.h3,
.h4,
.h5,
.h6 {
  color: #15033D;
  font-family: var(--font-family--primary);
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
  color: #523096;
	font-size: 20px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 18px;
}

.text-centered {
  text-align: center;
}

.mb-20 {
  margin-bottom: 20px;
}

h5.facebook {
	color: #75b4d9;
  line-height: 38px;
}

/*h6 {
	color: #523096;
	font-family: Quicksand;
	font-size: 24px;
  line-height: 1.2;
}*/

p {
	color: #15033D;
	font-family: Lato;
	font-size: 24px;
  /*line-height: 1.5;*/
  padding-bottom: 3rem;
}
span.small  {
  font-size: 18px;
}
span.tiny {
  font-size:14px;
}
h2.infographic {
	font-family: Quicksand;
	font-size: 100px;
	letter-spacing: -5px;
	line-height: 1;
	color: #01D7D0;
}

.lato-shadow {
  font-family: Lato;
  text-shadow: 0 0 63px #00a8a2;
}

.quicksand-shadow {
  font-family: Quicksand;
  text-shadow: 0 0 63px #00a8a2;
}

.fw600 {
  font-weight: 600;
}

.fl-page-content ul {
  padding-left: 24px;
}

.fl-page-content ul li {
  color: #15033D;
  font-family: Lato;
  font-size: 24px;
}

.white, .white-text p, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6 {
	color: white;
}

.blue {
	color: #0F52A3;
}

.cta-container .wpb_text_column .wpb_wrapper {
	max-width: 960px;
	margin: 0 auto;
}

.cta-container .vc_btn3-container {
	margin-top: -20px;
}


.btn,
.vc_btn3.vc_btn3-color-warning {
	color: #FFF;
	background-color: #FFA234;
	font-size: 16px;
	padding: 18px 25px;
	border-radius: 5px;
	border: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.btn:hover,
.vc_btn3.vc_btn3-color-warning:hover {
	border: none;
	background: #F87D06;
	color: white;
}

.btn-wide .btn,
.btn-wide .vc_general,
.btn-wide .vc_btn3 {
  font-size: 24px;
}

.img-100 img {
	width: 1380px !important;
	height: auto;
}


.inline-link-white {
	font-size: 17px;
}

.caption {
	color: #523096;
	font-size: 19px;
}

.no-padding .vc_column_container>.vc_column-inner {
	padding-right: 0px;
	padding-top: 0;
	padding-left: 0;
}

.round-row {
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

.vc_message_box {
	border: none;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
  padding: 35px 35px 55px 55px;
}

.no-padding .wpb_content_element {
	margin-bottom: 0;
}

.no-padding .wpb_content_element img {
	width: 690px !important;
	height: auto !important;
}

.updates-box {
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	background: rgba(256,256,256,0.93);
	padding: 90px 20px;
}

.updates-box .wpb_wrapper {
	max-width: 980px;
	margin: 0 auto;
}


/* Header CSS */
.fl-page-header-primary .fl-logo-img {
	height: 80px !important;
	max-height: 80px;
	position: relative;
	top: 5px;
}

.fl-page-nav-right .fl-page-header-row {
	padding-bottom: 10px;
}






@media screen and (min-width:992px) {



	.fl-page-nav ul.sub-menu:before {
		content: " ";
		position: absolute;
		top: -10px;
		left: 50%;
		margin-left: -5px;
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #01D7D0;
	}



	.fl-page-nav ul.sub-menu {
		border-top: none;
		width: 280px !important;
		background: #01D7D0;
		padding: 0 !important;
    margin-left: -80px;
		border-radius: 5px;
	}

	.fl-page-nav ul.sub-menu li {
		border-bottom: 1px #19c6bf solid;
	}

	.fl-page-nav ul.sub-menu li:last-child {
		border-bottom: none;
	}

	.fl-page-nav ul.sub-menu li a {
		padding: 20px 15px;
	}

  /*.fl-page-nav ul.sub-menu {
    left: 0;
  }*/

	.fl-page-nav ul.sub-menu li a:hover {
		color: #008286 !important ;
	}

  .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-ancestor > a, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-parent > a,
  .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-item > a,
  .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a:focus {
    color: white;
  }

  .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a:hover {
    color: #b9abd4 !important;
  }

  .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > ul > li a:hover {
    color: #008286 !important;
  }

	.fl-page-nav ul.sub-menu li.all-schools a {
		display: block;
		text-align: center;
		border: 1px white solid;
		margin: 10px 20px;
		border-radius: 5px;
	}

	.fl-page-nav ul.sub-menu li ul.sub-menu li {
		border-bottom: none;
	}

	.fl-page-nav ul.sub-menu li ul.sub-menu li a {
		padding: 6px 15px;
		font-weight: 300;
    font-size: 17px;
    transition: none;
	}

	.fl-page-nav ul.sub-menu li ul.sub-menu li:first-child {
		padding-top: 10px;
	}

	.fl-page-nav ul.sub-menu li ul.sub-menu li:last-child {
		padding-bottom: 15px;
	}

	.fl-page-nav ul.sub-menu ul.sub-menu {
		position: relative !important;
		border-top: none !important;
		left: 0 !important;
		top: 0 !important;
		opacity: 1 !important;
		box-shadow: none;
		background: #00A8AE;
		margin-left: 0;
		border-radius: 0;
		max-height: 0px;
		overflow: hidden;

		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;

	}

	.fl-page-nav ul.sub-menu ul.sub-menu.open {
		max-height: 2000px;
	}


	.fl-page-nav ul.sub-menu ul.sub-menu:before {
		display: none !important;
	}

}



.fl-submenu-indicator .fl-page-nav ul.sub-menu li.menu-item-has-children > a:after {
	content: '\f107';
  font-family: 'fontawesome';
  font-weight: 300 !important;
  margin-left: 7px;
  top: -5px;
}







/* Homepage and Hero */
.hero {
  width: 100%;
  min-height: 46rem;
  /*max-height: 35rem;*/
  background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}


#home-header{ padding: 240px 0; }
#home-header h1, .hero h1 { font-family: Quicksand;	font-size: 54px; font-weight: 300; line-height: 64px;	text-shadow: 0 2px 4px 0 rgba(0,0,0,0.4); color: #fff;  }
#home-header h1 span, .hero h1 span { font-weight: bold; }

.second-row .stats { width: 27%; }
.second-row .stats img { max-height: 150px; width: auto; }
.second-row .aqua-heading h2 { font-family: Quicksand;	font-size: 100px;	letter-spacing: -5px;	text-align: center; color: #01D7D0;}
.second-row .purple-heading h3 { color: #523096;	font-family: Quicksand;	font-size: 16px;	font-weight: bold;	line-height: 30px;	text-align: center; }
.second-row .stats-border-lr { border-left: 8px solid #ccc; border-right: 8px solid #ccc; border-width: 90%}

#third-row { padding: 100px 0; }
#third-row .vc_message_box-icon { display: none; }
#third-row .vc_color-info.vc_message_box { background: #fff; }
#third-row .vc_color-info.vc_message_box h2 {
	margin-bottom: 15px;
}
/* Eric Changes */
.pillars {
  padding-bottom: 60px;
}

.become-a-teacher {
  background-color: #f2f2f2;
}

.accordion-item {}

.head {
  padding:5px 0 5px 0 !important;
}

@media screen and (min-width:1280px) { #third-row .vc_color-info.vc_message_box { margin-right: 40px;}}
#third-row .vc_color-info.vc_message_box p { color: #15033D; font-family: Lato;	font-size: 24px;	line-height: 36px;}





@media screen and (min-width:992px) {
	.fl-page-bar {
		position: absolute;
		z-index: 2;
		width: 100%;
		padding-top: 10px;
		background-color: transparent;
    pointer-events: none;
	}

	.fl-page-bar-row.row {
		float: right;
    pointer-events: all;
	}

	.fl-page-header-primary .fl-page-nav-wrap {
		margin-top: 60px;
	}

	.fl-page-bar-nav > li > a {
		padding: 2px 15px;
	}

	.fl-social-icons {
		margin-left: 30px;
		margin-right: 30px;
	}

	.fl-page-nav-right.fl-page-header-fixed .fl-logo-img, .fl-page-header-fixed .fl-logo-img {
		max-height: 64px !important;
	}
}

.fl-page-bar {
	border-bottom: none;
	font-size: 18px;
	line-height: 14px;
	border-color: transparent;
	color: #ffffff;
}

.fl-page-bar .fl-social-icons i.fa {
	font-size: 20px;
	margin-left: 4px;
	margin-right: 4px;
}

.fl-page-nav-search {
	display: inline-block;
	position: relative;
}

.fl-page-nav-search a.fa-search {
	position: relative;
	opacity: 0.6;
	top: 2px;
	padding-left: 0;
	padding-right: 0
}

.fl-page-nav-search a.fa-search:hover {
	opacity: 1;
	color: white;
}

.fl-page-header-logo-col {
	position: relative;
	z-index: 3;
}

.fl-page-nav-search form input.fl-search-input::-webkit-input-placeholder {
    opacity: 0.6;
    color: white;
}

.fl-page-nav-search form input.fl-search-input:-moz-placeholder { /* Firefox 18- */
    opacity: 0.6;
    color: white;
}

.fl-page-nav-search form input.fl-search-input::-moz-placeholder {  /* Firefox 19+ */
    opacity: 0.6;
    color: white;
}

.fl-page-nav-search form input.fl-search-input:-ms-input-placeholder {
    opacity: 0.6;
    color: white;
}

.fl-page-nav-right .fl-page-header-wrap {
    border-bottom: none;
}

@media screen and (max-width:768px) {

	.fl-page-nav-search {
		display: none;
	}

	.fl-social-icons, #menu-top-bar {
		padding-top: 10px;
	}


}

.fl-submenu-indicator .fl-page-nav ul.navbar-nav > li.menu-item-has-children > a:after {
	margin-left: 10px;
	margin-top: 1px;
	font-size: 28px;
	color: #b9abd4;
}


.fl-page-nav ul.sub-menu li a {
	font-size: 18px;
}

#footer {
	background: #523096 url(/wp-content/uploads/2017/09/footer.png) 50% 50% no-repeat;
	color: #b9abd4;
	font-size: 18px;
	padding: 70px 5%;
}

#footer p {
	color: #b9abd4;
	font-size: 18px;
	text-align: center;
}

#footer a {
	color: #b9abd4;
}

#footer a:hover {
	color: white;
}

.footer-container {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.footer-column.one {
	width: 20%;
	text-align: left;
	/*padding-right: 20px; */
}

.footer-column.two {
	width: 60%;
}

.footer-column.three {
	width: 20%;
	text-align: right;
}

.footer-column {
	float: left;
}

.reset {
	clear: both;
}

@media screen and (max-width:1280px) {
	.footer-column {
		width: 100% !important;
		float: none;
		text-align: center !important;
	}

	.footer-column.one,
	.footer-column.three {
		margin-bottom: 40px;
	}
}

@media screen and (min-width:1281px) {

	#footer .fl-social-icons {
		margin-right: -20px;
	}

}

.footer-column.two ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	margin-bottom: 40px;
}

.footer-column.two ul li {
	display: inline-block;
}

.footer-column.two ul li a {
	margin-left: 10px;
	margin-right: 10px;
}
@media (max-width:767px) {
  .footer-column.two ul li a {
  	margin-left: 0;
  	margin-right: 0;
  }
}

.footer-column.two ul#menu-footer li a {
	color: white;
}

#footer .fl-social-icons i {
	font-size: 20px;
	margin-left: 8px;
	margin-right: 8px;
}


#footer span.sep {
	width: 40px;
}

#footer span.cred {
	margin-left: 15px;
	margin-right: 15px;
}

@media screen and (max-width:991px) {

	#footer span.cred {
		display: block;
	}

}


@media screen and (max-width:768px) {

	.footer-column.two ul li {
		display: block;
	}

}









.color-box .wpb_wrapper {
	border-radius: 5px;
	color: white !important;
	margin-left: 20px;
	margin-right: 20px;
}

.color-box .wpb_single_image {
	padding-top: 60px;
}

.color-box .wpb_text_column {
	padding-bottom: 60px;
}

.color-box p,
.color-box a,
.color-box h5 {
	color: white;
}

.color-box.purple .wpb_wrapper  {
	background: #523096;
}

.color-box.green .wpb_wrapper  {
	background: #01D7D0;
}

.color-box.orange .wpb_wrapper  {
	background: #FFA234;
}


.indent-shadow-section {
	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.1);
}


#email-capture {
	padding: 40px 40px;
	background: white;
	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.5);
	margin-left: -20px;
	margin-right: -20px;
}


#email-capture p {
	text-align: center;
}

#email-capture p span {
	font-size: 30px;
	color: #523096;
  position: relative;
  top: 4px;
}

#email-capture input {
	display: inline-block;
	width: auto;
}

#email-capture input[type="email"] {
	width: 300px;
	font-size: 18px;
	height: 50px;
	background-color: #efefef;
	background-image: none;
	border: 1px solid #cdcdcd;
	margin-left: 30px;
	margin-right: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#email-capture input[type="email"]:focus {
	background: white;
}

@media screen and (max-width:768px) {

	#email-capture input[type="email"] {
		width: 100%;
		display: block;
		margin: 10px 0;
	}

}

#email-capture input[type="submit"] {
	color: #FFF;
	background-color: #5ed4cf;
	font-size: 16px;
	padding: 14px 25px;
	border-radius: 5px;
	border: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#email-capture input[type="submit"]:hover {
	border: none;
	background: #48a5ac;
	color: white;
}




.staff .vc_column_container {
	padding: 0 40px;
}

.staff .vc_column-inner  {
	background: #f1f1f1;
	max-width: 380px;
	margin: 40px auto;
	padding: 30px 30px 0 30px;
	border-radius: 10px;
}

.staff .wpb_wrapper img {
	width: 720px !important;
	height: auto !important;
}



.fl-content input[type="text"] {
	font-size: 18px;
	width: 100%;
	border-radius: 4px;
	border: 1px #ccc solid;
	padding-left: 10px;
	padding-right: 10px;
	height: 50px;
	margin-bottom: 40px;
	margin-top: 20px;
	display: block;
}

.title {
	background: red;
	color:white;
	font-size:70px
}

.images {
	float: right;
	height: 400px;
	width: 50%;
	background: blue;
	color: white;
}

.text {
	float: left;
	height: 300px;
	width: 50%;
	background: green;
	color: white;
}

.button {
	float: left;
	background: orange;
	color: white;
}

.clear {
	clear: both;
}

@media screen and (max-width:768px) {
	.images, .text, .button {
		float: none;
		width: 100%;
	}
}


/*MOBILE MENU */
@media screen and (max-width:991px) and (min-width:768px) {
  ul#menu-top-bar, .fl-social-icons {
    display: block !important;
    margin-left: 0;
    margin-top: 10px;
    padding-top: 0;
  }

  .fl-page-nav-right .fl-page-header-logo {
    padding-left: 0;
  }

  .fl-page-nav-search {
    position: absolute;
    top: 108px;
    right: 30px;
  }

}



@media screen and (max-width:991px) {

  .fl-content:first-of-type {
    margin-top: 124px;
  }

  .fl-page-nav-right .fl-page-header-wrap {
    margin-bottom: -5px;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile {
    position: absolute;
    top: 0px;
    padding-top: 3px;
    width: 100%;
    z-index: 2;
  }

  .fl-page-bar-nav > li > a {
      padding: 6px 0px;
  }


  .fl-page-bar-nav > li {
    display: block;
    text-align: left;
  }

  .fl-page-bar .fl-social-icons {
    text-align: left;
  }

  .fl-page-bar {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 123px;
    border-top: 1px #a897ca solid;
    background: transparent;
    display: none;
  }


  ul#menu-header-1 {
    margin-bottom: 10px;
    opacity: 0;
  }
  ul#menu-header-1.open {
    margin-top: 160px;
    opacity: 1;
  }

  ul#menu-header-spanish-1 {
    margin-bottom: 10px;
    opacity: 0;
  }
  ul#menu-header-spanish-1.open {
    margin-top: 160px;
    opacity: 1;
  }

  .fl-page-header-logo-col {
    padding-top: 15px;
  }

}



@media screen and (max-width:991px) {

  .fl-content:first-of-type {
    margin-top: 124px;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse {
    border-top: none;
  }

  .fl-submenu-indicator .fl-page-nav ul.navbar-nav > li.menu-item-has-children > ul {
    display: none;
  }

  .fl-submenu-indicator .fl-page-nav ul.navbar-nav > li.menu-item-has-children > ul.open {
    display: block;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav > li:first-child {
      border-top: 1px #a897ca solid;
  }

  .fl-submenu-indicator .fl-page-nav ul.navbar-nav > li.menu-item-has-children > a.active:after {
    content: '\f106';
  }

  .fl-submenu-indicator .fl-page-nav ul.sub-menu li.menu-item-has-children > a:after {
    color: #b9acd5;
    margin-left: 10px;
  }

  .fl-page-header .navbar-nav li > a {
    padding: 15px 15px 15px 0;
  }

  .fl-submenu-indicator .fl-page-nav ul.sub-menu li.menu-item-has-children > a.active:after {
    content: '\f106';
  }

  .fl-submenu-indicator .fl-page-nav ul.sub-menu li.menu-item-has-children ul.sub-menu {
    display: none;
  }

  .fl-submenu-indicator .fl-page-nav ul.sub-menu li.menu-item-has-children ul.sub-menu.open {
    display: block;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle  {
    top: 45px;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav > li {
    border-bottom-color: #a897ca;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav > li:last-child {
    border-bottom: none;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav > li > a{
    font-size: 24px;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav ul.sub-menu li {
    border-top: none;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav ul.sub-menu li a {
    padding: 15px 0px;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav ul.sub-menu li a:before {
    display: none;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav ul.sub-menu {
    margin-bottom: 10px;
    margin-left: 20px;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav ul.sub-menu li.all-schools a {
    border: 1px white solid;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
    line-height: 16px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse {
    padding-bottom: 0;
  }

  .fl-submenu-indicator .fl-page-nav ul.sub-menu li.menu-item-has-children > a:after {
    float: none;
  }

}


@media screen and (max-width:768px) {

  .fl-page-nav-search {
      display: block;
      position: absolute;
      right: 30px;
      top: 108px;
      width: 100%;
      text-align: right;
  }

  .fl-page-nav-search form {
      position: absolute;
      right: -30px !important;
      top: 100%;
      width: 100%;
      margin-top: 12px;
    }

}


@media screen and (max-width:768px) {
  .fl-page-nav-search {
      display: block;
      position: absolute;
      right: 30px;
      top: 108px;
  }

}



/*FORM STYLE*/

.wFormContainer {
  margin-bottom: 80px;
}

.wForm h3 {
  margin: 40px 0 60px 0;
  text-align: center;
}

.wForm label {
  display: block;
  text-align: left;
  font-weight: 300;
  color: #15033D;
  font-family: Lato;
  font-size: 24px;
  margin-top: -10px;
  margin-bottom: -10px;
  padding-left: 0;
}

.wForm br {
  display: none;
}

.wForm select {
  font-size: 18px;
  width: 100%;
  border-radius: 4px;
  border: 1px #ccc solid;
  padding-left: 10px;
  padding-right: 10px;
  height: 50px;
  margin-bottom: 40px !important;
  margin-top: 20px;
  display: block;
  font-family: Lato;
  font-size: 20px;
}

.wForm textarea {
  font-size: 18px;
  width: 100%;
  border-radius: 4px;
  border: 1px #ccc solid;
  padding-left: 10px;
  padding-right: 10px;
  height: 120px;
  margin-bottom: 40px !important;
  margin-top: 20px;
  display: block;
  font-family: Lato;
  font-size: 24px;
}

.wForm .inputWrapper {
  margin-bottom: 40px;
  position: relative;
}


.wForm input[type=input] {
  font-family: Lato;
  font-size: 24px;
}

.wForm input[type=submit] {
  color: #FFF;
  background-color: #FFA234;
  font-size: 24px;
  padding: 18px 25px;
  font-weight: bold;
  border-radius: 5px;
  border: none;
  text-transform: uppercase;
}

.wForm input[type=file] {
  font-size: 11px;
  height: 50px;
  margin-bottom: -40px;
  margin-top: 20px;
}

.wForm .actions {
  text-align: center;
}

.supportInfo {
  display: none;
}

.wForm legend {
    display: block;
    width: 100%;
    padding: 20px 40px;
    margin-bottom: 40px;
    font-family: Lato;
    font-size: 28px;
    background: #4e3590;
    line-height: inherit;
    color: #ffffff;
    text-align: center;
    border-bottom: 5px solid #e1e1e1;
    line-height: 1.6;
    position: relative;
}

.wForm fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}


/*HOME PAGE TRANSPARENT HEADER STYLES*/

@media screen and (min-width:992px) {

  .home .fl-page-content {
    margin-top: -128px;
  }

  .home .fl-page-bar a, .fl-page-bar a *, .fl-page-bar a.fa,
  .home .fl-page-bar .navbar-nav li > a {
    color: white;
  }

  .home .fl-page-header.fl-page-header-primary {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(13, 2, 26, 0) 35%, rgba(0, 0, 0, 0)90%);
    z-index: 2;
    position: relative;
  }

  .home .fl-page-bar {
    z-index: 3;
  }

  .home .fl-page-header-wrap,
  .home .fl-page-bar {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .home .fl-page-header-wrap.wbg,
  .home .fl-page-bar.wbg {
    background: #523096;
  }

  .fl-submenu-indicator .fl-page-nav ul.navbar-nav > li.menu-item-has-children > a:after {
    color: white;
  }



  .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a:hover {
    color: white;
  }

}








/*QA FIXES 2 */

/*Sticky Nav Logo Ceneterd*/

.fl-page-nav-right.fl-page-header-fixed .fl-logo-img,
.fl-page-header-fixed .fl-logo-img {
  position: relative;
  top: 6px;
}

/*Homepage Arrow*/

#down-arrow-section {
  margin-top: -290px;
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
}

.style-svg {
    width: 300px;
    height: auto;
}

@media screen and (max-width:768px) {
  #down-arrow-section {
    display: none;
  }
}







.fl-post-header { display: none; }
.archive .fl-post-header { display: block !important; }



.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle {
	z-index: 99;
}

.fl-submenu-indicator .fl-page-nav ul.sub-menu li.menu-item-has-children.active > a:after {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.fl-submenu-indicator .fl-page-nav ul.sub-menu li.menu-item-has-children.active > a:after {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
}


.uppercase {
	text-transform: uppercase;
}

.purple {
	color: #523096;
}

.clear {
	clear:both;
}


.max-386 {
	max-width:386px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}




ul#resources {
	list-style: none;
	padding-left:0;
}

ul#resources li {
	font-size: 24px;
	margin-bottom:20px;
	width:50%;
}

ul#resources li:nth-child(odd) {
  float: left;
  padding-right: 100px;
  clear: left;
}

ul#resources li:nth-child(even) {
  float: right;
  clear: right;
}

ul#resources li a {
	font-size: 18px;
	/*text-transform:uppercase;*/
	font-weight:bold;
}



@media screen and (max-width:1024px) {
	ul#resources li {
		width:100%;
    padding-right: 20px;
		float: none;
    clear: both;
	}
}



h5#corevalues {letter-spacing: 2px;}



ul#core-values {
	list-style: none;
	text-align: center;
	margin-top:50px;
	padding-left:0;
}

ul#core-values li {
	display: inline-block;
	width:185px;
	height:185px;
	font-size:22px;
	border-radius: 50%;
	background:#D3011E;
	margin:30px;
	font-weight: bold;
	color:white;
}

ul#core-values li > div {
  display: table;
  height: 100%;
  width: 100%;
  padding: 10px;
}

ul#core-values li > div > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 1.3;
}


ul#core-values li:nth-child(2) {
	background:#F87D06;
}

ul#core-values li:nth-child(3) {
	background:#FFCA58;
}

ul#core-values li:nth-child(4) {
	background:#01D7D0;
}

ul#core-values li:nth-child(5) {
	background:#523096;
}

@media screen and (max-width:1440px) {

	ul#core-values li {
		width: 160px;
		height: 160px;
		font-size: 18px;
	}

}

@media screen and (max-width:1300px) {

	ul#core-values li {
		margin: 10px;
	}

}

@media screen and (max-width:1060px) {

	ul#core-values li {
		width: 120px;
		height: 120px;
		font-size: 14px;
		margin: 2px;
	}

}

@media screen and (max-width:768px) {

	ul#core-values li {
		width:185px;
		height:185px;
		line-height:185px;
		font-size:22px;
	}

}



.legal-col {
	width:50%;
	float:left
}

@media screen and (max-width:1024px) {
	.legal-col {
		width:100%;
		float: none;
	}
}


ul.legal-docs {
	padding-left:26px;
}

ul.legal-docs li {
	font-size: 24px;
  line-height: 1.2;
  padding: 4px 0;
  padding-right:60px;
}

ul.legal-docs li a {
  color: #15033D;
}

ul.legal-docs li img {
  max-width: 100%;
}

.regional-legal-wrapper h4,
.regional-legal-wrapper .regional-footer-address p {
	font-size: smaller;
}

@media screen and (max-width:768px) {
	ul.legal-docs {
		padding-left:20px;
	}

	#breadcrumbs {
		display:none;
	}
}

/*  Legal Sub Footer */
.legal__contents {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 0.5rem; 
  grid-column-gap: 4rem;
}

.legal__col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  justify-content: flex-start;
}

.legal__col--heading {
  text-align: center;
}

.legal__col--list-1:has(ul),
.legal__col--list-2:has(ul) {
  justify-content: space-between;
}

.legal__col--list-1:not(:has(ul)),
.legal__col--list-2:not(:has(ul)) {
  justify-content: flex-end;
}

.regional-legal-wrapper .legal__contents .legal__col--list-1:not(:has(ul)),
.regional-legal-wrapper .legal__contents .legal__col--list-2:not(:has(ul)) {
  justify-content: center;
}

.legal__contents ul li,
.legal__contents .vc_btn3.vc_btn3-size-lg {
  font-size: 20px;
}

@media screen and (min-width:768px) {
  .legal__contents {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: 
      "empty heading heading"
      "image list1 list2";
  }

  .legal__col--image {
    grid-area: image;
  }

  .legal__col--heading {
    grid-area: heading;
  }

  .legal__col--list-1 {
    grid-area: list1;
  }
  .legal__col--list-2 {
    grid-area: list2;
  }

}


.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
	font-size:51px !important;
}

.max-320 {
	max-width: 320px;
	margin-left:auto;
	margin-right:auto;
}

.max-660 {
	max-width: 660px;
	margin-left:auto;
	margin-right:auto;
}

h5.math {
	margin-top: 30px;
	margin-bottom: 20px;
}

.mfp-wrap .mfp-close, .mfp-wrap .mfp-close:active, .mfp-wrap .mfp-close:hover, .mfp-wrap .mfp-close:focus {
  top: -40px !important;
}


/* Molly's added code */

.style-svg {
    width: 240px;
    height: auto;
    margin-top: 70px;
}

.fl-page-nav-right.fl-page-header-fixed .fl-logo-img, .fl-page-header-fixed .fl-logo-img {
    position: relative;
    top: 3px!important;
}

.vidbg-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 10%, rgba(13, 2, 26, 0.3) 35%, rgba(0, 0, 0, 0)90%) !important;}

#home-header h1 {
    font-family: Quicksand;
    font-size: 54px;
    font-weight: 500!important;
    line-height: 64px;
    text-shadow: 0 2px 4px 0 rgba(0,0,0,0.4);
    color: #fff;}

.alignleft {
    float: left;
    margin: 10px 40px 20px 0px!important;
}

.alignright {
    float: right;
    margin: 10px 0px 40px 40px!important;
}

.second-row .aqua-heading h2 {
    font-family: Quicksand;
    font-size: 30px!important;
    margin-top: 0;
    text-align: center;
    letter-spacing: 1px!important;
    color: #523096!important;
    font-family: GardenGrownCaps-Regular!important;
    font-weight: 100!important;
}

.second-row .purple-heading h3 {
    color: #523096;
    font-family: Quicksand;
    font-size: 16px!important;
line-height: 22px!important;
}

.second-row .stats-border-lr {
    border-left: none!important;
    border-right: none!important;
}

.second-row {
    padding: 40px 0 40px 0!important;
}

.wpb_single_image .vc_figure {
    margin-bottom: -8px!important;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 15px!important;
}

.color-box .wpb_single_image {
   margin-top: 40px!important;
}

.vc_custom_1508371374377 {
    margin-top: 5px!important;
}

#home-header h1 {
    margin-top: 70px!important;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 25px!important;
}

.no-padding .wpb_content_element {
    margin-bottom: 0px!important;
}

@media (min-width:600px) {
#RPS_Map, .wpb_single_image img {
    height: auto;
    /*max-width: 200%!important;*/
    vertical-align: top;
}
}

#corevalues {
	font-family: GardenGrownCaps-Regular!important;
  font-weight: 100!important;
	margin-top: 50px;
  letter-spacing: 0.02px;
}


/*BLOG UPDATES TEMPLATE */

#blog-latest-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 100px 0;
  position: relative;
}

#blog-latest-banner .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
}

.latest-icon {
   position: relative;
   top: -3px;
   margin-right: 6px;
   max-height: 36px;
}

#blog-breadcrumbs {
  padding: 60px 0 0 0;
}

.blog-cats ul {
  list-style: none;
  display: inline;
  padding: 0;
}

.blog-cats ul li {
  display: inline;
  padding: 0;
}

.blog-cats ul li a:after {
  content: ", ";
}

.blog-cats ul li:last-child a:after {
  content: ".";
}

@media screen and (min-width:769px) {
  .blog-cats {
    text-align: right;
    padding-top: 27px;
  }
}

.posts-container {
  padding-left: 15px;
  padding-right: 15px;
}

.posts-container .post-item {
  border-top: 1px #ccc solid;
  padding: 30px 0;
}

.alm-btn-wrap {
  text-align: center;
  padding: 0 0 60px 0;
}

.alm-btn-wrap button,
.alm-btn-wrap input[type=button],
.alm-btn-wrap input[type=submit] {
  color: #FFF;
  background-color: #FFA234;
  font-size: 16px;
  padding: 14px 25px;
  border-radius: 5px;
  border: none;
  /*text-transform: uppercase;*/
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.alm-btn-wrap button:hover,
.alm-btn-wrap input[type=button]:hover,
.alm-btn-wrap input[type=submit]:hover {
  background: #ea8333;
}




/*VIDEO ARCHIVE PAGE*/

#videos-top-banner {
  background-color: #9b9b9b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 100px 0;
  position: relative;
}

#videos-top-banner  .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
}

.videos-container {
  clear: both;
  padding-top: 40px;
  padding-bottom: 60px;
}

.videos-container .video-item .video-meta {
  padding: 40px;
  background: #f1f1f1;
  margin-bottom: 40px;
}


.videos-container .video-item:nth-child(odd) {
  width: 48.5%;
  float: left;
}

.videos-container .video-item:nth-child(even) {
  width: 48.5%;
  float: right;
}

@media screen and (max-width:991px) {
  .videos-container .video-item:nth-child(odd),
  .videos-container .video-item:nth-child(even) {
    width: 100%;
    float: none;
  }
}

.videos-container .video-item .video-thumbnail img {
  width: 100%;
  height: auto;
}

.videos-container .video-item p {
  margin-bottom: -60px;
}


/*BLOG SINGLE PAGE*/


#blog-top-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 180px 0 200px 0;
    position: relative;
}

#blog-top-banner  .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
}

#blog-top-banner .banner-spacer {
  height: 80px;
}

.blog-single-title {
  margin-top: 48px;
}

.post-body {
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px #ccc solid;
}

.post-meta {
  margin: 0px 0 20px 0;
}

.post-meta p {
  font-size: 30px;
  color: #523096;
}

.blog-bottom {
  margin-bottom: 80px;
}

.next-post {
  float: right;
}

@media screen and (max-width:768px) {
  .next-post {
    float: none;
    display: block;

  }
}

#back-btn {
  padding-top: 40px;
  padding-bottom: 60px;
}

/*Breadcrumbs*/

.breadcrumb_last,
#breadcrumbs,
#blog-breadcrumbs,
#video-cpt-breadcrumbs,
#blog-breadcrumbs,
#breadcrumbs a,
#blog-breadcrumbs a,
#video-cpt-breadcrumbs a,
#blog-breadcrumbs a {
  font-weight: 300;
  font-size: 18px;
}

#breadcrumbs,
#blog-breadcrumbs,
#video-cpt-breadcrumbs,
#blog-breadcrumbs {
    padding-top: 20px !important;
}

#blog-readcrumbs {
	margin-top:30px
}
#blog-readcrumbs a {
  font-weight: 300;
  font-size: 18px;
}

#blog-readcrumbs  {
  font-weight: 300;
  font-size: 18px;
}

#breadcrumbs,
#blog-breadcrumbs,
#blog-readcrumbs,
#video-cpt-breadcrumbs,
#blog-breadcrumbs {
    padding-top: 20px !important;
}

.static-page-breadcrumbs {
margin-top:-40px;
}

.page-template-page-staff #breadcrumbs {
margin-top:-40px;
}

.single-staff #blog-readcrumbs {
margin-top: 0px;
}

.page-template-default #breadcrumbs {
margin-top:-40px;
}

.page-template-default.page-id-10124  #breadcrumbs {
margin-top:-60px;
}


.single-school #breadcrumbs,
.term-bay-area #breadcrumbs,
.tax-area #breadcrumbs {
margin-top:-40px;
}

/*Staff Single Page*/

.post-body.staff-single {
  margin-bottom: 0px;
  padding-bottom: 40px;
  border-bottom: none;
}

.flexrow {
  display: flex;
  flex-direction: row;
}

@media (max-width:767px) {
.flexrow {
  display: block;
  }
}

.flexboxes {
  display: flex;
  flex-direction: column;
}

.flexholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-justify-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexbottom {
  position: absolute;
  bottom: 65px;
  left: 0;
  right: 0;
}

.spacer {
  padding-bottom: 40px;
}

/* Bespoke CSS */
.latest {
  font-size: 38px !important;
}

/*School Facebook Box Visibility and min height */

.facebook-box.vc_column-inner.vc_custom_1505936304750 {
  min-height: 610px;
}
.facebook-box .vc_btn3-container {
  margin-bottom: 70px;
  margin-top: 0px
}


/*Region Ble boxes*/

.blue-box-one p,
.blue-box-one h2,
.blue-box-two p,
.blue-box-two h2 {
  color: white;
  text-align: center;
}

/*Load More Ajax Button */

.alm-load-more-btn.more {
  opacity: 1;
}

.alm-load-more-btn.more.done {
  opacity: 0.3;
  pointer-events: none;
}

/*Menu Nav QA*/

.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > ul > li a:hover {
  border-color: #008286;
}

.fl-submenu-indicator .fl-page-nav ul.navbar-nav > li.menu-item-has-children > a:after {
  position: relative;
  top: -5px;
  font-weight: 300 !important;
  margin-left: 7px;

}

.fl-page-nav-search form {
  background: #5ed4cf;
  border-top: 3px solid #39aca7;
}

.fl-page-nav-search form input.fl-search-input {
  background: white;
  border: none;
  color: #52309C !important;
}

.fl-page-nav-search form input.fl-search-input::-webkit-input-placeholder {
    color: #52309C;
}

.fl-page-nav-search form input.fl-search-input:-moz-placeholder {
    color: #52309C;
}

.fl-page-nav-search form input.fl-search-input::-moz-placeholder {
    color: #52309C;
}

.fl-page-nav-search form input.fl-search-input:-ms-input-placeholder {
    color: #52309C;
}




/*Miscellanous Fixes*/

.hero {
  width: 100%;
  min-height: 46rem;
  /*max-height: 35rem;*/
  background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.school-title {
  margin-top: 0;
}

h2.region-contact-information {
  margin-bottom: 50px !important;
}

h3.region_title {
  padding-bottom: 20px;
}

.row-icons {
  padding-top: 45px;

}

.mb-20 {
  margin-bottom: 20px;
}

.search-pagination {
  padding: 40px 0;
  text-align: center;
  border-top: 1px #ccc solid;
  margin: 20px -15px 0 -15px;
}

/*Home Color Boxes Responsivness*/

@media screen and (max-width:1200px) {
  .color-box {
  width:100%;
  }
}


/*Main Nav Fonts and Fixes*/

.fl-page-nav .navbar-nav, .fl-page-nav .navbar-nav a {
  font-family: Quicksand !important;
  letter-spacing: 0.02em;
  font-weight: 600;
  text-rendering:optimizeLegibility;
}

.fl-submenu-indicator .fl-page-nav ul.navbar-nav > li.menu-item-has-children > a:after {
  margin-left: 7px;
  font-weight: 300;
}

@media screen and (max-width:768px) {

  .fl-page-nav .navbar-nav, .fl-page-nav .navbar-nav a, .fl-page-bar-nav > li > a {
    font-weight: 600 !important;
  }

}



@media screen and (min-width:991px) {

  .fl-page-bar {
    z-index:3 !important;
  }

  .fl-page-header.fl-page-header-primary.fl-page-nav-right {
    position:relative;
    z-index:2;
  }

}

/*Bus Stops Page Style*/

@media screen and (max-width:1070px) {

  .bus-stop-column {
    display:block;
    width:100%;
  }

}

/*News Field */

.source-news {
  margin-top: 30px;
}



.btn-latest:hover > a {
    background-color:#523096 !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

/*Border Styles*/

.border-teal {
	border: 2px #5ed4cf solid;
}

.border-blue {
	border: 2px #3f88de solid;
}

.border-purple {
	border: 2px #4d3491 solid;
}

.border-orange {
	border: 2px #f3a54d solid;
}


/*Home Styles*/


.home #approach {
    padding-bottom: 800px;
}

.home #teach-with-us-section {
    padding-top: 120px;
    padding-bottom:120px;
}

.home #teach-with-us-section .teach-with-us-text {
    padding: 40px 40px 40px 80px;
}

.home #latest-updates-section {
    padding-top: 120px;
    padding-bottom: 900px;
}

.home #latest-updates-section .vc_custom_1509048541121 {
    padding-top: 160px;
}

/*Home Page Only Responsive Media Queries*/

@media screen and (max-width:768px) {

    .home .fl-content:first-of-type {
        margin-top: 0 !important;
    }

    .home #home-header {
        padding: 0 !important;
    }

    .home #home-header .hero-content {
        margin-top: 40px!important;
        top:130px;
    }

    .home .vidbg-container {
        /*left: -270px;*/
    }

    .home #second-row {
        display:none;
    }

    .home .find-your-school-box.vc_message_box {
        padding: 20px 20px 40px 30px;
        text-align: center;
    }

    .home #third-row {
        padding:0 !important;
    }

    .home #approach {
        padding-bottom: 40px;
    }

    .home #teach-with-us-section {
        padding: 30px 20px 30px 20px !important;
    }

    .home #teach-with-us-section .teach-with-us-text {
        padding: 20px 30px 40px 30px;
        text-align: center;
    }

    .home #latest-updates-section {
        padding-top: 30px;
        padding-bottom: 0;
        background-size: cover;
        background-position: bottom center;
        background-attachment: unset;
    }

    .home #latest-updates-section .vc_custom_1509048541121 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .home .updates-box {
        padding: 30px 20px 50px 20px !important;
        background: rgba(256,256,256,0.93);
    }

    .home .updates-box h2.latest {
      font-size: 28px !important;
      font-weight: 300 !important;
    }


}

/*Global Queries*/

.font-small {
  font-size: 1.75rem;
}

.display-on-mobile {
  display:none;
}

.hide-on-desktop {
  display: none;
}

@media screen and (max-width:768px) {

  .centered-on-mobile {
  	text-align:center !important;
  }
  .fl-page-nav-search form input.fl-search-input {
  	font-size:16px;
  }
  .display-on-mobile {
  display:block;
  }

  .hide-on-desktop {
    display: block;
  }

  .hide-on-mobile {
    display:none;
  }

  .fl-page-content a {
  	font-weight: 600;
  }
  .fl-page-content a.bold {
    font-weight: 600;
  }


}

/*Home Page Learn More BTN*/

.home-page-btn .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline {
  font-weight: 600;
  letter-spacing: 0.02em;
  font-family: lato!important;
}

.home-page-btn .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline:hover {
  border-color: none;
    color: #523096;
    background: #ffffff;
}


/*Latest News Button*/

/*.news-loop-wide-btn a.read-more-btn {
  color: #FFF;
	background-color: #FFA234;
	font-size: 24px;
	padding: 18px 25px;
	border-radius: 5px;
	border: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.news-loop-wide-btn a.read-more-btn:hover {
	border: none;
	background: #F87D06;
	color: white;
}*/

.page-template-archive-news .alm-load-more-btn.more {
	font-size: 24px;
	padding: 18px 25px;
}



/* Region Template Responsive Styles */

@media screen and (max-width:991px) {

  .sub-region-title {
      font-weight: 600;
      font-size: 28px;
      margin-top: 0;
  }

  .school-count {
    font-size: 24px !important;
    margin-top: 0;
  }

  .head .item-right i {
      font-size: 50px;
  }

}


/*Latest News Updates */

@media screen and (min-width:769px) {

  .page-template-archive-news .posts-container .post-item .post-item-container {
    padding-top: 30px;
  }

  .page-template-archive-news .title-container {
    float: right;
    width: 66%;
    margin-bottom: 10px !important;
  }

  .page-template-archive-news .title-container .post-item-title {
    margin-top: 0;
  }

}


/*BG Fixes on Mobile*/
@media screen and (max-width:768px) {
  .vidbg-container {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: scroll;
  }

  .vc_parallax .vc_parallax-inner {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0 !important;
    background-attachment: scroll;
    background-color: transparent;
    background-image: inherit;
    background-size: cover;
    z-index: 0;
    background-position: 50% 0;
  }
}





/*Form Label Wrapping Fix*/

.wForm label {
  line-height: 1.2;
  white-space: normal;
  vertical-align: baseline;
  border-radius: .25em;
}



/*Main Nav Fonts and Fixes*/

.fl-page-nav .navbar-nav, .fl-page-nav .navbar-nav a {
  font-family: Quicksand !important;
  letter-spacing: 0.02em;
  font-weight: 600;
  text-rendering:optimizeLegibility;
}

.fl-submenu-indicator .fl-page-nav ul.navbar-nav > li.menu-item-has-children > a:after {
  margin-left: 7px;
  top: -5px;
  font-weight: 300 !important;
  transition: all .25s ease;
}

.fl-submenu-indicator .fl-page-nav ul.navbar-nav > li.menu-item-has-children:hover > a:after {
  color: #b9abd4;
  transition: all .25s ease;
}
.fl-sub-menu-open > a {
  /* color: #b9abd4 !important;
  transition: all 0s ease; */

}
ul.fl-sub-menu-open > a {
  color: white;
}



@media screen and (max-width:768px) {

  .fl-page-nav .navbar-nav, .fl-page-nav .navbar-nav a, .fl-page-bar-nav > li > a {
    font-weight: 600 !important;
  }

}


/*Global Round Corners Style for Images*/

.round-img {
    border-radius: 1rem;
}


/*News Archove Page Style Updates */



@media screen and (min-width:769px) {

  .page-template-archive-news #blog-latest-banner,
  .tax-news_categories #blog-latest-banner {
  	display:none;
  }

  .page-template-archive-news .news-logo-container,
  .tax-news_categories .news-logo-container {
    width: 22%;
  }

  .page-template-archive-news .news-logo-container img,
  .tax-news_categories .news-logo-container img {
    border: 1px #ccc solid;
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .page-template-archive-news .news-excerpt-container,
  .tax-news_categories .news-excerpt-container {
    width: 78%;
  }

  .page-template-archive-news .posts-container .post-item .post-item-container,
  .tax-news_categories .posts-container .post-item .post-item-container {
    padding-top: 30px;
  }

  .page-template-archive-news .title-container,
  .tax-news_categories .title-container {
    float: right;
    width: 78%;
    padding-left: 5px;
    margin-bottom: 10px !important;
  }

  .page-template-archive-news .title-container .post-item-title,
  .tax-news_categories .title-container .post-item-title {
    margin-top: 0;
  }

}



/*Ajax Loop Font Sizes */

.fs-18 {
  font-size: 18px;
}

.fs-36 {
  font-size: 36px;
}



/*New blog Design Styles */

.latest-post {
  background: #15033c;
  position: relative;
}

.latest-space {
  float: left;
  width: 40%;
}

.latest-post-img-container {
  width: 60%;
  float: right;
  position: relative;
}

@media screen and (max-width:1099px) {

  .latest-space {
    float: none;
    display: none;
  }
  .latest-post-img-container {
    width: 100%;
    float: none;
    position: relative;
  }
}

.latest-post-img-container img {
  width: 100%;
  height: auto;
}

.latest-post-img-container .gradiant-black {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(21,3,60,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(21,3,60,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(21,3,60,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15033c', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

@media screen and (max-width:991px) {
  .latest-post {
      padding-top: 134px;
  }

  .fl-content.blog-page-wrap:first-of-type {
    margin-top: 0;
  }


}

.latest-post-row {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.latest-post-wrap {
  width: 100%;
  height: 100%;
  display: table;
}

.latest-post-container {
  display: table-cell;
  vertical-align: middle;
}

.latest-post-content {
  margin: 0 auto;
  max-width: 1466px;
  padding-left: 60px;
  padding-right: 60px;
  color: white;
}

.content-wrap {
  max-width: 60%;

}

@media screen and (max-width:1099px) {
  .latest-post-content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .content-wrap {
    max-width: 100%;
  }

  .latest-post-img-container .gradiant-black {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
  }

}


@media screen and (max-width:991px) {
  .content-wrap {
    margin-top: 124px;
  }
}

@media screen and (max-width:768px) {
  .latest-post-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .latest-post-row {
    padding: 10px;
  }

  .latest-post-img-container .gradiant-black {
    display: none;
  }

  .blog #blog-breadcrumbs {
    display: none;
  }

  .posts-container .post-item {
    padding: 30px 15px;
  }

}

.latest-post-container h2.latest-post-title {
  padding-top: 0;
  margin-top: 0;
  color: white;
  font-size: 42px;
  font-weight: 700;
}

.latest-post-container p {
  color: white;
}

.vc_btn3-container.vc_btn3-left.latest-post-btn {
}

@media screen and (max-width:768px) {
  .latest-post-row {
    position: relative;
  }

  .content-wrap {
    margin-top: 0;
    padding: 10px;
  }
}



/*Double Column for Ajax container Post Loop*/

.post-left {
  float: left;
  width: 75%;
}

.post-right {
  float: right;
  width: 20%;
}

@media screen and (max-width:991px) {
  .post-left {
    float: none;
    width: 100%;
  }

  .post-right {
    float: none;
    width: 100%;
  }
}


@media screen and (min-width:769px) {

  .posts-container .post-item .post-item-container {
    padding-top: 30px;
  }

  .news-logo-container {
    padding-top: 20px;
  }

  .title-container {
    float: right;
    width: 66%;
    margin-bottom: 10px !important;
  }

  .title-container .post-item-title {
    margin-top: 0;
  }

}

ul.blog-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.blog-categories li {
  margin-bottom: 10px;
}


/*Single Blog Page Redesign */


.single-feat-img {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 50%;
}

.published-on {
  margin-top: 30px;
}

@media screen and (max-width:991px) {

  .single-feat-img {
    float: none;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
  }

}


/*Blog and cat page button enlargemnet */

/*Load more is Title Case & Weight 600*/

.blog .vc_btn3.vc_btn3-size-lg,
.archive .vc_btn3.vc_btn3-size-lg,
#load-more {
  text-transform: capitalize !important;
  margin-top: 15px !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  padding: 18px 50px !important;

}


@media screen and (min-width:992px) {

  .post-right {
    padding-top:48px;
  }

  .post-right li a{
	font-size:18px;
  }
}

.alm-btn-wrap {
    text-align: center;
    padding: 0 0 60px 0;
    position: absolute;
    width: 100%;
}

#ajax-load-more {
padding-bottom: 110px;
}


/*Additional QA Styles */

.post-left p,
.latest-post-container p {
  padding-bottom: 0;
}

@media screen and (max-width:768px) {
  .post-left p {
    padding-bottom: 0;
  }
}

@media screen and (min-width:992px) {

  .post-right {
    padding-top:36px;
  }

  .post-right hr {
    border-top: 1px solid #ccc;
  }

  .post-right li a{
	font-size:18px;
  }

}

@media screen and (min-width:769px) {

  .post-left .wpb_single_image img {
    padding-right: 2rem;
  }

  .alm-btn-wrap {
      text-align: center;
      padding: 0 0 60px 0;
      position: absolute;
      width: 100%;
  }

  #ajax-load-more {
    padding-bottom: 110px;
  }

}

@media screen and (max-width:991px) {
  .post-right {
    display: none;
  }
}

@media screen and (max-width:991px) {
  .alm-btn-wrap {
      padding: 0;
      margin-top: -20px;
      left: 0;
  }
}

/*Nav Font Weight */

.fl-page-nav .navbar-nav a,
.fl-page-nav ul.sub-menu li ul.sub-menu li a {
  font-weight: 600 !important;
}

/*Single Blog Page Improvements*/

.by-line {
  margin-bottom: 0 !important;
  padding-bottom: 10px !important;
}

.single-post .post-body .z-drop-wrapper {
  display: none;
}




.lightbox-video-container {
  margin-top: 60px;
  margin-bottom: 20px;
}

.flexible-field-container {
    margin-top: 60px;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.flexible-field-container p {
    font-family: "Quicksand", sans-serif;
    font-size: 24px;
    font-weight: 300;
}

.flexible-field-container p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

#schools-map {
    border-top: 1px #ccc solid;
    margin-top: 60px;
}

/* SEARCH PAGE STYLE UPDATES */

.search-input-container {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 20px;
}

.search-input-container input {
  max-width: 320px;
  margin: 0 auto;
}

.search .posts-container .post-item {
  border-top: none;
  padding: 0;
}

.item-line {
  height: 6px;
  width: 160px;
  background: #5ed4cf;
  margin-bottom: 30px;
}

.search-item-content p {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.search-post-type p {
  text-transform: uppercase;
  padding-bottom: 0;
  font-weight: 600;
}


/* Jerking Hero on Mobile BG fix */
@media screen and (max-width: 768px) {
    .vidbg-container {
        background-size: auto !important;
        background-position: top center !important;
    }
}

/* h5 Letter spacing override */
h5 {
  letter-spacing: 0;
}

/* Lightbox Featured Thumbnail Centered */
.lightbox-video-container {
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: center;
}


a.bus {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border: 3px solid #1e88e5;
  color: #1e88e5;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.42857143;
  user-select: none;
  font-weight: 600;
  letter-Spacing: 0.4px;
  margin-top: -2rem;
  font-family: Lato;
}
a.bus:hover{
  text-decoration: none;
  color:#0063bb;
}

.results-inner li {
  list-style: none;
  text-align: center;
}

.results-inner h3 {
  font-size: 30px;
}

.results-inner a {
  display: block;
  width: 50%;
  margin: auto;
  text-align: center;
}

/* All School Taxonomy Page */

#all_schools_hero {
  color: #fff;
  padding: 3rem 0.94rem;
  background-color: rgba(16,0,47,0.5);
  margin-block: 4rem;
  width: 42rem;
  max-width: 100%;
}

#all_schools_hero .hero-text p {
  color: #ffffff;
  line-height: 110%;
  font-size: 20px;
  font-family: 'Lato';
  font-weight: bolder;
  padding-bottom: 0;
}

#all_schools_hero .vc_btn3-container {
  margin-bottom: 0;
}

#all_schools_hero .hero-button {
  font-size: 18px!important;
  padding: 12px 45px!important;
  background-color: #ffb33a !important;
  letter-spacing: 0.25px;
  font-weight: 400 !important;
  line-height: 20px;
  font-family: 'Lato';
}

#all_schools_hero .hero-button:hover,
#all_schools_hero .hero-button:focus {
  background-color: #eda428 !important;
}

#all_schools_hero .secondary_link a {
  font-size: 18px;
}

/* Hero for Regions */
#hero-container {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#hero-container .school-hero-container {
  margin: auto;
}

@media (min-width: 768px) {
  #hero-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }

  #hero-wpb_wrapper {
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: right;
  }

  #hero-container #all_schools_hero .vc_btn3-container a {
    width: 200px;
  }
}

@media screen and (max-width: 991px){
  #hero-container {
   padding-top: 124px;
  }
}

.region_description p {
  font-size: 18px;
}

.region.second-row {
  padding-top: 0!important;
}

.stats {
  border-radius: 5px;
  color: #ffffff;
  padding: 20px 60px;
}

.tout {
	max-width: 600px;
	margin: auto;
}

.stats.teal {
  background-color: #5ed4cf;
}

.stats.purple {
  background-color: #523096;
}

.stats.orange {
  background-color: #ffa133;
}

.stats.blue {
  background-color: #1f88e4;
}

.stats.purple h2 {
  color: #ffffff !important;
}

.stats.purple h3 {
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #ffffff !important;
  margin-top: 10px;
}

.stats.purple .vc_figure {
  max-width: 70%;
}
.stats .link-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.stats .link-container_title {
  font-family: 'GardenGrownCaps-Regular';
  font-size: 30px!important;
  margin: 0 0 20px 0;
  color: #ffffff;
}

.stats .link-container_links,
.tout ul,
.tout ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.stats .link-container_link,
.tout__content *,
.tout a {
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
}

.stats .link-container_link,
.tout a {
  font-weight: bold !important;
  display: block;
  margin-bottom: 20px;
}

.second-row.region {
  padding: 75px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  border-bottom: 1px #ccc solid;
  margin-bottom: 60px;
}

.second-row.region .rls-map.has-results {
  order: -1;
  width: 100%;
}

@media screen and (max-width: 885px) {
  .second-row .stats,
  .second-row .rls-map {
    width: 100%;
    margin-bottom: 15px;
  }

  .second-row.region .rls-map.has-results {
    width: 100%;
  }
}


/* Banner */

.c-banner, .c-banner-default {
    background: #D3011E;
    color: #FFFFFF;
    padding: 9px 0;
}

.c-banner-teal {
    background-color: #04d7d0;
}

.c-banner-orange {
    background-color: #ffb33a;
}

.c-banner-purple {
    background-color: #523096;
}

.c-banner-blue {
    background-color: #1f88e4;
}

.c-banner-white {
    background-color: #FFFFFF;
}

.c-banner-white .container .c-banner-content .c-banner-text p {
	color: #523096 !important;
}

.c-banner-teal-dark {
    background-color: #008286;
    color: #ffffff;
}

.c-banner-content,
.c-banner-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-banner-content {
    margin: -10px;
}

.c-banner-text,
.c-banner-links {
    padding: 10px;
}

.c-banner-text,
.c-banner-text p {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25;
    margin: 0;
    padding: 0;
    color: #FFFFFF !important;
}

.c-banner-buttons {
    margin: -5px;
}

.c-banner-buttons > a {
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.20);
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    text-decoration: none;
    margin: 5px;
}

.c-banner-buttons > a.teal,
.c-banner-buttons > a.orange {
    color: rgba( 43, 17, 97, 0.85 );
}

.c-banner-buttons > a.teal {
    background-color: #04d7d0;
}

.c-banner-buttons > a.orange {
    background-color: #ffb33a;
}

.c-banner-buttons > a.purple {
    background-color: #523096;
}

.c-banner-buttons > a.blue {
    background-color: #1f88e4;
}

.c-banner-buttons > a.white {
    background-color: #FFFFFF;
    color: #523096;
}

.c-banner-buttons > a.teal-dark {
    background-color: #008286;
    color: #ffffff;
}

.c-banner-buttons > a:hover,
.c-banner-buttons > a:focus,
.c-banner-buttons > a:active {
    color: #D3011E;
    background-color: #FFFFFF;
}

.c-banner-buttons > a.purple:hover,
.c-banner-buttons > a.purple:focus,
.c-banner-buttons > a.purple:active {
    color: #523096;
}

.c-banner-buttons > a.blue:hover,
.c-banner-buttons > a.blue:focus,
.c-banner-buttons > a.blue:active {
    color: #1f88e4;
}

.c-banner-buttons > a.white:hover,
.c-banner-buttons > a.white:focus,
.c-banner-buttons > a.white:active {
    color: #FFFFFF;
    background-color: #523096;
}

.c-banner-buttons > a.teal:hover,
.c-banner-buttons > a.teal:focus,
.c-banner-buttons > a.teal:active,
.c-banner-buttons > a.orange:hover,
.c-banner-buttons > a.orange:focus,
.c-banner-buttons > a.orange:active {
    color: #ffffff;
    background-color: #523096;
}



/* Distance Learning */

.ds-row {
	margin-top: 2em;
}
.ds-row p {
	font-size:.75em;
	padding: 0 !important;
	
}
.ds-row-title {
	padding-bottom: 1em;
}

@media (min-width: 992px) {
  .ds-tile-row {
    display:  flex;
    flex-wrap: wrap;
  }
  
  .ds-tile-row > [class*='col-'] {
    display: flex;
  }
}

.ds-tile-container {
  padding: 0px;
  position: relative;
	margin-bottom: 1.25em;
	border: 1px solid #f1f1f1;
	text-decoration: none;
	outline: none;
  display: flex;
  flex-direction: column;
	
	}
.ds-card-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
}
	.ds-tile-image {
		height: 200px;
		overflow: hidden;
		
	}
	.ds-tile-image img {
		width: 100%;
		height: auto;
	}
	.ds-tile-description {
		height: 218px;
		width: 100%;
		background-color: #f1f1f1;
		padding: 25px;
		font-family: 'Quicksand', sans-serif;
		position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
	}

  .ds-tile-description--top {
    padding-bottom: 25px;
  }

  .ds-tile-description--bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    width: 100%;
 
  }
	.ds-tile-description h2 {
		font-size: .75em !important;
		color:#6F45C3;
		font-family: 'Quicksand', sans-serif;
		margin-top: 0;
		margin-bottom: 22px;
	}
.ds-tile-description p {
	font-size: .66em !important;
color: #15033D !important;
margin-bottom: 0 !important;
padding: 0;
	font-family: 'Quicksand', sans-serif;
	line-height: 1.35;
	}
.ds-tile-description a.ds-button {
	display: inline-block;
	padding: 6px 20px 5px;
	color: #15033D;
	background-color: #5ED4CF;
	text-transform: uppercase;
	border-radius: 5px;
	font-size: .5em !important;
	font-family: 'Quicksand', sans-serif;
	font-weight: 600;
	text-decoration: none;
	}

.ds-tile-container:hover .ds-tile-description a {
	background-color: #523096;
	color: #fff;
}
.ds-header-main {
	height: 460px;
	
	background-size: cover;
	position: relative;
	background-position: center;
}
.ds-resources {
	height: 295px;
}

.ds-header-main h1 {
	margin: 0;
	color: #fff;
	font-size: 2.5em;
	font-weight: 200;
}

.ds-tile-description .ds-type {
	color: #15033D;
	font-size:.5em !important;
	font-family: 'Quicksand', sans-serif !important;
	text-transform: uppercase;
	font-weight: 400;
}
.ds-tile-description .ds-type span {
	font-family:FontAwesome;
	padding-right: 5px;
	text-transform: uppercase;
}
.banner-overlay {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);


}
.ds-top-row {
	margin: 1.5em 0 0 0 !important;
}
.fl-page-content .ds-top-row p, .fl-page-content .ds-top-row ul li {
	font-size: .75em;
	
}
 .fl-page-content .ds-top-row ul {
	 margin-bottom: 2rem;
}
.fl-page-content .ds-top-row p, .fl-page-content .ds-top-row h1, .fl-page-content .ds-top-row h2 {
	padding-bottom: 1rem;
}
.fl-page-content .ds-top-row p:last-of-type {
	padding-bottom: 0 !important;
}

 @media (max-width: 480px) {
	 .ds-header-main h1 {
		width: 100%;
		position: absolute;
		margin: 0 !important;
		padding: 0 !important;
		text-align: center;
		left: 0;
		bottom: 67px;
		font-size: 1.2em;
	 }
	 
	 .ds-header-main h1 {
		color: #15033D;
	}
.banner-overlay {
	background-color: #5ED4CF;
	
	 }
	 .ds-tile-description {
		 height: inherit;
		 padding-bottom: 81px;
	 }
	 .ds-header-main {
    height: 295px;
	 }
	 .ds-row-title h2 {
		text-align: center;
		font-size: 36px !important;
	 }
}

.enroll-now-row {
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	background-color: #f1f1f1;
	padding: 29px;
	margin-bottom: 53px;
}

.enroll-now-row p {
	width: 55%;
	margin-left: 22%;
	line-height: 1.3;
	padding-bottom: 17px;
	padding-top: 16px;
	font-weight: 300;
}

 @media (max-width: 480px) {
		 .enroll-now-row p {
		width: 80%;
		margin-left: 10%;
		line-height: 1.3;
		padding-bottom: 17px;
		padding-top: 16px;
		font-weight: 300;
	}
}

.rse-enchor {
	position: relative;
	top: -85px;
}

/* Email capture */

#email-capture .col {
	max-width: 800px;
	margin: auto;
}

/* Address Block */

.o-address {
	display: block;
	max-width: 290px;
	margin: auto;
}

/* Aspect Ratio ( Board Members ) */

.o-aspect-ratio,
.o-gallery__item {
	position: relative;
	overflow: hidden;
}

.o-aspect-ratio {
	padding-top: 100%;
}

.o-aspect-ratio img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Gallery ( Board Members ) */

.o-gallery__items {
	display: flex;
	flex-wrap: wrap;
}

.o-gallery__item {
	display: block;
	width: 100%;
}

.o-gallery__initials {
	position: absolute;
	line-height: 80px;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background-color: rgba( 255, 255, 255, 0.15 );
	color: #fff;
	font-size: 30px;
	top: 50%;
	text-align: center;
	margin: auto;
	left: 0;
	right: 0;
	transform: translateY( -50% );
}

.o-gallery__img img {
  filter: grayscale( 100% );
  transition: filter 300ms ease-in-out;
}

.o-gallery__text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transform: translateY( 20px );
	background: rgb( 82, 48, 150 );
	background: -moz-linear-gradient( 180deg, rgba( 82, 48, 150, 0 ) 0%, rgba( 82, 48, 150, 1 ) 100% );
	background: -webkit-linear-gradient( 180deg, rgba( 82, 48, 150, 0 ) 0%, rgba( 82, 48, 150, 1 ) 100% );
	background: linear-gradient( 180deg, rgba( 82, 48, 150, 0 ) 0%, rgba( 82, 48, 150, 1 ) 100% );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#523096", endColorstr="#523096", GradientType=1 );
	padding: 20px;
	transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
	z-index: 1;
}

.o-gallery__text * {
	color: white;
}

.o-gallery__text h3 {
	font-size: 24px;
}

.o-gallery__text h4 {
	font-size: 16px;
}

.o-gallery__item:hover .o-gallery__text,
.o-gallery__item:active .o-gallery__text, 
.o-gallery__item:focus .o-gallery__text {
	opacity: 1;
	transform: translateY( 0 );
}

.o-gallery__item:hover .o-gallery__img img,
.o-gallery__item:active .o-gallery__img img, 
.o-gallery__item:focus .o-gallery__img img {
	filter: grayscale( 0 );
}

@media only screen and ( min-width: 600px ) {
	.o-gallery__item {
		width: 50%;
	}
}

@media only screen and ( min-width: 900px ) {
	.o-gallery__item {
		width: 33.33333%;
	}
}

@media only screen and ( min-width: 1200px ) {
	.o-gallery__item {
		width: 20%;
	}
}

/* Modal ( Board Members ) */

.o-modal,
.o-modal__overlay {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.o-modal {
	visibility: hidden;
	z-index: 9999;
	transition: visibility 400ms ease-in-out 10ms;
}

.o-modal[data-show="true"] {
	visibility: visible;
	transition: visibility 400ms ease-in-out;
}

.o-modal__overlay {
	background-color: rgba( 0, 0, 0, 0.85 );
	transition: opacity 400ms ease-in-out 10ms;
	opacity: 0;
}

.o-modal[data-show="true"] .o-modal__overlay {
	transition: opacity 400ms ease-in-out;
	opacity: 1;
}

.o-modal__window {
	padding: 40px 20px;
	width: 100%;
	max-width: 900px;
	margin: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: translateY( 50px );
	transition: opacity 400ms ease-in-out 10ms, transform 400ms ease-in-out 10ms;
}

.o-modal[data-show="true"] .o-modal__window {
	opacity: 1;
	transform: translateY( 0 );
	transition: opacity 400ms ease-in-out, transform 400ms ease-in-out;
}

.o-modal__content {
	background-color: #fff;
	border-radius: 10px;
	max-height: calc( 100vh - 80px );
	overflow-y: auto;
}

.o-modal__close,
.o-modal__close:hover,
.o-modal__close:active, 
.o-modal__close:focus {
	position: fixed;
	background: transparent;
	border: 0;
}

.o-modal__close {
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
	padding: 0;
}

.o-modal__close:focus {
	outline: #5ed4cf solid 3px;
}

.o-modal__close svg {
	width: 25px;
	height: 25px;
}

@media only screen and ( max-width: 1000px ) {
	.o-modal__close {
		width: 40px;
		height: 40px;
	}

	.o-modal__close svg {
		width: 18px;
		height: 18px;
	}
}

/* Modal Bio ( Board Members ) */

.o-modal-bio {
	padding: 50px 5%;
	overflow: hidden;
}

.o-modal-bio__top {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: -15px;
	position: relative;
	z-index: 1;
}

.o-modal-bio__top > * {
	padding: 15px;
}

.o-modal-bio__left {
	position: relative;
	width: 35%;
	margin-bottom: -50px;
	display: flex;
}

.o-modal-bio__right {
	width: 65%;
	flex-grow: 1;
}

.o-modal-bio__img {
	border-radius: 20px;
	border: 10px solid #fff;
	width: 100%;
	padding-top: calc( 100% - 25px );
}

.o-modal-bio__title {
	padding-top: 50px;
	position: relative;
	padding-bottom: 20px;
}

.o-modal-bio__title > *:first-child {
	margin-top: 0;
}

.o-modal-bio__title > * {
	color: #fff;
}

.o-modal-bio__title::before {
	content: '';
	position: absolute;
	top: 0;
	width: 200vw;
	left: 100%;
	right: 100%;
	margin-left: -100vw;
	margin-right: -100vw;
	bottom: 0;
	height: calc( 100% + 50px );
	transform: translateY( -50px );
	z-index: -1;
	background: #523096;
}

.o-modal-bio__bottom {
	padding-top: 70px;
}

.o-modal-bio[data-no-img] .o-modal-bio__bottom {
	padding-top: 40px;
}

.o-modal-bio__bottom > *:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.o-modal-bio__bottom p {
	margin: 0;
}

@media only screen and ( max-width: 768px ) {
	.o-modal-bio__top {
		flex-direction: column;
    align-items: center;
	}

	.o-modal-bio__left {
		margin-bottom: 0;
    max-width: 300px;
    min-width: 200px;
    width: 50%;
	}

	.o-modal-bio__left::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		height: calc( 100% + 50px );
		width: 200vw;
		margin-left: -100vw;
		right: 0;
		transform: translateY( -50% );
		background: #523096;
	}

	.o-modal-bio__img {
		border: 8px solid #fff;
	}

	.o-modal-bio__title {
		text-align: center;
		padding-top: 0;
	}

	.o-modal-bio__title::before {
		opacity: 0;
	}

	.o-modal-bio__title > * {
		color: #523096;
	}

	.o-modal-bio__right {
		width: 100%;
	}

	.o-modal-bio__bottom {
		padding-top: 10px !important;
	}
}

/* Utility */

.u-v-h { /* Only for screen readers */
	position: absolute;
	overflow: hidden;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
}

/* Tabs */

.wpb-js-composer .vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
	border-radius: 5px;
}

.wpb-js-composer .vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.wpb-js-composer .vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-tab > a,
.wpb-js-composer .vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_tta-tab > a,
.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-color-purple.vc_tta-style-classic .vc_tta-tab > a,
.wpb-js-composer .vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-tab > a,
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	border-color: #e3e3e3 !important;
	background-color: #ebebeb !important;
	color: #666 !important;
	border-bottom: 0 !important;
}

.wpb-js-composer .vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-tab > a:focus, 
.wpb-js-composer .vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-tab > a:hover,
.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_tta-tab > a:focus, 
.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_tta-tab > a:hover,
.wpb-js-composer .vc_tta-color-purple.vc_tta-style-classic .vc_tta-tab > a:focus, 
.wpb-js-composer .vc_tta-color-purple.vc_tta-style-classic .vc_tta-tab > a:hover,
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-tab > a:focus, 
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-tab > a:hover {
	background-color: #dcdcdc !important;
}

.wpb-js-composer .vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-tab.vc_active > a,
.wpb-js-composer .vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_tta-tab.vc_active > a,
.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
	color: #523096 !important;
}

.wpb-js-composer .vc_tta-color-purple.vc_tta-style-classic .vc_tta-tab.vc_active > a,
.wpb-js-composer .vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-tab.vc_active > a,
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
	color: #fff !important;
}

.wpb-js-composer .vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-tab.vc_active > a,
.wpb-js-composer .vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  background-color: #04d7d0 !important;
}

.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_tta-tab.vc_active > a,
.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  background-color: #ffa133 !important;
}

.wpb-js-composer .vc_tta-color-purple.vc_tta-style-classic .vc_tta-tab.vc_active > a,
.wpb-js-composer .vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  background-color: #523096 !important;
}

.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-tab.vc_active > a,
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  background-color: #1f88e4 !important;
}

@media only screen and ( min-width: 768px ) {
	.vc_tta-color-turquoise .vc_tta-panels,
	.vc_tta-color-orange .vc_tta-panels,
	.vc_tta-color-purple .vc_tta-panels,
	.vc_tta-color-blue .vc_tta-panels {
		margin-top: 1px;
	}

	.vc_tta-color-turquoise .vc_tta-panels-container::after,
	.vc_tta-color-orange .vc_tta-panels-container::after,
	.vc_tta-color-purple .vc_tta-panels-container::after,
	.vc_tta-color-blue .vc_tta-panels-container::after {
		content: '';
		position: absolute;
		height: 5px;
		top: 0;
		left: 0;
		width: 1px;
		background: #e3e3e3;
	}

	.vc_tta-color-turquoise .vc_tta-panels {
		border-top: 5px solid #04d7d0 !important;
	}

	.vc_tta-color-orange .vc_tta-panels {
		border-top: 5px solid #ffa133 !important;
	}

	.vc_tta-color-purple .vc_tta-panels {
		border-top: 5px solid #523096 !important;
	}

	.vc_tta-color-blue .vc_tta-panels {
		border-top: 5px solid #1f88e4 !important;
	}
}

/*END*/

/*
     FILE ARCHIVED ON 00:52:36 Jul 02, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:13:03 Nov 17, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 128.811
  RedisCDXSource: 0.719
  CDXLines.iter: 25.562 (3)
  exclusion.robots: 0.172
  LoadShardBlock: 97.696 (3)
  exclusion.robots.policy: 0.161
  esindex: 0.012
  PetaboxLoader3.datanode: 196.571 (4)
  PetaboxLoader3.resolve: 55.861
  load_resource: 187.353
*/

div[id^='emma-form-'] h2 {
  font-size: 24px !important;
}


/* Transifex lang switcher */

.home #transifex_lang_switcher #tx-live-lang-toggle, .home #transifex_lang_switcher #tx-live-lang-toggle span {color: white;}
#transifex_lang_switcher #tx-live-lang-toggle {height: 24px; padding: 6px 0px;}

#transifex_lang_switcher ul#tx-live-lang-picker li {min-height:35px; line-height: 35px;}

#transifex_lang_switcher {display: block;}

@media only screen and ( min-width: 992px ) {
	#transifex_lang_switcher {display: inline-block;}
}