/* -- FONT IMPLEMENTATION 
-------------------------------------------------------------------- */
@font-face {
font-family: 'Avenir Next LT Pro Regular';
font-style: normal;
font-weight: normal;
src: url('../fonts/AvenirNextLTPro-Regular.woff');
}
@font-face {
font-family: 'Avenir Next LT Pro Medium';
font-style: normal;
font-weight: normal;
src: url('../fonts/AvenirNextLTPro-Demi.woff');
}
@font-face {
font-family: 'Avenir Next LT Pro Bold';
font-style: normal;
font-weight: normal;
src: url('../fonts/AvenirNextLTPro-Bold.woff');
}

/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(../fonts/fa-brands-400.eot);src:url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.woff) format("woff"),url(../fonts/fa-brands-400.ttf) format("truetype"),url(../fonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(../fonts/fa-solid-900.eot);src:url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.woff) format("woff"),url(../fonts/fa-solid-900.ttf) format("truetype"),url(../fonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}


/* -- GENERAL 
------------------------------------------------------------------- */
html {
	font-size: 16px;
	margin-top: 0 !important;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
.zero {
	margin-top: 100px;
}
.clearfix {
	clear: both;
}
#wrapper {
	min-height: 100%;
	position: relative;
}
.row {
	max-width: 1230px !important;
}
.tagcloud {
	margin-left: 25px;
}
.page-numbers {
	padding: 0 5px !important;
	margin: 0 !important;
}
.menu-archives-menu {
  display: block;
}
.widget_recent_entries li {
	padding-bottom: 0.99rem !important;
}
#archive-menu {
  display: none;
}
.wp-caption img {
	padding: 8px !important;
	padding-right: 0px !important;
}
.wp-caption .wp-caption-text {
	padding-left: 8px !important;
}
#sidebar .screen-reader-text {
	display: none !important;
	visibility: hidden !important;
}
#sidebar .post-date {
	font-size: 14px !important;
}
#sidebar .post-date li a {
	font-size: 14px !important;
}
a,
a:hover {
	font-weight: 600 !important;
}
h1 {
	font-family: 'Avenir Next LT Pro Regular';
	font-size: 2.875rem;
}
h2 {
	font-family: 'Avenir Next LT Pro Medium';
	font-size: 1.688rem;
}
h3,
h4,
h5,
h6,
span,
p {
	font-family: 'Avenir Next LT Pro Regular';
}
.elementor-button span {
	font-family: inherit;
}
.btn.primary, .skiplink.primary,
.btn.primary:hover, .skiplink.primary:hover {
    background: #00a0c3;
    border: 1px solid #00a0c3;
}
ul {
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 25px;
	list-style-type: disc;
}
#sidebar ul {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	list-style-type: none;
}

.content h1 {
	font-family: 'Avenir Next LT Pro Regular';
	color: #00b6de !important;
	font-size: 40px !important;
}
.content h2 {
	font-family: 'Avenir Next LT Pro Regular';
	font-size: 26px !important;
	line-height: 32px !important;
	font-weight: normal !important;
}
.content h3 {
	line-height: 44px !important;
}
.content h4 {
	color: #00b6de !important;
}
.content h5 {
	margin-top: 25px !important;
	font-size: 23px !important;
	line-height:25px !important;
	color: #00b6de !important;
}
.content h6 {
	color: #00b6de !important;
}
.content p {
	font-size: 18px !important;
	line-height: 25px !important;
}
.content ul {
	list-style-type: disc;
	margin-left: 40px;
	font-family: 'Avenir Next LT Pro Regular';
	font-size: 19px !important;
	line-height: 25px !important;
}

/* -- Intrinsic STYLES
-------------------------------------------------------------------- */
.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -- CHART STYLES
-------------------------------------------------------------------- */
.chart {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius:50%; 
  text-align: center;
  margin: 40px 40px 15px auto;
   transition:all 300ms linear;
}
.chart.initial{
 width: 135px;
 height: 135px;
 margin-left: 5px;
 margin-bottom: 20px;
 border: solid 10px #f9c0c4;
 transition:all 300ms linear;
 box-sizing: border-box;
}
.chart span{
 line-height: 160px;
 font-size: 35px;
 letter-spacing: -2px;
 font-weight: bolder;
 font-family: 'Avenir Next LT Pro Bold' !important;
}
.chart.initial span{
 line-height: 125px;
 transition:all 300ms linear;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}

