body {
  margin: 0 !important;
}


.kp_anchor {
  width: 100%;
  display: block;
  text-decoration: none !important;
}

#homepage-slider {
  margin-top: 112px;
}

@media only screen and (max-width: 768px) {
  #homepage-slider {
    margin-top: 127px !important;
  }
}

#homepage-slider .slider .flexslider {
  padding: 0;
  border: none;
  margin: 0;
}

#homepage-slider .slider .flexslider ul.slides li {
  position: relative;
}

#homepage-slider .slider .flexslider ul.slides li p.flex-caption {
  position: absolute;
  bottom: 70px;
  font-size: 48px;
  width: 770px;
  color: #fff;
  margin-left: 395px;
}

#homepage-slider .slider .flexslider .flex-control-paging {
  display: none !important;
  width: 100%;
  position: absolute;
  bottom: 100px;
  text-align: left;
  margin: 0 65px;
}

#homepage-slider .slider .flexslider .flex-control-paging li a {
  width: 30px !important;
  height: 30px !important;
  background: rgba(255, 255, 255, 0.4) !important;
}

#homepage-slider .slider .flexslider .flex-control-paging li a.flex-active {
  background: #41ad49 !important;
}

#homepage-slider .slider .flexslider .flex-direction-nav {
  display: none !important;
}

#masthead {
  background: #0f4f9c;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0 5% 0 5%;
  position: absolute;
  z-index: 999;
  top: 0;
  -webkit-transition: padding  0.35s;
  transition: padding  0.35s;
}

@media only screen and (max-width: 768px) {
  #masthead {
    padding: 0 0 15px 0 !important;
  }
}

#masthead .site-branding {
  display: inline-block;
  float: left;
}

@media only screen and (max-width: 519px) {
  #masthead .site-branding {
    padding: 0 10px;
  }
}

#masthead .site-branding a {
  background: #fff;
  padding: 60px 0 10px 0;
  position: absolute;
  max-width: 250px;
  width: 100%;
  top: 0;
  z-index: 9;
  height: 190px;
  -webkit-transition: padding  0.35s, height  0.35s;
  transition: padding  0.35s, height  0.35s;
}

@media only screen and (max-width: 519px) {
  #masthead .site-branding a {
    max-width: 180px !important;
    padding: 27px 0 10px 0 !important;
    height: 127px !important;
  }
}

#masthead .site-branding a img {
  padding: 10px;
  width: 100%;
  float: none;
  margin: 0 auto;
  display: block;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
}

#masthead #site-navigation {
  display: inline-block;
  float: right;
  width: auto;
}

@media only screen and (max-width: 768px) {
  #masthead #site-navigation {
    width: 100%;
  }
}

#masthead #site-navigation .top-bar-nav {
  display: block;
  clear: both;
}

@media only screen and (max-width: 768px) {
  #masthead #site-navigation .top-bar-nav {
    margin: 10px 20px 0 0;
  }
}

#masthead #site-navigation .top-bar-nav .top-bar-link a {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 11px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  float: right;
}

#masthead #site-navigation .top-bar-nav .searchcontainer {
  display: none;
}

#masthead #site-navigation .navigation-main {
  display: inline-block;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  #masthead #site-navigation .navigation-main {
    display: block;
    margin-top: 70px;
    width: 100%;
  }
}

#masthead #site-navigation .navigation-main #primary-menu li {
  margin-right: 60px;
  line-height: 40px;
}

#masthead #site-navigation .navigation-main #primary-menu li:last-child {
  margin-right: 0px !important;
}

#masthead #site-navigation .navigation-main #primary-menu li.current-menu-item a:not(.search-icon):after {
  content: "";
  width: 100%;
  margin-top: 5px;
  display: block;
  position: absolute;
  border-bottom: 5px solid #d7282f;
}

@media only screen and (max-width: 768px) {
  #masthead #site-navigation .navigation-main #primary-menu li.current-menu-item a:not(.search-icon):after {
    width: 150px !important;
  }
}

#masthead #site-navigation .navigation-main #primary-menu li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  color: #FFF;
  letter-spacing: 0.8px;
  margin-bottom: 5px;
}

#masthead #site-navigation .navigation-main #primary-menu li a:not(.search-icon):hover:after {
  content: "";
  width: 100%;
  margin-top: 5px;
  display: block;
  position: absolute;
  border-bottom: 5px solid #d7282f;
}

