/**********************************************
    Breakpoints
**********************************************/
/**********************************************
    Typography
**********************************************/
/**********************************************
    Colors
**********************************************/
/**********************************************
    Padding
**********************************************/
/**********************************************
    Navigation
**********************************************/
/**********************************************
    Mixins
**********************************************/
/**********************************************
    Containers, Columns, Rows
**********************************************/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.container {
  padding-left: 140px; }

.row {
  width: 100%;
  max-width: 100%; }

/**********************************************
    Typography
**********************************************/
a {
  color: #6fb6ca; }

p {
  font-size: 1.25rem;
  line-height: 2.25rem;
  font-family: Georgia; }

h1 {
  line-height: 2.3rem;
  font-size: 2.3rem;
  font-weight: bold;
  font-family: AvenirLTStd-Black; }

h2 {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  font-family: AvenirLTStd-Black; }

h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: bold;
  font-family: AvenirLTStd-Roman; }

h4, h5, h6 {
  font-family: AvenirLTStd-Roman; }

h4 {
  font-size: 1.3rem;
  line-height: 1.5rem; }

h5 {
  font-size: 1.3rem;
  line-height: 1.5rem; }

h6 {
  font-size: 1.3rem;
  line-height: 1.5rem; }

@media only screen and (max-width: 64em) {
  h1, h2, h3, h4, h5 h6 {
    word-wrap: break-word; }
  h2 {
    font-size: 1.75rem; }
  p {
    font-size: 1rem;
    line-height: 2rem; } }

/**********************************************
    Buttons
**********************************************/
button, .button, input[type="submit"] {
  color: #fff;
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid white;
  font-family: AvenirLTStd-Black;
  width: 55% !important; }

/**********************************************
    Global Fade
**********************************************/
body {
  opacity: 0;
  z-index: 1;
  transition: opacity 1s; }

body.loaded {
  opacity: 1; }

/**********************************************
    404 Page
**********************************************/
.error404 {
  background: #6fb6ca; }
  .error404 #error-404 {
    padding: 25% 25% 25% 25%; }
  .error404 h1, .error404 p {
    color: #fff;
    text-align: center; }

/**********************************************
    Plain Text Page Tempalte
**********************************************/
.page-template-text {
  color: #777777;
  background-color: #F3F3F3; }
  .page-template-text p {
    font-size: 14px; }
  .page-template-text a {
    color: #555555; }
  .page-template-text a:hover {
    color: #777777; }
  .page-template-text .text-page {
    padding: 5% 10% 5% 10%; }
  .page-template-text .donations {
    padding: 2rem 0rem 2rem 0rem; }

/**********************************************
    Team Template
**********************************************/
.page-template-team h2 {
  text-align: center;
  text-transform: uppercase;
  padding-top: 5%; }

.page-template-team .header {
  padding: 15% 10% 15% 10%; }
  .page-template-team .header h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 2.5rem; }
  .page-template-team .header h6 {
    text-align: center;
    color: #fff;
    font-size: 1rem; }
  .page-template-team .header p {
    text-align: center;
    color: #fff; }

.page-template-team .team-leadership-entry {
  margin-top: 10px; }
  .page-template-team .team-leadership-entry h2 {
    padding-top: 0px;
    font-weight: bold;
    color: #000;
    font-size: 17px;
    text-align: left;
    text-transform: none;
    margin-bottom: 0px;
    font-weight: 300; }
  .page-template-team .team-leadership-entry h3 {
    color: #6fb6ca;
    font-size: 13px; }
  .page-template-team .team-leadership-entry p {
    color: #000;
    font-size: 13px; }
  @media only screen and (max-width: 64em) {
    .page-template-team .team-leadership-entry h2, .page-template-team .team-leadership-entry h3, .page-template-team .team-leadership-entry p {
      text-align: center; }
    .page-template-team .team-leadership-entry h2 {
      padding-top: 2%; } }
  .page-template-team .team-leadership-entry .image {
    text-align: center; }

.page-template-team .team-govern-entry {
  opacity: 0;
  transition: opacity 1s;
  text-align: center; }
  .page-template-team .team-govern-entry h2 {
    padding-top: 10px;
    font-weight: bold;
    color: #FFF;
    font-size: 1rem;
    text-transform: none;
    margin-bottom: 0.3rem;
    line-height: 1.1rem;
    font-weight: 300; }
  .page-template-team .team-govern-entry p {
    color: #FFF;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1rem; }

.page-template-team .team-govern-entry.visible {
  opacity: 1; }

.page-template-team .team-staff-entry {
  opacity: 0;
  transition: opacity 1s;
  text-align: center; }
  .page-template-team .team-staff-entry h2 {
    padding-top: 10px;
    font-weight: bold;
    color: #000;
    font-size: 1rem;
    text-transform: none;
    margin-bottom: 0.3rem;
    line-height: 1.1rem;
    font-weight: 300; }
  .page-template-team .team-staff-entry p {
    color: #000;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1rem; }
.topBar {
    z-index: 10000!important;
}
.page-template-team .team-staff-entry.council {
  opacity: 1; }
  .page-template-team .team-staff-entry.council h2 {
    padding-top: 0px; }

.page-template-team .team-staff-entry.visible {
  opacity: 1; }

.page-template-team .white h2 {
  color: #fff; }

.page-template-team .grey h2 {
  color: #777777; }

.page-template-team .team-grid {
  padding: 5% 10% 5% 10%; }
  .page-template-team .team-grid .column + .column:last-child, .page-template-team .team-grid .columns + .columns:last-child {
    float: left; }
@media only screen and (max-height: 970px) {
    .home .entry-content .homecontent {
        margin-top: 100px;
    }
    .home .b-splash-wrap {
        height: 100%;
        transform: none;
    }
    .home .b-splash-banner-wrap {
        height: 100%;
    }
    .home .b-splash-banner-wrap .b-splash-banner {
        transform: none;
    }
}
/**********************************************
    Nav (Primary Desktop)
**********************************************/
#menuleft {
  position: fixed;
  height: 100%;
  width: 140px;
  background-color: #f0f0f0;
  z-index: 9998; }
  #menuleft #logo {
    background-color: #FFF;
    text-align: center; }
  #menuleft #search {
    text-align: center; }
  #menuleft ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #menuleft ul #menu-item-29 a {
      border-bottom: 3px solid #6fb6ca; }
    #menuleft ul #menu-item-29 span {
      background: none;
      color: #6fb6ca;
      font-weight: bold;
      text-transform: uppercase;
      padding: 0; }
    #menuleft ul li.active span {
      background: url("../assets/images/nav_bkg_on.gif");
      background-repeat: no-repeat;
      background-position: top center;
      color: #000000 !important; }
    #menuleft ul li {
      background-color: white;
      border-top: 2px solid #e0e0e0;
      width: 140px;
      text-align: center;
      display: block; }
      #menuleft ul li a {
        background-color: white;
        z-index: 9999;
        height: auto;
        display: block; }
      #menuleft ul li a:hover {
        cursor: pointer; }
      #menuleft ul li span {
        background: url("../assets/images/nav_bkg.gif");
        background-repeat: no-repeat;
        background-position: top center;
        width: 140px;
        padding: 15px 10px 0px 15px;
        display: block;
        margin-left: -3px;
        color: #212115;
        font-size: 13px;
        font-weight: normal;
        text-transform: capitalize;
        font-family: AvenirLTStd-Roman; }
        #menuleft ul li span span {
          margin-left: -3px; }
    #menuleft ul li a:hover {
      cursor: pointer;
      display: block; }
      #menuleft ul li a:hover span {
        background: url("../assets/images/nav_bkg_on.gif");
        background-repeat: no-repeat;
        background-position: top center;
        color: #000000 !important; }

