@charset "UTF-8";
/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  overflow: hidden; }

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: transparent; }

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8); }

.featherlight:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal; }

.featherlight .featherlight-inner {
  display: block; }

.featherlight link.featherlight-inner, .featherlight script.featherlight-inner, .featherlight style.featherlight-inner {
  display: none; }

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial,sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0; }

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0; }

.featherlight .featherlight-image {
  width: 100%; }

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch; }

.featherlight iframe {
  border: 0; }

.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none; } }

/* Chatbot styles */
/* Chatbot in nav */
#chatbot-menu-item-mobile {
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 6px 20px;
  /* padding-left: 20px;
  padding-right: 20px;
  height: 62px; */ }

@media screen and (min-width: 1024px) {
  #chatbot-menu-item-mobile {
    display: none !important; } }

#chatbot-menu-item {
  display: none !important; }

@media screen and (min-width: 1024px) {
  #chatbot-menu-item {
    display: inline-block !important; } }

#chatbot-menu-item a:after,
#chatbot-menu-item-mobile a:after {
  display: none; }

#chatbot-link {
  font-size: 25px;
  text-align: center;
  display: inline-block !important;
  padding: 10px !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #013d73;
  transition: transform 0.3s; }

.chatbot-gif {
  transition: transform 0.3s; }

#chatbot-link.active {
  background-color: white; }

#chatbot-link:hover {
  transform: scale(1.1); }

#chatbot-link:hover .chatbot-gif {
  transform: scale(0.9); }

#chatbot-link.active:hover {
  transform: scale(1.1); }

@media screen and (min-width: 1024px) {
  #chatbot-link {
    background-color: #004a8d; }
  #chatbot-menu-item {
    padding-right: 1px; }
  #chatbot-link {
    margin: 11px 3px 20px 18px;
    width: auto;
    height: auto; } }

@media screen and (min-width: 1110px) {
  #chatbot-link {
    margin: 11px 3px 20px 28px; } }

@media screen and (min-width: 1200px) {
  #chatbot-link {
    margin: 11px 3px 20px 30px; } }

#chatbot-link img {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: bottom; }

.chatbot-gif {
  width: 30px;
  min-height: 30px; }

/* Chatbot content */
#chatbot-overlay {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  top: 0;
  font-family: "GothamRounded-Light" !important; }

.chatbot-wrapper {
  background-color: white;
  border-top: 1px solid #000;
  height: calc(100vh - 91px);
  position: fixed;
  top: 91px;
  width: 100vw;
  /* box-sizing: border-box; */ }
  .chatbot-wrapper .wrapper {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    position: relative; }

@media screen and (min-width: 768px) {
  .chatbot-wrapper {
    width: 320px;
    height: 700px;
    right: 3vw;
    margin: 0px;
    top: 127px;
    border-radius: 6px;
    box-shadow: 0 2px 139px 0 rgba(0, 0, 0, 0.5); } }

@media screen and (min-width: 768px) and (max-height: 850px) {
  .chatbot-wrapper {
    height: 600px; } }

@media screen and (min-width: 1024px) {
  #chatbot-overlay {
    z-index: 1000; }
  .chatbot-wrapper {
    border: none; } }

#chatbot-overlay #app {
  position: relative;
  height: 100%; }

@media screen and (min-width: 768px) {
  #app {
    height: 700px; } }

#chatbot-overlay .wrapper.ai-window {
  padding: 1rem;
  margin: 0px;
  width: auto !important;
  height: calc(100% - 87px);
  overflow-y: auto; }

#chatbot-overlay .wrapper.ai-window::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent; }

#chatbot-overlay .wrapper.ai-window::-webkit-scrollbar {
  width: 7px;
  background-color: transparent; }

#chatbot-overlay .wrapper.ai-window::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #bdbdbb; }

@media screen and (min-width: 768px) {
  #chatbot-overlay .wrapper.ai-window {
    height: auto;
    max-height: 562px;
    margin-top: 50px; } }

@media screen and (min-width: 768px) and (max-height: 850px) {
  #chatbot-overlay .wrapper.ai-window {
    max-height: 464px;
    padding: 1rem 30px 1rem 1rem; } }

#close-chatbot {
  position: absolute;
  right: 0px;
  top: 0;
  color: #004b90;
  font-weight: bold;
  margin: 15px;
  font-size: 18px;
  z-index: 2;
  cursor: pointer;
  /* display: none; */ }

/* @media screen and (min-width: 768px) {
  #close-chatbot {
    display: block;
  }
} */
#chatbot-overlay .up {
  display: none;
  font-size: 32px;
  background-color: white;
  padding: 10px;
  border-radius: 50%; }

