main css

.booking-color {
  background-color: #003680; }

.priceline-color {
  background-color: #0077ff; }

.kayak-color {
  background-color: #ff690f; }

.agoda-color {
  background-color: #f1f1f1; }

.rentalcars-color {
  background-color: #0670c4; }

.opentable-color {
  background-color: #e41e2b; }

/* MuseoSans500 */
* {
  font-family: "museo-sans",sans-serif; }

body {
  font-size: 9px; }

h1 {
  font-size: 60px;
  line-height: 27px;
  font-weight: 100; }

h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 100; }

h3 {
  font-size: 15px; }

h5 {
  font-size: 14.15px; }

h6 {
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 700; }

p {
  font-size: 14px;
  font-weight: 100; }

p > a {
  font-weight: 100;
  color: #009ee3; }

b {
  font-weight: 500; }

a {
  cursor: pointer; }

.brands {
  color: #fff;
  padding: 0;
  margin: 0;
  bottom: 5px;
  position: fixed;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 11px;
  z-index: 3; }

.brands.hide {
  bottom: 5px; }

.brands:hover {
  bottom: 77px; }

ul.brands-wrapper {
  padding: 0;
  margin: 0;
  padding-left: 0;
  margin-bottom: 0; }

.brands.pointer-events-off {
  pointer-events: none; }

li.col-2 {
  padding: 0;
  list-style-type: none;
  position: relative; }
  li.col-2 .row {
    margin: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  li.col-2 .row > img {
    margin: 0 auto; }
  li.col-2 .row.full-open {
    padding: 2em 0 1em;
    background-color: rgba(0, 0, 0, 0.7);
    bottom: -467px;
    height: 330px; }
    li.col-2 .row.full-open a {
      display: block;
      position: relative;
      width: 100%; }
    li.col-2 .row.full-open .wrapper-img__full-open {
      padding: 1em 6em 2em; }
      li.col-2 .row.full-open .wrapper-img__full-open img {
        max-width: 150px;
        margin: 0 auto; }
    li.col-2 .row.full-open .description {
      color: #fff;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: column;
      -webkit-box-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      padding-bottom: 1em; }
      li.col-2 .row.full-open .description .content {
        padding: 0 2.5em; }
    li.col-2 .row.full-open.open {
      bottom: -72px !important; }
  li.col-2 .row.partially-open {
    cursor: pointer;
    z-index: 1;
    height: 77px; }
    li.col-2 .row.partially-open .wrapper-partially {
      margin: 0 auto;
      padding: 1.5em 4em;
      bottom: 0;
      width: 100%;
      position: relative;
      height: 77px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      li.col-2 .row.partially-open .wrapper-partially img {
        height: 100%;
        width: 100%;
        object-fill: contain; }
      li.col-2 .row.partially-open .wrapper-partially.hide {
        bottom: -72px; }
    li.col-2 .row.partially-open.pointer-events-off {
      pointer-events: none; }
  li.col-2 .hover-me {
    height: 50px; }
  li.col-2 .arrow {
    position: absolute;
    bottom: 0;
    right: calc(50% - 5px); }
    li.col-2 .arrow span {
      background-image: url(../img/svg/bkng_arrow.svg);
      width: 10px;
      height: 9px;
      margin: 2em auto;
      display: block; }

li.booking .partially-open .wrapper-partially {
  background-color: #003680; }

li.priceline .partially-open .wrapper-partially {
  background-color: #0077ff; }

li.kayak .partially-open .wrapper-partially {
  background-color: #ff690f; }

li.agoda .partially-open .wrapper-partially {
  background-color: #fff; }

li.rentalcars .partially-open .wrapper-partially {
  background-color: #0670c4; }

li.opentable .partially-open .wrapper-partially {
  background-color: #e41e2b; }

.pointer-events-off .row.partially-open {
  pointer-events: none; }

.colorful-border,
.brands-mobile {
  display: none; }

@media (max-width: 1024px) {
  .brands {
    display: none; }

  .colorful-border {
    display: block; }

  .brands-mobile {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3; }

  .brands-mobile__open {
    width: 100%;
    position: fixed;
    bottom: -500px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: rgba(0, 0, 0, 0.8); }

  .brands-mobile__open.active {
    bottom: 0; }

  .brands-mobile__close {
    bottom: 6px;
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

  .brands-mobile__open.active ~ .brands-mobile__close {
    bottom: -50px; }

  .brands-mobile__title {
    color: #fff;
    font-size: 3.5em;
    padding: 1.4em 0 .7em;
    display: block;
    text-align: center;
    font-weight: 300; }

  .brands-mobile__list {
    padding: 0 5em;
    text-align: center;
    list-style-type: none;
    margin: 0 auto 1em; }
    .brands-mobile__list .brands-mobile__list-item {
      display: inline-block;
      padding: 2.5em; }
    .brands-mobile__list .brands-mobile__list-item img {
      width: 100%; }

  .brands-mobile .arrow-down {
    text-align: center;
    padding: 1em 0 2.2em; }
  .brands-mobile .arrow-up {
    display: block;
    text-align: center;
    padding: 2em 0;
    background-color: rgba(0, 0, 0, 0.6); }
  .brands-mobile .arrow img {
    width: 12px; }

  .colorful-border {
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 3; }
    .colorful-border ul {
      list-style-type: none;
      padding-left: 0;
      margin: 0; }
    .colorful-border li {
      display: inline-block;
      height: 6px; } }
@media (max-width: 780px) {
  .brands-mobile__title {
    font-size: 2em;
    padding: 1.4em 0 0.3em; }

  .brands-mobile__list {
    margin: 0 auto 1em; }
    .brands-mobile__list .brands-mobile__list-item {
      padding: 1.1em; } }
.page-head {
  padding: 23em 0 1.5em; }

.page-head__body {
  padding: 0; }
  .page-head__body h1 {
    padding: .35em 0 .3em;
    margin-bottom: 0; }
  .page-head__body h1 a {
    text-decoration: none;
    color: #000; }
  .page-head__body h2 {
    padding: .45em 0;
    margin-bottom: 0;
    letter-spacing: 0.5px; }

@media (max-width: 1024px) {
  h1 {
    font-size: 40px;
    line-height: 37px; } }
@media (max-width: 572px) {
  .page-head {
    padding: 15em 0 1.5em; } }
.page-head--fullsize {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 28em 0 7.7em;
  height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  z-index: 1;
  position: relative; }
  .page-head--fullsize .container {
    height: 100%; }
  .page-head--fullsize .page-head__body {
    height: 100%; }
    .page-head--fullsize .page-head__body > .row {
      height: 100%; }
    .page-head--fullsize .page-head__body h2 {
      padding: .6em 3em .8em 0; }
  .page-head--fullsize a:hover {
    text-decoration: none; }
  .page-head--fullsize .right-nav__list {
    list-style-type: none;
    padding: 3em;
    margin: 0; }
    .page-head--fullsize .right-nav__list li {
      width: 270px;
      background-color: #000;
      margin-bottom: 3px;
      position: relative; }
    .page-head--fullsize .right-nav__list li.current-page {
      background-color: #003680; }
    .page-head--fullsize .right-nav__list li a {
      color: #fff;
      padding: 3em;
      display: block; }
    .page-head--fullsize .right-nav__list li a:hover {
      text-decoration: none; }
    .page-head--fullsize .right-nav__list .rollover-img {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      opacity: 0;
      background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .page-head--fullsize .right-nav__list .right-nav__item span {
      position: absolute;
      letter-spacing: 2px;
      text-transform: uppercase; }
    .page-head--fullsize .right-nav__list .right-nav__item span.two-lines {
      width: 50%;
      top: 21px; }
    .page-head--fullsize .right-nav__list .right-nav__item .arrow-wrapper {
      display: inline-block; }
    .page-head--fullsize .right-nav__list .right-nav__item .arrow-right {
      position: absolute;
      right: 4em;
      top: calc(50% - 4.5px); }
  .page-head--fullsize .right-nav__list li:hover .rollover-img {
    opacity: 1; }
  .page-head--fullsize .bottom-head-content {
    margin: 3.5em 0; }
    .page-head--fullsize .bottom-head-content a {
      padding-left: 2em;
      text-transform: uppercase;
      letter-spacing: 2px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .page-head--fullsize .bottom-head-content a:hover {
      opacity: .5; }
    .page-head--fullsize .bottom-head-content .arrow-down {
      height: 10px;
      width: 9px;
      margin: 1em; }
  .page-head--fullsize .col-8 {
    position: relative;
    padding-right: 10em; }
  .page-head--fullsize .section-share {
    position: absolute;
    bottom: 0; }
  .page-head--fullsize.shorter {
    height: 70vh;
    max-height: 500px; }

.page-cr-pages .page-head--fullsize {
  padding: 0;
  display: flex;
  align-items: center; }
  .page-cr-pages .page-head--fullsize .container {
    height: auto; }
  .page-cr-pages .page-head--fullsize h1 {
    margin-bottom: 30px; }
  .page-cr-pages .page-head--fullsize .head-left-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center; }
  .page-cr-pages .page-head--fullsize .section-share {
    bottom: -30px; }

.page-head--fullsize.white {
  color: #fff; }
  .page-head--fullsize.white .bottom-head-content {
    border-left: 2px solid #fff;
    display: inline-block;
    margin-right: 20px; }
  .page-head--fullsize.white .bottom-head-content a {
    color: #fff; }
  .page-head--fullsize.white .share-links-wrapper i {
    color: #fff; }
  .page-head--fullsize.white .bottom-head-content .arrow-down--white {
    display: inline-block; }
  .page-head--fullsize.white .bottom-head-content .arrow-down--black {
    display: none; }
  .page-head--fullsize.white .parent-page-link {
    color: #fff;
    font-size: 9px;
    text-transform: uppercase;
    transition: 0.3s;
    letter-spacing: 1px; }
  .page-head--fullsize.white .parent-page-link span {
    vertical-align: middle; }
  .page-head--fullsize.white .parent-page-link:hover {
    opacity: .5; }
  .page-head--fullsize.white .parent-page-link:before {
    vertical-align: middle;
    content: "";
    display: inline-block;
    background: url("../img/arrow-right-white.png") center center no-repeat;
    width: 10px;
    height: 9px;
    padding-right: 10px;
    transform: rotateY(180deg);
    padding-right: 15px;
    padding-left: 15px; }

.page-head--fullsize.black {
  color: #000; }
  .page-head--fullsize.black .bottom-head-content {
    border-left: 2px solid #000;
    display: inline-block;
    margin-right: 20px; }
  .page-head--fullsize.black .bottom-head-content a {
    color: #000; }
  .page-head--fullsize.black .share-links-wrapper i {
    color: #000; }
  .page-head--fullsize.black .bottom-head-content .arrow-down--white {
    display: none; }
  .page-head--fullsize.black .bottom-head-content .arrow-down--black {
    display: inline-block; }

.page-template-t_leadership .right-nav__list:not(.inactive) .right-nav__item.leadership {
  background-color: #003680; }

.page-template-t_leadership .right-nav__list:not(.inactive) .right-nav__item.leadership .arrow-right {
  display: none; }

.page-template-t_history .right-nav__list:not(.inactive) .right-nav__item.history {
  background-color: #003680; }

.page-template-t_history .right-nav__list:not(.inactive) .right-nav__item.history .arrow-right {
  display: none; }

.page-template-t_factsheet .right-nav__list:not(.inactive) .right-nav__item.factsheet {
  background-color: #003680; }

.page-template-t_factsheet .right-nav__list:not(.inactive) .right-nav__item.factsheet .arrow-right {
  display: none; }

@media (max-width: 1024px) {
  .page-head--fullsize .section-share {
    position: static;
    padding: 2em 0 0em; } }
@media (min-height: 660px) and (max-height: 800px) {
  .page-head--fullsize {
    padding-top: 15em; }
    .page-head--fullsize .section-share {
      padding-top: 2em !important;
      position: static; } }
@media (max-width: 992px) {
  .page-head--fullsize {
    padding: 14em 0 7.7em; }
    .page-head--fullsize .page-head__body h1 {
      font-size: 30px;
      padding: .35em 0 .1em; }
    .page-head--fullsize .page-head__body h2 {
      font-size: 1.5em;
      line-height: initial; }
    .page-head--fullsize .right-nav__list {
      padding: 3em 0; }
    .page-head--fullsize .right-nav__list li {
      width: 100%; } }
@media (max-width: 576px) {
  .page-head--fullsize {
    height: 100%; }
    .page-head--fullsize.shorter {
      height: 100%; } }
.section-share {
  margin: 1em 0; }
  .section-share .share-span {
    font-weight: 500;
    letter-spacing: 2px; }
  .section-share .share-links-wrapper {
    padding-left: 1em;
    margin: 0;
    list-style-type: none;
    display: inline-block; }
    .section-share .share-links-wrapper li {
      display: inline-block;
      padding: 0 1em; }
    .section-share .share-links-wrapper li a {
      color: #000; }
    .section-share .share-links-wrapper li i {
      font-size: 1.5em; }
    .section-share .share-links-wrapper li i:hover {
      color: #008bc7; }

body.home {
  background-color: transparent;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }
  
  /*
  body.home {
  background: url(../img/home-bg2.jpg) no-repeat center center fixed;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }

*/

.home h3 {
  text-transform: uppercase;
  vertical-align: middle;
  position: absolute;
  bottom: 50%;
  letter-spacing: 3.25px;
  color: #fff;
  text-align: center;
  width: 100%; }

body.home .footer {
  display: none; }

@media (max-width: 768px) {
  .home h3 {
    margin: 0 auto;
    text-align: center;
    padding: 0 2em; } }
body.page-template-t_global-view #wrapper #bg-images-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  visibility: hidden; }
body.page-template-t_global-view #wrapper #brands-bg-img,
body.page-template-t_global-view #wrapper #brands-bg-img .img-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

.jvectormap-label {
  display: none !important;
  width: 0;
  height: 0;
  overflow: hidden; }

body.page-template-t_global-view footer {
  display: none; }

/* === ASIDE BRANDS === */
#aside-brands {
  position: fixed;
  right: 20px;
  top: 88px;
  z-index: 1000; }

#aside-brands.with-bg {
  right: 0;
  top: 60px;
  padding: 45px 17px 20px;
  background: #fff; }

.brands-nav {
  list-style: none;
  margin: 0;
  padding: 0; }

#menu-brands.brands-nav li:last-child a,
#menu-brands.brands-nav li:last-child a:hover {
  box-shadow: none; }

.page-template-t_global-view .navbar-nav .divider,
.page-template-t_global-view .navbar-nav .btn-menu {
  display: none; }

/* === MAP === */
#brands-map {
  margin: 0;
  margin: 0 25em 0 6.5em;
  position: relative;
  padding-top: 100px; }
  #brands-map .map-with-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 230px;
    flex-wrap: wrap; }
    #brands-map .map-with-nav h1 {
      flex-basis: 100%;
      font-size: 28px;
      padding-bottom: 20px; }
      #brands-map .map-with-nav h1 span {
        display: none;
        font-size: 14px;
        padding-left: 20px; }
      #brands-map .map-with-nav h1 span.active {
        display: inline-block; }
    #brands-map .map-with-nav #brands-map-nav {
      flex-basis: 30px; }
      #brands-map .map-with-nav #brands-map-nav .brands-nav .map a:hover {
        -webkit-box-shadow: none;
        box-shadow: none; }
      #brands-map .map-with-nav #brands-map-nav .brands-nav li {
        max-width: 30px;
        overflow: hidden;
        transition: max-width .5s;
        margin-bottom: 1px; }
        #brands-map .map-with-nav #brands-map-nav .brands-nav li a {
          white-space: nowrap; }
        #brands-map .map-with-nav #brands-map-nav .brands-nav li a:hover {
          color: #fff;
          text-decoration: none; }
      #brands-map .map-with-nav #brands-map-nav .brands-nav .brands-map__icon {
        width: 30px;
        height: 30px;
        cursor: pointer; }
      #brands-map .map-with-nav #brands-map-nav .brands-nav .brands-map__icon_hover {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block; }
      #brands-map .map-with-nav #brands-map-nav .brands-nav .map {
        margin-top: 15px; }
      #brands-map .map-with-nav #brands-map-nav .brands-nav li:hover img,
      #brands-map .map-with-nav #brands-map-nav .brands-nav li.open img {
        opacity: 1; }
    #brands-map .map-with-nav .world-map {
      flex-grow: 1;
      flex-shrink: 1;
      flex-basis: 200px;
      height: 100vh;
      padding: 0 30px;
      max-height: calc(100vh - 200px); }
      #brands-map .map-with-nav .world-map .map-markers-wrap {
        position: relative;
        height: 100%;
        width: 100%; }
        #brands-map .map-with-nav .world-map .map-markers-wrap .jvectormap-container {
          background-color: rgba(255, 255, 255, 0.1) !important; }
          #brands-map .map-with-nav .world-map .map-markers-wrap .jvectormap-container .jvectormap-label {
            z-index: 5; }
    #brands-map .map-with-nav .map-zoom {
      padding-top: 15px; }
      #brands-map .map-with-nav .map-zoom .map-plus {
        border-bottom: none; }
      #brands-map .map-with-nav .map-zoom .map-plus, #brands-map .map-with-nav .map-zoom .map-minus {
        display: inline-block;
        text-align: center; }
      #brands-map .map-with-nav .map-zoom .map-plus:hover, #brands-map .map-with-nav .map-zoom .map-minus:hover {
        opacity: 0.5; }
    #brands-map .map-with-nav .map-plus, #brands-map .map-with-nav .map-minus,
    #brands-map .map-with-nav .jvectormap-zoomin, #brands-map .map-with-nav .jvectormap-zoomout {
      width: 30px;
      height: 30px;
      bottom: 20px;
      left: 20px;
      border: 1px solid #000;
      color: #000;
      background: transparent;
      border-radius: 0;
      font-size: 20px;
      font-family: "museo-sans", sans-serif;
      font-weight: 100;
      line-height: 30px;
      padding: 0;
      opacity: 1; }
    #brands-map .map-with-nav .jvectormap-zoomin, #brands-map .map-with-nav .jvectormap-zoomout {
      display: none; }
    #brands-map .map-with-nav .jvectormap-zoomin {
      bottom: 50px; }
  #brands-map .brands-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    flex-basis: 290px; }
    #brands-map .brands-right .brands-map__info-box {
      background-color: #003680;
      padding: 2em 0;
      margin-bottom: 1em; }
      #brands-map .brands-right .brands-map__info-box .info-box__container {
        padding: 0; }
      #brands-map .brands-right .brands-map__info-box .info-box__container > .row {
        padding: 2em 4em; }
      #brands-map .brands-right .brands-map__info-box .info-box__title {
        line-height: 1em;
        letter-spacing: 2.3px;
        padding: 0;
        font-size: 3em;
        font-weight: 100; }
      #brands-map .brands-right .brands-map__info-box .info-box__desc {
        font-size: 1.55em;
        line-height: 1.3em;
        letter-spacing: .8px;
        padding: 0;
        font-weight: 100; }
      #brands-map .brands-right .brands-map__info-box .hq-legend {
        min-height: 105px; }
      #brands-map .brands-right .brands-map__info-box .hq-legend .info-box__desc {
        min-height: 55px; }
      #brands-map .brands-right .brands-map__info-box .hq-legend, #brands-map .brands-right .brands-map__info-box .countries-legend, #brands-map .brands-right .brands-map__info-box .locations-legend {
        padding: 0; }
      #brands-map .brands-right .brands-map__info-box .hq-legend .info-box__desc .info-box__title {
        font-size: 2em; }
      #brands-map .brands-right .brands-map__info-box .legend-closed-circle,
      #brands-map .brands-right .brands-map__info-box .legend-open-circle {
        max-width: 10px; }
      #brands-map .brands-right .brands-map__info-box .legend-star {
        max-width: 16px; }
    #brands-map .brands-right .info-box__icon {
      align-items: center;
      -webkit-align-self: center;
      text-align: end;
      padding-right: 0; }
    #brands-map .brands-right .info-box__link > a {
      color: #fff;
      background-color: #000;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      padding: 3em 4.5em;
      letter-spacing: 2px;
      display: none;
      text-transform: uppercase; }
    #brands-map .brands-right .info-box__link > a.open {
      display: block; }
    #brands-map .brands-right .info-box__link > a .arrow-right--black {
      display: none; }
    #brands-map .brands-right .info-box__link > a:hover {
      text-decoration: none;
      color: #000;
      background-color: #fff; }
      #brands-map .brands-right .info-box__link > a:hover .arrow-right--white {
        display: none; }
      #brands-map .brands-right .info-box__link > a:hover .arrow-right--black {
        display: inline-block; }
    #brands-map .brands-right .info-box__link img {
      float: right; }

