.page-id-36181 {
  overflow-x: hidden;
  width: 100%;
  height: auto;
  position: relative;
}

.page-id-36181 #masthead.site-header,
.page-id-36181 .uwy.uac .uai,
.page-id-36181 .sticky-bottom {
  display: none !important;
}

@media (max-width: 37.5em) {
  .page-id-36181 #wpfront-notification-bar {
    top: 0 !important;
  }
}

.page-id-36181 .site {
  position: relative;
}

.page-id-36181 .container {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 600px) {
  .page-id-36181 .container {
    width: 90%;
  }
}

.page-id-36181 .landing-header {
  position: fixed;
  width: 100%;
  padding: 2px 0;
  z-index: 100;
  background: #1a3460;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1a3460),
    color-stop(47%, #1a3460),
    color-stop(85%, #2aaf8a),
    color-stop(93%, #2aaf8a)
  );
  background: linear-gradient(
    90deg,
    #1a3460 0%,
    #1a3460 47%,
    #2aaf8a 85%,
    #2aaf8a 93%
  );
}

.page-id-36181 .landing-header .container {
  width: 90%;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  color: #fff;
}

@media (max-width: 600px) {
  .page-id-36181 .landing-header .container {
    width: 95%;
  }
}

.page-id-36181 .landing-header .container .landing-header-title {
  font-size: 1.3em;
}

.page-id-36181 .landing-header .container .collapse {
  width: 300px;
  font-size: 1.2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: absolute;
  background-color: #1a3560;
  padding: 10px 20px 50px 20px;
  top: 0;
  left: 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  z-index: -1;
}

.page-id-36181 .landing-header .container .collapse.open {
  visibility: visible;
  opacity: 1;
  z-index: 105;
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
}

.page-id-36181 .landing-header .container .collapse .btn-close {
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
}

.page-id-36181 .landing-header .container .collapse .landing-menu-item {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding: 10px;
}

.page-id-36181 .landing-header .container .collapse .landing-menu-item.no-link {
  cursor: default;
}

.page-id-36181 .landing-header .container .collapse .landing-menu-item span {
  padding-right: 30px;
}

@media (max-width: 600px) {
  .page-id-36181 main.site-main {
    margin-top: 20px;
  }
}

.page-id-36181 main.site-main section {
  padding: 3.5em 0;
}

@media (max-width: 600px) {
  .page-id-36181 main.site-main section {
    padding: 2.5em 0 2em;
  }
}

.page-id-36181 h2 {
  font-size: 2.5em;
  margin: 0 0 0.75em;
}

@media (max-width: 600px) {
  .page-id-36181 h2 {
    font-size: 2em;
    line-height: 1em;
    text-align: center;
  }
}

.page-id-36181 h3 {
  font-size: 2em;
  margin: 0.5em 0;
}

@media (max-width: 600px) {
  .page-id-36181 h3 {
    font-size: 2.2em;
    line-height: 1.1em;
  }
}

.page-id-36181 p {
  font-size: 1.1em;
}

.page-id-36181 .landing-hero {
  height: 80vh;
  background-image: url(../images/landing-hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .page-id-36181 .landing-hero {
    background-position: 32%;
  }
}

@media (max-width: 768px) {
  .page-id-36181 .landing-hero {
    background-image: url(../images/landing-hero-mobile.jpg);
    background-position: right;
  }
}

@media (max-width: 600px) {
  .page-id-36181 .landing-hero {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 90vh;
    background-position: center;
  }
}

.page-id-36181 .landing-hero .hero-content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 5%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 600px) {
  .page-id-36181 .landing-hero .hero-content {
    width: auto;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    padding: 22% 5% 10%;
  }
}

.page-id-36181 .landing-hero .hero-content h1 {
  color: #ffffff;
  font-size: 3.5em;
  line-height: 1em;
}

@media (max-width: 1024px) {
  .page-id-36181 .landing-hero .hero-content h1 {
    font-size: 3em;
  }
}

@media (max-width: 600px) {
  .page-id-36181 .landing-hero .hero-content h1 {
    font-size: 2.1em;
  }
}

.page-id-36181 .landing-hero .hero-content a {
  background-color: #319391;
  padding: 5px 20px;
  color: #ffffff;
  text-decoration: none;
  font-style: italic;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-size: 1.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
}

.page-id-36181 .landing-hero .hero-content a:hover {
  background-color: #1e3c78;
}

@media (max-width: 1024px) {
  .page-id-36181 .landing-hero .hero-content a {
    font-size: 1.2em;
  }
}

@media (max-width: 600px) {
  .page-id-36181 .landing-hero .hero-content a {
    font-size: 1em;
    padding: 5px 20px;
  }
}

.page-id-36181 .landing-hero .hero-content a span {
  display: inline-block;
  padding-right: 10px;
}

.page-id-36181 .landing-hero .hero-content a svg {
  padding-left: 3px;
}

.page-id-36181 section#resources {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#174076),
    to(#319391)
  );
  background: linear-gradient(#174076 0%, #319391 100%);
  color: #ffffff;
}

@media (max-width: 600px) {
  .page-id-36181 section#resources {
    padding: 1.5em 0;
  }
}

.page-id-36181 section#resources .content {
  width: 70%;
  padding-right: 20px;
}