#chatbot-overlay .title {
  font-size: 25px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 0px;
  font-family: "GothamRounded-Light" !important;
  margin-left: 0px;
  margin-bottom: 15px; }

@media screen and (min-width: 768px) {
  #chatbot-overlay .title {
    margin-top: 30%; } }

#chatbot-overlay .mdc-typography--body2 {
  font-size: 13px;
  line-height: 15px;
  font-family: "GothamRounded-Light" !important;
  margin-top: 20px; }

#chatbot-overlay .query {
  box-sizing: border-box;
  padding: 18px 18px 18px 18px;
  background-color: white;
  z-index: 1000;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  position: absolute;
  bottom: 0px;
  box-shadow: unset;
  font-family: "GothamRounded-Light" !important; }

@media screen and (min-width: 768px) {
  #chatbot-overlay .query {
    bottom: 54px; } }

#chatbot-overlay .queryform {
  width: 100%;
  height: 50px;
  padding: 15px 40px 15px 15px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 600;
  outline: none;
  color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 9px 15px 0 rgba(0, 0, 0, 0.23);
  border-radius: 25px;
  border: 1px solid rgba(151, 151, 151, 0.1);
  margin: 0px;
  font-family: "GothamRounded-Light" !important; }

#chatbot-overlay .queryform::placeholder {
  opacity: 0.3;
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  font-family: "GothamRounded-Light" !important; }

#chatbot-overlay .iicon {
  position: absolute;
  vertical-align: middle;
  color: #c0c0c0;
  cursor: pointer;
  right: 14px;
  bottom: 13px;
  margin: 0px; }

#chatbot-overlay .recording {
  color: #f44336; }

#chatbot-overlay .iicon.t2s {
  display: none;
  margin-left: 10px;
  margin-right: 20px; }

@media screen and (max-width: 720px) {
  #chatbot-overlay .iicon.t2s {
    right: 0; } }

#chatbot-overlay .chat-window {
  width: 100%; }

#chatbot-overlay .bubble {
  max-width: 300px;
  padding: 17px;
  float: right;
  animation: msg 0.25s linear;
  border-radius: 12px 12px 0px 12px;
  background-color: #f1f1f1;
  color: #000000;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  font-family: "GothamRounded-Light" !important; }

#chatbot-overlay .bubble.bot {
  background-color: #004b90;
  color: #ffffff;
  float: left;
  margin-right: 10px;
  border-radius: 12px 12px 12px 0; }

#chatbot-overlay td {
  margin-top: 30px;
  margin-bottom: 10px; }

#chatbot-overlay .mdc-card {
  background-color: white;
  max-width: 300px;
  margin-bottom: 5px;
  animation: msg 0.45s ease-in-out; }

#chatbot-overlay .slide {
  margin: 5px;
  max-width: 300px; }

#chatbot-overlay .slider {
  max-width: 300px;
  margin-left: -5px; }

#chatbot-overlay .mdc-fab {
  background-color: white;
  color: #ff9800; }

#chatbot-overlay .rightnav {
  margin-left: -32px; }

@media screen and (max-width: 720px) {
  #chatbot-overlay .rightnav {
    margin-left: -35px; } }

@media screen and (max-width: 320px) {
  #chatbot-overlay .rightnav {
    margin-left: -70px; } }

#chatbot-overlay .leftnav {
  margin-right: -35px; }

@media screen and (max-width: 720px) {
  #chatbot-overlay .leftnav {
    display: none; } }

#chatbot-overlay .openlink {
  vertical-align: middle;
  margin-top: -5px;
  margin-left: 5px;
  color: #004991; }

#chatbot-overlay .mdc-card__media-item {
  height: auto;
  width: 100%;
  margin-top: -5px; }

#chatbot-overlay .chips {
  margin-left: -10px; }

#chatbot-overlay .suggestion {
  margin-top: 10px;
  float: left;
  margin-left: 10px;
  padding: 17px;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  cursor: pointer;
  animation: controls 0.25s linear;
  border-radius: 12px 12px 12px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px; }

#chatbot-overlay .suggestion.link {
  background-color: #7fa5c7;
  color: #ffffff;
  text-decoration: none;
  border: 0 none; }

#chatbot-overlay .mdc-list-item__start-detail {
  border-radius: 50%; }

#chatbot-overlay .copyright {
  display: none; }

