.text-white {
  color: white; }

.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

[class*=tw-icon] {
  position: relative; }
  [class*=tw-icon]:before {
    position: absolute;
    top: 0;
    left: 0; }

[class*=tw-icon]:before {
  content: "";
  width: 22px;
  height: 22px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.tw-icon-flag:before {
  background-image: url("assets/icon-flag.png");
  top: 5px; }

.tw-icon-phone:before {
  background-image: url("assets/icon-phone.png");
  top: 5px; }

.tw-icon-mail:before {
  background-image: url("assets/icon-mail.png"); }

.tw-icon-monitor:before {
  background-image: url("assets/icon-monitor.png"); }

[class*=decoupler-] {
  position: relative; }
  [class*=decoupler-]:before, [class*=decoupler-]:after {
    content: "";
    position: relative;
    left: 50%;
    display: block;
    width: 13px;
    height: 57px;
    margin-left: -6.5px;
    background-size: contain;
    background-repeat: no-repeat; }

[class*=decoupler-top-]:before {
  top: 0;
  background-position: top; }

[class*=decoupler-bottom-]:after {
  bottom: 0;
  background-position: bottom; }

.decoupler-top-green:before {
  background-image: url("assets/decoupler-top-green.png"); }

.decoupler-top-white:before {
  background-image: url("assets/decoupler-top-white.png"); }

.decoupler-bottom-navy:after {
  background-image: url("assets/decoupler-bottom-navy.png"); }

.decoupler-bottom-white:after {
  background-image: url("assets/decoupler-bottom-white.png");
  position: absolute; }

.section-divider {
  margin-bottom: 75px;
  margin-top: 50px; }
  .section-divider.vc_sep_color_grey .vc_sep_line {
    border-color: #dadada;
    border-width: 2px; }

.list-checklist {
  font-size: 15px;
  text-align: center; }
  .list-checklist ul {
    padding: 0; }
  .list-checklist li {
    position: relative;
    display: inline-block;
    padding: 0 50px 25px 75px;
    text-align: left;
    vertical-align: top;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .list-checklist li {
        width: 49%; } }
    @media screen and (min-width: 991px) {
      .list-checklist li {
        width: 32%; } }
    .list-checklist li:before {
      content: "";
      position: absolute;
      top: 0;
      left: 25px;
      width: 30px;
      height: 30px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url("assets/icon-check-white.png"); }

.list-checklist-grey li {
  list-style-type: none;
  position: relative;
  padding-left: 50px;
  padding-bottom: 25px; }

.list-checklist-grey li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url("assets/icon-check-blue.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.mission-statement {
  padding-top: 0;
  padding-bottom: 25px; }
  .mission-statement h2 {
    color: #006666; }
  @media screen and (min-width: 480px) {
    .mission-statement {
      padding-top: 10px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 768px) {
    .mission-statement {
      padding-top: 15px;
      padding-bottom: 75px; } }
  @media screen and (min-width: 991px) {
    .mission-statement {
      padding-top: 20px;
      padding-bottom: 100px; } }
  @media screen and (min-width: 1200px) {
    .mission-statement {
      padding-top: 25px;
      padding-bottom: 125px; } }

.o20 {
  opacity: .2; }

.o40 {
  opacity: .4; }

.o60 {
  opacity: .6; }

.o80 {
  opacity: .8; }

#head-page {
  opacity: .9; }

#dt-menu.dt-menu-right > ul {
  text-align: right; }

#dt-menu > ul {
  line-height: 1 !important;
  text-align: right; }
  #dt-menu > ul > li {
    line-height: 1;
    vertical-align: middle; }
    @media (min-width: 991px) {
      #dt-menu > ul > li + li + li:before {
        content: "|";
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -0.5em;
        color: #dedede; } }
    #dt-menu > ul > li > a {
      font-family: Oswald,sans-serif;
      font-size: 15px;
      font-weight: bold;
      padding: 0 10.5px 0 19px;
      text-transform: uppercase;
    }
      #dt-menu > ul > li > a span {
        display: inline-block;
        padding: 35px 0px; }
      #dt-menu > ul > li > a, #dt-menu > ul > li > a * {
        color: #006666; }
      #dt-menu > ul > li > a:hover span:before, #dt-menu > ul > li > a:hover span:after {
        display: none; }