#map-spanner {
  width: 100%; }

/*.jvectormap-container {  height:100% !important; width: 100% !important;  } */
#brands-map .map-area,
#brands-map #markers-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

#brands-map #markers-wrapper {
  z-index: 1;
  pointer-events: none; }

#brands-map #markers-wrapper .markers {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  display: none; }

#brands-map #markers-wrapper .markers .marker {
  pointer-events: auto;
  position: absolute;
  width: 15px;
  height: 15px;
  overflow: visible;
  margin-left: -8px;
  margin-top: -7px;
  cursor: pointer;
  z-index: 1; }

#brands-map #markers-wrapper .markers .marker.marker-info-above {
  z-index: 4 !important; }

#brands-map #markers-wrapper .markers .marker .marker-icon svg * {
  fill: #000; }

/*#brands-map #markers-wrapper .markers .marker .marker-icon.booking svg * { fill: #003680; }
#brands-map #markers-wrapper .markers .marker .marker-icon.booking svg * { fill: #003680; }
#brands-map #markers-wrapper .markers .marker .marker-icon.priceline svg * { fill: #0086c2; }
#brands-map #markers-wrapper .markers .marker .marker-icon.kayak svg * { fill: #ff690f; }
#brands-map #markers-wrapper .markers .marker .marker-icon.agoda svg * { fill: #21ae5c; }
#brands-map #markers-wrapper .markers .marker .marker-icon.rentalcars svg * { fill: #0670c4; }
#brands-map #markers-wrapper .markers .marker .marker-icon.opentable svg * { fill: #e41e2b; }*/
#brands-map #markers-wrapper .markers .marker:hover .marker-icon {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.2); }

#brands-map #markers-wrapper .markers .marker.marker-headquarter {
  width: 26px;
  height: 27px;
  margin-left: -13px;
  margin-top: -13px;
  z-index: 3; }

#brands-map #markers-wrapper .markers .marker.marker-headquarter .marker-icon {
  width: 24px;
  height: 24px; }

#brands-map #markers-wrapper .markers .marker.marker-office {
  z-index: 2; }

#brands-map #markers-wrapper .markers .marker.marker-office .marker-icon {
  width: 8px;
  height: 8px; }

#brands-map #markers-wrapper .markers .marker.marker-call_center {
  z-index: 1; }

#brands-map #markers-wrapper .markers .marker.marker-call_center .marker-icon {
  width: 8px;
  height: 8px; }

#brands-map #markers-wrapper .markers .marker .marker-info {
  position: absolute;
  left: -24px;
  top: -142px; }

#brands-map #markers-wrapper .markers .marker .marker-info .marker-desc {
  font-family: Gotham, sans-serif;
  padding: 15px;
  min-width: 164px;
  height: 100%;
  border-width: 1px;
  border-color: #219ed9;
  border-style: solid;
  color: #fff;
  padding-left: 90px;
  background: url(../img/brands-map/hq_text.png) no-repeat 15px center #000;
  height: 120px;
  box-shadow: 0px 0px 1px #333; }

