@charset "UTF-8";
@font-face {
  font-family: "Helvetica-Neue-LT";
  font-weight: 400;
  src: url("./assets/fonts/522972a6-5867-47ae-82fc-a7cf9bd5d4d4.eot?#iefix");
  src: url("./assets/fonts/522972a6-5867-47ae-82fc-a7cf9bd5d4d4.eot?#iefix") format("eot"), url("./assets/fonts/08b57253-2e0d-4c12-9c57-107f6c67bc49.woff2") format("woff2"), url("./assets/fonts/08edde9d-c27b-4731-a27f-d6cd9b01cd06.woff") format("woff"), url("./assets/fonts/8f4a1705-214a-4dd0-80b8-72252c37e688.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica-Neue-LT";
  font-weight: 400;
  font-style: italic;
  src: url("./assets/fonts/c708845d-fe72-4432-9276-47c4f91aec1c.eot?#iefix");
  src: url("./assets/fonts/c708845d-fe72-4432-9276-47c4f91aec1c.eot?#iefix") format("eot"), url("./assets/fonts/4bd56f95-e7ab-4a32-91fd-b8704cbd38bc.woff2") format("woff2"), url("./assets/fonts/4fe1c328-1f21-434a-8f0d-5e0cf6c70dfb.woff") format("woff"), url("./assets/fonts/c07fd9e2-5e0b-4297-9229-af0c8e331d94.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica-Neue-LT";
  font-weight: 700;
  src: url("./assets/fonts/9697cfef-7816-47cc-81ed-c56c029d3bcf.eot?#iefix");
  src: url("./assets/fonts/9697cfef-7816-47cc-81ed-c56c029d3bcf.eot?#iefix") format("eot"), url("./assets/fonts/1f4274cd-2674-481e-9023-69e33ffca161.woff2") format("woff2"), url("./assets/fonts/5e8d493c-be01-44b9-962e-504a5cf10dd8.woff") format("woff"), url("./assets/fonts/ae36b4a0-aa2c-46cc-98d8-d8b7d22241dc.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica-Neue-LT";
  font-weight: 700;
  font-style: italic;
  src: url("./assets/fonts/ae7ba1a5-8e73-4170-81ae-a7d26629e728.eot?#iefix");
  src: url("./assets/fonts/ae7ba1a5-8e73-4170-81ae-a7d26629e728.eot?#iefix") format("eot"), url("./assets/fonts/13ab58b4-b5ba-4c95-afde-ab2608fbbbd9.woff2") format("woff2"), url("./assets/fonts/5018b5b5-c821-4653-bc74-d0b11d735f1a.woff") format("woff"), url("./assets/fonts/c20f44a1-784c-4d3f-8d7f-aee889b6a7ae.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica-Neue-LT";
  src: url("./assets/fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("./assets/fonts/HelveticaNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.333%;
}
.col-xs-offset-2 {
  margin-left: 16.667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.333%;
}
.col-xs-offset-5 {
  margin-left: 41.667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.333%;
}
.col-xs-offset-8 {
  margin-left: 66.667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.333%;
}
.col-xs-offset-11 {
  margin-left: 91.667%;
}
.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}
.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }
  .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }
  .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }
  .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 38px;
  line-height: 36px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active {
  border-color: #999;
}
.nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select .nice-select-dropdown {
  margin-top: 4px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(19px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  opacity: 0;
}
.nice-select .list {
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  max-height: 210px;
  overflow-y: auto;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .list::-webkit-scrollbar {
  width: 0;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover {
  background-color: #f6f6f6;
}
.nice-select .option.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.nice-select .optgroup {
  font-weight: bold;
}
.nice-select .has-multiple {
  white-space: inherit;
  height: auto;
  padding: 7px 12px;
  min-height: 36px;
  line-height: 22px;
}
.nice-select .has-multiple span.current {
  border: 1px solid #ccc;
  background: #eee;
  padding: 0 10px;
  border-radius: 3px;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 3px;
}
.nice-select .has-multiple .multiple-options {
  display: block;
  line-height: 24px;
  padding: 0;
}
.nice-select .nice-select-search-box {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  pointer-events: none;
  border-radius: 5px 5px 0 0;
}
.nice-select .nice-select-search {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 12px;
  margin: 0 10px 0 0;
  width: 100%;
  min-height: 36px;
  line-height: 22px;
  height: auto;
  outline: 0 !important;
  font-size: 14px;
}
.nice-select.open {
  border-color: #999;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .nice-select-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .nice-select-dropdown {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .nice-select-dropdown {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.no-csspointerevents .nice-select .nice-select-dropdown {
  display: none;
}
.no-csspointerevents .nice-select.open .nice-select-dropdown {
  display: block;
}
body, button, input, select, textarea, .ast-button, .ast-custom-button {
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  color: #111212;
  font-size: 16px;
}
.review-details .menu-toggle, .review-details button, .review-details .ast-button, .review-details .ast-custom-button, .review-details .button, .review-details input#submit, .review-details input[type="button"], .review-details input[type="submit"], .review-details input[type="reset"], #course-reviews-section .menu-toggle, #course-reviews-section button, #course-reviews-section .ast-button, #course-reviews-section .ast-custom-button, #course-reviews-section .button, #course-reviews-section input#submit, #course-reviews-section input[type="button"], #course-reviews-section input[type="submit"], #course-reviews-section input[type="reset"] {
  background-color: #075fab;
  color: white;
  border-radius: 20px;
  padding: 15px 50px;
}
body.logged-in .hide-logged-in {
  display: none;
}
body.logged-in .main-header-bar-navigation .profile-menu {
  display: flex !important;
}
body.logged-in .profile-menu {
  display: inline-block !important;
}
.acf-hidden {
  display: none;
}
.profile-menu {
  display: none !important;
}
.ld-login-modal-wrapper p, .ld-login-modal-wrapper input {
  margin-top: 0;
  margin-bottom: 0;
}
#header-searchbar {
  text-align: right;
  width: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  order: 4;
}
#header-searchbar button {
  background: #ededed;
  color: #666;
  padding: 10px 25px;
}
#header-searchbar input {
  height: 35px;
  line-height: 20px;
  padding: 5px 10px;
}
.ast-site-identity {
  padding: 0;
}
.main-navigation {
  height: auto;
}
.ast-header-break-point .main-header-bar #header-searchbar {
  display: none;
}
.ld-login.ld-login.ld-login-text.ld-login-button.ld-button {
  text-align: center;
  font-size: 18px;
  border-radius: 35px;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ld-login.ld-login.ld-login-text.ld-login-button.ld-button {
    font-size: 14px;
  }
  .sfwd-courses.type-sfwd-courses .entry-title {
    font-size: 20px;
  }
}
html header.site-header {
  position: sticky !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.main-header-bar {
  background: #fff;
}
.home .wp-block-columns.has-2-columns.hide-logged-in .wp-block-column .learndash-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
}
header {
  background: #fff !important;
}
.ld-login-modal-branding img {
  max-width: 260px !important;
}
.ast-main-header-bar-alignment {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-grow: 1;
  text-align: center;
}
.ast-main-header-bar-alignment .main-navigation {
  margin: 0 auto;
  display: block;
}
#primary-menu {
  justify-content: center;
}
.ld-video {
  margin-bottom: 1.6em;
}
@media screen and (max-width: 799px) {
  .wp-block-cover-image, .wp-block-cover {
    margin-bottom: 40px;
  }
  .wp-block-embed-youtube {
    margin-top: 40px;
  }
}
@media screen and (min-width: 800px) {
  .wp-block-cover-image, .wp-block-cover {
    margin-bottom: 60px;
  }
  .wp-block-embed-youtube {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .learndash-wrapper .ld-login-modal {
    margin: 50% 50% 20px 50%;
  }
}
@media (min-width: 922px) {
  .ast-container {
    max-width: 100%;
  }
}
@media (min-width: 1560px) {
  .ast-container {
    max-width: 1600px;
  }
}
.sitebtn.bigblue a {
  border-radius: 8px;
  background-color: #075fab;
  color: #ffffff;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.38px;
  line-height: 1;
  text-align: center;
  display: inline-block;
  padding: 20px 30px;
  border: 1px solid #075fab;
  transition: color 250ms, background-color 250ms;
}
.sitebtn.bigblue a:hover {
  color: #075fab;
  background-color: #fff;
}
@media (min-width: 75em) {
  .section1.home {
    flex-wrap: nowrap;
  }
}
.section1.home .content_left {
  order: 2;
}
@media (min-width: 75em) {
  .section1.home .content_left {
    order: 1;
    padding-right: 0;
  }
}
.section1.home .content_left .content_wrap_left {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-bottom: 50px;
}
@media (min-width: 75em) {
  .section1.home .content_left .content_wrap_left {
    padding-right: 40%;
    padding-top: 50px;
  }
}
@media (min-width: 1260px) {
  .section1.home .content_left .content_wrap_left {
    padding-right: 35%;
  }
}
@media (min-width: 1850px) {
  .section1.home .content_left .content_wrap_left {
    padding-right: 40%;
  }
}
.section1.home .content_left .content_wrap_left .title {
  color: #075fab;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: left;
}
@media (min-width: 75em) {
  .section1.home .content_left .content_wrap_left .title {
    font-size: 40px;
  }
}
.section1.home .content_left .content_wrap_left .description {
  margin-top: 30px;
  color: #111212;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.14px;
  line-height: 23px;
  text-align: left;
}
.section1.home .content_left .content_wrap_left .sitebtn {
  margin-top: 30px;
}
.section1.home .right_image {
  position: relative;
  order: 1;
  margin-bottom: 100px;
}
@media (min-width: 75em) {
  .section1.home .right_image {
    margin-bottom: 0;
    order: 2;
    max-width: 50vw;
    width: 50vw;
    padding: 0;
    flex-basis: 50vw;
  }
}
.section1.home .right_image > img {
  width: 100%;
  max-height: 480px;
  display: block;
  object-fit: cover;
}
@media (min-width: 75em) {
  .section1.home .right_image > img {
    max-height: none;
    height: 100%;
  }
}
.section1.home .right_image .middle_image {
  position: absolute;
  height: 100%;
  left: 50%;
  bottom: -50px;
  transform: translate3d(-50%, 0, 0);
  max-height: 100%;
}
@media (min-width: 75em) {
  .section1.home .right_image .middle_image {
    left: 0;
    top: 50%;
    bottom: auto;
    transform: translate3d(-50%, -50%, 0);
    max-height: calc(100% - 150px);
  }
}
@media (min-width: 1480px) {
  .section1.home .right_image .middle_image {
    max-height: calc(100% - 100px);
  }
}
.section1.home .right_image .middle_image img {
  display: block;
  height: 100%;
  object-fit: contain;
}
.wrap_home {
  background-color: #daeef7;
  width: 100vw;
  margin-left: -20px;
  padding-top: 60px;
}
@media (min-width: 1560px) {
  .wrap_home {
    margin-left: calc(calc(-100vw - -100%) / 2);
  }
}
.wrap_home .wrap_home_head {
  background-color: #daeef7;
  margin-bottom: 50px;
}
.wrap_home .wrap_home_head .title {
  color: #075fab;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 75em) {
  .wrap_home .wrap_home_head .title {
    font-size: 34px;
  }
}
.wrap_home .wrap_home_head .description {
  color: #111212;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.14px;
  line-height: 23px;
  text-align: center;
}
.wrap_home .wrap_home_head .description p:last-child {
  margin-bottom: 0;
}
#rob_grid {
  padding-bottom: 75px;
}
#rob_grid .pagination {
  margin-top: 60px;
}
#rob_grid .pagination button {
  border-radius: 8px;
  background-color: #075fab;
  color: #ffffff;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.38px;
  line-height: 1;
  text-align: center;
  display: inline-block;
  padding: 20px 30px;
  border: 1px solid #075fab;
  transition: color 250ms, background-color 250ms;
}
#rob_grid .pagination button:hover {
  color: #075fab;
  background-color: #fff;
}
#rob_grid .toggle-filter {
  width: 100%;
  color: #111212;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.14px;
  line-height: 1;
  text-align: left;
  border-radius: 30px;
  background-color: #ffffff;
  border: none;
  display: block;
  padding: 20px 25px;
  background-image: url("./assets/images/arrow-right.png");
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) center;
  margin-bottom: 25px;
}
#rob_grid .toggle-filter.opened {
  background-image: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#rob_grid .toggle-filter.opened:before {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #075fab;
  color: #075fab;
  position: absolute;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 62em) {
  #rob_grid .toggle-filter {
    display: none;
  }
}
#rob_grid .learndash-course-grid-filter {
  padding: 0;
  margin-bottom: 40px;
}
#rob_grid .learndash-course-grid-filter .hide {
  display: none;
}
@media (min-width: 62em) {
  #rob_grid .learndash-course-grid-filter {
    display: flex !important;
    position: relative;
    max-width: 100%;
    background-color: transparent;
    border: none;
    width: 100%;
  }
  #rob_grid .learndash-course-grid-filter .filter-wrapper {
    width: 100%;
  }
  #rob_grid .learndash-course-grid-filter .filter-wrapper form {
    display: flex;
  }
  #rob_grid .learndash-course-grid-filter .filter-wrapper form .taxonomies {
    display: flex;
  }
}
#rob_grid .learndash-course-grid-filter .filter-wrapper button.clear {
  border-radius: 30px;
  background-color: #ffffff;
  border: none;
  color: #111212;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.14px;
  text-align: left;
  height: 50px;
  line-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 35px;
  width: auto;
}
#rob_grid .learndash-course-grid-filter .filter-wrapper button.clear:hover {
  background-color: #075fab;
  color: #fff;
}
#rob_grid .learndash-course-grid-filter .filter-wrapper form select {
  display: none;
}
#rob_grid .learndash-course-grid-filter .filter-wrapper form .filter {
  margin-right: 35px;
}
#rob_grid .learndash-course-grid-filter .filter-wrapper form .filter:last-of-type {
  margin-right: 0;
}
#rob_grid .learndash-course-grid-filter .filter-wrapper form .filter .customselect {
  border-radius: 30px;
  background-color: #ffffff;
  border: none;
  color: #111212;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.14px;
  text-align: left;
  height: 50px;
  line-height: 50px;
  padding-left: 25px;
  padding-right: 50px;
}
#rob_grid .learndash-course-grid-filter .filter-wrapper form .filter .customselect:after {
  border-bottom: 2px solid #075fab;
  border-right: 2px solid #075fab;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  right: 20px;
}
#rob_grid .learndash-course-grid-filter .filter-wrapper form .filter .customselect.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#rob_grid .learndash-course-grid-filter .filter-wrapper form .filter .customselect .nice-select-dropdown {
  width: 100%;
  margin: 0;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-bottom: 15px;
  box-shadow: none;
}
#rob_grid .learndash-course-grid-filter .filter-wrapper form .filter .customselect .nice-select-dropdown .list {
  border: none;
  margin: 0;
}
#rob_grid .learndash-course-grid-filter .filter-wrapper form .filter .customselect .nice-select-dropdown .list li {
  white-space: normal;
  color: #075fab;
  line-height: 1.1;
  font-weight: 700;
  padding: 10px 15px;
}
#rob_grid .learndash-course-grid-filter .filter-wrapper form .filter .customselect .nice-select-dropdown .list li[data-value="all"] {
  display: none;
}
#rob_grid .learndash-course-grid-filter .filter-wrapper form .filter .customselect .nice-select-dropdown .list li:hover {
  background-color: transparent;
  text-decoration: underline;
}
@media (max-width: 62em) {
  #rob_grid .learndash-course-grid-filter {
    position: relative;
    max-width: none;
    min-width: 0;
    border: none;
    margin-top: -25px;
  }
  #rob_grid .learndash-course-grid-filter .filter-wrapper {
    border-bottom: 1px solid #075fab;
  }
  #rob_grid .learndash-course-grid-filter .filter-wrapper form {
    display: flex;
    flex-direction: column;
  }
  #rob_grid .learndash-course-grid-filter .filter-wrapper form .filter {
    margin: 0;
  }
  #rob_grid .learndash-course-grid-filter .filter-wrapper form .filter .customselect {
    border-radius: 0;
    border-top: 1px solid #075fab;
    width: 100%;
  }
  #rob_grid .learndash-course-grid-filter .filter-wrapper form .filter .customselect .nice-select-dropdown {
    border-radius: 0;
  }
  #rob_grid .learndash-course-grid-filter .filter-wrapper form.fire .filter:not(.open) {
    opacity: 0.15;
  }
}
#rob_grid .items-wrapper {
  width: 100%;
}
#rob_grid .items-wrapper.loading {
  opacity: 0.6;
}
#rob_grid .items-wrapper .grid-1 .post {
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#rob_grid .items-wrapper .grid-1 .post .ribbon.new {
  --f: 0px;
  --r: 15px;
  --t: 10px;
  position: absolute;
  inset: var(--t) calc(-1 * var(--f)) auto auto;
  padding: 0 10px var(--f) calc(10px + var(--r));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)), var(--r) calc(50% - var(--f) / 2));
  background: #075fab;
  text-shadow: none;
  height: auto;
  line-height: 42px;
  border-radius: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
