.topnavbar-secondary {
  z-index: 2;
  background-color: #ffffff;
}
.topnavbar-primary .topnav-link {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  font-family: 'Noto Sans SC', Arial, sans-serif;
  font-weight: 400;
  color: #464646;
  padding: 0 15px;
}
.logotype svg {
  width: 100%;
}
@media (min-width: 576px) {
.is-scrolled-down .header.js-is-sticky .topnavbar-mobile .logotype,
.is-scrolled-down .header.js-is-stuck .topnavbar-mobile .logotype {
  -webkit-transform: translate3d(-210px, -50%, 0);
  transform: translate3d(-210px, -50%, 0);
  opacity: 0;
}
}
@media (min-width: 768px) {
  .logotype svg {
    height: 54px;
    width: auto;
  }
  .is-scrolled-down .header.js-is-sticky .topnavbar-mobile .logotype,
  .is-scrolled-down .header.js-is-stuck .topnavbar-mobile .logotype {
    -webkit-transform: translate3d(-290px, -50%, 0);
    transform: translate3d(-290px, -50%, 0);
    opacity: 0;
  }
}
@media (max-width: 575.98px) {
  .is-scrolled-down .header.js-is-sticky .topnavbar-mobile .logotype,
  .is-scrolled-down .header.js-is-stuck .topnavbar-mobile .logotype {
    opacity: 0;
    visibility: hidden;
  }
}
.topnavbar-secondary .svg-icon-search {
  max-width: 15px;
  fill: #464646;
}
.topnavbar-secondary .topnavbar-secondary-border {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #a80034;
}
.topnav-link {
  color: #696969;
  letter-spacing: 2px;
}

.topnavbar-secondary .topnav-link:hover {
  color: #a80034;
}
.topnavbar-primary .cta-holder-subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  overflow: visible;
  margin-left: 15px;
}
.page-epaper .epaper.epaper-zb {
  background-color: #a80034;
}
.page-epaper .epaper.epaper-sm {
  background-color: #ff1339;
}
.page-epaper .epaper.epaper-weekly {
  background-color: #00A5C0;
}
.page-epaper .epaper {
  display: inline-block;
  text-align: center;
  padding: 30px;
  width: 100%;
  margin-bottom: 10px;
}
.page-epaper .epaper-img {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 20px auto;
}
.page-epaper .epaper-content {
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .user.user-dropdown {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-right: 0;
  }
  .user.user-dropdown .topnav-link {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    line-height: 30px;
  }
  .user.user-dropdown .dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }
  .user.user-dropdown .topnav-link:hover {
    color: #a80034;
  }
  .page-epaper .epaper {
    width: 100%;
    width: calc(100% - 5px);
  }
  .page-epaper .epaper::before {
    content: "";
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0;
    padding-top: 133.33333%;
  }
  .page-epaper .epaper::after {
    content: "";
    display: table;
    clear: both;
  }
}
.user.user-dropdown .dropdown-menu {
  width: 300px;
  background-color: #f9f9f9;
}
.user.profile-not-login {
  display: block;
}
.user.user-dropdown .user-state img {
  margin-right: 4px;
}
.user.user-dropdown .topnav-submenu .topnav-link {
  padding: 0;
}
.dashboard {
  padding-top: 14px;
}
.dashboard .dashboard-header p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 32px;
}
.user.user-dropdown .dropdown-toggle {
  text-align: left;
}
.dropdown-toggle {
  white-space: nowrap;
}
.no-touchevents .topnavbar .dropdown.user-dropdown:hover .dropdown-toggle {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header {
  position: relative;
  z-index: 3;
}

.dashboard .dashboard-subheader p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #9e9e9e;
}
.dashboard .dashboard-list {
  margin: 16px 32px 0;
}
.dashboard .dashboard-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 8px;
}
.dashboard .dashboard-list.rights-list li{
  margin-bottom: 16px;
}
.dashboard .dashboard-list li img {
  margin-right: 8px;
}
.dashboard .dashboard-list li p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.dashboard .dashboard-msg p {
  color: #9e9e9e;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.dashboard .dashboard-msg a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #003866;
  border-bottom: 1px solid #003866;
}
.topnavbar-mobile {
  z-index: 3;
}
.topnavbar-mobile .hamburger {
  width: 20px;
  height: 20px;
}
.topnavbar-mobile .hamburger > div:nth-child(1) {
  top: 3px;
}
.topnavbar-mobile .hamburger > div {
  left: unset;
  background-color: #9e9e9e;
  width: 100%;
  height: 2px;
  margin: 0 2px;
}
.topnavbar-mobile .hamburger > div:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.topnavbar-mobile .hamburger > div:nth-child(3) {
  bottom: 3px;
}

