/********************************************
Palette base on
CMB Corporate Browser Toolkit Version: 3.2.0
Released on 14 May 2020
*********************************************/
/*********** BRAND **********/
:root {
  --red: #DB0011;
  --black: #000000;
  --white: #FFFFFF;
  --pearl: #F3F3F3;
  --silver: #D7D8D6;
  --pewter: #767676;
  --charcoal: #333333;
}
/*********** SUB BRAND **********/
:root {
  --light-slate: #4D6474;
  --slate: #3E505D;
  --dark-slate: #253038;
  --corp-slate: #1D262C;
}
/*********** RAG **********/
:root {
  --rag-red: #A8000B;
  --rag-amber: #FFBB33;
  --rag-green: #00847F;
  --rag-blue: #305A85;
  --rag-red-tint: #F9F2F3;
  --rag-amber-tint: #FFF8EA;
  --rag-green-tint: #E5F2F2;
  --rag-blue-tint: #EBEFF4;
}
:root {
  --rag-content-red: #FD6D6D;
  --rag-content-amber: #FFBB33;
  --rag-content-green: #6CD57A;
}
.ev-theme-light {
  --rag-content-red: #A8000B;
  --rag-content-amber: #855300;
  --rag-content-green: #006E0F;
}
/*********** DATA VISUALISATION **********/
/*********** Data visualisation **********/
:root {
  --blue1: #266076;
  --blue2: #347893;
  --blue3: #1494C6;
  --blue4: #509EBC;
  --purple1: #7C4386;
  --purple2: #8738AB;
  --purple3: #A752CF;
  --purple4: #B184C7;
  --pink1: #933D4F;
  --pink2: #C03954;
  --pink3: #F14E73;
  --pink4: #E76E84;
  --orange1: #9B4822;
  --orange2: #C64D24;
  --orange3: #ED500D;
  --orange4: #EC7046;
  --green1: #356512;
  --green2: #518827;
  --green3: #4DA90F;
  --green4: #74A157;
}
:root {
  --data1: #7770ff;
  --data2: #4e48c7;
  --data3: #36a1ff;
  --data4: #0f79d6;
  --data5: #2eb8b1;
  --data6: #00847f;
  --data7: #61c238;
  --data8: #488f29;
  --data9: #ffbb33;
  --data10: #b57e10;
  --dusk-pearl: #6D8EA6;
  --dark-pearl: #4D6474;
  --jade: #14A5AB;
  --dark-jade: #008580;
  --emerald: #4FA62F;
  --dark-emerald: #34880F;
  --amber: #E67310;
  --dark-amber: #BF610F;
  --ruby: #D71E8D;
  --dark-ruby: #A8166D;
  --iolite: #834EFF;
  --dark-iolite: #6637D5;
  --sapphire: #2580DC;
  --dark-sapphire: #1564B5;
}
/*********** SPECIAL VRIANTS FOR HEAT MAPS **********/
/*********** DEPRECATED **********/
body {
  background: none;
}
body.ev-theme-dark #menu__drawdown li {
  color: #252525;
}
.docs {
  display: flex;
  flex: 1;
  height: 100%;
  flex-direction: column;
}
.docs::-webkit-scrollbar {
  background: #FFFFFF;
}
.docs::-webkit-scrollbar-thumb {
  border-color: #FFFFFF;
  background: #D7D8D6;
}
.docs b {
  font-weight: 600;
  font-size: 15px;
}
.docs__header {
  background: #FFFFFF;
  min-height: 111px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  color: #333333;
  position: sticky;
  top: 0;
  z-index: 10;
  justify-content: center;
  display: flex;
  padding: 0 30px;
  border-top: 36px solid #000000;
}
.docs__header__business {
  font-size: 12px;
  color: #FFFFFF;
  max-width: 1280px;
  line-height: 36px;
  margin-top: -36px;
}
.docs__header__content {
  position: relative;
  flex: 1;
  min-height: 75px;
}
.docs__body__billboard {
  position: relative;
  padding-bottom: 0 !important;
  background-color: #1D262C;
}
.docs__body__billboard img {
  display: block;
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.docs__body__billboard__text {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1280px;
  padding: 0 50px;
  transform: translate3d(-50%, -50%, 0);
  color: #FFFFFF;
  width: 100%;
}
.docs__body__billboard__text h1,
.docs__body__billboard__text h2 {
  margin: 0;
  transition: all 375ms cubic-bezier(0.37, 0.005, 0.175, 1);
}
.docs__body__billboard__text h1 {
  font-size: 1.1rem;
  text-transform: uppercase;
  background: #333333;
  padding: 10px;
  display: inline-block;
  font-weight: 700;
}
.docs__body__billboard__text h2 {
  width: 100%;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: -0.066em;
  max-width: 650px;
  margin-top: 20px;
}
@media only screen and (max-width: 920px) {
  .docs__body__billboard__text h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 820px) {
  .docs__body__billboard__text h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 720px) {
  .docs__body__billboard__text h2 {
    font-size: 30px;
  }
}
hr {
  border-color: rgba(34, 34, 34, 0.1);
  border-width: 0;
  border-bottom-width: 1px;
}
.ev-list-h2 {
  font-size: 1.3em;
  margin: 0;
  list-style: none;
  width: 100%;
  overflow: auto;
}
.ev-list-h2 li {
  padding-bottom: 0 !important;
}
.ev-list__item_h2 {
  flex: 1;
  border: 0;
  background: transparent;
  text-align: left;
  color: inherit;
  padding: 0 10px;
  text-decoration: none !important;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.ev-list__item_h2:hover {
  background: #2172c5;
  color: #fff !important;
}
.docs__h1 {
  margin: 0 0 30px 0;
  font-size: 40px;
  font-weight: 200;
  letter-spacing: -1px;
  padding-top: 70px;
  padding-bottom: 20px;
  color: inherit;
  max-width: 1280px;
  width: 100%;
}
.docs__fs-xxxl {
  font-size: 2.4rem !important;
}
.docs__p {
  margin: 0 0 30px 0;
  color: inherit;
  font-size: 1.6rem;
  line-height: 140%;
}
.docs__p a {
  color: inherit;
  text-decoration: underline;
}
.docs__p a:hover,
.docs__p a:focus,
.docs__p a:active {
  text-decoration: none;
}
.docs__p a:visited {
  color: inherit;
}
ul:not(.ev-list) {
  font-size: 1.6rem;
  padding-left: 20px;
}
ul:not(.ev-list) li {
  padding-bottom: 15px;
}
ul:not(.ev-list) a {
  color: inherit;
  text-decoration: underline;
}
ul:not(.ev-list) a:hover,
ul:not(.ev-list) a:focus,
ul:not(.ev-list) a:active {
  text-decoration: none;
}
ul:not(.ev-list) a:visited {
  color: inherit;
}
.docs__section__content h2 {
  font-weight: 400;
  font-size: 22px;
}
.docs__section__content,
.docs__section__visual {
  min-width: 300px;
  margin: 0 25px 0 0;
}
@media only screen and (max-width: 768px) {
  .docs__section__content,
  .docs__section__visual {
    margin: 0;
  }
}
.docs__section__visual {
  margin: 0 0 0 25px;
}
.docs__section__visual img {
  width: 100%;
  object-fit: cover;
}
.docs__body {
  position: relative;
}
.docs__body__section {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 0 50px 50px 50px;
  color: #333333;
  background: #FFFFFF;
}
.docs__body__section .docs__h1 {
  border-bottom: 1px solid #D7D8D6;
}
.docs__section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  max-width: 1280px;
  width: 100%;
}
.ie-specific-doc .docs__main {
  flex: 1 1 auto;
}
.ie-specific-doc .docs__main {
  height: calc(100% - 50px);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .docs__main {
    flex: 1 1 auto;
  }
  .docs__main {
    height: calc(100% - 50px);
  }
}
@supports (-ms-accelerator: true) {
  .docs__main {
    flex: 1 1 auto;
  }
  .docs__main {
    height: calc(100% - 50px);
  }
}
.logo {
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.logo img {
  height: 100%;
  object-fit: cover;
}
.menu {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.menu .ev-dropdown__overlay {
  min-width: 160px;
  background: #FFFFFF;
  box-shadow: 0 11px 50px rgba(0, 0, 0, 0.3);
}
.menu.open .menu__launcher {
  background: #F3F3F3;
}
.menu.open .menu__launcher:after {
  opacity: 1;
}
.menu__launcher {
  width: 40px;
  height: 75px;
  background: transparent;
  border: none;
  color: #333333;
  padding: 0;
  position: relative;
  transition: background 375ms/2 cubic-bezier(0.37, 0.005, 0.175, 1);
}
.menu__launcher svg {
  width: 40px;
  height: auto;
  fill: currentColor;
}
.menu__launcher:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: #DB0011;
  opacity: 0;
  transition: opacity 375ms/2 cubic-bezier(0.37, 0.005, 0.175, 1);
}
.docs__footer {
  padding: 0 50px;
  background: #000000;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
}
.docs__footer .docs__section {
  padding: 20px 0;
  width: 100%;
}
.docs__footer p {
  margin: 0 0 15px 0;
}
.docs__footer p:last-of-type {
  margin-bottom: none;
}
.ie-specific .docs {
  overflow-x: hidden;
}
.ie-specific .docs__header__content {
  flex: 1 1 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .docs {
    overflow-x: hidden;
  }
  .docs__header__content {
    flex: 1 1 100%;
  }
}
@supports (-ms-accelerator:true) {
  .docs {
    overflow-x: hidden;
  }
  .docs__header__content {
    flex: 1 1 100%;
  }
}
.docs__menu {
  width: 290px;
  border-right: 1px solid #D7D8D6;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  position: fixed;
  height: calc(100% - 111px);
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
}
.docs__menu .ev-list__item--title {
  background: #FFFFFF !important;
  color: #333 !important;
  font-size: 18px;
  font-weight: 700;
  cursor: default;
  padding-left: 5px;
}
.docs__menu .footer {
  height: 40px;
  background: #f0f0f0 !important;
  color: #333 !important;
}
.docs__menu .menu__button {
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  color: #333333;
  padding: 0;
  position: relative;
  transition: background 375ms/2 cubic-bezier(0.37, 0.005, 0.175, 1);
}
.docs__menu .menu__button svg {
  width: 30px;
  height: auto;
  fill: currentColor;
}
.docs__menu .menu__button:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: #DB0011;
  opacity: 0;
  transition: opacity 375ms/2 cubic-bezier(0.37, 0.005, 0.175, 1);
}
.docs__menu-btn {
  position: absolute;
  display: none;
  padding: 0px;
  width: 38px;
  height: 38px;
  border: none;
  left: 13px;
  background: transparent;
}
.docs__menu-btn--close {
  top: 20px;
  left: 14px;
}
.docs__main {
  height: calc(100% - 111px);
  background: white;
  position: relative;
}
.docs__wrapper {
  width: calc(100% - 290px);
  height: 100%;
  margin-left: 290px;
  overflow: auto;
}
.docs__menu .body {
  padding: 10px 14px;
  height: calc(100% - 40px);
  overflow-x: hidden;
}
.actions {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 20px;
  margin: 0;
  list-style-type: none;
}
.actions .ev-field {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.actions .ev-field .ev-field__icon {
  height: 36px;
}
.actions .ev-field svg {
  width: 30px;
  height: auto;
}
.actions .ev-field input {
  font-size: 15px;
  padding: 5px;
  line-height: 1.7;
}
@keyframes timer {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.carousel {
  position: relative;
  width: 100%;
  height: 550px;
}
.carousel.paused-animation .carousel__slide.active:after {
  display: none;
}
.carousel.carousel-no-animation .carousel__slide.active:after {
  display: none;
}
.carousel.carousel-no-animation .carousel__btn {
  display: none;
}
.carousel .pause,
.carousel .play {
  display: none;
}
.carousel .pause.active,
.carousel .play.active {
  display: block;
}
.carousel ol,
.carousel li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.carousel .carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 40px;
  left: 0;
  display: flex;
  overflow: hidden;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
.carousel .carousel__viewport .carousel__slide-desc {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.carousel .carousel__slide {
  position: absolute;
  opacity: 0;
  transform: scale(0.1) translate3d(100%, 0, 0);
  transition: all 500ms ease-in-out;
  visibility: hidden;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}
.carousel .carousel__slide.active {
  opacity: 1;
  transform: scale(1) translate3d(0, 0, 0);
  z-index: 1;
  visibility: initial;
}
.carousel .carousel__slide.active:after {
  content: '';
  position: absolute;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  left: 0;
  width: 0;
  animation: timer 5s linear;
}
.ev-theme-light .carousel .carousel__slide.active:after {
  background: rgba(0, 0, 0, 0.2);
}
.carousel .carousel__slide.hide {
  transform: scale(0.1) translate3d(-100%, 0, 0);
}
.carousel .carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}
.carousel .carousel__snapper img {
  width: 100%;
  height: calc(100% - 28px);
  object-fit: contain;
}
.carousel .carousel__navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 1;
}
.carousel .carousel__navigation .carousel__navigation-list,
.carousel .carousel__navigation .carousel__navigation-item {
  display: inline-block;
}
.carousel .carousel__navigation-list .carousel__navigation-button {
  display: inline-block;
  border: none;
  position: relative;
}
.carousel .carousel__navigation-list .carousel__navigation-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 10px;
  width: 10px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 10;
}
.carousel .carousel__navigation-list .carousel__navigation-button:active:not(:disabled):not(.disabled) {
  background: transparent;
}
.carousel .carousel__navigation-list .carousel__navigation-item.active .carousel__navigation-button:before {
  background-color: var(--dark-sapphire);
}
@media print {
  @page {
    margin-top: 0;
    margin-bottom: 0;
  }
  body {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .menu,
  .docs__menu,
  .docs__body__billboard {
    display: none !important;
  }
  body {
    background: none;
    height: auto;
  }
  .docs {
    overflow: visible;
  }
  .docs__header {
    padding: 0;
    display: table-header-group;
    min-height: 60px;
  }
  .docs__wrapper {
    width: 100%;
    margin-left: 0;
    position: unset;
  }
  .docs__body__section {
    color: #000000 !important;
    background: none !important;
    margin-top: 0;
    padding: 20px 0 0 0;
    page-break-inside: avoid;
    page-break-after: always;
  }
  .docs__body__section .docs__h1 {
    border-bottom: 1px solid lightgrey !important;
    color: #000000 !important;
    padding: 10px 0;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 1.8rem;
  }
  .docs__body__section h2 {
    font-weight: normal;
    font-size: 1.6rem;
  }
  .docs__section__content,
  .docs__section__visual {
    margin: 0;
  }
  .docs__section__visual {
    text-align: center;
  }
  .docs__section__visual img {
    width: 75%;
  }
  .docs__header {
    border-top: none;
    box-shadow: none;
  }
  .docs__header .docs__header__business {
    display: none;
  }
  .docs__p,
  ul:not(.ev-list) li {
    font-size: 1.2rem;
  }
  .docs__footer {
    background: none;
    color: grey;
  }
  .carousel {
    height: unset;
  }
  .carousel .carousel__viewport {
    position: unset;
    overflow: visible;
    display: block;
  }
  .carousel .carousel__slide {
    position: unset;
    opacity: 1;
    transform: none;
    transition: none;
    visibility: visible;
    page-break-inside: avoid;
  }
  .carousel .carousel__slide img {
    height: 250px;
  }
  .carousel .carousel__slide .carousel__snapper {
    position: unset;
  }
  .carousel .carousel__slide.active {
    transition: none;
  }
  .carousel .carousel__navigation {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .docs__header {
    padding: 0 10px;
  }
  .menu {
    display: block;
  }
  .logo {
    transform: translate3d(-50%, -50%, 0px);
    left: 50%;
  }
  .docs__menu {
    position: absolute;
    z-index: 1000;
    height: 100%;
    transform: translate3d(-100%, 0px, 0px);
    transition: transform 375ms cubic-bezier(0.37, 0.005, 0.175, 1) 0s;
  }
  .docs__menu.open {
    display: block;
    transform: translate3d(0px, 0px, 0px);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.66);
    z-index: 9;
  }
  .docs__wrapper {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 850px) {
  .carousel {
    height: 600px;
  }
}
@media only screen and (max-width: 650px) {
  .carousel {
    height: 450px;
  }
}
@media only screen and (max-width: 500px) {
  .docs__body__section {
    padding: 0 10px 10px 10px;
  }
  .carousel {
    height: 300px;
  }
}
@media only screen and (max-width: 400px) {
  .carousel {
    height: 250px;
  }
}