@media only screen and (max-width: 768px) {
  #masthead #site-navigation .navigation-main #primary-menu li a:not(.search-icon):hover:after {
    width: 150px !important;
  }
}

#masthead #site-navigation .navigation-main .menu-toggle {
  float: right;
  margin-right: 20px;
  background: #0f4f9c;
  color: #FFF;
}

#masthead #site-navigation .navigation-main .menu-menu-1-container #primary-menu {
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  #masthead #site-navigation.toggled .navigation-main .menu-menu-1-container #primary-menu {
    width: 100%;
    display: inline-block;
  }
  #masthead #site-navigation.toggled .navigation-main .menu-menu-1-container #primary-menu li {
    margin-right: 0 !important;
  }
  #masthead #site-navigation.toggled .navigation-main .menu-menu-1-container #primary-menu li a {
    padding: 15px 10px;
    border-bottom: 1px solid #286fc5;
  }
}

.hero_banner {
  background: url(http://benclark.cai-dev.com/wp-content/uploads/2021/11/home-banner-2-min.png);
  height: 100vh;
  margin-top: -10px;
  background-size: cover !important;
  position: relative;
}

@media only screen and (max-width: 1700px) and (min-width: 1399px) {
  .hero_banner {
    background-position: 74% top !important;
  }
}

@media only screen and (max-width: 1398px) and (min-width: 1025px) {
  .hero_banner {
    background-position: 50% top !important;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .hero_banner {
    background-position: 40% top !important;
  }
}

@media only screen and (max-width: 768px) and (min-width: 520px) {
  .hero_banner {
    height: 520px !important;
    background-position: 40% top !important;
  }
}

@media only screen and (max-width: 519px) {
  .hero_banner {
    height: 690px;
    background-position: 25% top !important;
  }
}

.hero_banner h1 {
  display: block;
  position: absolute;
  left: 48%;
  font-family: abril-titling, serif;
  font-size: 90px;
  font-weight: 400;
  color: #FFF;
  line-height: 85px;
  top: 100px;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .hero_banner h1 {
    font-size: 70px !important;
    line-height: 70px !important;
  }
}

@media only screen and (max-width: 768px) and (min-width: 520px) {
  .hero_banner h1 {
    font-size: 50px !important;
    line-height: 50px !important;
  }
}

@media only screen and (max-width: 519px) {
  .hero_banner h1 {
    left: 0;
    bottom: 0;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    font-size: 50px !important;
    line-height: 50px !important;
    padding: 20px;
    background: #417ba9;
    top: initial !important;
    bottom: 90px;
  }
}

.hero_banner .subtitle {
  display: block;
  position: absolute;
  left: 48%;
  top: 300px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
}

@media only screen and (max-width: 768px) and (min-width: 520px) {
  .hero_banner .subtitle {
    top: 220px !important;
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 519px) {
  .hero_banner .subtitle {
    left: 0 !important;
    font-size: 20px !important;
    padding: 15px 20px 0 20px !important;
    top: initial !important;
    bottom: 0 !important;
    font-size: 17px !important;
    background: #417ba9 !important;
    width: 100% !important;
  }
}

.footer-column .wpforms-form input {
  max-width: 100% !important;
  background: #a6bfd5 !important;
  border-radius: 0 !important;
  border: none !important;
  color: #004987 !important;
  font-family: 'Source Sans Pro', sans-serif;
}

.footer-column .wpforms-form input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #004987;
  opacity: 1;
  /* Firefox */
}

.footer-column .wpforms-form input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #004987;
  opacity: 1;
  /* Firefox */
}

.footer-column .wpforms-form input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #004987;
  opacity: 1;
  /* Firefox */
}

.footer-column .wpforms-form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #004987;
  opacity: 1;
  /* Firefox */
}

.footer-column .wpforms-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #004987;
}

.footer-column .wpforms-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #004987;
}

.footer-column .wpforms-form button[type=submit] {
  background: #d7282f !important;
  border: none !important;
  font-family: 'Source Sans Pro', sans-serif;
  color: #FFF !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  padding: 15px 55px !important;
  float: right !important;
}