#brands-map #markers-wrapper #booking-markers .marker .marker-info .marker-desc {
  border-color: #223c7c; }

#brands-map #markers-wrapper #agoda-markers .marker .marker-info .marker-desc {
  border-color: #21ae5c; }

#brands-map #markers-wrapper #kayak-markers .marker .marker-info .marker-desc {
  border-color: #f18321; }

#brands-map #markers-wrapper #rentalcars-markers .marker .marker-info .marker-desc {
  border-color: #249fd9; }

#brands-map #markers-wrapper #opentable-markers .marker .marker-info .marker-desc {
  border-color: #ee2430; }

.marker-arrows-wrapper {
  position: relative;
  height: 20px;
  margin-left: 20px;
  margin-top: -1px; }

.marker-arrow1 {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 20px solid #219ed9;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 20px; }

#booking-markers .marker-arrow1 {
  border-top-color: #223c7c; }

#agoda-markers .marker-arrow1 {
  border-top-color: #21ae5c; }

#kayak-markers .marker-arrow1 {
  border-top-color: #f18321; }

#rentalcars-markers .marker-arrow1 {
  border-top-color: #249fd9; }

#opentable-markers .marker-arrow1 {
  border-top-color: #ee2430; }

.marker-arrow2 {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 18px solid #000;
  margin-left: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 20px; }

.marker-desc-content {
  display: inline-block;
  vertical-align: middle; }

#brands-map #markers-wrapper .markers .marker.marker-lines0 .marker-icon {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none; }

/*#brands-map #markers-wrapper .markers .marker .marker-info .marker-arrow { padding: 0 2px; width: 164px; height: 9px; background: url(../img/marker-arrow.png) no-repeat; }*/
.jvectormap-container {
  overflow: visible !important;
  background-color: transparent !important; }

#brands-map #markers-wrapper .markers .marker h4 {
  margin: 0 0 3px;
  padding: 0;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap; }

#brands-map #markers-wrapper .markers .marker p {
  font-size: 11px;
  margin: 0;
  padding: 0;
  white-space: nowrap; }

/*#brands-map h1{
  position:relative;
  font-family:MuseoSans, Arial, Helvetica,sans-serif;
  font-size:36px;
  color:#000;
  font-weight:200;
  height:70px;
  margin:0;
}*/
#brands-map h2 {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: MuseoSans, Arial, Helvetica,sans-serif;
  font-size: 36px;
  color: #fff;
  font-weight: 200;
  height: 70px;
  margin: 0;
  z-index: 4; }

#brands-map-nav li {
  position: relative; }

#brands-map-nav .icons-wrap {
  position: absolute;
  left: 25px;
  top: 4px;
  width: 0;
  overflow: hidden; }

#brands-map-nav .icons {
  float: right;
  font-family: MuseoSans, Arial, Helvetica,sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 16px;
  color: #a3b1c0;
  padding-left: 10px;
  padding-top: 2px;
  white-space: nowrap;
  vertical-align: middle; }

#brands-map-nav .icons > * {
  display: inline-block;
  vertical-align: middle; }

#brands-map-nav .icons p {
  margin-bottom: 0;
  margin-right: 5px; }

#brands-map-nav span {
  padding: 2px 0 0 20px;
  display: inline-block;
  line-height: 16px;
  background: url("../img/brands-map/map-icons1.png") no-repeat left center;
  vertical-align: middle; }

#brands-map-nav .ico-x {
  background-position: left bottom; }

/*#brands-map-nav .ico-x.web-presence-on,*/
/*#brands-map-nav .ico-x.office-on { background-position: left top; }*/
/*.web-presence-label { cursor:pointer; }*/
/*.office-label {cursor:pointer; }*/
#brands-map-nav .ico-x {
  color: #000; }

#brands-map-nav .ico-h {
  background-position: 0 -20px; }

#brands-map-nav .ico-o {
  background-position: 0 -40px; }

#brands-map-nav .ico-c {
  background-position: 0 -60px; }

@media (max-width: 1600px) {
  #brands-map {
    margin-right: 6.5em; } }
@media (max-width: 1024px) {
  #brands-map {
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    margin: 0 3em; }
    #brands-map .map-with-nav {
      flex-basis: 100%; }
      #brands-map .map-with-nav .world-map {
        max-height: 500px;
        padding-right: 0; }
    #brands-map .brands-right {
      box-sizing: border-box;
      margin-top: 60px;
      margin-left: 0;
      width: 300px;
      padding-bottom: 180px; }
      #brands-map .brands-right .brands-map__info-box {
        padding: 20px;
        margin-bottom: 0; }
      #brands-map .brands-right .info-box__container {
        margin-bottom: 0; }
      #brands-map .brands-right .info-box__container .row.slick-slide {
        position: relative; }
        #brands-map .brands-right .info-box__container .row.slick-slide .info-box__icon {
          position: absolute;
          right: 0;
          top: 0;
          width: 16px;
          padding: 0; }
      #brands-map .brands-right .brands-map__info-box {
        background-color: #002e6d; }
      #brands-map .brands-right .info-box__link {
        background-color: black; }
      #brands-map .brands-right .slick-dots {
        margin-top: 15px;
        position: static; }
        #brands-map .brands-right .slick-dots li button:before {
          color: #fff;
          content: '';
          border-radius: 6px;
          width: 12px;
          height: 12px;
          background-color: #fff; }
        #brands-map .brands-right .slick-dots li.slick-active button:before {
          opacity: 1; } }
@media (max-width: 767px) {
  #brands-map {
    margin: 0;
    height: auto; }
    #brands-map .map-with-nav h1 {
      padding-left: 10px; }
    #brands-map .map-with-nav #brands-map-nav {
      padding-left: 5px; }
      #brands-map .map-with-nav #brands-map-nav .brands-nav li,
      #brands-map .map-with-nav #brands-map-nav .brands-nav li:hover,
      #brands-map .map-with-nav #brands-map-nav .brands-nav li.open {
        max-width: 30px; }
      #brands-map .map-with-nav #brands-map-nav .brands-nav li img {
        margin-right: 0; }
    #brands-map .map-with-nav .world-map {
      padding: 0 10px !important;
      max-width: calc(100% - 45px); }
      #brands-map .map-with-nav .world-map .map-markers-wrap {
        max-height: 250px; }
        #brands-map .map-with-nav .world-map .map-markers-wrap .map-area,
        #brands-map .map-with-nav .world-map .map-markers-wrap #markers-wrapper {
          width: 100%;
          height: calc(100vw / 1.7);
          margin-left: 0; }
        #brands-map .map-with-nav .world-map .map-markers-wrap .map-area {
          position: static; }
        #brands-map .map-with-nav .world-map .map-markers-wrap #markers-wrapper .marker {
          transform: scale(0.7); } }
@media (max-width: 575px) {
  #brands-map #brands-map-nav {
    position: static;
    margin: 0 auto; }
    #brands-map #brands-map-nav .brands-nav {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      padding-bottom: 0; }
    #brands-map #brands-map-nav h1 {
      text-align: center;
      padding-bottom: 10px;
      line-height: 100%;
      padding-left: 10px; }
    #brands-map #brands-map-nav h1 span {
      padding-left: 0;
      font-size: 16px;
      width: 100%; }
    #brands-map #brands-map-nav .map-plus, #brands-map #brands-map-nav .map-minus {
      display: none; }
  #brands-map .world-map {
    padding: 0 10px !important;
    max-width: 100% !important;
    height: auto !important; }
    #brands-map .world-map .jvectormap-zoomin, #brands-map .world-map .jvectormap-zoomout {
      display: inline-block;
      position: absolute;
      text-align: center;
      left: 5px; }
    #brands-map .world-map .jvectormap-zoomin {
      bottom: 40px; }
    #brands-map .world-map .jvectormap-zoomout {
      bottom: 10px !important;
      border-top: none; } }
.page-template-t_brands-single {
  overflow: auto !important; }