.counterContainer {
 line-height:25px;
 text-align:left;
 display:inline-block;
 color:#454545;
 margin:0;
}

.counter {
 font-size:50px;
 color:#1e90b9;
}

/* -- HEADER
-------------------------------------------------------------------- */
header {
	padding-bottom: 10px;
	position: fixed;
	z-index: 6000;
	background: #FFFFFF;
	height: 82px;
	width: 100%;
	-webkit-box-shadow: 0px 2px 10px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 10px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 10px -4px rgba(0,0,0,0.75);
}

/* -- logo -- */
header .logo {
	width: 18%;
	margin: 12px 0 0;
	float: left;
}

header .logo img {
	max-width: 242px;
}

header .navigation {
	width: 80%;
	float: right;
}

/* -- search -- */
header #search {
	display: block;
	margin: 10px 0;
	text-align: right;
}
header #search input {
	height: 22px;
	width: 141px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
}

/* -- navigation -- */
#search-mobile {
  display: none;
}
header .topnav {
	margin: -14px 0 0 0;
	padding: 0;
	text-align: right;
	list-style-type: none;
	float: right;
}
header .topnav li {
	margin-left: 45px;
	text-transform: uppercase;
	float: left;
}
header .topnav li a {
	font-family: 'Avenir Next LT Pro Medium';
	font-size: 1.15rem;
	color: #494949;
	text-decoration: none;
}
header .topnav .sub-menu a {
	font-size: 1rem;
}
header .topnav li:hover a,
header .topnav li.current_page_item a {
	color: #d04526;
}

.navigation .nav-icon {
	display: none;
}

.navigation .menu-item-has-children {
	position: relative;
}
.navigation ul li.menu-item-has-children:hover > a {
	z-index: 999;
}
.navigation ul li.menu-item-has-children:hover > ul,
.navigation ul li.menu-item-has-children:hover > div {
	display: block;
}
@media screen and (min-width:768px) {
	.navigation ul li > ul {
		display: none;
		width: 240px;
		position: absolute;
		right: 0;
		margin-left: 0;
		padding: 10px 0;
		background: #fff;
		box-shadow: 0px 3px 4px rgba(0,0,0,0.3);
		z-index: 999;
	}
}

.navigation ul li > ul li {
	display: block;
	width: 100%;
	float: right;
	list-style: inside none;
	padding: 0;
	margin: 0;
	position: relative;
}
.navigation ul li > ul li a {
	outline: none;
	display: block;
	position: relative;
	margin: 0;
	padding: 8px 20px;
}
.navigation ul ul a:hover {
	color: #ffffff;
}


/* -- CONTENT
--------------------------------------------------------------------- */
section .first {
	margin-left: 0 !important;
}

/* --- COLORBOX 
--------------------------------------------------------------------- */
.colorbar {
	padding-top: 60px;
	padding-bottom: 60px;
	font-family: 'Avenir Next LT Pro Regular';
}

/* -- School Listings
--------------------------------------------------------------------- */
#resources-recent-schools {
	padding-top: 70px;
}
#resources-recent-schools #term-description p {
	font-size: 20px !important;
	color: #898989 !important;
}
#resources-recent-schools .active {
	color: #d04526 !important;
}
#resources-recent-schools h1 {
	font-family: 'Avenir Next LT Pro Regular';
	font-size: 2.490rem;
	color: #007b90;
}
.schools-intro {
	margin-top: 40px;
}
#resources-recent-schools .menu-archives-menu-container ul li a {
	/* text-transform: capitalize !important; */
}
#resources-recent-schools .school-content {
	margin-left: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#resources-recent-schools .school-content .tag {
	margin-left: 5px;
	padding: 2px 5px;
	border: 1px solid #cccccc;
	background-color: #f2f2f2;
	font-size: 10px !important;
	float: left;
	width: auto;
	display: inline-block;
	position: relative;
	top: -3px;
}


/* -- Jobs Listings
--------------------------------------------------------------------- */
#resources-recent-jobs {
	padding-top: 100px;
}