.campaign-form-container .wpforms-form input {
  max-width: 100% !important;
  background: #dae9f2 !important;
  border-radius: 0 !important;
  border: none !important;
  color: #004987 !important;
  font-family: 'Source Sans Pro', sans-serif;
}

.campaign-form-container .wpforms-form input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #004987;
  opacity: 1;
  /* Firefox */
}

.campaign-form-container .wpforms-form input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #004987;
  opacity: 1;
  /* Firefox */
}

.campaign-form-container .wpforms-form input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #004987;
  opacity: 1;
  /* Firefox */
}

.campaign-form-container .wpforms-form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #004987;
  opacity: 1;
  /* Firefox */
}

.campaign-form-container .wpforms-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #004987;
}

.campaign-form-container .wpforms-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #004987;
}

.campaign-form-container .wpforms-form button[type=submit] {
  background: #d7282f !important;
  border: none !important;
  font-family: 'Source Sans Pro', sans-serif;
  color: #FFF !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  padding: 15px 55px !important;
  float: right !important;
}

#footer {
  padding: 90px 5%;
}

.socialmedia {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}

.socialmedia li {
  display: inline-block;
  margin-right: 20px;
}

.footer-content-header {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 17px;
  display: block;
}

.footer-email {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 17px;
  display: block;
  text-decoration: none;
}

.footer-email:hover {
  color: #fff;
}

.copyright {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 17px;
  display: block;
  text-decoration: none;
  margin-top: 60px;
}

.footer-column img.footer-logo {
  width: 250px;
}

.campaign-form-container .wpforms-recaptcha-container {
  width: 230px;
  display: inline;
}

@media only screen and (max-width: 1700px) and (min-width: 1500px) {
  .campaign-form-container .wpforms-recaptcha-container .g-recaptcha > div {
    width: 75% !important;
  }
}

@media only screen and (max-width: 1499px) and (min-width: 1025px) {
  .campaign-form-container .wpforms-recaptcha-container .g-recaptcha > div {
    width: 75% !important;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .campaign-form-container .wpforms-recaptcha-container .g-recaptcha > div {
    width: 75% !important;
  }
}

@media only screen and (max-width: 768px) and (min-width: 520px) {
  .campaign-form-container .wpforms-recaptcha-container .g-recaptcha > div {
    width: 75% !important;
  }
}

@media only screen and (max-width: 519px) {
  .campaign-form-container .wpforms-recaptcha-container .g-recaptcha > div {
    width: 100% !important;
  }
}

.campaign-form-container .wpforms-recaptcha-container .g-recaptcha > div iframe {
  -webkit-transform: scale(0.71);
          transform: scale(0.71);
  -webkit-transform-origin: 784% -224% !important;
          transform-origin: 784% -224% !important;
  float: none;
  width: initial !important;
}

@media only screen and (max-width: 1799px) and (min-width: 1700px) {
  .campaign-form-container .wpforms-recaptcha-container .g-recaptcha > div iframe {
    -webkit-transform-origin: 784% -224% !important;
            transform-origin: 784% -224% !important;
  }
}

@media only screen and (max-width: 1699px) and (min-width: 1600px) {
  .campaign-form-container .wpforms-recaptcha-container .g-recaptcha > div iframe {
    -webkit-transform-origin: 135% 35% !important;
            transform-origin: 135% 35% !important;
  }
}

@media only screen and (max-width: 1599px) and (min-width: 1500px) {
  .campaign-form-container .wpforms-recaptcha-container .g-recaptcha > div iframe {
    -webkit-transform-origin: 135% 35% !important;
            transform-origin: 135% 35% !important;
  }
}

@media only screen and (max-width: 1499px) and (min-width: 1400px) {
  .campaign-form-container .wpforms-recaptcha-container .g-recaptcha > div iframe {
    -webkit-transform-origin: 135% 35% !important;
            transform-origin: 135% 35% !important;
  }
}

@media only screen and (max-width: 1399px) and (min-width: 1300px) {
  .campaign-form-container .wpforms-recaptcha-container .g-recaptcha > div iframe {
    -webkit-transform-origin: 600% -224% !important;
            transform-origin: 600% -224% !important;
  }
}

@media only screen and (max-width: 1299px) and (min-width: 1200px) {
  .campaign-form-container .wpforms-recaptcha-container .g-recaptcha > div iframe {
    -webkit-transform-origin: 923% -115% !important;
            transform-origin: 923% -115% !important;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 1000px) {
  .campaign-form-container .wpforms-recaptcha-container .g-recaptcha > div iframe {
    -webkit-transform-origin: 715% -115% !important;
            transform-origin: 715% -115% !important;
  }
}

@media only screen and (max-width: 768px) and (min-width: 519px) {
  .campaign-form-container .wpforms-recaptcha-container .g-recaptcha > div iframe {
    -webkit-transform: scale(0.81) !important;
            transform: scale(0.81) !important;
    -webkit-transform-origin: 274% 35% !important;
            transform-origin: 274% 35% !important;
  }
}

@media only screen and (max-width: 519px) {
  .campaign-form-container .wpforms-recaptcha-container .g-recaptcha > div iframe {
    -webkit-transform: scale(0.8) !important;
            transform: scale(0.8) !important;
    -webkit-transform-origin: 0% 35% !important;
            transform-origin: 0% 35% !important;
  }
}

#footer .wpforms-recaptcha-container {
  width: 230px;
  display: inline;
}

@media only screen and (max-width: 1700px) and (min-width: 1500px) {
  #footer .wpforms-recaptcha-container .g-recaptcha > div {
    width: 75% !important;
  }
}