@keyframes msg {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes controls {
  0% {
    transform: scaleY(0); }
  100% {
    transform: scaleY(1); } }

#our-brands {
  background-color: grey;
  font-size: 0;
  height: 90vh;
  line-height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 119px;
  width: 100%;
  z-index: -999;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s; }

#our-brands.active {
  /* opacity: 1; */
  z-index: 900; }

.no-csstransitions #our-brands.active {
  opacity: 1; }

@media screen and (max-height: 1000px) {
  #our-brands .brand-item-overlay {
    padding: 15px; }
  #our-brands .brand-item-overlay p {
    font-size: 15px; }
  .brand-item-overlay > * {
    padding-bottom: 20px; }
  #our-brands .brand-item-overlay .button {
    min-width: 150px; } }

#our-brands .brand-item {
  position: relative;
  width: 20%;
  height: 50%;
  display: inline-block;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden; }

.brand-item-darken-overlay {
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s;
  z-index: -999; }

#our-brands .brand-item.darken .brand-item-darken-overlay {
  opacity: 0.7;
  z-index: 911; }

.brand-item-bg {
  transform: scale(1);
  transition: transform 0.3s;
  will-change: transform;
  max-height: 100%;
  min-height: 100%;
  max-width: none; }

#our-brands .brand-item:hover .brand-item-bg {
  transform: scale(1.1); }

.brand-item-overlay {
  background-color: rgba(66, 25, 71, 0.85);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 100%;
  opacity: 0;
  padding: 50px 40px;
  position: absolute;
  text-align: center;
  top: 0;
  transition: opacity 0.3s;
  width: 100%;
  z-index: -999; }

#our-brands.active .brand-item:hover .brand-item-overlay {
  opacity: 0.85;
  z-index: 901; }

.brand-item-overlay-content {
  position: relative;
  top: 50%;
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.brand-item-overlay-content p {
  color: #ffffff;
  font-family: "GothamRounded-Light";
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  text-align: center; }

.brand-item-overlay-content img {
  margin-bottom: 20px; }

#our-brands .brand-item-overlay-content .button {
  background: #fff;
  color: #004a8d !important; }

#our-brands .brand-item-overlay-content .button:before {
  background: #012a47;
  color: #fff !important; }

#menu-item-our-brands-mobile .menu-item-submenu-mobile .plus-container {
  top: -18px; }

#menu-item-our-brands-mobile .menu-item-submenu-mobile .tab-header-copy {
  padding: 0; }

.menu-item-submenu-mobile .tab-header-copy {
  padding: 0; }

.menu-item-submenu-mobile .brands-mobile-acc {
  height: auto;
  display: none; }

.menu-item-submenu-mobile .brands-mobile-acc a {
  padding-left: 20px !important; }

.menu-item-submenu-mobile .brands-mobile-acc.active {
  display: block; }

.menu-item-submenu-mobile .sub-menu {
  padding-left: 40px;
  padding-bottom: 20px; }

.menu-item-submenu-mobile {
  padding-left: 0 !important;
  padding-bottom: 0 !important; }

#menu-item-our-brands,
#menu-item-our-brands-mobile,
#menu-item-early-careers,
#menu-item-early-careers-mobile {
  cursor: pointer; }

#menu-item-our-brands-mobile .open-tab,
#menu-item-early-careers-mobile .open-tab {
  margin: 0px; }

#menu-item-our-brands-mobile .tab-header,
#menu-item-early-careers-mobile .tab-header {
  min-height: auto; }

#menu-item-our-brands-mobile .tab-header span,
#menu-item-early-careers-mobile .tab-header span {
  padding: 20px 0 20px 20px; }

#menu-item-our-brands-mobile .plus-container,
#menu-item-early-careers-mobile .plus-container {
  top: 5px;
  width: 50px;
  height: 50px;
  border-color: #013d73; }

#menu-item-our-brands-mobile .plus_hori,
#menu-item-our-brands-mobile .plus_vert,
#menu-item-early-careers-mobile .plus_hori,
#menu-item-early-careers-mobile .plus_vert {
  background: #013d73; }

#menu-item-our-brands-mobile .tab-content-wrapper,
#menu-item-early-careers-mobile .tab-content-wrapper {
  padding: 0px; }

@media only screen and (max-width: 1024px) {
  #menu-item-our-brands,
  #menu-item-early-careers {
    display: none !important; } }

@media only screen and (min-width: 1024px) {
  #menu-item-our-brands-mobile,
  #menu-item-early-careers-mobile {
    display: none !important; } }

.brand-item-logo {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  transition: transform 0.5s;
  transform: translate3d(0, 0, 0);
  z-index: 910; }