/**********************************************
    Nav (Secondary)
**********************************************/
.columns.secondary-nav {
  padding: 0px;
  position: relative; }
  .columns.secondary-nav .wpb_content_element {
    margin-bottom: 0px; }
  .columns.secondary-nav .inner {
    width: 24%;
    height: 100%;
    padding-top: 50px;
    position: fixed;
    background-color: #6fb6ca;
    text-align: center;
    z-index: 99; }
    .columns.secondary-nav .inner h2 {
      color: #fff;
      font-size: 14px;
      text-transform: uppercase;
      padding-top: 0px;
      padding-bottom: 0px; }
    .columns.secondary-nav .inner ul {
      list-style: none; }
      .columns.secondary-nav .inner ul li a {
        display: block;
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 12px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: 1px solid #64a5b7;
        width: 195px;
        height: 35px;
        text-align: center;
        margin: 12px auto 0px;
        padding-top: 8px; }
      .columns.secondary-nav .inner ul li a:hover {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 195px;
        height: 35px;
        border-top: 4px solid #64a5b7;
        border-left: 4px solid #64a5b7;
        border-right: 4px solid #64a5b7;
        border-bottom: 4px solid #FFF;
        padding-top: 5px; }
      .columns.secondary-nav .inner ul li a.active {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 195px;
        height: 35px;
        border-top: 4px solid #64a5b7;
        border-left: 4px solid #64a5b7;
        border-right: 4px solid #64a5b7;
        border-bottom: 4px solid #FFF;
        padding-top: 5px; }

@media only screen and (max-width: 64em) {
  .columns.secondary-nav .inner {
    position: relative;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px; } }

/**********************************************
    Nav (Footer)
**********************************************/
footer.visible {
  bottom: 0; }

footer {
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: -45px;
  width: 100%;
  height: 45px;
  transition: bottom 0.8s;
  z-index: 9999;
  padding: 0px;
  padding-left: 140px; }
  footer .social .textwidget {
    display: inline; }
  footer .social a {
    transition: background 0.3s;
    display: inline-block;
    float: right;
    width: 30px;
    height: 30px; }
  footer .social a::after {
    transition: background 0.3s;
    float: right;
    width: 30px;
    height: 30px;
    display: block;
    content: " ";
    float: none; }
  footer .social .twitter {
    background: url(../assets/images/social/twitter.svg); }
  footer .social .twitter::after {
    background: url(../assets/images/social/twitter-hover.svg);
    opacity: 0;
    transition: opacity 0.3s; }
  footer .social .twitter:hover::after {
    opacity: 1; }
  footer .social .facebook {
    background: url(../assets/images/social/facebook.svg); }
  footer .social .facebook::after {
    background: url(../assets/images/social/facebook-hover.svg);
    opacity: 0;
    transition: opacity 0.3s; }
  footer .social .facebook:hover::after {
    opacity: 1; }
  footer .social .instagram {
    background: url(../assets/images/social/instagram.svg); }
  footer .social .instagram::after {
    background: url(../assets/images/social/instagram-hover.svg);
    opacity: 0;
    transition: opacity 0.3s; }
  footer .social .instagram:hover::after {
    opacity: 1; }
  footer .social .medium {
    background: url(../assets/images/social/medium-m.svg); }
  footer .social .medium::after {
    background: url(../assets/images/social/medium-m-hover.svg);
    opacity: 0;
    transition: opacity 0.3s; }
  footer .social .medium:hover::after {
    opacity: 1; }
  footer .social .linkedin {
    transition: background 0.2s;
    background: url(../assets/images/social/linkedin.svg); }
  footer .social .linkedin::after {
    background: url(../assets/images/social/linkedin-hover.svg);
    opacity: 0;
    transition: opacity 0.3s; }
  footer .social .linkedin:hover::after {
    opacity: 1; }
  footer .footer-left {
    height: 45px;
    background-color: #212115;
    padding-left: 0px;
    pointer-events: all; }
    footer .footer-left .inner {
      padding-left: 4px;
      padding-right: 4px; }
  footer .footer-right {
    pointer-events: all;
    height: 45px;
    background-color: #313120;
    height: 100%; }
  footer .inner {
    padding: 8px; }
  footer a {
    color: #766d5b;
    font-size: 12px;
    margin: 0 8px; }
  footer a:hover {
    color: #fff; }
  footer ul {
    list-style: none;
    margin-left: 0px; }
    footer ul li {
      display: inline; }
    footer ul li.active a {
      color: #fff; }
  footer #newsletter {
    float: right;
    font-size: 0.8rem;
    padding: 4px 0 4px 0;
    color: #766d5b;
    text-transform: uppercase; }
  footer #ninja_forms_form_5_cont {
    float: right; }
  footer .ninja-forms-success-msg p {
    font-size: 0.8rem;
    margin-right: 10px;
    padding: 4px 0 4px 0;
    color: #766d5b;
    padding: 0px;
    margin-top: -4px;
    font-family: AvenirLTStd-Roman;
    text-transform: uppercase; }
  footer #ninja_forms_form_5 .ninja-forms-field {
    height: 26px; }
  footer #ninja_forms_form_5 #ninja_forms_field_8 {
    width: 140px;
    font-size: 0.8rem;
    font-family: AvenirLTStd-Roman;
    border: 1px solid #92937d !important;
    color: #92937d !important; }
  footer #ninja_forms_form_5 #ninja_forms_field_8_div_wrap {
    float: right;
    width: 140px;
    height: 26px;
    margin-right: 10px; }
  footer #ninja_forms_form_5 #ninja_forms_field_9_div_wrap {
    float: right;
    width: 80px;
    height: 26px;
    margin-top: -2px; }
  footer #ninja_forms_form_5 #ninja_forms_field_9 {
    background-color: #92937d !important;
    color: #313120 !important;
    border: none;
    padding: 4px;
    font-size: 0.9rem !important;
    font-family: AvenirLTStd-Roman; }
  footer #ninja_forms_form_5 .submit-wrap {
    padding-top: 8px;
    float: left; }
  footer .submit-wrap {
    padding-top: 4px;
    float: right; }
  footer .signup-button {
    background-color: #92937d !important;
    color: #313120 !important;
    border: none;
    padding: 8px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 0.9rem !important;
    font-family: AvenirLTStd-Roman; }

footer.row {
  margin-top: 0px; }

.sticky {
  position: fixed;
  top: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 999;
  pointer-events: none; }

@media only screen and (max-width: 1172px) {
  footer {
    height: 90px; }
  footer {
    bottom: -90px; }
  footer.visibile {
    bottom: 0px; }
  .container {
    padding-bottom: 90px; }
  .medium-6 {
    width: 100%; } }

@media only screen and (max-width: 40.063em) {
  footer {
    display: none; }
  .container {
    padding: 0px; } }

/**********************************************
    Nav (Mobile)
**********************************************/
#mobile-icon-closed {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem; }

#mobile-icon-open {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  display: none; }

.mobile.open #mobile-icon-closed {
  display: none; }

.mobile.open #mobile-icon-open {
  display: block; }

.mobile {
  display: none; }

.mobile.opened {
  position: relative; }