@media only screen and (max-width: 1499px) and (min-width: 1025px) {
  #footer .wpforms-recaptcha-container .g-recaptcha > div {
    width: 75% !important;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  #footer .wpforms-recaptcha-container .g-recaptcha > div {
    width: 75% !important;
  }
}

@media only screen and (max-width: 768px) and (min-width: 520px) {
  #footer .wpforms-recaptcha-container .g-recaptcha > div {
    width: 75% !important;
  }
}

@media only screen and (max-width: 519px) {
  #footer .wpforms-recaptcha-container .g-recaptcha > div {
    width: 100% !important;
  }
}

#footer .wpforms-recaptcha-container .g-recaptcha > div iframe {
  -webkit-transform: scale(0.71);
          transform: scale(0.71);
  -webkit-transform-origin: 140% 35% !important;
          transform-origin: 140% 35% !important;
  float: none;
}

@media only screen and (max-width: 1499px) and (min-width: 1025px) {
  #footer .wpforms-recaptcha-container .g-recaptcha > div iframe {
    -webkit-transform-origin: 121% 35% !important;
            transform-origin: 121% 35% !important;
  }
}

@media only screen and (max-width: 519px) {
  #footer .wpforms-recaptcha-container .g-recaptcha > div iframe {
    -webkit-transform: scale(0.8) !important;
            transform: scale(0.8) !important;
    -webkit-transform-origin: 0% 35% !important;
            transform-origin: 0% 35% !important;
  }
}

.wpforms-submit-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline;
}

@media only screen and (max-width: 1299px) and (min-width: 769px) {
  .wpforms-submit-container {
    display: block !important;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 1000px) {
  .wpforms-submit-container {
    -webkit-transform-origin: 715% -115% !important;
            transform-origin: 715% -115% !important;
  }
}

@media only screen and (max-width: 768px) {
  .wpforms-submit-container {
    display: block !important;
    margin-top: 110px !important;
  }
}

.wpforms-submit-container button[type=submit] {
  margin-top: 15px !important;
}

@media only screen and (max-width: 519px) {
  .wpforms-submit-container button[type=submit] {
    width: 100% !important;
    margin-top: 85px !important;
  }
}

.image_carousel {
  padding: 50px 30px;
}

.page-template-template-fullwidth article {
  display: none !important;
}

.footnote {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 17px;
  display: block;
  text-decoration: none;
  margin-top: 60px;
  padding: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 2px solid #FFF;
}

@media only screen and (max-width: 768px) {
  .footnote {
    font-size: 12px !important;
  }
}

.flex-caption {
  display: block;
  position: absolute;
  left: 48%;
  font-family: abril-titling, serif;
  font-size: 80px !important;
  font-weight: 400;
  color: #FFF;
  line-height: 85px;
  top: 100px;
  margin-left: 0 !important;
}

@media only screen and (max-width: 768px) {
  .flex-caption {
    font-size: 26px !important;
    line-height: 30px !important;
    top: 18px !important;
  }
}

.flex-subcaption {
  display: block;
  position: absolute;
  left: 48%;
  top: 300px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

@media only screen and (max-width: 769px) {
  .flex-subcaption {
    top: 85px;
    font-size: 9px;
  }
}

#about-us,
#meet-ben-hp {
  padding: 50px 0;
}

@media only screen and (max-width: 769px) {
  #about-us,
  #meet-ben-hp {
    padding: 50px 30px !important;
  }
}

