@media screen and (min-width: 992px) {
  .megamenu-container {
    top: 0 !important; }

  .megamenu > ul {
    position: absolute;
    top: 40px;
    width: 100%;
    padding: 20px; }

  .megamenu > ul > li {
    line-height: 40px; }

  .megamenu-level {
    display: none;
    margin-top: 10px;
    border-top: 1px solid black; }

  .megamenu-container {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 40px;
    background: none;
    opacity: 1;
    overflow: hidden;
    /* Decrease z-index so we can raise other elements in the header. */
    z-index: 10; }

  .js-menu-container--active {
    height: 540px; }

  .megamenu-level-0 {
    display: inline-block;
    line-height: 40px;
    background: #fff;
    color: #000; }

  .megamenu-level-0 > .megamenu {
    display: block; }

  .megamenu-level-0 > .megamenu > ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: transparent;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly; }

  .megamenu-level-0 > .megamenu > ul > li {
    display: inline-block;
    /* Subtract 2 * border-bottom-width from line-height for transition. */
    line-height: 40px;
    margin: 0;
    padding: 0 10px;
    font-weight: 600;
    font-size: 14px;
    border-bottom-color: #5e82b2;
    border-left: 1px solid #375173;
    border-bottom-width: 0;
    transition: 0.2s border-bottom-width;
    flex: 1 0 auto;
    text-align: center; } }
  @media screen and (min-width: 992px) and (min-width: 1152px) {
    .megamenu-level-0 > .megamenu > ul > li {
      font-size: 16px; } }

@media screen and (min-width: 992px) {
  .megamenu-level-0 > .megamenu > ul > li > a,
  .megamenu-level-0 > .megamenu > ul > li > a:link,
  .megamenu-level-0 > .megamenu > ul > li > a:visited,
  .megamenu-level-0 > .megamenu > ul > li > a:active {
    color: #000; }

  .megamenu-level-0 > .megamenu > ul > li > a:hover {
    color: #375173; }

  .megamenu-level-0 > .megamenu > ul > li:first-of-type {
    border-left: 0; }

  /* Override mobile style. */
  .megamenu-level-0 > .megamenu > ul > li:last-child {
    border-bottom-width: 0; }

  .megamenu-level-0 > .megamenu > ul > li:hover {
    border-bottom-width: 0; }

  .megamenu-level-0 > .megamenu > ul > li[data-menu-child]:after {
    display: none; }

  .megamenu-level-1.js-menu-level--active {
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
    width: 33.3333%;
    height: 100%;
    background: #F3F3F3; }

  .megamenu-level-1 > .megamenu > ul {
    position: absolute;
    top: 0;
    right: 40px;
    left: 20px;
    width: auto;
    min-width: 200px;
    min-height: 500px;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700; }

  .megamenu-level-1 > .megamenu > ul > li {
    display: block;
    margin: 0 3px;
    border-bottom: 1px solid #e9e9ec; }

  .megamenu-level-1 > .megamenu > ul > li > a,
  .megamenu-level-1 > .megamenu > ul > li > a:link,
  .megamenu-level-1 > .megamenu > ul > li > a:visited,
  .megamenu-level-1 > .megamenu > ul > li > a:hover,
  .megamenu-level-1 > .megamenu > ul > li > a:active {
    color: #000;
    font-family: Lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 500; }

  .megamenu-level-1 > .megamenu > ul > li:first-child {
    border-top: none; }

  .megamenu-level-1 > .megamenu > ul > li:last-child {
    border-bottom: none; }

  .megamenu-level-1 > .megamenu > ul > li[data-menu-child]:after {
    display: none; }

  .megamenu-level-2.js-menu-level--active {
    display: block;
    position: absolute;
    top: 40px;
    left: 33.3333%;
    width: 66.6666%;
    height: 100%;
    padding-left: 40px;
    background: #375173; }

  .megamenu-level-2 > .megamenu > h4 {
    color: #fff;
    background: #375173;
    font-size: 20px;
    font-family: Lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    padding: 20px 40px 0 40px;
    margin: 0;
    margin-left: -40px; }

  .megamenu-level-2 > .megamenu > ul {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    columns: 2; }

  .megamenu-level-2 > .megamenu.one-column > ul {
    columns: 1;
    padding-left: 0; }

  .megamenu-level-2 > .megamenu > ul > li {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    width: 90%;
    border-bottom: 1px solid #5e82b2;
    font-family: Lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

  .megamenu-level-2 > .megamenu > ul > li > a,
  .megamenu-level-2 > .megamenu > ul > li > a:link,
  .megamenu-level-2 > .megamenu > ul > li > a:visited,
  .megamenu-level-2 > .megamenu > ul > li > a:hover,
  .megamenu-level-2 > .megamenu > ul > li > a:active {
    color: #fff;
    font-family: Lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 500; }

  .megamenu-level-2 > .megamenu > ul > li:before {
    display: none;
    visibility: hidden;
    content: '';
    position: absolute;
    height: 13.333px;
    width: 10px;
    left: 0;
    top: 3px;
    margin-top: 14px; }

  .megamenu-level-2 > .megamenu > ul > li:first-child {
    border-top: none; }

  .megamenu-level-2 > .megamenu > ul > li:last-child {
    border-bottom: 1px solid #5e82b2; }

  .megamenu__contact {
    font-size: 18px;
    font-weight: 500;
    color: white; }
    .megamenu__contact a {
      color: white;
      text-decoration: underline; }
      .megamenu__contact a:hover {
        text-decoration: none; } }
  @media screen and (min-width: 992px) and (min-width: 768px) {
    .megamenu__contact a[href^="tel"] {
      pointer-events: none; } }

@media screen and (min-width: 992px) {
  .megamenu__contact > .tel > span {
    font-weight: 500; }

  .js-menu-close-trigger {
    display: none; }

  .js-menu-back-trigger {
    display: none; } }
/* Increase spacing in header menu when the screen is wide enough. */
@media screen and (min-width: 1100px) {
  .megamenu-level-0 > .megamenu > ul > li {
    margin: 0; }

  .megamenu-level-0 > .megamenu > ul > li:first-of-type {
    border-left: 0; } }
.mobile-nav #searchform {
  display: flex;
  position: fixed;
  bottom: 15px;
  z-index: 999999;
  width: calc(100% - 40px);
  margin-left: 20px;
  background-color: #eee; }
  .mobile-nav #searchform .input-group:has(input[type="text"]) {
    width: calc(100% - 60px); }
  .mobile-nav #searchform input[type="text"] {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #ccc;
    border-right: 0; }
  .mobile-nav #searchform input[type="submit"] {
    position: relative;
    height: 50px !important;
    width: 60px !important;
    border-radius: 0 !important;
    text-indent: -9999px;
    border: 1px solid #375173;
    background-color: #375173 !important;
    background-image: url("assets/img/arrow-cta.png") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 20px !important;
    transition: all .3s ease; }

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