.mobile {
  display: none;
  width: 100%;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }
  .mobile .top {
    padding: 8px 5% 2% 5%;
    height: 70px; }
  .mobile .social {
    text-align: center;
    margin: 0px 0 10px 0;
    /*.twitter::after {
            background: url(../assets/images/social/twitter-hover.svg);
            opacity: 0;
            transition: opacity 0.3s;
          }

          .twitter:hover::after {
            opacity: 1;
          }*/
    /*.facebook::after {
            background: url(../assets/images/social/facebook-hover.svg);
            opacity: 0;
            transition: opacity 0.3s;
          }

          .facebook:hover::after {
            opacity: 1;
          }*/
    /*.instagram::after {
            background: url(../assets/images/social/instagram-hover.svg);
            opacity: 0;
            transition: opacity 0.3s;
          }

          .instagram:hover::after {
            opacity: 1;
          }*/
    /*.medium::after {
            background: url(../assets/images/social/medium-m-hover.svg);
            opacity: 0;
            transition: opacity 0.3s;
          }

          .medium:hover::after {
            opacity: 1;
          }*/
    /*.linkedin::after {
            background: url(../assets/images/social/linkedin-hover.svg);
            opacity: 0;
            transition: opacity 0.3s;
          }

          .linkedin:hover::after {
            opacity: 1;
          }*/ }
    .mobile .social .textwidget {
      display: inline;
      text-align: center; }
    .mobile .social a {
      transition: background 0.3s;
      display: inline-block;
      width: 30px;
      height: 30px;
      margin: 5px 20px; }
      @media only screen and (max-width: 320px) {
        .mobile .social a {
          width: 25px;
          height: 25px;
          margin: 5px 15px; } }
    .mobile .social a::after {
      transition: background 0.3s;
      width: 30px;
      height: 30px;
      display: block;
      content: " ";
      float: none; }
      @media only screen and (max-width: 320px) {
        .mobile .social a::after {
          width: 25px;
          height: 25px; } }
    .mobile .social .twitter {
      background: url(../assets/images/social/twitter-mobile.svg); }
    .mobile .social .facebook {
      background: url(../assets/images/social/facebook-mobile.svg); }
    .mobile .social .instagram {
      background: url(../assets/images/social/instagram-mobile.svg); }
    .mobile .social .medium {
      background: url(../assets/images/social/medium-m-mobile.svg); }
    .mobile .social .linkedin {
      transition: background 0.2s;
      background: url(../assets/images/social/linkedin-mobile.svg); }
  .mobile .logo img {
    width: 55px; }
  .mobile .nav {
    visibility: hidden;
    opacity: 0;
    background: #fff;
    width: 100%;
    display: none;
    position: relative; }
    .mobile .nav .nav-search input[type="text"], .mobile .nav .nav-search textarea {
      color: #000 !important;
      border: none !important;
      box-shadow: none;
      border-bottom: 2px solid #e0e0e0 !important;
      padding-left: 0.7rem;
      margin-bottom: 20px; }
    .mobile .nav .nav-search .fa-search {
      position: absolute;
      right: 8px;
      top: 10px; }
    .mobile .nav .nav-search h6 {
      text-align: center;
      margin-bottom: 10%; }
    .mobile .nav .nav-search #searchsubmit {
      display: none; }
    .mobile .nav ul li {
      border-bottom: 2px solid #e0e0e0; }
      .mobile .nav ul li a {
        border: none;
        background: #fff;
        color: #000; }
  .mobile .nav.open {
    visibility: visible;
    display: block;
    overflow-y: scroll; }

@media only screen and (max-width: 40.063em) {
  .container {
    padding: 0px;
    padding-left: 0px;
    padding-top: 70px; }
  .mobile {
    display: block; }
  #menuleft {
    display: none; } }

@media screen and (max-height: 540px) {
  #menuleft {
    display: none; }
  footer {
    display: none; }
  .container {
    padding: 0px;
    padding-left: 0px;
    padding-top: 70px; }
  .mobile {
    display: block; } }

/**********************************************
    Login Page Template
**********************************************/
.page-template-login {
  background-color: #7e9f44; }
  .page-template-login .wpb_column {
    /*height: 100%;*/
    padding: 10%; }
  .page-template-login .vc_btn3 {
    color: #fff;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid white;
    font-family: AvenirLTStd-Black;
    width: 55% !important; }
  .page-template-login .vc_btn3.vc_btn3-shape-rounded {
    border-radius: 50px; }
  .page-template-login h2 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center; }
  .page-template-login p {
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: center;
    font-size: 14px; }

.split-height {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  padding-left: 140px; }
  .split-height .columns {
    height: 100%;
    padding: 10%; }

@media only screen and (max-width: 64em) {
  .split-height {
    position: relative;
    padding-left: 0px;
    display: none; } }