#resources-recent-jobs  h1 {
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: 'Avenir Next LT Pro Regular';
	font-size: 2.490rem;
	color: #007b90;
}
#resources-recent-jobs .jobs-content{
	margin-left: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
}

/* -- Search Results
--------------------------------------------------------------------- */
#search-results {
	padding-top: 70px;
}
#search-results h1 {
	margin-top: 0;
	padding-top: 0;
}
#search-results hr {
	margin-top: 25px;
	margin-bottom: 25px;
	border: none;
	border-bottom: 1px solid #dddddd;
}

/* -- Blog and Resources
-------------------------------------------------------------------- */
#blog {
	padding-top: 150px;
	padding-bottom: 20px;
}

#blog h2 {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dddddd;
}
#blog .youtube-player {
	width: 100% !important;
}
#blog .alignleft {
	margin: 5px 25px 10px 0;
	border: 1px solid #dddddd;
	clear: left;
	float: left;
}
#blog .aligncenter {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #dddddd;
	display: block;
	clear: both;
}
#blog .alignright {
	margin: 5px 0 10px 25px;
	border: 1px solid #dddddd;
	float: right;
	clear: right;
}
#blog p#tags {
	margin-bottom: 50px;
}
#blog #sidebar {
	padding-top: 0px;
}
#blog .single-thumb {
	margin: 5px 25px 10px 0;
	padding: 0;
	border: 1px solid #dddddd;
}

/* -- Helping Students Succeed -------------------------------------- */
#help_succeed {
	padding-top: 65px;
	padding-bottom: 45px;
	text-align: center;
	background: url('../images/help-succeed-img.gif') no-repeat 105% bottom;
}
#help_succeed h1 {
	font-family: 'Avenir Next LT Pro Regular';
	font-size: 2.490rem;
	color: #868686;
	text-align: left;
}
#help_succeed p {
	font-family: 'Avenir Next LT Pro Regular';
	font-size: 1.125rem;
	color: #868686;
	text-align: center;
}
#help_succeed p.notice {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Avenir Next LT Pro Medium';
	color: #00b6de;
	font-style: italic;
}
#help_succeed .columns .btn {
	margin-bottom: 30px;
	padding-top: 4px !important;
	font-family: 'Avenir Next LT Pro Medium';
	color: #FFFFFF;
	font-size: 16.58px;
	font-weight: bold;
	text-transform: uppercase;
}
#help_succeed .columns .ribbon {
	width: 215px;
	height: 357px;
	margin-top: 150px;
	padding-left: 55px;
	background-position: top right;
	float: left;
}
#help_succeed .columns .ribbon .counter-circle {
	height: 180px;
}
#help_succeed .columns .ribbon h2 {
	font-family: 'Avenir Next LT Pro Regular';
	font-size: 1.45rem;
	text-align: left;
	text-transform: uppercase;
}
#help_succeed .columns .ribbon.one {
	background: url('../images/ribbon-one.png') no-repeat;
	z-index: 5000;
	position: relative;
}
#help_succeed .columns .ribbon.two {
	margin-left: -10px;
	background: url('../images/ribbon-two.png') no-repeat;
	z-index: 4000;
	position: relative;
}
#help_succeed .columns .ribbon.three {
	margin-left: -10px;
	background: url('../images/ribbon-three.png') no-repeat;
}
#help_succeed .columns .ribbon.one h2 {
	color: #d51d25 !important;
}
#help_succeed .columns .ribbon.two h2 {
	color: #73498c !important;
}
#help_succeed .columns .ribbon.three h2 {
	color: #ef7c22 !important;
}

/* -- Innovating ---------------------------------------------------- */
#innovating {
	padding-top: 57px;
	font-size: 15px;
	color: #606060;
	line-height: 23.33px;
	/* background: url(../images/Layer-27.jpg) no-repeat center;
	background-size: cover !important;*/
	text-align: center !important;
}
#innovating h1 {
	padding-bottom: 22px;
	color: #FFFFFF;
}
#innovating p.sub {
	padding-bottom: 35px;
	font-family: 'Avenir Next LT Pro Bold';
	font-size: 1.5rem;
	line-height: 1.813rem;
	color: #FFFFFF;
	text-align: center;
}
#innovating .btn.large a, 
#innovating.skiplink.large a {
	color: #FFFFFF !important;
}

