/*
 * Backgound Function Collection
 * Oct 19: Largely rewrite to be more flexible
 *      - Before/After taking "Content" now
 *      - Ignore the rest of parameters if neither Image nor color exist
 *      - Able to handle Hover & Active BG
 */
/* Positioning & Sizing Function Collection
 * 
 * Oct 19: Enhanced dimen, if only one parameter, make it square size
 */
/*
 * Backgound Function Collection
 * Oct 19: Largely rewrite to be more flexible
 *      - Before/After taking "Content" now
 *      - Ignore the rest of parameters if neither Image nor color exist
 *      - Able to handle Hover & Active BG
 */
/* Positioning & Sizing Function Collection
 * 
 * Oct 19: Enhanced dimen, if only one parameter, make it square size
 */
header .pageTitle .innerWrapper, header .bcwrapper {
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
}

header .pagebanner, header nav.mainNav, header .topBar {
  padding-left: 5vw;
  padding-right: 5vw;
}

header nav.mainNav .secondLevelMenuWrapper, header .topBar .profileDropDown .listbox,
header .topBar .fullWidthDropDown .listbox,
header .topBar .narrowDropDown .listbox {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

header .topBar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  height: 92px;
  z-index: 990;
}
@media screen and (max-width: 991px) {
  header .topBar {
    height: 60px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
header .topBar * {
  -webkit-transition: background-color 250ms linear, color 250ms ease-in-out;
  -moz-transition: background-color 250ms linear, color 250ms ease-in-out;
  -ms-transition: background-color 250ms linear, color 250ms ease-in-out;
  -o-transition: background-color 250ms linear, color 250ms ease-in-out;
  transition: background-color 250ms linear, color 250ms ease-in-out;
}
@media screen and (max-width: 1199px) {
  header .topBar > *:first-child {
    padding-left: 15px;
  }
  header .topBar > *:last-child {
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  header .topBar > *:last-child {
    padding-right: 0;
  }
}
header .topBar .shadowLayer {
  position: fixed;
  top: 63px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
}
header .topBar .split {
  background-color: #aeb4b9;
  margin: 0 10px;
  width: 2px;
  height: 100%;
  min-height: 16px;
}
header .topBar .slimTopBottom {
  margin-top: -8px;
  margin-bottom: -7px;
}
header .topBar .icn {
  width: 44px;
  height: 44px;
}
header .topBar .profileDropDown,
header .topBar .fullWidthDropDown,
header .topBar .narrowDropDown {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
header .topBar .profileDropDown .profile,
header .topBar .profileDropDown .globe,
header .topBar .fullWidthDropDown .profile,
header .topBar .fullWidthDropDown .globe,
header .topBar .narrowDropDown .profile,
header .topBar .narrowDropDown .globe {
  padding-right: 6px;
  width: 44px;
  height: 44px;
}
header .topBar .profileDropDown .dropdownarrow,
header .topBar .fullWidthDropDown .dropdownarrow,
header .topBar .narrowDropDown .dropdownarrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #0006b7 transparent transparent transparent;
  margin-left: 6px;
  margin-right: 6px;
}
@media screen and (max-width: 991px) {
  header .topBar .profileDropDown .badges.red.message::after,
header .topBar .fullWidthDropDown .badges.red.message::after,
header .topBar .narrowDropDown .badges.red.message::after {
    content: unset;
  }
}
header .topBar .profileDropDown .badges.red.profile::after,
header .topBar .fullWidthDropDown .badges.red.profile::after,
header .topBar .narrowDropDown .badges.red.profile::after {
  content: unset;
}
@media screen and (max-width: 991px) {
  header .topBar .profileDropDown .badges.red.profile::after,
header .topBar .fullWidthDropDown .badges.red.profile::after,
header .topBar .narrowDropDown .badges.red.profile::after {
    content: "";
  }
}
header .topBar .profileDropDown .listbox,
header .topBar .fullWidthDropDown .listbox,
header .topBar .narrowDropDown .listbox {
  position: absolute;
  top: 100%;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  background-color: #fff;
  padding: 0 15px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 0;
  width: 300px;
  visibility: hidden;
  z-index: 999;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
header .topBar .profileDropDown .listbox.positionRight,
header .topBar .fullWidthDropDown .listbox.positionRight,
header .topBar .narrowDropDown .listbox.positionRight {
  left: unset;
  right: 0;
}
header .topBar .profileDropDown .listbox li,
header .topBar .fullWidthDropDown .listbox li,
header .topBar .narrowDropDown .listbox li {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 1.6rem;
  font-weight: 400;
  color: #005b75;
}
header .topBar .profileDropDown .listbox li:first-child,
header .topBar .fullWidthDropDown .listbox li:first-child,
header .topBar .narrowDropDown .listbox li:first-child {
  border-top: none;
}
header .topBar .profileDropDown .listbox li.infoRow + li:not(.infoRow),
header .topBar .fullWidthDropDown .listbox li.infoRow + li:not(.infoRow),
header .topBar .narrowDropDown .listbox li.infoRow + li:not(.infoRow) {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 991px) {
  header .topBar .profileDropDown .listbox li:last-child,
header .topBar .fullWidthDropDown .listbox li:last-child,
header .topBar .narrowDropDown .listbox li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
}
header .topBar .profileDropDown .listbox .iconBG,
header .topBar .fullWidthDropDown .listbox .iconBG,
header .topBar .narrowDropDown .listbox .iconBG {
  background-position: left top 14px;
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 20px;
}
header .topBar .profileDropDown .listbox .infoRow,
header .topBar .fullWidthDropDown .listbox .infoRow,
header .topBar .narrowDropDown .listbox .infoRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  border-top: none;
  padding: 0 10px 15px 32px;
  margin-bottom: 0;
  min-width: 120px;
  cursor: initial;
}
header .topBar .profileDropDown .listbox .infoRow:first-child,
header .topBar .fullWidthDropDown .listbox .infoRow:first-child,
header .topBar .narrowDropDown .listbox .infoRow:first-child {
  padding-top: 15px;
}
header .topBar .profileDropDown .listbox .infoRow span,
header .topBar .fullWidthDropDown .listbox .infoRow span,
header .topBar .narrowDropDown .listbox .infoRow span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #272727;
}
header .topBar .profileDropDown .listbox .infoRow span.infoValue,
header .topBar .fullWidthDropDown .listbox .infoRow span.infoValue,
header .topBar .narrowDropDown .listbox .infoRow span.infoValue {
  font-size: 1.6rem;
  font-weight: 600;
}
header .topBar .profileDropDown .listbox .icon-profile,
header .topBar .fullWidthDropDown .listbox .icon-profile,
header .topBar .narrowDropDown .listbox .icon-profile {
  background-image: url(../../public/images/common/icon-profile-acc.svg);
}
header .topBar .profileDropDown .listbox .icon-balance,
header .topBar .fullWidthDropDown .listbox .icon-balance,
header .topBar .narrowDropDown .listbox .icon-balance {
  background-image: url(../../public/images/common/icon-profile-balance.svg);
}
header .topBar .profileDropDown .listbox .icon-lastLogin,
header .topBar .fullWidthDropDown .listbox .icon-lastLogin,
header .topBar .narrowDropDown .listbox .icon-lastLogin {
  background-image: url(../../public/images/common/icon-profile-lastlogin.svg);
}
header .topBar .profileDropDown .listbox .icon-user-maintenance,
header .topBar .fullWidthDropDown .listbox .icon-user-maintenance,
header .topBar .narrowDropDown .listbox .icon-user-maintenance {
  background-image: url(../../public/images/common/icon-profile-usermaintenance.svg);
}
header .topBar .profileDropDown .listbox .icon-deposit-maintenance,
header .topBar .fullWidthDropDown .listbox .icon-deposit-maintenance,
header .topBar .narrowDropDown .listbox .icon-deposit-maintenance {
  background-image: url(../../public/images/common/icon-profile-depositmaintenance.svg);
}
header .topBar .profileDropDown .listbox .icon-msg,
header .topBar .fullWidthDropDown .listbox .icon-msg,
header .topBar .narrowDropDown .listbox .icon-msg {
  background-image: url(../../public/images/common/icon-profile-message.svg);
}
header .topBar .profileDropDown .listbox .icon-logout,
header .topBar .fullWidthDropDown .listbox .icon-logout,
header .topBar .narrowDropDown .listbox .icon-logout {
  background-image: url(../../public/images/common/icon-profile-logout.svg);
}
header .topBar .profileDropDown .listbox .icon-cart,
header .topBar .fullWidthDropDown .listbox .icon-cart,
header .topBar .narrowDropDown .listbox .icon-cart {
  background-image: url(../../public/images/common/icon-cart-checkout.svg);
}
header .topBar .profileDropDown .listbox .icon-download,
header .topBar .fullWidthDropDown .listbox .icon-download,
header .topBar .narrowDropDown .listbox .icon-download {
  background-image: url(../../public/images/common/icon-cart-download.svg);
}
header .topBar .profileDropDown .listbox .icon-FB,
header .topBar .fullWidthDropDown .listbox .icon-FB,
header .topBar .narrowDropDown .listbox .icon-FB {
  background-image: url(../../public/images/common/icon-share-facebook.svg);
}
header .topBar .profileDropDown .listbox .icon-email,
header .topBar .fullWidthDropDown .listbox .icon-email,
header .topBar .narrowDropDown .listbox .icon-email {
  background-image: url(../../public/images/common/icon-share-email.svg);
}
header .topBar .profileDropDown .listbox .icon-twitter,
header .topBar .fullWidthDropDown .listbox .icon-twitter,
header .topBar .narrowDropDown .listbox .icon-twitter {
  background-image: url(../../public/images/common/icon-share-x-primary.png);
}
header .topBar .profileDropDown .listbox .icon-weibo,
header .topBar .fullWidthDropDown .listbox .icon-weibo,
header .topBar .narrowDropDown .listbox .icon-weibo {
  background-image: url(../../public/images/common/icon-share-weibo.svg);
}
header .topBar .profileDropDown .listbox .icon-wechat,
header .topBar .fullWidthDropDown .listbox .icon-wechat,
header .topBar .narrowDropDown .listbox .icon-wechat {
  background-image: url(../../public/images/common/icon-share-wechat.svg);
}
header .topBar .profileDropDown .listbox .icon-whatsapp,
header .topBar .fullWidthDropDown .listbox .icon-whatsapp,
header .topBar .narrowDropDown .listbox .icon-whatsapp {
  background-image: url(../../public/images/common/icon-share-whatsapp.svg);
}
header .topBar .profileDropDown .listbox .icon-line,
header .topBar .fullWidthDropDown .listbox .icon-line,
header .topBar .narrowDropDown .listbox .icon-line {
  background-image: url(../../public/images/common/icon-share-line.svg);
}
header .topBar .profileDropDown .listbox .icon-refresh,
header .topBar .fullWidthDropDown .listbox .icon-refresh,
header .topBar .narrowDropDown .listbox .icon-refresh {
  -webkit-mask-image: url(../../public/images/common/icon-refresh.svg);
  mask-image: url(../../public/images/common/icon-refresh.svg);
}
header .topBar .profileDropDown .listbox .refresh-bal-btn,
header .topBar .fullWidthDropDown .listbox .refresh-bal-btn,
header .topBar .narrowDropDown .listbox .refresh-bal-btn {
  -webkit-mask-size: 80%;
  mask-size: 80%;
  -webkit-mask-position: left 3px bottom -2px;
  mask-position: left 3px bottom -2px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #005c75;
  display: inline-block;
  height: 20px;
  cursor: pointer;
  padding-left: 24px;
}
header .topBar .profileDropDown .listbox .refresh-bal-btn.icon-disable,
header .topBar .fullWidthDropDown .listbox .refresh-bal-btn.icon-disable,
header .topBar .narrowDropDown .listbox .refresh-bal-btn.icon-disable {
  background-color: #777778;
  cursor: not-allowed;
}
header .topBar .profileDropDown .listbox a,
header .topBar .fullWidthDropDown .listbox a,
header .topBar .narrowDropDown .listbox a {
  display: block;
  padding: 6px 5px;
  margin: 6px 5px;
  min-width: 120px;
}
header .topBar .profileDropDown .listbox .unreadTag,
header .topBar .fullWidthDropDown .listbox .unreadTag,
header .topBar .narrowDropDown .listbox .unreadTag {
  border-radius: 5px;
  background-color: #c91d20;
  color: #fff;
  padding: 0 7px;
  font-weight: 600;
  font-size: 1.4rem;
  margin-left: 6px;
}
header .topBar .profileDropDown .listbox.open, header .topBar .profileDropDown.expanded .listbox, header .topBar .profileDropDown[aria-expanded=true] .listbox,
header .topBar .fullWidthDropDown .listbox.open,
header .topBar .fullWidthDropDown.expanded .listbox,
header .topBar .fullWidthDropDown[aria-expanded=true] .listbox,
header .topBar .narrowDropDown .listbox.open,
header .topBar .narrowDropDown.expanded .listbox,
header .topBar .narrowDropDown[aria-expanded=true] .listbox {
  visibility: visible;
  max-height: 80vh;
}
@media screen and (max-width: 991px) {
  header .topBar .profileDropDown .listbox,
header .topBar .fullWidthDropDown .listbox,
header .topBar .narrowDropDown .listbox {
    max-height: 100vh;
    height: calc(100vh - 93px);
    width: 100%;
    z-index: 999;
    position: fixed;
    top: 93px;
    bottom: 0;
    left: initial;
    right: calc(-100vw - 10px);
  }
  header .topBar .profileDropDown .listbox.open, header .topBar .profileDropDown.expanded .listbox, header .topBar .profileDropDown[aria-expanded=true] .listbox,
header .topBar .fullWidthDropDown .listbox.open,
header .topBar .fullWidthDropDown.expanded .listbox,
header .topBar .fullWidthDropDown[aria-expanded=true] .listbox,
header .topBar .narrowDropDown .listbox.open,
header .topBar .narrowDropDown.expanded .listbox,
header .topBar .narrowDropDown[aria-expanded=true] .listbox {
    max-height: calc(100vh - 93px);
    right: 0;
  }
  header .topBar .profileDropDown.expanded .shadowLayer, header .topBar .profileDropDown[aria-expanded=true] .shadowLayer,
header .topBar .fullWidthDropDown.expanded .shadowLayer,
header .topBar .fullWidthDropDown[aria-expanded=true] .shadowLayer,
header .topBar .narrowDropDown.expanded .shadowLayer,
header .topBar .narrowDropDown[aria-expanded=true] .shadowLayer {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
  }
}
header .topBar .narrowDropDown .listbox {
  width: 250px;
}
header .topBar .narrowDropDown .listbox::before {
  content: "";
  position: fixed;
  top: 93px;
  bottom: 0;
  right: -100vw;
  display: block;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  width: calc(100vw - 250px);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
header .topBar .narrowDropDown .listbox.open::before, header .topBar .narrowDropDown.expanded .listbox::before, header .topBar .narrowDropDown[aria-expanded=true] .listbox::before {
  right: 250px;
}
header .topBar .cr-logo {
  display: block;
  width: 382px;
  height: 44px;
  background: url(../../public/images/common/cr-logo-en.svg) left center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  header .topBar .cr-logo {
    width: 171px;
    height: 32px;
    background-image: url(../../public/images/common/cr-logo-mobile-en.svg);
  }
}
header .topBar .zh-HK.cr-logo {
  background-image: url(../../public/images/common/cr-logo-tc.svg);
}
@media screen and (max-width: 991px) {
  header .topBar .zh-HK.cr-logo {
    background-image: url(../../public/images/common/cr-logo-mobile-tc.svg);
  }
}
header .topBar .zh-CN.cr-logo {
  background-image: url(../../public/images/common/cr-logo-sc.svg);
}
@media screen and (max-width: 991px) {
  header .topBar .zh-CN.cr-logo {
    background-image: url(../../public/images/common/cr-logo-mobile-sc.svg);
  }
}
header .topBar .mobileTopButton {
  position: relative;
  display: none;
}
@media screen and (max-width: 991px) {
  header .topBar .mobileTopButton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
header .topBar .mobileTopButton .icn {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (max-width: 991px) {
  header .topBar .mobileFullFilledBtn {
    width: 44px;
    height: 60px;
  }
  header .topBar .mobileFullFilledBtn[aria-expanded=true], header .topBar .mobileFullFilledBtn.expanded {
    background-color: #c91d20;
  }
  header .topBar .mobileFullFilledBtn[aria-expanded=true] button,
header .topBar .mobileFullFilledBtn[aria-expanded=true] a, header .topBar .mobileFullFilledBtn.expanded button,
header .topBar .mobileFullFilledBtn.expanded a {
    background-color: transparent !important;
  }
  header .topBar .mobileFullFilledBtn[aria-expanded=true] .icn.menu, header .topBar .mobileFullFilledBtn.expanded .icn.menu {
    background-image: url(../../public/images/common/icon-menu-on.svg);
    background-size: 44px;
  }
  header .topBar .mobileFullFilledBtn[aria-expanded=true] .icn.cart, header .topBar .mobileFullFilledBtn.expanded .icn.cart {
    background-image: url(../../public/images/common/icon-cart-on.svg);
    background-size: 44px;
  }
  header .topBar .mobileFullFilledBtn[aria-expanded=true] .icn.globe, header .topBar .mobileFullFilledBtn.expanded .icn.globe {
    background-image: url(../../public/images/common/icon-globe-on.svg);
    background-size: 44px;
  }
  header .topBar .mobileFullFilledBtn[aria-expanded=true] .icn.profile, header .topBar .mobileFullFilledBtn.expanded .icn.profile {
    background-image: url(../../public/images/common/icon-profile-on.svg);
    background-size: 44px;
  }
}
header.stickyHeader .topBar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 60px;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
  background-color: #fff;
}
header.stickyHeader .topBar::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: #fff;
  z-index: -1;
}
header.stickyHeader .topBar .cr-logo {
  width: 171px;
  height: 32px;
  background-image: url(../../public/images/common/logo-cr-m.svg);
}
@media screen and (max-width: 991px) {
  header .topBar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 60px;
    z-index: 9;
    background-color: #fff;
  }
}

header nav.mainNav {
  width: 100%;
  background-color: #c91d20;
  min-height: 3px;
  position: relative;
  z-index: 950;
  position: fixed;
  top: 92px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 991px) {
  header nav.mainNav {
    top: 60px;
  }
}
header nav.mainNav ul,
header nav.mainNav li {
  margin: 0;
  padding: 0;
}
header nav.mainNav * {
  -webkit-transition: background-color 250ms linear, color 250ms ease-in-out;
  -moz-transition: background-color 250ms linear, color 250ms ease-in-out;
  -ms-transition: background-color 250ms linear, color 250ms ease-in-out;
  -o-transition: background-color 250ms linear, color 250ms ease-in-out;
  transition: background-color 250ms linear, color 250ms ease-in-out;
}
header nav.mainNav a {
  display: block;
  color: #fff;
  padding: 0;
  margin: 0;
}
header nav.mainNav .langPicker {
  border-bottom: none !important;
}
header nav.mainNav .langPicker .lang {
  font-size: 1.8rem;
}
header nav.mainNav .langPicker .lang + .lang {
  position: relative;
  padding-left: 1.6rem !important;
}
header nav.mainNav .langPicker .lang + .lang:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  border-left: solid 2px rgb(39, 39, 39);
  width: 2px;
}
header nav.mainNav .firstLevelMenu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
}
header nav.mainNav .firstLevelMenu > li a {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 12px 25px;
  text-decoration: none !important;
}
header nav.mainNav .firstLevelMenu > li a:hover, header nav.mainNav .firstLevelMenu > li a.expanded {
  text-decoration: none;
  background-color: #fff;
  color: #c91d20;
}
header nav.mainNav .secondLevelMenuWrapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 900;
}
header nav.mainNav .secondLevelMenuWrapper.withThirdLevelOpened {
  background-color: #fff;
}
header nav.mainNav .expanded + .secondLevelMenuWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
header nav.mainNav .secondLevelMenu {
  width: 33.3333333333%;
  border-right: 2px solid #e2dedd;
  background-color: #fff;
  padding: 20px 3.2rem 30px;
}
header nav.mainNav .secondLevelMenu > li {
  border-bottom: 1px solid #e2dedd;
}
header nav.mainNav .secondLevelMenu > li a {
  color: #0A73B1;
  padding: 8px 0;
  font-size: 1.5rem;
  font-weight: normal;
}
header nav.mainNav .secondLevelMenu > li a:hover {
  color: #aa181b;
}
header nav.mainNav .secondLevelMenu > li a.withSubMenu {
  background-image: url(../../public/images/common/topnav-subarrow.svg);
  background-position: center right;
  background-size: 6px 9px;
  background-repeat: no-repeat;
  padding-right: 10px;
}
header nav.mainNav .secondLevelMenu > li a.withSubMenu:hover {
  background-image: url(../../public/images/common/topnav-subarrow-on.svg);
}
@media screen and (min-width: 992px) {
  header nav.mainNav .noThirdLevelMenu .secondLevelMenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    border-radius: 0;
  }
  header nav.mainNav .noThirdLevelMenu .secondLevelMenu > li {
    width: calc((100% - 32px - 32px) / 3);
    margin-right: 32px;
  }
  header nav.mainNav .noThirdLevelMenu .secondLevelMenu > li:nth-child(3n+2) {
    margin-right: 0;
  }
}
header nav.mainNav .thirdLevelMenu {
  position: absolute;
  top: 0;
  left: 33.3333333333%;
  right: 0;
  padding: 20px 3.2rem 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background-color: #fff;
  display: none;
}
header nav.mainNav .thirdLevelMenu[aria-expanded=true], header nav.mainNav .thirdLevelMenu.expanded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
header nav.mainNav .thirdLevelMenu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(50% - 3.2rem);
  -moz-box-flex: 0;
  -moz-flex: 0 1 calc(50% - 3.2rem);
  -ms-flex: 0 1 calc(50% - 3.2rem);
  flex: 0 1 calc(50% - 3.2rem);
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-left: 3.2rem;
  margin-right: 0;
  border-bottom: 1px solid #e2dedd;
}
header nav.mainNav .thirdLevelMenu li > a {
  padding: 8px 0;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 1.5rem;
}
header nav.mainNav .thirdLevelMenu li > a:hover {
  color: #aa181b;
}
@media screen and (max-width: 991px) {
  header nav.mainNav.mobileMenu .firstLevelMenu,
header nav.mainNav.mobileMenu .secondLevelMenuWrapper,
header nav.mainNav.mobileMenu .thirdLevelMenu {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  header nav.mainNav .firstLevelMenu,
header nav.mainNav .secondLevelMenuWrapper,
header nav.mainNav .thirdLevelMenu {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    height: calc(100vh - 90px);
    height: calc(var(--vh, 1vh) * 100 - 90px);
    padding: 0;
    background-color: #fff;
    z-index: 900;
  }
  header nav.mainNav .firstLevelMenu li,
header nav.mainNav .secondLevelMenuWrapper li,
header nav.mainNav .thirdLevelMenu li {
    border-bottom: 1px solid #c7c7d2;
    padding: 4px 1.6rem;
    margin-left: 0;
    margin-right: 0;
  }
  header nav.mainNav .firstLevelMenu li a,
header nav.mainNav .secondLevelMenuWrapper li a,
header nav.mainNav .thirdLevelMenu li a {
    color: #005b75;
    padding: 7px 1.6rem !important;
    font-weight: normal !important;
  }
  header nav.mainNav .firstLevelMenu li.title a:active, header nav.mainNav .firstLevelMenu li.title a:hover, header nav.mainNav .firstLevelMenu li.title a.active,
header nav.mainNav .secondLevelMenuWrapper li.title a:active,
header nav.mainNav .secondLevelMenuWrapper li.title a:hover,
header nav.mainNav .secondLevelMenuWrapper li.title a.active,
header nav.mainNav .thirdLevelMenu li.title a:active,
header nav.mainNav .thirdLevelMenu li.title a:hover,
header nav.mainNav .thirdLevelMenu li.title a.active {
    color: #fff !important;
  }
  header nav.mainNav .firstLevelMenu {
    top: 33px;
    overflow: hidden;
  }
  header nav.mainNav .firstLevelMenu li > a {
    padding-left: 0px !important;
  }
  header nav.mainNav .firstLevelMenu li > a.withSubMenu {
    background-image: url(../../public/images/common/topnav-subarrow.svg);
    background-position: center right;
    background-size: 6px 9px;
    background-repeat: no-repeat;
    padding-right: 10px;
  }
  header nav.mainNav .firstLevelMenu li > a.withSubMenu:hover {
    background-image: url(../../public/images/common/topnav-subarrow-on.svg);
  }
  header nav.mainNav .secondLevelMenu {
    width: 100%;
    border-right: none;
    padding: 0;
  }
  header nav.mainNav .thirdLevelMenu li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  header nav.mainNav .shadowLayer {
    visibility: hidden;
    position: fixed;
    top: 63px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  header nav.mainNav.mobileClose .firstLevelMenu {
    visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    right: -100vw;
  }
  header nav.mainNav.mobileOpen .firstLevelMenu {
    visibility: visible;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    left: unset;
    right: 0;
    overflow-y: auto;
  }
  header nav.mainNav.mobileOpen .shadowLayer {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
  }
  header nav.mainNav .withSubMenu:not(.expanded) + .secondLevelMenuWrapper {
    visibility: hidden;
    left: calc(100vw + 10px);
    right: calc(-100vw + 10px);
    overflow-y: auto;
  }
  header nav.mainNav .withSubMenu:not(.expanded) + .thirdLevelMenu {
    visibility: hidden;
    left: calc(100vw + 10px);
    right: calc(-100vw + 10px);
    overflow-y: auto;
  }
}
header nav.mainNav .mobileMenu {
  display: none !important;
}
@media screen and (max-width: 991px) {
  header nav.mainNav .mobileMenu {
    display: list-item !important;
  }
}
header nav.mainNav .mobileMenu.back:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 12px;
  width: 10px;
  height: 10px;
  border: 3px solid #005b75;
  border-right: transparent;
  border-bottom: transparent;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header nav.mainNav .mobileMenu.back a {
  margin-left: 10px;
  position: relative;
  cursor: pointer;
}
header nav.mainNav .mobileMenu.title {
  background-color: #005b75 !important;
  font-size: 1.5rem;
  color: #fff !important;
  padding-left: 16px;
  padding-right: 16px;
}
header.stickyHeader nav.mainNav {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 5;
}
@media screen and (max-width: 991px) {
  header nav.mainNav .firstLevelMenu {
    display: none;
  }
}

header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 143px;
}
@media screen and (max-width: 991px) {
  header {
    padding-top: 93px;
  }
}
header .pageTimeStamp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  color: #272727;
  font-size: 1.2rem;
  line-height: 1.75;
}
header .pageTimeStamp i.timestamp {
  margin-right: 8px;
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 991px) {
  header .desktopPageTimestamp {
    display: none;
  }
}
header .mobilePageTimestamp {
  display: none;
  position: fixed;
  top: 63px;
  left: 0;
  right: 0;
  background-color: #f5f5f7;
  width: 100%;
  z-index: 950;
  padding-top: 3px;
  padding-bottom: 6px;
}
@media screen and (max-width: 991px) {
  header .mobilePageTimestamp {
    display: block;
  }
}
header .bcwrapper {
  padding-top: 15px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  header .bcwrapper {
    padding-top: 10px;
    padding-bottom: 11px;
  }
}
header .bcwrapper nav[aria-label=breadcrumb] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
header .bcwrapper nav[aria-label=breadcrumb] a {
  font-size: 1.4rem;
  font-weight: normal;
  color: #272727;
}
@media screen and (max-width: 767px) {
  header .bcwrapper nav[aria-label=breadcrumb] a:first-child {
    padding: 13.5px 12px;
    margin: -13.5px -12px;
  }
}
header .bcwrapper .separator {
  background: url(../../public/images/common/breadcrumb-arrow.svg) no-repeat center center;
  background-size: contain;
  width: 8px;
  height: 14px;
  margin-left: 12px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  header .bcwrapper nav[aria-label=breadcrumb] a,
header .bcwrapper nav[aria-label=breadcrumb] .separator {
    display: none;
  }
  header .bcwrapper nav[aria-label=breadcrumb] a:nth-of-type(1), header .bcwrapper nav[aria-label=breadcrumb] a:last-of-type,
header .bcwrapper nav[aria-label=breadcrumb] .separator:nth-of-type(1),
header .bcwrapper nav[aria-label=breadcrumb] .separator:last-of-type {
    display: block;
  }
  header .bcwrapper nav[aria-label=breadcrumb] .separator:nth-of-type(n + 2) {
    margin-left: 22px;
  }
  header .bcwrapper nav[aria-label=breadcrumb] .separator:nth-of-type(n + 2):before {
    content: "...";
    display: block;
    font-size: 1.4rem;
    position: relative;
    left: -21px;
    color: #272727;
  }
}
header .pageTitle {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: flex-start;
  -moz-flex-direction: flex-start;
  -ms-flex-direction: flex-start;
  flex-direction: flex-start;
}
header .pageTitle .innerWrapper {
  margin-left: auto;
  margin-right: auto;
}
header .pageTitle.txtTitle {
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid #000;
}
header .pageTitle.txtTitle h1,
header .pageTitle.txtTitle h2,
header .pageTitle.txtTitle h3,
header .pageTitle.txtTitle h4,
header .pageTitle.txtTitle h5,
header .pageTitle.txtTitle h6 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  header .pageTitle.txtTitle {
    text-align: center;
  }
}
header .pageTitle.bgImgTitle {
  min-height: 165px;
  padding-top: 34px;
  padding-bottom: 0;
  background-position: center;
  background-size: cover;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
header .pageTitle.bgImgTitle h1 {
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  header .pageTitle.bgImgTitle h1 {
    font-size: 2.8rem;
    text-align: center;
  }
}
header .pageTitle.bgImgTitle.bgImgA {
  background-image: -webkit-linear-gradient(top, rgba(234, 116, 0, 0), rgba(153, 77, 3, 0.49) 37%, rgba(82, 41, 0, 0.9) 100%), url("../../public/images/images/banner-home.jpg");
  background-image: linear-gradient(to bottom, rgba(234, 116, 0, 0), rgba(153, 77, 3, 0.49) 37%, rgba(82, 41, 0, 0.9) 100%), url("../../public/images/images/banner-home.jpg");
}
header .pageTitle.bgImgTitle.bgImgA else {
  background-image: -webkit-linear-gradient(top, rgba(234, 116, 0, 0), rgba(153, 77, 3, 0.49) 37%, rgba(82, 41, 0, 0.9) 100%);
  background-image: linear-gradient(to bottom, rgba(234, 116, 0, 0), rgba(153, 77, 3, 0.49) 37%, rgba(82, 41, 0, 0.9) 100%);
}
header .pageTitle.bgImgTitle.bgImgB {
  background-color: greenyellow;
}
header .pageTitle.bgImgTitle.bgImgC {
  background-color: hotpink;
}
header .pageTitle.bgImgTitle.bgImgA h1, header .pageTitle.bgImgTitle.bgImgB h1, header .pageTitle.bgImgTitle.bgImgC h1 {
  color: #fff;
}
header .pageTitle[class*=banner] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 165px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
header .pagebanner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 165px;
  border-bottom: 3px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  header .pagebanner {
    background-position: center top;
    background-size: 100% 100px;
    background-repeat: no-repeat;
    min-height: 150px;
    padding-left: 0;
    padding-right: 0;
  }
}
header .pagebanner h1 {
  background-color: #000;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 600;
  padding: 4px 24px 0px;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  header .pagebanner h1 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  header .pagebanner h1 {
    font-size: 2.6rem;
    padding: 6px 24px 2px;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
header .banner_incorp {
  background-image: url(../../public/images/images/banner-incorporation.jpg);
}
@media screen and (max-width: 767px) {
  header .banner_incorp {
    background-image: url(../../public/images/images/banner-incorporation-m.jpg);
  }
}
header .banner_filing {
  background-image: url(../../public/images/images/banner-filing.jpg);
}
@media screen and (max-width: 767px) {
  header .banner_filing {
    background-image: url(../../public/images/images/banner-filing-m.jpg);
  }
}
header .banner_search {
  background-image: url(../../public/images/images/banner-search.jpg);
}
@media screen and (max-width: 767px) {
  header .banner_search {
    background-image: url(../../public/images/images/banner-search-m.jpg);
  }
}
header .banner_information {
  background-image: url(../../public/images/images/banner-information.jpg);
}
@media screen and (max-width: 767px) {
  header .banner_information {
    background-image: url(../../public/images/images/banner-information-m.jpg);
  }
}
