/*
Theme Name: Shoal Creek Conservancy Theme
Theme URI: http://creativepickle.com/
Description: Custom Theme for Shoal Creek Conservancy
Author: CreativePickle
Version: 1.0
Tags: 
*/
@import url('reset.css');
/* apply a natural box layout model to all elements */
/***COLORS*****/
/********BODY FONT*******/
/*****DIMENSIONS*****/
/******MIXINS*******/
.content-box {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.scaler {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
.central {
  width: 100%;
  max-width: 1100px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 0 10px!important;
  position: relative;
}
.centered {
  text-align: center;
}
.fixed-bg {
  background-attachment: fixed;
}
/*************FONTS***********/
.serif {
  ffont-family: 'Bitter', serif;
}
.sans-serif {
  font-family: 'Montserrat', sans-serif;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
/****LAYOUT****/
body > #container {
  flex: 1 0 auto;
  /* 2 */
  width: 100%;
  position: relative;
}
body > #container:after {
  content: '\00a0';
  /* &nbsp; */
  display: block;
  height: 0px;
  visibility: hidden;
}
body {
  background: #fff url(images/bg.png) repeat 0 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  /* 1, 3 */
}
.tiled {
  background: url(images/topo-tile.png) repeat 0 0;
}
.central {
  width: 100%;
  max-width: 1100px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2% 0 2%!important;
  position: relative;
}
span.separator {
  display: block;
  height: 2px;
  background: #ededee;
  margin: 40px 0 40px 0;
}
#main {
  width: 100%;
  padding: 0;
  margin: 0px auto;
}
#content {
  width: 100%;
  padding: 50px 0 30px 0;
  font-family: 'Bitter', serif;
  font-weight: 400;
  font-size: 100%;
  letter-spacing: 0em;
}
#content.no-pad {
  padding: 0;
}
.subnav-bar {
  background: #085156;
}
.subnav-bar.active {
  position: fixed;
  left: 0;
  top: 149px;
  z-index: 1000;
  width: 100%;
}
.subnav-bar ul.subnav-menu {
  text-align: center;
  width: 100%;
}
.subnav-bar ul.subnav-menu li {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  margin: 0 10px 0 10px;
}
.subnav-bar ul.subnav-menu li.current_page_item a {
  color: #f7c809 !important;
}
.subnav-bar ul.subnav-menu li a {
  display: block;
  padding: 10px;
  color: #fff;
  background: #085156;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  letter-spacing: .06em;
  -webkit-transition: all linear 140ms;
  -moz-transition: all linear 140ms;
  -ms-transition: all linear 140ms;
  -o-transition: all linear 140ms;
}
.subnav-bar ul.subnav-menu li a span {
  position: relative;
  z-index: 5;
}
.subnav-bar ul.subnav-menu li a div.bg {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: #f7c809;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  z-index: 1;
}
.subnav-bar ul.subnav-menu li a:hover {
  color: #f7c809 !important;
}
.subnav-bar ul.subnav-menu li a:hover div.bg {
  -webkit-transform: scale(30);
  -moz-transform: scale(30);
  -ms-transform: scale(30);
  -o-transform: scale(30);
}
#main-content {
  color: #095156;
  padding: 10px 40px 10px 10px;
  line-height: 1.7;
}
#main-content a {
  color: #0aa5b4;
}
#main-content a:hover {
  color: #f7c809;
}
#main-content.wide {
  border: none;
  padding: 0!important;
}
#main-content ul {
  padding: 0px 0 10px 0;
}
#main-content ul li {
  background: url(images/bullet.png) no-repeat 0 0px;
  padding: 0 0 0 20px;
  margin-bottom: 8px;
  position: relative;
}
#main-content ul li i.fa-circle {
  display: inline-block;
  vertical-align: top;
  color: #f7c809;
  position: absolute;
  font-size: 8px;
  top: 8px;
  left: 0;
}
#main-content ul.inline li {
  display: inline-block;
  width: 30%;
}
#main-content ol {
  counter-reset: my-counter;
  padding-left: 0!important;
}
#main-content ol > li {
  position: relative;
  padding-left: 40px!important;
  margin-bottom: 20px;
  padding-top: 5px;
}
#main-content ol > li h2,
#main-content ol > li h3,
#main-content ol > li h4 {
  margin-top: 0!important;
  line-height: 1!important;
}
#main-content ol > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  width: 30px!important;
  height: 30px!important;
  line-height: 1!important;
  display: block;
  background: #0aa5b4;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  line-height: 28px!important;
  position: absolute;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: bold;
  top: 0;
  left: 0;
}
#main-content ol.colors > li:nth-child(6n+1):before {
  background: #c2372e;
}
#main-content ol.colors > li:nth-child(6n+2):before {
  background: #dfa43b;
}
#main-content ol.colors > li:nth-child(6n+4):before {
  background: #92509a;
}
#main-content ol.colors > li:nth-child(6n+5):before {
  background: #65944b;
}
#main-content img {
  border: 2px solid #ededee;
  max-width: 100%;
  height: auto;
}
#main-content h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  color: #0aa5b4;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin: 20px 0 20px 0;
}
#main-content h2.dark {
  color: #10797e;
}
#main-content h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  color: #f7c809;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  margin: 20px 0 20px 0;
}
#main-content h4 {
  font-family: 'Bitter', serif;
  font-size: 24px;
  color: #0aa5b4;
  font-weight: normal;
  line-height: 1.3;
  margin: 20px 0 20px 0;
  font-style: italic;
}
#main-content h4.date {
  font-size: 20px;
  letter-spacing: 0;
}
#main-content ul.gallery {
  padding: 0;
  margin: 0;
}
#main-content ul.gallery li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 10px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
#main-content ul.gallery li i {
  display: none;
}
#main-content ul.gallery li img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
#main-content ul.gallery li:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
#main-content ul.gallery li:hover img {
  border: 2px solid #f7c809;
}
#main-content .slider-wrap {
  position: relative;
  margin-bottom: 60px;
}
#main-content .slider-wrap .gallery-slider .gallery-slider-item {
  display: block;
  text-align: center;
  border: none;
  position: relative;
}
#main-content .slider-wrap .gallery-slider .gallery-slider-item .image {
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
#main-content .slider-wrap .gallery-slider .gallery-slider-item .image img {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #ededee !important;
}
#main-content .slider-wrap .gallery-slider button {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 40px!important;
  color: #000;
  border: none;
  font-size: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  z-index: 700;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  padding: 0;
  outline: none;
}
#main-content .slider-wrap .gallery-slider button i {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  position: relative;
}
#main-content .slider-wrap .gallery-slider button.slick-prev {
  top: 50%;
  left: 20px;
  margin-top: -20px;
}
#main-content .slider-wrap .gallery-slider button.slick-prev i {
  top: -2px;
  left: -2px;
}
#main-content .slider-wrap .gallery-slider button.slick-next {
  top: 50%;
  right: 20px;
  margin-top: -20px;
}
#main-content .slider-wrap .gallery-slider button.slick-next i {
  top: -2px;
  right: -2px;
}
#main-content .slider-wrap .gallery-slider button:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}
span.image-credit {
  width: 100%;
  padding: 0 30px 0 30px;
  text-align: right!important;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: italic;
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 5001!important;
}
span.detail {
  display: block;
  padding: 0;
}
span.detail i {
  display: inline-block;
  vertical-align: top;
  color: #0aa5b4;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
#sidebar {
  padding: 10px 10px 10px 40px;
  border-left: 2px solid #ededee;
}
a.document-item {
  display: block;
  text-align: center;
  padding: 15px 50px 15px 50px;
  background: #085156 url(images/watermark.svg) no-repeat 20px center;
  background-size: 30px auto;
  color: #f7c809;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  margin: 0 0 20px 0;
}
a.document-item i {
  color: #0aa5b4;
  margin-left: 10px;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
a.document-item:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  color: #fff!important;
  background: #10797e url(images/watermark.svg) no-repeat 20px center;
  background-size: 30px auto;
}
a.document-item:hover i {
  color: #f7c809;
}
ul.subpage-menu {
  width: 100%;
  padding: 0;
  margin: 0 0 50px 0;
}
ul.subpage-menu > li {
  display: block;
  margin: 0;
  padding: 0;
}
ul.subpage-menu > li > a {
  display: block;
  padding: 10px;
  border-top: 2px solid #ededee;
  -webkit-transition: all linear 130ms;
  -moz-transition: all linear 130ms;
  -ms-transition: all linear 130ms;
  -o-transition: all linear 130ms;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #0aa5b4;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  position: relative;
  z-index: 1;
}
ul.subpage-menu > li > a:hover {
  background: #085156;
  padding-left: 15px;
  color: #f7c809;
  border-top: 2px solid #085156;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  z-index: 10;
}
ul.subpage-menu > li.current_page_item > a,
ul.subpage-menu > li.current_page_ancestor > a {
  background: #f1f1f1;
  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,
ul.subpage-menu > li.current_page_ancestor > ul.children {
  padding: 0;
  margin: 0;
  display: block;
}
ul.subpage-menu > li.current_page_item > ul.children > li > a,
ul.subpage-menu > li.current_page_ancestor > 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.6);
  display: block;
}
ul.subpage-menu > li.current_page_item > ul.children > li > a:hover,
ul.subpage-menu > li.current_page_ancestor > ul.children > li > a:hover {
  color: #999;
}
ul.subpage-menu > li.current_page_item > ul.children > li:first-child > a,
ul.subpage-menu > li.current_page_ancestor > ul.children > li:first-child > a {
  border-top: none;
}
ul.subpage-menu > li.current_page_item > ul.children > li.current_page_item > a,
ul.subpage-menu > li.current_page_ancestor > ul.children > li.current_page_item > a {
  color: #999;
}
ul.document-list {
  padding: 0!important;
  margin: 0px 0 10px 0!important;
}
ul.document-list li {
  background: none!important;
  padding-left: 0!important;
  margin-bottom: 0!important;
}
ul.document-list li a {
  display: block;
  padding: 10px 0 10px 0;
  font-family: 'Bitter', serif;
  font-weight: 400;
  font-size: 100%;
  letter-spacing: 0em;
  text-transform: uppercase;
  font-weight: 300;
  border-bottom: 1px solid #095156;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
ul.document-list li a i {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #095156;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
ul.document-list li a:hover {
  color: #095156 !important;
  background: #095156;
  padding-left: 10px;
}
#footer {
  width: 100%;
  clear: both;
  position: relative;
  margin-top: 60px;
}
#footer .bg {
  overflow: hidden;
}
#footer .bg img#footer-hills {
  width: 100%;
  height: auto;
  display: block;
}
.footer-content {
  text-align: center;
  background: #155157;
  padding: 0;
  font-family: 'Bitter', serif;
  font-size: 14px;
  padding-bottom: 70px;
}
.footer-content h5 {
  color: #0aa5b4;
  font-family: 'Montserrat', sans-serif;
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 15px;
}
.footer-content .left {
  text-align: left;
  color: #fff;
  line-height: 1.5;
  padding: 20px 40px 20px 0;
}
.footer-content .left span.yellow-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #f7c809;
  letter-spacing: .09em;
}
.footer-content .left a {
  color: #fff;
}
.footer-content .left a[href^="tel"] {
  color: #f7c809 !important;
}
.footer-content .right {
  padding: 20px 0 20px 40px;
  border-left: 3px solid #094a4f;
}
.footer-content .right ul.social-menu li {
  color: #f7c809;
  font-size: 30px;
  margin: 0 12px 0 12px;
}
.footer-content .right ul.social-menu li:hover {
  color: #0aa5b4;
}
.footer-content .gform_wrapper {
  padding: 0!important;
  margin: 0 0 25px 0!important;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 80%!important;
  vertical-align: middle;
  margin-right: 10px!important;
}
.footer-content .gform_wrapper ::-webkit-input-placeholder {
  color: #fff!important;
}
.footer-content .gform_wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: #fff!important;
}
.footer-content .gform_wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff!important;
}
.footer-content .gform_wrapper :-ms-input-placeholder {
  color: #fff!important;
}
.footer-content .gform_wrapper ul.gform_fields li {
  margin-top: 0!important;
  padding: 0!important;
}
.footer-content .gform_wrapper label {
  display: none!important;
}
.footer-content .gform_wrapper input[type=text] {
  border: 2px solid #0aa5b4 !important;
  background: transparent;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  color: #fff!important;
  font-family: 'Bitter', serif !important;
  font-size: 14px !important;
  font-style: italic;
  padding: 8px 30px 8px 8px!important;
  width: 100%!important;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  outline: none!important;
}
.footer-content .gform_wrapper input[type=text]:focus {
  background: rgba(255, 255, 255, 0.2);
}
.footer-content .gform_wrapper .gform_footer {
  display: inline-block;
  vertical-align: top;
  width: auto!important;
  position: absolute;
  bottom: 24px;
  right: 12px;
  padding: 0!important;
}
.footer-content .gform_wrapper .gform_footer button {
  background: transparent;
  border: none!important;
  font-size: 18px!important;
  outline: none;
  color: #f7c809 !important;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  display: inline-block;
  vertical-align: top;
  padding: 0!important;
  transform-origin: 50% 50%;
  width: auto!important;
}
.footer-content .gform_wrapper .gform_footer button span.form-btn-text {
  display: none!important;
}
.footer-content .gform_wrapper .gform_footer button i {
  display: block;
}
.footer-content .gform_wrapper .gform_footer button:hover {
  color: #f7c809;
  padding: 0!important;
  cursor: pointer;
  background: transparent!important;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.footer-content .gform_wrapper img.gform_ajax_spinner {
  display: none!important;
}
.footer-content .gform_confirmation_message {
  color: #fff!important;
  font-style: italic;
  padding: 10px 0 20px 0!important;
}
#copyright {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #0aa5b4;
  letter-spacing: .20em;
  padding: 20px 10px 20px 10px;
}
#copyright a {
  color: #0aa5b4;
}
#copyright a:hover {
  color: #f7c809;
}
a#map {
  position: absolute;
  top: -260px;
  left: 0;
  text-align: center;
  display: block;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  min-width: 450px;
}
a#map > div {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  color: #0aa5b4;
  padding: 10px 0 0 260px;
  line-height: 1.2;
}
a#map > div span {
  display: block;
  font-family: 'Bitter', serif;
  font-size: 20px;
  font-style: italic;
  text-transform: none;
  margin-bottom: 4px;
}
a#map svg {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  width: 330px;
  height: auto;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
