/*
Theme Name: Catch Global Theme
Theme URI: http://creativepickle.com/
Description: Custom Theme for Catch Global
Author: CreativePickle
Version: 1.0
Tags: 
*/
@import url('reset.css');
/* apply a natural box layout model to all elements */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/***COLORS*****/
/********BODY FONT*******/
/*****DIMENSIONS*****/
/******MIXINS*******/
.content-box {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.inline-block {
  display: inline-block;
  vertical-align: top;
}
.scaler {
  width: 100%;
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
.central {
  width: 960px;
  margin: 0px auto;
  position: relative;
}
.centered {
  text-align: center;
}
/*************FONTS***********/
.serif {
  font-family: 'Bitter', serif;
}
.sans-serif {
  font-family: 'Oswald', sans-serif;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.section {
  width: 100%;
}
.section > div.content {
  width: 960px;
  margin: 0px auto;
  position: relative;
}
.section > div.content .content-left,
.section > div.content .content-right {
  width: 50%;
  float: left;
}
.section > div.content .content-left {
  padding-right: 25px;
  border-right: 1px solid #e6e6e6;
}
.section > div.content .content-right {
  padding-left: 25px;
}
/****LAYOUT****/
html,
body,
#container {
  height: 100%;
  width: 100%;
}
body > #container {
  height: auto;
  min-height: 100%;
}
body {
  background: url(images/bg.png) repeat 0 0;
}
body.page-template-homepage-map #content {
  padding-bottom: 0;
}
#main {
  width: 100%;
  padding: 0;
  margin: 0px auto;
  padding-bottom: 450px;
  /* must be same height as the footer */
}
#content {
  width: 100%;
  padding: 0 0 40px 0;
  font-family: 'Bitter', serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.5;
}
#content.subpage {
  width: 960px;
  margin: 0px auto;
  position: relative;
  background: url(images/content-bg.png) repeat-y 735px 0;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
#left {
  width: 735px;
  float: left;
  padding: 0 40px 0 0;
  line-height: 1.5;
}
#left p {
  margin-bottom: 25px;
  padding-bottom: 0;
}
#left ul {
  padding: 0px 0 25px 40px;
}
#left ul li {
  display: block;
  padding: 0 0 0 0;
  margin-bottom: 8px;
}
#left ul li span.arrow {
  display: inline-block();
  color: #fdce36;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  font-size: 30px;
  margin-right: 12px;
  position: relative;
  top: 2px;
}
#left ul.custom-icons {
  padding-left: 0;
}
#left ul.custom-icons li {
  font-style: italic;
  margin-bottom: 15px!important;
}
#left ul.custom-icons li span.arrow {
  display: none;
}
#left ul.custom-icons li div.icon {
  display: inline-block;
  vertical-align: top;
  color: #105fa2;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  padding-right: 8px;
  vertical-align: middle;
  font-size: 22px!important;
}
#left ul.custom-icons li p {
  display: inline;
}
#left ul.inline li {
  display: inline-block;
  width: 30%;
}
#left img {
  border: 3px solid #4ac2df;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
}
#left img.no-border {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#left .wp-caption-text {
  padding-top: 8px;
  font-size: 13px;
  font-style: italic;
  color: #105fa2;
}
.callout {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  position: relative;
  padding: 0 60px 0 60px;
  text-align: center;
  color: #4ac2df;
}
.callout cite {
  font-size: 16px;
  display: block;
  padding-top: 15px;
}
.callout .quote {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
}
.callout .quote.open {
  top: 0;
  left: 0;
  background: url(images/open-quote.png) no-repeat 0 0;
}
.callout .quote.close {
  bottom: 0;
  right: 0;
  background: url(images/close-quote.png) no-repeat 0 0;
}
.callout.left {
  width: 340px;
  float: left;
  margin: 0 20px 15px 0;
  text-align: right;
}
.callout.right {
  width: 340px;
  float: right;
  margin: 0 0 15px 20px;
  text-align: left;
}
.callout.center {
  width: 100%;
  border-top: 1px solid #d9d8d3;
  border-bottom: 1px solid #d9d8d3;
  padding: 15px 20px 15px 20px;
  margin: 10px 0 10px 0;
}
.callout.center .quote {
  display: none!important;
}
#right {
  width: 225px;
  float: left;
  padding: 0 0 0 40px;
}
#footer {
  position: relative;
  width: 100%;
  background-color: #186eb7;
  background: -webkit-gradient(linear, left top, left bottom, from(#186eb7), to(#105fa2));
  background: -webkit-linear-gradient(top, #186eb7, #105fa2);
  background: -moz-linear-gradient(top, #186eb7, #105fa2);
  background: -ms-linear-gradient(top, #186eb7, #105fa2);
  background: -o-linear-gradient(top, #186eb7, #105fa2);
  margin-top: -450px;
  height: 450px;
  clear: both;
}
.footer-content {
  width: 960px;
  margin: 0px auto;
  text-align: center;
  height: 100%;
  position: relative;
  padding: 30px 0 0 0;
}
.footer-top {
  font-family: 'Bitter', serif;
  font-size: 14px;
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid #155a92;
  height: auto;
  position: relative;
}
.footer-top .footer-left {
  height: 100%;
  min-height: 170px;
  width: 310px;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #155a92;
  padding-right: 30px;
  padding-top: 30px;
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  background: url(images/globe.png) no-repeat 70px center;
}
.footer-top .footer-left span.lowercase {
  font-family: 'Bitter', serif;
  font-size: 28px;
  text-transform: none;
  display: block;
}
.footer-top .footer-right {
  width: 645px;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  text-align: left;
  padding-top: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  line-height: 1.4;
}
.footer-top .footer-right a.readmore {
  margin: 0 10px 0 0;
  color: #fdce36;
}
.footer-top .footer-right a.readmore:hover {
  color: #4ac2df;
}
.footer-top .footer-right a.readmore.right {
  margin: 0 0 0 10px;
}
.footer-bottom {
  padding: 20px 0 0 0;
}
.footer-bottom #copyright {
  font-family: 'Bitter', serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0em;
  font-size: 11px;
  text-align: center;
  border-top: 1px solid #155a92;
  color: #fff;
  padding: 20px 0 0 0;
  font-style: italic;
}
.footer-bottom #site-by {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  float: right;
  padding-top: 5px;
}
.footer-bottom #site-by a {
  color: #fdce36;
}
.footer-bottom #site-by a:hover {
  color: #4ac2df;
}
.footer-bottom #social-links {
  float: left
        ;
}
.footer-bottom #social-links h3 {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin-right: 10px;
}
ul#menu-social-navigation {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
ul#menu-social-navigation li {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 30px;
  padding: 0;
  margin: 0;
  position: relative;
  margin: 0 3px 0 3px;
}
ul#menu-social-navigation li:hover {
  color: #fdce36;
}
ul#menu-social-navigation li a {
  display: block;
  text-align: left;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/***********HEADER and NAVIGATION*********/