#innovating .columns {
	margin-bottom: 27px;
	overflow: hidden;
}
#innovating .columns .three {
	width: 22.40%;
	/* margin-left: 0% !important;
	margin-right: 1.58% !important;*/
	background-color: #FFFFFF;
	float: none !important;
	display: inline-block !important;
}
#innovating .columns .three p {
	margin: 0;
	padding: 10px 17px;
	overflow: hidden;
	text-align: center !important;
}
.columns .outcome {
	padding-bottom: 14px;
	text-align: center !important;
	background-color: #d51d24;
	overflow: hidden;
}
.columns .teaching {
	padding-bottom: 14px;
	text-align: center !important;
	background-color: #591e78;
	overflow: hidden;
}
.columns .culture {
	padding-bottom: 14px;
	text-align: center !important;
	background-color: #ef7c22;
	overflow: hidden;
}
.columns .technology {
	padding-bottom: 14px;
	text-align: center !important;
	background-color: #00b6de;
	overflow: hidden;
}

#innovating .columns .btn {
	margin-bottom: 30px;
	/* padding-top: 1px !important; */
	font-family: 'Avenir Next LT Pro Medium';
	color: #FFFFFF;
	font-size: 16.58px;
	font-weight: bold;
	text-transform: uppercase;
}

.columns .outcome h2,
.columns .teaching h2,
.columns .culture h2,
.columns .technology h2 {
	margin: 0;
	padding: 0;
	padding-top: 19px;
	color: #FFFFFF;
}

.columns .outcome span.sub-text,
.columns .teaching span.sub-text,
.columns .culture span.sub-text,
.columns .technology span.sub-text {
	font-size: 1.375rem;
	color: #FFFFFF;
}

/* -- Working Together To Transform Schools -------------------------- */
#transform_schools {
	padding: 58px 0 175px 0;
	text-align: center;
	/* background: url('../images/map-district.jpg') no-repeat 90% 200px; */
}
#transform_schools .map {
	display: none;
}
#transform_schools h1 {
	font-family: 'Avenir Next LT Pro Regular';
	color: #4c4c4c;
}
#transform_schools p.sub {
	padding-bottom: 35px;
	font-family: 'Avenir Next LT Pro Regular';
	font-size: 1.5rem;
	line-height: 1.813rem;
	color: #4c4c4c;
	text-align: center !important;
}
#transform_schools ul#ts_numbers {
	margin-left: -75px;
	margin-top: 75px;
	list-style-type: none;
	text-align: left !important;
}
#transform_schools ul#ts_numbers li {
	width: 155px;
	margin-bottom: 35px;
	font-family: 'Avenir Next LT Pro Regular';
	font-size: 19.61px;
    color: #575757;
    text-transform: uppercase;
	float: left;
}
#transform_schools ul#ts_numbers li span {
	padding-bottom: 10px;
	font-family: 'Avenir Next LT Pro Regular';
	font-size: 43.15px;
	color: #00a0c4;
	display: block;
	clear: both;
}

#transform_schools .learn_more {
	width: 80%;
	margin-top: -15px;
	margin-left: -75px;
	font-family: 'Avenir Next LT Pro Medium';
	text-transform: uppercase;
	padding-top: 4px !important;
	color: #FFFFFF;
	font-size: 16.58px;
	background-color: #00a9c6;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}