a#map:hover > div {
  color: #f7c809;
}
a#map:hover svg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.section {
  width: 100%;
  position: relative;
  padding: 80px 0 80px 0;
}
.project-section {
  padding: 30px 0 30px 0!important;
}
.project-section.white-bg {
  background: #fff;
}
.project-section.beige-bg {
  background: #f5f5f3;
}
.project-section .image,
.project-section .text {
  padding: 30px;
}
.project-section .image img {
  max-width: 100%!important;
  height: auto;
}
h5.section-head {
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  color: #0aa5b4;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 25px;
  letter-spacing: .12em;
}
h5.section-head.small {
  font-size: 28px;
  margin-bottom: 0;
}
h5.section-head.white {
  color: #fff;
}
/**********PAGE STYLES**********/
.callout {
  display: block;
  font-family: 'Bitter', serif;
  font-size: 18px;
  position: relative;
  padding: 0;
  text-align: left;
  background: #0aa5b4 url(images/svg/quote.svg) no-repeat 20px 20px;
  background-size: 60px auto;
  padding: 20px 20px 20px 100px;
  color: #fff;
}
.callout.left {
  width: 100%;
  max-width: 340px;
  text-align: left;
  float: left;
  margin: 0 20px 15px 0;
}
.callout.right {
  width: 100%;
  max-width: 340px;
  float: right;
  margin: 0 0 15px 20px;
}
.callout.center {
  width: 100%;
  border-top: 1px solid #d9d8d3;
  border-bottom: 1px solid #d9d8d3;
  margin: 10px 0 10px 0;
}
.image-scaler {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  min-width: 100px;
  height: auto;
}
/***********HEADER and NAVIGATION*********/
#main-header {
  min-height: 100px;
  background: transparent;
  border-top: 3px solid #0aa5b4;
  position: fixed;
  border-bottom: 2px solid transparent;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0 25px 0;
  z-index: 1000;
  -webkit-transition: all linear 80ms;
  -moz-transition: all linear 80ms;
  -ms-transition: all linear 80ms;
  -o-transition: all linear 80ms;
}
#main-header #logo-wrap {
  padding-top: 15px;
}
#main-header #logo-svg {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
#main-header #logo-svg .logo0,
#main-header #logo-svg .logo1 {
  fill: #fff!important;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
