html {
  width: 100%;
  height: 100%;
}

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  width: 100%;
  height: 100%;
}

a[href^=tel] {
  text-decoration:inherit;
  color: inherit;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.heading-jumbo {
  position: static;
  z-index: 100;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 3.8vw;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: none;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.logo-link.w--current {
  margin-top: -1.2vh;
  margin-left: -15vh;
  padding: 2vh 2.2vh 2.2vh 14vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: rgba(0, 162, 255, 0);
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-items {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.logo-image {
  display: block;
  width: 14vh;
}

.sub-tag-wrap {
  color: #fff;
}

.button-2 {
  border-style: solid;
  border-width: 2px;
  border-color: #319bbd;
  border-radius: 200px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: color 500ms ease, border-color 500ms ease;
  transition: color 500ms ease, border-color 500ms ease;
  font-weight: 600;
  text-align: center;
}

.button-2:hover {
  border-color: rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.51);
}

.nav-button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.brand-element-half-bubble {
  position: absolute;
  bottom: 25.4vw;
  z-index: 1;
  overflow: hidden;
  width: 1vw;
  height: 7.5vw;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.color-background-green {
  height: 100%;
  background-color: #37eeae;
}

.link-text {
  display: inline-block;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
}

.link-text:hover {
  opacity: 0.7;
  color: #fff;
}

.color-background-blue {
  height: 100%;
  background-color: #0edfff;
}

.color-background-yellow {
  height: 100%;
  background-color: #e6cb00;
}

.header-bottom-container .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 29, 57, 0.7);
    background: linear-gradient(to bottom, rgba(0, 29, 57, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(0, 29, 57, 0.2) 100%);
    opacity: 0.8
}

.third-bg-client {
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('https://res.cloudinary.com/wilber-group/image/upload/f_auto,c_lfill,g_xy_center,h_1532,w_768,x_3289,y_3333/v1564680745/WilberWebsite/Client-Main-Desktop-1_mbdtjq.jpg');
  background-position: center center;
  background-size: cover;
}

.third-bg-client::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.46), hsla(0, 0%, 100%, 0) 35%), url('https://res.cloudinary.com/wilber-group/image/upload/f_auto,c_lfill,g_xy_center,h_1532,w_768,x_3289,y_3333/v1564680745/WilberWebsite/Client-Main-Desktop-1_mbdtjq.jpg');
  background-position: center center;
  background-size: cover;
}

.third-bg-claimant {
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('https://res.cloudinary.com/wilber-group/image/upload/f_auto,c_fill,g_xy_center,h_981,w_638,x_1020,y_1274/v1564680754/WilberWebsite/Payment-02-Main-Desktop_fasz7x.jpg');
  background-position: center center;
  background-size: cover;
}

.third-bg-claimant::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://res.cloudinary.com/wilber-group/image/upload/f_auto,c_fill,g_xy_center,h_981,w_638,x_1020,y_1274/v1564680754/WilberWebsite/Payment-02-Main-Desktop_fasz7x.jpg');
  background-position: center center;
  background-size: cover;
}

.third-bg-candidate {
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('https://res.cloudinary.com/wilber-group/image/upload/f_auto,c_lfill,g_xy_center,h_1532,w_786,x_3275,y_1646/v1564680751/WilberWebsite/JoinUs-Main-Desktop-2_bsyco5.jpg');
  background-position: top center;
  background-size: cover;
}

.third-bg-candidate::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://res.cloudinary.com/wilber-group/image/upload/f_auto,c_lfill,g_xy_center,h_1532,w_786,x_3275,y_1646/v1564680751/WilberWebsite/JoinUs-Main-Desktop-2_bsyco5.jpg');
  background-position: top center;
  background-size: cover;
}