.topnavbar-mobile .topnavbar-header .mobile-logotype {
  display: none;
  height: auto;
}

.is-scrolled-down .header.js-is-sticky .topnavbar-mobile .mobile-logotype, .is-scrolled-down .header.js-is-stuck .topnavbar-mobile .mobile-logotype {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.js-is-sticky .topnavbar-secondary .topnavbar-secondary-border {
  border: none;
}
.js-is-sticky .topnavbar-secondary {
  background-color: #a80034;
}
.js-is-sticky .topnavbar-secondary .topnav-link {
  color: #ffffff;
}
.js-is-sticky .topnavbar-secondary .svg-icon-search {
  fill: #ffffff;
}
.js-is-sticky .topnavbar-secondary .topnav-submenu .topnav-link {
  color: #464646;
}
.header.header-mobile {
  border-bottom: 1px solid #eaeaea;
}
.topnavbar-mobile .topnavbar-header .logotype {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.topnavbar-mobile .topnavbar-header .logotype svg {
  height: 30px;
}

.header.header-mobile .profile-not-login {
  display: block;
}
.topnavbar-mobile .topnavbar-header .cta-holder-subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.no-touchevents .topnavbar-mobile .dropdown:hover .topnav-link-listing {
  color: #a80034;
}

.topnavbar .ham[aria-expanded='true'] .hamburger > div:nth-child(2)::before, .topnavbar .ham[aria-expanded='true'] .hamburger > div:nth-child(2)::after {
  background-color: #9e9e9e;
}

.topnavbar .ham{
  margin-right: 0;
}

.topnavbar-mobile .topnavbar-body {
  background-color: #f9f9f9;
}

.topnavbar-mobile .topnavbar-version .dropdown-toggle[aria-expanded='false'] {
  color: #9e9e9e;
}

.topnavbar-mobile .topnavbar-version .topnav-link .fa-caret-down {
  margin-top: 0;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #9e9e9e;
}
.topnavbar-mobile .topnavbar-version .cta-bordered {
  padding: 0 24px;
  position: absolute;
  right: 20px;
  top: 11px;
  line-height: 1.5;
  font-size: 1.8rem !important;
}
.topnavbar a.cta {
  letter-spacing: 1px;
}
.topnavbar-mobile .topnavbar-body .dropdown-menu .topnav-submenu {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.topnavbar-mobile .topnavbar-body .topnavbar-news .dropdown-menu .topnav-submenu {
  background-color: #fff;
  padding: 9px 20px;
}
@media only screen and (max-width: 320px) {
  .topnavbar-mobile .topnavbar-body .dropdown-menu .topnav-submenu {
    padding: 20px 0;
  }
}
.topnavbar-mobile .topnavbar-news .topnav-submenu .topnav-link{
  padding-left: 10px;
}
.topnavbar-mobile .topnavbar-version .dropdown-menu .topnav-submenu {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
@media only screen and (max-width: 991px) {
.topnavbar-fontsizing .switch-button {
  line-height: 1.5;
 }
}

.topnavbar-mobile .topnavbar-fontsizing {
  padding: 12px 5px 16px;
}
.topnavbar-fontsizing {
  text-align: center;
}

.topnavbar-fontsizing p {
  color: #464646;
}

.topnavbar-fontsizing .fontsizing-range-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 16px;
  margin: 0 auto 0 16px;
  width: 224px;
}

.topnavbar-fontsizing .fontsizing-range-list::before {
  content: ' ';
  display: block;
  position: absolute;
  border: 1px solid #eaeaea;
  width: 100%;
  height: 110%;
  border-radius: 100px;
  top: -2px;
  left: 0;
}

.topnavbar-fontsizing .fontsizing-range-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.topnavbar-fontsizing .fontsizing-range-list li.is-active .cta-bordered {
  padding: 0 16px;
  color: #464646;
  font-weight: 400;
  background-color: #f4f5f7;
}

.topnavbar-fontsizing .fontsizing-range-list .cta-bordered {
  border-radius: 100px;
  min-width: 23px;
  font-size: 16px;
  font-size: 1.6rem;
  border: none;
  white-space: nowrap;
  font-weight: 400;
  padding: 0;
  color: #9e9e9e;
  letter-spacing: 0;
}

.topnavbar-fontsizing .switch-button {
  float: right;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  margin-right: 0;
}

.topnavbar-fontsizing .switch-button .switch-button-checkbox + .switch-button-label {
  padding: 0;
}
.topnavbar-mobile .divider {
  height: 1px;
  margin: 0 auto;
  background-color: #a80034;
  width: calc(100% - 30px);
}
.topnavbar-mobile .topnavbar-news-list li {
  border-bottom: 1px solid #eaeaea;
}
.topnavbar-mobile .topnavbar-news .topnav-link {
  font-size: 1.6em;
}
.topnavbar-mobile .dropdown-toggle .fa-caret-down {
  font-size: 1.4rem;
  margin-top: 10px;
  color: #464646;
  float: right;
  margin-right: 20px;
}
.topnavbar-search .searchbar::after {
  content: '';
  display: block;
  height: 1px;
  background: #a80034;
  margin-top: 12px;
}
.topnavbar-mobile .topnavbar-search .svg-icon-search {
  position: absolute;
  top: 0;
  right: 12px;
  padding: 0;
  width: 16px;
  fill: #a80034;
  stroke: #a80034;
}

.topnavbar-mobile .topnavbar-body .dropdown-menu .topnav-submenu .topnav-link .dashboard .dashboard-header p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
.topnavbar-mobile .topnavbar-body .dropdown-menu .topnav-submenu .topnav-link .dashboard .dashboard-list {
  width: 230px;
  margin: 16px auto;
}
.topnavbar-mobile .topnavbar-body .dropdown-menu .topnav-submenu .topnav-link .dashboard.user-login .dashboard-list, .topnavbar-mobile .topnavbar-body .dropdown-menu .topnav-submenu .topnav-link .dashboard.user-subscriber .dashboard-list{
  width: 100%;
}
.topnavbar-mobile .topnavbar-body .dropdown-menu .topnav-submenu .topnav-link .dashboard .dashboard-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 16px;
}
.topnavbar-mobile .topnavbar-body .dropdown-menu .topnav-submenu .topnav-link .dashboard .dashboard-list li img {
  margin-right: 8px;
}
.topnavbar-mobile .topnavbar-body .dropdown-menu .topnav-submenu .topnav-link .dashboard .dashboard-list li p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.topnavbar-mobile .topnavbar-body .dropdown-menu .topnav-submenu .topnav-link .dashboard .dashboard-login .cta-grey {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 24px;
  height: 36px;
  border-radius: 100px;
  line-height: 0.8;
  width: 100px;
}
.topnavbar-mobile .topnavbar-body .dropdown-menu .topnav-submenu .topnav-link .dashboard .dashboard-login .cta-solid-red {
  font-size: 16px;
  font-size: 1.6rem !important;
  padding: 10px 24px;
  width: 160px;
  height: 36px;
  border-radius: 100px;
  line-height: 0.8;
}

.topnavbar-mobile .topnavbar-body .dropdown-menu .topnav-submenu .topnav-link .dashboard .dashboard-msg p {
  color: #9e9e9e;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.topnavbar-mobile .topnavbar-body .dropdown-menu .topnav-submenu .topnav-link .dashboard .dashboard-msg a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #003866;
  border-bottom: 1px solid #003866;
}
.topnavbar-mobile .topnavbar-body .dropdown-menu .topnav-submenu .topnav-link .dashboard .dashboard-subheader p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #9e9e9e;
}

@media (min-width:768px) {
  .topnavbar-primary .cta-holder-subscribe {
    margin-right: 0;
  }

  .user.user-dropdown {
    padding: 0;
  }

  .topnav-link .user-state .dropdown-toggle::after {
    display: none;
  }
  .topnav-link .user-state .dropdown-toggle {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 30px;
  }

  .header.header-desktop.js-is-sticky .topnavbar-secondary .topnav-link.logo {
    padding: 0 0 0 2px;
  }

  .is-scrolled-down .header.js-is-sticky .col-animate {
    max-width: unset !important;
    flex: unset !important;
    margin-right: 22px;
  }
}

@media (max-width:767px) {
  .topnavbar-mobile .dropdown.user-dropdown {
    display: block;
  }

  .topnavbar-mobile .dropdown.user-dropdown.with-gift-icon {
    display: flex;
    align-items: center;
  }

  .topnavbar-mobile .dropdown.user-dropdown.with-gift-icon .readers-club-mobile img{
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-right: 14px;
  }

  .topnavbar-mobile .user.user-dropdown .topnav-link {
    padding: 0;
  }

  .topnavbar-mobile .topnavbar-body .dropdown-menu .topnav-submenu .topnav-link .dashboard .dashboard-login {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.topnavbar-mobile .topnavbar-login {
  text-align: center;
  padding: 20px 0;
}

.topnavbar-mobile .topnavbar-login .topnav-link {
  font-size: 16px;
  font-size: 1.6em;
  letter-spacing: 0;
  height: 36px;
  border-radius: 30px;
  min-width: 100px;
}

.topnavbar-mobile .topnavbar-login .topnav-link-cancel-padding {
  padding: 2px 16px;
}
.topnavbar-mobile .topnavbar-header .cta-holder-subscribe a{
  display: inherit;
}
.label.label-premium {
  background-color: #ff8bc6;
  color: #ffffff;
  font-family: 'Noto Sans SC', Arial, sans-serif;
  font-weight: 700;
}
.dashboard.user-login .dashboard-header .profile-state, .dashboard.user-subscriber .dashboard-header .profile-state {
  overflow: hidden;
}
.dashboard.user-login .dashboard-header .profile-state p, .dashboard.user-subscriber .dashboard-header .profile-state p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer-main-social .fa-lg {
  font: normal normal normal 18px/1.6 ForkAwesome;
}
.topnavbar-mobile .topnavbar-body .navbar-collapse{
  overflow-x: hidden;
}

.topnavbar-mobile .topnavbar-search .icon-search-gray,.topnavbar-mobile .topnavbar-search .icon-search-fill{
  position: absolute;
  top: 2px;
  right: 12px;
  padding: 0;
  width: 20px;
}

@media (max-width:991px) {
  input[type="search"]::-webkit-search-decoration,
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-results-button,
  input[type="search"]::-webkit-search-results-decoration{
   display: none;
 }

 .topnavbar-search .container{
    max-width: 100%;
    padding: 0 20px;
 }

 .topnavbar-search input[type='search']{
  height: 33px;
 }

  .topnavbar-mobile .topnavbar-search{
    padding: 0;
  }

  .topnavbar-mobile .topnavbar-search .searchbar{
    margin-top: 10px;
  }
  .topnavbar-mobile .topnavbar-search .searchbar::after{
    display: none;
  }

  .topnavbar-mobile .topnavbar-search .searchbar input{
    padding-bottom: 12px;
    border-bottom: 1px solid #eaeaea;
    padding-right: 40px;
  }

  .topnavbar-mobile .topnavbar-search .searchbar input:focus{
    border-bottom: 1.4px solid #a80034;
  }

  .topnavbar-mobile .divider{
    width: 100%;
  }
  #search-form-mobile button:focus .icon-search-fill {
    display: block;
  }
  #search-form-mobile button:focus .icon-search-gray {
    display: none;
  }

  #search-form-mobile .searchbar input:focus ~ button .icon-search-fill {
    display: block;
  }
  #search-form-mobile .searchbar input:focus ~ button .icon-search-gray {
    display: none;
  }
}