#about-us h2,
#meet-ben-hp h2 {
  font-family: abril-titling, serif;
  font-size: 52px !important;
  font-weight: 400;
  color: #004987;
  line-height: 85px;
}

@media only screen and (max-width: 769px) {
  #about-us h2,
  #meet-ben-hp h2 {
    font-size: 36px !important;
    line-height: 60px !important;
  }
}

#about-us .right-box,
#meet-ben-hp .right-box {
  background: #d7282f;
}

@media only screen and (min-width: 769px) {
  #about-us .right-box,
  #meet-ben-hp .right-box {
    margin-top: -180px;
    z-index: 2;
    position: relative;
  }
}

#about-us .right-box h2,
#about-us .right-box span.about-content p,
#meet-ben-hp .right-box h2,
#meet-ben-hp .right-box span.about-content p {
  color: #ffffff;
  padding: 30px 60px 0 60px;
}

#about-us .right-box h2,
#meet-ben-hp .right-box h2 {
  padding: 30px 60px 0 60px;
}

#about-us .right-box span.about-content p,
#meet-ben-hp .right-box span.about-content p {
  padding: 30px 60px 0 60px;
}

#about-us span.about-content,
#meet-ben-hp span.about-content {
  font-family: 'Source Sans Pro', sans-serif;
  color: #004987;
  font-size: 23px;
  font-weight: 400;
  line-height: 42px;
}

@media only screen and (max-width: 769px) {
  #about-us span.about-content,
  #meet-ben-hp span.about-content {
    font-size: 18px !important;
    line-height: 38px !important;
  }
}

.btn-default {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 11px 20px;
  background: #d7282f;
  text-decoration: none !important;
}

.top-button:hover,
.wpforms-submit:hover,
.btn-default:hover {
  background: #a11f23 !important;
}

#key-priorities {
  width: 100%;
  max-width: 100%;
}

#key-priorities h2 {
  padding: 30px;
  background: #00000085;
  color: #FFF;
  vertical-align: middle;
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: abril-titling, serif;
  font-size: 45px !important;
  font-weight: 400;
  line-height: 85px;
  padding-left: 100px;
}

@media only screen and (max-width: 769px) {
  #key-priorities h2 {
    padding: 30px !important;
  }
}

#key-priorities .right-box .priorities {
  list-style: none;
  margin: 0;
  padding: 0;
}

#key-priorities .right-box .priorities li {
  padding: 16px 20px;
}

#key-priorities .right-box .priorities li:nth-child(odd) {
  background: #0083b6;
}

#key-priorities .right-box .priorities li:nth-child(even) {
  background: #0071a6;
}

#key-priorities .right-box .priorities li:hover {
  background: #00548b;
}

#key-priorities .right-box .priorities li .priorities_icon {
  display: inline-block;
  margin-right: 30px;
}

#key-priorities .right-box .priorities li .priority {
  margin-bottom: 0;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
}

@media only screen and (max-width: 512px) {
  #key-priorities .right-box .priorities li .priority {
    font-size: 20px !important;
  }
}

#donation_section .donation {
  padding: 100px 0;
  background-size: cover !important;
  text-align: center;
}

#donation_section .donation h3 p {
  font-family: 'Source Sans Pro', sans-serif;
  color: #004987;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 40px;
  margin-bottom: 40px;
}

#donation_section .donation .btn-default {
  margin-top: 30px;
}

.inside_hero_banner {
  min-height: 60vh;
  background-size: cover !important;
  position: relative;
  margin-top: 100px;
}

@media only screen and (max-width: 2000px) and (min-width: 1700px) {
  .inside_hero_banner {
    min-height: 80vh;
  }
}

@media only screen and (max-width: 1699px) and (min-width: 1200px) {
  .inside_hero_banner {
    min-height: 60vh;
  }
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
  .inside_hero_banner {
    width: 100% !important;
    background-position: center !important;
  }
}

