/********************
 * NAV - RESET
 ******************/

nav ul.menu,
nav .item-list ul {
  margin: 0;
  list-style: none;
}

  nav ul.menu li,
  nav .item-list ul li {
    margin: 0 0 10px 0;
    font-size: 0.8em;
    line-height: 1.2;
    list-style: none;
  }


/*******************
 * NAV - MOBILE CONTROL
 ******************/

button.drop-menu--control {
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  outline: none;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  margin-right: -10px;
  padding:0;
  /* Converted svg from images/icon-menu-open.svg */
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 80' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff%3Bstroke:%23ffffff%3Bstroke-width:2%3Bstroke-miterlimit:10%3B%7D%3C/style%3E%3Cg%3E%3Crect class='st0' width='100' height='20' rx='8'%3E%3C/rect%3E%3Crect class='st0' y='30' width='100' height='20' rx='8'%3E%3C/rect%3E%3Crect class='st0' y='60' width='100' height='20' rx='8'%3E%3C/rect%3E%3C/g%3E%3C/svg%3E");
  background-color: transparent;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
button.drop-menu--control:focus,
button.drop-menu--control:hover {
  /* Converted svg from images/icon-menu-open-blue.svg */
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 80' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23019DDF%3Bstroke:%23019DDF%3Bstroke-width:2%3Bstroke-miterlimit:10%3B%7D%3C/style%3E%3Cg%3E%3Crect class='st0' width='100' height='20' rx='8'%3E%3C/rect%3E%3Crect class='st0' y='30' width='100' height='20' rx='8'%3E%3C/rect%3E%3Crect class='st0' y='60' width='100' height='20' rx='8'%3E%3C/rect%3E%3C/g%3E%3C/svg%3E");
}

button.drop-menu--control.active {
  /* Converted svg from images/icon-close.svg */
  background-image: url(../../images/icon-close.svg);
  background-color: transparent;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
button.drop-menu--control.active:focus,
button.drop-menu--control.active:hover {
  background-image: url(../../images/icon-close-blue.svg);
}


/*******************
 * NAV - DROP MENUS
 * Used for second-level dropdown menus, microsite nav, user nav.
 ******************/

.nav--drop-menu ul,
.nav--drop-menu .item-list ul,
.content-header nav ul.menu > li > ul.menu {
  display: none;
  background-color: #fff;
  padding: 18px 18px 11px;
  position: absolute;
  z-index: 100;
  min-width: 230px;
  border: 1px #ebebeb solid;
  border-top: 4px #68d2f2 solid;
  top: 100%;
}
.nav--drop-menu .item-list ul.active,
.content-header nav ul.menu > li > ul.menu.active {
  display: block;
}

  .nav--drop-menu ul li,
  .nav--drop-menu .item-list ul li,
  .content-header nav ul.menu > li > ul.menu li {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
    padding-right: 0;
  }

    .nav--drop-menu ul li a,
    .content-header nav ul.menu > li > ul.menu li a {
      color: #060606;
    }
    .nav--drop-menu ul li a:hover,
    .nav--drop-menu ul li a:focus,
    .content-header nav ul.menu > li > ul.menu li a:hover,
    .content-header nav ul.menu > li > ul.menu li a:focus {
      color: #019de0;
    }

  .content-header nav ul.menu > li.grid-2 > ul.menu {
    display: none;
    width: 340px;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding-bottom: 15px;
  }
    .content-header nav ul.menu > li.grid-2 > ul.menu > li {
      margin-bottom: 0;
    }
  .content-header nav ul.menu > li.grid-2 > ul.menu.active {
    display: grid;
  }


/***************************
 * NAV - IN HEADER - STANDARD (NOT MICROSITE)
 **************************/

.header--style-standard .content-header .nav-main .nav-inner-menu {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background-color: #060606;
  padding-top: 4px;
  border-bottom: 1px #fff solid;
}
@media (min-width: 1220px) {
  .header--style-standard .content-header .nav-main .nav-inner-menu {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding-top: 0;
    background-color: transparent;
    border-bottom: 0;
  } 
}

.header--style-standard .content-header .nav-main .nav-inner-menu.active {
  display: block;
}

.header--style-standard .content-header .row--main {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 1220px) {
  .header--style-standard .content-header .row--main {
    padding-top: 0;
    padding-bottom: 0;
  }
}

  .header--style-standard .content-header .menu--main {}

    .header--style-standard .content-header .menu--main li {
      text-align: center;
      position: relative;
      font-size: 20px;
    }
    @media (min-width: 1220px) {
      .header--style-standard .content-header .menu--main li {
        display: inline-block;
        padding: 0 22px 0 0;
        margin: 0;
        font-size: 18px;
      }
      .header--style-standard .content-header .menu--main li:last-child {
        padding-right: 0;
      }
    }
      .header--style-standard .content-header .menu--main li a {
        padding-top: 3px;
        padding-bottom: 3px;
        color: #fff;
      }
      @media (min-width: 1220px) {
        .header--style-standard .content-header .menu--main li a {
          padding-top: 0;
          padding-bottom: 0;
        }
      }

      .header--style-standard .content-header .menu--main li a:hover,
      .header--style-standard .content-header .menu--main li a:focus {
        color: #68d2f2;
      }

.header--style-standard .content-header .row--secondary {}
@media (min-width: 1220px) {
  .header--style-standard .content-header .row--secondary {
    margin-top: 10px;
    display: flex;
  }
}

  .header--style-standard .content-header .request-ta {
    text-align: center;
    background-color: #68d2f2;
  }
  @media (min-width: 1220px) {
    .header--style-standard .content-header .request-ta {
      background-color: transparent;
    }
  }

    .header--style-standard .content-header .request-ta a {
      color: #060606;
      display: inline-block;
      font-family: roboto, sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 20px;
      padding: 0 10px;
      background-color: #68d2f2;
      text-decoration: none;
    }
    @media (min-width: 1220px) {
      .header--style-standard .content-header .request-ta a {
        display: inline;
      }
    }

    .header--style-standard .content-header .request-ta a:hover,
    .header--style-standard .content-header .request-ta a:focus {
      color: #fff;
    }

  .header--style-standard .content-header .menu--secondary {
    padding-top: 12px;
    padding-bottom: 8px;
  }
  @media (min-width: 1220px) {
    .header--style-standard .content-header .menu--secondary {
      margin-left: auto;
      padding-top: 0;
      padding-bottom: 0;
    }
  }

    .header--style-standard .content-header .menu--secondary li {
      text-align: center;
      position: relative;
      font-size: 16px;
    }
    @media (min-width: 1220px) {
      .header--style-standard .content-header .menu--secondary li {
        display: inline-block;
        margin: 0;
        padding: 0 22px 0 0;
      }
      .header--style-standard .content-header .menu--secondary li:last-child {
        padding-right: 0;
      }
    }
      .header--style-standard .content-header .menu--secondary li a {
        padding-top: 3px;
        padding-bottom: 3px;
        color: #68d2f2;
      }
      @media (min-width: 1220px) {
        .header--style-standard .content-header .menu--secondary li a {
          padding-top: 0;
          padding-bottom: 0;
        }
      }

      .header--style-standard .content-header .menu--secondary li a:hover,
      .header--style-standard .content-header .menu--secondary li a:focus {
        color: #fff;
      }


/***************************
 * USER NAV - IN HEADER - BOTH STANDARD AND MICROSITE
 **************************/

.content-header nav.nav--user {
  margin-top: 0;
  margin-left: 8px;
}
@media (min-width: 1220px) {
  .content-header nav.nav--user {
    margin-top: -17px;
    margin-left: 0;
  }
}

  .content-header nav.nav--user.nav--drop-menu .item-list {
    width: 31px;
    height: 31px;
  }

  .content-header nav.nav--user.nav--drop-menu .item-list ul {
    min-width: 125px;
    top: calc(100% + 12px);
    right: 0;
    border-top-color: #eb3f21;
  }
  @media (min-width: 1220px) {
    .content-header nav.nav--user.nav--drop-menu .item-list ul {
      top: calc(100% + 41px);
    }
  }

  .content-header nav.nav--user.nav--drop-menu .item-list button.drop-menu--control {
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20class%3D%22size-6%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.982%2018.725A7.488%207.488%200%200%200%2012%2015.75a7.488%207.488%200%200%200-5.982%202.975m11.963%200a9%209%200%201%200-11.963%200m11.963%200A8.966%208.966%200%200%201%2012%2021a8.966%208.966%200%200%201-5.982-2.275M15%209.75a3%203%200%201%201-6%200%203%203%200%200%201%206%200Z%22%20%2F%3E%3C%2Fsvg%3E");
    background-color: #eb3f21;
    border-radius: 50%;
    width: 31px;
    height: 31px;
  }
    .content-header nav.nav--user.nav--drop-menu .item-list button.drop-menu--control:hover,
    .content-header nav.nav--user.nav--drop-menu .item-list button.drop-menu--control:focus,
    .content-header nav.nav--user.nav--drop-menu .item-list button.drop-menu--control.active {
      background-color: #cb1f01;
    }
