/*
Theme Name: YAB 
Theme URI: https://youthaboutbusiness.org
Author: pixelflyte
Author URI: https://pixelflyte.com
Description: Main theme for YAB Site
Version: 1
License: GNU General Public License v2 or later
*/
@import url(animate.css);
@import url(bootstrap.css);
@import url(swiper.min.css);
@font-face {
  font-family: 'a-bold';
  src: url("fonts/a-bold.woff") format("woff"); }

@font-face {
  font-family: 'a-regular';
  src: url("fonts/a-regular.woff") format("woff"); }

@font-face {
  font-family: 'th-r';
  src: url("fonts/th-r.woff") format("woff"); }

header {
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
  background: #fff; }
  header .navbar {
    height: 100px; }
  header a.action-link {
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    display: inline-block;
    width: auto;
    line-height: 20px; }
    header a.action-link:hover {
      color: #75a42a;
      text-decoration: none; }
  header .navbar-nav li.nav-item {
    text-transform: uppercase;
    border-bottom: 1px solid #eee; }
    header .navbar-nav li.nav-item a.nav-link {
      color: #030303;
      padding: 0.5rem 0;
      font-size: 13px;
      letter-spacing: 0.03em;
      display: inline-block;
      font-family: "a-bold", sans-serif; }
      header .navbar-nav li.nav-item a.nav-link:focus {
        outline: none; }
      header .navbar-nav li.nav-item a.nav-link:hover {
        color: #3f85b8; }
        header .navbar-nav li.nav-item a.nav-link:hover:before, header .navbar-nav li.nav-item a.nav-link:hover:after {
          background: #3f85b8; }
      header .navbar-nav li.nav-item a.nav-link.button {
        color: #fff; }
    header .navbar-nav li.nav-item.menu-item-has-children a.nav-link {
      padding-right: 1rem; }
      header .navbar-nav li.nav-item.menu-item-has-children a.nav-link:hover:before, header .navbar-nav li.nav-item.menu-item-has-children a.nav-link:hover:after {
        background: #3f85b8; }
    header .navbar-nav li.nav-item.menu-item-has-children.current-menu-parent > a {
      color: #3f85b8; }
      header .navbar-nav li.nav-item.menu-item-has-children.current-menu-parent > a:before, header .navbar-nav li.nav-item.menu-item-has-children.current-menu-parent > a:after {
        background: #3f85b8 !important; }
    header .navbar-nav li.nav-item.current_page_item a.nav-link {
      color: #3f85b8; }
    header .navbar-nav li.nav-item:last-of-type {
      border-bottom: none; }
      header .navbar-nav li.nav-item:last-of-type a {
        border-bottom: none; }
  header .navbar-nav.donate-volunteer {
    position: relative;
    top: auto;
    right: auto; }
    header .navbar-nav.donate-volunteer li {
      display: inline-block;
      margin: 0; }
    header .navbar-nav.donate-volunteer li:first-of-type a {
      padding-top: 0; }
  header .navbar-nav .dropdown-menu {
    width: auto;
    border: none;
    border-radius: 0;
    min-width: 10px;
    margin: 0;
    max-width: 100%; }
    header .navbar-nav .dropdown-menu li.nav-item a.nav-link {
      font-family: "a-regular", sans-serif;
      padding-left: 0;
      padding-right: 0;
      font-size: 14px; }
    header .navbar-nav .dropdown-menu li.nav-item.current_page_item a.nav-link {
      color: #3f85b8; }

.nav-button {
  position: relative;
  border: solid 1px #75a42a;
  border-radius: 0;
  display: inline-block;
  width: auto;
  padding: 7px 5px 5px;
  cursor: pointer; }
  .nav-button:hover #nav-icon3 span {
    background: #75a42a; }

.nav-button #nav-icon3 {
  width: 24px;
  height: 18px;
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  vertical-align: middle; }

.nav-button #nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #75a42a;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.nav-button #nav-icon3 span:nth-child(1) {
  top: 0; }

.nav-button #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 7px; }

.nav-button #nav-icon3 span:nth-child(4) {
  top: 14px; }

.nav-button span.menu-label {
  display: inline-block;
  color: #fff;
  line-height: 38px;
  padding-left: 10px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  border-left: 1px solid #fff;
  margin-left: 10px; }

.nav-open #nav-icon3 span:nth-child(1) {
  top: 9px;
  width: 0;
  left: 50%; }

.nav-open #nav-icon3 span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.nav-open #nav-icon3 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.nav-open #nav-icon3 span:nth-child(4) {
  top: 9px;
  width: 0;
  left: 50%; }

.navbar-brand {
  margin: 0 auto;
  display: block; }
  .navbar-brand img {
    max-width: 80px;
    height: auto;
    display: block;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

#navbarNav {
  position: fixed;
  width: auto;
  max-width: 224px;
  width: 200px;
  top: calc(110px);
  left: -320px;
  transition: all 0.5s; }

.collapse.show {
  height: auto !important;
  transition: none !important; }

header .navbar-nav li.nav-item.menu-item-has-children > a.nav-link {
  position: relative; }
  header .navbar-nav li.nav-item.menu-item-has-children > a.nav-link:after, header .navbar-nav li.nav-item.menu-item-has-children > a.nav-link:before {
    background: #030303;
    content: '';
    display: block;
    height: 7px;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 2px;
    display: inline-block;
    right: 7px;
    top: 18px; }
  header .navbar-nav li.nav-item.menu-item-has-children > a.nav-link:before {
    -webkit-transform: rotate(45deg) translate3d(2.5px, -2.5px, 0);
    transform: rotate(45deg) translate3d(2.5px, -2.5px, 0); }
  header .navbar-nav li.nav-item.menu-item-has-children > a.nav-link:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

header .navbar-nav li.nav-item.menu-item-has-children ul.dropdown-menu {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  header .navbar-nav li.nav-item.menu-item-has-children ul.dropdown-menu li.nav-item {
    text-transform: none; }
  header .navbar-nav li.nav-item.menu-item-has-children ul.dropdown-menu li:first-of-type a {
    padding-top: 0; }
  header .navbar-nav li.nav-item.menu-item-has-children ul.dropdown-menu li a:not(.button) {
    line-height: 1.25rem; }

header .navbar-nav li.nav-item.menu-item-has-children.show > a.nav-link {
  color: #3f85b8; }
  header .navbar-nav li.nav-item.menu-item-has-children.show > a.nav-link:before, header .navbar-nav li.nav-item.menu-item-has-children.show > a.nav-link:after {
    background: #3f85b8; }
  header .navbar-nav li.nav-item.menu-item-has-children.show > a.nav-link:before {
    -webkit-transform: rotate(135deg) translate(-2.5px, -2.5px);
    transform: rotate(135deg) translate(-2.5px, -2.5px); }
  header .navbar-nav li.nav-item.menu-item-has-children.show > a.nav-link:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }

body.single header .navbar-nav li.nav-item.menu-item-243 a.nav-link {
  color: #3f85b8; }

@media screen and (min-width: 768px) {
  header .navbar {
    height: auto; }
  header #navbarNav {
    position: relative;
    top: auto;
    left: auto;
    transition: none;
    max-width: 100%;
    width: auto; }
  header .navbar-nav li.nav-item {
    margin-right: 7.5px;
    border-bottom: none;
    margin-left: 7.5px; }
    header .navbar-nav li.nav-item a.nav-link {
      padding: 0 0 0 1rem; }
    header .navbar-nav li.nav-item:first-of-type {
      margin-left: 15px; }
      header .navbar-nav li.nav-item:first-of-type a.nav-link:not(.button) {
        padding-top: 0; }
    header .navbar-nav li.nav-item.menu-item-has-children > a.nav-link:before, header .navbar-nav li.nav-item.menu-item-has-children > a.nav-link:after {
      top: 9px; }
    header .navbar-nav li.nav-item .dropdown-menu {
      border-radius: 0;
      min-width: 240px;
      padding-bottom: 0;
      max-width: 240px;
      border: none;
      box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }
      header .navbar-nav li.nav-item .dropdown-menu li.nav-item {
        margin-left: 0;
        margin-right: 0;
        border-bottom: 1px solid #eee; }
        header .navbar-nav li.nav-item .dropdown-menu li.nav-item:last-of-type {
          border-bottom: none; }
        header .navbar-nav li.nav-item .dropdown-menu li.nav-item a.nav-link {
          line-height: 2rem;
          padding-left: 1rem;
          padding-right: 1rem;
          padding-top: 0.5rem;
          padding-bottom: 0.5rem; }
        header .navbar-nav li.nav-item .dropdown-menu li.nav-item:first-of-type a {
          padding-top: 0.5rem !important; }
  header .navbar-nav.donate-volunteer {
    position: fixed;
    right: 0;
    top: -1px; }
    header .navbar-nav.donate-volunteer li {
      display: inline-block;
      margin: 0; }
  .navbar-brand {
    margin: 0;
    width: 80px; }
    .navbar-brand img {
      margin-left: auto;
      position: relative;
      left: auto;
      top: auto;
      transform: none; } }

a.donate-button {
  border: 1px solid #75a42a;
  color: #75a42a;
  line-height: 34px;
  font-family: "a-bold", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 15px; }

@media screen and (min-width: 992px) {
  .navbar-brand {
    margin: 0;
    width: 100px; }
    .navbar-brand img {
      max-width: 100px;
      margin-left: auto;
      position: relative;
      left: auto;
      top: auto;
      transform: none;
      width: 100px; } }

@media screen and (max-width: 767px) {
  header ::-webkit-scrollbar {
    width: 0px;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */ }
  #navBarNav {
    background: #fff; }
  footer {
    transition: all 0.5s; }
  body.nav-open article.page, body.nav-open footer {
    box-shadow: -1px 0 10px 5px rgba(0, 0, 0, 0.1);
    transform: translateX(220px); }
  body.nav-open footer {
    box-shadow: none; }
  body.nav-open #navbarNav {
    left: 0; }
  body.nav-open {
    overflow: hidden; }
  header .navbar-nav li.nav-item.menu-item-has-children ul.dropdown-menu {
    padding-top: 0; }
  header .navbar-nav li.nav-item:last-of-type {
    border-bottom: none; }
  header .navbar-nav.donate-volunteer {
    border-top: 0.5px solid #75a42a; }
  header .navbar-nav li.nav-item {
    border-bottom: 0.5px solid #75a42a; }
  header .navbar-nav li.nav-item a.nav-link.button, header .navbar-nav li.nav-item a.nav-link.button.orange {
    background: none;
    color: #030303;
    font-size: 13px !important;
    padding: 0.5rem 0 0.5rem 0 !important;
    line-height: 1.75rem !important; }
    header .navbar-nav li.nav-item a.nav-link.button:hover, header .navbar-nav li.nav-item a.nav-link.button.orange:hover {
      background: none;
      color: #3f85b8; }
  ul.dropdown-menu {
    background: none;
    padding-left: 1rem; }
    ul.dropdown-menu li.nav-item {
      border-bottom: none; } }

body {
  font-family: "a-regular", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.75rem;
  color: #030303;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 100px; }

h1, h2 {
  color: #030303;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  display: inline-block;
  padding-bottom: 0;
  font-family: "th-r", serif; }

h3 {
  font-weight: 400;
  font-size: 1.25rem;
  margin-bottom: 0;
  font-family: "a-regular", sans-serif;
  color: #d37c00;
  margin-bottom: 1rem;
  line-height: 1.75rem; }

h4 {
  font-size: 14px;
  font-family: "a-bold", sans-serif;
  margin-bottom: 0.5rem;
  color: #75a42a; }

p {
  margin-bottom: 1rem; }
  p:last-of-type {
    margin-bottom: 0; }
  p strong {
    font-family: "a-bold", sans-serif; }
  p a:not(.button) {
    color: #3f85b8;
    cursor: pointer; }
    p a:not(.button):hover {
      color: #030303; }

p + ul {
  margin-top: -1rem; }

p:last-of-type + ul {
  margin-top: 0; }

a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  color: inherit;
  cursor: pointer; }
  a:hover {
    color: inherit;
    text-decoration: none; }

strong {
  font-weight: 400; }

.bg-black {
  background: #030303; }
  .bg-black h1, .bg-black h2 {
    color: #fff; }

.bg-blue {
  background: #3f85b8; }

.bg-orange {
  background: #d37c00; }

.p-25 {
  padding: 2.5rem !important; }

.pt-25 {
  padding-top: 2.5rem !important; }

.pb-25 {
  padding-bottom: 2.5rem !important; }

br {
  display: none; }

/*HOME PAGE*/
/*PAGE*/
article.page {
  overflow: hidden;
  transition: all 0.5s;
  position: relative; }

.feature {
  background: #eee; }

.container.container-half {
  padding-left: 0;
  padding-right: 0; }

.pb-4.special {
  padding-bottom: 2rem !important; }

.mb-4.special {
  margin-bottom: 1.75rem !important; }

.statistic {
  background: #75a42a; }
  .statistic.blue {
    background: #3f85b8; }
  .statistic h3 {
    color: #fff;
    margin-bottom: 0; }
  .statistic .stat-header h3 {
    display: inline;
    font-family: "a-regular", sans-serif; }
    .statistic .stat-header h3 strong {
      font-family: "a-bold", sans-serif;
      font-weight: normal; }
  .statistic .stat-header img {
    max-width: 30px;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 3px; }
  .statistic .stat-header img {
    width: auto;
    max-height: 15px;
    height: 100%; }

.col-intro p:last-of-type {
  margin-bottom: 1rem; }

.two-col {
  display: block; }
  .two-col br {
    display: inline; }

.accordion-list .accordion-heading a {
  margin-bottom: 0.75rem;
  border-bottom: 0.5px solid #75a42a;
  padding-bottom: 0.75rem;
  position: relative;
  display: block;
  color: #030303;
  padding-left: 15px; }
  .accordion-list .accordion-heading a:before, .accordion-list .accordion-heading a:after {
    background: #030303;
    content: '';
    display: block;
    height: 7px;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 2px;
    display: inline-block;
    left: 0;
    top: 9px; }
  .accordion-list .accordion-heading a:before {
    -webkit-transform: rotate(135deg) translate(-2.5px, -2.5px);
    transform: rotate(135deg) translate(-2.5px, -2.5px); }
  .accordion-list .accordion-heading a:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .accordion-list .accordion-heading a:hover {
    color: #3f85b8; }
    .accordion-list .accordion-heading a:hover:before, .accordion-list .accordion-heading a:hover:after {
      background: #3f85b8; }
  .accordion-list .accordion-heading a[aria-expanded='true'], .accordion-list .accordion-heading a.open {
    color: #3f85b8;
    border-bottom: none;
    padding-bottom: 0; }
    .accordion-list .accordion-heading a[aria-expanded='true']:before, .accordion-list .accordion-heading a[aria-expanded='true']:after, .accordion-list .accordion-heading a.open:before, .accordion-list .accordion-heading a.open:after {
      background: #3f85b8; }
    .accordion-list .accordion-heading a[aria-expanded='true']:before, .accordion-list .accordion-heading a.open:before {
      -webkit-transform: rotate(45deg) translate3d(2.5px, -2.5px, 0);
      transform: rotate(45deg) translate3d(2.5px, -2.5px, 0); }
    .accordion-list .accordion-heading a[aria-expanded='true']:after, .accordion-list .accordion-heading a.open:after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.accordion-list .faq-answer p {
  padding: 0 15px; }

.accordion-list .faq-answer p:last-of-type {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 0.5px solid #75a42a; }

.two-col-text ul:last-of-type {
  margin-bottom: 0; }

.two-col-text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

.two-col-text img.aligncenter, .two-col-text img.alignnone, .two-col-text img.alignleft, .two-col-text img.alignright {
  border: 0.5px solid #75a42a;
  max-width: 100%; }

.two-col-text br {
  display: inline; }

.news-post {
  border: 0.5px solid #75a42a; }
  .news-post a h4 {
    color: #75a42a; }
  .news-post a:hover span.button {
    background: #75a42a; }
  .news-post a p {
    margin-bottom: 1rem; }
  .news-post a p.cta-holder {
    margin-bottom: 0; }

.heateor_sss_sharing_container {
  margin: 0.5rem auto 1rem auto; }

.single-post-content img.alignleft, .single-post-content img.aligncenter, .single-post-content img.alignright {
  margin: 0 auto;
  max-width: 560px;
  display: block;
  margin: 0 auto;
  height: auto;
  border: 0.5px solid #75a42a;
  width: 100%; }

@media screen and (min-width: 768px) {
  h1, h2 {
    margin-top: -30px; }
  br {
    display: inline; }
  .two-col {
    column-count: 2;
    column-span: all;
    column-gap: 5rem;
    column-fill: balance;
    -moz-column-fill: balance;
    -webkit-column-fill: balance;
    -webkit-column-break-inside: avoid-column;
    -moz-column-break-inside: avoid-column;
    column-break-inside: avoid-column; } }

@media screen and (min-width: 992px) {
  p {
    margin-bottom: 1.25rem; }
  body {
    padding-top: 125px; }
  .container.container-half {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 535px; }
  .p-lg-25 {
    padding: 2.5rem !important; }
  .pt-lg-25 {
    padding-top: 2.5rem !important; }
  .pb-lg-25 {
    padding-bottom: 2.5rem !important; }
  .statistic {
    margin: -3rem -3rem 1rem 10px;
    right: 0;
    top: 0;
    color: #fff; } }

@media screen and (max-width: 767px) {
  .hero.interior .interior-headline h1 {
    font-size: 30px !important;
    line-height: 30px !important;
    margin-bottom: 2rem; }
  .hero.interior .interior-headline h3 {
    margin-bottom: 1.25rem;
    display: none !important; } }

@media screen and (max-width: 991px) {
  .container.container-half br {
    display: none; }
  .feature .video-link {
    top: auto;
    position: relative;
    bottom: auto;
    margin-bottom: 3rem;
    display: block; }
  .feature .video-link {
    position: relative; } }

.feature {
  background: #eee; }
  .feature .video-link {
    margin-top: 15px;
    color: #d37c00;
    font-family: "a-bold", sans-serif;
    text-transform: uppercase;
    font-size: 0.75rem;
    position: absolute;
    bottom: -0.5rem; }
    .feature .video-link:hover {
      color: #3f85b8; }
  .feature .feature-image .image-holder {
    padding-top: 51.4%;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    z-index: 2; }
    .feature .feature-image .image-holder.video {
      padding-top: 56.25%; }
      .feature .feature-image .image-holder.video iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 3; }
      .feature .feature-image .image-holder.video h4 {
        background: #d37c00;
        font-size: 0.75rem;
        position: absolute;
        left: -15px;
        top: -35px;
        padding: 7.5px 15px 7.5px 15px;
        color: #fff;
        font-family: "a-bold", sans-serif;
        text-transform: uppercase;
        opacity: 0;
        transition: all 0.3s;
        transition-delay: 2.75s; }
      .feature .feature-image .image-holder.video:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #3f85b8;
        mix-blend-mode: multiply;
        opacity: 0.8;
        z-index: 1; }
      .feature .feature-image .image-holder.video .play-button {
        width: 80px;
        height: 80px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        cursor: pointer; }
        .feature .feature-image .image-holder.video .play-button:after {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 20px 0 20px 34.6px;
          border-color: transparent transparent transparent #ffffff;
          content: '';
          width: 40px;
          height: 40px;
          left: 50%;
          position: absolute;
          margin-left: 10px;
          top: 50%;
          transform: translate(-50%, -50%); }
        .feature .feature-image .image-holder.video .play-button:hover:after {
          border-color: transparent transparent transparent #d37c00; }
  .feature .feature-image.aos-animate .image-holder.video h4 {
    opacity: 1; }

@media screen and (min-width: 768px) {
  .feature .feature-image {
    display: block; }
    .feature .feature-image:before {
      background: #d37c00;
      content: '';
      display: block;
      height: calc(100% - 5rem);
      position: absolute;
      transform: translateX(-100px);
      top: -15px;
      width: calc(100% - 2.5rem + 7px);
      z-index: 1;
      opacity: 0;
      transition: all 2s;
      transition-delay: 0.75s; }
    .feature .feature-image.aos-animate:before {
      transform: translateX(0);
      opacity: 1; }
    .feature .feature-image .image-holder {
      z-index: 2;
      position: relative;
      padding-top: 51.4%; }
      .feature .feature-image .image-holder.video {
        padding-top: 56.25%; }
  h3.feature-content br {
    display: none; } }

@media screen and (min-width: 992px) {
  .feature {
    padding-top: 51.4%; }
    .feature h3.feature-content br {
      display: inline; }
    .feature .feature-image {
      height: auto; }
      .feature .feature-image:before {
        background: #d37c00;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transform: translateX(-60px);
        top: -15px;
        width: calc(100% + 15px);
        z-index: 1; }
      .feature .feature-image.interior:before {
        height: calc(100% - 3rem);
        top: 9px;
        width: calc(100% - 3.5rem - 1px); }
      .feature .feature-image.aos-animate:before {
        transform: translateX(-15px); }
      .feature .feature-image .image-holder {
        padding-top: 68.4%; } }

@media screen and (max-width: 991px) {
  .feature .video-link {
    top: auto;
    position: relative;
    bottom: auto;
    margin-bottom: 1.5rem;
    display: block;
    margin-top: -15px;
    padding-left: 0; }
  .feature .feature-image .image-holder.video h4 {
    left: 0; } }

@media screen and (max-width: 767px) {
  .feature .feature-image .image-holder.video h4 {
    left: 0;
    top: -28px; }
  .feature .video-link {
    margin-top: 0;
    padding-left: 1.5rem;
    margin-bottom: 0; }
  .feature:not(.interior) {
    margin-top: -44px; }
  .feature .feature-image .image-holder.video h4 {
    left: 0; } }

.testimonial-header {
  display: block; }

.headshot {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  padding-top: 0;
  position: relative;
  max-width: 120px;
  max-height: 120px;
  display: block;
  width: 120px;
  height: 120px;
  border: 3px solid #d37c00;
  z-index: 2; }

.testimonial-content:before {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  margin-right: 12px; }

.testimonial-content br {
  display: inline; }

.testimonial-content span.name-holder {
  line-height: 1rem;
  display: block;
  margin-top: 0.5rem; }

.testimonial-content .name {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1rem; }

.testimonial-content .job-title {
  font-size: 13px;
  line-height: 1rem; }

.swiper-pagination {
  position: relative;
  margin-top: 1.5rem;
  line-height: 1rem;
  height: 20px; }
  .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 16px;
    height: 20px;
    background: none;
    position: relative;
    opacity: 1; }
    .swiper-pagination .swiper-pagination-bullet:after {
      width: 10px;
      height: 10px;
      background: rgba(0, 0, 0, 0.2);
      border-radius: 50%;
      content: '';
      display: block;
      margin: 0 auto 0;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .swiper-pagination .swiper-pagination-bullet:focus {
      outline: none; }
  .swiper-pagination .swiper-pagination-bullet-active {
    background: none; }
    .swiper-pagination .swiper-pagination-bullet-active:after {
      background: rgba(0, 0, 0, 0.4); }

.swiper-slide {
  opacity: 0 !important; }

.swiper-slide-active {
  opacity: 1 !important; }

@media screen and (min-width: 768px) {
  .headshot {
    width: 200px;
    height: 200px;
    max-width: 200px;
    max-height: 300px; } }

/*@media screen and (min-width:992px){
	.headshot{
		border:none;
		border-radius:0;
		margin:0;
		position:relative;
		left:auto;
		top:auto;
		height:100%;
		width:100%;
		padding-top:100%;
		max-width:100%;
		max-height:100%;
	}
	.testimonial-content{
		&:before{display:none}
	}
}
*/
.hero {
  position: relative; }
  .hero .row.extra-wide {
    width: 100%;
    position: relative; }
  .hero.interior {
    padding-top: 68.65%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .hero.interior .interior-headline {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      color: #fff; }
      .hero.interior .interior-headline h1 {
        font-size: 2.25rem;
        line-height: 2.25rem;
        margin-top: 0; }
      .hero.interior .interior-headline h1, .hero.interior .interior-headline h3, .hero.interior .interior-headline p {
        color: #fff; }
    .hero.interior:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #3f85b8;
      background: linear-gradient(0deg, #3f85b8 0%, rgba(63, 133, 184, 0) 50%);
      mix-blend-mode: multiply;
      z-index: 1;
      background: #2d6791;
      background: linear-gradient(0deg, #2d6791 0%, rgba(45, 103, 145, 0) 75%); }
  .hero .grid-image {
    background-color: #030303;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1); }
    .hero .grid-image .image-container {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      padding-top: 100%;
      width: 100%;
      -webkit-backface-visibility: visible;
      -webkit-backface-visibility: hidden;
      -webkit-transform: translateZ(0) scale(1, 1); }
      .hero .grid-image .image-container.alt {
        position: absolute;
        left: 0;
        top: 0;
        display: none; }
      .hero .grid-image .image-container:before {
        content: '';
        background-color: #5084b4;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        mix-blend-mode: multiply;
        opacity: 0.8; }
    .hero .grid-image.second .image-container:before {
      background-color: #8aa852; }
    .hero .grid-image.third .image-container:before {
      background-color: #c8802c; }
  .hero .hero-msg {
    background: #75a42a;
    padding: 15px;
    margin-bottom: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: calc(100%); }
    .hero .hero-msg h1 {
      margin-top: -8px; }
    .hero .hero-msg[data-aos^=fade][data-aos^=fade].aos-animate {
      transition-property: opacity; }
    .hero .hero-msg h3 {
      color: #fff; }

@media screen and (min-width: 768px) {
  .hero.interior {
    padding-top: 56.25%; }
    .hero.interior:after {
      background: linear-gradient(0deg, #2d6791 0%, rgba(45, 103, 145, 0) 50%); }
  .hero .grid-image .image-container {
    padding-top: 75%; } }

@media screen and (min-width: 992px) {
  .hero.interior {
    padding-top: 41.65%; }
  .hero .grid-image .image-container {
    padding-top: 62.25%; }
  .hero .hero-msg {
    margin-top: auto;
    margin-bottom: auto;
    max-width: 500px;
    position: absolute;
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .hero .hero-msg[data-aos^=fade][data-aos^=fade].aos-animate {
      transform: translateZ(0) translate(-50%, -50%); } }

@media screen and (max-width: 767px) {
  .hero {
    height: 83.2vh; }
    .hero.interior {
      height: auto; }
    .hero .row.extra-wide {
      height: calc(50% - 144px); }
    .hero .grid-image .image-container {
      padding: 0;
      height: 100%; } }

.validation_error {
  display: none; }

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none !important;
  border: none !important; }

body label {
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 0;
  font-size: 16px; }

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0 !important; }

body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, body .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin-top: 3px !important; }

body .gform_wrapper .validation_message {
  color: #d37c00 !important;
  font-weight: normal !important;
  font-family: "a-bold", sans-serif; }

body .gform_wrapper .gfield_error .gfield_label, body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, body .gform_wrapper li.gfield_error ul.gfield_checkbox, body .gform_wrapper li.gfield_error ul.gfield_radio {
  color: #d37c00 !important; }

body .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0 !important; }

body body #gform_ajax_frame_1, body iframe#gform_ajax_frame_1 {
  display: none !important;
  opacity: 0 !important;
  width: 0 !important; }

body span.gfield_required {
  display: none !important; }

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper li.gfield_error textarea {
  border-color: #d37c00; }

body article .tml .tml-label {
  margin: 0; }

body article .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, body article .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, body article .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, body article .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, body article .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, body article .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label, body article .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container), body article .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
  text-transform: none;
  margin-top: 0;
  letter-spacing: normal;
  color: #030303;
  line-height: 1.5rem; }

body article .gform_wrapper {
  margin: 0 0;
  width: 100%;
  display: block; }
  body article .gform_wrapper .gform_body {
    width: 100%;
    display: block; }
  body article .gform_wrapper label.gfield_label {
    font-size: 16px;
    font-family: "a-bold", sans-serif; }
  body article .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important; }
  body article .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 4px 5px;
    width: 100%;
    border: 1px solid #ccc;
    font-size: 14px;
    height: 38px;
    -webkit-appearance: none;
    border-radius: 0; }
  body article .gform_wrapper .gform_footer {
    margin-top: calc(2rem - 16px);
    padding-top: 0;
    padding-bottom: 2rem;
    text-align: center; }

body article .gform_wrapper label.gfield_label, body article .gform_wrapper legend.gfield_label, body article .gform_wrapper .top_label .gfield_label, body article .gform_wrapper legend.gfield_label {
  font-weight: 500;
  line-height: 2.5rem;
  color: #030303; }

body article .gform_wrapper .gsection .gfield_label, body article .gform_wrapper h2.gsection_title, body article .gform_wrapper h3.gform_title {
  font-weight: 400; }

body article .gform_wrapper h2.gsection_title {
  font-size: 18px;
  color: #d37c00;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom-color: #eee;
  font-family: "a-regular", sans-serif; }

body .gform_wrapper .gsection {
  margin-bottom: 0; }

body .gform_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 24px !important; }

.user-steps {
  z-index: 1; }

ul.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1; }
  ul.steps li {
    color: gray;
    counter-increment: my-awesome-counter;
    border-bottom: 1px solid #eee;
    padding: 22.5px 1rem 22.5px 0; }
    ul.steps li.current {
      background: #fafafa; }
    ul.steps li:first-of-type.current {
      border-top: 1px solid #eee; }
    ul.steps li a {
      color: #3f85b8;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      text-transform: uppercase;
      text-decoration: none;
      position: relative;
      padding-left: 32px;
      display: block; }
      ul.steps li a:hover {
        color: #09F; }
      ul.steps li a:before {
        content: counter(my-awesome-counter);
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        border-radius: 50%;
        text-align: center;
        width: 25px;
        height: 25px;
        line-height: 25px;
        background: #3f85b8;
        color: #fff; }
      ul.steps li a.completed {
        color: #75a42a; }
        ul.steps li a.completed:before {
          content: "\2713 ";
          color: #75a42a;
          display: inline-block;
          border-radius: 50%;
          text-align: center;
          margin-right: 5px;
          width: 25px;
          height: 25px;
          line-height: 25px;
          background: #75a42a;
          color: #fff; }
      ul.steps li a.inactive {
        color: #eee; }
        ul.steps li a.inactive:before {
          background: #eee; }

#gform_2 select, #gform_3 select, #gform_4 select, .gform_wrapper select {
  width: 100%; }

#gform_2 .StripeElement, #gform_3 .StripeElement, #gform_4 .StripeElement, .gform_wrapper .StripeElement {
  border: 1px solid #ccc;
  border-radius: 0;
  height: 38px; }

#gform_2 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), #gform_3 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), #gform_4 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .gform_wrapper .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%; }

#gform_2 .bootstrap-select > .dropdown-toggle.btn, #gform_3 .bootstrap-select > .dropdown-toggle.btn, #gform_4 .bootstrap-select > .dropdown-toggle.btn, .gform_wrapper .bootstrap-select > .dropdown-toggle.btn {
  font-family: "a-regular", sans-serif;
  background: #fff;
  border-radius: 0;
  border: 1px solid #ccc;
  text-transform: none;
  font-size: 14px !important;
  line-height: 28px !important;
  height: 38px;
  padding: 0 9px !important; }

#gform_2 .dropdown-menu[x-placement="top-start"], #gform_3 .dropdown-menu[x-placement="top-start"], #gform_4 .dropdown-menu[x-placement="top-start"], .gform_wrapper .dropdown-menu[x-placement="top-start"] {
  top: 2px !important;
  border-bottom: 0;
  border-top: 1px solid #ccc; }

#gform_2 .dropdown-menu, #gform_3 .dropdown-menu, #gform_4 .dropdown-menu, .gform_wrapper .dropdown-menu {
  border-radius: 0;
  border-color: #ccc;
  top: -2px;
  border-top: none;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  width: calc(100% - 16px); }
  #gform_2 .dropdown-menu .dropdown-item, #gform_3 .dropdown-menu .dropdown-item, #gform_4 .dropdown-menu .dropdown-item, .gform_wrapper .dropdown-menu .dropdown-item {
    padding: 10px 10px;
    font-size: 14px; }
    #gform_2 .dropdown-menu .dropdown-item span.text, #gform_3 .dropdown-menu .dropdown-item span.text, #gform_4 .dropdown-menu .dropdown-item span.text, .gform_wrapper .dropdown-menu .dropdown-item span.text {
      margin-bottom: 0;
      white-space: normal;
      line-height: 18px; }
  #gform_2 .dropdown-menu .dropdown-item.active, #gform_2 .dropdown-menu .dropdown-item:active, #gform_2 .dropdown-menu .dropdown-item:hover, #gform_2 .dropdown-menu .dropdown-item:focus, #gform_3 .dropdown-menu .dropdown-item.active, #gform_3 .dropdown-menu .dropdown-item:active, #gform_3 .dropdown-menu .dropdown-item:hover, #gform_3 .dropdown-menu .dropdown-item:focus, #gform_4 .dropdown-menu .dropdown-item.active, #gform_4 .dropdown-menu .dropdown-item:active, #gform_4 .dropdown-menu .dropdown-item:hover, #gform_4 .dropdown-menu .dropdown-item:focus, .gform_wrapper .dropdown-menu .dropdown-item.active, .gform_wrapper .dropdown-menu .dropdown-item:active, .gform_wrapper .dropdown-menu .dropdown-item:hover, .gform_wrapper .dropdown-menu .dropdown-item:focus {
    background: #3f85b8; }
    #gform_2 .dropdown-menu .dropdown-item.active:hover, #gform_2 .dropdown-menu .dropdown-item:active:hover, #gform_2 .dropdown-menu .dropdown-item:hover:hover, #gform_2 .dropdown-menu .dropdown-item:focus:hover, #gform_3 .dropdown-menu .dropdown-item.active:hover, #gform_3 .dropdown-menu .dropdown-item:active:hover, #gform_3 .dropdown-menu .dropdown-item:hover:hover, #gform_3 .dropdown-menu .dropdown-item:focus:hover, #gform_4 .dropdown-menu .dropdown-item.active:hover, #gform_4 .dropdown-menu .dropdown-item:active:hover, #gform_4 .dropdown-menu .dropdown-item:hover:hover, #gform_4 .dropdown-menu .dropdown-item:focus:hover, .gform_wrapper .dropdown-menu .dropdown-item.active:hover, .gform_wrapper .dropdown-menu .dropdown-item:active:hover, .gform_wrapper .dropdown-menu .dropdown-item:hover:hover, .gform_wrapper .dropdown-menu .dropdown-item:focus:hover {
      color: #fff; }

#gform_2 select, #gform_3 select, #gform_4 select, .gform_wrapper select {
  display: block;
  font-size: 14px;
  font-family: "a-regular", sans-serif;
  font-weight: normal;
  color: #030303;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #ccc;
  box-shadow: none;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #fff 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: .65em auto, 100%; }

#gform_2 select::-ms-expand, #gform_3 select::-ms-expand, #gform_4 select::-ms-expand, .gform_wrapper select::-ms-expand {
  display: none; }

#gform_2 select:focus, #gform_3 select:focus, #gform_4 select:focus, .gform_wrapper select:focus {
  border-color: #3f85b8;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: none;
  color: #030303;
  outline: none; }

#gform_2 select option, #gform_3 select option, #gform_4 select option, .gform_wrapper select option {
  font-weight: normal; }

body .bootstrap-select .dropdown-toggle:focus, body .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
  box-shadow: none !important;
  border-color: #ccc !important; }

.font-fix {
  font-family: "a-regular", sans-serif !important; }

.gform_wrapper textarea.medium {
  height: 120px !important;
  border: 1px solid #ccc;
  margin: 0;
  display: block; }

.ginput_container_creditcard .ginput_full:last-of-type label {
  margin-bottom: 0 !important; }

@media screen and (min-width: 768px) {
  .form-container {
    background: #fafafa;
    border: 1px solid #eee;
    margin-left: -1px; }
  body article .gform_wrapper .gform_footer {
    padding-right: 16px; } }

@media screen and (max-width: 767px) {
  .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half, .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
    width: 100% !important;
    padding: 0 !important; }
  .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
    margin-top: 8px !important; }
  .ginput_full.address_line_2 {
    margin-top: 6px !important; } }

a.button, .button, button, header .navbar-nav li.nav-item a.button {
  display: inline-block;
  padding: 10px 20px 8px;
  font-size: 12px !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: #3f85b8;
  border: none;
  font-family: "a-bold", sans-serif;
  letter-spacing: 0.03em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 12px !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important; }
  a.button:hover, .button:hover, button:hover, header .navbar-nav li.nav-item a.button:hover {
    background: #75a42a;
    text-decoration: none; }
  a.button.orange, .button.orange, button.orange, header .navbar-nav li.nav-item a.button.orange {
    background: #d37c00; }
    a.button.orange:hover, .button.orange:hover, button.orange:hover, header .navbar-nav li.nav-item a.button.orange:hover {
      background: #75a42a; }
  a.button.faded, .button.faded, button.faded, header .navbar-nav li.nav-item a.button.faded {
    background: rgba(255, 255, 255, 0.5);
    color: #030303; }
    a.button.faded:hover, .button.faded:hover, button.faded:hover, header .navbar-nav li.nav-item a.button.faded:hover {
      background: white; }

.interior-text p a.button {
  position: relative;
  top: -12px; }

footer p:last-of-type {
  margin-bottom: 1rem; }

footer p a:hover {
  color: #3f85b8;
  border-bottom-color: #3f85b8; }

footer p a[href^="tel:"], footer p a.no-style {
  color: inherit;
  border: none; }

ul.social-links {
  list-style: none;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0; }
  ul.social-links li {
    display: inline-block;
    margin: 0 3px;
    line-height: 29px; }
    ul.social-links li a {
      background: #d37c00;
      width: 29px;
      height: 29px;
      border-radius: 50%;
      display: block;
      color: #030303;
      line-height: 29px; }
      ul.social-links li a i {
        font-size: 12px;
        display: block;
        line-height: 29px; }
      ul.social-links li a:hover {
        color: #fff; }
    ul.social-links li:nth-child(2) a {
      background: #3f85b8; }
    ul.social-links li:nth-child(3) a {
      background: #75a42a; }
    ul.social-links li:nth-child(4) a {
      background: #d1cfce; }
