:root {
  --main-color: #FF4D4F;
}

@font-face {
  font-family: "ApercuBold";
  src: url("../fonts/ApercuBold.eot");
  src: url("../fonts/ApercuBold.eot") format("embedded-opentype"), url("../fonts/ApercuBold.woff2") format("woff2"), url("../fonts/ApercuBold.woff") format("woff"), url("../fonts/ApercuBold.ttf") format("truetype"), url("../fonts/ApercuBold.svg#ApercuBold") format("svg");
}

@font-face {
  font-family: "ApercuMedium";
  src: url("../fonts/ApercuMedium.eot");
  src: url("../fonts/ApercuMedium.eot") format("embedded-opentype"), url("../fonts/ApercuMedium.woff2") format("woff2"), url("../fonts/ApercuMedium.woff") format("woff"), url("../fonts/ApercuMedium.ttf") format("truetype"), url("../fonts/ApercuMedium.svg#ApercuMedium") format("svg");
}

@font-face {
  font-family: "SFProDisplay";
  src: url("../fonts/SFProDisplay.eot");
  src: url("../fonts/SFProDisplay.eot") format("embedded-opentype"), url("../fonts/SFProDisplay.woff2") format("woff2"), url("../fonts/SFProDisplay.woff") format("woff"), url("../fonts/SFProDisplay.ttf") format("truetype"), url("../fonts/SFProDisplay.svg#SFProDisplay") format("svg");
}

.new-layout {
  font-family: SFProDisplay;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 1.5;
}

.new-layout h1,
.new-layout h2,
.new-layout h3,
.new-layout h4 {
  font-family: ApercuMedium;
  letter-spacing: normal;
}

.new-layout h2 {
  font-size: 44px;
  line-height: 1.22;
  margin-bottom: 25px;
}

.new-layout h4 {
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 17px;
}

.new-layout p {
  line-height: 1.5;
  margin-bottom: 25px;
}

.new-layout figure {
  position: relative;
}

.new-layout figure figcapture {
  position: absolute;
  color: #fff;
  font-family: ApercuMedium;
  bottom: 25px;
  right: 25px;
}

.new-layout .button {
  font-size: 20px;
  word-spacing: 1px;
  padding: 23px 45px;
}

.new-layout .mobile-space {
  padding-left: 25px;
  padding-right: 25px;
}

.new-layout .row {
  max-width: 1280px;
}