/* -- Free Resources and Recent News --------------------------------- */
#resources_recent_news {
	padding-top: 70px;
	padding-bottom: 40px;
	background: #f7feff;
	overflow: hidden;
	text-align: center;
}
#resources_recent_news ul#topics{
	margin: 50px 0 -20px 50px;
	float: none;
	list-style-type: none !important;
	width: 100%;
}
#resources-recent-schools ul#tags {
position: absolute;
    margin: -10px 0 0 0;
    float: right;
    right: 0;
    list-style-type: none !important;
    width: 20%;
}
#resources_recent_news h1 {
	font-family: 'Avenir Next LT Pro Regular';
	color: #007b90;
	/* text-transform: capitalize; */
}
#resources_recent_news h6,
#resources_recent_news h6 a {
	width: 90%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Avenir Next LT Pro Medium';
	color: #000000;
}
#resources_recent_news p,
#resources_recent_news p a {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	color: #555555;
	text-align: center;
}
#resources_recent_news .news-box {
	min-height: 530px;
	margin: 30px 11px 30px 0;
	padding: 12px;
	border: 1px solid #dadbdb;
	border-right: 2px solid #dadbdb;
	border-bottom: 2px solid #dadbdb;
	overflow: hidden;
	background: #FFFFFF;
}
#resources_recent_news .news-box small {
	float: right;
	margin-top:-26px;
}
#resources_recent_news .news-box .break-line {
	float: none;
	width: 100%;
	display: inline-block;
	text-align: right;
}
#resources_recent_news .news-box h3 {
	font-size: 1.125rem;
	text-transform: uppercase;
	text-align: left;
}
#resources_recent_news .news-box h3 i[class^="icon-"], 
#resources_recent_news .news-box h3 i[class*=" icon-"] {
    display: inline-block;
    position: static;
    min-width: 25px;
    margin: 0 !important;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}
#resources_recent_news .news-box h3 i[class^="icon-video"], 
#resources_recent_news .news-box h3 i[class*=" icon-video"],
#resources_recent_news li a i[class^="icon-video"], 
#resources_recent_news li a i[class*=" icon-video"],
#resources_recent_news .news-box h3 i[class^="icon-mic"], 
#resources_recent_news .news-box h3 i[class*=" icon-mic"],
#resources_recent_news li a i[class^="icon-mic"], 
#resources_recent_news li a i[class*=" icon-mic"] {
	color: #581e78 !important;
}
#resources_recent_news .news-box h3 i[class^="icon-doc-text-inv"], 
#resources_recent_news .news-box h3 i[class*=" icon-doc-text-inv"],
#resources_recent_news li a i[class^="icon-doc-text-inv"], 
#resources_recent_news li a i[class*=" icon-doc-text-inv"],
#resources_recent_news .news-box h3 i[class^="fa-chart-bar"], 
#resources_recent_news .news-box h3 i[class*=" fa-chart-bar"],
#resources_recent_news li a i[class^="fa-chart-bar"], 
#resources_recent_news li a i[class*=" fa-chart-bar"] {
	color: #d51d24 !important;
}
#resources_recent_news .news-box h3 i[class^="icon-calendar"], 
#resources_recent_news .news-box h3 i[class*=" icon-calendar"],
#resources_recent_news .news-box h3 i[class^="fa-school"], 
#resources_recent_news .news-box h3 i[class*=" fa-school"],
#resources_recent_news li a i[class^="icon-calendar"], 
#resources_recent_news li a i[class*=" icon-calendar"],
#resources_recent_news li a i[class^="fa-school"], 
#resources_recent_news li a i[class*=" fa-school"] {
	color: #00a0c3 !important;
	font-weight: 900;
}
#resources_recent_news .news-box h3 i[class^="icon-newspaper"], 
#resources_recent_news .news-box h3 i[class*=" icon-newspaper"],
#resources_recent_news li a i[class^="icon-newspaper"], 
#resources_recent_news li a i[class*=" icon-newspaper"] {
	color: #ef7c22 !important;
	font-weight: 300;
}
#resources_recent_news hr {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

#resources_recent_news fieldset#cat_search {
	margin: 50px 0 0 0;
	padding: 0;
	border: none;
	text-align: left;
}
#resources_recent_news form {
	margin-bottom: 0;
}
#resources_recent_news fieldset#cat_search .field .input {
	width: 75%;
	margin-left: 8%;
}

#resources_recent_news .sidebar {
	margin-top: 30px;
	text-align: left !important;
	float: right;
}
#resources_recent_news .sidebar h2,
#blog #sidebar h2 {
	margin-top: 12.5px !important;
	margin-bottom: 12.5px !important;
	padding-bottom: 0 !important;
	border-bottom: 1px solid #dddddd !important;
	font-size: 1.5rem !important;
}
#resources_recent_news .sidebar .picker,
#blog #sidebar .picker {
	width: 100% !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}