#main-header #nav-container {
  text-align: right;
}
#main-header.active {
  background: #0aa5b4;
  border-bottom: 3px solid #fff;
}
#main-header.active ul#menu-top-navigation > li:before {
  color: #f7c809;
}
#main-header.active ul#menu-top-navigation > li > a {
  color: #fff;
  font-weight: bold;
}
#main-header.active ul#menu-social-navigation li {
  color: #f7c809;
}
#main-header.active ul#menu-social-navigation li:hover {
  color: #fff;
}
#main-header.active ul#menu-main-navigation > li > a {
  color: #fff;
}
#main-header.active ul#menu-main-navigation > li > a:hover {
  color: #f7c809;
}
body.browser-safari #menu-main-navigation > li > a {
  font-weight: 600;
}
body.browser-safari #menu-top-navigation > li > a {
  font-weight: 700!important;
}
body.browser-safari .trigger {
  overflow: hidden;
}
body.browser-safari .toggler .trigger svg.accordion-icon {
  top: -15px;
}
#menu-main-navigation {
  list-style: none;
  padding: 0;
  text-align: right;
  margin-top: 20px;
  position: relative;
  display: inline-block;
}
#menu-main-navigation > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
  position: relative;
}
#menu-main-navigation > li:hover > ul.sub-menu {
  display: block;
}
#menu-main-navigation > li > ul.sub-menu {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 100%;
  left: 0;
  z-index: 500;
  display: none;
  background: #085156;
  width: 250px;
}
#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 > ul.sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  background: #10797e;
  width: 250px;
}
#menu-main-navigation > li > ul.sub-menu > li > ul.sub-menu > li > a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  display: block;
  letter-spacing: .09em;
  font-weight: 400;
  padding: 15px 20px 15px 20px;
  -webkit-transition: all linear 130ms;
  -moz-transition: all linear 130ms;
  -ms-transition: all linear 130ms;
  -o-transition: all linear 130ms;
  text-align: left;
}
#menu-main-navigation > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  color: #f7c809 !important;
  background: #138f95;
}
#menu-main-navigation > li > ul.sub-menu > li > ul.sub-menu > li:first-child > a {
  border: none;
}
#menu-main-navigation > li > ul.sub-menu > li:hover > ul.sub-menu {
  display: block;
}
#menu-main-navigation > li > ul.sub-menu > li:first-child a {
  border: none;
}
#menu-main-navigation > li > ul.sub-menu > li > a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  display: block;
  letter-spacing: .09em;
  font-weight: 400;
  padding: 15px 25px 15px 20px;
  -webkit-transition: all linear 130ms;
  -moz-transition: all linear 130ms;
  -ms-transition: all linear 130ms;
  -o-transition: all linear 130ms;
  text-align: left;
}
#menu-main-navigation > li > ul.sub-menu > li > a i {
  line-height: 12px;
  padding: 0;
  margin: 0;
  -webkit-transition: all linear 140ms;
  -moz-transition: all linear 140ms;
  -ms-transition: all linear 140ms;
  -o-transition: all linear 140ms;
  display: inline-block;
  position: absolute;
  font-size: 12px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: 100% 50%;
}
#menu-main-navigation > li > ul.sub-menu > li > a:hover {
  color: #f7c809 !important;
  background: #0a676d;
}
#menu-main-navigation > li > ul.sub-menu > li > a:hover i {
  color: #f7c809;
  right: 10px;
}
#menu-main-navigation > li > a {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  letter-spacing: .02em;
  font-weight: 400;
  display: block;
  padding: 15px 10px 15px 10px;
  color: #fff;
  border: 2px solid transparent;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