@media (max-width: 600px) {
  .page-id-36181 section#resources .content {
    width: 100%;
    padding-right: 0;
  }
}

.page-id-36181 section#resources .resources-img {
  width: 30%;
  background-image: url(../images/resources-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

@media (max-width: 600px) {
  .page-id-36181 section#resources .resources-img {
    display: none;
  }
}

.page-id-36181 section.health .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-id-36181 section.health .intro {
  width: 58%;
  max-width: 670px;
  text-align: center;
  padding: 0 1.5em;
  border: 2px solid #319391;
}

@media (max-width: 768px) {
  .page-id-36181 section.health .intro {
    width: 80%;
  }
}

@media (max-width: 600px) {
  .page-id-36181 section.health .intro {
    width: 100%;
  }
}

.page-id-36181 section.health .intro h3 {
  color: #319391;
}

@media (max-width: 600px) {
  .page-id-36181 section.health .intro h3 {
    margin: 1em 0 0;
  }
}

.page-id-36181 section.health .intro p {
  color: #1e3c78;
}

@media (max-width: 600px) {
  .page-id-36181 section.health .intro p {
    margin-top: 0;
    font-size: 1.2em;
  }
}

/*.page-id-36181 section.health .get-help {
  width: 60%;
  max-width: 670px;
  padding: 1em 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .page-id-36181 section.health .get-help {
    width: 80%;
  }
}

@media (max-width: 600px) {
  .page-id-36181 section.health .get-help {
    width: 100%;
  }
}

.page-id-36181 section.health .get-help .get-help-buttons {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.learn .get-help a.square-btn,
.page-id-36181 section.health .get-help .get-help-buttons a.square-btn {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#319391),
    color-stop(64.04%, #1e3c78),
    to(#1e3c78)
  );
  background: linear-gradient(#319391 0%, #1e3c78 64.04%, #1e3c78 100%);
  height: 64px;
  width: 48%;
  border-radius: 8px;
  font-weight: normal;
  line-height: 20px;
  padding: 15px;
}

@media (max-width: 600px) {
  .page-id-36181 section.health .get-help .get-help-buttons a.square-btn {
    width: 100%;
  }
}*/

/* Get Help Buttons */
.page-id-36181 section.health .get-help h4 {
  width: 70%;
  text-align: center;
  font-family: var(--global-font-family);
  color: #1e3c78;
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 1em 0 0.5em;
}

@media (max-width: 600px) {
  .page-id-36181 section.health .get-help h4 {
    width: 100%;
    font-size: 1.5em;
    line-height: 1.2em;
  }
}

.get-help {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  max-width: 670px;
  padding: 1em 1em 0;
  text-align: center;
  width: 100%;
}

.intro-btn-contain {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  margin: 0 auto 10px;
}

.intro-btn-contain > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.intro-btn-contain > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.intro-btn-contain > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.intro-btn-contain > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.intro-btn-contain a.intro-btn {
  -ms-grid-column: 3;
  grid-column-start: 2;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
}

.module-get-help-buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  margin: 0 auto;
  max-width: 645px;
  width: 100%;
}

.module-get-help-buttons > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.module-get-help-buttons > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.module-get-help-buttons > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.module-get-help-buttons > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.module-get-help-buttons > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.module-get-help-buttons > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.module-get-help-buttons > *:nth-child(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.module-get-help-buttons > *:nth-child(8) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}

.module-get-help-buttons > *:nth-child(9) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}

.module-get-help-buttons > *:nth-child(10) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}