#main-header {
  height: 115px;
  background: transparent url(images/top-bg.png) repeat-x 0 0;
  position: absolute;
  z-index: 50;
}
#main-header.subpage {
  position: relative;
}
#main-header .logo-container {
  width: 215px;
  height: 100px;
  background: #fff;
  padding: 20px 10px 0 10px;
  text-align: center;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
#search-box {
  background-color: #22a958;
  background: -webkit-gradient(linear, left top, left bottom, from(#22a958), to(#188b46));
  background: -webkit-linear-gradient(top, #22a958, #188b46);
  background: -moz-linear-gradient(top, #22a958, #188b46);
  background: -ms-linear-gradient(top, #22a958, #188b46);
  background: -o-linear-gradient(top, #22a958, #188b46);
  padding: 15px 0 20px 0;
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
  text-align: right;
  display: none;
}
#search-box form#searchform {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
#search-box form#searchform label {
  display: none;
}
#search-box form#searchform input[type=text] {
  font-family: 'Bitter', serif;
  font-size: 15px;
  color: #105fa2;
  padding: 10px;
  height: 45px;
  width: 30%;
  position: relative;
  margin-right: 10px;
  outline: none;
}
#search-box form#searchform input[type=text]:focus {
  border: 2px solid #fdce36;
}
#menu-main-navigation {
  list-style: none;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 5px;
}
#menu-main-navigation > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
  position: relative;
}
#menu-main-navigation > li:hover > a,
#menu-main-navigation > li.current_page_item > a,
#menu-main-navigation > li.current-page-ancestor > a {
  color: #d8303e !important;
}
#menu-main-navigation > li:nth-child(n+4) > ul.sub-menu > li > ul.sub-menu {
  left: -200px !important;
}
#menu-main-navigation > li > ul.sub-menu {
  position: absolute;
  width: 200px;
  padding: 0;
  margin: 0;
  background-color: #186eb7;
  background: -webkit-gradient(linear, left top, left bottom, from(#186eb7), to(#105fa2));
  background: -webkit-linear-gradient(top, #186eb7, #105fa2);
  background: -moz-linear-gradient(top, #186eb7, #105fa2);
  background: -ms-linear-gradient(top, #186eb7, #105fa2);
  background: -o-linear-gradient(top, #186eb7, #105fa2);
  border: 5px solid #fff;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
  left: 50%;
  transform: translateX(-50%);
  top: 60px;
  z-index: 500;
  display: none;
}
#menu-main-navigation > li > ul.sub-menu:before {
  font-size: 36px;
  color: #105fa2;
  position: absolute;
  top: -30px;
  left: 50%;
  z-index: 1;
  margin-left: -12px;
}
#menu-main-navigation > li > ul.sub-menu > li {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 20px;
}
#menu-main-navigation > li > ul.sub-menu > li i {
  position: absolute;
  top: 15px;
  left: 10px;
  color: #fff;
  -webkit-transition: all linear 130ms;
  -moz-transition: all linear 130ms;
  -ms-transition: all linear 130ms;
  -o-transition: all linear 130ms;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
#menu-main-navigation > li > ul.sub-menu > li:hover i {
  color: #fdce36 !important;
}
#menu-main-navigation > li > ul.sub-menu > li:first-child a {
  border: none;
}
#menu-main-navigation > li > ul.sub-menu > li:first-child > ul.sub-menu {
  top: -5px !important;
}
#menu-main-navigation > li > ul.sub-menu > li > a {
  border-top: 4px solid #125c9a;
  color: #fff;
  position: relative;
  font-family: 'Bitter', serif;
  font-size: 16px;
  display: block;
  font-weight: bold !important;
  padding: 15px 20px 15px 30px;
  -webkit-transition: all linear 130ms;
  -moz-transition: all linear 130ms;
  -ms-transition: all linear 130ms;
  -o-transition: all linear 130ms;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