/**********************************************
    News (Listing)
**********************************************/
.page-id-18 {
  background-color: #e4e5d7; }

.page-template-news .page-wrap .news {
  padding: 5% 0 5% 0; }

.page-template-news .page-wrap .events {
  padding: 5% 0 5% 0; }
  .page-template-news .page-wrap .events .events-slider {
    padding: 5%;
    text-align: center; }
    .page-template-news .page-wrap .events .events-slider h4 {
      font-size: 0.9rem;
      line-height: 0.9rem;
      color: #6d6e5c; }
    .page-template-news .page-wrap .events .events-slider h3 {
      font-size: 1.3rem;
      color: #6d6e5c; }
    .page-template-news .page-wrap .events .events-slider p {
      font-size: 0.8rem;
      line-height: 1rem;
      padding: 0% 10% 0% 10%;
      color: #6d6e5c; }

.page-template-news .page-wrap .events h1, .page-template-news .page-wrap .events h2 {
  color: #91947d; }

.page-template-news .page-wrap h1 {
  font-size: 36px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 0px;
  margin-top: 0px;
  line-height: 36px; }

.page-template-news .page-wrap h2 {
  color: #ffffff;
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: inherit;
  padding-top: 0px;
  font-family: AvenirLTStd-Roman;
  font-weight: 100; }

.page-template-news .page-wrap button.alm-load-more-btn {
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid white;
  font-family: AvenirLTStd-Roman; }

.page-template-news .page-wrap .alm-btn-wrap {
  text-align: center; }

.page-template-news .page-wrap button.alm-load-more-btn.done {
  background-color: transparent;
  border: 1px solid white;
  font-family: AvenirLTStd-Roman; }

.page-template-news .page-wrap .ajax-load-more-wrap ul {
  list-style: none;
  margin: 0 0 10px 0; }
  .page-template-news .page-wrap .ajax-load-more-wrap ul li {
    margin-bottom: 0px;
    margin-top: 0px;
    border-bottom: 1px solid rgba(67, 116, 130, 0.3); }
    .page-template-news .page-wrap .ajax-load-more-wrap ul li .inner {
      padding: 12px 10% 12px 10%; }
    .page-template-news .page-wrap .ajax-load-more-wrap ul li h3 {
      text-align: center; }
    .page-template-news .page-wrap .ajax-load-more-wrap ul li h5 {
      text-align: center;
      color: #437482;
      font-size: 14px; }
    .page-template-news .page-wrap .ajax-load-more-wrap ul li h3 a {
      font-size: 24px;
      line-height: 30px;
      color: #FFF;
      font-weight: bold !important;
      padding: 12px;
      text-align: center; }

.slick-dots {
  list-style: none;
  margin-top: 10px; }
  .slick-dots .slick-active button {
    background-color: #6d6e5c !important; }
  .slick-dots li {
    display: inline;
    margin-right: 4px; }
    .slick-dots li button {
      padding: 0px;
      width: 12px !important;
      height: 12px !important;
      font-size: 0;
      line-height: 0;
      border: 1px solid #6d6e5c; }
    .slick-dots li button:hover {
      background-color: #6d6e5c; }

/**********************************************
    News (Detail)
**********************************************/
.single-news {
  background-color: #F3F3F3;
  margin-bottom: 200px; }
  .single-news .back {
    text-align: center; }
  .single-news .top {
    text-align: center;
    margin-bottom: 120px; }
  .single-news article {
    padding: 5% 15% 0% 15%;
    margin-bottom: 100px;
    text-align: center; }
    .single-news article h1 {
      font-family: AvenirLTStd-Roman;
      margin-bottom: 2rem; }
    .single-news article h6 {
      color: #6fb6ca;
      font-size: .8rem;
      margin-bottom: 1rem; }
    .single-news article p {
      font-size: 0.9rem; }

/**********************************************
    Search
**********************************************/
#search-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 9999;
  transition: opacity 20s;
  transition: background 20s; }

#search-modal {
  padding: 25%; }
  #search-modal input[type="text"], #search-modal textarea {
    color: #000 !important;
    border: none !important;
    box-shadow: none;
    border-bottom: 1px solid #4c4d47 !important; }
  #search-modal .fa-search {
    position: absolute;
    right: 5px;
    top: 10px; }
  #search-modal h6 {
    text-align: center;
    margin-bottom: 10%; }
  #search-modal #searchsubmit {
    display: none; }

#search-modal.open {
  transition: background 20s;
  background: white;
  display: block; }

#search-x {
  position: absolute;
  top: 6px;
  left: 30px;
  font-size: 1.5rem;
  font-family: AvenirLTStd-Black;
  cursor: pointer; }

#search-results-header {
  height: 154px;
  background: #e4e5d7 !important; }
  #search-results-header .left {
    padding: 5%; }
    #search-results-header .left h2 {
      font-size: 1.0rem;
      color: #4c4d47;
      font-family: AvenirLTStd-Roman; }
  #search-results-header .right {
    padding: 5%; }
    #search-results-header .right input[type="text"], #search-results-header .right textarea {
      color: #4c4d47 !important;
      border: none !important;
      box-shadow: none;
      border-bottom: 1px solid #4c4d47 !important; }
    #search-results-header .right #s::-webkit-input-placeholder {
      color: #4c4d47 !important; }
    #search-results-header .right button {
      position: absolute;
      right: 5px;
      top: 2px;
      padding: 0;
      margin: 0;
      width: auto !important;
      border: none !important;
      color: #4c4d47; }
    #search-results-header .right button:hover {
      background: none !important;
      background-color: transparent !important; }

.search-results {
  background-color: #F3F3F3; }
  .search-results .results {
    padding: 5% 10% 10% 10%; }
    .search-results .results .result {
      border-bottom: 2px solid #92937d;
      margin-bottom: 10px; }
      .search-results .results .result h3 {
        color: #4c4d47;
        margin-bottom: 10px;
        font-family: AvenirLTStd-Roman;
        font-weight: 500; }

/**********************************************
    Press Page Template
**********************************************/
.page-id-141 {
  background-color: #6fb6ca; }
  .page-id-141 .entry-content {
    background-color: #f0f0f0 !important; }

.page-template-full-width .news {
  padding: 5% 0 0 0; }

.page-template-full-width .press_posts {
  padding-bottom: 100px;
  min-height: 200px; }

.page-template-full-width .press_header {
  padding: 10% 10% 5% 10%; }
  .page-template-full-width .press_header h1 {
    line-height: 36px;
    font-size: 36px;
    color: #777777;
    font-family: "AvenirLTStd-Black"; }
  .page-template-full-width .press_header h3 {
    color: #777777;
    font-size: 13px;
    text-transform: uppercase; }

.page-template-full-width #press_grid {
  padding: 5%;
  max-width: 64em; }
  .page-template-full-width #press_grid .press-item .label {
    background-color: #fff;
    float: right;
    color: #000;
    margin-top: 8px; }
    .page-template-full-width #press_grid .press-item .label a {
      color: #000; }
  .page-template-full-width #press_grid .press-item p {
    float: left;
    font-family: AvenirLTStd-Roman;
    font-size: 1rem; }
  .page-template-full-width #press_grid h3 {
    font-size: 16px;
    color: #404040;
    font-weight: bold;
    text-transform: uppercase;
    min-height: 24px; }
  .page-template-full-width #press_grid .wpb_wrapper {
    width: 251px; }
  .page-template-full-width #press_grid .wpb_row, .page-template-full-width #press_grid .wpb_content_element {
    margin-bottom: 15px; }
  @media only screen and (max-width: 64em) {
    .page-template-full-width #press_grid .wpb_wrapper {
      width: 100%; } }

.page-template-full-width button.alm-load-more-btn {
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid white;
  font-family: AvenirLTStd-Roman; }

.page-template-full-width .alm-btn-wrap {
  text-align: center; }

.page-template-full-width button.alm-load-more-btn.done {
  background-color: transparent;
  border: 1px solid white;
  font-family: AvenirLTStd-Roman; }

.page-template-full-width .ajax-load-more-wrap ul {
  list-style: none; }
  .page-template-full-width .ajax-load-more-wrap ul li {
    margin-bottom: 0px;
    margin-top: 0px;
    border-bottom: 1px solid rgba(67, 116, 130, 0.3); }
    .page-template-full-width .ajax-load-more-wrap ul li .inner {
      padding: 12px 10% 12px 10%; }
    .page-template-full-width .ajax-load-more-wrap ul li h3 {
      text-align: center; }
    .page-template-full-width .ajax-load-more-wrap ul li h5 {
      text-align: center;
      color: #437482;
      font-size: 14px; }
    .page-template-full-width .ajax-load-more-wrap ul li h3 a {
      font-size: 24px;
      line-height: 24px;
      color: #FFF;
      font-weight: bold !important;
      padding: 12px;
      text-align: center; }

/**********************************************
    Resource Page Template
**********************************************/
.page-template-resources {
  background-color: #e4e5d7; }

.resources-content {
  padding: 5%; }
  .resources-content .column + .column:last-child, .resources-content .columns + .columns:last-child {
    float: left; }
  .resources-content .no-results h2 {
    color: #91947d;
    text-align: center; }

.resource-wrapper {
  padding-bottom: 0.9375rem; }

.resource-item {
  min-height: 250px;
  padding: 30px 0px;
  background-attachment: scroll;
  background-repeat: repeat;
  background-color: #f1f2e7;
  background-position: left top;
  margin-bottom: 10px;
  border: 3px solid #ffffff;
  text-align: center; }
  .resource-item h4 {
    text-transform: uppercase;
    font-size: 12px;
    color: #92937d;
    font-weight: bold;
    margin-bottom: 12px; }
  .resource-item h3 {
    font-size: 19px;
    color: #5d4f4f;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 30px;
    padding: 0% 5% 0% 5%; }
  .resource-item a {
    color: #fff;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid white;
    font-family: AvenirLTStd-Black;
    width: 100% !important;
    border: 1px solid #bfc0b2;
    color: #92937d;
    font-family: AvenirLTStd-Roman;
    font-size: 0.8rem;
    padding: 8px 20px 8px 20px;
    position: absolute;
    bottom: 20%;
    left: 30%;
    width: 40% !important; }

/**********************************************
    Home Page
**********************************************/
#video-modal {
  min-height: 500px;
  text-align: center;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0;
  max-width: 100%;
  min-height: 100%;
  position: absolute;
  background: #000;
  z-index: 9999; }
  #video-modal .close-reveal-modal {
    top: -0.375rem;
    right: 0.375rem;
    color: #fff; }
  @media only screen and (max-width: 64em) {
    #video-modal .close-reveal-modal {
      top: 75px;
      right: 0.375rem; } }
  #video-modal #video-modal-inner {
    padding: 5%; }