#menu-main-navigation > li > a i {
  display: none;
}
#menu-main-navigation > li > a:hover {
  color: #f7c809;
}
#menu-main-navigation > li:last-child > ul.sub-menu {
  left: auto!important;
  right: 0!important;
}
#menu-main-navigation > li:last-child > ul.sub-menu > li > ul.sub-menu {
  left: -100% !important;
}
#menu-top-navigation {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  margin-left: 20px;
}
#menu-top-navigation > li {
  margin-right: 12px;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  vertical-align: middle;
  display: inline-block;
  vertical-align: top;
}
#menu-top-navigation > li:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#menu-top-navigation > li:before {
  color: #0aa5b4;
  margin-right: 8px;
}
#menu-top-navigation > li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
#menu-top-navigation > li a:hover {
  color: #f7c809;
}
#menu-top-navigation > li.box-link:before {
  display: none;
}
#menu-top-navigation > li.box-link a {
  color: #fff;
  background: #f7c809;
  padding: 3px 12px 3px 12px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  border: 2px solid #fff;
}
#menu-top-navigation > li.box-link a i {
  color: #fff;
  margin-right: 8px;
}
#menu-top-navigation > li.box-link a:hover {
  background: #085156;
  color: #f7c809;
}
#menu-top-navigation > li.box-link a:hover i {
  color: #f7c809;
}
.social-menu {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  margin: 4px 0 0 0;
  padding: 0;
}
.social-menu li {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 16px;
  padding: 0;
  margin: 0;
  position: relative;
  margin: 0 3px 0 3px;
  color: #0aa5b4;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
.social-menu li:hover {
  color: #f7c809;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.social-menu li a {
  display: block;
  text-align: left;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.social-page-menu > li {
  padding: 5px 0 5px 0!important;
}
.social-page-menu > li i.fa-circle {
  display: none!important;
}
.social-page-menu > li:before {
  display: none;
}
.social-page-menu > li > a {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #fff!important;
  font-weight: 600;
  display: inline-block;
  background: #10797e;
  padding: 10px;
  color: #fff;
  position: relative;
  border: 2px solid #10797e;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  text-align: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
.social-page-menu > li > a i {
  margin-right: 10px;
  color: #fff;
}
.social-page-menu > li > a:hover {
  background: #085156 !important;
  cursor: pointer;
  border: 2px solid #10797e !important;
  color: #fff!important;
}
/***********HEADER STYLES*******/
h1 {
  color: #333;
  font-size: 36px;
  padding: 0 0 12px 0;
}
h2 {
  font-size: 30px;
  color: #333;
  padding: 0 0 12px 0;
}
h3 {
  font-size: 24px;
  color: #333;
  padding: 0 0 8px 0;
}
h4 {
  font-size: 18px;
  padding: 0 0 8px 0;
}
/***********BUTTONS***********/
a.button,
button.submit {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #0aa5b4 !important;
  font-weight: 400;
  display: inline-block;
  background: transparent;
  padding: 5px 20px 5px 20px;
  color: #095156;
  position: relative;
  border: 2px solid #f7c809;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  text-align: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
a.button i,
button.submit i {
  margin-left: 10px;
  color: #f7c809;
}
a.button.white,
button.submit.white {
  color: #fff!important;
}
a.button:hover,
button.submit:hover {
  background: #0aa5b4 !important;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  cursor: pointer;
  border: 2px solid #0aa5b4 !important;
  color: #fff!important;
}
a.button.large,
button.submit.large {
  display: block;
  font-size: 28px;
}
a.button.large:hover,
button.submit.large:hover {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
}
a.button.filled,
button.submit.filled {
  background: #fff;
}
a.button.filled:hover,
button.submit.filled:hover {
  background: #0aa5b4 !important;
}
.buttons {
  text-align: center;
}
.buttons a.button {
  margin: 10px;
}
.small-button {
  display: inline-block;
  vertical-align: top;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #085156;
  margin-top: 15px;
}
.small-button i {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  background: #f7c809;
  margin: 0 0 0 8px;
  padding-left: 2px;
  padding-top: 1px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
  color: #fff;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.small-button:hover {
  color: #f7c809;
}
.small-button:hover i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  background: #fff;
  color: #0aa5b4;
}
/*********HOMEPAGE**********/
#video-banner {
  overflow: hidden!important;
  position: relative;
  height: 100vh;
}
#video-banner .overlay {
  position: absolute;
  display: block;
  width: 100%;
  z-index: 10;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
#video-banner video#banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: #000;
  background-size: cover;
}
#banner-slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#banner-slides .banner-slide-item {
  background-attachment: fixed;
  background-attachment: fixed!important;
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  width: 100%;
  height: 100vh;
}
#banner-slides button {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 60px!important;
  color: #000;
  border: none;
  font-size: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  z-index: 2000;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  padding: 0;
  outline: none;
}
#banner-slides button i {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  position: relative;
}
#banner-slides button.slick-prev {
  top: 50%;
  left: 20px;
  margin-top: -30px;
}
#banner-slides button.slick-prev i {
  top: -2px;
  left: -2px;
}
#banner-slides button.slick-next {
  top: 50%;
  right: 20px;
  margin-top: -30px;
}
#banner-slides button.slick-next i {
  top: -2px;
  right: -2px;
}
#banner-slides button:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}
.overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}
#banner {
  border-bottom: 1px solid #fff;
  position: relative;
}
#banner.subpage {
  background: #999;
  padding: 170px 30px 80px 30px;
  border-bottom: 1px solid #fff;
}
#banner.subpage h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 70px;
  color: #f7c809;
  text-transform: uppercase;
  position: relative;
  letter-spacing: .05em;
  z-index: 25;
}
ul.slick-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  z-index: 5000;
}
ul.slick-dots li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  max-width: 14px;
  margin: 0 3px 0 3px;
}
ul.slick-dots li svg {
  width: 100%;
  height: auto;
}
ul.slick-dots li svg #raindrop {
  visibility: hidden;
}
ul.slick-dots li:hover {
  cursor: pointer;
}
ul.slick-dots li:hover #circle {
  fill: #0aa5b4;
}
ul.slick-dots li.slick-active button {
  background: #fff!important;
}
.banner-content {
  padding: 0 10px 0 10px!important;
  width: 100%;
  max-width: 1100px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2% 0 2%!important;
  z-index: 500;
  padding: 20px;
  font-weight: bold;
  color: #999;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.banner-content .buttons a {
  opacity: 0;
}
.banner-content span.lead-in {
  opacity: 0;
  display: block;
  font-family: 'Bitter', serif;
  font-size: 22px;
  color: #fff;
  text-transform: none;
  margin-bottom: 20px;
  font-style: italic;
  letter-spacing: .02em;
}
.banner-content h1 {
  opacity: 0;
  text-transform: uppercase;
  color: #fff;
  line-height: 1!important;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 80px;
  letter-spacing: .05em;
  padding: 0 30px 0 30px;
}
.banner-content h1 span {
  color: #f7c809;
  display: block;
}
#announcements {
  color: #fff;
  padding: 50px 0 50px 0;
  border-top: 3px solid #fff;
}
#announcements .announcement-item {
  padding-top: 6px;
  padding-left: 15px;
  font-family: 'Bitter', serif;
  font-size: 20px;
}
#announcements .announcement-item a {
  color: #fff;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
#announcements .announcement-item a i {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  background: #f7c809;
  margin: 0 0 0 8px;
  padding-left: 2px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