#resources_recent_news .sidebar #archives-dropdown-2,
#blog #sidebar #archives-dropdown-2  {
    position: relative;
    width: auto;
    display: inline-block;
    margin: 0 0 2px 0;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: "Open Sans";
    font-weight: 600;
    height: auto;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
    background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
    background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
    background-image: linear-gradient(#ffffff, #f2f2f2);
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    color: #333333;
    width: 100%;
    height: 35px !important;
}
#resources_recent_news .sidebar .picker select,
#blog #sidebar .picker select {
    position: relative;
    display: block;
    min-width: 100%;
    width: 135%;
    height: 34px;
    padding: 6px 45px 6px 8px;
    color: #555555;
    border: none;
    background: transparent;
    outline: none;
    -webkit-appearance: none;
    z-index: 99;
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem;
}

/* -- Team + Board Members ------------------------------------------- */
#team_board_members {
	padding-top: 57px;
	font-size: 15px;
	color: #606060;
	line-height: 23.33px;
	/* background: url(../images/Layer-27.jpg) no-repeat center;
	background-size: cover !important;*/
	text-align: center;
}
#team_board_members .row .two.columns {
	width: 17%;
	height: 275px;
}
#team_board_members .row .columns:first-child {
	margin-left: 2.12766%;
}
#team_board_members h1 {
	font-family: 'Avenir Next LT Pro Regular';
	padding-bottom: 22px;
}
#team_board_members p.sub {
	padding-bottom: 35px;
	font-family: 'Avenir Next LT Pro Regular';
	font-size: 1.5rem;
	line-height: 1.813rem;
}

/* -- Color Boxed Content -------------------------------------------- */
#colored_boxed_content {
	padding-top: 40px;
	padding-bottom: 50px;
}
#colored_boxed_content p {
	margin: 25px 0;
	font-size: 20.12px;
	line-height: 30.62px;
	font-weight: 500;
}


/* -- Help Us Increase Our Impact ------------------------------------ */
#increase_impact {
	padding: 90px 0 60px 0;
	background: url('../images/shutterstock_304753346-2000px.jpg') no-repeat;
	background-size: cover;
	overflow: hidden;
	text-align: center;
}
#increase_impact h1 {
	padding-bottom: 22px;
	color: #FFFFFF;
}
#increase_impact p.sub {
	padding-bottom: 35px;
	font-family: 'Avenir Next LT Pro Bold';
	font-size: 1.5rem;
	line-height: 1.813rem;
	color: #FFFFFF;
	text-align: center !important;
}
#increase_impact .donate {
	width: 200px;
	margin-top: -15px;
	margin-bottom: -15px;
	font-family: 'Avenir Next LT Pro Regular';
	text-transform: uppercase;
	padding-top: 4px !important;
	color: #FFFFFF;
	font-size: 16.58px;
	background-color: #d51d24;
	font-weight: bold;
	text-transform: uppercase;
}
#increase_impact .donate a:hover {
	color: #FFFFFF;
}
#increase_impact .partners_collaborators {
	width: 100%;
	margin-top: 105px;
	padding: 35px 25px;
	overflow: hidden;
	background: url('../images/transparent-white-bg.png') repeat;
}
#increase_impact .partners_collaborators h3 {
	font-family: 'Avenir Next LT Pro Bold';
	color: #606060;
	font-size: 1.188rem;
	text-transform: uppercase;
	letter-spacing: 5px;
}

/* -- Form Assembly ---------------------------------------------------- */
.gravityform-wrap {
	width: 80%;
	margin: 15px auto 0 auto;
}
.gravityform-wrap iframe {
	height: 1400px;
	max-height: 100%;
	max-width: 100%;
	min-height: 100%;
	min-width: 100%;
	width: 0;
}
.gravityform-wrap body.default.wFormWebPage {
	background-color: #fff;
}
@media screen and (min-width:700px) {
	.gravityform-wrap iframe {
		height: 1020px;
	}
}