.home .video {
  width: 100%;
  height: 100%;
  padding: 0;
  position: fixed; }

@media only screen and (max-width: 64em) {
  .home .home-right {
    margin-bottom: 100px; } }

.home-right {
  padding: 2% 5% 2% 5%;
  max-width: 800px; }
  .home-right .home-top {
    text-align: center;
    color: #fff;
    padding: 5%; }
    .home-right .home-top .wpb_text_column {
      padding: 5%;
      border: 1px solid #fff; }
    .home-right .home-top .wpb_content_element {
      margin-bottom: 0; }
    .home-right .home-top h1 {
      color: #fff;
      font-size: 1.4rem;
      line-height: 1.7rem; }
    .home-right .home-top p, .home-right .home-top .hm_text {
      font-size: 0.9rem;
      font-family: AvenirLTStd-Roman; }
  .home-right .home-bottom {
    padding: 5% 25% 5% 5%;
    text-align: center; }
    .home-right .home-bottom .wpb_content_element {
      margin-bottom: 0; }
    .home-right .home-bottom h2 {
      color: #fff;
      font-size: 1.4rem;
      line-height: 1.7rem; }
    .home-right .home-bottom p {
      color: #fff;
      line-height: 1.3rem;
      font-size: 0.9rem; }
    .home-right .home-bottom .wpb_single_image {
      margin-bottom: 15px; }
  @media only screen and (max-width: 40.063em) {
    .home-right .home-bottom {
      padding: 5% 5% 5% 5%; } }
  @media only screen and (max-width: 64em) {
    .home-right .home-bottom {
      padding: 5% 5% 5% 5%; }
    .home-right .vc_custom_1438623230628 {
      background-image: url("../assets/images/home_bottom_small.jpg") !important;
      background-position: center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important; } }

/**********************************************
    Updates 2017-11
**********************************************/
.b-splash-wrap {
  color: #ffffff;
  margin: 48px 0;
  text-align: center; }

@media only screen and (min-width: 1024px) {
  .b-splash-wrap {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    transform: translateY(-80px);
    z-index: 2; } }

.b-splash-inset {
  background: rgba(65, 159, 179, 0.7);
  margin: auto;
  max-width: 540px;
  padding: 18px;
  width: 85%; }

@media only screen and (min-width: 1024px) {
  .b-splash-inset {
    padding: 24px; } }

@media only screen and (min-width: 1200px) {
  .b-splash-inset {
    padding: 36px; } }

.b-splash-inset:nth-of-type(2) {
  background: rgba(65, 159, 179, 0.9);
  padding: 18px 0; }

@media only screen and (min-width: 1024px) {
  .b-splash-inset:nth-of-type(2) {
    padding: 24px; } }

.b-splash-inset p {
  font-size: 0.85rem;
  line-height: 1.3em; }

@media only screen and (min-width: 768px) {
  .b-splash-inset p {
    font-size: 1rem; } }

.b-splash-inset h1 {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.2em; }

@media only screen and (min-width: 768px) {
  .b-splash-inset h1 {
    font-size: 1.4rem; } }

@media only screen and (min-width: 1024px) {
  .b-splash-inset h1 {
    font-size: 1.6rem; } }

.b-splash-inset h1 .small {
  color: #ffffff;
  display: block;
  font-size: 1rem; }

@media only screen and (min-width: 768px) {
  .b-splash-inset h1 .small {
    font-size: 1.2rem; } }

.b-splash-banner-wrap {
  background: rgba(0, 0, 0, 0.5);
  margin: auto;
  max-width: 540px;
  padding: 48px 24px;
  text-align: center;
  width: 90%; }

@media only screen and (min-width: 1024px) {
  .b-splash-banner-wrap {
    align-items: center;
    background: none;
    display: flex;
    height: 100vh;
    padding: inherit;
    position: relative;
    justify-content: center;
    z-index: 2; }
    .b-splash-banner-wrap:before {
      background: rgba(0, 0, 0, 0.5);
      bottom: -10%;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      top: -10%;
      z-index: -1; } }

.b-splash-banner img {
  width: 100%; }

@media only screen and (min-width: 1024px) {
  .b-splash-banner {
    transform: translateY(-60px);
    width: 80%; } }

.block {
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: middle; }
  .block p {
    width: 90% !important; }

@media only screen and (min-width: 960px) {
  .block.two-thirds {
    margin-right: 2%;
    width: 63%; }
  .block.one-third {
    margin-right: 2%;
    width: 30%; } }

a.s-button {
  border-radius: 6px;
  color: #ffffff;
  display: inline-block;
  font-family: 'AvenirLTStd-Black',sans-serif;
  font-weight: 500;
  margin: 10px 0;
  min-width: 280px;
  padding: 8px 24px 6px;
  position: relative;
  text-align: center;
  transition: all 0.25s ease-out; }
  a.s-button:hover {
    color: #ffffff; }
  .home a.s-button {
    font-size: .85em; }
  a.s-button.green {
    background: #67803F; }
    a.s-button.green:hover {
      background: #425327; }
  a.s-button.blue {
    background: #215763; }
    a.s-button.blue:hover {
      background: #1d373d; }
  a.s-button.yellow {
    background: #D09C2C; }
    a.s-button.yellow:hover {
      background: #966f1c; }

@media only screen and (min-width: 1024px) {
  a.s-button {
    min-width: 320px; } }

.s-arrow {
  border-radius: 6px;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px; }
  .s-arrow:before, .s-arrow:after {
    border-bottom: 2px solid #ffffff;
    content: '';
    height: 2px;
    left: 50%;
    position: absolute;
    transform: rotate(45deg) translate(-8px, 0px);
    top: 50%;
    width: 40%; }
  .s-arrow:before {
    transform: rotate(-45deg) translate(-8px, 0px); }
  a.s-button.green .s-arrow {
    background: #ACCC78;
    transition: all 0.25s ease-out; }
  a.s-button.green:hover .s-arrow {
    background: #425327; }
  a.s-button.blue .s-arrow {
    background: #4396A8;
    transition: all 0.25s ease-out; }
  a.s-button.blue:hover .s-arrow {
    background: #1d373d; }
  a.s-button.yellow .s-arrow {
    background: #EFBB4B;
    transition: all 0.25s ease-out; }
  a.s-button.yellow:hover .s-arrow {
    background: #966f1c; }

/**********************************************
    Subpage Template
**********************************************/
.page-template-subpage {
  background-color: #f8f8f8;
  /**********************************************
        Animations
    **********************************************/ }
  .page-template-subpage .donate-row {
    padding: 1rem 0rem 1rem 0rem;
    /*margin-top: .5rem;*/ }
    .page-template-subpage .donate-row h2 {
      margin-top: 0px;
      font-size: 18px;
      color: #555555; }
  .page-template-subpage .content.donations {
    margin-top: 0rem;
    padding-top: 0rem; }
    .page-template-subpage .content.donations .wpb_single_image .vc_single_image-wrapper {
      margin-bottom: 3.5rem;
      max-width: 300px; }
  .page-template-subpage .container {
    margin-bottom: 100px; }
  .page-template-subpage p {
    color: #7e7e7e; }
  .page-template-subpage .quote {
    background-color: #fff;
    min-height: 250px;
    margin-left: 5%;
    margin-right: 5%; }
  .page-template-subpage .headline {
    padding-top: 70px; }
  .page-template-subpage .header {
    padding: 5%; }
    .page-template-subpage .header h1 {
      text-transform: uppercase;
      font-family: AvenirLTStd-Black;
      word-wrap: normal;
      word-break: keep-all; }
    .page-template-subpage .header p {
      width: 50%;
      font-size: 1.3rem; }
    .page-template-subpage .header h1, .page-template-subpage .header p {
      color: #fff; }
    .page-template-subpage .header hr {
      width: 25%;
      border: 1px solid #fff;
      text-align: left; }
    @media only screen and (max-width: 40.063em) {
      .page-template-subpage .header {
        padding: 10% 5% 5% 5%; }
        .page-template-subpage .header p {
          width: 100%; } }
    @media only screen and (max-width: 40em) {
      .page-template-subpage .header h1 {
        font-size: 1.7rem; } }
  .page-template-subpage .content {
    padding: 5%; }
    .page-template-subpage .content ul {
      padding-left: 5%;
      list-style-image: url("../assets/images/bullet.png"); }
      .page-template-subpage .content ul li {
        font-family: Georgia;
        padding-left: 24px;
        padding-bottom: 24px;
        color: #7e7e7e; }
    .page-template-subpage .content h3 {
      color: #6aabc3;
      margin-bottom: 20px;
      font-size: 1.3rem;
      font-family: AvenirLTStd-Black;
      font-weight: 500;
      background: url("../assets/images/thumbprint.png");
      background-repeat: no-repeat;
      line-height: 2.1rem;
      padding-left: 44px;
      min-height: 32px;
      text-transform: uppercase; }
    .page-template-subpage .content h4 {
      color: #7e7e7e;
      padding-left: 5%;
      margin-top: 2.3rem;
      margin-bottom: 2.3rem; }
    .page-template-subpage .content p {
      color: #7e7e7e;
      padding-left: 5%;
      padding-right: 5%; }
    @media only screen and (min-width: 90.063em) {
      .page-template-subpage .content {
        max-width: 90.063em; } }
  .page-template-subpage .split .headline .wpb_wrapper {
    padding: 5%; }
    .page-template-subpage .split .headline .wpb_wrapper hr {
      width: 50%;
      border: 1px solid #fff;
      text-align: left; }
    .page-template-subpage .split .headline .wpb_wrapper p {
      color: #fff;
      font-size: 1.3rem;
      font-family: AvenirLTStd-Roman; }
  .page-template-subpage .split .vc_btn3 {
    color: #fff;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid white;
    font-family: AvenirLTStd-Black;
    width: 55% !important; }
  .page-template-subpage .split .vc_btn3-container {
    width: 100%; }
  .page-template-subpage .split .columns {
    min-height: 400px; }
    .page-template-subpage .split .columns h2 {
      color: #fff; }
  @media only screen and (max-width: 40em) {
    .page-template-subpage .split .columns {
      min-height: 300px; }
    .page-template-subpage .split .headline.columns {
      min-height: 0; }
    .page-template-subpage .split .headline {
      padding: 5% 0 5% 0; }
    .page-template-subpage .split h2 {
      font-size: 1.5rem; }
    .page-template-subpage .split p {
      font-size: 1rem; } }
  .page-template-subpage #non-profit-contact-us .headline .wpb_wrapper p {
    font-size: 1rem;
    line-height: 1.3rem; }
  .page-template-subpage #non-profit-contact-us .vc_btn3-container {
    padding: 0% 5% 0% 5%; }
  .page-template-subpage #non-profit-contact-us .headline .wpb_content_element {
    margin-bottom: 5px; }
  .page-template-subpage .quote {
    padding: 5%; }
    .page-template-subpage .quote p {
      padding: 0; }
    .page-template-subpage .quote .start-quote {
      width: 40px;
      height: 33px;
      background: url("../assets/images/quote-left.png") no-repeat;
      display: inline-block;
      position: absolute;
      margin-top: -10px;
      margin-left: -50px; }
    .page-template-subpage .quote .end-quote {
      width: 40px;
      height: 33px;
      background: url("../assets/images/quote-right.png") no-repeat;
      display: inline-block;
      position: absolute;
      margin-left: 10px;
      margin-top: 10px; }
    .page-template-subpage .quote h6 {
      font-size: 1rem;
      color: #6fb6ca; }
    @media only screen and (max-width: 64em) {
      .page-template-subpage .quote .image {
        text-align: center; }
      .page-template-subpage .quote p {
        margin-top: 10px;
        padding: 0 25px 0 25px; } }
    @media only screen and (max-width: 40em) {
      .page-template-subpage .quote p {
        padding: 0; }
      .page-template-subpage .quote .start-quote, .page-template-subpage .quote .end-quote {
        display: none; } }
  .page-template-subpage .header h1 {
    opacity: 0;
    transition: opacity 1s;
    transition: margin-left 0.8s;
    margin-left: -10px; }
  .page-template-subpage .header.visible h1 {
    opacity: 1;
    margin-left: 0px; }
  .page-template-subpage .headline {
    opacity: 0;
    transition: opacity 1s; }
    .page-template-subpage .headline h2 {
      transition: margin-left 0.8s;
      margin-left: -15px; }
  .page-template-subpage .headline.visible {
    opacity: 1; }
    .page-template-subpage .headline.visible h2 {
      margin-left: 0px; }

.page-id-137 .container {
  margin-bottom: 0px; }

/**********************************************
    Form Styling, Ninja Form Styling
**********************************************/
input[type="text"], textarea {
  border: 2px solid #FFF !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  background-color: transparent;
  box-shadow: none; }

input[type="text"]:focus, textarea:focus {
  background-color: transparent;
  color: #111; }

select {
  border-radius: 0 !important;
  color: #ffffff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  max-width: 100%;
  min-width: 240px;
  height: 46px;
  width: 100% !important;
  border: 2px solid #FFF !important;
  background: url(../assets/images/selectbox-arrow.png) right center no-repeat; }

/* make it red instead (with with same width and style) */
select:active option, select:focus option {
  background: rgba(255, 255, 255, 0.8);
  color: #000; }

select:active option:hover, select:focus option:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #000; }

select:hover {
  background-color: transparent;
  outline: none; }

input[type="submit"] {
  color: #fff;
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid white;
  font-family: AvenirLTStd-Black;
  width: 100% !important;
  background-color: #5d97a8 !important;
  padding: 8px 8px 4px 8px; }

.ninja-forms-response-msg {
  text-align: center;
  color: #fff; }

.ninja-forms-field-error {
  font-size: .8rem; }
  .ninja-forms-field-error p {
    margin-top: .3rem;
    margin-bottom: .3rem;
    font-size: .8rem;
    line-height: 1.5;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

#content #ninja_forms_form_5_all_fields_wrap .wpb_alert p:last-child {
  margin-bottom: .3rem; }

#content #ninja_forms_form_5_all_fields_wrap ninja-forms-field-error {
  font-size: .8rem; }
  #content #ninja_forms_form_5_all_fields_wrap ninja-forms-field-error p {
    margin-top: .3rem;
    margin-bottom: .3rem;
    font-size: .8rem;
    line-height: 1.5;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.field-wrap.ninja-forms-error {
  margin-bottom: 0; }

.ninja-forms-response-msg.ninja-forms-error-msg {
  display: none; }

.ninja-forms-error input[type="text"], .ninja-forms-error textarea {
  margin-bottom: 0.0rem; }

.ninja-forms-required-items {
  color: #fff;
  font-size: .8rem;
  padding: 5px 0px 5px 0px; }

.ninja-forms-req-symbol {
  color: #fff; }

.ninja-forms-required-items {
  display: none; }

.signup-button {
  color: #fff;
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid white;
  font-family: AvenirLTStd-Black;
  width: 100% !important;
  background-color: #5d97a8 !important;
  padding: 8px 8px 4px 8px; }

.page-id-2120 .wpb_alert p:last-child,
.page-id-2120 #content .wpb_alert p:last-child,
.page-id-2120 .wpb_text_column p:last-child,
.page-id-2120 .wpb_text_column *:last-child,
.page-id-2120 #content .wpb_text_column p:last-child,
.page-id-2120 #content .wpb_text_column *:last-child,
.page-id-2120 .wpb_toggle_content p:last-child {
  margin-bottom: .3rem; }

.page-id-2171 .wpb_alert p:last-child,
.page-id-2171 #content .wpb_alert p:last-child,
.page-id-2171 .wpb_text_column p:last-child,
.page-id-2171 .wpb_text_column *:last-child,
.page-id-2171 #content .wpb_text_column p:last-child,
.page-id-2171 #content .wpb_text_column *:last-child,
.page-id-2171 .wpb_toggle_content p:last-child {
  margin-bottom: .3rem; }
.page-template-donation div.kimbiaDiv .eventDescription {
    transform: none;
    padding-top: 25px;
    height: auto;
    max-width: none;
}
.page-template-donation {
  background-color: #6fb6ca; }
  .page-template-donation h1 {
    color: #fff;
    text-align: left;
    font-size: 2rem;
    font-family: AvenirLTStd-Black;
    padding-top: 100px; }
  .page-template-donation label {
    display: block;
    color: #fff; }
  .page-template-donation .kimbiaDiv {
    width: 100% !important; }
  .page-template-donation div.kimbiaDiv.two_col input.k_number, .page-template-donation div.kimbiaDiv.two_col input.k_text, .page-template-donation div.kimbiaDiv.two_col input.k_money, .page-template-donation div.kimbiaDiv.two_col select.k_select {
    margin-left: 0;
    width: 100%;
    max-width: none; }
  .page-template-donation div.kimbiaDiv.two_col label {
    margin-left: 0;
    float: none;
    display: block; }
  .page-template-donation div.kimbiaDiv div.k_rbGroup span.k_otherMoneyHint {
    margin: 0;
    color: #fff; }
  .page-template-donation div.kimbiaDiv.two_col span.fieldCaption, .page-template-donation div.kimbiaDiv.two_col div.inputGroup.k_rbGroup span.fieldCaption.k_number {
    margin: 0;
    color: #fff;
    margin-bottom: 1rem; }
  .page-template-donation div.kimbiaDiv .invalid {
    background: none; }
  .page-template-donation textarea {
    background: none; }
  .page-template-donation table {
    background: transparent;
    border: none;
    width: 100%; }
  .page-template-donation button, .page-template-donation .button, .page-template-donation input[type="submit"] {
    color: #fff;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid white;
    font-family: AvenirLTStd-Black;
    width: 100% !important;
    background-color: #5d97a8 !important;
    padding: 8px 8px 4px 8px;
    height: 33px; }
  .page-template-donation div.kimbiaDiv .invalid ul {
    list-style: none;
    margin: 0; }
  .page-template-donation div.kimbiaDiv .invalid li {
    color: red;
    margin-top: .3rem;
    margin-bottom: .3rem;
    font-size: 0.8em;
    line-height: 0.8rem; }
  .page-template-donation div.kimbiaDiv span.k_messages {
    color: red;
    margin: .5rem 0 .3rem 0; }
  .page-template-donation div.kimbiaDiv span, .page-template-donation div.kimbiaDiv div {
    color: #fff; }
  .page-template-donation table tr.even, .page-template-donation table tr.alt, .page-template-donation table tr:nth-of-type(even) {
    background: none;
    color: #fff; }
  .page-template-donation table tr th, .page-template-donation table tr td {
    color: #fff; }
  .page-template-donation div.kimbiaDiv table.k_table td.k_total {
    border-color: #fff; }
  .page-template-donation div.kimbiaDiv table.k_table td.k_total {
    padding: 1rem 0; }
  .page-template-donation div.kimbiaDiv div.k_shareThisFormBlock {
    display: none; }
  .page-template-donation div.kimbiaDiv div.inputGroup.k_rbGroup label.k_radioCB, .page-template-donation div.kimbiaDiv div.inputGroup label.k_radioCB {
    margin-bottom: 0; }
  .page-template-donation select:focus {
    background-color: transparent; }
  .page-template-donation div.kimbiaDiv select.k_select {
    border-radius: 0 !important;
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    height: 38px;
    border: 2px solid #FFF !important;
    width: 100% !important;
    padding-left: 0.5rem; }
  .page-template-donation .k_tally {
    width: 100%; }
  @media screen and (max-width: 991px) {
    .page-template-donation div.kimbiaDiv.two_col input.k_text, .page-template-donation div.kimbiaDiv.two_col input.k_money, .page-template-donation div.kimbiaDiv.two_col select.k_select {
      width: 94% !important;
      max-width: 94% !important;
      min-width: 94% !important; }
    .page-template-donation textarea {
      width: 94% !important;
      max-width: 94% !important;
      min-width: 94% !important; }
    .page-template-donation .k_footerMessage {
      width: 75% !important; }
    .page-template-donation .k_tally {
      width: 94% !important;
      max-width: 94% !important;
      min-width: 94% !important; } }
  .page-template-donation .k_footerMessage {
    margin-bottom: 3.5rem; }
  .page-template-donation .k_text {
    font-weight: bold; }
  .page-template-donation textarea {
    min-height: 200px; }
  .page-template-donation div.kimbiaDiv label.groupLabel.section {
    color: #fff;
    font-size: 1.5rem;
    font-family: AvenirLTStd-Black;
    padding-top: 0px; }
  .page-template-donation .k_column {
    width: 100%; }
  .page-template-donation .k_confMessage p {
    color: #fff; }
  .page-template-donation .k_secureMsg a {
    color: #fff;
    font-weight: bold; }
  .page-template-donation .k_transCode {
    margin: 1rem 0 0 0;
    display: block; }
  .page-template-donation .k_totalCharged {
    margin: 0 0 1rem 0;
    display: block; }
  .page-template-donation .k_confSection {
    color: #fff;
    font-size: 1.5rem;
    font-family: AvenirLTStd-Black;
    padding-top: 0px;
    font-weight: bold;
    margin: 1.25em 0 .3em 0; }
  .page-template-donation div.kimbiaDiv div.kimbiaInnerDiv label.formDefLabel {
    padding: 0; }
  .page-template-donation div.kimbiaDiv div.k_rbGroup input.k_money.k_otherMoney, .page-template-donation div.kimbiaDiv div.k_rbGroup input.k_otherText {
    margin-left: 0;
    margin-right: 15px; }

@media only screen and (min-width: 1024px) {
  .page-template-donation .eventDescription {
    height: 0;
    max-width: 300px;
    overflow: visible;
    transform: translate(-424px, 50px); }
    .page-template-donation .eventDescription img {
      display: none; }
  .page-template-donation .large-4.columns {
    transform: translateX(200px); }
    .page-template-donation .large-4.columns h1 {
      height: 0;
      max-width: 300px;
      overflow: visible;
      transform: translate(-400px, 10px); }
  .page-template-donation .kimbiaInnerDiv {
    background: #89d6ea;
    font-size: 0.85em;
    padding: 0 24px 12px; } }

/**********************************************
    Contact Page Template
**********************************************/
.page-id-135 {
  background-color: #6fb6ca; }

.contact-left, .contact-right {
  padding: 5% 5% 5% 5%; }

.contact-left {
  padding: 20% 5% 20% 5%; }

.contact-left h2, .contact-right h2 {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  padding-top: 0px; }

.contact-left h1, .contact-right h1 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-family: AvenirLTStd-Black;
  padding-top: 0px; }

.contact-left h3, .contact-right h3 {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.7rem;
  padding-bottom: 1rem; }

.contact-left h4, .contact-right h4 {
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.1rem; }

.contact-left .ninja-forms-required-items, .contact-right .ninja-forms-required-items {
  color: #fff;
  font-size: .8rem;
  padding: 5px 0px 5px 0px; }

.contact-left .ninja-forms-req-symbol, .contact-right .ninja-forms-req-symbol {
  color: #fff; }

.contact-left .ninja-forms-required-items, .contact-right .ninja-forms-required-items {
  display: none; }

.contact-left .ninja-forms-field-error, .contact-right .ninja-forms-field-error {
  margin-top: .3rem;
  margin-bottom: .3rem; }

#ninja_forms_form_1_cont .ninja-forms-field-error {
  margin-top: .3rem;
  margin-bottom: .3rem; }

@media only screen and (max-width: 64em) {
  .contact-left {
    background-image: url("/wp-content/uploads/2015/07/Z.jpg?id=246");
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; } }

/**********************************************
    Impact Template
**********************************************/
#post-8 .impact-header {
  padding-bottom: 100px;
  padding-top: 30px; }

#post-8 .header p {
  width: 100%; }

#post-8 .imp1, #post-8 .imp3, #post-8 .imp5, #post-8 .imp7 {
  opacity: 0;
  transition: opacity 1s, top 1s; }

#post-8 .imp1 {
  transition-delay: 0.8s;
  top: -20px; }

#post-8 .imp3 {
  transition-delay: 0.9s;
  top: -20px; }

#post-8 .imp5 {
  transition-delay: 1s;
  top: -20px; }

#post-8 .imp7 {
  transition-delay: 1.1s;
  top: -20px; }

#post-8 #bubbles {
  max-width: 620px; }

#post-8 #bubbles.visible .imp1, #post-8 #bubbles.visible .imp3, #post-8 #bubbles.visible .imp5, #post-8 #bubbles.visible .imp7 {
  top: 0;
  opacity: 1; }

#post-8 .imp1 {
  background-color: #ecb94b;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  color: #ffffff;
  margin-top: 8%;
  font-size: 40px;
  position: relative;
  font-weight: 300;
  line-height: 40px;
  z-index: 100; }

#post-8 .imp2 {
  color: #ffffff;
  font-size: 40px;
  position: absolute;
  top: 40%;
  left: 30%;
  font-weight: 300;
  line-height: 40px; }
  #post-8 .imp2 span {
    line-height: 18px; }

#post-8 .imp3 {
  background-color: #6fb6ca;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  z-index: 99;
  color: #ffffff;
  font-size: 40px;
  position: relative;
  font-weight: 300;
  line-height: 40px;
  margin-top: -30%;
  margin-left: 20%; }

#post-8 .imp4 {
  color: #ffffff;
  font-size: 40px;
  position: relative;
  top: 40%;
  left: 2%;
  font-weight: 300;
  line-height: 40px; }
  #post-8 .imp4 span {
    line-height: 18px; }

#post-8 .imp5 {
  background-color: #adcc78;
  border-radius: 50%;
  width: 330px;
  height: 330px;
  z-index: 98;
  color: #ffffff;
  margin-top: -15%;
  font-size: 40px;
  position: relative;
  font-weight: 300;
  line-height: 40px; }

#post-8 .imp6 {
  color: #ffffff;
  font-size: 40px;
  position: relative;
  top: 40%;
  left: 0%;
  font-weight: 300;
  line-height: 40px; }
  #post-8 .imp6 span {
    line-height: 18px; }

#post-8 .imp7 {
  background-color: #59573c;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  z-index: 97;
  color: #ffffff;
  margin-top: 42%;
  margin-left: 85%;
  font-size: 40px;
  position: relative;
  font-weight: 300;
  line-height: 40px; }

#post-8 .imp8 {
  color: #ffffff;
  font-size: 16px;
  position: relative;
  top: 35%;
  left: 0%;
  font-weight: 300;
  line-height: 18px; }

@media only screen and (max-width: 40em) {
  #post-8 .imp3 {
    margin-left: 17%; }
  #post-8 .imp7 {
    margin-left: 60%; } }

@media only screen and (max-width: 640px) {
  #post-8 .imp1 {
    margin-left: 0%;
    width: 150px;
    height: 150px;
    font-size: 30px; }
  #post-8 .imp2 {
    font-size: 30px;
    top: 35%;
    left: 25%; }
  #post-8 .imp3 {
    margin-left: 17%;
    width: 250px;
    height: 250px;
    left: 0%; }
  #post-8 .imp5 {
    width: 280px;
    height: 280px;
    margin-top: -20%; }
  #post-8 .imp6 {
    top: 35%; }
  #post-8 .imp7 {
    margin-left: 55%; } }