.intro-btn-contain a.intro-btn,
.module-get-help-buttons a.square-btn {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#319391),
    color-stop(64.04%, #1e3c78),
    to(#1e3c78)
  );
  background: -o-linear-gradient(#319391 0%, #1e3c78 64.04%, #1e3c78 100%);
  background: linear-gradient(#319391 0%, #1e3c78 64.04%, #1e3c78 100%);
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 20px;
  margin: 0 auto 10px;
  max-width: 258px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.75rem 1rem;
  width: 100%;
}

.intro-btn-contain a.intro-btn:hover,
.intro-btn-contain a.intro-btn:focus,
.module-get-help-buttons a.square-btn:hover,
.module-get-help-buttons a.square-btn:focus {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1e3c78),
    color-stop(64.04%, #1e3c78),
    to(#1e3c78)
  );
  background: -o-linear-gradient(#1e3c78 0%, #1e3c78 64.04%, #1e3c78 100%);
  background: linear-gradient(#1e3c78 0%, #1e3c78 64.04%, #1e3c78 100%);
}

@media only screen and (max-width: 700px) {
  .intro-btn-contain a.intro-btn,
  .module-get-help-buttons a.square-btn {
    height: 80px;
  }
  .intro-btn-contain a.intro-btn {
    max-width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .intro-btn-contain,
  .module-get-help-buttons {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    width: 80%;
  }
  .intro-btn-contain a.intro-btn,
  .module-get-help-buttons a.square-btn {
    height: 64px;
    max-width: 100%;
    padding: 1.4rem 1rem;
  }
  .intro-btn-contain a.intro-btn {
    -ms-grid-column: unset;
    grid-column-start: unset;
    -ms-grid-column-span: NaN;
    grid-column-end: unset;
  }
}

.page-id-36181 section.for-whom {
  background-image: url(../images/for-whom.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .page-id-36181 section.for-whom {
    background-image: none;
    background-color: #f5f8fa;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}

.page-id-36181 section.for-whom .content {
  width: 45%;
}

@media (max-width: 768px) {
  .page-id-36181 section.for-whom .content {
    width: 85%;
    padding-bottom: 1em;
  }
}

.page-id-36181 section.for-whom .content h3 {
  color: #1e3c78;
}

@media (max-width: 600px) {
  .page-id-36181 section.for-whom .content h3 {
    text-align: center;
    margin-top: 0;
    line-height: 1em;
  }
}

.page-id-36181 section.for-whom .content p.subtitle {
  color: #319391;
  font-size: 1.5em;
}

.page-id-36181 section.for-whom img {
  display: none;
}

@media (max-width: 768px) {
  .page-id-36181 section.for-whom img {
    display: block;
  }
}

.page-id-36181 section.why {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#174076),
    to(#319391)
  );
  background: linear-gradient(#174076 0%, #319391 100%);
  color: #ffffff;
  position: relative;
  padding-bottom: 14em !important;
}

@media (max-width: 600px) {
  .page-id-36181 section.why {
    padding-bottom: 11em !important;
  }
}

.page-id-36181 section.why .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 700px;
  text-align: center;
}

.page-id-36181 section.why .container .watch {
  position: absolute;
  bottom: -3em;
  color: #1e3c78;
  padding: 1.5em 3em;
  font-weight: 600;
  border: 2px solid #319391;
  max-width: 600px;
}

@media (max-width: 600px) {
  .page-id-36181 section.why .container .watch {
    max-width: 360px;
    padding: 0.8em 0.5em 1em;
  }
  .page-id-36181 section.why .container .watch p {
    font-weight: 600;
    font-size: 1em;
  }
  .page-id-36181 section.why .container .watch h3 {
    font-size: 1.7em;
    line-height: 0.9em;
    font-weight: 500;
  }
}

.page-id-36181 section.why .container .watch a {
  color: #319391;
  font-weight: 600;
}

@media (min-width: 600px) {
  .page-id-36181 section.why .container .watch span {
    display: block;
  }
}

.page-id-36181 footer.site-footer {
  display: none;
}

.page-id-36181 .landing-footer {
  background-color: #1a3560;
}

.page-id-36181 .landing-footer .container {
  width: 90%;
  max-width: 1200px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5.5em 0 3em;
}

@media (max-width: 600px) {
  .page-id-36181 .landing-footer .container {
    width: 95%;
  }
}

.page-id-36181 .landing-footer .container .landing-footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 600px) {
  .page-id-36181 .landing-footer .container .landing-footer-links {
    display: none;
  }
}

.page-id-36181 .landing-footer .container .landing-footer-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20%;
  padding: 0 10px;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
}

@media (max-width: 1025px) {
  .page-id-36181 .landing-footer .container .landing-footer-links a {
    text-align: center;
  }
}

.page-id-36181 .landing-footer .container .landing-footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 40px;
}

@media (max-width: 600px) {
  .page-id-36181 .landing-footer .container .landing-footer-logos {
    padding-top: 0;
  }
}

.page-id-36181 .landing-footer .container .landing-footer-logos img {
  display: block;
  margin: 0 20px;
  max-width: 165px;
  height: 60px;
}

@media (max-width: 600px) {
  .page-id-36181
    .landing-footer
    .container
    .landing-footer-logos
    img:first-child {
    margin-bottom: 30px;
  }
}

/*.page-id-36181 section.health .get-help .get-help-group {
  width: 48%;
}
@media (max-width: 600px) {
  .page-id-36181 section.health .get-help .get-help-group {
    width: 100%;
  }
  .learn .get-help a.square-btn {
    width: 85% !important;
    min-width: 220px;
    margin: 0 auto 20px;
  }
}

.learn .get-help a.square-btn {
  width: 40%;
  min-width: 220px;
  margin: 0 auto 20px;
}

.page-id-36181 section.health .get-help .get-help-buttons a.square-btn {
  width: 85%;
  min-width: 220px;
  margin: 0 auto 20px;
}*/

.page-id-36181 .landing-hero .hero-content a svg {
  height: 1.1em;
  width: 1.1em;
}