/* -- Get In Touch---------------------------------------------------- */
#getintouch {
	padding: 70px 0 42px 0;
	background-color: #e5e5e5;
	text-align: center;
}
#getintouch h1 {
	font-family: 'Avenir Next LT Pro Regular';
}
#getintouch p.sub {
	padding-bottom: 35px;
	font-family: 'Avenir Next LT Pro Regular';
	font-size: 1.375rem;
	line-height: 1.813rem;
	text-align: center;
}
#getintouch input[type="text"],
#getintouch input[type="email"] {
	padding-top: 6px !important;
	margin-bottom: 10px;
	font-family: 'Avenir Next LT Pro Regular';
	font-style: italic;
}
#getintouch .picker {
	margin: -13px 0 0 0;
	padding: 0;
}
#getintouch select {
	width: 315px;
}
#getintouch textarea {
	padding: 6.5px;
	font-family: 'Avenir Next LT Pro Regular';
	font-style: italic;
	height: 128px;
}
#getintouch .submit {
	margin-top: 25px;
	font-family: 'Avenir Next LT Pro Regular';
	text-transform: uppercase;
	padding-top: 4px !important;
	border: none !important;
	color: #FFFFFF;
	font-size: 16.58px;
	background-color: #d51d24;
	font-weight: bold;
	text-transform: uppercase;
    border: none;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

/* -- FOOTER
---------------------------------------------------------------------- */
footer {
	/* height: auto; */
	background-color: #00a9c6;
	text-align: center;
	color: #004e5c;
	/* overflow: hidden; */
	padding-bottom: 90px;
	bottom: 0 !important;
	left: 0;
	right: 0;
	
}
footer a,
footer a:hover {
	color: #004e5c;
}
i[class^="icon-"], i[class*=" icon-"],
i[class^="fa-"], i[class*=" fa-"] {
    display: inline-block;
    position: static;
    min-width: 25px;
    margin: 0 5px;
    text-align: center;
    font-size: 22px;
}
footer p {
	font-family: 'Avenir Next LT Pro Medium';
}
footer .link-column {
	margin-top: 25px;
}
footer .link-column #menu-footer-menu li:after {
	content: " |  ";
	padding-right: 5px;
}
footer .link-column #menu-footer-menu li:last-child:after {
	content: "";
}
footer a.links {
	color: #333333;
	font-style: italic;
}
footer .columns {
	padding-top: 100px;
}
footer ul.share-icons {
	margin-left: 19.5%;
	list-style-type: none;
}
footer ul.share-icons li {
	font-size: 45px;
	float: left;
}
footer #menu-footer-menu {
	text-align: left !important;
}
footer #menu-footer-menu li {
	list-style-type: none;
	float: left;
}
.nav-category{
	  overflow: hidden;
    text-align: center;
        position: relative;
        margin-top: 20px;
    /* margin-bottom: 20px; */
}
.nav-category ul li{
	float: left;
	margin-left: 10px;
}
.menu-archives-menu-container ul{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    /* width: 87.5%; */
}
.menu-archives-menu-container ul li{
	display: inline-block;
    margin-right: 10px;  
    width: fit-content; 
    float: none;
}
.menu-archives-menu-container ul li a{
color:#000;
}
.menu-archives-menu-container ul li a:hover{
color:#d04526;
}
.menu-archives-menu-container ul .current-menu-item a{
	color:#d04526;
}
.menu-archives-menu-container li#menu-item-276 a {
	display: block;
	margin-top: 5px;
}
.single-thumb {
	float: left;
    margin: 10px;
}

/*====== School Css =====*/
.school_nav{
	  overflow: hidden;
    text-align: center;
        margin-top: 120px;
    margin-bottom: 20px;
}
.school_nav ul li{
	float: left;
	margin-left: 15px;
}
.school_nav ul li a{
    font-size: 25px;
    color: #787878;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    text-transform: capitalize;
}

