/* ======================== MediaQ */
/* ============================== Timing */
/* ============================== Fonts */
/* ================================= b--hero and b--hero--secondary */
.b--hero {
  background: transparent;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
    .b--hero {
      background-size: auto !important;
      background-position: top center !important; } }
  @media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .b--hero {
      background-size: auto !important;
      background-position: top center !important; } }
  .b--hero__bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: auto;
    min-width: 100%;
    overflow: hidden; }
    @media all and (max-width: 1739px) {
      .b--hero__bg {
        width: 100%;
        min-width: 100vh;
        min-height: 100vh;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }
    @media all and (max-width: 991px) {
      .b--hero__bg {
        display: none; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .b--hero__bg {
        width: 100%;
        min-width: 100vh;
        min-height: 100vh;
        height: auto; } }
    @supports (-ms-ime-align: auto) {
      .b--hero__bg {
        width: 100%;
        min-width: 100vh;
        min-height: 100vh;
        height: auto; } }
  .b--hero__overlay-primary {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../../../uploads/img/hero-bg.svg");
    background-repeat: repeat;
    background-color: rgba(0, 53, 121, 0.5); }
  .b--hero__overlay-secondary {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    min-width: 25%;
    top: 0;
    height: 100%;
    background-color: rgba(0, 53, 121, 0.15); }
    @media all and (max-width: 575px) {
      .b--hero__overlay-secondary {
        display: none; } }
  .b--hero__scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media all and (max-width: 991px) {
      .b--hero__scroll {
        left: 30px; } }
    .b--hero__scroll__text {
      margin-bottom: 6px; }
      @media all and (max-width: 991px) {
        .b--hero__scroll__text {
          -webkit-transform: rotate(-90deg) translate(25px, 0px);
              -ms-transform: rotate(-90deg) translate(25px, 0px);
                  transform: rotate(-90deg) translate(25px, 0px); } }
    .b--hero__scroll__dash {
      display: block;
      position: relative;
      width: 2px;
      height: 30px;
      background-color: rgba(255, 255, 255, 0.5);
      overflow: hidden; }
      @media all and (max-width: 991px) {
        .b--hero__scroll__dash {
          height: 50px; } }
      .b--hero__scroll__dash__primary {
        position: absolute;
        top: 0;
        width: 2px;
        height: 99%;
        background-color: #ffffff;
        -webkit-animation: scrollanim 2s ease-out infinite;
                animation: scrollanim 2s ease-out infinite; }

@-webkit-keyframes scrollanim {
  from {
    top: -33px; }
  to {
    top: 33px; } }

@keyframes scrollanim {
  from {
    top: -33px; }
  to {
    top: 33px; } }
  .b--hero__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
  .b--hero--secondary {
    height: 65vh !important; }
    @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
      .b--hero--secondary {
        background-position: center center !important; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
      .b--hero--secondary {
        background-position: center center !important; } }

/* ======================== MediaQ */
/* ============================== Timing */
/* ============================== Fonts */
/* ================================= color options for all buttons */
/* ================================= BUTTON PRIMARY */
.b--btn-primary {
  display: block;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1.4px;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 35px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  box-shadow: none;
  border: none !important;
  -webkit-transition: box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .b--btn-primary--color-primary {
    color: #ffffff;
    background-color: #003579; }
    .b--btn-primary--color-primary:hover {
      color: #ffffff; }
  .b--btn-primary--color-secondary {
    color: #003579;
    background-color: #ffffff; }
    .b--btn-primary--color-secondary:hover {
      color: #003579; }
  @media all and (max-width: 767px) {
    .b--btn-primary {
      padding: 7px 30px; } }
  .b--btn-primary:hover {
    box-shadow: 0 10px 15px 0 rgba(0, 26, 59, 0.2);
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
    text-decoration: none !important;
    outline: none !important; }
  .b--btn-primary:focus {
    outline: 2px auto #003579; }

/* ======================== MediaQ */
/* ============================== Timing */
/* ============================== Fonts */
/* ================================= color options for all buttons */
/* ================================= BUTTON THIRD */
.b--btn-third {
  display: block;
  font-size: 13px;
  border: 0px;
  padding: 0px;
  position: relative;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .b--btn-third--color-primary {
    color: #2472b2;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out; }
    .b--btn-third--color-primary:hover {
      color: #003579; }
  .b--btn-third--color-secondary {
    color: #ffffff;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out; }
    .b--btn-third--color-secondary:hover {
      color: #dbf2ff; }
  .b--btn-third__icon {
    position: absolute;
    margin-top: 2.65px; }
  .b--btn-third--left {
    padding-left: 20px;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-transition: -webkit-transform 0.3s ease-out !important;
    transition: -webkit-transform 0.3s ease-out !important;
    transition: transform 0.3s ease-out !important;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out !important; }
    .b--btn-third--left .b--btn-third__icon {
      margin-right: 5px;
      -webkit-transform: translateX(-15px);
          -ms-transform: translateX(-15px);
              transform: translateX(-15px);
      -webkit-transition: -webkit-transform 0.3s 0.1s ease-out;
      transition: -webkit-transform 0.3s 0.1s ease-out;
      transition: transform 0.3s 0.1s ease-out;
      transition: transform 0.3s 0.1s ease-out, -webkit-transform 0.3s 0.1s ease-out; }
    .b--btn-third--left:hover {
      text-decoration: none !important;
      -webkit-transition: -webkit-transform 0.3s ease-out !important;
      transition: -webkit-transform 0.3s ease-out !important;
      transition: transform 0.3s ease-out !important;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out !important; }
      .b--btn-third--left:hover .b--btn-third__icon {
        -webkit-transform: translateX(-20px);
            -ms-transform: translateX(-20px);
                transform: translateX(-20px); }
  .b--btn-third--right {
    padding-right: 20px;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-transition: -webkit-transform 0.3s ease-out !important;
    transition: -webkit-transform 0.3s ease-out !important;
    transition: transform 0.3s ease-out !important;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out !important; }
    .b--btn-third--right .b--btn-third__icon {
      -webkit-transform: translateX(0px);
          -ms-transform: translateX(0px);
              transform: translateX(0px);
      -webkit-transition: -webkit-transform 0.3s 0.1s ease-out;
      transition: -webkit-transform 0.3s 0.1s ease-out;
      transition: transform 0.3s 0.1s ease-out;
      transition: transform 0.3s 0.1s ease-out, -webkit-transform 0.3s 0.1s ease-out; }
    .b--btn-third--right:hover {
      text-decoration: none !important;
      -webkit-transition: -webkit-transform 0.3s ease-out !important;
      transition: -webkit-transform 0.3s ease-out !important;
      transition: transform 0.3s ease-out !important;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out !important; }
      .b--btn-third--right:hover .b--btn-third__icon {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px); }
  .b--btn-third:focus {
    outline: none !important;
    color: #f5d17e !important; }
  .b--btn-third:hover {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .b--btn-third--secondary {
    font-size: 16px !important; }
    .b--btn-third--secondary .b--btn-third__icon {
      margin-top: 1px;
      font-size: 16px !important; }

/* ======================== MediaQ */
/* ============================== Timing */
/* ============================== Fonts */
/* ================================= color options for links */
/* ============================== Link */
.b--link-primary {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  width: auto;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; }
  .b--link-primary--color-primary {
    color: #2472b2; }
    .b--link-primary--color-primary:hover {
      color: #003579; }
  .b--link-primary--color-secondary {
    color: #ffffff; }
    .b--link-primary--color-secondary:hover {
      color: #dbf2ff; }
  .b--link-primary--color-third {
    color: #393c3f; }
    .b--link-primary--color-third:hover {
      color: #2472b2; }
  @media all and (max-width: 767px) {
    .b--link-primary {
      font-size: 13px;
      line-height: 1.54; } }
  .b--link-primary:hover {
    text-decoration: underline; }
  .b--link-primary:focus {
    outline: none !important;
    color: #f5d17e !important; }

/* ======================== MediaQ */
/* ============================== Timing */
/* ============================== Fonts */
/* ================================= card tenth - MAP */
.b--card-tenth {
  display: block;
  border: solid 2px rgba(151, 151, 151, 0.1);
  margin-bottom: 2px;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  @media all and (max-width: 991px) {
    .b--card-tenth {
      margin-bottom: 3px; } }
  .b--card-tenth__hd {
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .b--card-tenth__hd__arrow {
      position: relative;
      width: 15px;
      height: 15px; }
      .b--card-tenth__hd__arrow__icon {
        position: absolute;
        -webkit-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out; }
        .b--card-tenth__hd__arrow__icon:before {
          color: #003579;
          font-size: 15px; }
        .b--card-tenth__hd__arrow__icon--plus {
          opacity: 1; }
        .b--card-tenth__hd__arrow__icon--minus {
          opacity: 0; }
    .b--card-tenth__hd--is-active {
      padding-bottom: 0px !important; }
      .b--card-tenth__hd--is-active .b--card-tenth__hd__arrow__icon--plus {
        opacity: 0; }
      .b--card-tenth__hd--is-active .b--card-tenth__hd__arrow__icon--minus {
        opacity: 1; }
      .b--card-tenth__hd--is-active + .b--card-tenth__bd {
        opacity: 1 !important;
        height: auto !important;
        -webkit-transition: opacity 0.3s 0.2s ease-out, height 0.3s 0.2s ease-out;
        transition: opacity 0.3s 0.2s ease-out, height 0.3s 0.2s ease-out; }
  .b--card-tenth__bd {
    opacity: 0;
    height: 0px;
    overflow: hidden;
    -webkit-transition: opacity 0.1s ease-out, height 0.3s 0.3s ease-out;
    transition: opacity 0.1s ease-out, height 0.3s 0.3s ease-out; }
    .b--card-tenth__bd__container {
      padding: 5px 20px 20px; }
  .b--card-tenth:hover {
    box-shadow: 0 6px 12px 0 rgba(203, 213, 222, 0.4); }
    .b--card-tenth:hover .b--card-tenth__hd {
      cursor: pointer; }
  .b--card-tenth:focus {
    outline: 2px auto #003579; }