.logo-desktop {
  float: left;
  padding: 10px 0; }

#logomenu, #logomenumobile {
  width: 260px; }

.content .post-article {
  padding: 0; }

footer {
  background-color: black;
  background-image: url("assets/bg_footer.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  font-size: 19px;
  font-weight: 100;
  padding: 15px 0; }
  footer a {
    color: #006666;
    font-weight: bold;
    transition: all 0.33s ease 0s; }
    footer a, footer a:focus, footer a:hover {
      text-decoration: underline;
      border: none; }
    footer a:focus, footer a:hover {
      color: white; }
  footer h2 {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #333333;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  @media screen and (min-width: 480px) {
    footer {
      padding: 35px 0; } }
      @media screen and (min-width: 768px) {
        footer {
          padding: 45px 0; } 
          #dt-menu > ul > li > a {
            font-family: Oswald,sans-serif;
            font-size: 15px;
            font-weight: bold;
            padding: 0 8.5px 0 17px;
            text-transform: uppercase;
          }
        }
        @media screen and (min-width: 991px) {
    footer {
      padding: 65px 0; } }
  @media screen and (min-width: 1200px) {
    #dt-menu > ul > li > a {
      font-family: Oswald,sans-serif;
      font-size: 15px;
      font-weight: bold;
      padding: 0 11.5px 0 20px;
      text-transform: uppercase;
    }
    footer {
      padding: 85px 0; } 
    }
  /*@media (max-width: 1200px) {
    .menu-item-141 {
      padding: 0 5px;
    }
    .menu-item-140, .menu-item-190, .menu-item-191, .menu-item-139, .menu-item-196 {
      padding: 0 5px 0 15px;
    }
  }*/

.list-footer {
  padding: 0; }
  .list-footer li {
    list-style-type: none;
    padding: 0 0 25px 40px; }