.single-brands-page {
  min-height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: bottom;
  color: #fff; }
  .single-brands-page .container {
    height: auto;
    padding: 16em 1em;
    margin: 0 auto; }
  .single-brands-page .section-share {
    color: #fff;
    margin: 0; }
    .single-brands-page .section-share .share-links-wrapper li a {
      color: #fff; }
  .single-brands-page .brands-right {
    padding: 0px 10px; }
    .single-brands-page .brands-right .info-box__container {
      background-color: #003680;
      padding: 2em 0;
      margin-bottom: 1em; }
      .single-brands-page .brands-right .info-box__container .info-box__title {
        line-height: 1em;
        letter-spacing: 2.3px;
        padding: 0;
        font-size: 3em;
        font-weight: 100; }
      .single-brands-page .brands-right .info-box__container .info-box__desc {
        font-size: 1.55em;
        line-height: 1.3em;
        letter-spacing: .8px;
        padding: 0;
        font-weight: 100; }
      .single-brands-page .brands-right .info-box__container > .row {
        padding: 2em 4em;
        margin: 0; }
    .single-brands-page .brands-right .info-box__link {
      background-color: inherit;
      display: block; }
      .single-brands-page .brands-right .info-box__link a {
        color: #fff;
        background-color: #000;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        padding: 3em 4.5em;
        letter-spacing: 2px;
        display: block;
        text-transform: uppercase;
        position: relative; }
      .single-brands-page .brands-right .info-box__link a:hover {
        text-decoration: none;
        background-color: #fff;
        color: #000; }
        .single-brands-page .brands-right .info-box__link a:hover .arrow-right--white {
          display: none; }
        .single-brands-page .brands-right .info-box__link a:hover .arrow-right--black {
          display: inline-block; }
    .single-brands-page .brands-right .arrow-right {
      margin-top: 2px;
      position: absolute;
      right: 40px; }
    .single-brands-page .brands-right .arrow-right--black {
      display: none; }
  .single-brands-page .brands-left {
    display: inline-block;
    align-items: center;
    -webkit-align-self: center; }
    .single-brands-page .brands-left .title-logo {
      height: 140px; }
    .single-brands-page .brands-left .title-logo img {
      max-width: 50%;
      object-fit: contain;
      height: 100%; }
    .single-brands-page .brands-left .description {
      max-width: 700px;
      padding: 3.5em 0; }

.page-template-t_brands-single li.col-2 .hover-me {
  height: 0; }

.page-template-t_brands-single footer {
  display: none; }

.page-template-t_brands-single .brands-bottom .brands {
  bottom: 77px; }

.single-brands-page li.col-2 .hover-me {
  height: 150px; }

body.page-id-68 .brands-wrapper li.booking .partially-open .wrapper-partially {
  bottom: -72px; }

body.page-id-68 .brands-wrapper li.booking:hover {
  bottom: 0; }

body.page-id-72 .brands-wrapper li.priceline .partially-open .wrapper-partially {
  bottom: -72px; }

body.page-id-72 .brands-wrapper li.priceline:hover {
  bottom: 0; }

body.page-id-53 .brands-wrapper li.kayak .partially-open .wrapper-partially {
  bottom: -72px; }

body.page-id-53 .brands-wrapper li.kayak:hover {
  bottom: 0; }

body.page-id-76 .brands-wrapper li.agoda .partially-open .wrapper-partially {
  bottom: -72px; }

body.page-id-76 .brands-wrapper li.agoda:hover {
  bottom: 0; }

body.page-id-80 .brands-wrapper li.rentalcars .partially-open .wrapper-partially {
  bottom: -72px; }

body.page-id-80 .brands-wrapper li.rentalcars:hover {
  bottom: 0; }

body.page-id-2205 .brands-wrapper li.opentable .partially-open .wrapper-partially {
  bottom: -72px; }

body.page-id-2205 .brands-wrapper li.opentable:hover {
  bottom: 0; }

@media (min-width: 1440px) {
  .container {
    max-width: 1340px; } }
@media (min-width: 1200px) and (max-height: 700px) {
  .single-brands-page .brands-left {
    align-items: start;
    -webkit-align-self: start;
    flex: 0 0 70%;
    max-width: 70%; }
  .single-brands-page .brands-right {
    max-width: 30%;
    flex: 0 0 30%; } }
@media (max-width: 1024px) {
  body.page-template-t_brands-single {
    overflow: auto; }

  body.page-id-2205 .brands-left .description {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 2em 2em 1em;
    margin-top: 2em; }

  .single-brands-page .container {
    padding: 16em 5em; }
  .single-brands-page .brands-right {
    max-width: none;
    padding: 0; }
    .single-brands-page .brands-right .info-box__container {
      margin-bottom: 0; }
      .single-brands-page .brands-right .info-box__container .info-box__row {
        padding: 2em 4em 3em; }
      .single-brands-page .brands-right .info-box__container .slick-dots {
        bottom: 13px; }
      .single-brands-page .brands-right .info-box__container .slick-dots li button:before {
        color: #fff; }
      .single-brands-page .brands-right .info-box__container .info-box__desc {
        padding-top: 1em; }
      .single-brands-page .brands-right .info-box__container .slick-dots li button:before {
        font-size: 14px; }
  .single-brands-page .info-box__link {
    margin-top: 2.5px; }
  .single-brands-page .brands-left {
    padding: 0; }
    .single-brands-page .brands-left img {
      width: 100%; }
    .single-brands-page .brands-left .description {
      padding: 2em 0 1em;
      max-width: 100%; }
  .single-brands-page .section-share {
    padding: 2em 0 4em; } }
html, body {
  height: 100%; }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }
.row {
  margin: 0; }

.page-careers .container {
  padding: 0 5em;
  max-width: 1230px; }

.page-cr-pages .col-right .job-listing .section-header {
  margin-bottom: 0; }

.page-cr-pages .col-right .job-link {
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 15px 70px 15px 0;
  position: relative; }
  .page-cr-pages .col-right .job-link:after {
    content: "";
    display: block;
    background: url("../img/arrow-right-black.svg") center center no-repeat;
    height: 9px;
    margin-left: 40px;
    width: 9px;
    position: absolute;
    right: 8px;
    top: calc(50% - 5px); }
  .page-cr-pages .col-right .job-link .job-title {
    color: #1c9dd9; }
  .page-cr-pages .col-right .job-link .job-location {
    text-align: right;
    color: #000; }
  .page-cr-pages .col-right .job-link .row {
    margin-bottom: 0; }
  .page-cr-pages .col-right .job-link:last-child {
    border-bottom: 1px solid #000; }

.career-links {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 7em 0 5em;
  padding: 0; }

.career-links__list {
  list-style-type: none;
  padding-left: 0;
  margin: 0; }
  .career-links__list li {
    border-bottom: 1px solid #bdbdbd;
    height: 82px;
    margin: 0; }
    .career-links__list li a {
      width: 100%;
      padding: 2em 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      max-height: 100%; }
    .career-links__list li a img {
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .career-links__list li a:hover img {
      opacity: 0.4; }
  .career-links__list li:last-child {
    border-bottom: none; }
  .career-links__list li a img.c-logo {
    max-width: 175px;
    max-height: 100%;
    object-fit: contain;
    height: 100%; }

.page-job-listing .back-link a {
  color: #000;
  padding-left: 15px;
  letter-spacing: 0.2em;
  position: relative; }
  .page-job-listing .back-link a:before {
    content: "";
    display: block;
    background: url("../img/arrow-right-black.svg") center center no-repeat;
    height: 9px;
    width: 10px;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(180deg); }
.page-job-listing .apply-button {
  text-align: right; }
  .page-job-listing .apply-button a {
    position: relative;
    display: inline-block;
    background-color: #000;
    padding: 15px 45px 15px 25px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2em; }
  .page-job-listing .apply-button a:after {
    content: "";
    display: block;
    background: url("../img/arrow-right-white.png") center center no-repeat;
    height: 9px;
    margin-left: 40px;
    width: 10px;
    position: absolute;
    right: 18px;
    top: calc(50% - 5px); }
.page-job-listing .bottom-links .apply-button {
  text-align: left; }
.page-job-listing .bottom-links {
  border-bottom: 1px solid black;
  padding-bottom: 30px; }
.page-job-listing .location-header {
  border-bottom: 1px solid black;
  letter-spacing: 0.2em; }
  .page-job-listing .location-header .department-name {
    color: #003073;
    padding-right: 20px; }
.page-job-listing .col-right .section-share {
  text-align: right;
  margin-bottom: 0; }
.page-job-listing .side-nav {
  margin-top: 100px; }
.page-job-listing .job-listing {
  margin-top: 80px; }
.page-job-listing .listing-content ul {
  font-size: 14px;
  font-weight: 100;
  padding-left: 25px; }
.page-job-listing .listing-content h6 {
  letter-spacing: 0.12em; }
.page-job-listing .listing-content h2 {
  font-size: 14px;
  font-weight: 500; }

@media (max-width: 572px) {
  .page-careers .container {
    padding: 0 4em; } }
.page-contact .main-loc {
  padding-bottom: 14.5em; }

.page-contact__body {
  padding: 3.3em 0; }

.page-contact > .col-right {
  padding: 3.2em 4.5em; }

.page-contact .main-loc-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 3em 0; }
  .page-contact .main-loc-list li {
    display: inline-block;
    padding: 0; }
  .page-contact .main-loc-list li.col-md-4 > p {
    margin: 1em 0; }

.brands-loc {
  padding-bottom: 8.5em; }

.page-contact .brands-loc-list {
  margin: 0;
  list-style-type: none;
  padding: 3em 0;
  border-top: 1px solid #000; }
  .page-contact .brands-loc-list li {
    padding: 3.5em 0; }
  .page-contact .brands-loc-list li.col-md-4 > p {
    margin: 0;
    padding-top: 1em; }
  .page-contact .brands-loc-list .visit {
    padding: .5em 0;
    display: block; }
  .page-contact .brands-loc-list li img[src$="svg"] {
    height: 34px; }

.btn-wrapper {
  max-width: 265px; }
  .btn-wrapper .btn-globeview {
    letter-spacing: 2px;
    background-color: #000;
    text-transform: uppercase;
    color: #fff;
    padding: 3em 4em;
    display: block;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .btn-wrapper .btn-globeview .arrow-right {
      position: absolute;
      right: 4em; }
    .btn-wrapper .btn-globeview .arrow-right--black {
      display: none; }
  .btn-wrapper .btn-globeview:hover {
    text-decoration: none;
    background-color: #f6f6f6;
    color: #000; }
  .btn-wrapper .btn-globeview:hover .arrow-right--white {
    display: none; }
  .btn-wrapper .btn-globeview:hover .arrow-right--black {
    display: inline-block; }

@media (max-width: 572px) {
  .page-contact > .container {
    padding: 0 4em; }
  .page-contact .main-loc {
    padding-bottom: 10em; } }
.page-code .page-head {
  padding: 16.5em 0 1.5em; }
.page-code .col-6 {
  padding: 0; }
.page-code .col-img {
  align-items: center;
  -webkit-align-self: center; }
  .page-code .col-img .img-content {
    padding: 0;
    width: min-content;
    margin-left: auto; }
  .page-code .col-img .img-wrapper {
    margin-bottom: 2em;
    text-align: right; }
  .page-code .col-img .img-wrapper img {
    width: auto; }
  .page-code .col-img .after-image {
    font-size: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between; }
  .page-code .col-img .view-button {
    font-weight: 500;
    font-size: 9px;
    color: #000; }
  .page-code .col-img .arrow-right {
    padding-left: 1.5em; }
.page-code .page-code__body .cols {
  padding: 0; }
.page-code .languages ul {
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  list-style: none;
  padding: 5em 3em 1em 0;
  margin: 0; }
  .page-code .languages ul li {
    font-size: 1.55em; }
    .page-code .languages ul li a {
      color: #009ee3; }
      .page-code .languages ul li a:hover {
        color: #0056b3; }
.page-code .section-bottom {
  padding: 3em 0 4em; }

@media (max-width: 992px) {
  .page-code .col-img .img-content {
    margin: auto;
    width: auto; }
  .page-code .col-img .img-content img {
    max-width: 100%; }
  .page-code .col-img .img-wrapper {
    text-align: center; }
  .page-code .col-img .after-image {
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around; }
  .page-code .languages ul {
    padding-right: 0; } }
@media (max-width: 572px) {
  .page-code > .container {
    padding: 0 4em; }
  .page-code .col-img .img-wrapper {
    text-align: center; }
  .page-code .col-img .after-image {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between; } }
.page-template-t_leadership {
  overflow: auto; }
  .page-template-t_leadership li.col-2 .hover-me {
    height: 77px; }

.page-leadership .container > .row {
  padding: 9em 0 1em; }
.page-leadership .col-right .section-share {
  margin: 4em 0; }

.news-group {
  padding: 9em 0;
  overflow: auto;
  height: 100%; }
  .news-group h2 {
    font-size: 3em;
    margin: 0;
    padding: 0 0 1em; }
  .news-group:first-child h2 {
    border-bottom: 1px solid #000; }
  .news-group:first-child .news-col {
    padding: 0; }
  .news-group:first-child .news-col:last-child {
    border-bottom: 1px solid #fff; }

.page-leadership .news-col h3 {
  margin: 0; }
.page-leadership .news-col h3 a {
  color: #009ee3 !important; }
.page-leadership .news-col article {
  position: relative;
  border-bottom: 1px solid #e3e7ec;
  padding: 2em 0; }
.page-leadership .news-col article.wide {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .page-leadership .news-col article.wide header .image-container {
    display: none; }
.page-leadership .news-col article.expanded .headshot-image {
  display: block; }
.page-leadership .news-col .headshot-image {
  display: none;
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: center;
  border: 1px solid #d6d2d2;
  margin-left: 20px; }
.page-leadership .news-col header {
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .page-leadership .news-col header h3 {
    color: #a3b1c0;
    margin: 0 0 3px; }
  .page-leadership .news-col header p {
    margin: 0; }
  .page-leadership .news-col header:hover {
    opacity: .6; }
  .page-leadership .news-col header .headshot-image {
    height: 100px;
    width: 100px; }
.page-leadership .news-col .more-text {
  display: none;
  padding: 2em 0 0 0; }
  .page-leadership .news-col .more-text p {
    margin: 0; }
.page-leadership .news-col:first-child {
  padding-left: 0; }
.page-leadership .news-group2 article:first-child {
  border-top: 1px solid #000; }
.page-leadership .news-group2 article:last-child {
  border-bottom: 1px solid #000; }

#managers .news-col.col-6 {
  border-top: 1px solid #000; }
#managers .news-col.col-6:nth-child(1) {
  margin-right: 1.5em; }
#managers .news-col.col-6:nth-child(2) {
  margin-left: 1.5em; }

#board-of-directors {
  padding: 9em 0 0; }
  #board-of-directors h2 {
    border-bottom: none; }
  #board-of-directors .news-col.col-6 {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000; }
  #board-of-directors .news-col.col-6:nth-child(1) {
    margin-right: 1.5em; }
  #board-of-directors .news-col.col-6:nth-child(2) {
    margin-left: 1.5em; }

@media (max-width: 1024px) {
  .page-template-t_leadership {
    overflow: auto; } }
@media (max-width: 992px) {
  #board-of-directors .news-col.col-6:nth-child(1) {
    margin-right: 1em; }
  #board-of-directors .news-col.col-6:nth-child(2) {
    margin-left: 1em; } }
@media (max-width: 768px) {
  .page-leadership .news-col article.wide > .image-container {
    display: none; }
  .page-leadership .news-col article.expanded.wide header .image-container {
    display: block; } }
@media (max-width: 576px) {
  .page-leadership .container {
    padding: 0 4em; }
    .page-leadership .container .row > .col-right {
      padding: 0; }
  .page-leadership .news-col {
    padding: 0; }
  .page-leadership .news-group2 article:first-child {
    border-top: none; }
  .page-leadership .news-group2 article:last-child {
    border-bottom: 1px solid #e3e7ec; } }
.job-listing-bottom-copy p {
  font-weight: 300;
  color: #8d8d8d;
  font-size: 1em; }

.page-template-t_factsheet {
  overflow: auto; }

.page-factsheet .scroll-section {
  padding: 9em 0; }
.page-factsheet .side-nav {
  padding: 0; }
.page-factsheet .col-right {
  padding: 0 4em; }
.page-factsheet .first-row, .page-factsheet .second-row {
  padding: 4.5em 13em 2.5em 0;
  border-bottom: 1px solid black;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between; }
.page-factsheet .magazine-row {
  max-width: 200px;
  padding: 0; }
  .page-factsheet .magazine-row h2 {
    margin: 0;
    padding-bottom: 0.2em; }
  .page-factsheet .magazine-row p {
    margin: 0;
    padding-bottom: 1em; }
.page-factsheet .page-header {
  letter-spacing: 2.85px;
  line-height: 48px; }
.page-factsheet .page-header__content:not(.custom-section) p {
  font-size: 50px;
  margin: 0;
  padding-bottom: .3em; }
.page-factsheet .section-share {
  padding: 6em 0 1em;
  margin: 0; }
.page-factsheet .section-label {
  padding: 3.5em 0;
  letter-spacing: 2px;
  line-height: initial; }
.page-factsheet .chart-item {
  padding: 0 0 7em;
  border-bottom: 1px solid #000;
  width: 100%;
  position: relative; }
  .page-factsheet .chart-item .chart-item__body {
    padding: 0;
    position: static; }
  .page-factsheet .chart-item .chart-item__title {
    position: absolute;
    width: 100%;
    z-index: 2; }
.page-factsheet .chart-2 .chart-item {
  border-bottom: none; }
.page-factsheet .chart-img {
  padding: 0; }
.page-factsheet .chart-img, .page-factsheet .chart-desc {
  padding: 0; }
.page-factsheet .chart-desc {
  padding-top: 7.5em; }
  .page-factsheet .chart-desc h2 {
    margin-bottom: .5em; }
.page-factsheet .last-row .last-row__title {
  padding: 0; }
.page-factsheet .last-row .last-row__cols {
  width: 100%;
  padding-top: 3em; }
  .page-factsheet .last-row .last-row__cols .col-6 {
    padding: 0;
    font-size: 30px; }
  .page-factsheet .last-row .last-row__cols .last-row__cols-left {
    padding-right: 2em;
    padding-left: 0;
    margin: 0; }
  .page-factsheet .last-row .last-row__cols .last-row__cols-right {
    padding-left: 2em;
    padding-right: 0;
    margin: 0; }
.page-factsheet .footer {
  padding-top: 30em; }

#chartdiv1, #chartdiv2, #chartdiv {
  width: 100%;
  height: 300px;
  font-size: 11px; }

@media (max-width: 1024px) {
  .page-template-t_factsheet {
    overflow: auto; }

  .page-factsheet .chart-1 {
    padding: 0 0 5em; }
  .page-factsheet .last-row .last-row__cols .last-row__cols-right {
    padding: 0; }
  .page-factsheet .last-row .last-row__cols .last-row__cols-left {
    padding: 0; }
  .page-factsheet .last-row .chart-item {
    padding-bottom: 7em; }
  .page-factsheet .first-row, .page-factsheet .second-row {
    padding-right: 0; }
  .page-factsheet .section-label {
    padding-top: 5em; }
  .page-factsheet .last-row .section-share {
    padding: 10em 0 0em; }
  .page-factsheet .chart-item .chart-item__title {
    position: static;
    width: auto; }
  .page-factsheet .footer {
    padding-top: 10em; }
  .page-factsheet .col-right {
    padding: 0; } }
@media (max-width: 767px) {
  .page-leadership .news-col.col-md-6 {
    padding-left: 0; }

  .page-leadership .news-col:first-child article:last-child {
    border-bottom: none; }

  .page-leadership .news-col:not(:first-child) article:first-child {
    border-top: none; } }
@media (min-height: 660px) and (max-height: 800px) {
  li.col-2 .hover-me {
    height: 50px; } }
@media (max-width: 576px) {
  .page-factsheet .container {
    padding: 0 4em; }
    .page-factsheet .container .row > .col-right {
      padding: 0; }
  .page-factsheet .footer {
    padding-top: 10em; }
  .page-factsheet .page-header__content p {
    font-size: 25px;
    line-height: normal; }
  .page-factsheet .col-right {
    padding: 0 2em; }
  .page-factsheet .last-row .section-share {
    padding: 5em 0 0em; } }
.timeline-list {
  list-style-type: none;
  margin: 13em 0 2em;
  border-top: 1px solid #000;
  padding: 7em 0; }
  .timeline-list .timeline-item .timeline-year {
    align-items: center;
    -webkit-align-self: center;
    padding: 0; }
  .timeline-list .timeline-item .timeline-year__year {
    font-size: 10em;
    padding: 1em 0;
    font-weight: 100; }
  .timeline-list .timeline-item .timeline-description {
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    align-items: center;
    -webkit-align-self: center; }
    .timeline-list .timeline-item .timeline-description .timeline-month {
      font-size: 9px;
      margin: 0; }
    .timeline-list .timeline-item .timeline-description .timeline-content {
      font-size: 2em;
      font-weight: 100;
      line-height: 1.2em; }
    .timeline-list .timeline-item .timeline-description .description-item {
      padding: 1em 0; }
  .timeline-list .timeline-arrow {
    font-size: 30px;
    color: #686868;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
    z-index: 2;
    left: 8px; }
    .timeline-list .timeline-arrow.fa-angle-up {
      top: 120px;
      opacity: 0; }
    .timeline-list .timeline-arrow.fa-angle-down {
      bottom: 115px; }
    @media (max-width: 1024px) {
      .timeline-list .timeline-arrow.fa-angle-up {
        top: -40px;
        opacity: 0;
        left: calc(50% - 15px); }
      .timeline-list .timeline-arrow.fa-angle-down {
        bottom: 0px;
        left: calc(50% - 15px); } }

.page-history .side-nav .side-nav-wrap {
  position: absolute;
  top: 120px; }
  .page-history .side-nav .side-nav-wrap ul li {
    padding: 8px 0; }
  .page-history .side-nav .side-nav-wrap .bar {
    height: 30px; }
  .page-history .side-nav .side-nav-wrap.compact {
    top: 80px; }
  @media (max-width: 1024px) {
    .page-history .side-nav .side-nav-wrap ul li {
      padding: 0; } }
.page-history .slick-list .slick-slide {
  height: 400px; }
  .page-history .slick-list .slick-slide .row {
    height: 100%; }
  .page-history .slick-list .slick-slide .col-8, .page-history .slick-list .slick-slide .col-4 {
    padding: 0;
    display: inline-block; }
@media (max-width: 1024px) {
  .page-history .slick-list .slick-slide {
    height: 800px; } }
.page-history .slick-list .default-view {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
.page-history .slick-list h2 {
  margin-bottom: 1em; }
.page-history .history__more-btn span {
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px; }
.page-history .history__more-btn img {
  display: inline-block;
  padding: 0 2em; }
.page-history .history__more-btn a {
  padding: 2.5em 0;
  display: inline-block;
  width: auto;
  letter-spacing: 2px; }
.page-history .history__more-btn a:focus {
  outline: none; }
.page-history .article-images {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  height: 100%;
  padding: 0 0 10em 10em; }
  .page-history .article-images span {
    display: block;
    padding-bottom: 2em; }
.page-history .article-row img {
  max-width: 150px;
  height: auto; }

@media (max-width: 1024px) {
  .page-history {
    /*.slick-list .slick-slide {height: auto;}*/ }
    .page-history .border {
      display: none;
      border: none !important; }
    .page-history .history__more-btn {
      display: none; }
    .page-history .article-images {
      padding: 0; }
    .page-history .article-row {
      padding: 6em 0 0; }
    .page-history .scroll-section .slick-list .slick-slide {
      height: auto; }
    .page-history .timeline-list {
      padding: 8em 0 6em;
      margin: 0 0 2em; }
      .page-history .timeline-list .timeline-year__year {
        padding: 0; }
      .page-history .timeline-list .timeline-description {
        padding: 0; }
    .page-history .side-nav {
      display: block; }
      .page-history .side-nav .side-nav-wrap {
        position: static;
        width: auto;
        max-width: 100%;
        top: 62px;
        margin: 3.5em 0 7em;
        border-left: none;
        max-width: initial; }
        .page-history .side-nav .side-nav-wrap .bar {
          width: 40px;
          height: 3px;
          top: 35px;
          left: 60px;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: none;
          border-bottom: none;
          background-clip: padding-box;
          z-index: 2;
          display: none; }
        .page-history .side-nav .side-nav-wrap .side-nav-list li {
          display: inline-block;
          text-align: center; }
        .page-history .side-nav .side-nav-wrap .side-nav-list .slick-list {
          margin: 0 6em;
          border-top: 1px solid #e5e5e5;
          padding-top: .5em; }
        .page-history .side-nav .side-nav-wrap .side-nav-list .side-nav-arrow {
          position: absolute;
          font-size: 5.5em;
          top: -12px;
          background-repeat: no-repeat;
          background-size: contain;
          -webkit-background-size: contain;
          -moz-background-size: contain;
          -o-background-size: contain;
          width: 12.5px;
          height: 25px;
          display: inline-block; }
          .page-history .side-nav .side-nav-wrap .side-nav-list .side-nav-arrow.side-nav-left {
            left: 0;
            background-image: url(../img/prev.png); }
          .page-history .side-nav .side-nav-wrap .side-nav-list .side-nav-arrow.side-nav-right {
            right: 0;
            background-image: url(../img/next.png); }
    .page-history .default-view .col-12 {
      padding: 0; } }
@media (max-width: 576px) {
  .page-history .timeline-list {
    padding: 2em 0 6em; }
  .page-history .container {
    padding: 0; }
  .page-history .page-head__body {
    padding: 0 4em; }
  .page-history .side-nav .side-nav-wrap {
    padding: 0; }
    .page-history .side-nav .side-nav-wrap .side-nav-list .slick-list {
      margin: 0 3em; }
    .page-history .side-nav .side-nav-wrap .side-nav-list .side-nav-arrow {
      width: 13px;
      height: 28px;
      top: -13px; }
  .page-history .page-history__body .side-nav {
    padding: 0 2em; }
  .page-history .page-history__body .scroll-section {
    padding: 0 4em; }
  .page-history .footer {
    padding: 7em 4em; } }
.linked-in-widget p {
  line-height: 1.2em; }
.linked-in-widget img {
  margin-right: 10px;
  padding-top: 4px; }
.linked-in-widget img.alignleft {
  float: left; }
.linked-in-widget a {
  font-size: 8px;
  font-weight: 300;
  text-decoration: underline;
  line-height: 1.4em;
  display: block;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.2em; }

.side-nav .side-nav-wrap {
  margin-top: 120px;
  top: 120px;
  border-left: 1px solid #e5e5e5;
  padding: 5px 20px;
  max-width: 180px;
  position: sticky;
  position: -webkit-sticky; }
  .side-nav .side-nav-wrap.compact .bar {
    border-top-width: 0px;
    border-bottom-width: 17px; }
  .side-nav .side-nav-wrap .bar {
    -webkit-transition: margin-top 0.3s ease-in-out;
    -moz-transition: margin-top 0.3s ease-in-out;
    -ms-transition: margin-top 0.3s ease-in-out;
    -o-transition: margin-top 0.3s ease-in-out;
    transition: margin-top 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: -2px;
    width: 3px;
    height: 50px;
    background-color: #003680;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    height: 40px; }
  .side-nav .side-nav-wrap ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0; }
    .side-nav .side-nav-wrap ul li {
      padding: 0;
      height: 40px;
      display: flex;
      align-items: center; }
      .side-nav .side-nav-wrap ul li a {
        text-transform: uppercase;
        color: #7f7f7f;
        font-weight: 500;
        letter-spacing: 2px; }
      .side-nav .side-nav-wrap ul li a.active {
        color: #003680; }
.side-nav .side-nav-wrap.fixed {
  position: fixed; }
.side-nav .side-nav-wrap.compact ul li {
  height: 17px; }

@media (max-width: 1024px) {
  .side-nav {
    display: none; } }
/*SUSTAINABILITY*/
.page-template-t_sustainability .container-fluid {
  padding: 0; }
.page-template-t_sustainability .side-nav {
  display: none; }
.page-template-t_sustainability .col-right {
  padding: 0; }
.page-template-t_sustainability section {
  padding: 8em 0; }
  .page-template-t_sustainability section > .row {
    max-width: 1170px;
    margin: auto; }
  .page-template-t_sustainability section img {
    max-width: 100%; }

/*MEDIA ROOM*/
.page-template-t_media_room {
  overflow: auto; }
  .page-template-t_media_room li.col-2 .hover-me {
    height: 77px; }

.page-media-room h3 {
  font-size: 3em;
  font-weight: 100;
  border-bottom: 2px solid #000;
  padding-bottom: 30px; }
.page-media-room section > div {
  padding: 50px 0;
  /*LOAD MORE WRAPPER*/
  /*article:last-child { border-bottom-width: 2px; }*/ }
  .page-media-room section > div .load-more-articles {
    text-align: right;
    position: relative; }
    .page-media-room section > div .load-more-articles a {
      display: inline-block;
      padding: 20px 0;
      color: #1c9dd9;
      font-size: 1.5em;
      font-weight: 500; }
    .page-media-room section > div .load-more-articles .loader {
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -10px;
      z-index: 5; }
  .page-media-room section > div article {
    border-bottom: 1px solid #000;
    padding: 20px 0; }
    .page-media-room section > div article a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #000; }
      .page-media-room section > div article a .pic {
        flex-basis: 120px;
        padding-right: 40px;
        height: 40px;
        line-height: 40px; }
        .page-media-room section > div article a .pic img {
          max-width: 100%;
          max-height: 100%; }
      .page-media-room section > div article a time {
        flex-basis: 120px;
        padding-right: 20px;
        font-weight: 500; }
      .page-media-room section > div article a .title {
        flex: 1;
        padding-right: 20px;
        font-size: 1.5em;
        font-weight: 100; }
      .page-media-room section > div article a .file-size,
      .page-media-room section > div article a .file-type {
        flex-basis: 50px; }
      .page-media-room section > div article a .arrow-right {
        flex-basis: 10px;
        height: 9px; }
    .page-media-room section > div article a:hover {
      opacity: 0.4; }
.page-media-room #media-inquiries h3 {
  border-bottom: none; }
.page-media-room #media-inquiries #media-i-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start; }
  .page-media-room #media-inquiries #media-i-inner .media-i-col {
    flex-basis: 315px;
    text-align: left;
    font-size: 1.5em; }
    .page-media-room #media-inquiries #media-i-inner .media-i-col a {
      padding: 0;
      color: #1c9dd9; }

@media (max-width: 572px) {
  .page-media-room > .container {
    padding: 0 4em; }
  .page-media-room .container > .row > .col-right {
    padding: 0; }
  .page-media-room #media-inquiries #media-i-inner {
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .page-media-room #media-inquiries #media-i-inner .media-i-col {
      flex-basis: auto; }
  .page-media-room .page-haed-wrap {
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start; }
    .page-media-room .page-haed-wrap .pdf-link {
      flex-basis: auto;
      padding: 3em 0 0; } }
/*MEDIA ROOM - PRESS RELEASE*/
.page-press-release .page-haed-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end; }
  .page-press-release .page-haed-wrap .page-head {
    flex-grow: 1;
    flex-shrink: 1;
    padding-bottom: 0; }
    .page-press-release .page-haed-wrap .page-head a {
      color: #009ee3; }
  .page-press-release .page-haed-wrap > a {
    color: #000;
    font-weight: 700;
    flex-basis: 100px;
    flex-shrink: 0; }
    .page-press-release .page-haed-wrap > a img {
      margin-left: 8px;
      vertical-align: middle;
      display: inline-block; }
  .page-press-release .page-haed-wrap .page-head__body h1 {
    padding: 15px 0 0;
    line-height: 100%; }
.page-press-release time {
  font-weight: 500;
  padding-bottom: 15px;
  display: block; }
.page-press-release section > div article {
  border-bottom: none; }
  .page-press-release section > div article b *,
  .page-press-release section > div article b {
    font-weight: bold; }
  .page-press-release section > div article a {
    display: inline;
    color: #009ee3; }
  .page-press-release section > div article ul {
    font-size: 14px; }
  .page-press-release section > div article img {
    max-width: 100%; }

@media (max-width: 572px) {
  .page-press-release article.full {
    width: 100%; } }
.page-privacy-policy .section-share {
  padding-top: 10em; }
.page-privacy-policy .page-head {
  padding: 23em 0 5em; }

@media (max-width: 572px) {
  .page-privacy-policy #wrapper .container {
    padding: 0 4em; } }
.page-cr-pages .main-content {
  margin-bottom: 50px; }
.page-cr-pages .download-pdf span {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  color: #000; }
.page-cr-pages .side-nav .download-pdf:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../img/download-arrow.svg) center center no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 10px; }
.page-cr-pages .side-nav .side-nav-wrap {
  border: none;
  padding: 0; }
.page-cr-pages .side-nav .side-nav-wrap .links-wrap {
  position: relative;
  border-left: 1px solid #e5e5e5;
  padding-left: 13px;
  margin-bottom: 90px; }
.page-cr-pages .side-nav.with-subnav .side-nav-wrap .links-wrap a {
  letter-spacing: 1px; }
.page-cr-pages .side-nav.with-subnav .side-nav-wrap .bar {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  height: 40px; }
.page-cr-pages .side-nav.with-subnav .side-nav-wrap ul li {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0; }
.page-cr-pages .side-nav.with-subnav .side-nav-wrap ul li.has-subsections {
  height: 20px;
  margin-top: 10px; }
.page-cr-pages .side-nav.with-subnav .side-nav-wrap ul li.sub-section {
  min-height: 20px;
  height: auto; }
.page-cr-pages .side-nav.with-subnav .side-nav-wrap ul li.sub-section a:not(.active) {
  color: #828282; }
.page-cr-pages .side-nav.with-subnav .side-nav-wrap ul li.sub-section a {
  text-transform: none;
  line-height: 1.4em;
  font-weight: 300; }
.page-cr-pages h3 {
  font-size: 25px;
  font-weight: 100;
  margin-bottom: 20px; }
.page-cr-pages h5 {
  margin-bottom: 1em; }
.page-cr-pages .col-right {
  padding-top: 70px; }
  .page-cr-pages .col-right .cr-overview-links a.row * {
    margin-bottom: 0;
    padding-right: 20px; }
  .page-cr-pages .col-right .cr-overview-links a.row {
    border-top: 1px solid #000;
    margin-bottom: 0;
    height: 145px;
    color: #000; }
  .page-cr-pages .col-right .cr-overview-links a.row:last-child {
    border-bottom: 1px solid #000; }
  .page-cr-pages .col-right .cr-overview-links a.row:hover {
    color: #fff; }
  .page-cr-pages .col-right .cr-overview-links a.row:not(:hover) {
    background: none !important; }
  .page-cr-pages .col-right .cr-overview-links .sub-page-title {
    display: flex;
    align-items: center; }
  .page-cr-pages .col-right .cr-overview-links .sub-page-description {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .page-cr-pages .col-right .cr-overview-links .sub-page-description:after {
    content: "";
    display: block;
    background: url("../img/arrow-right-black.svg") center center no-repeat;
    height: 9px;
    margin-left: 40px;
    width: 9px;
    position: absolute;
    right: 8px;
    top: calc(50% - 5px); }
  .page-cr-pages .col-right .cr-overview-links a.row:hover .sub-page-description:after {
    background-image: url("../img/arrow-right-white.png"); }
  .page-cr-pages .col-right h1 {
    margin-left: -6px;
    line-height: 1em; }
  .page-cr-pages .col-right h6 + h1 {
    margin-top: 20px; }
  .page-cr-pages .col-right > section {
    padding-top: 80px; }
  .page-cr-pages .col-right section {
    margin-bottom: 60px; }
    .page-cr-pages .col-right section img {
      max-width: 100%;
      height: auto; }
    .page-cr-pages .col-right section .wp-caption {
      max-width: 100%;
      line-height: 1.4em; }
      .page-cr-pages .col-right section .wp-caption img {
        margin-bottom: 8px; }
      .page-cr-pages .col-right section .wp-caption .wp-caption-text {
        font-size: 9px; }
    .page-cr-pages .col-right section .row {
      margin-bottom: 35px; }
    .page-cr-pages .col-right section hr {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .page-cr-pages .col-right section .section-header h2 {
      border-bottom: 1px solid #000;
      padding-bottom: 15px; }
      .page-cr-pages .col-right section .section-header h2 img {
        height: 35px; }
.page-cr-pages .bottom-navigation .navigation-link {
  color: #000; }
  .page-cr-pages .bottom-navigation .navigation-link > span {
    display: block; }
  .page-cr-pages .bottom-navigation .navigation-link span span {
    display: inline-block;
    vertical-align: middle; }
  .page-cr-pages .bottom-navigation .navigation-link.prev > span:before {
    vertical-align: middle;
    content: "";
    display: inline-block;
    background: url("../img/arrow-right-black.svg") center right no-repeat;
    width: 10px;
    height: 9px;
    transform: rotateY(180deg);
    padding-right: 20px;
    margin-left: 4px; }
  .page-cr-pages .bottom-navigation .navigation-link.next {
    text-align: right; }
    .page-cr-pages .bottom-navigation .navigation-link.next > span:after {
      vertical-align: middle;
      content: "";
      display: inline-block;
      background: url("../img/arrow-right-black.svg") center right no-repeat;
      width: 10px;
      height: 9px;
      padding-left: 20px; }
.page-cr-pages .bottom-navigation .download-pdf {
  text-align: center; }
.page-cr-pages .bottom-navigation .download-pdf span {
  display: block;
  margin: 0 auto 5px;
  text-align: center; }
.page-cr-pages .bottom-navigation .download-pdf:after {
  content: "";
  display: block;
  background: url(../img/download-arrow.svg) center center no-repeat;
  width: 16px;
  height: 16px;
  margin: 0 auto; }
.page-cr-pages .cr-data-fields {
  display: flex;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  min-height: 75px;
  flex-wrap: wrap; }
  .page-cr-pages .cr-data-fields.cr-space-around {
    justify-content: space-around; }
  .page-cr-pages .cr-data-fields .cr-data-field {
    margin: 0 30px 20px; }
  .page-cr-pages .cr-data-fields .cr-data-field .cr-data-field-icon {
    width: 68px;
    text-align: center;
    margin: 0 auto 10px;
    height: 68px;
    display: flex;
    align-items: center; }
  .page-cr-pages .cr-data-fields .left-align.cr-data-field .cr-data-field-icon {
    justify-content: center;
    width: auto; }
  .page-cr-pages .cr-data-fields .cr-data-field img {
    margin-bottom: 10px; }
  .page-cr-pages .cr-data-fields .left-align.cr-data-field img {
    max-width: 68px; }
  .page-cr-pages .cr-data-fields .cr-data-field.left-align .cr-field-description {
    text-align: left; }
  .page-cr-pages .cr-data-fields .cr-data-field.left-align .cr-data-field-icon {
    margin: 0 0 10px 0; }
  .page-cr-pages .cr-data-fields .cr-field-description {
    margin-top: 20px;
    text-transform: none;
    font-size: 14px;
    font-weight: 100;
    max-width: 230px; }
  .page-cr-pages .cr-data-fields .cr-field-description ul {
    list-style-position: outside;
    padding: 0; }
  .page-cr-pages .cr-data-fields h1 {
    line-height: 1em;
    margin-bottom: 0; }
.page-cr-pages .cr-data-description {
  text-align: center;
  max-width: 400px;
  margin: 0 auto; }
.page-cr-pages .two-data-columns .two-column-header .col h2 {
  padding-bottom: 20px;
  border-bottom: 2px solid #000; }
.page-cr-pages .two-data-columns .two-column-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 200px; }
.page-cr-pages .two-columns h5 + hr {
  margin-top: -10px;
  margin-bottom: 30px; }
.page-cr-pages .two-columns h6 + h1 {
  margin-top: 10px; }
.page-cr-pages .two-columns h6.float {
  float: left; }
.page-cr-pages .two-columns h6.float + h6 {
  padding-top: 10px; }
.page-cr-pages .two-columns.brand-logo img {
  float: left;
  margin-right: 20px;
  width: 50px;
  height: auto; }
.page-cr-pages .two-columns.brand-logo p {
  margin-left: 70px; }
.page-cr-pages .two-columns.link-blocks {
  margin-top: -35px; }
  .page-cr-pages .two-columns.link-blocks p {
    display: flex;
    flex-flow: column;
    margin-bottom: 0;
    height: 70px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: center; }
  .page-cr-pages .two-columns.link-blocks p a {
    display: block;
    width: 100%;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .page-cr-pages .two-columns.link-blocks p a:after {
    content: "";
    display: block;
    background: url("../img/arrow-right-black.svg") center center no-repeat;
    width: 16px;
    height: 9px; }
.page-cr-pages .four-columns .aligncenter,
.page-cr-pages .three-columns .aligncenter {
  margin: 0 auto;
  display: block; }
.page-cr-pages .four-columns h6,
.page-cr-pages .three-columns h6 {
  margin-bottom: 1rem; }
.page-cr-pages .full-width_content h3.float > img {
  float: left; }
.page-cr-pages .full-width_content h3.float + h3 {
  margin-left: 90px;
  display: block; }
.page-cr-pages .full-width_content .aligncenter {
  margin: 0 auto;
  display: block; }
.page-cr-pages .full-width_content .alignleft {
  float: left; }
.page-cr-pages .full-width_content .drop-in-right {
  float: right;
  margin-left: 60px; }
.page-cr-pages .full-width_content .arrow-link {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  color: #000;
  font-size: 9px;
  font-weight: 700; }
.page-cr-pages .full-width_content .arrow-link:after {
  content: "";
  display: block;
  background: url("../img/arrow-right-black.svg") center center no-repeat;
  width: 16px;
  height: 9px;
  right: 9px;
  position: absolute;
  right: 8px;
  top: calc(50% - 5px); }
.page-cr-pages .linked-in-widget {
  width: 150px; }
.page-cr-pages .col-right section .row.data-columns {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0; }
  .page-cr-pages .col-right section .row.data-columns > .col {
    padding-top: 35px;
    padding-bottom: 20px; }
  .page-cr-pages .col-right section .row.data-columns > .col.column-background-image {
    min-width: 300px;
    min-height: 300px;
    background-size: cover;
    background-position: center center; }
.page-cr-pages .col-right section .brand-links {
  margin-top: -35px; }
.page-cr-pages .col-right section .brand-links img {
  max-width: 175px; }
.page-cr-pages .col-right section .brand-links li.row {
  margin-bottom: 0; }
@media (min-width: 768px) {
  .page-cr-pages .col-right .cr-overview-links a.row p {
    line-height: 1.2em; } }
@media (max-width: 576px) {
  .page-cr-pages .col-right .cr-overview-links a.row {
    height: 185px; }
  .page-cr-pages .bottom-navigation .navigation-link span span {
    width: 50px; }
  .page-cr-pages .drop-in-right {
    float: right;
    margin-left: 30px; } }

.error404 {
  min-height: 100%; }
  .error404 #header a {
    color: #000; }
  .error404 #header .logo-main--white {
    display: none; }
  .error404 #header .logo-main--black {
    display: inline-block; }
  .error404 #header .navbar-nav .dividier {
    border-right: .5px solid #000; }
  .error404 #header .globe-icon--white {
    display: none; }
  .error404 #header .globe-icon--black {
    display: inline-block; }
  .error404 #header .btn-menu__link {
    color: #000; }
  .error404 #header .hamburger-inner, .error404 #header .hamburger-inner::before, .error404 #header .hamburger-inner::after {
    background-color: #000; }
  .error404 .wrapper-outer {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .error404 .page-404 {
    height: 100%; }
    .error404 .page-404 .container {
      height: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -webkit-box-orient: column;
      -webkit-box-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .error404 .page-404 .page-404__body {
      text-align: center; }
      .error404 .page-404 .page-404__body .page-404__title {
        font-size: 200px;
        font-weight: 100;
        color: #009ee3;
        line-height: 0.7em; }
      .error404 .page-404 .page-404__body p {
        font-size: 30px;
        padding-top: 1.75em; }
      .error404 .page-404 .page-404__body .back-btn-404 {
        color: #000;
        display: block;
        letter-spacing: 2px; }
        .error404 .page-404 .page-404__body .back-btn-404 span {
          text-transform: uppercase; }
        .error404 .page-404 .page-404__body .back-btn-404 .img-wrapper {
          position: relative;
          padding-top: 3.5em; }
        .error404 .page-404 .page-404__body .back-btn-404 .arrow-left {
          width: 20px;
          height: 20px;
          display: block;
          position: absolute;
          top: 32px;
          left: calc(50% - 10px); }
        .error404 .page-404 .page-404__body .back-btn-404 .arrow-left--rollover {
          display: none; }
        .error404 .page-404 .page-404__body .back-btn-404:hover .arrow-left--rollover {
          display: block; }
        .error404 .page-404 .page-404__body .back-btn-404:hover .arrow-left--black {
          display: none; }
    .error404 .page-404 .footer {
      padding: 10em 0 22em; }

@media (min-height: 660px) and (max-height: 800px) {
  .error404 .page-404 .footer {
    padding: 4em 0 18em; } }
@media (max-width: 1024px) {
  .heading-image-careers {
    width: 85px; }

  .mobile-no-float {
    float: none !important;
    margin-left: 0 !important; }

  .error404 .logo-mobile.logo-mobile--white {
    display: none; } }
@media (max-width: 768px) {
  .error404 .page-404 .footer {
    padding: 10em 0 12em; }
  .error404 .wrapper-outer {
    display: block;
    padding-top: 25em; } }
@media (max-width: 576px) {
  .error404 #wrapper .container {
    padding: 0 4em; }
  .error404 .page-404 .page-404__body .page-404__title {
    font-size: 150px; } }
@media (min-width: 1025px) {
  .page-scroll > .container {
    max-width: 1200px; }
  .page-scroll .col-right {
    padding-left: 6em; } }
.coc-navigation {
  padding: 0 0 6.5em 0; }

.coc-nav li {
  margin-right: 25px; }
  .coc-nav li a {
    text-transform: uppercase;
    color: #212529;
    font-weight: 400;
    letter-spacing: 2px; }
    .coc-nav li a:hover {
      border-bottom: 1px solid #003680; }
.coc-nav li.current-menu-item a {
  border-bottom: 1px solid #003680; }

.page-id-9921 .page-head h1 {
  max-width: 400px;
  line-height: 1.25em; }

.coc-right-img img {
  max-width: 375px; }

/* === HEADER === */
* {
  box-sizing: border-box; }

hr {
  border: none; }

#header a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

#header a:hover {
  color: #008bc7;
  text-decoration: none; }

#header {
  position: fixed;
  z-index: 9;
  width: 100%; }

.header-container {
  position: relative;
  width: 100%;
  height: 100%; }

#wrapper {
  position: relative;
  height: 100%; }

.header-bg {
  background-color: #000;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1; }

#header.open .header-bg:hover {
  display: block;
  opacity: 1;
  height: 400px; }

.navbar {
  padding: 1.6rem 2.1rem 1.6rem 0;
  text-transform: uppercase;
  z-index: 2; }

.navbar-nav {
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-nav .dividier {
  margin: 0 1.5em;
  width: 1px;
  height: 15px;
  opacity: 1;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.navbar-nav > li a {
  text-transform: uppercase; }

.navbar-nav > li a:hover {
  text-decoration: none; }

.hidden.hidden-shrink .navbar {
  padding-bottom: 0; }

.hidden.hidden-shrink .navbar-nav .dividier {
  display: none; }

#header.header-shrink.hide .btn-menu {
  display: none; }

.hidden.hidden-shrink .menu-main-menu-container {
  display: none; }

.logo-wrapper {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 252px; }
  .logo-wrapper > a {
    display: block; }
    .logo-wrapper > a:hover .logo-main--white {
      opacity: .6;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
    .logo-wrapper > a:hover .logo-icon img {
      bottom: 0; }
  .logo-wrapper .logo-main--black {
    display: none; }
  .logo-wrapper .logo-main {
    width: 252px; }

.btn-menu {
  letter-spacing: 2px;
  padding: 10px 0px;
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

#header.hide .btn-menu a.btn-menu__link {
  cursor: pointer; }

#header.open .btn-menu a.btn-menu__link {
  display: none; }

.btn-menu__link span:nth-child(2) {
  opacity: .3;
  padding-left: 6px; }

.menu.show {
  display: block; }

.main-menu {
  padding-left: 0;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: none;
   }

.main-menu > li.menu-item {
  display: inline-block; }

.main-menu > li.menu-item > a {
  padding: 1em 1.5em 1.2em;
  display: block;
  letter-spacing: 2px; }

.main-menu > li.menu-item:first-child > a {
  padding-left: 0; }

#header.open .main-menu {
  display: block; }

.menu-item:hover > .sub-menu {
  display: block; }

.menu-item:hover > .sub-menu:hover {
  display: block; }

.sub-menu {
  position: absolute;
  padding-top: 1em;
  padding-left: 1.5em;
  list-style-type: none; }

.sub-menu > li.menu-item {
  padding: .8em 0;
  display: none;
  width: 150px; }

.sub-menu > li.menu-item a {
  letter-spacing: 2px; }

.sub-menu > li.menu-item a:hover {
  color: #008bc7; }

.sliding-underline {
  z-index: 1;
  position: absolute;
  height: 3px;
  left: 0;
  bottom: -2em;
  background-color: #fff;
  list-style-type: none;
  border: none;
  pointer-events: none; }

.bottom-line {
  width: 0%;
  height: 1px;
  position: absolute;
  background-color: #333;
  margin: 0;
  pointer-events: none; }

.globe-icon--blue {
  display: none;
  opacity: 0; }

#header .btn-globe {
  letter-spacing: 1.8px; }
  #header .btn-globe .btn-globe__text {
    margin-right: 1em;
    opacity: 1; }
  #header .btn-globe a {
    display: block; }
  #header .btn-globe .globe-wrapper {
    display: inline-block;
    vertical-align: middle; }
  #header .btn-globe .globe-icon {
    width: 15px; }
  #header .btn-globe .text-wrapper {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    width: 90px;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease; }
  #header .btn-globe:hover .globe-icon--blue {
    display: inline-block;
    opacity: 1; }
  #header .btn-globe:hover .globe-icon--white {
    display: none; }
  #header .btn-globe:hover .globe-icon--black {
    display: none; }
  #header .btn-globe:hover span {
    color: #008bc7; }

#header.header--white a {
  color: #fff; }
#header.header--white .logo-main--white {
  display: block; }
#header.header--white .logo-main--black {
  display: none; }
#header.header--white .navbar-nav .dividier {
  border-right: .5px solid #fff; }
#header.header--white .hamburger-inner, #header.header--white .hamburger-inner::before, #header.header--white .hamburger-inner::after {
  background-color: #fff; }
#header.header--white .globe-icon--white {
  display: inline-block; }
#header.header--white .globe-icon--black {
  display: none; }

#header.header--black a, .page-template-t_press_release #header a {
  color: #000; }
#header.header--black .logo-main--white, .page-template-t_press_release #header .logo-main--white {
  display: none; }
#header.header--black .logo-main--black, .page-template-t_press_release #header .logo-main--black {
  display: inline-block; }
#header.header--black .navbar-nav .dividier, .page-template-t_press_release #header .navbar-nav .dividier {
  border-right: .5px solid #000; }
#header.header--black .hamburger-inner, #header.header--black .hamburger-inner::before, #header.header--black .hamburger-inner::after, .page-template-t_press_release #header .hamburger-inner, .page-template-t_press_release #header .hamburger-inner::before, .page-template-t_press_release #header .hamburger-inner::after {
  background-color: #000; }
#header.header--black .globe-icon--white, .page-template-t_press_release #header .globe-icon--white {
  display: none; }