#rob_grid .items-wrapper .grid-1 .post .ribbon.new .icon {
  display: flex;
  margin-right: 10px;
}
#rob_grid .items-wrapper .grid-1 .post .ribbon.new .ribbontext {
  padding-right: 5px;
}
#rob_grid .items-wrapper .grid-1 .post .thumbnail img {
  height: 285px;
  object-fit: cover;
  display: block;
}
#rob_grid .items-wrapper .grid-1 .post .content {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#rob_grid .items-wrapper .grid-1 .post .content .ratings-after-title {
  display: none;
}
#rob_grid .items-wrapper .grid-1 .post .content .rating {
  display: flex;
  align-items: center;
}
#rob_grid .items-wrapper .grid-1 .post .content .rating .has-ratings .empty-stars .star {
  opacity: 0;
}
#rob_grid .items-wrapper .grid-1 .post .content .rating .has-ratings.rate-1 .empty-stars .star:nth-child(2), #rob_grid .items-wrapper .grid-1 .post .content .rating .has-ratings.rate-1 .empty-stars .star:nth-child(3), #rob_grid .items-wrapper .grid-1 .post .content .rating .has-ratings.rate-1 .empty-stars .star:nth-child(4), #rob_grid .items-wrapper .grid-1 .post .content .rating .has-ratings.rate-1 .empty-stars .star:nth-child(5) {
  opacity: 1;
}
#rob_grid .items-wrapper .grid-1 .post .content .rating .has-ratings.rate-2 .empty-stars .star:nth-child(3), #rob_grid .items-wrapper .grid-1 .post .content .rating .has-ratings.rate-2 .empty-stars .star:nth-child(4), #rob_grid .items-wrapper .grid-1 .post .content .rating .has-ratings.rate-2 .empty-stars .star:nth-child(5) {
  opacity: 1;
}
#rob_grid .items-wrapper .grid-1 .post .content .rating .has-ratings.rate-3 .empty-stars .star:nth-child(4), #rob_grid .items-wrapper .grid-1 .post .content .rating .has-ratings.rate-3 .empty-stars .star:nth-child(5) {
  opacity: 1;
}
#rob_grid .items-wrapper .grid-1 .post .content .rating .has-ratings.rate-4 .empty-stars .star:nth-child(5) {
  opacity: 1;
}
#rob_grid .items-wrapper .grid-1 .post .content .rating .rating_count {
  margin-left: 10px;
  color: #075fab;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-decoration: underline;
}
#rob_grid .items-wrapper .grid-1 .post .content .top-meta {
  margin-bottom: 40px;
}
#rob_grid .items-wrapper .grid-1 .post .content .metamiddle {
  border-top: 1px solid #daeef7;
  border-bottom: 1px solid #daeef7;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0.38px;
  line-height: 20px;
  text-align: left;
  color: #483e3e;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