/**********************************************
    Visual Composer Overrides
**********************************************/
.compose-mode .vc_element.vc_empty .vc_empty-element, .view-mode .vc_element.vc_empty .vc_empty-element .breaker-image {
  min-height: 410px; }

.page .wpb_row {
  margin-bottom: 0px; }

.vc_vc_column .columns {
  width: auto;
  padding: 0; }

.vc_container-block {
  width: auto; }

.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  padding: 0;
  padding-top: 0px; }

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0; }

.wpb_content_element {
  margin-bottom: 0px; }

.with-image #sidebar {
  margin-top: 0; }

#nav {
  z-index: 999999; }

.wpb_revslider_element {
  margin-top: -35px; }

.vc_row-has-fill.vc_parallax > .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0; }

ol.keep-size {
  color: #7e7e7e;
  font-family: 'Georgia',serif;
  font-size: 1.25rem;
  margin-bottom: 4rem;
  margin-left: 5.5rem; }
  ol.keep-size li {
    margin-bottom: 1em; }

.gchf-keep-size ol {
  color: #7e7e7e;
  font-family: 'Georgia',serif;
  font-size: 1.25rem;
  margin-bottom: 4rem;
  margin-left: 5.5rem; }
  .gchf-keep-size ol li {
    margin-bottom: 1em; }

ul.keep-size {
  font-size: 1.25rem; }

.gchf-keep-size ul {
  font-size: 1.25rem; }