#menu-main-navigation > li > ul.sub-menu > li > a:hover {
  color: #fdce36 !important;
  background: #10548d;
}
#menu-main-navigation > li > ul.sub-menu > li > ul.sub-menu {
  position: absolute;
  top: 0;
  left: 190px;
  display: none;
  background-color: #22a958;
  background: -webkit-gradient(linear, left top, left bottom, from(#22a958), to(#188b46));
  background: -webkit-linear-gradient(top, #22a958, #188b46);
  background: -moz-linear-gradient(top, #22a958, #188b46);
  background: -ms-linear-gradient(top, #22a958, #188b46);
  background: -o-linear-gradient(top, #22a958, #188b46);
  border: 5px solid #fff;
  padding: 0;
  width: 200px;
}
#menu-main-navigation > li > ul.sub-menu > li > ul.sub-menu:before {
  display: none!important;
}
#menu-main-navigation > li > ul.sub-menu > li > ul.sub-menu > li {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 20px;
}
#menu-main-navigation > li > ul.sub-menu > li > ul.sub-menu > li i {
  position: absolute;
  top: 15px;
  left: 10px;
  color: #fff;
  -webkit-transition: all linear 130ms;
  -moz-transition: all linear 130ms;
  -ms-transition: all linear 130ms;
  -o-transition: all linear 130ms;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
#menu-main-navigation > li > ul.sub-menu > li > ul.sub-menu > li:hover i {
  color: #fdce36 !important;
}
#menu-main-navigation > li > ul.sub-menu > li > ul.sub-menu > li > a {
  border-top: 4px solid #188b46;
  color: #fff;
  position: relative;
  font-family: 'Bitter', serif;
  font-size: 15px;
  font-style: italic;
  display: block;
  font-weight: bold !important;
  padding: 15px 20px 15px 30px;
  -webkit-transition: all linear 130ms;
  -moz-transition: all linear 130ms;
  -ms-transition: all linear 130ms;
  -o-transition: all linear 130ms;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
#menu-main-navigation > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  color: #fdce36 !important;
  background: #188b46;
}
#menu-main-navigation > li > ul.sub-menu > li > ul.sub-menu > li:first-child > a {
  border: none;
}
#menu-main-navigation > li > a {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  letter-spacing: .02em;
  display: block;
  padding: 15px 5px 25px 5px;
  color: #105fa2;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  font-weight: 300;
}
#menu-main-navigation > li a:hover {
  color: #d8303e;
}
body.page-template-homepage-map-php ul#menu-main-navigation li a {
  color: #fff;
}
body.page-template-homepage-map-php ul#menu-main-navigation li a:hover {
  color: #d8303e;
}
#menu-top-navigation {
  list-style: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 1px;
}
#menu-top-navigation li {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  color: #fff;
}
#menu-top-navigation li:before {
  display: inline-block;
}
#menu-top-navigation li a {
  font-family: 'Bitter', serif;
  font-size: 13px;
  display: inline-block;
  padding: 5px 8px 5px 8px;
  color: #fff;
}
#menu-top-navigation li a:hover {
  color: #fdce36;
}
/*********COMPONENT PAGE************/
.item.component {
  padding-left: 210px;
}
/*********EVENTS PAGE*******/
#left #map_canvas {
  border: 3px solid #e6e6e6;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