#announcements .announcement-item a:hover {
  color: #f7c809;
}
#announcements .announcement-item a:hover i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  background: #fff;
  color: #0aa5b4;
}
a.block {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#programs {
  padding-bottom: 0;
  color: #085156;
  line-height: 1.7;
  font-size: 18px;
}
#programs .text {
  padding: 0 20px 0 20px;
}
#programs #bg {
  width: 100%;
  margin-top: 80px;
  height: auto;
  overflow: hidden;
  position: relative;
}
#programs #bg span.stripe {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 7;
  background: #0aa5b4;
  height: 39px;
  left: 0;
  bottom: 0;
}
#programs #bg img#hills {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  z-index: 10;
}
#programs #bg img#city {
  position: absolute;
  height: 100%;
  width: auto;
  z-index: 5;
  right: 5%;
  bottom: 0;
}
.program-item {
  position: relative;
  margin: 20px;
  display: inline-block;
  vertical-align: top;
  width: 200px;
  color: #085156;
  font-family: 'Bitter', serif;
  font-size: 22px;
  font-style: italic;
}
.program-item .icon {
  width: 200px;
  height: 200px;
  line-height: 200px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  background: #f5f5f3;
  border: 2px solid #ededeb;
  margin-bottom: 20px;
}
.program-item .icon img {
  width: 60%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  border: none!important;
}
.program-item:hover {
  color: #f7c809;
}
.program-item:hover .icon {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  background: rgba(245, 245, 243, 0.4);
}
#events {
  background: #0aa5b4;
}
#events img#calendar {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  margin-bottom: 30px;
}
#events h5.section-head {
  color: #fff;
  line-height: 1.2;
  text-shadow: 2px 2px 0px #078c9a;
}
#events h6.script {
  font-family: 'Bitter', serif;
  font-size: 30px;
  color: #085156;
  font-style: italic;
  text-transform: none;
}
#drone {
  position: relative;
  height: calc(80vh - 150px);
  overflow: hidden;
  border-top: 3px solid #fff;
}
#drone .overlay {
  background: transparent;
}
#drone video#banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(images/tour-poster.jpg) no-repeat;
  background-size: cover;
}
#drone .drone-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  padding: 15px;
}
#drone .drone-content a.button {
  font-size: 28px!important;
  color: #0aa5b4 !important;
  background: #fff;
}
#drone .drone-content a.button:hover {
  color: #fff!important;
}
#drone .drone-content a.button:hover i {
  color: #f7c809 !important;
}
.event-item {
  font-family: 'Bitter', serif;
  font-size: 18px;
  border-bottom: 2px solid #1ec7d0 !important;
  padding-left: 130px;
  position: relative;
  color: #fff;
  min-height: 110px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.event-item h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #085156;
}
.event-item .date-wrap {
  width: 100px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.event-item .date-wrap .date {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  color: #fff;
  padding-top: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  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);
  background: #f7c809;
  text-align: center;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.event-item .date-wrap .date span {
  display: block;
  line-height: 1;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.event-item .date-wrap .date span.month {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
}
.event-item .date-wrap .date span.day {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
}
.event-item .date-wrap .type {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 8px;
}
.event-item .date-wrap.other .date {
  background: #f7c809;
}
.event-item .date-wrap.other .type {
  color: #f7c809;
}
.event-item .date-wrap.stakeholder .date {
  background: #0aa5b4;
}
.event-item .date-wrap.stakeholder .type {
  color: #0aa5b4;
}
.event-item .date-wrap.volunteering .date {
  background: #085156;
}
.event-item .date-wrap.volunteering .type {
  color: #085156;
}
.event-item .date-wrap.tours .date {
  background: #d7e6e8;
}
.event-item .date-wrap.tours .date > span {
  color: #10797e;
}
.event-item .date-wrap.tours .type {
  color: #10797e;
}
.event-item.sidebar {
  text-align: center;
  color: #095156;
  padding: 10px 10px 40px 10px!important;
  font-size: 16px;
  border-bottom: 2px solid #ededee !important;
}
.event-item.sidebar h6 {
  color: #0aa5b4;
}
.event-item.sidebar .date-wrap {
  position: relative;
  margin-bottom: 25px;
  width: 100%;
}
.event-item.page {
  color: #095156;
  border-bottom: 2px solid #ededee !important;
}
.event-item.page h6 {
  font-size: 24px;
}
.event-item.homepage .date-wrap .type {
  color: rgba(255, 255, 255, 0.9) !important;
}
.event-item.homepage .date-wrap.stakeholder .date {
  background: #fff;
}
.event-item.homepage .date-wrap.stakeholder .date span {
  color: #085156 !important;
}
/********BLOG*******/
.blog-item {
  padding: 0 20px 0 20px!important;
  color: #095156;
}
.blog-item .item-content-wrap {
  background: #fff;
  border: 1px solid #fff;
  text-align: left;
}
.blog-item .item-content-wrap .image {
  height: 220px;
  border: 4px solid #f5f5f3;
}
.blog-item .item-content-wrap .item-content {
  padding: 20px;
  background: #f5f5f3;
  line-height: 1.5;
  font-size: 15px;
  text-align: left;
}
.blog-item .item-content-wrap .item-content h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: #0aa5b4;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 20px;
  line-height: 1.3;
}
.blog-item .item-content-wrap .item-content a.readmore {
  display: none;
}
.blog-item .item-content-wrap .item-content a.button {
  margin-top: 15px;
}
.blog-item .item-content-wrap .item-content a.button:hover {
  color: #fff!important;
}
.blog-item .item-content-wrap .item-content a.button:hover i {
  color: #f7c809 !important;
}
.blog-item.subpage {
  padding: 0;
  margin-bottom: 30px;
}
.blog-item.subpage .item-content-wrap {
  background: #fff;
  border: 1px solid #fff;
}
.blog-item.subpage .item-content-wrap .image {
  position: relative;
  height: auto;
  padding: 25px;
  border: 4px solid #f5f5f3;
  color: #fff;
  min-height: 200px;
}
.blog-item.subpage .item-content-wrap .image .overlay {
  background: rgba(0, 0, 0, 0.3);
}
.blog-item.subpage .item-content-wrap .image .date-box {
  display: inline-block;
  vertical-align: top;
  padding: 7px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  position: relative;
  z-index: 10;
}
.blog-item.subpage .item-content-wrap .image .date-box span {
  display: block;
  line-height: 1;
}
.blog-item.subpage .item-content-wrap .image .date-box span.month {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.blog-item.subpage .item-content-wrap .image .date-box span.day {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
}
.blog-item.subpage .item-content-wrap .image h6 {
  position: relative;
  z-index: 10;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  padding: 20px 0 0 0;
  line-height: 1.2;
  letter-spacing: .05em;
}
.blog-item.subpage .item-content-wrap .image span.author {
  font-family: 'Bitter', serif;
  font-size: 20px;
  display: block;
  font-style: italic;
  position: relative;
  z-index: 10;
}
.blog-item.subpage .item-content-wrap .image span.author a {
  color: #fff!important;
}
.blog-item.subpage .item-content-wrap .image span.author a:hover {
  color: #f7c809 !important;
}
.blog-item.subpage .item-content-wrap .item-content {
  padding: 20px;
  background: #f5f5f3;
  line-height: 1.5;
  font-size: 15px;
  text-align: left;
}
.blog-item.subpage .item-content-wrap .item-content h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: #0aa5b4;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.blog-item.subpage .item-content-wrap .item-content span.date {
  display: block;
  color: #10797e;
  font-family: 'Bitter', serif;
  font-size: 18px;
  margin-bottom: 15px;
}
.blog-item.subpage .item-content-wrap .item-content a.readmore {
  display: none;
}
.blog-item.subpage .item-content-wrap .item-content a.button {
  margin-top: 15px;
}
.blog-item.subpage .item-content-wrap .item-content a.button:hover {
  color: #fff!important;
}
.blog-item.subpage .item-content-wrap .item-content a.button:hover i {
  color: #f7c809 !important;
}
.blog-item.sidebar {
  padding: 0 10px 0 10px!important;
}
.blog-item.sidebar .image {
  height: 180px;
}
.blog-item.sidebar .item-content {
  background: #fff;
  padding: 20px 0 20px 0;
}
.blog-item.sidebar .item-content h6 {
  color: #0aa5b4;
  line-height: 1.2;
  font-size: 16px;
}
.blog-item.sidebar .item-content h6 a {
  color: #10797e;
}
.blog-item.sidebar .item-content h6 a:hover {
  color: #f7c809;
}
.navigation h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #f7c809;
  text-transform: uppercase;
  letter-spacing: .12em;
}
/*********PROGRAM PAGES********/
.program-content {
  font-family: 'Bitter', serif;
  font-size: 26px;
  color: #0aa5b4;
  font-style: italic;
  position: relative;
}
.program-content .icon-wrap {
  float: left;
  width: 200px;
  margin: 0 40px 40px 0px;
}
.program-content .icon-wrap .icon {
  width: 200px;
  height: 200px;
  line-height: 200px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  background: #f5f5f3;
  border: 2px solid #ededeb;
  text-align: center;
}
.program-content .icon-wrap img {
  width: 60%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  border: none!important;
}
.program-content .text {
  padding-top: 20px;
  letter-spacing: 1px;
  line-height: 32px;
}
.program-content.page {
  border-bottom: 1px solid #ededee;
  padding: 30px 0 30px 0;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
.program-content.page .icon-wrap {
  margin-right: 60px;
}
.program-content.page .icon-wrap h6 {
  display: block;
  text-align: center;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 24px !important;
  text-transform: uppercase !important;
  font-style: normal!important;
  margin-top: 15px;
}
.program-content.page .text {
  text-align: left;
}
.program-content.page:hover {
  color: #f7c809;
}
.program-content.page:hover .icon {
  background: #ecece8;
}
.program-content.page:hover .icon-wrap h6 {
  color: #085156;
}
.program-page-item {
  margin-bottom: 30px;
  color: #fff;
  background: #0aa5b4;
  position: relative;
  padding: 36px 36px 36px 386px;
  line-height: 1.7;
}
.program-page-item.completed {
  background: #085156;
}
.program-page-item a {
  color: #f7c809;
}
.program-page-item a:hover {
  color: #085156 !important;
}
.program-page-item a.button.filled {
  background: #fff!important;
  border: 2px solid #f7c809 !important;
  color: #0aa5b4 !important;
}
.program-page-item .title {
  width: 350px;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 80px 20px 20px;
}
.program-page-item .title-text {
  padding-bottom: 25px!important;
  margin-bottom: 25px!important;
  border-bottom: 1px solid #fff;
}
.program-page-item .title-text h5,
.program-page-item .title-text .location {
  position: relative;
  z-index: 10;
}
.program-page-item .title-text h5 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 28px !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  line-height: 1.3;
  padding: 0!important;
  margin: 0!important;
}
.program-page-item .title-text .location {
  display: block;
  font-family: 'Bitter', serif;
  font-size: 18px;
  font-style: italic;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 2px solid #0aa5b4;
  line-height: 1.3;
}
.program-page-item.award {
  min-height: 400px;
}
.program-page-item.award .title .text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}
#award-winners,
#sponsor-logos {
  padding: 30px 0 30px 0;
}
#sponsor-logos p {
  color: #095156;
  line-height: 1.5;
}
#sponsor-logos p a {
  color: #0aa5b4;
}
#sponsor-logos p a:hover {
  color: #f7c809;
}
ul.name-column {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 900px;
}
ul.name-column li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 280px;
  margin: 0 0 14px 0;
  position: relative;
  padding-left: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
