/* ======================== 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 */
/* ============================== CARD PRIMARY -- HEADSHOTS */
.b--card-primary__content {
  display: block;
  position: relative;
  width: 100%;
  min-width: 225px;
  height: calc(225px + 45px);
  margin-bottom: 25px;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  box-shadow: none;
  -webkit-transition: box-shadow 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: box-shadow 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out, box-shadow 0.6s ease-out;
  transition: transform 0.6s ease-out, box-shadow 0.6s ease-out, -webkit-transform 0.6s ease-out; }
  @media all and (max-width: 1199px) {
    .b--card-primary__content {
      min-width: 100%;
      height: calc(200px + 45px); } }
  @media all and (max-width: 991px) {
    .b--card-primary__content {
      height: calc(300px + 45px); } }
  @media all and (max-width: 767px) {
    .b--card-primary__content {
      height: calc(225px + 45px);
      margin-bottom: 30px; } }
  @media all and (max-width: 575px) {
    .b--card-primary__content {
      height: calc(155px + 45px); } }
  @media all and (max-width: 399px) {
    .b--card-primary__content {
      height: calc(125px + 45px); } }
  .b--card-primary__content:focus {
    outline: none !important; }
  .b--card-primary__content__bg {
    background-color: #dbf2ff;
    height: 100%;
    width: 100%;
    overflow: hidden; }
    .b--card-primary__content__bg__img {
      width: 100%; }
  .b--card-primary__content__hd {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    z-index: 15; }
    @media all and (max-width: 1199px) {
      .b--card-primary__content__hd {
        top: 10px;
        left: 10px;
        right: 10px;
        width: calc(100% - 20px); } }
    @media all and (max-width: 991px) {
      .b--card-primary__content__hd {
        top: 20px;
        left: 20px;
        right: 20px;
        width: calc(100% - 40px); } }
    @media all and (max-width: 767px) {
      .b--card-primary__content__hd {
        opacity: 1;
        top: 10px;
        left: 10px;
        right: 10px;
        width: calc(100% - 20px); } }
    .b--card-primary__content__hd__arrow {
      position: relative;
      width: 20px;
      height: 20px;
      -webkit-transform: translateX(-5px);
          -ms-transform: translateX(-5px);
              transform: translateX(-5px);
      -webkit-transition: -webkit-transform 0.6s 0.3s ease-out;
      transition: -webkit-transform 0.6s 0.3s ease-out;
      transition: transform 0.6s 0.3s ease-out;
      transition: transform 0.6s 0.3s ease-out, -webkit-transform 0.6s 0.3s ease-out; }
      @media all and (max-width: 767px) {
        .b--card-primary__content__hd__arrow {
          position: absolute;
          right: 0px;
          top: 0px;
          -webkit-transform: translateX(0px);
              -ms-transform: translateX(0px);
                  transform: translateX(0px); } }
      .b--card-primary__content__hd__arrow__icon::before {
        position: absolute;
        right: 0;
        top: 4px;
        color: #003579; }
        @media all and (max-width: 767px) {
          .b--card-primary__content__hd__arrow__icon::before {
            color: #ffffff; } }
  .b--card-primary__content__bd {
    height: 45px;
    background-color: #003579;
    position: absolute;
    bottom: 0px;
    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: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0px 20px;
    width: 100%;
    position: absolute;
    z-index: 10;
    -webkit-transition: background-color 0.3s 0.3s ease-out, height 0.3s 0.2s ease-out;
    transition: background-color 0.3s 0.3s ease-out, height 0.3s 0.2s ease-out; }
    @media all and (max-width: 1199px) {
      .b--card-primary__content__bd {
        padding: 0px 10px; } }
    @media all and (max-width: 991px) {
      .b--card-primary__content__bd {
        padding: 0px 20px; } }
    @media all and (max-width: 767px) {
      .b--card-primary__content__bd {
        padding: 0px 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .b--card-primary__content__bd__title {
      margin-bottom: 15px;
      color: #ffffff;
      opacity: 1;
      -webkit-transition: color 0.3s 0.3s ease-out;
      transition: color 0.3s 0.3s ease-out; }
      @media all and (max-width: 991px) {
        .b--card-primary__content__bd__title {
          font-size: 12px !important; } }
      @media all and (max-width: 767px) {
        .b--card-primary__content__bd__title {
          margin-bottom: 3px;
          margin-top: 3px; } }
    .b--card-primary__content__bd__subtitle {
      color: #003579;
      height: 0%;
      /* overflow: hidden; */
      opacity: 0;
      margin-bottom: 0px;
      -webkit-transition: opacity 0.3s ease-out, margin-bottom 0.6s ease-out, height 0.6s ease-out;
      transition: opacity 0.3s ease-out, margin-bottom 0.6s ease-out, height 0.6s ease-out; }
      @media all and (max-width: 767px) {
        .b--card-primary__content__bd__subtitle {
          display: none; } }
  .b--card-primary__content:hover {
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
    box-shadow: 0 6px 12px 0 rgba(203, 213, 222, 0.7); }
    @media all and (max-width: 767px) {
      .b--card-primary__content:hover {
        -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
                transform: translateY(0px);
        box-shadow: none; } }
  .b--card-primary__content:focus {
    outline: 2px auto #003579; }
  .b--card-primary__content:hover .b--card-primary__content__hd {
    opacity: 1;
    -webkit-transition: opacity 0.3s 0.3s ease-out;
    transition: opacity 0.3s 0.3s ease-out; }
    @media all and (max-width: 767px) {
      .b--card-primary__content:hover .b--card-primary__content__hd {
        -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
                transform: translateY(0px);
        box-shadow: none; } }
    .b--card-primary__content:hover .b--card-primary__content__hd__arrow {
      -webkit-transform: translateX(0px);
          -ms-transform: translateX(0px);
              transform: translateX(0px); }
  .b--card-primary__content:hover .b--card-primary__content__bd {
    height: calc(225px + 45px);
    background-color: #dbf2ff;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out; }
    @media all and (max-width: 1199px) {
      .b--card-primary__content:hover .b--card-primary__content__bd {
        height: calc(200px + 45px); } }
    @media all and (max-width: 991px) {
      .b--card-primary__content:hover .b--card-primary__content__bd {
        height: calc(300px + 45px); } }
    @media all and (max-width: 767px) {
      .b--card-primary__content:hover .b--card-primary__content__bd {
        height: 45px;
        background-color: #003579; } }
    .b--card-primary__content:hover .b--card-primary__content__bd__title {
      color: #003579;
      -webkit-animation: opacity 0.6s ease-out;
              animation: opacity 0.6s ease-out;
      -webkit-transition: color 0.3s 0.1s ease-out;
      transition: color 0.3s 0.1s ease-out; }
      @media all and (max-width: 767px) {
        .b--card-primary__content:hover .b--card-primary__content__bd__title {
          color: #ffffff;
          -webkit-animation: opacity 0s ease-out;
                  animation: opacity 0s ease-out; } }
    .b--card-primary__content:hover .b--card-primary__content__bd__subtitle {
      height: 15%;
      opacity: 1;
      margin-bottom: 20px;
      -webkit-transition: opacity 0.3s 0.3s ease-out, margin-bottom 0.6s 0.3s ease-out, height 0.3s 0.2s ease-out;
      transition: opacity 0.3s 0.3s ease-out, margin-bottom 0.6s 0.3s ease-out, height 0.3s 0.2s ease-out; }
      @media all and (max-width: 767px) {
        .b--card-primary__content:hover .b--card-primary__content__bd__subtitle {
          margin-bottom: 10px; } }

.b--card-primary--slider {
  padding-right: 30px; }
  @media all and (max-width: 1199px) {
    .b--card-primary--slider .b--card-primary__content {
      max-width: 190px;
      min-width: 190px;
      height: calc(190px + 45px);
      padding-right: 0px;
      margin-right: 30px; } }
  @media all and (max-width: 991px) {
    .b--card-primary--slider .b--card-primary__content {
      max-width: 145px;
      min-width: 145px;
      height: calc(145px + 45px); } }
  @media all and (max-width: 767px) {
    .b--card-primary--slider .b--card-primary__content {
      max-width: 150px;
      min-width: 150px;
      height: calc(150px + 45px); } }
  @media all and (max-width: 575px) {
    .b--card-primary--slider .b--card-primary__content {
      max-width: 165px;
      min-width: 165px;
      height: calc(165px + 45px); } }
  @media all and (max-width: 399px) {
    .b--card-primary--slider .b--card-primary__content {
      max-width: 130px;
      min-width: 130px;
      height: calc(130px + 45px); } }
  @media all and (max-width: 199px) {
    .b--card-primary--slider .b--card-primary__content {
      max-width: 70px;
      min-width: 70px;
      height: calc(70px + 45px); } }

.b--card-primary--disabled {
  pointer-events: none !important; }

.b--card-primary--disabled .b--card-primary:hover .b--card-primary--disabled .b--card-primary__hd {
  opacity: 0 !important; }
  @media all and (max-width: 767px) {
    .b--card-primary--disabled .b--card-primary:hover .b--card-primary--disabled .b--card-primary__hd {
      -webkit-transform: translateY(0px) !important;
          -ms-transform: translateY(0px) !important;
              transform: translateY(0px) !important;
      box-shadow: none !important; } }
  .b--card-primary--disabled .b--card-primary:hover .b--card-primary--disabled .b--card-primary__hd__arrow {
    -webkit-transform: translateX(-5px) !important;
        -ms-transform: translateX(-5px) !important;
            transform: translateX(-5px) !important; }

.b--card-primary--disabled .b--card-primary:hover .b--card-primary--disabled .b--card-primary__bd {
  height: 45px !important;
  background-color: #003579 !important; }
  @media all and (max-width: 1199px) {
    .b--card-primary--disabled .b--card-primary:hover .b--card-primary--disabled .b--card-primary__bd {
      height: 45px !important; } }
  @media all and (max-width: 991px) {
    .b--card-primary--disabled .b--card-primary:hover .b--card-primary--disabled .b--card-primary__bd {
      height: 45px !important; } }
  @media all and (max-width: 767px) {
    .b--card-primary--disabled .b--card-primary:hover .b--card-primary--disabled .b--card-primary__bd {
      height: 45px !important;
      background-color: #003579 !important; } }
  .b--card-primary--disabled .b--card-primary:hover .b--card-primary--disabled .b--card-primary__bd__title {
    color: #ffffff !important;
    -webkit-animation: opacity 0s ease-out !important;
            animation: opacity 0s ease-out !important; }
    @media all and (max-width: 767px) {
      .b--card-primary--disabled .b--card-primary:hover .b--card-primary--disabled .b--card-primary__bd__title {
        color: #ffffff !important;
        -webkit-animation: opacity 0s ease-out !important;
                animation: opacity 0s ease-out !important; } }
  .b--card-primary--disabled .b--card-primary:hover .b--card-primary--disabled .b--card-primary__bd__subtitle {
    height: 0% !important;
    overflow: hidden !important;
    opacity: 0 !important;
    margin-bottom: 0px !important; }

.tab-pane:not(.active) {
  display: block;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.tab-pane.show.active {
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; }