#left #map_canvas img {
  border: none!important;
  box-shadow: none!important;
}
#left .gm-style img {
  border: none!important;
  box-shadow: none!important;
}
.item.event.page .date {
  vertical-align: top;
}
/***********COALITION PAGE*********/
.item.staff {
  margin-bottom: 50px;
}
.staff-image {
  float: left;
  width: 100%;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  width: 250px;
  height: 300px;
  margin: 0 20px 25px 0;
  border: 2px solid #105fa2;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.staff-image .staff-fader {
  display: block;
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}
.staff-image:hover .staff-fader {
  opacity: 1;
}
.staff-image.page {
  float: right;
  margin: 0 0 20px 25px;
  width: 300px;
  height: 360px;
}
/********NEWSLETTERS*******/
#left ul#newsletter-list {
  padding: 0;
  margin: 0;
}
#left ul#newsletter-list li {
  padding: 0;
  margin: 0;
}
#left ul#newsletter-list li span.arrow {
  display: none;
}
#left ul#newsletter-list li a {
  text-align: center;
  display: block;
  padding: 10px;
  border-bottom: 2px solid #e6e6e6;
  font-style: italic;
  font-size: 20px;
  color: #105fa2;
  -webkit-transition: all linear 130ms;
  -moz-transition: all linear 130ms;
  -ms-transition: all linear 130ms;
  -o-transition: all linear 130ms;
}
#left ul#newsletter-list li a i {
  margin-right: 12px;
}
#left ul#newsletter-list li a:hover {
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  background: #f1f1f1;
}
/**********RESEARCH PAGE**********/
#bibliography ol {
  padding: 10px 0 10px 15px;
  list-style-type: decimal;
}
#bibliography ol li {
  font-style: italic;
  margin-bottom: 5px;
  font-size: 12px;
}
/**********ITEMS and WIDGETS**************/
.item {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #e6e6e6;
}
.item.search a.readmore {
  display: none!important;
}
.item.home {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.item.side-image .image {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
}
.item.side-image .image img {
  max-width: 100%;
  height: auto;
}
.item.side-image .details {
  width: 59%;
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
}
.item.blog .thumbnail-container {
  width: 695px;
  height: 280px;
  width: 100%;
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  border: 2px solid #4ac2df;
  margin-bottom: 15px;
}
.item.case-study a.readmore {
  display: none;
}
.item.case-study h2 span.subtitle {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #105fa2;
  text-transform: uppercase;
  display: block;
  padding: 5px 0 0 0;
  letter-spacing: .03em;
}
.item.case-study .image {
  width: 100%;
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  height: 280px;
  border: 2px solid #105fa2;
  margin-bottom: 25px;
}
.spotlight-title.page {
  display: inline-block;
  vertical-align: top;
  background: #fdce36;
  padding: 5px 10px 5px 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #105fa2;
  margin-bottom: 10px;
}
.widget {
  margin-bottom: 30px;
  width: 185px;
}
.widget h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  color: #105fa2;
}
.widget img {
  width: 100%;
  height: auto;
  border: 2px solid #fff;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
.widget ul li {
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #e6e6e6;
}
.widget ul li a {
  display: block;
  padding: 10px;
  font-style: italic;
  -webkit-transition: all linear 130ms;
  -moz-transition: all linear 130ms;
  -ms-transition: all linear 130ms;
  -o-transition: all linear 130ms;
}
.widget ul li a:hover {
  background: #e6e6e6;
  color: #105fa2;
}
span.icon {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  font-size: inherit;
  margin-right: 8px!important;
}
ul.subpage-menu {
  width: 185px;
  padding: 0;
  margin: 0 0 40px 0;
}
ul.subpage-menu > li {
  display: block;
  margin: 0;
  padding: 0;
}
ul.subpage-menu > li > a {
  display: block;
  padding: 10px;
  border-top: 2px solid #e6e6e6;
  -webkit-transition: all linear 130ms;
  -moz-transition: all linear 130ms;
  -ms-transition: all linear 130ms;
  -o-transition: all linear 130ms;
  font-size: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  color: #105fa2;
}
ul.subpage-menu > li > a:hover {
  background: #f1f1f1;
  color: #4ac2df;
  padding-left: 15px;
}
ul.subpage-menu > li.current_page_item > a {
  background: #f1f1f1;
  color: #4ac2df;
  padding-left: 15px;
}
ul.subpage-menu > li:first-child > a {
  border-top: none;
}
ul.subpage-menu > li > ul.children {
  display: none;
}
ul.subpage-menu > li.current_page_item > ul.children {
  padding: 0;
  margin: 0;
  display: block;
}
ul.subpage-menu > li.current_page_item > ul.children > li > a {
  font-style: italic;
  padding: 10px;
  border-top: 2px solid #e6e6e6;
  -webkit-transition: all linear 130ms;
  -moz-transition: all linear 130ms;
  -ms-transition: all linear 130ms;
  -o-transition: all linear 130ms;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  display: block;
}
ul.subpage-menu > li.current_page_item > ul.children > li:first-child > a {
  border-top: none;
}
.trigger h2 {
  color: #105fa2 !important;
  font-size: 24px!important;
  padding-bottom: 0;
}
.trigger h2 span.icon {
  float: left;
  position: relative;
  top: 0px;
  display: inline-block;
  padding: 0 20px 10px 0;
  font-size: 28px;
}
.trigger h2 span.arrow-right {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  vertical-align: middle;
}
.trigger h2:hover {
  color: #d8303e !important;
  cursor: pointer;
}
.trigger.active h2 {
  color: #d8303e !important;
}
.toggle_container {
  clear: both;
}
.toggle_container .block {
  padding-top: 20px;
}
/**********GRANTS*********/
form#searchform-grants input[type=text] {
  width: 100%;
  font-family: 'Bitter', serif;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  padding: 8px;
  -webkit-transition: all linear 140ms;
  -moz-transition: all linear 140ms;
  -ms-transition: all linear 140ms;
  -o-transition: all linear 140ms;
}
form#searchform-grants input[type=text]:focus {
  background: #f9f9f9;
}
form#state-selector label.block-label {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #105fa2;
  margin-bottom: 10px;
}
form#state-selector label.radio-label {
  font-style: italic;
  margin-left: 5px;
}
form#state-selector select {
  display: block;
  width: 100%;
  padding: 8px;
  margin-bottom: 8px;
}
.item.grant {
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
  padding: 20px;
}
/***********GLOBAL STYLES**********/
ul {
  list-style: none;
  padding: 10px 0 10px 0;
  margin: 0;
}
ul li {
  padding: 0 0 0 5px;
  margin: 0 0 6px 0;
}
p {
  padding: 0 0 12px 0;
}
ul li ul {
  padding-bottom: 0;
}
a:active,
a:link,
a:visited {
  color: #239454;
}
a:hover {
  color: #fdce36;
}
.clear {
  clear: both;
}
/***********BUTTONS***********/
a.button,
input[type=submit] {
  font-family: 'Bitter', serif;
  font-size: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  display: inline-block;
  border: 3px solid #fff;
  background-color: #fdc929;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdc929), to(#edbc26));
  background: -webkit-linear-gradient(top, #fdc929, #edbc26);
  background: -moz-linear-gradient(top, #fdc929, #edbc26);
  background: -ms-linear-gradient(top, #fdc929, #edbc26);
  background: -o-linear-gradient(top, #fdc929, #edbc26);
  color: #fff;
  padding: 10px 60px 10px 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-transition: background linear 120ms;
  -moz-transition: background linear 120ms;
  -ms-transition: background linear 120ms;
  -o-transition: background linear 120ms;
  margin-top: 10px;
  position: relative;
  line-height: 1;
}
a.button span.arrow,
input[type=submit] span.arrow {
  height: 40px;
  width: 42px;
  position: absolute;
  top: 0px;
  right: 3px;
  background: url(images/button-arrow.png) no-repeat 17px center;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
a.button:hover,
input[type=submit]:hover {
  background-color: #186eb7;
  background: -webkit-gradient(linear, left top, left bottom, from(#186eb7), to(#105fa2));
  background: -webkit-linear-gradient(top, #186eb7, #105fa2);
  background: -moz-linear-gradient(top, #186eb7, #105fa2);
  background: -ms-linear-gradient(top, #186eb7, #105fa2);
  background: -o-linear-gradient(top, #186eb7, #105fa2);
}
a.button.green,
input[type=submit].green {
  background-color: #22a958;
  background: -webkit-gradient(linear, left top, left bottom, from(#22a958), to(#188b46));
  background: -webkit-linear-gradient(top, #22a958, #188b46);
  background: -moz-linear-gradient(top, #22a958, #188b46);
  background: -ms-linear-gradient(top, #22a958, #188b46);
  background: -o-linear-gradient(top, #22a958, #188b46);
}
a.button.green:hover,
input[type=submit].green:hover {
  background-color: #fdc929;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdc929), to(#edbc26));
  background: -webkit-linear-gradient(top, #fdc929, #edbc26);
  background: -moz-linear-gradient(top, #fdc929, #edbc26);
  background: -ms-linear-gradient(top, #fdc929, #edbc26);
  background: -o-linear-gradient(top, #fdc929, #edbc26);
}
a.button.blue,
input[type=submit].blue {
  background-color: #186eb7;
  background: -webkit-gradient(linear, left top, left bottom, from(#186eb7), to(#105fa2));
  background: -webkit-linear-gradient(top, #186eb7, #105fa2);
  background: -moz-linear-gradient(top, #186eb7, #105fa2);
  background: -ms-linear-gradient(top, #186eb7, #105fa2);
  background: -o-linear-gradient(top, #186eb7, #105fa2);
}
a.button.blue:hover,
input[type=submit].blue:hover {
  background-color: #fdc929;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdc929), to(#edbc26));
  background: -webkit-linear-gradient(top, #fdc929, #edbc26);
  background: -moz-linear-gradient(top, #fdc929, #edbc26);
  background: -ms-linear-gradient(top, #fdc929, #edbc26);
  background: -o-linear-gradient(top, #fdc929, #edbc26);
}
a.button.shadow,
input[type=submit].shadow {
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
}
a.button.small,
input[type=submit].small {
  font-size: 15px;
}
a.button.small span.arrow,
input[type=submit].small span.arrow {
  height: 35px;
  width: 35px;
  background: url(images/button-arrow.png) no-repeat 12px center;
}
input[type=submit] {
  padding-right: 15px;
}
a.readmore {
  font-family: 'Bitter', serif;
  font-size: 16px;
  font-size: inherit;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #239454;
}
a.readmore span.arrow {
  font-size: 18px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  position: relative;
  top: -1px;
  -webkit-transition: all linear 120ms;
  -moz-transition: all linear 120ms;
  -ms-transition: all linear 120ms;
  -o-transition: all linear 120ms;
}
a.readmore:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
a.readmore:hover span.arrow {
  margin-left: 8px;
}
a.block {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
/***********HEADER STYLES*******/
h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  color: #239454;
  text-transform: uppercase;
  padding-top: 0;
}
h1.blue {
  color: #105fa2;
}
h1.yellow {
  color: #fdce36;
}
h1.red {
  color: #d8303e;
}
h1.aqua {
  color: #4ac2df;
}
h1.white {
  color: #fff;
}
h1.section-title {
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  font-size: 60px;
  text-align: center;
}
h1.section-title .lowercase {
  font-family: 'Bitter', serif;
  font-size: 60px;
  text-transform: none;
}
h1.pagetitle {
  height: 135px;
  padding: 30px 0 15px 200px;
}
h1.pagetitle.lunchroom {
  color: #105fa2;
  background: url(images/components/lunchroom.png) no-repeat 0 0;
}
h1.pagetitle.community {
  color: #239454;
  background: url(images/components/community.png) no-repeat 0 0;
}
h1.pagetitle.classroom {
  color: #fdce36;
  background: url(images/components/classroom.png) no-repeat 0 0;
}
h1.pagetitle.physed {
  color: #d8303e;
  background: url(images/components/pe.png) no-repeat 0 0;
}
h1.pagetitle.uv {
  color: #fdce36;
  background: url(images/components/uv.png) no-repeat 0 0;
}
h1.pagetitle.cigarette {
  color: #105fa2;
  background: url(images/components/ecigarette.png) no-repeat 0 0;
  height: 160px;
}
h2 {
  font-family: 'Bitter', serif;
  font-size: 30px;
  color: #d8303e;
  padding: 0 0 12px 0;
}
h2.blue {
  color: #105fa2;
}
h2.yellow {
  color: #fdce36;
}
h2.red {
  color: #d8303e;
}
h2.aqua {
  color: #4ac2df;
}
h2.white {
  color: #fff;
}
h2.green {
  color: #239454;
}
h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #105fa2;
  padding: 0 0 12px 0;
  font-weight: 300;
}
h3.blue {
  color: #105fa2;
}
h3.yellow {
  color: #fdce36;
}
h3.red {
  color: #d8303e;
}
h3.aqua {
  color: #4ac2df;
}
h3.white {
  color: #fff;
}
h3.green {
  color: #239454;
}
h4 {
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 8px 0;
}
/*********HOMEPAGE**********/
#banner {
  height: auto;
  padding: 140px 0 0px 0;
  min-height: 650px;
  background: #3fc1e1 url(images/glow.png) no-repeat bottom center;
  position: relative;
  overflow: visible;
}
#banner-slides {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#banner-slides .banner-item {
  height: 100%;
  min-height: 650px;
}
#banner-content {
  font-family: 'Bitter', serif;
  font-size: 16px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  height: 100%;
  position: relative;
  z-index: 10;
  text-align: left!important;
  padding-left: 460px;
}
#banner-content h1 {
  font-family: 'Bitter', serif;
  font-size: 46px;
  text-transform: none;
  color: #fff;
  font-weight: normal;
  letter-spacing: .02em;
  text-align: left;
  line-height: 1.2!important;
}
.banner-slide-item {
  outline: none!important;
}
.banner-slide-item .image-wrap {
  border: 2px solid #fff;
  height: 350px;
  width: 100%;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  position: relative;
  text-align: center;
}
.banner-slide-item .image-wrap i.fa {
  color: #fff;
  font-size: 75px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  -webkit-transition: all linear 140ms;
  -moz-transition: all linear 140ms;
  -ms-transition: all linear 140ms;
  -o-transition: all linear 140ms;
}
.banner-slide-item .image-wrap:hover i.fa {
  opacity: 1;
}
.banner-slide-item.small-item {
  padding: 10px;
}
.banner-slide-item.small-item .image-wrap {
  height: 100px;
  -webkit-transition: all linear 140ms;
  -moz-transition: all linear 140ms;
  -ms-transition: all linear 140ms;
  -o-transition: all linear 140ms;
}
.banner-slide-item.small-item .image-wrap:hover {
  border: 2px solid #fdce36;
  cursor: pointer;
}
.banner-slide-item.large-item {
  padding: 10px;
}
.action-button {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 10%;
  z-index: 25;
}
.action-button a {
  color: #fff;
  background: #d8303e;
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 40px 40px 0 40px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  position: relative;
  bottom: -70px;
  line-height: 1.2;
  border: 3px solid #fff;
  -webkit-transition: all linear 140ms;
  -moz-transition: all linear 140ms;
  -ms-transition: all linear 140ms;
  -o-transition: all linear 140ms;
  transform: scale(1);
}
.action-button a:hover {
  background: #105fa2;
}
.action-arrow {
  display: block;
  position: absolute;
  width: 120px;
  height: auto;
  bottom: -180px;
  z-index: 50;
  left: 10%;
  -webkit-filter: drop-shadow(-4px 4px 0px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(-4px 4px 0px rgba(0, 0, 0, 0.1));
}
#map-section {
  position: relative;
}
#map-section #map-overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
}
#map-section #map-overlay .modal-box {
  opacity: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  transform-origin: 50% 50%;
  background: #fff;
  padding: 20px;
  text-align: center;
  width: 100%;
  max-width: 400px;
}
#map-section #map-overlay .modal-box h6 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #d8303e;
}
.marker {
  background-image: url(images/map-icon-green.svg);
  background-size: cover;
  width: 36px;
  height: 60px;
  cursor: pointer;
}
.mapboxgl-popup-close-button {
  color: #fff;
  font-size: 24px;
  outline: none;
}
.mapboxgl-popup-content {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 550px;
  color: #fff;
  background: #105fa2;
  padding: 20px;
}
.mapboxgl-popup-content a.inactive {
  display: none!important;
}
.mapboxgl-popup-content h6 {
  color: #fdce36;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0px;
  line-height: 1.3;
}
.mapboxgl-popup-content .left {
  float: left;
  padding: 10px 10px 10px 0;
  width: 60%;
  font-family: 'Bitter', serif;
  font-size: 14px;
}
.mapboxgl-popup-content .left a.readmore {
  display: none;
}
.mapboxgl-popup-content .right {
  float: left;
  padding: 10px 0 10px 10px;
  width: 40%;
}
.mapboxgl-popup-content .right .image-wrap {
  border: 2px solid #fff;
  height: 120px;
  width: 100%;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  position: relative;
  text-align: center;
}
.mapboxgl-popup-content .right .image-wrap i.fa {
  color: #fff;
  font-size: 50px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  -webkit-transition: all linear 140ms;
  -moz-transition: all linear 140ms;
  -ms-transition: all linear 140ms;
  -o-transition: all linear 140ms;
}
.mapboxgl-popup-content .right .image-wrap:hover i.fa {
  opacity: 1;
}
.mapboxgl-popup-tip {
  border-top-color: #105fa2 !important;
  border-bottom-color: #105fa2 !important;
}
.mapboxgl-popup-content-wrapper {
  padding: 1%;
}
#testimonials {
  padding: 30px 0 60px 0;
  text-align: center;
  background: url(images/grid.jpg) repeat 0 0;
}
#testimonials #testimony-wrap {
  position: relative;
}
#testimonials .testimony-item {
  outline: none;
  padding: 0 50px 0 50px;
}
#testimonials .testimony-item .image {
  width: 20%;
  float: left;
}
#testimonials .testimony-item .image img {
  width: 100%;
  max-width: 150px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
}
#testimonials .testimony-item .content {
  width: 80%;
  padding: 20px 80px 0 105px;
  float: left;
  text-align: left;
  position: relative;
  font-size: 15px;
}
#testimonials .testimony-item .content cite {
  font-family: 'Bitter', serif;
  font-size: 16px;
  color: #105fa2 !important;
  text-transform: uppercase;
  font-style: normal;
}
#testimonials .testimony-item .content cite span.off-title {
  text-transform: none;
  font-style: italic;
  display: block;
  font-size: 14px;
}
#testimonials .testimony-item .content .quote {
  display: inline-block;
  vertical-align: top;
  line-height: 85px;
  color: #239454;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 85px;
}
#testimonials .testimony-item .content .quote.open {
  position: absolute;
  top: 0;
  left: 25px;
}
#testimonials .testimony-item .content .quote.close {
  position: absolute;
  top: 0;
  right: 0;
}
#testimonials button.slick-arrow {
  font-size: 30px;
  background: transparent;
  color: #54c2dd;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition: all linear 140ms;
  -moz-transition: all linear 140ms;
  -ms-transition: all linear 140ms;
  -o-transition: all linear 140ms;
  z-index: 500;
  border: none!important;
}
#testimonials button.slick-arrow:hover {
  cursor: pointer;
  color: #105fa2;
}
#testimonials button.slick-arrow.slick-next {
  position: absolute;
  top: 40%;
  right: 0;
}
#testimonials button.slick-arrow.slick-prev {
  position: absolute;
  top: 40%;
  left: 0;
}
#testimonials ul.slick-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -50px;
  left: 0;
}
#testimonials ul.slick-dots li {
  display: inline-block;
  vertical-align: top;
  outline: none;
  margin: 0 4px 0 4px;
  padding: 0!important;
}
#testimonials ul.slick-dots li.slick-active button {
  background: #239454;
}
#testimonials ul.slick-dots li button {
  outline: none;
  padding: 0!important;
  text-indent: -9999px;
  background: #fff;
  width: 10px;
  height: 10px;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: none;
}
#testimonials ul.slick-dots li button:hover {
  background: #239454;
  cursor: pointer;
}
#latest-news {
  min-height: 600px;
  background: #fff;
  padding: 80px 0 80px 0;
}
#latest-news .content-left > .item:last-child,
#latest-news .content-right > .item:last-child {
  border-bottom: none;
}
#latest-news .item h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  color: #105fa2;
  text-transform: uppercase;
}
.item.event .date {
  line-height: 1.3;
  padding-top: 12px;
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border: 3px solid #fff;
  background-color: #ef3a49;
  background: -webkit-gradient(linear, left top, left bottom, from(#ef3a49), to(#d41228));
  background: -webkit-linear-gradient(top, #ef3a49, #d41228);
  background: -moz-linear-gradient(top, #ef3a49, #d41228);
  background: -ms-linear-gradient(top, #ef3a49, #d41228);
  background: -o-linear-gradient(top, #ef3a49, #d41228);
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
}
.item.event .date .month,
.item.event .date .day {
  display: block;
}
.item.event .date .month {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}
.item.event .date .day {
  font-family: 'Bitter', serif;
  font-size: 28px;
}
.item.event .details {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  padding-left: 15px;
  vertical-align: middle;
}
.item.event.page .details {
  width: 580px;
}
#problem {
  height: 400px;
  padding: 25px 0 25px 0;
  background-color: #186eb7;
  background: -webkit-gradient(linear, left top, left bottom, from(#186eb7), to(#105fa2));
  background: -webkit-linear-gradient(top, #186eb7, #105fa2);
  background: -moz-linear-gradient(top, #186eb7, #105fa2);
  background: -ms-linear-gradient(top, #186eb7, #105fa2);
  background: -o-linear-gradient(top, #186eb7, #105fa2);
}
#problem > .content {
  height: 350px!important;
  text-align: center;
}
#problem .content-left {
  width: 430px;
  height: 350px;
  float: left;
  padding: 0 15px 0 0!important;
  border-right: 1px solid #155a92;
  background: url(images/us-blue.png) no-repeat center center;
  line-height: 1.2;
  display: table;
}
#problem .content-left > h2 {
  display: table-cell;
  vertical-align: middle;
  font-family: 'Oswald', sans-serif;
  font-size: 70px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
}
#problem .content-left > h2 .lowercase {
  font-family: 'Bitter', serif;
  font-size: 50px;
  text-transform: none;
  display: block;
}
#problem .content-right {
  width: 500px;
  height: 350px;
  position: relative;
  float: left;
  padding-left: 0;
  background: url(images/problem/problem-glow.png) no-repeat center center;
  display: table;
}
#problem .content-right ul.rslides_tabs {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 15px 0 15px;
  margin: 0;
  width: 100%;
}
#problem .content-right ul.rslides_tabs li {
  display: inline-block;
  padding: 0;
  margin: 0 2px 0 2px;
}
#problem .content-right ul.rslides_tabs li a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: left;
  text-indent: -9999px;
  background: #fff;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}
#problem .content-right ul.rslides_tabs li a:hover {
  background: #fdce36;
}
#problem .content-right ul.rslides_tabs li.rslides_here a {
  background: #fdce36;
}
#problem .content-right a.rslides_nav {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  display: block;
  text-align: left;
  text-indent: -9999px;
  width: 25px;
  height: 32px;
}
#problem .content-right a.rslides_nav.next {
  right: 20px;
  background: url(images/problem/problem-next.png) no-repeat 0 0;
}
#problem .content-right a.rslides_nav.prev {
  left: 20px;
  background: url(images/problem/problem-prev.png) no-repeat 0 0;
}
#problem .content-right a.rslides_nav:hover {
  background-position: 0 -32px !important;
}
#problem ul#problem-rotator {
  height: 100%;
  position: relative;
  margin: 40px 0 0 0;
}
#problem ul#problem-rotator li {
  position: absolute;
  margin: 0;
  height: 110px;
  width: 100%;
  font-family: 'Bitter', serif;
  font-size: 20px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  padding: 140px 60px 0 60px!important;
}
#components {
  height: 750px;
  padding: 80px 0 70px 0;
  text-align: center;
}
#components ul#component-list {
  padding: 0;
  margin: 30px 0 0 0;
}
#components ul#component-list li {
  display: inline-block;
  vertical-align: top;
  width: 440px;
  margin: 0;
  min-height: 160px;
  font-family: 'Bitter', serif;
  font-size: 28px;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