.overlay-search-icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  transform: translateY(-50%);
}

.header-desktop.js-is-sticky .icon-search-gray {
  filter: brightness(0) invert(1);
}

.topnavbar-mobile .topnavbar-news-list .topnav-link-listing, .topnavbar-mobile .topnavbar-news-list > li > .topnav-link {
  margin: 0 20px;
}

.social-links ul li a img{
  width:20px;
  height: 20px;
  object-fit: contain;
  object-position: center;
}

.footer-main-social a{
 display: flex;
 align-items: center;
 height: 100%;
 margin-bottom: 5px;
}

.footer-main-social a img{
 width: 16px;
 height: 16px;
 object-fit: contain;
 object-position: center;
}

.social-links .content ul .fa.fa-li.twitter a .fa-lg.fa-twitter{
  font-size: 0;
}

.social-links .content ul .fa.fa-li.twitter a {
 height: 32px;
 display: flex;
 align-items: center;
}

.social-links .content ul .fa.fa-li.twitter a span {
  background-image: url('/themes/custom/zbsg2020/images/icon/x-footer.png');
  width: 18px;
  height: 18px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

#search-errormsg-mb {
  margin-top: 6px;
  float: none;
  clear: both;
  color: #A80034;
  font-size: 14px;
}
.search-errormsg-mb-margin {
  margin-bottom: 30px;
}
.topnavbar-mobile .topnavbar-news-list .topnav-link-listing, .topnavbar-mobile .topnavbar-news-list > li > .topnav-link {
  margin: 0 20px;
}