ul.name-column li i {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
ul.name-column li a {
  color: #085156;
}
/***********BOARD & STAFF******/
.board-wrap > .board-item {
  margin-bottom: 80px;
}
.board-wrap > .board-item .item-content,
.board-wrap > .board-item .image-wrap {
  opacity: 1;
}
.board-wrap > .board-item .image-wrap {
  padding-right: 40px;
  transform: translateY(0px);
}
.board-wrap > .board-item .image-wrap .image {
  border: 2px solid #ededee;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transform: translateY(20px);
}
.board-wrap > .board-item .item-content {
  overflow: visible;
  padding: 36px;
  color: #fff;
  background: #0aa5b4;
  position: relative;
  transform: translateX(0px);
  min-height: 300px;
}
.board-wrap > .board-item .item-content .triangle {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 50px 0;
  border-color: transparent #09a5b3 transparent transparent;
  position: absolute;
  left: -30px;
  top: 120px;
}
.board-wrap > .board-item .item-content h5 {
  font-family: 'Bitter', serif;
  font-size: 24px;
  font-style: italic;
  border-bottom: 2px solid #085156;
  margin-bottom: 25px;
  padding-bottom: 25px;
  line-height: 1.2;
}
.board-wrap > .board-item .item-content h5 a.email {
  display: inline-block;
  vertical-align: top;
  font-size: 18px!important;
  color: #fff;
  margin-top: 12px;
}
.board-wrap > .board-item .item-content h5 a.email:hover {
  color: #085156 !important;
}
.board-wrap > .board-item:nth-child(even) .image-wrap {
  float: right!important;
  padding-left: 40px;
  padding-right: 0;
}
.board-wrap > .board-item:nth-child(even) .item-content {
  float: left!important;
  transform: translateX(-20px);
  background: #10797e;
}
.board-wrap > .board-item:nth-child(even) .item-content .triangle {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 50px;
  border-color: transparent transparent transparent #10797e;
  position: absolute;
  left: calc(100% - 20px);
}
/************PROJECTS**********/
.tax-link {
  display: block;
  background: #085156;
  border: 5px solid #fff;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff!important;
  padding: 10px 20px 10px 20px;
}
.tax-link:nth-of-type(even) {
  border-right: none;
}
.tax-link:nth-of-type(odd) {
  border-left: none;
}
.tax-link:hover {
  background: #f7c809;
}
.project-item {
  position: relative;
  margin-bottom: 40px!important;
  overflow: hidden;
}
.project-item .title {
  background: #0aa5b4;
  color: #fff;
  padding: 25px 25px 25px 55px;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  border-bottom: 2px solid #fff;
}
.project-item .title:hover {
  cursor: pointer;
  background: #10797e;
}
.project-item .title.active {
  background: #10797e;
}
.project-item .title.active i.fa-angle-double-right {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.project-item .title i.fa-angle-double-right {
  display: inline-block;
  vertical-align: top;
  background: transparent;
  color: #fff;
  font-size: 30px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  border: none;
  position: absolute;
  top: 25px;
  left: 25px;
  outline: none;
  -webkit-transition: all ease-out 350ms;
  -moz-transition: all ease-out 350ms;
  -ms-transition: all ease-out 350ms;
  -o-transition: all ease-out 350ms;
}
.project-item .title h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .08em;
  line-height: 1.3;
}
.project-item .title .address {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  letter-spacing: .05em;
  font-weight: 300;
}
.project-item .project-content {
  position: relative;
  overflow: hidden;
}
.project-item .project-content .text {
  color: #fff;
  -webkit-transition: all ease-out 350ms;
  -moz-transition: all ease-out 350ms;
  -ms-transition: all ease-out 350ms;
  -o-transition: all ease-out 350ms;
  transform: translateY(-100%);
  line-height: 1.7;
  padding: 35px;
  position: relative;
  background: rgba(0, 0, 0, 0.6);
}
.project-item .project-content .text.active {
  transform: translateY(0);
}
.project-item .project-content .text a {
  color: #f7c809;
}
.project-item .project-content .text a:hover {
  color: #0aa5b4;
}
.project-item .project-content .map-toggle {
  background: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #f7c809 !important;
  display: inline-block;
  vertical-align: top;
  border: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  outline: none;
}
.project-item .project-content .map-toggle:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  cursor: pointer;
}
.project-item .project-content .map-toggle i {
  margin-right: 8px;
}
.project-item .map-wrap.project {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  left: -100%;
  overflow: hidden;
}
.project-item .map-wrap.project .map-close {
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  z-index: 500;
  top: 7px;
  right: 7px;
  border: none;
  background: #0aa5b4;
  color: #fff;
  font-size: 24px;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 32px!important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
.project-item .map-wrap.project .map-close:hover {
  background: #f7c809;
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.project-item .map-wrap.project .acf-map.project {
  height: 100%;
  width: 100%;
  margin: 0;
}
.acf-map {
  border: 1px solid #ededee;
  width: 100%;
}
.acf-map.page {
  height: 400px;
}
.gm-style-iw {
  padding: 20px 0 15px 10px;
}
.gm-style-iw h5 {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0aa5b4;
}
/***********ABOUT PAGES********/
.about-item {
  border-bottom: 2px solid #ededee;
}
.about-item .left {
  text-align: center;
}
.about-item .left h5 {
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
  text-align: center;
  font-family: 'Bitter', serif;
  font-size: 24px;
  color: #0aa5b4;
  font-style: italic;
}
.about-item .icon {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  height: 200px;
  line-height: 200px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  background: #f5f5f3;
  border: 2px solid #ededeb;
  margin-bottom: 20px;
}
.about-item .icon img {
  width: 60%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  border: none!important;
}
/*********TIMELINE*******/
#timeline-wrap {
  margin-top: 50px;
  position: relative;
}
#timeline-wrap #time-bar {
  background: #085156;
  width: 24px;
  height: 100%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  position: absolute;
  left: 50%;
  margin-left: -12px;
}
#timeline-wrap .timeline-year > .year-item {
  font-family: 'Bitter', serif;
  font-size: 16px;
  color: #fff;
  position: relative;
}
#timeline-wrap .timeline-year > .year-item .connector {
  background: #b4b4b4;
  width: 30%;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  display: block;
  z-index: 10;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#timeline-wrap .timeline-year > .year-item .year-dot {
  background: #f7c809;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  z-index: 25;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