.inside_hero_banner .header-container {
  width: 850px;
  background: #d7282f;
  position: absolute;
  bottom: -310px;
  padding: 60px;
}

@media only screen and (max-width: 1700px) and (min-width: 1400px) {
  .inside_hero_banner .header-container {
    width: 49%;
  }
}

@media only screen and (max-width: 1399px) and (min-width: 960px) {
  .inside_hero_banner .header-container {
    width: 49%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
  .inside_hero_banner .header-container {
    width: 100% !important;
    bottom: -470px !important;
  }
}

.inside_hero_banner .header-container h1 {
  display: block;
  left: 48%;
  font-family: abril-titling, serif;
  font-size: 90px;
  font-weight: 400;
  color: #FFF;
  line-height: 85px;
  top: 100px;
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
  .inside_hero_banner .header-container h1 {
    font-size: 50px;
    line-height: 50px;
  }
}

.inside_hero_banner .header-container .subtitle {
  display: block;
  left: 48%;
  top: 300px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  margin-top: 40px;
  line-height: 38px;
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
  .inside_hero_banner .header-container .subtitle {
    font-size: 18px;
    line-height: 35px;
  }
}

.campaign-form-container {
  padding: 340px 0 120px 0;
}

.campaign-form-container .row {
  background: #96bfdb;
  padding: 50px;
}

.meet-ben-container {
  padding: 50px 0;
}

.meet-ben-container .left-col {
  margin-top: 315px;
  padding: 0 60px 0 20px;
}

@media only screen and (max-width: 512px) {
  .meet-ben-container .left-col {
    margin-top: 490px;
  }
}

.meet-ben-container .right-col {
  padding: 0 20px 0 60px;
}

@media only screen and (max-width: 512px) {
  .meet-ben-container .right-col {
    padding: 0 60px 0 20px !important;
  }
}

.meet-ben-container .left-col p,
.meet-ben-container .right-col p {
  font-family: 'Source Sans Pro', sans-serif;
  color: #004987;
  font-size: 23px;
  font-weight: 400;
  line-height: 42px;
}

.priorities-container .priority-content {
  background: #0083b6;
  width: 100%;
  margin: 50px 0;
}

.priorities-container .priority-content .pr_heading {
  padding: 15px 25px;
}

.priorities-container .priority-content .pr_heading img,
.priorities-container .priority-content .pr_heading .priority {
  display: inline-block;
}

.priorities-container .priority-content .pr_heading .priority {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 29px;
  font-weight: 600;
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
  .priorities-container .priority-content .pr_heading img {
    width: 19% !important;
  }
  .priorities-container .priority-content .pr_heading .priority {
    font-size: 18px !important;
  }
}

.priorities-container .priority-content .pr_desc .pr_description p {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-weight: 400;
  padding-left: 105px;
  padding-right: 40px;
  letter-spacing: 0.5px;
  font-size: 23px;
  line-height: 42px;
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
  .priorities-container .priority-content .pr_desc .pr_description p {
    padding-left: 40px !important;
    font-size: 18px !important;
    line-height: 36px !important;
  }
}

.priorities-container .priority-content .bottom-img {
  width: 100%;
}

.priorities-container .left-col .priority-content:first-child {
  margin-top: 350px;
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
  .priorities-container .left-col .priority-content:first-child {
    margin-top: 520px !important;
  }
}

.wpcp-carousel-section .wpcp-single-item img {
  height: 380px !important;
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  float: none !important;
  margin: 0 auto !important;
  display: block !important;
}

@media only screen and (min-width: 769px) {
  .wpcp-carousel-section.slick-initialized .slick-slide {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    margin-top: 30px;
  }
  .wpcp-carousel-section {
    height: 415px !important;
  }
}

@media only screen and (max-width: 769px) {
  .kp-left {
    margin-bottom: 72px;
    margin-top: 55px !important;
  }
}

.slick-dots,
.slick-next,
.slick-prev {
  display: none !important;
}

.slick-slide {
  cursor: -webkit-grab;
  cursor: grab;
}

.depth-1 {
  margin-bottom: 5px;
}

#wpforms-133-field_7,
#wpforms-133-field_8 {
  margin-top: 20px;
}