#header.header--black .globe-icon--black, .page-template-t_press_release #header .globe-icon--black {
  display: inline-block; }

#header.open:not(.header-shrink) a {
  color: #fff; }
#header.open:not(.header-shrink) a:hover {
  color: #008bc7; }
#header.open:not(.header-shrink) .navbar-nav .dividier {
  border-right: .5px solid #fff; }
#header.open:not(.header-shrink) .hamburger-inner, #header.open:not(.header-shrink) .hamburger-inner::before, #header.open:not(.header-shrink) .hamburger-inner::after {
  background-color: #fff; }

#header.header-shrink.hide .btn-globe .text-wrapper {
  width: 0; }
#header.header-shrink.hide .logo-wrapper {
  width: 40px;
  overflow: hidden; }
#header.header-shrink.hide .btn-menu {
  opacity: 0; }
#header.header-shrink.hide .navbar-left .dividier {
  opacity: 0; }

@media (min-width: 1025px) {
  #header.open .logo-main--black {
    display: none !important; }
  #header.open .logo-main--white {
    display: block !important; }
  #header.open .globe-icon--black {
    display: none; }
  #header.open .globe-icon--white {
    display: inline-block; } }
.left-line__sliding,
.left-line,
.mobile-navbar,
.mobile-nav,
.logo-mobile {
  display: none; }