.cta-sub-button {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  padding: 0 16px 2px 16px !important;
  margin: 0 30px;
}

.cta.cta-solid.cta-solid-red.cta-sub-button:hover, .cta.cta-solid.cta-solid-red.cta-mobile-sub-button:hover {
  background-color: #84002A;
}

.cta-mobile-sub-button {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  padding: 0 10px 2px 10px !important;
}
.mobile-sub-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: inline-grid;
  align-items: center;
  margin-right: -15px;
  display: none;
}
.is-scrolled-down .header.js-is-sticky .topnavbar-mobile .mobile-sub-btn {display: inline-flex;}

.profile-sub-link {color: #464646; font-weight: 500; font-size: 16px;font-size: 1.6rem;margin-bottom: 0;padding:16px 6px;background-color: #ffffff; text-align: center; border-bottom: 1px solid #EAEAEA;}
.profile-sub-link a {border: solid 1px #464646; border-radius: 15px; background-color: #fff; font-size: 16px;font-size: 1.6rem; font-weight: 500; line-height: 28px; padding-left: 12px;
 padding-right: 12px; margin-left: 16px !important;}
body.is-scrolled-down .topnavbar-secondary #secondary-sub-link {margin-left: 28px !important; margin-top: -5px;}
.dashboard-login-reg #login-cta,#subscribe-cta{margin-top: 16px;border-radius: 100px;padding: 6px 26px 8px 28px;margin-bottom: 10px; }
.user-signup-section.w-100.d-block {padding-bottom: 32px;}
.dashboard .dashboard-list li a{font-size: 14px;font-size: 1.4rem;}
#mobile-sub-banner {margin-top: 15px; box-shadow: 0px 0px 10px 0px rgba(103, 103, 103, 0.25);width:100%; font-weight:500; background-color: #A80034; line-height: 1.6; padding: 13px 15px 15px 15px; border-radius: 5px; height: 52px; color: #fff; font-size: 16px; font-size: 1.6rem; display: inline-block; margin-bottom: 10px;}
#mobile-sub-banner .mobile-sub-link { float: right; font-size: 12px; font-size: 1.2rem; font-weight: 400; color: #fff;}
#mobile-sub-banner .mobile-sub-link img{ margin-left:10px;height: 24px; width: auto;}
.topnavbar-mobile .topnavbar-header {border-bottom: 1px solid #EAEAEA;}
#js-topnavbar-search:hover {cursor: pointer;}
.page-taxonomy-term-169807.is-scrolled-down .header.js-is-sticky .topnavbar-mobile .topnavbar-body{margin-top: 40px;}
#secondary-profile {margin-left: 20px;}
#secondary-profile:hover {cursor: pointer;}
@media (max-width: 320px) {
  .profile-sub-link .col-auto {padding-right: 0px;}
  .profile-sub-link .col-auto.ml-auto {padding-right: 15px;}
}
.profile-sub-link a:hover{background: #464646;  color: #ffffff;}
@media (min-width: 576px) {
  .topnavbar-mobile .topnavbar-body .dropdown-menu{max-width: 540px; margin: 0 auto; min-width: 540px; float: none;}
  .topnavbar-mobile .topnavbar-body .navbar-collapse{max-width: 540px;margin: 0 auto;}
}
@media (min-width: 768px) and (max-width: 991px) {
  .topnavbar-mobile .topnavbar-body .dropdown-menu{max-width: 720px; margin: 0 auto; min-width: 720px; float: none;}
  .topnavbar-mobile .topnavbar-body .navbar-collapse{max-width: 720px;margin: 0 auto;}
}

.footer .footer-border{
  width: 100%;
}
.footer .footer-main .footer-main-links .footer-main-list{
  margin-right: 0;
}
.footer .footer-main .footer-left-list .footer-left-img{
  max-width: 260px;
  height: 150px;
  width: 100%;
  margin-bottom: 24px;
}
.footer .footer-main .footer-left-list .footer-left-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.footer .footer-main .footer-left-list h2{
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 36px;
  margin-bottom: 4px;
}
.footer .footer-main .footer-left-list p{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #E0E0E0;
  margin-bottom: 0;
}
.footer .footer-main .footer-left-list .footer-left-cta{
  margin-top: 10px;
  padding: 14px 24px;
  background-color: #E90044;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  border-radius: 110px;
  text-decoration: none;
}
.footer .footer-main .footer-main-apps a{
  margin-bottom: 0;
}
.footer-main-numbers .row .col-12 p span{
  display: inline-block;
}
.footer-main-social a{
  color:#E0E0E0!important;
  margin-bottom: 10px;
}
@media (min-width:768px) {
  .footer-main-social a{
    width: 30px;
   }
 }

@media (min-width:1680px) {
  .footer .footer-main .footer-main-list{
      margin-right: 0 !important;
  }
}
@media (max-width:991px) {
  .footer-left-list{
    text-align: center;
    margin-bottom: 32px;
  }
  .footer-left-list .footer-left-img{
    margin: 0 auto 31px;
  }
  .footer .footer-main .footer-left-list .footer-left-cta{
    margin-top: 16px;
  }
  .center-menu{
    display: none;
  }
}
@media (max-width:767px) {

  .footer-left-list{
    text-align: center;
    margin-bottom: 32px;
    padding-bottom: 32px;
    position: relative;
  }
  .footer-main-contact{
    margin-bottom: 10px !important;
  }
  .footer-left-list::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: -15px;
    width: calc(100% + 30px);
    height: 2px;
    background-color: #323232;
  }
  .footer .footer-border{
    margin-top: 0;
    }

  .footer .footer-main .footer-main-links{
    display: block;
  }

  .footer-main-apps{
    margin-bottom: 22px !important;
  }
  .footer-main-apps a{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .footer-main-numbers{
    margin-bottom: 0 !important;
  }

  .footer-sub-list li a{
    color: rgba(158, 158, 158, 1);
  }
}
@media (min-width:992px) {
  .footer .footer-main .footer-main-links .col-6:nth-child(4) .footer-main-list .footer-main-sublist{
    column-count: 2;
    } 
}
@media (min-width:768px) and (max-width:1279px) {
  .footer-main-contact{
    margin-top: 30px;
  }
}
@media screen and (max-width: 992px) {
  .footer-main-links > .row > .col-xl-auto {
    display: none;
  }
}
@media (min-width: 992px) and (max-width:1279px) {
  .footer .footer-main .footer-main-contact, .footer-main-social {margin-bottom: 30px;}
}