#wpforms-133-field_7 label,
#wpforms-133-field_8 label {
  font-family: 'Source Sans Pro', sans-serif;
  color: #004987;
  line-height: 35px;
  font-weight: 600;
  font-size: 17px;
}

#wpforms-133-field_7-container .wpforms-field-label {
  font-family: 'Source Sans Pro', sans-serif;
  color: #004987;
  line-height: 35px;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 20px;
}

#wpforms-133 .wpforms-form ul li {
  margin-bottom: 23px !important;
}
.list-checkbox-wrap .nf-field-element li label, .list-image-wrap .nf-field-element li label, .list-radio-wrap .nf-field-element li label{
font-weight: 600 !important;
}

input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 10px 25px;
}

input[type=checkbox] {
  display: none !important;
}

input[type=checkbox] + label:before {
    content: "\2714";
    border-radius: 0;
    display: inline-block;
    width: 34px;
    height: 34px;
    padding-left: 0.55em;
    padding-bottom: 0.3em;
    vertical-align: bottom;
    color: transparent;
    -webkit-transition: .2s;
    transition: .2s;
    margin-top: 3px;
    margin-left: 3px;
    background: #dbe9f2;
    padding-left: 6px;
    padding-top: 6px;
    color: #FFFFFF !important;
}

input[type=checkbox] + label:active:before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  background-color: #004986;
  border-color: #004986;
  color: #fff;
}

input[type=checkbox]:disabled + label:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #004986;
  border-color: #004986;
}







input[type=checkbox] + label:after {
  content: "";
  border-radius: 0;
  display: inline-block;
  width: 2em !important;
  height: 2em !important;
  padding-left: 0.55em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  -webkit-transition: .2s;
  transition: .2s;
  margin-right: 20px;
  background: #dbe9f2;
}

input[type=checkbox] + label:active:after {
  -webkit-transform: scale(0);
          transform: scale(0);
}

input[type=checkbox]:checked + label:after {
  background-color: #004986;
  border-color: #004986;
  color: #fff;
}

input[type=checkbox]:disabled + label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #d9e8f2;
  border-color: #d9e8f2;
}

.fixed {
  position: fixed !important;
  top: 0px !important;
  padding-bottom: 0 5% 11px 5% !important;
  z-index: 999;
}

.fixed .tag-line {
  display: none !important;
}

.fixed .site-branding a {
  padding: 12px 0px 10px 0px !important;
  height: 136px !important;
}

.fixed .site-branding a img {
  width: 90% !important;
}

.search-form {
  display: none;
  width: 100%;
  position: absolute;
  right: 0;
  top: 28px;
  z-index: 9999;
  background: #fff;
}

.search-form input[type="search"] {
  width: 200px;
  height: 40px;
  padding-left: 8%;
  border: none;
  border-left: 3px solid white;
  color: #000000;
  margin-left: -271px;
}

.search-form input[type="submit"] {
  border: 1px solid #96bfdb;
  padding: 11px 12px;
  border-radius: 0px !important;
  display: inline-block;
  float: right;
  background: #96bfdb;
  color: #000;
}

.search-icon {
  background-image: url("http://benclark.cai-dev.com/wp-content/uploads/2021/12/search-icon-40x40-2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-size: 60%;
}

.search-form label {
  display: inline-block;
  float: right;
}

.fixed .search-form {
  top: 20px;
}

.search-results #secondary {
  display: none;
}

.search-results .site-main {
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  margin-top: 40px;
  padding: 32px 200px !important;
}

.search-results .site-main .page-header .page-title {
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 26px;
  font-weight: 600;
  margin-top: 40px;
}

.search-results .site-main .entry-title a {
  font-family: 'Source Sans Pro', sans-serif;
  color: #004987;
  font-size: 26px;
  font-weight: 600;
  margin-top: 40px;
}

/* HOME */
#new-home-slider {
  margin-bottom: 30px;
}

@media only screen and (max-width: 2000px) and (min-width: 769px) {
  #new-home-slider {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 768px) {
  #new-home-slider {
    margin-top: 80px !important;
  }
}

.slideshow-container {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.newfade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-name: fade;
  animation-duration: 1s;
}

.mySlides {
  display: none;
}

.image-slide {
  height: 100vh;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) and (min-width: 512px) {
  .image-slide {
    background-position: 34% 0% !important;
  }
}