.white-background {
  background: #fff;
  background: -moz-radial-gradient(center, ellipse cover, #fff 30%, #efefef 50%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(30%, #fff), color-stop(50%, #efefef));
  background: -webkit-radial-gradient(center, ellipse cover, #fff 30%, #efefef 50%);
  background: -o-radial-gradient(center, ellipse cover, #fff 30%, #efefef 50%);
  background: -ms-radial-gradient(center, ellipse cover, #fff 30%, #efefef 50%);
  background: radial-gradient(ellipse at center, #fff 30%, #efefef 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#efefef',GradientType=1 ); }

.wpb_button, .gform_button {
  padding: 12px 30px;
  border-radius: 3px;
  border-width: 0;
  background-color: #006666;
  color: white;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .wpb_button:focus, .gform_button:focus, .wpb_button:hover, .gform_button:hover {
    padding: 12px 30px;
    border-radius: 3px;
    border-width: 0;
    background-color: #006666;
    color: white;
    font-size: 15px; }

.gform_wrapper {
  font-family: Oswald, sans-serif; }

.gfield {
  list-style-type: none;
  margin-bottom: 20px; 
}

.gform_fields {
  padding-left: 0; 
}

#gform_1 .validation_error {
  margin-bottom: 30px;
}

  .ginput_container input, .ginput_container textarea {
    max-height: 125px;
    width: 100%;
    padding: 10px 15px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 3px;
    color: white;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .ginput_container input::-webkit-input-placeholder, .ginput_container textarea::-webkit-input-placeholder {
      color: white; }
    .ginput_container input:-moz-placeholder, .ginput_container textarea:-moz-placeholder {
      /* Firefox 18- */
      color: white; }
    .ginput_container input::-moz-placeholder, .ginput_container textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: white; }
    .ginput_container input:-ms-input-placeholder, .ginput_container textarea:-ms-input-placeholder {
      color: white; }

.page.content,
body.home .content {
  padding-top: 0; }

@media (max-width: 991px) {
  .type-post,
  .type-page {
    top: 0; } 
  #dt-menu > ul > li > a, #dt-menu > ul > li > a * {
    color: #ffffff;
  }
  #dt-menu > ul > li > a:hover, #dt-menu > ul > li > a:hover * {
    color: #006666;
  }

  }
.wpb_row {
  margin-bottom: 0; }

.wpb_column {
  margin-bottom: 25px; }

.row-hero {
  text-shadow: 1px 2px 2px #333, 1px 2px 2px #333;
  padding-top: 95px;
  padding-bottom: 10px; }

  @media screen and (min-width: 480px) {
    .row-hero {
      padding-top: 110px;
      padding-bottom: 25px; } }
  @media screen and (min-width: 768px) {
    .row-hero {
      padding-top: 135px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 991px) {
    .row-hero {
      padding-top: 185px;
      padding-bottom: 100px; } }
  @media screen and (min-width: 1200px) {
    .row-hero {
      padding-top: 235px;
      padding-bottom: 150px; } }
  .row-hero h1 {
    font-size: 43px;
    font-weight: bold; }
  @media screen and (max-width: 479px) {
    .row-hero h1 {
      font-size: 38px;
      font-weight: bold; 
    }
    #logomenumobile {
      width: 220px; }
  }
  
  .row-hero h2 {
    font-size: 27px;
    font-weight: lighter; }

.row-primary h1,
.row-secondary h1,
.row-core-values h1 {
  padding-top: 22px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase; }

.row-primary {
  background-color: white;
  color: #646464;
  font-size: 15px; }
  .row-primary h1 {
    color: #010834; }
  .row-primary .section-copy h2 {
    color: #006666;
    font-size: 30px;
    margin-bottom: 15px; }
  .row-primary .section-copy h3 {
    color: #006666;
    font-size: 25px;
    margin-bottom: 5px;
    margin-top: 35px; }

.row-secondary {
  background-color: #006666;
  color: white;
  font-size: 20px; }
  .row-secondary h1 {
    color: #010834; }
  .row-secondary h2 {
    color: white;
    font-size: 30px; }

@media(max-width: 479px) {
    .row-secondary h2 {
      color: white;
    font-size: 20px; }
}

.row-core-values h1 {
  color: inherit; }

.bio-strip img {
  width: 100%; }
.bio-card {
  cursor: pointer; 
  position: relative; }
@media screen and (min-width: 768px) {
  .bio-strip .row {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .bio-col {
    padding-left: 7.5px;
    padding-left: 7.5px;
  }

  .bio-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(15, 28, 38);
    background-color: rgba(15, 28, 38, 0.67);
    color: white;
    transition: all .33s ease 0s;
    padding: 15px 25px; }
    .bio-overlay:after {
      content: url("assets/icon-arrow-white.png");
      position: absolute;
      top: 50%;
      right: 5%;
      margin-top: -.5em;
      color: #006666;
      font-size: 40px;
      font-weight: bold;
      opacity: .67;
      line-height: 1; }
  .bio-col:hover .bio-overlay {
    background-color: rgb(15, 28, 38);
    background-color: rgba(15, 28, 38, .9);
  } 
  .bio-overlay:hover:after {
    opacity: 1;
  }
  .bio-strip h2 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 0; }
  .bio-strip h3 {
    font-size: 15px;
    font-weight: lighter; }
}
@media (max-width:768px) {
  .bio-strip h2 { font-size: 14px !important; }
  .bio-strip h3 { font-size: 12px !important; margin:0; }
}

.section-list-box {
  padding: 0;
  border: 1px solid #dadada;
  font-size: 15px; }
  .section-list-box h2 {
    background-color: #f2f2f2;
    color: black;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-weight: bold;
    padding: 15px 0 12px; }
  .section-list-box ul {
    padding: 20px 30px 20px 60px;
    list-style-position: outside;
    line-height: 1.4; }
    .section-list-box ul li {
      padding-left: 10px;
      padding-bottom: 15px; }
.wpb_revslider_element .slide-number {
  display: none;
  vertical-align: top;
  max-width: 150px;
  height: 150px;
  padding-right: 50px;
  padding-top: 33px;
  border-right: 1px solid rgba(255, 255, 255, 0.7) !important;
  font-family: Oswald, sans-serif;
  font-size: 84px;
  font-weight: bold;
  line-height: 1;
  opacity: .7; }
.wpb_revslider_element h2 {
  display: inline-block;
  vertical-align: top;
  max-width: 750px;
  padding-left: 0px !important;
  text-align: center;

  font-family: Oswald, sans-serif;
  font-size: 61px;
  font-weight: bold;
  line-height: 75px;
  text-transform: uppercase; }

@media screen and (max-width: 479px) {
  .wpb_revslider_element .slide-number {
    height: 80px;
  }
}
.tp-leftarrow.default,
.tp-rightarrow.default {
  background-size: contain; }

.tp-leftarrow.default {
  background-image: url("assets/arrow-previous.png"); }
  .tp-leftarrow.default:hover {
    background-image: url("assets/arrow-previous-hover.png"); }

.tp-rightarrow.default {
  background-image: url("assets/arrow-next.png"); }
  .tp-rightarrow.default:hover {
    background-image: url("assets/arrow-next-hover.png"); }

.bullet {
  display: inline-block;
  border-top: 3px solid #006666;
  width: 28px;
  margin: 0 5px;
  height: 7px; }
  .bullet.selected {
    border-top: 7px solid #006666;
    position: relative;
    bottom: 2px; }

body {
  font-family: Merriweather, serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit; }

  .photostrip {
  padding-left: 7.5px;
  padding-right: 7.5px; }
  .photostrip img {
    width: 100%; }

.photo-card {
  float: left;
  overflow: hidden;
  padding-left: 7.5px;
  padding-right: 7.5px;
  position: relative;
  width: 14.2%; }

.photo-copy {
  font-size: 12px;
  font-weight: lighter; }
  @media screen and (min-width: 1375px) {
    .photo-copy {
      font-size: 13px;
    }
  }
  .photo-copy a, .photo-copy a:focus, .photo-copy a:hover {
    color: #006666;
    text-decoration: underline;
    border-bottom: 0;
    color: #006666;
    font-weight: bold;
    text-decoration: underline; }
  .photo-copy h2 {
    font-size: 17px;
    margin-bottom: 0; }
  .photo-copy h3 {
    font-size: 14px; }
  .photo-copy h4 {
    font-size: inherit;
    display: none; }
    @media screen and (min-width: 1375px) {
      .photo-copy h4 {
        display: block; } }

.photo-overlay {
  background-color: #0f1c26;
  color: white;
  height: 100%;
  padding: 20px 10px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transition: all .33s ease 0s; }
  .photo-card:hover .photo-overlay {
    top: 0; }

.modal-dialog {
  background-color: white;
  color: #333333;
  font-family: Merriweather, Georgia, Verdana, "Times New Roman";
  font-size: 15px;
  padding: 70px 5%; }
  @media screen and (min-width: 991px) {
    .modal-dialog {
      width: 750px; } }
  .modal-dialog ul {
    padding-left: 0; }
  .modal-dialog li {
    left: 17px;
    padding-bottom: 15px;
    padding-left: 10px;
    position: relative; }
  .modal-dialog .close {
    color: #006666;
    cursor: pointer;
    font-family: Futura, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    padding-right: 20px;
    padding-top: 10px;
    position: absolute;
    right: 0;
    top: 0; }

.modal-title {
  color: #006666;
  font-size: 21px;
  margin-bottom: 5px; }

.modal-subtitle {
  font-size: 17px;
  margin-bottom: 25px; }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  #dt-menu.dt-menu-right li a {
    padding-right: 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  #dt-menu.dt-menu-right li:last-child a {
    padding-right: 15px;
  }
}

.is-sticky-menu #head-page.reveal.alt {
  position: fixed;
}

#head-page {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
}

.content-right .section-list-box{
  float: left;
}
.content-right .section-copy{
  float: right;
}