/*#header.header-shrink.hidden{width:100px;height:85px;}*/
@media (max-width: 991px) {
  .is-high-open #header.header-shrink.hidden {
    height: 50px; } }
@media (max-width: 1024px) {
  .page-head__body h2 {
    line-height: unset; }

  .dividier {
    display: none; }

  .btn-menu {
    display: none; }

  .menu-main-menu-container {
    display: none; }

  .mobile-navbar .menu-main-menu-container {
    display: block; }

  .navbar-right {
    display: none; }

  #header.header .logo-main--white,
  #header.header .logo-main--black {
    display: none; }

  .navbar {
    padding: .5rem 0; }

  .logo-wrapper {
    overflow: hidden;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }

  .logo-mobile {
    display: block;
    width: 172px; }

  .mobile-nav {
    display: block; }
    .mobile-nav .burger-menu {
      display: inline-block;
      margin: 1em; }
    .mobile-nav .mobile-globe {
      display: inline-block; }
      .mobile-nav .mobile-globe a {
        display: block;
        width: 30px;
        overflow: hidden;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
      .mobile-nav .mobile-globe img {
        width: 30px;
        vertical-align: bottom; }

  #header.open {
    height: 100%;
    overflow: scroll; }
    #header.open .header-bg {
      height: 100%;
      opacity: 1; }
    #header.open .mobile-globe {
      display: none; }
    #header.open .navbar {
      background-color: #000; }
      #header.open .navbar .logo-wrapper .logo-mobile--white {
        display: inline-block; }
      #header.open .navbar .logo-wrapper .logo-mobile--black {
        display: none; }
    #header.open .mobile-navbar {
      width: 100%;
      display: block;
      position: relative; }
      #header.open .mobile-navbar .mobile-menu {
        list-style-type: none;
        padding-left: 0;
        display: inline-block;
        margin: 5em 0;
        margin-left: 6em;
        position: relative; }
        #header.open .mobile-navbar .mobile-menu > li {
          font-size: 1.5em;
          padding: .63em 0; }
          #header.open .mobile-navbar .mobile-menu > li a {
            letter-spacing: 2px; }
          #header.open .mobile-navbar .mobile-menu > li .sub-menu {
            position: static;
            max-height: 0;
            overflow: hidden;
            -webkit-transition: 0.3s linear;
            -moz-transition: 0.3s linear;
            -ms-transition: 0.3s linear;
            -o-transition: 0.3s linear;
            transition: 0.3s linear;
            padding: 0 1.65em; }
            #header.open .mobile-navbar .mobile-menu > li .sub-menu li {
              display: block;
              padding: .63em 0;
              width: 100%; }
            #header.open .mobile-navbar .mobile-menu > li .sub-menu li:first-child {
              padding-top: 1em; }
            #header.open .mobile-navbar .mobile-menu > li .sub-menu li:last-child {
              padding-bottom: 0; }
        #header.open .mobile-navbar .mobile-menu li.menu-item-has-children.is-active .sub-menu {
          max-height: 500px; }
      #header.open .mobile-navbar .mobile-menu:before {
        content: '';
        background-color: #fff;
        height: calc(100% - 18px);
        width: 1px;
        position: absolute;
        left: -3em;
        top: 0;
        margin-top: 8.505px;
        display: block; }
      #header.open .mobile-navbar .mobile-menu .sliding-line--left {
        content: '';
        width: 3px;
        height: 20px;
        background-color: #fff;
        position: absolute;
        left: -3.1em;
        display: block;
        margin: 0; }

  body.header-is-open {
    overflow: scroll !important; }

  body.header-is-open .brands-mobile {
    display: none; }

  #header.header-shrink.hide .mobile-globe > a {
    width: 0; }
  #header.header-shrink.hide .logo-wrapper {
    width: 50px; }

  #header.header--white .logo-mobile--white {
    display: block; }
  #header.header--white .logo-mobile--black {
    display: none; }

  #header.header--black .logo-mobile--white, .page-template-t_press_release #header .logo-mobile--white {
    display: none; }
  #header.header--black .logo-mobile--black, .page-template-t_press_release #header .logo-mobile--black {
    display: inline-block; } }