@media only screen and (max-width: 512px) {
  .image-slide {
    background-position: 27% 100% !important;
  }
}

.carousel-bg-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.carousel-caption-container {
  position: relative;
  height: 100%;
  width: 87%;
}

.carousel-caption-container .row {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.carousel-caption-text {
  position: absolute;
  top: 80px;
  padding-right: 15px;
  left: 614px;
  width: auto;
}

@media only screen and (max-width: 1399px) and (min-width: 1200px) {
  .carousel-caption-text {
    left: 514px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .carousel-caption-text {
    left: 50%;
  }
}

@media only screen and (max-width: 1110px) and (min-width: 769px) {
  .carousel-caption-text h3 {
    font-size: 60px !important;
    line-height: 60px !important;
  }
  .carousel-caption-text p {
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 768px) and (min-width: 512px) {
  .carousel-caption-text h3 {
    font-size: 55px !important;
    line-height: 55px !important;
  }
  .carousel-caption-text p {
    font-size: 19px !important;
  }
}

@media only screen and (max-width: 768px) and (min-width: 512px) {
  .carousel-caption-text {
    top: 80px !important;
    left: 375px !important;
  }
}

@media only screen and (max-width: 511px) {
  .carousel-caption-text {
    display: block;
    bottom: 0;
    top: initial;
    padding: 20px !important;
    background: #d7282f;
    left: 0;
  }
  .carousel-caption-text h3 {
    font-size: 50px !important;
    line-height: 50px !important;
  }
  .carousel-caption-text p {
    font-size: 19px !important;
  }
}

.carousel-caption-text {
  color: #fff;
  /*padding-bottom: 60px;*/
  padding-bottom: 12vh;
}

.carousel-caption-text h3 {
  top: 0;
  width: auto;
  display: block;
  position: relative;
  left: 0;
  font-family: abril-titling, serif;
  font-size: 80px;
  font-weight: 400;
  color: #FFF;
  line-height: 85px;
  margin-left: 0 !important;
}

.carousel-caption-text p {
  /*font-size:24px;*/
  text-transform: initial !important;
  font-size: 4vh;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.leff {
  padding: 0 40px 0 16px;
}

.rayy {
  right: 0;
  padding: 0 16px 0 40px;
}

.leff, .rayy {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: auto;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 100%;
  text-decoration: none !important;
}

.leff .glyphicon, .rayy .glyphicon {
  padding: 7px;
  border: 2px solid #fff;
  color: #fff;
  top: 50%;
  display: none;
  border-radius: 50px;
}

.leff:hover .glyphicon {
  display: block;
}

.rayy:hover .glyphicon {
  display: block;
}

@-webkit-keyframes fade {
  from {
    opacity: .5;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: .5;
  }
  to {
    opacity: 1;
  }
}

.serv-txt-area {
  padding: 50px 35px;
}

.serv-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.serv-txt-area h3 {
  margin-top: 0;
  margin-bottom: 30px;
}

.serv-txt-area .standard-btn {
  margin-top: 20px;
}

.carolina-offices {
  margin-bottom: 36px;
}

.home .slick-next {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.home .slick-prev {
  left: -30px;
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.home .slick-prev:before, .home .slick-next:before {
  display: none;
}

@media only screen and (max-width: 768px) {
  .hide-on-desktop {
    display: block !important;
  }
  .hide-on-mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .hide-on-desktop {
    display: none !important;
  }
  .hide-on-mobile {
    display: block !important;
  }
}

#twitter_wall .twitter_block {
  width: 75%;
  margin: 60px auto;
  display: block;
  float: none;
  background: #FFF;
  padding: 20px;
  border-radius: 17px;
}

.read-more-btn {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff !important;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #FFF;
  padding: 6px 28px;
  margin: 0 auto;
  float: none;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.read-more-btn:hover {
  background: #FFF;
  color: #d7282f !important;
}

.req {
  position: relative !important;
}

.req:after {
  content: "*";
  color: #FF0000;
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 16px;
  font-weight: 600;
}

.search-results .site-main{
   margin-top: 130px;
}

.search-no-results .site-main{
	width: 80%;
    margin: 230px auto 100px auto;
}

.search-no-results #secondary{
	display: none !important;
}

.search-no-results #primary .page-content{
	display: none !important;
}


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