/* line 4, ../../global/header/header.scss */
.home header.main {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 45%); }

/* line 13, ../../global/header/header.scss */
header.main {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 5;
  transition: padding 0.25s, background 0.25s;
  background-color: #fefefe; }
  /* line 22, ../../global/header/header.scss */
  header.main .alert {
    background-color: #ffb627;
    padding: 8px 0; }
    /* line 26, ../../global/header/header.scss */
    header.main .alert p {
      color: #235159;
      text-align: center;
      font-size: 16px;
      line-height: 23px;
      font-weight: bold; }
      /* line 21, ../scss/_mixins.scss */
      header.main .alert p:last-of-type {
        margin-bottom: 0; }
      /* line 35, ../../global/header/header.scss */
      header.main .alert p a {
        color: #235159;
        text-decoration: underline; }
    /* line 40, ../../global/header/header.scss */
    header.main .alert a {
      color: #235159;
      text-decoration: underline; }
  @media only screen and (max-width: 640px) {
    /* line 47, ../../global/header/header.scss */
    header.main.lander_mode .logo {
      width: 50%; }
    /* line 52, ../../global/header/header.scss */
    header.main.lander_mode .navigation {
      width: 50%; } }
  /* line 62, ../../global/header/header.scss */
  header.main.scrolled {
    background-color: #fefefe; }
    /* line 68, ../../global/header/header.scss */
    header.main.scrolled .logo img {
      max-width: 200px; }
    /* line 74, ../../global/header/header.scss */
    header.main.scrolled .navigation .top_right_logo img {
      height: 54px; }
  /* line 81, ../../global/header/header.scss */
  header.main > .row {
    max-width: unset; }
    /* line 84, ../../global/header/header.scss */
    header.main > .row.hold_header {
      padding: 15px 0; }
      @media only screen and (max-width: 640px) {
        /* line 84, ../../global/header/header.scss */
        header.main > .row.hold_header {
          padding: 10px 0; } }
  /* line 93, ../../global/header/header.scss */
  header.main .logo {
    display: flex;
    align-items: center;
    padding-left: 35px; }
    @media only screen and (max-width: 640px) {
      /* line 93, ../../global/header/header.scss */
      header.main .logo {
        padding-left: 25px; } }
    /* line 104, ../../global/header/header.scss */
    header.main .logo img {
      transition: max-width 0.25s;
      width: 300px; }
      @media only screen and (max-width: 640px) {
        /* line 104, ../../global/header/header.scss */
        header.main .logo img {
          width: 230px; } }
    /* line 113, ../../global/header/header.scss */
    header.main .logo h1 {
      margin-bottom: 0; }
  /* line 118, ../../global/header/header.scss */
  header.main .navigation {
    display: flex;
    padding-right: 28px; }
    /* line 122, ../../global/header/header.scss */
    header.main .navigation .top_right_logo img {
      transition: height 0.25s;
      height: 70px; }
      @media only screen and (max-width: 640px) {
        /* line 122, ../../global/header/header.scss */
        header.main .navigation .top_right_logo img {
          height: 54px; } }
    /* line 131, ../../global/header/header.scss */
    header.main .navigation .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
      border-color: transparent transparent transparent #32b9c6; }
    /* line 136, ../../global/header/header.scss */
    header.main .navigation .menu_mobile_trigger_holder #menu_mobile_trigger {
      display: none;
      width: 35px;
      height: 20px;
      position: relative;
      transform: rotate(0deg);
      transition: 0.5s ease-in-out;
      cursor: pointer;
      background-color: transparent;
      float: right; }
      /* line 147, ../../global/header/header.scss */
      header.main .navigation .menu_mobile_trigger_holder #menu_mobile_trigger span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #247C84;
        border-radius: 0;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: 0.25s ease-in-out; }
      /* line 160, ../../global/header/header.scss */
      header.main .navigation .menu_mobile_trigger_holder #menu_mobile_trigger span:nth-child(1) {
        top: 0; }
      /* line 164, ../../global/header/header.scss */
      header.main .navigation .menu_mobile_trigger_holder #menu_mobile_trigger span:nth-child(2),
      header.main .navigation .menu_mobile_trigger_holder #menu_mobile_trigger span:nth-child(3) {
        top: 9px; }
      /* line 169, ../../global/header/header.scss */
      header.main .navigation .menu_mobile_trigger_holder #menu_mobile_trigger span:nth-child(4) {
        top: 18px; }
      @media only screen and (max-width: 1024px) {
        /* line 136, ../../global/header/header.scss */
        header.main .navigation .menu_mobile_trigger_holder #menu_mobile_trigger {
          display: block; } }
    @media only screen and (max-width: 1024px) {
      /* line 179, ../../global/header/header.scss */
      header.main .navigation .menu-wrap {
        display: none; } }
    /* line 190, ../../global/header/header.scss */
    header.main .navigation .menu-wrap ul.menu {
      float: right; }
      /* line 194, ../../global/header/header.scss */
      header.main .navigation .menu-wrap ul.menu .is-active a {
        background-color: #fefefe; }
      @media only screen and (max-width: 1024px) {
        /* line 190, ../../global/header/header.scss */
        header.main .navigation .menu-wrap ul.menu {
          float: unset; } }
      /* line 205, ../../global/header/header.scss */
      header.main .navigation .menu-wrap ul.menu li:focus-within > ul {
        display: block; }
      /* line 212, ../../global/header/header.scss */
      header.main .navigation .menu-wrap ul.menu > li.is-active {
        background-color: #fefefe;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07); }
      /* line 221, ../../global/header/header.scss */
      header.main .navigation .menu-wrap ul.menu > li.menu-item-active > a {
        color: #247C84; }
      /* line 237, ../../global/header/header.scss */
      header.main .navigation .menu-wrap ul.menu > li.menu-item-ancestor-active > a {
        color: #247C84; }
      /* line 243, ../../global/header/header.scss */
      header.main .navigation .menu-wrap ul.menu > li.is-dropdown-submenu-parent > a {
        padding: 10px 32px 10px 20px; }
        /* line 246, ../../global/header/header.scss */
        header.main .navigation .menu-wrap ul.menu > li.is-dropdown-submenu-parent > a:after {
          display: block;
          width: 0;
          height: 0;
          border: inset 5px;
          content: "";
          border-bottom-width: 0;
          border-top-style: solid;
          border-color: #32b9c6 transparent transparent;
          right: 10px;
          left: auto;
          margin-top: -3px; }
      /* line 262, ../../global/header/header.scss */
      header.main .navigation .menu-wrap ul.menu > li.menu-id-296 {
        display: none; }
      /* line 266, ../../global/header/header.scss */
      header.main .navigation .menu-wrap ul.menu > li > a {
        padding: 10px 20px;
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        color: #235159;
        transition: color 0.25s;
        position: relative; }
        /* line 275, ../../global/header/header.scss */
        header.main .navigation .menu-wrap ul.menu > li > a:hover {
          color: #247C84; }
      /* line 281, ../../global/header/header.scss */
      header.main .navigation .menu-wrap ul.menu > li ul {
        border: 0;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07);
        min-width: 100%;
        width: 245px;
        display: none; }
        /* line 288, ../../global/header/header.scss */
        header.main .navigation .menu-wrap ul.menu > li ul li {
          border-bottom: 1px solid #f5f7f9;
          background-color: #fefefe;
          transition: 0.25s background-color; }
          /* line 293, ../../global/header/header.scss */
          header.main .navigation .menu-wrap ul.menu > li ul li:last-child {
            border-bottom: 0; }
          /* line 297, ../../global/header/header.scss */
          header.main .navigation .menu-wrap ul.menu > li ul li:hover {
            background-color: #f5f7f9; }
          /* line 302, ../../global/header/header.scss */
          header.main .navigation .menu-wrap ul.menu > li ul li.menu-item-active a {
            color: #247C84; }
          /* line 307, ../../global/header/header.scss */
          header.main .navigation .menu-wrap ul.menu > li ul li a {
            font-family: "Nunito";
            padding: 16px;
            text-transform: uppercase;
            font-size: 14px;
            letter-spacing: 0.97px;
            font-family: "Nunito";
            font-weight: 800;
            color: #022e34; }
            /* line 311, ../../global/header/header.scss */
            header.main .navigation .menu-wrap ul.menu > li ul li a:hover {
              color: #247C84; }
          /* line 321, ../../global/header/header.scss */
          header.main .navigation .menu-wrap ul.menu > li ul li > ul {
            margin: 0;
            list-style: none;
            height: 100%; }
    /* line 332, ../../global/header/header.scss */
    header.main .navigation .number {
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: 1.1px;
      font-family: "Nunito";
      font-weight: 800;
      line-height: 21px;
      margin-left: 12px;
      margin-right: 4px; }
      @media only screen and (max-width: 640px) {
        /* line 332, ../../global/header/header.scss */
        header.main .navigation .number {
          display: none; } }
      /* line 342, ../../global/header/header.scss */
      header.main .navigation .number a {
        color: #247C84; }
        /* line 345, ../../global/header/header.scss */
        header.main .navigation .number a:hover {
          color: #ffb627; }
    /* line 351, ../../global/header/header.scss */
    header.main .navigation .contact_us {
      margin-left: 25px; }
      @media only screen and (max-width: 1024px) {
        /* line 351, ../../global/header/header.scss */
        header.main .navigation .contact_us {
          display: none; } }
      /* line 358, ../../global/header/header.scss */
      header.main .navigation .contact_us .button {
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 0.97px;
        font-family: "Nunito";
        font-weight: 800;
        margin: 0; }
        /* line 363, ../../global/header/header.scss */
        header.main .navigation .contact_us .button .button_hold {
          padding: 14px 40px 12px 20px;
          border: 2px solid #235159;
          transition: border 0.25s, background-color 0.25s; }
          /* line 368, ../../global/header/header.scss */
          header.main .navigation .contact_us .button .button_hold:after {
            right: 23px;
            top: 14px; }
        /* line 376, ../../global/header/header.scss */
        header.main .navigation .contact_us .button:focus .button_hold, header.main .navigation .contact_us .button:hover .button_hold {
          border: 2px solid #32b9c6; }

/*# sourceMappingURL=header.css.map */