#timeline-wrap .timeline-year > .year-item.year-header .connector {
  width: 15%;
}
#timeline-wrap .timeline-year > .year-item.year-header .year-dot {
  background: #0aa5b4;
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 25;
}
#timeline-wrap .timeline-year > .year-item.year-header .number {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  height: 170px;
  border: 3px solid #0aa5b4;
  text-align: center;
  color: #f7c809;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  padding-top: 50px;
}
#timeline-wrap .timeline-year > .year-item .year-item-content {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-width: 40%;
  padding: 20px;
  position: relative;
  z-index: 50;
}
#timeline-wrap .timeline-year > .year-item .year-item-content .text {
  text-align: left;
  line-height: 1.3;
}
#timeline-wrap .timeline-year > .year-item .year-item-content .text a {
  font-weight: bold;
  color: #f7c809;
}
#timeline-wrap .timeline-year > .year-item .year-item-content .text a:hover {
  text-decoration: underline;
}
#timeline-wrap .timeline-year > .year-item .year-item-content .text p {
  padding-bottom: 5px;
}
#timeline-wrap .timeline-year > .year-item img {
  border: none!important;
  max-width: 100%;
}
#timeline-wrap .timeline-year > .year-item.light .year-item-content {
  background: #0aa5b4;
}
#timeline-wrap .timeline-year > .year-item.medium .year-item-content {
  background: #10797e;
}
#timeline-wrap .timeline-year > .year-item.dark .year-item-content {
  background: #085156;
}
#timeline-wrap .timeline-year.left > .year-item.year-header {
  padding-left: 20%;
}
#timeline-wrap .timeline-year.left > .year-item.year-header .connector {
  width: 15%;
  left: 35%!important;
}
#timeline-wrap .timeline-year.left > .year-item:nth-child(odd) {
  text-align: left;
}
#timeline-wrap .timeline-year.left > .year-item:nth-child(odd) .year-item-content {
  transform: translateX(-30px);
}
#timeline-wrap .timeline-year.left > .year-item:nth-child(odd) .connector {
  transform: translateX(-50px);
}
#timeline-wrap .timeline-year.left > .year-item:nth-child(odd) span.connector {
  left: 20%;
}
#timeline-wrap .timeline-year.left > .year-item:nth-child(odd).has-image .image-wrap {
  float: left;
  width: 25%;
}
#timeline-wrap .timeline-year.left > .year-item:nth-child(odd).has-image .text {
  float: right;
  width: 75%;
  padding-left: 20px;
}
#timeline-wrap .timeline-year.left > .year-item:nth-child(even) {
  text-align: right;
}
#timeline-wrap .timeline-year.left > .year-item:nth-child(even) .year-item-content {
  transform: translateX(30px);
}
#timeline-wrap .timeline-year.left > .year-item:nth-child(even) .connector {
  transform: translateX(50px);
}
#timeline-wrap .timeline-year.left > .year-item:nth-child(even) span.connector {
  left: 50%;
}
#timeline-wrap .timeline-year.left > .year-item:nth-child(even).has-image .image-wrap {
  float: left;
  width: 25%;
}
#timeline-wrap .timeline-year.left > .year-item:nth-child(even).has-image .text {
  float: right;
  width: 75%;
  padding-left: 20px;
}
#timeline-wrap .timeline-year.right > .year-item.year-header {
  padding-right: 20%;
}
#timeline-wrap .timeline-year.right > .year-item:nth-child(even) {
  text-align: left;
}
#timeline-wrap .timeline-year.right > .year-item:nth-child(even) .year-item-content {
  transform: translateX(-30px);
}
#timeline-wrap .timeline-year.right > .year-item:nth-child(even) .connector {
  transform: translateX(-50px);
}
#timeline-wrap .timeline-year.right > .year-item:nth-child(even) span.connector {
  left: 20%;
}
#timeline-wrap .timeline-year.right > .year-item:nth-child(even).has-image .image-wrap {
  float: left;
  width: 25%;
}
#timeline-wrap .timeline-year.right > .year-item:nth-child(even).has-image .text {
  float: right;
  width: 75%;
  padding-left: 20px;
}
#timeline-wrap .timeline-year.right > .year-item:nth-child(odd) {
  text-align: right;
}
#timeline-wrap .timeline-year.right > .year-item:nth-child(odd) .year-item-content {
  transform: translateX(30px);
}
#timeline-wrap .timeline-year.right > .year-item:nth-child(odd) .connector {
  transform: translateX(50px);
}
#timeline-wrap .timeline-year.right > .year-item:nth-child(odd) span.connector {
  left: 50%;
}
#timeline-wrap .timeline-year.right > .year-item:nth-child(odd).has-image .image-wrap {
  float: right;
  width: 25%;
}
#timeline-wrap .timeline-year.right > .year-item:nth-child(odd).has-image .text {
  float: left;
  width: 75%;
  padding-right: 20px;
}
/*********AWARDS********/
#tickets {
  background: #ededee;
}
#tickets .gform_wrapper input[type=text]:focus,
#tickets .gform_wrapper textarea:focus {
  background: #fff!important;
}
#tickets .gform_wrapper .gform_footer {
  text-align: center !important;
}
#gform_wrapper_11 input[type=text]:focus,
.gform_wrapper.sponsor-form_wrapper input[type=text]:focus,
#gform_wrapper_11 textarea:focus,
.gform_wrapper.sponsor-form_wrapper textarea:focus {
  background: #fff!important;
}
#gform_wrapper_11 .gform_footer,
.gform_wrapper.sponsor-form_wrapper .gform_footer {
  text-align: left!important;
}
#gform_wrapper_11 .gfield_price,
.gform_wrapper.sponsor-form_wrapper .gfield_price {
  background: #ededee !important;
  padding: 20px!important;
}
#gform_wrapper_11 .gfield_price label,
.gform_wrapper.sponsor-form_wrapper .gfield_price label {
  font-size: 24px!important;
}
#gform_wrapper_11 .gfield_price .ginput_product_price_label,
.gform_wrapper.sponsor-form_wrapper .gfield_price .ginput_product_price_label {
  font-size: 24px!important;
}
#gform_wrapper_11 .gfield_price .ginput_product_price,
.gform_wrapper.sponsor-form_wrapper .gfield_price .ginput_product_price {
  font-size: 24px!important;
  color: #085156;
}
#gform_wrapper_11 .gfield_price .gfield_description,
.gform_wrapper.sponsor-form_wrapper .gfield_price .gfield_description {
  padding-top: 8px!important;
}
#gform_wrapper_11 .gfield_price .gfield_description ul > li,
.gform_wrapper.sponsor-form_wrapper .gfield_price .gfield_description ul > li {
  font-size: 18px!important;
  font-style: italic !important;
  padding-left: 22px!important;
  margin-bottom: 12px!important;
  margin-top: 0!important;
}
#gform_wrapper_11 .gfield_price .gfield_description ul > li i.fa-circle,
.gform_wrapper.sponsor-form_wrapper .gfield_price .gfield_description ul > li i.fa-circle {
  display: inline-block !important;
  top: 10px;
}
#gform_wrapper_11 .gfield_total,
.gform_wrapper.sponsor-form_wrapper .gfield_total {
  background: transparent!important;
  padding: 0!important;
}
#gform_wrapper_11 .gfield_total label,
.gform_wrapper.sponsor-form_wrapper .gfield_total label {
  font-size: 18px!important;
}
#sponsorship {
  background: #f7f7f7;
}
ul.logo-gallery > li {
  padding: 0!important;
  width: 280px;
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  margin: 20px 30px 20px 30px!important;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  color: #085156;
}
ul.logo-gallery > li i.fa-circle {
  display: none!important;
}
ul.logo-gallery > li img {
  max-width: 90%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  border: none!important;
}
ul.logo-gallery > li a {
  color: #085156;
}
ul.logo-gallery > li a:hover {
  color: #f7c809;
}
ul.logo-gallery.small-text > li {
  width: 150px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-transform: none;
}
ul.logo-gallery.small-text > li i {
  color: #0aa5b4;
  position: absolute;
  top: 2px;
  left: 0;
  display: none;
}
/**********ITEMS and WIDGETS**************/
ul.subnav {
  text-align: center;
  position: relative;
  z-index: 100;
}
ul.subnav li {
  padding: 0!important;
  margin: 10px;
  display: inline-block;
  vertical-align: top;
}
ul.subnav li i.fa-circle {
  display: none!important;
}
ul.subnav li a {
  display: block;
  padding: 5px 15px 5px 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  color: #0aa5b4;
  border: 2px solid #ededee;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all linear 180ms;
  -moz-transition: all linear 180ms;
  -ms-transition: all linear 180ms;
  -o-transition: all linear 180ms;
}
ul.subnav li a:hover {
  color: #f7c809;
  background: #085156;
  border: 2px solid #085156;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
ul.subnav.small > li > a {
  font-size: 16px;
}
ul.subnav.filled > li.current-cat > a {
  color: #fff;
  background: #f7c809;
  border: 2px solid #f7c809;
}
ul.subnav.filled > li > a {
  background: #fff;
  color: #0aa5b4;
}
ul.subnav.filled > li > a:hover {
  color: #fff;
  background: #f7c809;
  border: 2px solid #f7c809;
}
.item {
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #ededee;
}
.widget {
  margin-bottom: 50px;
  font-size: 14px;
}
.widget h5.widget-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  color: #0aa5b4;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
ul.widget-list > li {
  overflow: hidden;
}
ul.widget-list > li > a {
  display: block;
  font-family: 'Bitter', serif;
  font-size: 22px;
  color: #085156;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #ededee;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
ul.widget-list > li > a:hover,
ul.widget-list > li > a.active {
  background: #10797e;
  padding: 10px;
  color: #f7c809;
}
ul.widget-list > li ul.sub-menu {
  height: 0;
}
ul.widget-list > li ul.sub-menu > li > a {
  display: block;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  opacity: 0;
  padding: 10px 0 10px 25px;
  color: #0aa5b4;
  background: #ededee;
  font-family: 'Bitter', serif;
  font-size: 18px;
  font-style: italic;
  position: relative;
}
ul.widget-list > li ul.sub-menu > li > a:hover {
  color: #085156;
}
ul.widget-list > li ul.sub-menu > li > a i.fa-circle {
  font-size: 5px;
  color: #f7c809;
  position: absolute;
  top: 18px;
  left: 10px;
  display: block;
}
#tag-cloud a {
  font-family: 'Bitter', serif;
  font-size: 100%;
  color: #085156;
  padding: 0 5px 0 5px;
  font-style: italic;
}
#tag-cloud a:hover {
  color: #f7c809;
}
/*****MAP***/
.map-wrap-google {
  text-align: center;
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.map-wrap-google iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/**********ACCORDIONS*******/
.accordion-wrap {
  margin-top: 25px;
}
.toggler {
  margin-bottom: 30px;
}
.toggler .trigger {
  background: #085156;
  position: relative;
  min-height: 80px;
  padding: 26px 20px 20px 80px;
  -webkit-border-top-right-radius: 16px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 16px;
  -moz-border-radius-topright: 16px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 16px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
.toggler .trigger:hover,
.toggler .trigger.active {
  cursor: pointer;
  background: #10797e;
}
.toggler .trigger svg.accordion-icon {
  display: block;
  width: 40px;
  height: auto;
  position: absolute;
  top: 10px;
  left: 20px;
}
.toggler .trigger svg.accordion-icon .iconraindrop {
  visibility: hidden;
}
.toggler .trigger svg.accordion-icon .iconplus {
  fill: #f7c809;
}
.toggler .trigger svg.accordion-icon .iconminus {
  fill: #fff;
  opacity: 0;
}
.toggler .trigger h5 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1.3;
}
.toggler .toggle_container {
  overflow: hidden;
  background: #ededee;
  height: 0;
}
.toggler .toggle_container .block {
  opacity: 0;
  padding: 25px;
}
.toggler .toggle_container .block a.button,
.toggler .toggle_container .block button.submit {
  background: #fff!important;
}
.toggler .toggle_container .block a.button:hover,
.toggler .toggle_container .block button.submit:hover {
  background: #0aa5b4 !important;
}
/********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;
}
.clear {
  clear: both;
}
.wp-caption-text {
  font-size: 12px;
  font-style: italic;
}
figure {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
.fixed-bg {
  background-attachment: fixed!important;
}
.scaler {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
.centered {
  text-align: center;
}
#modal-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  opacity: 1;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}
#modal-wrap #modal-box {
  width: 90%;
  max-width: 500px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  background-size: 60% auto;
  position: relative;
  top: 45%;
  transform: translateY(-50%) scale(0.85);
  opacity: 0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  padding: 40px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #095156;
}
#modal-wrap #modal-box h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: #085156;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 300;
}
#modal-wrap #modal-box h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #0aa5b4;
  margin-bottom: 10px;
  font-weight: 300;
}
#modal-wrap #modal-box img.logo {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  width: 50%;
  height: auto;
}
#modal-wrap #modal-box a.button {
  margin-top: 15px;
}
#modal-wrap #modal-box .round-close {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px!important;
  border: 1px solid #0aa5b4;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #fff;
  color: #0aa5b4;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  font-size: 18px;
  top: 20px;
  right: 20px;
  outline: none;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
#modal-wrap #modal-box .round-close:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  color: #fff;
  background: #0aa5b4;
}
.iframe-wrap {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.image-grid {
  padding-bottom: 60px;
  margin-top: 30px;
}
.image-grid .image-grid-item {
  padding: 15px!important;
  border-top: 2px solid #ededee;
}
.image-grid .image-grid-item:nth-of-type(odd) {
  border-right: 1px solid #ededee;
}
.image-grid .image-grid-item:nth-of-type(even) {
  border-left: 1px solid #ededee;
}
.image-grid .image-grid-item:nth-of-type(2),
.image-grid .image-grid-item:nth-of-type(1) {
  border-top: none!important;
}
.image-grid .image-grid-item img {
  border: none!important;
}

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