.brand-item:nth-child(1) .brand-item-logo {
  animation-delay: 0s; }

.brand-item:nth-child(2) .brand-item-logo {
  animation-delay: 0.03s; }

.brand-item:nth-child(3) .brand-item-logo {
  animation-delay: 0.06s; }

.brand-item:nth-child(4) .brand-item-logo {
  animation-delay: 0.09s; }

.brand-item:nth-child(5) .brand-item-logo {
  animation-delay: 0.12s; }

.brand-item:nth-child(6) .brand-item-logo {
  animation-delay: 0.15s; }

.brand-item:nth-child(7) .brand-item-logo {
  animation-delay: 0.18s; }

.brand-item:nth-child(8) .brand-item-logo {
  animation-delay: 0.21s; }

.brand-item:nth-child(9) .brand-item-logo {
  animation-delay: 0.24s; }

.brand-item:nth-child(10) .brand-item-logo {
  animation-delay: 0.27s; }

.brands-mobile-acc {
  color: white;
  padding: 0;
  margin: 0; }

.brands-mobile-acc li {
  width: 100%;
  height: auto;
  padding: 20px 0 20px 40px;
  font-size: 14px;
  /* font-family: "GothamRounded-Medium"; */
  background-color: #013d73 !important;
  border-color: #002f5b !important; }

.brands-mobile-acc li:first-of-type {
  border-top: 2px solid #063f77; }

.brands-mobile-acc li:last-of-type {
  border: 0 none !important; }

.brands-mobile-acc li a {
  padding: 0px !important; }

#main-nav .brands-mobile-acc a:after {
  background-image: url(/img/mobile-menu-sub-item.svg);
  top: -15px; }

/* Fix lack of height when browser is squeezed up */
@media only screen and (min-width: 1300px) {
  .brand-item-bg {
    max-height: none;
    min-height: auto;
    max-width: 100%; } }

@font-face {
  font-family: "bebas_neuebold";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/BebasNeue-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/BebasNeue-Bold-webfont.woff2") format("woff2"), url("/fonts/BebasNeue-Bold-webfont.woff") format("woff"), url("/fonts/BebasNeue-Bold-webfont.ttf") format("truetype"), url("/fonts/BebasNeue-Bold-webfont.svg#bebas_neuebold") format("svg"); }

@font-face {
  font-family: "Cambria";
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "GothamRounded-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/GothamRounded-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/GothamRounded-Bold.otf") format("opentype"), url("/fonts/GothamRounded-Bold.woff") format("woff"), url("/fonts/GothamRounded-Bold.ttf") format("truetype"), url("/fonts/GothamRounded-Bold.svg#GothamRounded-Bold") format("svg"); }

@font-face {
  font-family: "GothamRounded-Book";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/GothamRounded-Book.eot?#iefix") format("embedded-opentype"), url("/fonts/GothamRounded-Book.otf") format("opentype"), url("/fonts/GothamRounded-Book.woff") format("woff"), url("/fonts/GothamRounded-Book.ttf") format("truetype"), url("/fonts/GothamRounded-Book.svg#GothamRounded-Book") format("svg"); }

@font-face {
  font-family: "GothamRounded-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/GothamRounded-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/GothamRounded-Medium.otf") format("opentype"), url("/fonts/GothamRounded-Medium.woff") format("woff"), url("/fonts/GothamRounded-Medium.ttf") format("truetype"), url("/fonts/GothamRounded-Medium.svg#GothamRounded-Medium") format("svg"); }

@font-face {
  font-family: "GothamRounded-Light";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/GothamRounded-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/GothamRounded-Light.otf") format("opentype"), url("/fonts/GothamRounded-Light.woff") format("woff"), url("/fonts/GothamRounded-Light.ttf") format("truetype"), url("/fonts/GothamRounded-Light.svg#GothamRounded-Light") format("svg"); }

@font-face {
  font-family: "proxima_novabold";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/ProximaNova-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova-Bold-webfont.woff2") format("woff2"), url("/fonts/ProximaNova-Bold-webfont.woff") format("woff"), url("/fonts/ProximaNova-Bold-webfont.ttf") format("truetype"), url("/fonts/ProximaNova-Bold-webfont.svg#proxima_novabold") format("svg"); }

@font-face {
  font-family: "avenir";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/Avenir.eot?#iefix") format("embedded-opentype"), url("/fonts/Avenir.woff2") format("woff2"), url("/fonts/Avenir.woff") format("woff"), url("/fonts/Avenir.ttf") format("truetype"), url("/fonts/Avenir.svg#avenir") format("svg"); }