/* ----- FORM STYLING ---- */
.wFormContainer {
	width: 100%;
	font-family: 'Avenir Next LT Pro Regular' !important;
	font-size: 1.125rem !important;
	color: #333333 !important;
	display: block;
}
.wForm .inline .oneField .preField {
	font-family: 'Avenir Next LT Pro Regular' !important;
	font-size: 1.125rem !important;
	color: #333333 !important;
	text-align: left !important;
	width: 100% !important;
	margin-left: 0;
	padding-left: 0;
}
.wForm .labelsAbove .preField {
    padding-bottom: 4px;
    font-size: 1.125rem !important;
    color: #333333;
    font-weight: 300;
    text-align: left;
    padding-left: 0;
    margin-left: 0;
}
#getintouch select {
    /* width: 100%; */
    font-size: 1.125rem;
    padding: 7px 5px 5px 5px;
}
.wForm form .oneChoice label, .wForm form .oneChoice .label {
    white-space: normal;
    display: inline-block;
    font-size: 1.125rem;
    text-align: left;
    color: #333333;
    font-weight: 300;
}
.wForm .labelsAbove .preField {
    padding-bottom: 4px;
    width: 100%;
}
.wForm form .oneChoice label, .wForm form .oneChoice .label {
    white-space: normal;
    display: inline-block;
    line-height: 30px;
    height: auto !important;
}
.wForm .actions {
    border: 2px solid transparent;
    padding: 10px 2px;
    text-align: center;
}
.wForm .primaryAction, .wForm .secondaryAction {
	margin-top: 15px !important;
    font-family: 'Avenir Next LT Pro Medium';
    text-transform: uppercase;
    padding: 25px 35px !important;
    color: #FFFFFF;
    font-size: 16.58px;
    background-color: #00a9c6;
    text-transform: uppercase;
    border: none;
}
.wFormContainer .supportInfo {
	display: none !important;
	visibility: hidden !important;
}

.wForm input[type=button], .wForm input[type=submit] {
    background-color: #00a9c6 !important;
}

.wForm .secondaryAction, .wForm .primaryAction, .wForm .wfPageNextButton, .wForm .wfPagePreviousButton {
    background-image: none !important;
}
.wForm .secondaryAction, .wForm .primaryAction, .wForm .wfPagePreviousButton, .wForm .wfPageNextButton {
    background-image: none !important;
}
.wForm .primaryAction, .wForm .secondaryAction, .wForm .wfPagePreviousButton, .wForm .wfPageNextButton {
    box-shadow: none !important;
    border-width: 0 !important;
    border-color: none !important;
    border-radius: 0 !important;
    background-image: none !important;
}
.wForm .primaryAction, .wForm .secondaryAction {
    padding: 4px 15px;
    cursor: pointer;
}
.wForm .primaryAction, .wForm .secondaryAction {
    margin-top: 15px !important;
    font-family: 'Avenir Next LT Pro Medium';
    text-transform: uppercase;
    padding: 20px 35px !important;
    color: #FFFFFF;
    font-size: 16.58px;
    background-color: #00a9c6;
    border: none;
}
ul.centermenu{
	text-align: center;
    padding: 0;
    width: 100%;
    float: left;
    list-style: none;
    margin-left: 0;
}
ul.centermenu li{
	float: none;
	display: inline;
}

/*

Events by Month Page

*/
.above-events {
   padding-top:30px;
}
.above-events .sharedaddy {
    display:none;
}
.event-table-wrapper {
    padding-right:60px;
}
.event-list-item {
    display:flex;
    align-items: stretch;
    text-align:left;
    text-transform:uppercase;
    padding:15px;
    background:#fefefe;
}
.event-list-item:nth-child(even) {
    background: #f0f0f0;
}
.event-list-item:hover {
}
.event-list-item .col1 {
    flex:0 1 14%;
}
.event-list-item .col2 {
    flex:0 1 25%;
}
.event-list-item .col3 {
    flex:0 1 60%;
}

.month-header {
    color:#00a0c3;
    font-size:32px;
    text-transform:uppercase;
    text-align:left;
    margin:60px 0 25px;
}


/**

Events Single Page


**/
body.single-post .event-title {
    margin: 25px 0 5px 0;
    border:0;
    padding:0;
}
body.single-post .event-date-time {
    padding-bottom:10px;
    border-bottom:1px solid #ddd;
    margin-bottom:0;
    font-size:13px;
}
body.single-post .event-reg-btn {
    color: #fff;
    background-color:#00a0c3;
    padding:10px 20px;
    font-size:20px;
    margin:20px 0;
    display:inline-block;
    transition:300ms;
}
body.single-post .event-reg-btn:hover {
    background-color: #008cb2;
}
body.single-post .event-img {
    float:left;
    padding:0 25px 25px 0;
}