@media (min-width: 993px) {
  .header-bottom-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 33.4vw;
    height: 100vh;
    padding-right: 0vw;
    padding-left: 0vw;
    -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;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .container-bubble::before {
    transition: filter 250ms ease-in;
  }

  .container-bubble:hover:before {
    filter: blur(3px);
  }

  .button-2 {
    border-width: 1px;
    width: 12vw;
    margin-top: 2vw;
    margin-right: 1vw;
    margin-bottom: 2vw;
    padding-top: 0.7vw;
    padding-bottom: 0.7vw;
    font-size: 1vw;
    letter-spacing: 0.2px;
    border-color: #fff;
  }

  .container-bubble {
    position: relative;
    z-index: 0;
    display: block;
    width: 33.4vw;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 5vw 6vh 5vh;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  body.ie-browser .container-bubble {
    display: block;
    padding: 40vh 5vw 6vh 5vh !important;
  }

  .sub-tag-wrap {
    position: relative;
    display: inline-block;
    color: #fff;
    text-align: left;
  }

  .brand-element-half-bubble {
    -webkit-transform:translate3d(0, 20VH, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform:translate3d(0, 20VH, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform:translate3d(0, 20VH, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform:translate3d(0, 20VH, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  .heading-jumbo {
    -webkit-transform:translate3d(0, 22VH, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform:translate3d(0, 22VH, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform:translate3d(0, 22VH, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform:translate3d(0, 22VH, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  .name-text {
    -webkit-transform:translate3d(0, 22VH, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform:translate3d(0, 22VH, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform:translate3d(0, 22VH, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform:translate3d(0, 22VH, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  .text-read-more {
    width: 22vw;
    padding-top: 2vw;
    font-size: 1vw;
    line-height: 1.45vw;
    font-weight: 400;
  }

  .nav-link-bottom-div {
    width: 22vw;
    padding-top: 2vw;
    font-size: 1vw;
    line-height: 1.45vw;
    font-weight: 400;
  }

  .nav-button-div {
    -webkit-transform:translate3d(0, 22VH, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform:translate3d(0, 22VH, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform:translate3d(0, 22VH, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform:translate3d(0, 22VH, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity:0;
  }

  .name-text {
    padding-top: 1.5vw;
    font-size: 1.3vw;
    line-height: 2.6vw;
    font-weight: 400;
    letter-spacing: -0.02vw;
  }

  .text-read-more {
    opacity: 0;
  }

  .nav-link-bottom-div {
    -webkit-transform:translate3d(0, -5VH, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform:translate3d(0, -5VH, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform:translate3d(0, -5VH, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform:translate3d(0, -5VH, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity:0;
  }

  .link-text {
    line-height: 2vw;
  }
}

@media (max-width: 992px) {
  body {
    display: flex;
    flex-direction: column;
  }

  main {
    flex: 1;
  }

  .navigation {
    position: initial;
    background-color: #001d39;
    height: 10vh;
  }

  .navigation-items {
    align-items: center;
    justify-content: center;
  }

  .navigation-items .logo-link {
    padding: 0;
    margin: 0;
  }

  .section {
    flex-direction: column;
    -ms-flex-direction: column;
  }

  .header-bottom-container {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 30vh;
    overflow: unset;
    flex: 1;
    -ms-flex: 1;
    transition: max-height 600ms cubic-bezier(0.9, 1.19, 0.99, 0.99);
  }

  .header-bottom-container:not(:last-child) {
    border-bottom: 1px solid #fff;
  }

  .header-bottom-container .brand-element-half-bubble {
    top: 41%;
    width: 18px;
    height: 50%;
    z-index: 300;
    max-height: 70px;

    transition: all 500ms ease-in-out;
  }

  .header-bottom-container .container-bubble {
    width: 100%;
    height: 100%;
    padding: 4em 2.5em;
    display: flex;
    align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -ms-justify-content: center;

    transition: background-size 800ms;
  }

  .header-bottom-container .overlay {
    position: absolute;
    background: none;
    background-color: rgba(0, 29, 57, 0.7);
    width: 100%;
    height: 100%;
    z-index: 100;
  }

  .header-bottom-container.active .container-bubble:before {
    filter: blur(2px);
  }

  .header-bottom-container.active .brand-element-half-bubble {
    top: 15%;
  }

  .container-bubble:before {
    background-size: cover;
  }

  .third-bg-client {
    background-position: 79% 43% !important;
  }
  .third-bg-client:before {
    background-position: 79% 43% !important;
  }
  
  .third-bg-claimant {
    background-position: 24% 47%;
  }
  .third-bg-claimant:before {
    background-position: 24% 47%;
  }
  
  .third-bg-candidate {
    background-position: 69% 25%;
  }
  .third-bg-candidate:before {
    background-position: 69% 25%;
  }

  .heading-jumbo {
    font-size: 3.5em;
    cursor: pointer;
  }

  .sub-tag-wrap {
    z-index: 1000;
    font-size: .9em;
  }

  .other-content {
    max-height: 0;
    overflow: hidden;

    transition: max-height 600ms cubic-bezier(0.9, 1.19, 0.99, 0.99);
    }

    .header-bottom-container .container-bubble h1 {
      text-align: center;
    }

    .header-bottom-container.active {
      max-height: 70vh;
    }
    
    .header-bottom-container.inactive {
      max-height: 10vh;
    }

    .header-bottom-container.inactive .brand-element-half-bubble {
      min-height: 45px;
      top: 25%;
    }

    .header-bottom-container.inactive .container-bubble {
      padding: 0;
    }

    .header-bottom-container.inactive .other-content {
      padding: 0 2.5em;
    }

    .header-bottom-container.active .other-content {
      max-height: 500px;
    }

    .header-bottom-container.active .heading-jumbo {
      text-align: left;
    }

    .nav-button-div {
      flex-direction: column;
      padding: 15px;
    }

    .button-2 {
      width: 100%;
      display: block;
      margin-bottom: 1em;
    }
  }

  @media (max-width: 576px) {
    .header-bottom-container .brand-element-half-bubble {
      top: 30%;
      width: 10px;
    }

    .header-bottom-container.active .brand-element-half-bubble {
      top: 10%;
    }

    .header-bottom-container.active {
      max-height: 600px;
    }

    .header-bottom-container .heading-jumbo {
      font-size: 2.9em;
    }
  }

  @media (max-width: 375px) {
    .header-bottom-container .brand-element-half-bubble {
      top: 35%;
      width: 10px;
    }

    .header-bottom-container.active .brand-element-half-bubble {
      top: 12%;
    }
  }

  @media (max-width: 320px) {
    .header-bottom-container .heading-jumbo {
      font-size: 2.5em;
    }
  }