#rob_grid .items-wrapper .grid-1 .post .content .metamiddle:empty {
  display: none;
}
#rob_grid .items-wrapper .grid-1 .post .content .metamiddle .meta-section {
  width: 100%;
  margin-bottom: 12px;
}
@media (min-width: 62em) {
  #rob_grid .items-wrapper .grid-1 .post .content .metamiddle .meta-section {
    width: 50%;
  }
}
@media (min-width: 62em) {
  #rob_grid .items-wrapper .grid-1 .post .content .metamiddle .meta-section:nth-child(even) {
    text-align: right;
  }
}
#rob_grid .items-wrapper .grid-1 .post .content .metamiddle .meta-section:last-child {
  margin-bottom: 0;
}
#rob_grid .items-wrapper .grid-1 .post .content .metamiddle .values {
  color: #075fab;
  font-weight: 700;
}
#rob_grid .items-wrapper .grid-1 .post .content .site-btn {
  text-align: center;
  margin-top: auto;
  margin-bottom: 20px;
}
#rob_grid .items-wrapper .grid-1 .post .content .site-btn a {
  display: inline-block;
  border-radius: 33px;
  background-color: #daeef7;
  padding: 15px 25px;
  border: 1px solid #daeef7;
  color: #075fab;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.43px;
  line-height: 1;
  text-align: center;
  transition: background-color 250ms;
}
#rob_grid .items-wrapper .grid-1 .post .content .site-btn a:hover {
  background-color: transparent;
}
.learndash-wrapper .ld-secondary-color-hover:hover, .learndash-wrapper .ld-secondary-color, .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button, .learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button, .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete:after {
  color: #075fab !important;
}
.learndash-wrapper #quiz_continue_link, .learndash-wrapper .ld-secondary-background, .learndash-wrapper .learndash_mark_complete_button, .learndash-wrapper #learndash_mark_complete_button, .learndash-wrapper .ld-status-complete, .learndash-wrapper .ld-alert-success .ld-button, .learndash-wrapper .ld-alert-success .ld-alert-icon {
  background-color: #075fab !important;
}
.home #primary {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
#masthead .ast-container {
  padding-left: 20px;
  padding-right: 20px;
}
.site-header-section {
  align-items: flex-start;
}
.site-header-section .site-header-focus-item {
  height: 100%;
}
.site-header-section .ast-builder-menu-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #daeef7;
  height: 100%;
}
.site-header-section .ast-builder-menu-1 nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.site-header-section .main-header-menu > .menu-item > .menu-link {
  color: #075fab;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.38px;
}
.site-header-section .ast-header-html-1 {
  border-left: 1px solid #daeef7;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.site-header-section .ast-header-html-1 p:empty {
  display: none;
}
.site-header-section .ast-header-html-1 .ast-builder-html-element {
  display: flex;
  align-items: center;
}
.site-header-section .ast-header-html-1 .ast-builder-html-element ul {
  list-style: none;
}
.site-header-section .ast-header-html-1 .ast-builder-html-element a:not(.custom) {
  color: #075fab;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.38px;
}
.site-header-section .ast-header-html-1 .ast-builder-html-element .wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: none;
}
.site-header-section .ast-header-html-1 .ast-builder-html-element .wpml-ls-legacy-list-horizontal a {
  padding: 0;
}
.site-header-section .ast-header-html-1 .ast-builder-html-element .top_item {
  padding: 0 20px;
}
.site-header-section .ast-header-html-1 .ast-builder-html-element .top_item:last-of-type {
  padding-right: 0;
}
.site-header-section .ast-header-html-1 .ast-builder-html-element .top_item.profile {
  display: flex;
}
.site-header-section .ast-header-html-1 .ast-builder-html-element .top_item.profile .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.site-header-section .ast-header-html-1 .ast-builder-html-element .top_item.profile .icon img {
  width: 56px;
  height: 56px;
  border-radius: 100%;
}
.site-header-section .ast-header-html-1 .ast-builder-html-element .top_item.profile nav {
  height: auto;
}
.site-header-section .ast-header-html-1 .ast-builder-html-element .top_item.profile nav > div {
  height: 100%;
}
.site-header-section .ast-header-html-1 .ast-builder-html-element .top_item.profile .menu-item-has-children > .menu-link:after {
  content: "";
  display: inline-block;
  font-family: Astra;
  font-size: 0.6rem;
  font-weight: bold;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  line-height: normal;
}
.site-header-section .ast-header-html-1 .ast-builder-html-element .top_item.profile .sub-menu.custom {
  border-top-width: 2px;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-color: var(--ast-global-color-0);
  border-style: solid;
  border-radius: 0;
}
.site-header-section .ast-header-html-1 .ast-builder-html-element .top_item.profile .sub-menu.custom:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  height: calc(0px + 5px);
}
.site-header-section .ast-header-html-1 .ast-builder-html-element .top_item.profile .sub-menu.custom a {
  padding: 0.9em 1em 0;
  display: block;
  word-wrap: break-word;
  border-style: none;
}
.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu {
  text-align: left;
  padding-bottom: 0.9em;
}
.main-header-menu .sub-menu .menu-link {
  padding-bottom: 0;
}
#ast-mobile-header .site-header-primary-section-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
#ast-mobile-header .ast-header-html-1 {
  flex-direction: column;
}
#ast-mobile-header .ast-header-html-1 .ast-header-html {
  width: 100%;
}
#ast-mobile-header .ast-header-html-1 .ast-header-html .ast-builder-html-element {
  font-size: inherit;
  display: flex;
  flex-direction: column;
}
#ast-mobile-header .ast-header-html-1 .ast-header-html .ast-builder-html-element .top_item {
  order: 1;
}
#ast-mobile-header .ast-header-html-1 .ast-header-html .ast-builder-html-element .top_item.login:not(.sitebtn) a {
  background-color: #fff;
  color: #075fab;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.38px;
  line-height: 1;
  text-align: left;
  padding: 20px 20px;
  display: block;
  border-top: 1px solid #075fab;
  border-bottom: 1px solid #075fab;
}
#ast-mobile-header .ast-header-html-1 .ast-header-html .ast-builder-html-element .top_item.sitebtn {
  margin-top: 30px;
  text-align: center;
}
#ast-mobile-header .ast-header-html-1 .ast-header-html .ast-builder-html-element .top_item.sitebtn:before {
  content: "";
}
#ast-mobile-header .ast-header-html-1 .ast-header-html .ast-builder-html-element .top_item nav ul li.menu-item-has-children > a {
  display: none;
}
#ast-mobile-header .ast-header-html-1 .ast-header-html .ast-builder-html-element .langs {
  order: 2;
  padding-top: 20px;
  text-align: center;
}
#ast-mobile-header .ast-header-html-1 .icon {
  display: none;
}
#ast-mobile-header .ast-submenu-expanded > a {
  border-bottom: 1px solid #075fab !important;
}
#ast-mobile-header .ast-submenu-expanded .sub-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ast-mobile-header .ast-submenu-expanded .sub-menu a {
  font-weight: 500 !important;
  font-size: 16px !important;
  border: none;
}
#ast-mobile-header #ast-hf-menu-1 > li > a {
  border-bottom: 0;
  color: #483e3e !important;
}
#ast-mobile-header .main-header-menu .sub-menu {
  background-color: #fff;
}
#ast-mobile-header .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle {
  top: 3px;
}
#ast-mobile-header .main-navigation ul > li > a {
  padding: 20px 20px !important;
}
#ast-mobile-header .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle::before {
  color: #075fab;
}
#ast-mobile-header .ast-mobile-header-content {
  min-height: 100vh;
  background-color: #daeef7;
}
#ast-mobile-header .main-header-menu {
  border-color: #075fab;
}
#ast-mobile-header .main-navigation ul .menu-item .menu-link {
  color: #075fab;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.38px;
  line-height: 1;
  text-align: left;
  padding: 15px 20px;
  border-color: #075fab;
}
#ast-mobile-header .main-header-menu {
  background-color: #fff;
}
#ast-mobile-header .main-navigation ul.sub-menu .menu-item .menu-link:before {
  display: none;
}
.disclaimer.home_disclaimer {
  background-color: #daeef7;
  padding-bottom: 100px;
}
.disclaimer.home_disclaimer .disclaimer_wrap {
  border-top: 1px solid rgba(7, 95, 171, 0.2);
  border-bottom: 1px solid rgba(7, 95, 171, 0.2);
  padding-top: 40px;
  padding-bottom: 40px;
}
.disclaimer.home_disclaimer .disclaimer_wrap .disclaimer_title {
  color: #075fab;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  text-align: left;
  margin-bottom: 20px;
}
.disclaimer.home_disclaimer .disclaimer_wrap .disclaimer_content {
  color: #000000;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.22px;
  line-height: 27px;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
  background-color: #fff;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row, .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
  padding-left: 20px;
  padding-right: 20px;
}
.newsletter_footer {
  background-color: #daeef7;
  padding-bottom: 90px;
}
@media (min-width: 62em) {
  .newsletter_footer {
    padding-bottom: 130px;
  }
}
.newsletter_footer .newsletter_title {
  color: #075fab;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.34px;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 62em) {
  .newsletter_footer .newsletter_title {
    font-size: 50px;
  }
}
.newsletter_footer .newsletter_subtitle {
  color: #483e3e;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.43px;
  line-height: 22px;
  text-align: center;
}
.newsletter_footer .form {
  margin-top: 30px;
  display: flex;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.newsletter_footer .form input[type="email"] {
  color: #075fab;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.43px;
  line-height: 1;
  border-radius: 10px;
  background-color: #ffffff;
  border: none;
  padding: 20px;
}
.newsletter_footer .form input[type="submit"]#submit {
  border-radius: 10px;
  background-color: #075fab;
  color: #ffffff;
  max-height: 59px;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  margin-left: 20px;
  letter-spacing: normal;
  line-height: 27px;
  text-align: center;
  border: 1px solid #075fab;
  transition: background-color 250ms, color 250ms;
}
.newsletter_footer .form input[type="submit"]#submit:hover {
  color: #075fab;
  background-color: transparent;
}
.newsletter_footer .form .wpcf7-spinner {
  margin: auto;
  min-width: 24px;
}
.newsletter_footer .form .wpcf7-not-valid-tip {
  font-size: 12px;
}
.site-footer {
  position: relative;
  z-index: 2;
}
.site-footer .site-primary-footer-inner-wrap {
  position: relative;
}
@media (min-width: 62em) {
  .site-footer .site-primary-footer-inner-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1780px) {
  .site-footer .site-primary-footer-inner-wrap {
    grid-template-columns: 2fr 1fr;
  }
}
.site-footer .site-primary-footer-inner-wrap .widget-title {
  color: #111212;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  margin-bottom: 20px;
  text-align: left;
}
.site-footer .site-primary-footer-inner-wrap nav ul {
  display: flex;
  flex-wrap: wrap;
}
.site-footer .site-primary-footer-inner-wrap nav ul li {
  width: 100%;
}
@media (min-width: 62em) {
  .site-footer .site-primary-footer-inner-wrap nav ul li {
    width: 50%;
  }
}
.site-footer .site-primary-footer-inner-wrap nav ul li a {
  display: inline-block;
  padding-bottom: 5px;
  padding-right: 10px;
  line-height: 1;
  color: #075fab;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.17px;
}
.site-footer .site-primary-footer-inner-wrap .site-footer-primary-section-1 {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 62em) {
  .site-footer .site-primary-footer-inner-wrap .site-footer-primary-section-1 {
    flex-wrap: nowrap;
  }
}
.site-footer .site-primary-footer-inner-wrap .site-footer-primary-section-1 .site-footer-focus-item .ast-builder-html-element, .site-footer .site-primary-footer-inner-wrap .site-footer-primary-section-1 .site-footer-focus-item .footer-widget-area-inner {
  text-align: left;
}
@media (min-width: 62em) {
  .site-footer .site-primary-footer-inner-wrap .site-footer-primary-section-1 .site-footer-focus-item.ast-footer-html-1 {
    padding-right: 20px;
    min-width: 35%;
  }
}
@media (min-width: 62em) {
  .site-footer .site-primary-footer-inner-wrap .site-footer-primary-section-1 aside {
    padding-left: 20px;
    flex: 1 1 auto;
  }
}
@media (max-width: 544px) {
  .site-footer .site-primary-footer-inner-wrap .site-footer-primary-section-2 {
    margin-top: 30px;
  }
}
@media (min-width: 62em) {
  .site-footer .site-primary-footer-inner-wrap .site-footer-primary-section-2 {
    position: relative;
  }
}
.site-footer .site-primary-footer-inner-wrap .site-footer-primary-section-2 .footer_logo {
  right: 50%;
  position: absolute;
  top: -90px;
  pointer-events: none;
  transform: translateX(50%);
}
@media (min-width: 62em) {
  .site-footer .site-primary-footer-inner-wrap .site-footer-primary-section-2 .footer_logo {
    right: 0;
    transform: none;
  }
}
.site-footer .site-primary-footer-inner-wrap .site-footer-primary-section-2 .contact_widget {
  margin: 0;
}
.site-footer .site-primary-footer-inner-wrap .site-footer-primary-section-2 .contact_widget .parts {
  display: flex;
  flex-wrap: wrap;
  color: #272727;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.17px;
  line-height: 20px;
  text-align: left;
}
@media (min-width: 62em) {
  .site-footer .site-primary-footer-inner-wrap .site-footer-primary-section-2 .contact_widget .parts {
    flex-wrap: nowrap;
  }
}
.site-footer .site-primary-footer-inner-wrap .site-footer-primary-section-2 .contact_widget .parts .part1 {
  width: 50%;
}
@media (min-width: 62em) {
  .site-footer .site-primary-footer-inner-wrap .site-footer-primary-section-2 .contact_widget .parts .part1 {
    padding-right: 20px;
  }
}
.site-footer .site-primary-footer-inner-wrap .site-footer-primary-section-2 .contact_widget .parts .part1 .email + div {
  margin-top: 20px;
}
.site-footer .site-primary-footer-inner-wrap .site-footer-primary-section-2 .contact_widget .parts .part2 {
  width: 50%;
}
@media (min-width: 62em) {
  .site-footer .site-primary-footer-inner-wrap .site-footer-primary-section-2 .contact_widget .parts .part2 {
    padding-left: 20px;
  }
}
.site-footer .ast-footer-copyright {
  color: #707070;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.14px;
  line-height: 20px;
  text-align: left;
}
#primary {
  float: none;
}
.getout {
  position: relative;
}
.getout:after {
  background-color: #daeef7;
  content: "";
  z-index: 1;
  position: absolute;
  left: -100vw;
  top: 0;
  width: 200vw;
  height: 100%;
}
.getout .ast-container, .getout header, .getout .disclaimer_wrap, .getout .newsletter_wrap, .getout #rob_grid {
  position: relative;
  z-index: 2;
}
.breadcrumb {
  color: #000000;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: left;
}
.breadcrumb a {
  color: #075fab;
  font-weight: 700;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
  border: none;
}
.archive .taxonomy_filter_wrap.ld_course_category {
  display: none;
}
.archive .pagetitle {
  color: #075fab;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  text-align: left;
}
@media (min-width: 62em) {
  .archive .pagetitle {
    font-size: 80px;
  }
}
.archive .topcat {
  padding-top: 50px;
  padding-bottom: 60px;
}
.archive .site-content {
  background-color: #fff;
}
.archive #primary {
  margin: 0;
}
.archive .wrap_home {
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
}
.archive .wrap_home:after {
  background-color: #daeef7;
  content: "";
  z-index: -1;
  position: absolute;
  left: -100vw;
  top: 0;
  width: 200vw;
  height: 100%;
}
.archive .wrap_home .wrap_home_head {
  background-color: transparent !important;
  position: relative;
  z-index: 2;
}
.archive .wrap_home .wrap_home_head .title {
  text-align: left;
}
.archive .wrap_home .wrap_home_head .description {
  text-align: left;
}
.archive .wrap_home .wrap_home_head .description br {
  display: none;
}
.archive.ast-hfb-header .site-footer {
  padding: 0;
}
.ld-login-modal.custom .ld-login-modal-login {
  display: none;
}
.ld-login-modal.custom .ld-login-modal-lostpassword {
  display: none;
}
.ld-login-modal.custom.is-login .ld-login-modal-login {
  display: block;
}
.ld-login-modal.custom.is-login .ld-login-modal-register {
  display: none;
}
.ld-login-modal.custom.is-lp .ld-login-modal-lostpassword {
  display: block;
}
.ld-login-modal.custom.is-lp .ld-login-modal-login {
  display: none;
}
.ld-login-modal.custom.is-lp .ld-login-modal-register {
  display: none;
}
.ld-login-modal.custom.is-lp.is-lp-yes .ld-login-modal-lostpassword form, .ld-login-modal.custom.is-lp.is-lp-yes .ld-login-modal-lostpassword .ld-modal-heading, .ld-login-modal.custom.is-lp.is-lp-yes .ld-login-modal-lostpassword .ld-modal-subheading {
  display: none;
}
.ld-login-modal.custom.is-lp.is-lp-yes .ld-login-modal-lostpassword .success-messages {
  display: block !important;
}
.ld-login-modal.custom .ld-login-modal-lostpassword .ld-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ld-login-modal.custom .ld-login-modal-lostpassword .subtitle, .ld-login-modal.custom .ld-login-modal-lostpassword .ld-modal-subheading {
  color: #000000;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.27px;
  line-height: 24px;
  text-align: left;
}
.ld-login-modal.custom .ld-login-modal-lostpassword .ld-modal-subheading {
  margin-bottom: 30px;
}
.ld-login-modal.custom .ld-login-modal-wrapper .ld-content .success-messages .ld-alert-success {
  background: white;
}
.ld-login-modal.custom .ld-login-modal-wrapper .ld-content .success-messages .ld-alert-success .ld-alert-icon.ld-icon-success {
  background-color: #075fab;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background-repeat: no-repeat;
  background-image: url(./assets/images/check.png);
  background-size: 15px;
  background-position: center;
}
.ld-login-modal.custom .ld-login-modal-wrapper .ld-content .success-messages .ld-alert-success .ld-alert-messages {
  color: #075fab;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
}
.ld-login-modal.custom .ld-login-modal-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.ld-login-modal.custom .ld-login-modal-wrapper .ld-content {
  width: 100%;
  background-color: #daeef7;
  padding: calc(5.2vw + 40px) 5.2vw 5.2vw 5.2vw;
  position: relative;
  order: 2;
}
@media (min-width: 62em) {
  .ld-login-modal.custom .ld-login-modal-wrapper .ld-content {
    order: 1;
    width: 50%;
  }
}
.ld-login-modal.custom .ld-login-modal-wrapper .ld-content form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ld-login-modal.custom .ld-login-modal-wrapper .ld-content form #reg_passmail {
  display: none;
}
.ld-login-modal.custom .ld-login-modal-wrapper .ld-content form > p, .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form .reg_input {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 62em) {
  .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form > p.half, .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form > p.login-remember, .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form > p.reset-pass, .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form .reg_input.half, .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form .reg_input.login-remember, .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form .reg_input.reset-pass {
    width: 50%;
  }
}
@media (min-width: 62em) {
  .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form > p.half.first, .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form .reg_input.half.first {
    padding-right: 20px;
  }
  .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form > p.half.last, .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form .reg_input.half.last {
    padding-left: 20px;
  }
}
.ld-login-modal.custom .ld-login-modal-wrapper .ld-content form > p.login-submit, .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form > p.submit, .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form .reg_input.login-submit, .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form .reg_input.submit {
  order: 20;
}
.ld-login-modal.custom .ld-login-modal-wrapper .ld-content form > p.login-submit input, .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form > p.submit input, .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form .reg_input.login-submit input, .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form .reg_input.submit input {
  border-radius: 8px;
  background-color: #075fab;
  color: #ffffff;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.38px;
  line-height: 1;
  text-align: center;
  display: inline-block;
  padding: 20px 30px;
  border: 1px solid #075fab;
  transition: color 250ms, background-color 250ms;
}
.ld-login-modal.custom .ld-login-modal-wrapper .ld-content form > p.login-submit input:hover, .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form > p.submit input:hover, .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form .reg_input.login-submit input:hover, .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form .reg_input.submit input:hover {
  color: #075fab;
  background-color: #fff;
}
.ld-login-modal.custom .ld-login-modal-wrapper .ld-content form > p.reset-pass, .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form .reg_input.reset-pass {
  order: 10;
}
.ld-login-modal.custom .ld-login-modal-wrapper .ld-content form > p.reset-pass a, .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form .reg_input.reset-pass a {
  display: block;
  text-align: right;
  font-weight: 500;
}
.ld-login-modal.custom .ld-login-modal-wrapper .ld-content form > p label, .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form .reg_input label {
  color: #000000;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.27px;
  line-height: 1.1;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.ld-login-modal.custom .ld-login-modal-wrapper .ld-content form > p input[type="text"], .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form > p input[type="password"], .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form > p select, .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form > p input[type="email"], .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form .reg_input input[type="text"], .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form .reg_input input[type="password"], .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form .reg_input select, .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form .reg_input input[type="email"] {
  display: block;
  width: 100%;
  border-radius: 39px;
  border: 1px solid #075fab;
  background-color: #ffffff;
  color: #000000;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  padding: 15px 20px;
}
.ld-login-modal.custom .ld-login-modal-wrapper .ld-content form > p select, .ld-login-modal.custom .ld-login-modal-wrapper .ld-content form .reg_input select {
  -webkit-appearance: none;
  appearance: none;
  line-height: 1.2;
  background-image: url("./assets/images/select-arrow.png");
  background-size: 13px 6px;
  background-repeat: no-repeat;
  background-position: 97% center;
}
.ld-login-modal.custom .ld-login-modal-wrapper .ld-content .ld-modal-heading {
  color: #075fab;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  text-align: left;
  margin-bottom: 30px;
}
.ld-login-modal.custom .ld-login-modal-wrapper .ld-content .breadcrumb {
  color: #075fab;
  position: absolute;
  top: 40px;
  left: 5.2vw;
}
.ld-login-modal.custom .ld-login-modal-wrapper .ld-content .ld-alert {
  background: #ffa5a5;
  padding: 10px;
  margin: 30px 0;
}
.ld-login-modal.custom .ld-login-modal-wrapper .ld-content .ld-alert .ld-alert-content {
  display: flex;
  align-items: center;
}
.ld-login-modal.custom .ld-login-modal-wrapper .ld-content .ld-alert .ld-alert-content .ld-icon {
  margin-right: 10px;
}
.ld-login-modal.custom .ld-login-modal-wrapper .image_side {
  width: 100%;
  order: 1;
  background-color: #daeef7;
}
@media (min-width: 62em) {
  .ld-login-modal.custom .ld-login-modal-wrapper .image_side {
    order: 2;
    width: 50%;
  }
}
.ld-login-modal.custom .ld-login-modal-wrapper .image_side img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: none;
}
.page-template-template-profile .site-content {
  background-color: #daeef7;
}
.page-template-template-profile #primary {
  margin: 0;
}
.page-template-template-profile .site-footer {
  background-color: #fff;
}
.page-template-template-profile .ld-item-list-actions {
  display: none !important;
}
.page-template-template-profile article.ast-article-single {
  background-color: #daeef7 !important;
  padding-left: 0;
  padding-right: 0;
}
.page-template-template-profile .entry-header {
  background-color: #daeef7 !important;
  margin: 0;
}
.page-template-template-profile .entry-header h1 {
  color: #075fab;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  text-align: center;
}
@media (min-width: 62em) {
  .page-template-template-profile .entry-header h1 {
    font-size: 50px;
  }
}
.page-template-template-profile .learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-avatar {
  border: 10px solid #81b241 !important;
  background-color: #ffffff;
  width: 200px;
  height: 200px;
  padding: 5px;
}
.page-template-template-profile .learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-avatar img {
  border-radius: 100%;
}
.page-template-template-profile .breadcrumb {
  margin-top: 30px;
  color: #075fab;
}
.page-template-template-profile .learndash-wrapper #ld-profile .ld-profile-stats {
  max-width: 700px;
  margin: 0 auto;
}
.page-template-template-profile .learndash-wrapper #ld-profile .ld-profile-stats .ld-profile-stat {
  flex: 0 0 25%;
  border-color: rgba(7, 95, 171, 0.5);
  margin-bottom: 0 !important;
}
@media (max-width: 640px) {
  .page-template-template-profile .learndash-wrapper #ld-profile .ld-profile-stats .ld-profile-stat {
    flex: 1;
  }
}
.page-template-template-profile .learndash-wrapper #ld-profile .ld-profile-stats .ld-profile-stat strong {
  color: #000000;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.15px;
  line-height: 1;
  text-align: center;
}
.page-template-template-profile .learndash-wrapper #ld-profile .ld-profile-stats .ld-profile-stat span {
  color: #000000;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.43px;
  line-height: 20px;
  text-align: center;
}
.page-template-template-profile .learndash-wrapper .ld-item-list {
  background-color: #fff;
  padding: 15px;
  margin-top: 15px;
}
@media (min-width: 62em) {
  .page-template-template-profile .learndash-wrapper .ld-item-list {
    padding: 50px;
    margin-top: 50px;
  }
}
.page-template-template-profile .learndash-wrapper .ld-expand-button {
  background-color: #075fab;
}
.page-template-template-profile .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress {
  margin: 0;
}
@media (max-width: 640px) {
  .page-template-template-profile .learndash-wrapper .ld-item-list .ld-section-heading h3 {
    font-size: 20px;
  }
  .page-template-template-profile .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
    font-size: 14px;
  }
  .page-template-template-profile .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
  }
  .page-template-template-profile .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details .ld-expand-button.ld-not-mobile {
    display: flex !important;
  }
  .page-template-template-profile .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details .ld-expand-button.ld-mobile-only {
    display: none !important;
  }
}
body.single .site-content {
  background-color: #daeef7;
}
body.single .site-content #primary {
  background-color: #fff;
  padding: 0;
}
body.single .site-content #primary .entry-header {
  display: none;
}
body.single .site-content #primary .post-navigation {
  display: none;
}
.learndash .review-top-section .review-top-col:nth-child(3) {
  max-width: 33.333%;
}
.learndash .filter-options select.select-text {
  font-size: 14px;
}
.learndash .wdm_feedback_form_pop {
  display: none;
}
.learndash .course_header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.learndash .course_header.completed .ld-progress-percentage {
  color: #81b241 !important;
}
.learndash .course_header.completed .ld-progress-bar-percentage, .learndash .course_header.completed .ld-course-status .ld-course-status-content .ld-status {
  background-color: #81b241 !important;
}
.learndash .course_header.completed .ld-course-status .ld-course-status-content .ld-status {
  color: white !important;
}
.learndash .course_header .learndash-wrapper .ld-course-status-label {
  color: #075fab;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
.learndash .course_header .learndash-wrapper .ld-course-status-content {
  height: auto !important;
}
.learndash .course_header .learndash-wrapper .ld-course-status-content .ld-status {
  border-radius: 26px;
  background-color: #e5e99b !important;
  color: #000000 !important;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 50px;
}
.learndash .course_header .learndash-wrapper .ld-course-status-content .ld-course-status-price {
  color: #000000;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  text-align: center;
}
@media (min-width: 62em) {
  .learndash .course_header .learndash-wrapper .ld-course-status-content .ld-course-status-price {
    font-size: 30px;
  }
}
.learndash .course_header .learndash-wrapper .ld-course-status-content .ld-course-status-action .learndash_join_button {
  margin: 0;
}
.learndash .course_header .learndash-wrapper .ld-course-status-content .ld-course-status-action .ld-button, .learndash .course_header .learndash-wrapper .ld-course-status-content .ld-course-status-action .learndash_join_button input[type="submit"]#btn-join {
  border-radius: 8px;
  background-color: #075fab !important;
  color: #ffffff;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.38px;
  line-height: 1;
  text-align: center;
  display: inline-block;
  padding: 20px 30px;
  border: 1px solid #075fab !important;
  transition: color 250ms, background-color 250ms;
}
.learndash .course_header .learndash-wrapper .ld-course-status-content .ld-course-status-action .ld-button:hover, .learndash .course_header .learndash-wrapper .ld-course-status-content .ld-course-status-action .learndash_join_button input[type="submit"]#btn-join:hover {
  opacity: 1 !important;
  color: #075fab !important;
  background-color: #fff !important;
}
.learndash .course_header .learndash-wrapper .ld-course-status {
  margin: 0;
  background: white;
  padding: 0;
  border-radius: 0;
}
.learndash .course_header .learndash-wrapper .ld-course-status > div {
  border-right: none;
  padding: 30px 0;
}
.learndash .course_header .learndash-wrapper .ld-course-status > div.ld-progress {
  border-radius: 18px;
  background-color: #e5e5e5;
  max-width: calc(100% - 60px);
  margin-left: 30px;
  padding: 15px 10px;
  margin-top: 20px;
}
@media (min-width: 62em) {
  .learndash .course_header .learndash-wrapper .ld-course-status > div.ld-progress {
    max-width: calc(100% - 100px);
    margin-left: 50px;
    padding: 15px;
    margin-top: 40px;
  }
}
@media (min-width: 62em) {
  .learndash .course_header .learndash-wrapper .ld-course-status > div.ld-progress .ld-progress-bar {
    height: 15px;
  }
}
@media (min-width: 62em) {
  .learndash .course_header .learndash-wrapper .ld-course-status > div.ld-progress .ld-progress-bar .ld-progress-bar-percentage {
    height: 15px;
  }
}
.learndash .course_header .cert_wrap {
  order: 2;
  width: 100%;
  max-width: calc(100% - 60px);
  margin-left: 30px;
}
.learndash .course_header .cert_wrap:empty {
  display: none;
}
@media (min-width: 62em) {
  .learndash .course_header .cert_wrap {
    max-width: calc(100% - 100px);
    margin-left: 50px;
  }
}
.learndash .course_header .cert_wrap .ld-alert-certificate {
  margin-top: 30px;
}
.learndash .course_header .cert_wrap .ld-alert-certificate .ld-alert-content {
  width: auto;
}
.learndash .course_header .cert_wrap .ld-alert-certificate .ld-button {
  padding: 15px 40px;
}
.learndash .course_header .left_part {
  width: 100%;
  position: relative;
}
.learndash .course_header .left_part img {
  width: 100%;
  display: block;
  height: auto;
}
.learndash .course_header .left_part .bubble {
  position: absolute;
  color: #ffffff;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  border-radius: 33px;
  border: 2px solid #ffffff;
  background-color: rgba(3, 18, 31, 0.1);
  padding: 15px 20px;
  top: 30px;
  right: 30px;
}
.learndash .course_header .right_part {
  width: 100%;
}
.learndash .course_header .bottom_part {
  margin-top: 40px;
  padding: 0 30px;
  width: 100%;
}
@media (min-width: 62em) {
  .learndash .course_header .bottom_part {
    padding: 0 50px;
  }
}
.learndash .course_header .bottom_part .learndash-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.learndash .course_header .bottom_part .course_title {
  width: 100%;
  padding-bottom: 15px;
}
@media (min-width: 62em) {
  .learndash .course_header .bottom_part .course_title {
    padding-top: 15px;
    width: 50%;
    border-right: 1px solid #daeef7;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.learndash .course_header .bottom_part .course_title h1 {
  color: #075fab;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  margin: 0;
}
@media (min-width: 62em) {
  .learndash .course_header .bottom_part .course_title h1 {
    font-size: 40px;
  }
}
.learndash .course_header .bottom_part .course_data {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 40px;
  margin-bottom: 30px;
  position: relative;
}
.learndash .course_header .bottom_part .course_data:after {
  content: "";
  width: calc(100% + 60px);
  position: absolute;
  left: -30px;
  bottom: 0;
  border-bottom: 1px solid #daeef7;
}
@media (min-width: 62em) {
  .learndash .course_header .bottom_part .course_data {
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .learndash .course_header .bottom_part .course_data:after {
    display: none;
  }
}
.learndash .course_header .bottom_part .course_data .meta-section {
  color: #483e3e;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 1;
  margin-bottom: 15px;
}
.learndash .course_header .bottom_part .course_data .meta-section:last-child {
  margin-bottom: 0;
}
.learndash .course_header .bottom_part .course_data .meta-section .label {
  font-weight: 400;
}
.learndash .course_header .bottom_part .course_data .meta-section .values {
  font-weight: 700;
  letter-spacing: 0.38px;
  color: #075fab;
}
.learndash .course_header .bottom_part .ld-course-status {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 45px;
  position: relative;
  margin-bottom: 30px;
}
.learndash .course_header .bottom_part .ld-course-status > div {
  padding: 0;
}
.learndash .course_header .bottom_part .ld-course-status:after {
  content: "";
  width: calc(100% + 60px);
  position: absolute;
  left: -30px;
  bottom: 0;
  border-bottom: 1px solid #daeef7;
}
@media (min-width: 62em) {
  .learndash .course_header .bottom_part .ld-course-status {
    width: 25%;
    padding-right: 40px;
    padding-left: 40px;
    border-left: 1px solid #daeef7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .learndash .course_header .bottom_part .ld-course-status:after {
    display: none;
  }
}
.learndash .course_header .bottom_part .ld-course-status .ld-course-status-content {
  text-align: center;
}
.learndash .course_header .bottom_part .ld-course-status .ld-course-status-content .ld-status {
  background-color: #81b241;
  color: white;
}
.learndash .course_header.has_access .left_part {
  order: 1;
}
.learndash .course_header.has_access .left_part img {
  max-height: 570px;
  object-fit: cover;
}
.learndash .course_header.has_access .bottom_part {
  order: 2;
}
.learndash .course_header.has_access .bottom_part .course_data {
  width: 100%;
}
@media (min-width: 62em) {
  .learndash .course_header.has_access .bottom_part .course_data {
    width: 25%;
  }
}
.learndash .course_header.has_access .right_part {
  order: 3;
}
.learndash .course_header.no_access .left_part {
  width: 100%;
}
@media (min-width: 62em) {
  .learndash .course_header.no_access .left_part {
    width: 66.6666666%;
  }
}
.learndash .course_header.no_access .right_part {
  width: 100%;
}
@media (min-width: 62em) {
  .learndash .course_header.no_access .right_part {
    width: 33.3333333%;
  }
}
.learndash .course_header.no_access .right_part .learndash-wrapper {
  height: 100%;
}
.learndash .course_header.no_access .right_part .learndash-wrapper .ld-course-status {
  height: 100%;
  flex-direction: column;
}
.learndash .course_header.no_access .right_part .learndash-wrapper .ld-course-status > div {
  width: 100%;
  border-bottom: 1px solid #daeef7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.learndash .course_wrap {
  padding: 0 30px 30px 30px;
}
@media (min-width: 62em) {
  .learndash .course_wrap {
    padding: 0 50px 50px 50px;
    margin-top: 40px;
  }
}
.learndash .course_wrap .ld-tabs {
  margin: 0;
  position: relative;
}
.learndash .course_wrap .ld-tabs .ld-tabs-navigation:after {
  border-radius: 6px;
}
.learndash .course_wrap .ld-tabs .ld-tabs-navigation .ld-tab.ld-active:after {
  border-radius: 6px;
}
.learndash .course_wrap .ld-tabs .ld-tabs-content .ld-tab-content {
  padding-bottom: 0;
}
.learndash .course_wrap .ld-tabs:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 1px solid #daeef7;
  display: none;
}
.learndash .course_wrap .ld-tabs.ld-tab-count-1 {
  padding-top: 30px;
}
.learndash .course_wrap .ld-tabs.ld-tab-count-1:after {
  display: block;
}
@media (min-width: 62em) {
  .learndash .course_wrap .ld-tabs.ld-tab-count-1 {
    padding-top: 50px;
  }
}
.learndash .course_wrap h1, .learndash .course_wrap h2, .learndash .course_wrap h3, .learndash .course_wrap h4, .learndash .course_wrap h5, .learndash .course_wrap h6 {
  color: #075fab;
}
.learndash .course_wrap h1, .learndash .course_wrap h2, .learndash .course_wrap h3 {
  color: #075fab;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  text-align: left;
}
@media (min-width: 62em) {
  .learndash .course_wrap h1, .learndash .course_wrap h2, .learndash .course_wrap h3 {
    font-size: 24px;
  }
}
.learndash .course_wrap #course-reviews-section {
  margin-top: 40px;
}
.learndash .course_wrap .disclaimer {
  background-color: #fff;
  padding-bottom: 0;
}
.learndash .course_wrap .disclaimer .disclaimer_wrap {
  border-top: none;
}
.learndash.learndash_post_sfwd-lessons .course_wrap {
  margin-top: 0;
}
.learndash.learndash_post_sfwd-lessons .course_wrap .ld-tabs.ld-tab-count-1:after {
  display: none;
}
.learndash .ld-alert .ld-button {
  padding: 15px 20px;
}
.learndash .item_sections_footer {
  margin-top: 40px;
  border-top: 1px solid #daeef7;
}
#course-reviews-section .filter-options .select-text:focus ~ .select-label, #course-reviews-section .filter-options .select-text:valid ~ .select-label {
  color: #075fab;
}
.ld-video {
  margin-bottom: 40px;
}
.learndash-wrapper #learndash_mark_complete_button:disabled, .learndash-wrapper .learndash_mark_complete_button:disabled {
  cursor: not-allowed;
}
.login_show {
  background-color: #daeef7;
}
.login_show .login_item_wrap {
  border-top: 1px solid rgba(7, 95, 171, 0.2);
  padding-top: 50px;
  padding-bottom: 50px;
}
.login_show .login_item_wrap .title {
  color: #075fab;
  font-family: Helvetica-Neue-LT, Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 40px;
}
.login_show .login_item_wrap .btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.login_show .login_item_wrap .btns > div {
  margin: 0 15px 10px;
}