#components ul#component-list li:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
#components ul#component-list li:nth-child(1) {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
#components ul#component-list li:nth-child(2) {
  border-bottom: 1px solid #e6e6e6;
}
#components ul#component-list li:nth-child(2),
#components ul#component-list li:nth-child(4) {
  margin-left: -4px;
  border-left: 1px solid #e6e6e6;
}
#components ul#component-list li:nth-child(odd) {
  background-position: right center!important;
  text-align: right;
  padding: 40px 200px 0 0;
}
#components ul#component-list li:nth-child(even) {
  background-position: left center!important;
  text-align: left;
  padding: 40px 0 0 200px;
}
#components ul#component-list li#cafeteria {
  color: #105fa2 !important;
}
#components ul#component-list li#physical-education {
  color: #d8303e !important;
}
#components ul#component-list li#classroom {
  color: #fdce36 !important;
}
#components ul#component-list li#family-community {
  color: #239454 !important;
}
#programs {
  height: 230px;
  position: relative;
  z-index: 10;
}
#programs #program-wrapper {
  position: relative;
  height: 230px;
  width: 100%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
#programs #program-wrapper > div.program-content {
  height: 100%;
  width: 100%;
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#programs #program-wrapper > div.program-content.active {
  z-index: 10;
  display: block;
}
#programs #program-wrapper > div.program-content:nth-child(2) {
  background-color: #ffcb08;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffcb08), to(#fcce21));
  background: -webkit-linear-gradient(top, #ffcb08, #fcce21);
  background: -moz-linear-gradient(top, #ffcb08, #fcce21);
  background: -ms-linear-gradient(top, #ffcb08, #fcce21);
  background: -o-linear-gradient(top, #ffcb08, #fcce21);
}
#programs #program-wrapper > div.program-content:nth-child(1) {
  background-color: #20a355;
  background: -webkit-gradient(linear, left top, left bottom, from(#20a355), to(#188b46));
  background: -webkit-linear-gradient(top, #20a355, #188b46);
  background: -moz-linear-gradient(top, #20a355, #188b46);
  background: -ms-linear-gradient(top, #20a355, #188b46);
  background: -o-linear-gradient(top, #20a355, #188b46);
}
#programs #program-wrapper > div.program-content:nth-child(3) {
  background-color: #086cb9;
  background: -webkit-gradient(linear, left top, left bottom, from(#086cb9), to(#105fa2));
  background: -webkit-linear-gradient(top, #086cb9, #105fa2);
  background: -moz-linear-gradient(top, #086cb9, #105fa2);
  background: -ms-linear-gradient(top, #086cb9, #105fa2);
  background: -o-linear-gradient(top, #086cb9, #105fa2);
}
#programs #program-wrapper > div.program-content:nth-child(4) {
  background-color: #d71921;
  background: -webkit-gradient(linear, left top, left bottom, from(#d71921), to(#bb151c));
  background: -webkit-linear-gradient(top, #d71921, #bb151c);
  background: -moz-linear-gradient(top, #d71921, #bb151c);
  background: -ms-linear-gradient(top, #d71921, #bb151c);
  background: -o-linear-gradient(top, #d71921, #bb151c);
}
#programs #program-wrapper > div.program-content > div {
  padding: 40px 210px 20px 20px;
  color: #fff;
  font-family: 'Bitter', serif;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
#programs #program-wrapper > div.program-content > div a.readmore {
  color: #fdce36;
}
#programs #program-wrapper > div.program-content > div a.readmore:hover {
  color: #fff;
}
#programs #program-wrapper > div.program-content > div h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  color: #fff;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  letter-spacing: .02em;
}
#programs #program-wrapper > div.program-content#grades-k-5 > div a.readmore {
  color: #239454;
}
#programs #program-wrapper > div.program-content#grades-k-5 > div a.readmore:hover {
  color: #fff;
}
ul#program-tabs {
  width: 960px;
  margin: 0px auto;
  padding: 0;
  position: relative;
  top: -72px;
}
ul#program-tabs li {
  width: 290px;
  height: 75px;
  position: absolute;
  text-align: center;
  font-family: 'Bitter', serif;
  font-size: 24px;
  color: #fff;
  padding-top: 20px;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
}
ul#program-tabs li:hover {
  cursor: pointer;
}
ul#program-tabs li:nth-child(1) {
  left: 0;
  background: url(images/programs/program-tab-green.png) no-repeat 0 0;
}
ul#program-tabs li:nth-child(2) {
  left: 230px;
  background: url(images/programs/program-tab-yellow.png) no-repeat 0 0;
}
ul#program-tabs li:nth-child(3) {
  left: 460px;
  background: url(images/programs/program-tab-blue.png) no-repeat 0 0;
}
ul#program-tabs li:nth-child(4) {
  left: 690px;
  background: url(images/programs/program-tab-red.png) no-repeat 0 0;
}
ul#program-tabs li.active {
  z-index: 25;
}
#case-study {
  height: 600px;
  background: url(images/grid.jpg) repeat 0 0;
}
#case-study > div.content {
  height: 100%;
  position: relative;
  padding: 80px 0 80px 0;
}
#case-study ul#case-study-rotator li {
  text-align: center;
  padding: 20px 50px 0 50px;
}
#case-study ul#case-study-rotator li .image {
  width: 100%;
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  width: 340px;
  border: 3px solid #fff;
  height: 370px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
  vertical-align: middle;
}
#case-study ul#case-study-rotator li .details {
  width: 470px;
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  text-align: left;
  margin-left: 30px;
}
#case-study ul#case-study-rotator li .details h1.section-title {
  text-align: left;
  font-size: 50px;
  padding-bottom: 10px;
}
#case-study ul#case-study-rotator li .details h2 {
  color: #d8303e;
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  font-weight: 300;
}
#case-study ul#case-study-rotator li .details h2 span.uppercase {
  text-transform: uppercase;
  font-weight: 400;
}
#case-study a.rslides_nav {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  display: block;
  text-align: left;
  text-indent: -9999px;
  width: 45px;
  height: 60px;
}
#case-study a.rslides_nav.next {
  right: 0px;
  background: url(images/case-study-next.png) no-repeat 0 0;
}
#case-study a.rslides_nav.prev {
  left: 0px;
  background: url(images/case-study-prev.png) no-repeat 0 0;
}
#case-study a.rslides_nav:hover {
  background-position: 0 -60px !important;
}
#get-involved {
  height: 450px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background-color: #22a958;
  background: -webkit-gradient(linear, left top, left bottom, from(#22a958), to(#178845));
  background: -webkit-linear-gradient(top, #22a958, #178845);
  background: -moz-linear-gradient(top, #22a958, #178845);
  background: -ms-linear-gradient(top, #22a958, #178845);
  background: -o-linear-gradient(top, #22a958, #178845);
  text-align: center;
}
#get-involved > div.content {
  padding-top: 100px;
  height: 100%;
  background: url(images/involved-icon.png) no-repeat center center;
  font-family: 'Bitter', serif;
  font-size: 16px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
#coalition {
  min-height: 480px;
  background: #fff;
  text-align: center;
  padding: 80px 0 80px 0;
}
#coalition ul#coalition-list {
  padding: 10px 0 10px 0;
}
#coalition ul#coalition-list li {
  display: inline-block;
  vertical-align: top;
  margin: 25px;
}
#coalition ul#coalition-list li img {
  max-width: 200px;
  height: auto;
}
#left #coalition-items img {
  border: none!important;
  box-shadow: 0 0 0 0 !important;
  -moz-box-shadow: 0 0 0 0 !important;
  -webkit-box-shadow: 0 0 0 0 !important;
}
/*************FORMS************/
.gform_wrapper {
  font-family: 'Bitter', serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  letter-spacing: 0em !important;
  width: 100%!important;
  margin-top: 0!important;
}
.gform_wrapper label {
  font-family: 'Oswald', sans-serif !important;
  font-size: 18px !important;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: .05em;
  color: #105fa2;
  display: block;
}
.gform_wrapper .ginput_complex label {
  font-size: 12px!important;
}
.gform_wrapper input[type=text],
.gform_wrapper textarea {
  background: #fff;
  border: 1px solid #bfbfbf;
  padding: 8px!important;
  width: 100%!important;
  color: #333;
  font-size: 13px;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper textarea:focus {
  background: #f1f1f1;
}
.gform_wrapper select {
  width: 100%!important;
}
.gform_wrapper ul.gform_fields {
  padding: 0px 0 10px 0!important;
  margin: 0!important;
}
.gform_wrapper ul.gform_fields li {
  padding-left: 0!important;
  padding-bottom: 3px!important;
  background: none!important;
  margin-bottom: 0!important;
}

.gform_wrapper ul.gform_fields li span.arrow {
  display: none!important;
}

.gform_wrapper ul.gform_fields li.gfield_error {
  border: 1px solid #f10e0e;
  background: #bfbfbf !important;
  padding: 10px!important;
}
.gform_wrapper ul.gform_fields li.gfield_error label,
.gform_wrapper ul.gform_fields li.gfield_error .gfield_description {
  color: #f10e0e !important;
}
.validation_error {
  color: #f10e0e !important;
}
.gform_footer {
  margin-top: 0!important;
  padding-top: 0!important;
  text-align: center;
}
.gform_footer input[type=submit]:hover {
  cursor: pointer;
}
#gforms_confirmation_message {
  font-family: 'Bitter', serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0em;
  padding: 20px;
  border: 5px solid #fff;
  text-align: center;
}
/********ALIGNMENT********/
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.625em;
}
#modal-wrap {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
#modal-box {
  position: relative;
  font-family: 'Bitter', serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0em;
  color: #404042;
  width: 100%;
  text-align: center;
  margin: 0px auto;
  padding: 20px 50px 20px 50px;
  background: #fff;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
  background: #ccf4fe;
  border-bottom: 3px solid #fff;
  display: none;
}
#modal-box a#modal-close {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 28px;
  color: #fff;
  padding-top: 1px;
  background: #239454;
  position: absolute;
  text-align: center;
  top: 10px;
  right: 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
#modal-box a#modal-close:hover {
  color: #fff;
  background: #105fa2;
  cursor: pointer;
}
body.handheld {
  min-width: 1100px;
}
body.handheld #main-header {
  min-width: 1100px;
}

/*# sourceMappingURL=style.css.map */