@media (max-width: 1024px) {
  .new-layout {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .new-layout h2 {
    font-size: 32px;
    line-height: 1.125;
    margin-bottom: 17px;
  }

  .new-layout h4 {
    font-size: 20px;
    margin-bottom: 7px;
  }
}

.highlight {
  position: relative;
}

.highlight:after {
  max-width: 200px;
  width: 100%;
  height: 0.4em;
  content: "";
  display: inline-block;
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5%;
  background-image: url("../images/highlight.png");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
}

.button.third {
  background-color: var(--main-color);
  border-color: var(--main-color) !important;
  color: #fff;
}

.button.third:hover {
  background-color: #fff;
  color: var(--main-color);
}

.banner-slider-inner.alt {
  height: auto;
  background-position: center bottom !important;
}

.banner-slider-inner.alt .banner-cont {
  margin-left: auto;
}

.banner-slider-inner.alt .banner-cont h2 {
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 8px;
}

.banner-slider-inner.alt .banner-cont p {
  min-height: 3em;
}

@media (max-width: 639px) {
  .banner-slider-inner.alt .banner-cont {
    padding: 35px 40px 45px;
    border-radius: 0;
    text-align: left;
  }

  .banner-slider-inner.alt .banner-cont p {
    margin-left: 0;
    margin-right: 0;
  }

  .banner-slider-inner.alt .banner-cont h2 {
    font-size: 40px;
    line-height: 1.1;
  }

  .banner-slider-inner.alt .banner-cont .button {
    width: 100%;
  }

  .banner-slider-inner.alt img {
    height: 72vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 399px) {
  .banner-slider-inner.alt .banner-cont {
    padding-left: 25px;
    padding-right: 25px;
  }
}

section.section--about-veteran {
  padding-top: 92px;
  padding-bottom: 35px;
}

section.section--about-veteran .section--about-veteran__text p {
  margin-bottom: 52px;
}

section.section--about-veteran .section--about-veteran__text .button:last-child {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  section.section--about-veteran .section--about-veteran__text {
    padding-left: 37px;
    padding-right: 20px;
  }
}

@media (max-width: 1024px) {
  section.section--about-veteran {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  section.section--about-veteran figure img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  section.section--about-veteran figure {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  section.section--about-veteran.mobile-space {
    padding-left: 15px;
    padding-right: 15px;
  }

  section.section--about-veteran .column,
  section.section--about-veteran .columns:nth-child(1) {
    padding-left: 25px;
    padding-right: 25px;
  }

  section.section--about-veteran .section--about-veteran__text {
    padding-left: 0;
    padding-right: 0;
  }
}

section.section--serv-center .row {
  background-color: #F9F9F9;
  padding: 21px 40px;
  border-radius: 10px;
}

@media (max-width: 1024px) {
  section.section--serv-center {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  section.section--serv-center .row {
    padding-top: 42px;
    border-radius: 0;
  }

  section.section--serv-center .columns {
    padding: 0;
  }
}

.welb-service {
  position: relative;
  text-align: center;
  background-color: #F9F9F9;
  border-radius: 10px;
  padding: 50px 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  justify-content: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 405px;
}

.welb-service__icon {
  margin-bottom: 14px;
  width: 100%;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.welb-service__icon .icon {
  max-width: 100%;
  max-height: 100%;
  width: 90px;
  height: 90px;
}

.welb-service h3 {
  font-size: 28px;
  line-height: 1.2;
}

.welb-service a {
  font-family: ApercuMedium;
  border-bottom: 2px solid var(--main-color);
  margin-top: auto;
}

.welb-service a:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  cursor: pointer;
  content: inline-block;
  display: block;
  position: absolute;
}

.welb-service a:hover {
  border-bottom-color: transparent;
}

@media (max-width: 639px) {
  .welb-service {
    padding: 21px 10px;
    min-height: 238px;
  }

  .welb-service h3 {
    font-size: 18px;
  }

  .welb-service__icon {
    margin-bottom: 10px;
    height: 75px;
  }

  .welb-service__icon .icon {
    width: 60px;
    height: 60px;
  }
}

.section--welb-services {
  padding-top: 62px;
  padding-bottom: 37px;
}

.section--welb-services__head {
  text-align: center;
  padding-bottom: 32px;
}

body.new-layout .section--welb-services__head h2 {
  margin-bottom: 15px;
}

.section--welb-services__body {
  padding-top: 12px;
  padding-bottom: 12px;
}

.section--welb-services__body .columns {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .section--welb-services {
    padding-bottom: 35px;
  }
}

@media (max-width: 639px) {
  .section--welb-services {
    padding-bottom: 0;
  }

  .section--welb-services__head h2 br {
    display: none;
  }

  .section--welb-services__head h4 {
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
  }

  .section--welb-services__body {
    padding-bottom: 0;
  }

  .section--welb-services__body .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.welb-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  justify-content: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-bottom: 68px;
}

.welb-card img {
  margin-bottom: 40px;
}

.welb-card h3 {
  margin-bottom: 33px;
  font-size: 28px;
  line-height: 1.2;
}

.welb-card a {
  font-family: ApercuMedium;
  border-bottom: 2px solid var(--main-color);
  margin-top: auto;
}

.welb-card a:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  cursor: pointer;
  content: inline-block;
  display: block;
  position: absolute;
}

.welb-card a:hover {
  border-bottom-color: transparent;
}

@media (max-width: 639px) {
  .welb-card img {
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 19px;
  }

  .welb-card h3 {
    margin-bottom: 14px;
  }
}

.section--current-welb {
  background-color: #f9f9f9;
  padding-top: 115px;
  padding-bottom: 57px;
}

.section--current-welb__head {
  text-align: center;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  max-width: 625px;
}

@media (max-width: 1024px) {
  .section--current-welb {
    padding-top: 57px;
    padding-bottom: 0;
  }

  .section--current-welb__head {
    margin-bottom: 30px;
    max-width: 540px;
  }
}

@media (max-width: 639px) {
  .section--current-welb__head {
    margin-bottom: 30px;
    max-width: 315px;
  }

  .section--current-welb__head h2 {
    margin-bottom: 32px;
  }
}

.section--partnership {
  background-color: #F9F9F9;
  padding-top: 102px;
  padding-bottom: 120px;
}

.section--partnership__inner {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 520px;
}

.section--partnership__icon {
  margin-bottom: 26px;
}

.section--partnership__icon .icon {
  width: 93px;
  height: 84px;
}

.section--partnership .button {
  font-family: CircularStdMedium;
  min-width: 232px;
}

.section--partnership h2 {
  margin-bottom: 20px;
}

.section--partnership p {
  margin-bottom: 44px;
}

@media (max-width: 1024px) {
  .section--partnership {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section--partnership__inner {
    max-width: 480px;
  }
}

@media (max-width: 639px) {
  .section--partnership {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .section--partnership .button {
    min-width: 0;
  }
}

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

.page-id-14939 .help-column-blocks .card-block,
.page-id-14939 .help-column-blocks .medium-4 {
  margin: 0 auto;
}

.wpbb-applynow-btn {
  display: block;
  font-family: 'CircularStdBold';
  text-transform: capitalize;
  transition: background .3s ease-out;
  position: relative;
  color: #fff;
  padding: 1.3333em 1.1em;
  text-align: center;
  cursor: pointer;
  background: #1D1951;
  border: 0 !important;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 29%) !important;
  width: 100%;
  font-size: 18px;
  line-height: 16px;
  border-radius: 4px;
}


.button-removeBg {
  color: #fff !important;
}

.button-removeBg h1 {
  margin-bottom: 10px !important;
}

.button-removeBg .button {
  color: #fff;
  padding-bottom: 60px !important;
  background-color: #172252 !important;
}

.button-removeBg .button:before {
  content: "";
  background-color: #172252 !important;
  position: absolute !important;
  top: 0 !important;
  width: 50vw !important;
  height: 100px !important;
  right: 0 !important;
}

.button-removeBg .button:hover {
  color: #FF4D4F !important;
}

.section-events-calendar__item-details.section-events-single__details {
  display: none;
}

body.postid-18812 .section-events-single__related {
  display: none;
}

body.single-tribe_events .gallery .gallery-item img {
  opacity: 1;
}

.section-events-single__address-details span.item-icon.icon--pin {
  padding-left: 0;
}

@media screen and (min-width:1024px) {
  .postid-18812 .section-banner {
    height: 500px;
  }
}