.footer-menu {
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  margin-right: 10em; }
  .footer-menu li > a {
    color: #000;
    font-size: 14px; }
    .footer-menu li > a:hover {
      color: #008bc7; }

.footer {
  position: relative;
  padding: 23em 0 25em;
  color: #000; }
  .footer .col-left {
    border-right: 2px solid #e0e0e0;
    padding: 0; }
  .footer .col-right {
    padding: 0; }
    .footer .col-right .col-right__content {
      margin: 0;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      height: 100%; }
    .footer .col-right .privacy-policy {
      max-width: 350px;
      margin: auto 0; }
    .footer .col-right .privacy-policy p {
      font-weight: 300;
      color: #8d8d8d;
      font-size: 1em;
      margin: auto 0; }
    .footer .col-right .footer-social {
      text-align: end;
      padding: 0 3em; }
      .footer .col-right .footer-social .social-title {
        color: #000;
        font-size: 14px; }
      .footer .col-right .footer-social .social-item {
        display: inline-block;
        padding-top: 4px;
        padding-right: 2px; }
      .footer .col-right .footer-social .social-item img {
        width: 15px;
        vertical-align: bottom; }
      .footer .col-right .footer-social .social-wrapper {
        width: 70px;
        margin-left: auto;
        text-align: left; }
      .footer .col-right .footer-social .footer__social-icon--rollover {
        display: none; }
      .footer .col-right .footer-social .social-item:hover .footer__social-icon--rollover {
        display: inline-block; }
      .footer .col-right .footer-social .social-item:hover .footer__social-icon {
        display: none; }
  .footer .back-top-top {
    display: block;
    position: absolute;
    top: 50px;
    right: 0px;
    padding-right: 30px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.1em;
    color: #000;
    cursor: pointer;
    background-image: url("../img/arrow-right-blue.svg") -99999px; }
    .footer .back-top-top:after {
      content: "";
      display: block;
      transform: rotate(270deg);
      background: url("../img/arrow-right-black.svg") center center no-repeat;
      height: 9px;
      margin-left: 40px;
      width: 9px;
      position: absolute;
      right: 8px;
      top: calc(50% - 5px); }
    .footer .back-top-top:hover {
      color: #1c9dd9; }
    .footer .back-top-top:hover:after {
      background-image: url("../img/arrow-right-blue.svg"); }

@media (max-width: 1024px) {
  .footer {
    margin: 0 0 2em;
    padding: 13em 0 16em; }

  .footer-menu {
    margin-right: 0; } }
@media (max-width: 768px) {
  .footer-menu {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2; } }
@media (max-width: 576px) {
  .footer-menu {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1; }

  .footer {
    padding: 10em 0; }
    .footer .col-left {
      border-right: none;
      padding: 0;
      padding-bottom: 2.5em; }
    .footer .col-right {
      padding: 0; }
      .footer .col-right .privacy-policy {
        padding: 0;
        border-left: 2px solid #e0e0e0;
        padding-left: 1.5em; }
      .footer .col-right .footer-social {
        text-align: left;
        padding: 3em 0; }
        .footer .col-right .footer-social .social-wrapper {
          margin: 0; } }
a:hover {
  text-decoration: none; }

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #000000;
  background: -moz-linear-gradient(left, #000000 10%, rgba(0, 0, 0, 0) 42%);
  background: -webkit-linear-gradient(left, #000000 10%, rgba(0, 0, 0, 0) 42%);
  background: -o-linear-gradient(left, #000000 10%, rgba(0, 0, 0, 0) 42%);
  background: -ms-linear-gradient(left, #000000 10%, rgba(0, 0, 0, 0) 42%);
  background: linear-gradient(to right, #000000 10%, rgba(0, 0, 0, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  display: none; }

.loading .loader {
  display: block; }

.loader:before {
  width: 50%;
  height: 50%;
  background: #000000;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: ''; }

.loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.counter {
  letter-spacing: 0px;
  line-height: 1;
  position: relative;
  display: flex;
  height: 56px;
  overflow: hidden;
  align-items: center;
  font-weight: 400; }
  .counter > span {
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 2s ease;
    transform: translateY(0);
    line-height: 1; }
    .counter > span span {
      flex: 0 0 100%;
      height: 100%;
      text-align: center; }
  .counter:nth-child(1) > span {
    transition-delay: 0s; }
  .counter:nth-child(2) > span {
    transition-delay: 0.375s; }
  .counter:nth-child(3) > span {
    transition-delay: 0.75s; }
  .counter:nth-child(4) > span {
    transition-delay: 1.125s; }
  .counter:nth-child(5) > span {
    transition-delay: 1.5s; }
  .counter:nth-child(6) > span {
    transition-delay: 1.875s; }
  .counter:nth-child(7) > span {
    transition-delay: 2.25s; }
  .counter:nth-child(8) > span {
    transition-delay: 2.625s; }
  .counter:nth-child(9) > span {
    transition-delay: 3s; }
  .counter:nth-child(10) > span {
    transition-delay: 3.375s; }
  .counter:nth-child(11) > span {
    transition-delay: 3.75s; }
  .counter:nth-child(12) > span {
    transition-delay: 4.125s; }
  .counter:nth-child(13) > span {
    transition-delay: 4.5s; }
  .counter:nth-child(14) > span {
    transition-delay: 4.875s; }
  .counter:nth-child(15) > span {
    transition-delay: 5.25s; }
  .counter:nth-child(16) > span {
    transition-delay: 5.625s; }
  .counter:nth-child(17) > span {
    transition-delay: 6s; }
  .counter:nth-child(18) > span {
    transition-delay: 6.375s; }
  .counter:nth-child(19) > span {
    transition-delay: 6.75s; }
  .counter:nth-child(20) > span {
    transition-delay: 7.125s; }

.text-center .counter {
  justify-content: center; }

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

