.navigation,
.side-menu {
  position: fixed;
  top: 0;
  left: 0;
  padding: 27px 100px;
  z-index: 99999;
  background: rgba(7, 29, 73, 0.25);
  width: 100%;
  font-size: 14px;
  -webkit-transition: background 500ms ease-in-out;
  transition: background 500ms ease-in-out;
  font-family: 'AauxProOT-Regular';
  font-weight: normal;
}

.navigation .logo,
.side-menu .logo {
  width: 210px;
  margin-right: 64px;
  display: block;
}

.navigation .logo img,
.side-menu .logo img {
  width: 100%;
}

.navigation .btn.sm,
.side-menu .btn.sm {
  font-size: 1em !important;
  padding: .5em 1.4em !important;
  letter-spacing: .1em;
  color: #fff !important;
}

.hasStickyNav .navigation {
  background: rgba(7, 29, 73, 0.9);
}

.side-menu {
  background: rgba(7, 29, 73, 0.9);
}

.side-menu .btn.sm {
  width: auto;
  padding: .7em 1.4em !important;
}

.primary-menu li {
  font-size: 1em;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.primary-menu li:not(:first-child) {
  margin-left: 54px;
}

.primary-menu li a {
  padding: 5px 0 4px;
  position: relative;
  font-size: 1em;
  line-height: 1em;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: 'AauxProOT-Bold';
  font-weight: normal;
}

.primary-menu li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3em;
  border-radius: 0 0 40% 40%;
}

.primary-menu li a::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0px;
  height: 2px;
  bottom: -6px;
  background: #9c132d;
  -webkit-transition: 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  overflow: hidden;
}

.primary-menu li a:hover::after, .primary-menu li a.active::after, .primary-menu li a.parentActive::after {
  width: 100%;
  opacity: 1;
}

.menu-control .primary-menu li:not(:first-child) {
  margin-left: 37px;
}

.mobile-menu {
  padding: 0 !important;
}

.mobile-menu::before, .mobile-menu::after {
  display: none;
}

.mobile-menu .icon-menu {
  width: 30px;
}

.mobile-menu .icon-menu path {
  -webkit-transition: 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
}

.mobile-menu .icon-menu:hover path {
  fill: #9c132d;
}

.submenu-active .submenu-items,
.submenu-active .navigation {
  background: #071d49;
}

.prime-menu {
  z-index: 8801;
}

.submenu-items {
  color: #fff;
  background: rgba(7, 29, 73, 0.9);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  top: 0;
  padding: 135px 0 65px;
  z-index: 8800;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.submenu-items.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.submenu-items .menu-description {
  margin-bottom: 48px;
}

.submenu-items .menu-description p {
  font-size: 1.4em;
  line-height: 1.7em;
  /* font-family: "kepler-std"; */
  font-weight: 400;
}

.submenu-items .menu-description a {
  /* font-family: "kepler-std"; */
  font-weight: 400;
  color: #fff;
  font-size: 1.4em;
}

.submenu-items .menu-description a span {
  white-space: nowrap;
  margin-right: .5em;
}

.submenu-items .menu-description a svg {
  display: block;
  width: 40px;
}

.submenu-items .menu-description a svg circle,
.submenu-items .menu-description a svg path {
  -webkit-transition: 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
}

.submenu-items .menu-description a:hover circle {
  fill: #fff;
}

.submenu-items .menu-description a:hover path {
  fill: #9c132d;
}

.flex.brand-row {
  margin: 0 -10px;
}

.flex.brand-row .brands-col {
  padding: 0 10px;
}

.brands-col {
  width: calc(100% / 6);
}

.brands-col a,
.brands-col .brands-col_name {
  width: 100%;
  display: block;
}

.brands-col .brands-col_name {
  font-size: 1em;
  line-height: 1em;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: 'AauxProOT-Bold';
  font-weight: normal;
  line-height: 1.5em;
  text-align: center;
}

.brands-col a:hover .img {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.brands-col a:hover .brands-col_img {
  background: #fff;
}

.brands-col_img {
  background: #E2E2E2;
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
  -webkit-transition: 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
}

.brands-col_img .img {
  width: 74px;
  display: block;
  margin: 22px auto;
  position: relative;
  -webkit-transition: 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
}

.secondary-menu-left {
  width: 26.6%;
}

.secondary-menu-right {
  width: 73.4%;
}

.text-content {
  width: 45.6%;
}

.image-content {
  width: 54.4%;
}

.image-content img {
  width: 100%;
}

.submenu-container .primary-menu li:not(:first-child) {
  margin-left: 0;
  margin-top: 24px;
}

.submenu-container .primary-menu li a {
  color: rgba(255, 255, 255, 0.4);
}

.submenu-container .primary-menu li a:hover, .submenu-container .primary-menu li a.active {
  color: white;
}

.submenu-container .primary-menu li a::before, .submenu-container .primary-menu li a::after {
  display: none;
}

.secondary-menu-content,
.child-3 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
}

.secondary-menu-content.default-item,
.child-3.default-item {
  position: relative;
}

.secondary-menu-content.active,
.child-3.active {
  opacity: 1;
  pointer-events: auto;
}

.secondary-menu-content .text-content,
.child-3 .text-content {
  padding-right: 50px;
}

.secondary-menu-content p,
.child-3 p {
  font-size: 1.1em;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.5em;
}

.xpSpeedIn .side-menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1 !important;
  pointer-events: auto;
}

.side-menu {
  left: auto;
  width: 375px;
  height: 100%;
  right: 0;
  padding: 35px;
  padding-left: 35px !important;
  padding-right: 35px !important;
  -webkit-transform: translateX(500px);
          transform: translateX(500px);
  -webkit-transition: 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: auto;
}

.side-menu.flex-dc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.side-menu .primary-menu {
  margin-top: 28px;
  margin-bottom: 28px;
}

.side-menu .primary-menu li:not(:first-child) {
  margin-left: 0;
  margin-top: 14px;
}

.side-menu .primary-menu li a::before, .side-menu .primary-menu li a::after {
  display: none;
}

.side-menu .primary-menu .seperator {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 21px 0 22px !important;
}

.side-menu_top,
.side-menu_bottom {
  width: 100%;
}

.side-menu_bottom .footer-social {
  padding: 0;
  margin: 0;
  border: none;
}

.side-menu_bottom .footer-social li {
  font-size: 1em;
  margin-right: 2em;
}

.side-menu_top .has-dropdown {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.side-menu_top .has-dropdown > a {
  width: 100%;
  position: relative;
}

.side-menu_top .has-dropdown > a::after {
  width: 8px !important;
  height: 5px !important;
  background: url(../images/menu/menu-down-arrow.svg) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 55%;
  left: auto !important;
  right: 0;
  display: block !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.side-menu_top .has-dropdown.dropdown-open > a::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.side-menu_top .has-dropdown ul {
  width: 100%;
  padding-left: 24px;
  padding-top: 14px;
}

.side-menu_top .has-dropdown ul li:not(:first-child) {
  margin-top: 8px;
}

.side-menu_top .has-dropdown ul a {
  color: #c4c4c4;
  display: block;
}

.side-menu_top .has-dropdown ul a:hover {
  color: #fff;
}

.side-menu_top .has-dropdown .brands-col {
  width: 50% !important;
}

.side-menu_top .has-dropdown .brands-col.full-width {
  width: 100% !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.side-menu_top .has-dropdown .has-slide-dropdown > a {
  padding-right: 16px;
  background: url(../images/menu/menu-right-arrow.svg) right center no-repeat;
  background-size: 6px auto;
}
.sub-category.has-right-arrow {
  padding-right: 16px;
  background: url(../images/menu/menu-right-arrow-white.svg) right center no-repeat;
  background-size: 6px auto;
  cursor: auto;
}

.sub-category.has-right-arrow.active {
  background-image: url(../images/menu/menu-right-arrow-white-hover.svg);
}
.side-menu_top ul.flex.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  width: auto;
  margin: 0 -8px;
}

.side-menu_top ul.flex.flex-wrap li {
  margin-top: 0 !important;
  padding-left: 8px;
  padding-right: 8px;
}

.side-menu_top ul.flex.flex-wrap li a {
  font-size: 11px;
  padding: 0;
}

.side-menu_top ul.flex.flex-wrap li:nth-child(3), .side-menu_top ul.flex.flex-wrap li:nth-child(4), .side-menu_top ul.flex.flex-wrap li:nth-child(5) {
  margin-top: 12px !important;
}

.side-menu_top .brands-col_img {
  margin-bottom: 8px;
}

.side-menu_top .brands-col_img .img {
  width: 50px;
}

.side-menu_top .primary-menu {
  position: relative;
  -webkit-transition: 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
}

.slide-menu-container {
  margin-top: 0 !important;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
}

.slide-menu-container .sliding-menu li:not(.back-slide) a {
  color: #c4c4c4;
}

.slide-menu-container .sliding-menu li:not(.back-slide) a:hover {
  color: #fff;
}

.slide-menu-container .sliding-menu .back-slide {
  text-align: center;
}

.slide-menu-container .sliding-menu .back-slide a {
  font-size: 16px;
  width: 100%;
  padding-left: 16px;
  background: url(../images/menu/menu-left-arrow.svg) left center no-repeat;
  background-size: 6px auto;
}

.side-menu .primary-menu > li {
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
}

.side-menu.slide-menu-active .primary-menu > li:not(.slide-menu-container) {
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
}

.side-menu.slide-menu-active .slide-menu-container {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-close-js svg {
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
}

.menu-close-js:hover svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menu-close-js .icon-menu rect {
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
}

.menu-close-js .icon-menu:hover rect {
  fill: #9c132d;
}

.flex.flex-dc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-social .facebook a {
  background-image: url(../images/facebook-icon.svg);
}

.footer-social .twitter a {
  background-image: url(../images/twitter-icon.svg);
}

.footer-social .instagram a {
  background-image: url(../images/instagram-icon.svg);
}
.trigger-submenu {
  padding-right: 12px !important;
  background: url(../images/menu/menu-down-arrow.svg) right 60% no-repeat;
  background-size: 7px auto;
}
/*---- Homepage 2021 ----*/
.homepage-carousel .home-tile {
  position: relative;
  height: auto;
  padding-bottom: 48%;
  overflow: hidden;
}

.homepage-carousel .home-tile img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transform: none !important;
}

.homepage-carousel .home-tile_content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 64px;
}
.home-title {
  font-size: 64px;
  line-height: 1.25em;
}

.homepage-carousel h2 {
  margin-bottom: .8em;
  text-align: center;
  color: #fff;
}

.homepage-carousel .btn.sm {
  min-width: 15em;
}

.carousel-progress {
  position: relative;
}

.cprogress {
  position: absolute;
  top: 48px;
  right: 100px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.cprogress > a {
  width: 2px;
  height: 32px;
  margin: 8px 0;
  background: #666;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.cprogress > a > span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  display: block;
  transform: translateY(-100%);
}

.cprogress .active span {
  transition: 10000ms ease-out;
  transform: translateY(0);
}

.ccontrols .prev-owl,
.ccontrols .next-owl {
  width: 40px;
  height: 100%;
  top: 0;
  border: none;
  background: none;
  position: absolute;
  opacity: 0;
  z-index: 2;
  padding: 0;
}

.ccontrols .prev-owl::before,
.ccontrols .next-owl::before {
  content: '';
  position: absolute;
  top: 0;
  width: 120%;
  height: 100%;
}

.ccontrols .prev-owl span,
.ccontrols .next-owl span {
  width: 100%;
  height: 100px;
  background-position: center center;
  background-size: 40%;
  background-repeat: no-repeat;
  text-indent: -999em;
  position: relative;
}

.ccontrols .prev-owl:hover,
.ccontrols .next-owl:hover {
  opacity: 1 !important;
}

.ccontrols .prev-owl {
  left: 0;
}

.ccontrols .prev-owl::before {
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(7, 29, 73, 0)), to(rgba(7, 29, 73, 0.5)));
  background: linear-gradient(270deg, rgba(7, 29, 73, 0) 0%, rgba(7, 29, 73, 0.5) 100%);
}

.ccontrols .prev-owl span {
  background-image: url(../images/prev-icon.svg);
}

.ccontrols .next-owl {
  right: 0;
}

.ccontrols .next-owl::before {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(7, 29, 73, 0)), to(rgba(7, 29, 73, 0.5)));
  background: linear-gradient(90deg, rgba(7, 29, 73, 0) 0%, rgba(7, 29, 73, 0.5) 100%);
}

.ccontrols .next-owl span {
  background-image: url(../images/next-icon.svg);
}

.carousel-progress:hover .prev-owl,
.carousel-progress:hover .next-owl {
  opacity: .5;
}

.home-spacing {
  padding-top: 65px;
  padding-bottom: 75px;
}

.home-spacing.same {
  padding-top: 75px;
}

.brands-lining {
  width: 100%;
  padding-bottom: 56.25%;
}

.brands-lining img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.brand-lining-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.brand-lining-content h2,
.brand-lining-content p {
  color: #fff;
}

.brand-lining-content.awards-section p {
  margin-bottom: 1.5em;
}

.latest-feeds .col-47 {
  width: 47%;
}

.latest-feeds .col-53 {
  width: 50%;
  padding-left: 90px;
}

.latest-feeds img {
  width: 100%;
  border-radius: 5px;
}

.home-copies {
  line-height: 34px;
  font-family: 'AauxProOT-Regular';
  font-weight: normal;
}

.latest-feeds .flex:not(:first-child) {
  margin-top: 75px;
}

.latest-feeds .home-title {
  font-size: 48px;
  line-height: 1.1em;
  text-transform: none;
  color: #071d49;
  margin-bottom: 20px;
  padding-top: 38px;
}

.latest-feeds .home-copies {
  margin-bottom: 32px;
}

.new-hh-be {
  position: relative;
  padding: 175px 0 185px;
  color: #fff;
}

.new-hh-be .col-50 {
  width: 50%;
}

.new-hh-be img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.new-hh-be .home-title {
  margin-bottom: 10px;
}

.new-hh-be .home-copies {
  margin-bottom: 32px;
}

.latest-feeds-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.latest-feeds-ctas a {
  padding-left: 1.5em;
  padding-right: 1.5em;
  min-width: 12.7em;
}

.latest-feeds-ctas a.bordered {
  background: none;
  border: 1px solid #9c132d;
  color: #9c132d;
  margin-left: 1.33em;
}
.latest-feeds-ctas a.merchBtn {
  margin-left: 1.33em;
}

.latest-feeds-ctas a.bordered:hover {
  background: #9c132d;
  color: #fff;
}

.footer-2021 {
  background: #0d204a;
  padding: 44px 0;
  overflow: hidden;
}

.footer-2021 .col-40 {
  width: 40%;
}

.footer-2021 .col-60 {
  width: 60%;
}

.footer-black {
  position: relative;
  color: #fff;
  padding-right: 80px;
}

.footer-black::before {
  position: absolute;
  right: 0;
  top: 50%;
  height: 100vh;
  width: 100vw;
  background: #a7a7a7;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
}

.footer-black .newsletter-signup {
  position: relative;
  width: 100%;
  max-width: 94%;
  float: none;
  padding-right: 0;
  margin: 0;
}

.footer-black h2 {
  font-size: 24px;
  line-height: 1.5em;
  color: #000;
  margin-bottom: 22px;
  font-family: 'AauxProOT-Regular';
  font-weight: normal;
}

.footer-black .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.footer-black .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.footer-black .form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.footer-black .form-control::placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.footer-black .newsletter-signup .form-control {
  background: none;
  border: 1px solid rgba(0, 0, 0, 1);
  border-right: none;
  font-size: 16px;
  color: #000;
  height: 44px;
  padding: 0 16px;
  font-family: 'AauxProOT-Regular';
  font-weight: normal;
}

.footer-black .newsletter-signup button {
  background: #9c132d;
  color: #fff;
  width: 130px;
  height: 44px;
  font-size: 18px;
  padding: 0;
  font-weight: 400;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}

.footer-black .newsletter-signup button:hover {
  background: #bc223f;
}

.footer-black .newsletter-signup .input-group {
  margin-bottom: 0;
}

.footer-black .xm-tooltip {
  font-family: 'AauxProOT-Regular';  
}
.footer-black .xm-tooltip::after {
  border: none;
}

.footer-blue {
  padding-left: 80px;
}

.footer-blue .footer-logo {
  width: 182px;
  display: block;
}

.footer-blue .footer-logo img {
  width: 100%;
}

.footer-blue .footer-social {
  padding: 0;
  margin: 26px 0 22px;
  border: none;
}

.footer-blue .footer-social li {
  margin-right: 16px;
}

.footer-blue .mandatory-section {
  opacity: .4;
}

.footer-blue .footer-owl-logo {
  margin-top: 20px;
  width: 112px;
  display: block;
}

.footer-blue .footer-owl-logo img {
  width: 100%;
}

.footer-blue .copyright-text {
  font-size: 14px;
  line-height: 20px;
  font-family: 'AauxProOT-Regular';
  font-weight: normal;
  color: #fff;
}

.footer-blue ul:not(.footer-social) li:not(:last-child) {
  margin-bottom: 12px;
}

.footer-blue ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-family: 'AauxProOT-Regular';
  font-weight: normal;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
.footer-blue ul li a:hover {
  color: rgba(255, 255, 255, 0.4);
}

.brands-col.blog .brands-col_name{
  font-size: 1.25em;
  text-align: left;
  color: #fff;
}
.brands-col.blog p {
  font-size: 1.2em;
  line-height: 1.8em;
  color: #fff;
  padding: 1em 0;
}
.brands-col.blog .btn {
  width: 41%;
  margin: 0 0;
  padding: 10px 13px;
}
.brands-col.blog img{
  width: 100%;
  margin: 0 auto;
}
.brands-col.blog a:hover .img {
  -webkit-transform: translateY(-0px);
  transform: translateY(-0px);
}
.brands-col.visit-us .col-20{
  width: 20%;
}
.brands-col.visit-us .col-70{
  width: 70%;
  padding: 0px 4%;
}

.brands-col.visit-us a:hover .img {
  -webkit-transform: translateY(-0px);
  transform: translateY(-0px);
}
.brands-col.visit-us .visit-section{
    background: white;
  }
.brands-col.visit-us .brands-col_name{
  font-size: 1.25em;
  text-align: left;
  color: #0d204a;
}
.brands-col.visit-us p {
  font-size: 1em;
  line-height: 1.5em;
  padding: 1em 0;
  color: #0d204a;
}
.brands-col.visit-us .btn {
  width: 25%;
  margin: 0 0;
  padding: 10px 13px;
  font-size: 1em;
}
.footer-blue .mandatory-section {
  opacity: .4;
  justify-content: flex-end;
}
.footer-blue .footer-owl-logo {
  padding-right: 15px;
}
.footer-blue .copyright-text {
  align-items: center;
  display: flex;
  padding-top: 19px;
}

/*---- Homepage 2021 ----*/
@media screen and (max-width: 1799px) {
  .navigation,
  .side-menu {
    padding: 23px 85px;
    font-size: 14px;
  }
  .navigation .logo,
  .side-menu .logo {
    width: 170px;
    margin-right: 54px;
  }
  .primary-menu li:not(:first-child) {
    margin-left: 44px;
  }
  .menu-control .primary-menu li:not(:first-child) {
    margin-left: 30px;
  }
  .submenu-items {
    padding: 115px 0 55px;
  }
  .submenu-items .menu-description {
    margin-bottom: 40px;
  }
  .submenu-items .menu-description a svg {
    width: 34px;
  }
  .mobile-menu .icon-menu {
    width: 26px;
  }
  .brands-col_img {
    margin-bottom: 14px;
  }
  .brands-col_img .img {
    width: 68px;
  }
  .submenu-container .primary-menu li:not(:first-child) {
    margin-top: 20px;
  }
  .secondary-menu-content .text-content,
  .child-3 .text-content {
    padding-right: 42px;
  }
  .side-menu {
    width: 340px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .side-menu_top .brands-col_img {
    margin-bottom: 8px;
  }
  
  .side-menu_top .brands-col_img .img {
    width: 44px;
  }
  .slide-menu-container .sliding-menu .back-slide a {
    font-size: 15px;
    padding-left: 15px;
    background-size: 5px auto;
  }  
  .homepage-carousel .home-tile_content {
    padding-top: 54px;
  }  
  .cprogress {
    top: 40px;
  }
  .home-title {
    font-size: 54px;
  }  
  .home-spacing {
    padding-top: 55px;
    padding-bottom: 63px;
  }  
  .home-spacing.same {
    padding-top: 63px;
  }
  .latest-feeds .col-53 {
    padding-left: 75px;
  }  
  .home-copies {
    line-height: 30px;
  }  
  .latest-feeds .flex:not(:first-child) {
    margin-top: 63px;
  }  
  .latest-feeds .home-title {
    font-size: 38px;
    margin-bottom: 12px;
    padding-top: 26px;
}
  .latest-feeds .home-copies {
    margin-bottom: 21px;
  }  
  .new-hh-be {
    padding: 146px 0 155px;
  }  
  .new-hh-be .home-title {
    margin-bottom: 6px;
  }  
  .new-hh-be .home-copies {
    margin-bottom: 21px;
  }  
  .footer-2021 {
    padding: 40px 0;
  }
  .footer-black {
    padding-right: 65px;
  }
  .footer-black h2 {
    font-size: 20px;
    margin-bottom: 19px;
  } 
  .footer-black .newsletter-signup button {
    width: 120px;
  }  
  .footer-blue {
    padding-left: 65px;
  }  
  .footer-blue .footer-logo {
    width: 164px;
  }
  
}

@media screen and (max-width: 1399px) {
  .navigation,
  .side-menu {
    padding: 22px 70px;
    font-size: 13px;
  }
  .navigation .logo,
  .side-menu .logo {
    width: 142px;
    margin-right: 47px;
  }
  .primary-menu li:not(:first-child) {
    margin-left: 40px;
  }
  .menu-control .primary-menu li:not(:first-child) {
    margin-left: 26px;
  }
  .submenu-items {
    padding: 99px 0 47px;
  }
  .submenu-items .menu-description {
    margin-bottom: 35px;
  }
  .submenu-items .menu-description a svg {
    width: 34px;
  }
  .mobile-menu .icon-menu {
    width: 25px;
  }
  .brands-col_img {
    margin-bottom: 12px;
  }
  .brands-col_img .img {
    width: 58px;
  }
  .submenu-container .primary-menu li:not(:first-child) {
    margin-top: 18px;
  }
  .secondary-menu-content .text-content,
  .child-3 .text-content {
    padding-right: 36px;
  }
  .side-menu {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  .side-menu_top .brands-col_img {
    margin-bottom: 8px;
  }  
  .side-menu_top .brands-col_img .img {
    margin: 16px auto;
  }
  .homepage-carousel .home-tile_content {
    padding-top: 47px;
  }  
  
  .cprogress {
    top: 35px;
    right: 80px;
  }
  .home-title {
    font-size: 44px;
  }  
  .home-spacing {
    padding-top: 47px;
    padding-bottom: 54px;
  }  
  .home-spacing.same {
    padding-top: 54px;
  }
  .latest-feeds .col-53 {
    padding-left: 54px;
  }  
  .home-copies {
    line-height: 26px;
  }  
  .latest-feeds .flex:not(:first-child) {
    margin-top: 54px;
  }  
  .latest-feeds .home-title {
    font-size: 34px;
    margin-bottom: 8px;
    padding-top: 23px;
}
  .latest-feeds .home-copies {
    margin-bottom: 18px;
  }  
  .new-hh-be {
    padding: 125px 0 133px;
  }  
  .new-hh-be .home-title {
    margin-bottom: 4px;
  }  
  .new-hh-be .home-copies {
    margin-bottom: 21px;
  }  
  .footer-2021 {
    padding: 36px 0;
  }
  .footer-black {
    padding-right: 50px;
  }
  .footer-black h2 {
    font-size: 18px;
    margin-bottom: 17px;
  } 
  .footer-black .newsletter-signup button {
    width: 110px;
  }  
  .footer-blue {
    padding-left: 50px;
  }  
  .footer-blue .footer-logo {
    width: 144px;
  }
  .footer-blue ul li a {
    font-size: 15px;
    line-height: 22px;
  }  
  .footer-blue .footer-social {
    margin: 22px 0 18px;
  }    
  .footer-blue .copyright-text {
    font-size: 13px;
    line-height: 18px;
  }  
}

@media screen and (max-width: 1199px) {
  .navigation, .side-menu {
    padding: 22px 20px;
    font-size: 12px;
  }
  .submenu-container .primary-menu li:not(:first-child) {
    margin-top: 15px;
  }
  .submenu-items .menu-description {
    margin-bottom: 25px;
  }
  .home-title {
    font-size: 40px;
  }  
  .footer-black .newsletter-signup {
    max-width: none;
  }  
  .footer-blue {
    padding-right: 20px;
  }
  .cprogress > a {
    height: 28px;
    margin: 6px 0;
  }
  .slide-contentRight img {
    max-width: 85%;
  }
}
@media screen and (min-width: 992px) {

  .new-hh-be.img-based {
    padding: 0;
  }
  .hh-be-content {
    padding: 175px 0 185px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hh-be-content .container {
    width: 100%;
  }
  .new-hh-be.img-based.new-hh-be img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    -o-object-fit: contain;
       object-fit: contain;
  }  
}

@media screen and (max-width: 991px)  and (min-width: 768px) {
  .footer-black {
    padding-right: 20px;
  }  
  .footer-blue {
    padding-right: 10px;
    padding-left: 20px;
  } 
  .footer-black .newsletter-signup .form-control {
    font-size: 15px;
    height: 38px;
    padding: 0 10px;
  }  
  .footer-black .newsletter-signup button {
    width: 90px;
    height: 38px;
    font-size: 16px;
  }   
  .footer-black h2 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .cprogress > a {
    height: 26px;
    margin: 5px 0;
  }
  .slide-contentRight img {
    max-width: 80%;
  }
}
@media screen and (max-width: 991px) {
  .navigation, .side-menu {
    padding: 22px 0;
  }
  .homepage-carousel .home-tile {
    padding-bottom: 57%;
  } 
  .latest-feeds .col-53 {
    padding-left: 10px;
  }   
  .home-title {
    font-size: 34px;
  }
  .homepage-carousel .centerMob {
    padding-left: 40px;
  }
  .latest-feeds .home-title {
    font-size: 28px;
    margin-bottom: 6px;
    padding-top: 18px;
  }    
  .latest-feeds .home-copies {
    margin-bottom: 13px;
  }
  .latest-feeds-ctas a {
    min-width: 10.5em;
  }    
  .cprogress {
    right: 70px;
  }  
  .ccontrols .prev-owl,
  .ccontrols .next-owl {
    opacity: 1;
  }    
}

@media screen and (max-width: 767px) {
  .navigation .logo, 
  .side-menu .logo {
    width: 120px;
    margin-right: 0;
    transition: opacity 300ms;
  }  
  .navigation, 
  .side-menu {
    padding: 11px 15px;
    background: rgba(7, 29, 73, 0.9);
  }  
  .xpSpeedIn .navigation .logo {
    opacity: 0;
  }
  .side-menu_bottom .footer-social li {
    margin-left: 0;
    width: auto;
  }  
  .homepage-carousel .home-tile_content {
    padding-top: 17px;
  }  
  .homepage-carousel .home-tile {
    padding-bottom: 150%;
  }  
  .homepage-carousel h2 {
    margin-bottom: .6em;
  }  
  .homepage-carousel .btn.sm {
    min-width: 13em;
  }
  .homepage-carousel .centerMob {
    padding-left: 0;
  }
  .homepage-carousel .centerMob .home-title {
    text-align: center !important;
  }
  .homepage-carousel .centerMob .container > .flex,
  .homepage-carousel .centerMob .slide-contentLeft > .flex {
    justify-content: center;
  }
  .cprogress {
    top: auto;
    right: 0;
    bottom: 30px;
    height: 2px;
    width: 100%;
    flex-direction: row;
    left: 0;
  }  
  .cprogress > a {
    width: 28px;
    height: 2px;
    margin: 0 6px;
  }
  .cprogress > a > span {
    transform: translateX(-100%);
  }
  .cprogress .active span {
    transform: translateX(0);
  }  

  .ccontrols .prev-owl,
  .ccontrols .next-owl {
    width: 30px;
  }  
  .ccontrols .prev-owl::before,
  .ccontrols .next-owl::before {
    width: 120%;
  }  
  .ccontrols .prev-owl span,
  .ccontrols .next-owl span {
    background-size: 35%;
  }
  .slide-contentLeft {
    width: 100%;
  }
  .homepage-carousel .home-title {
    font-size: 40px;
  }  
  .home-title {
    font-size: 36px;
  }  

  .home-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
  }  
  .home-spacing.same {
    padding-top: 54px;
  }
  .awards-section.newawards ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  } 
  .awards-section.newawards.home-spacing ul li {
    width: calc(100% / 3);
    margin-bottom: 16px;
    padding: 0 8px;
  }    
  .awards-section.newawards.home-spacing ul li:nth-child(4),
  .awards-section.newawards.home-spacing ul li:nth-child(5) {
    margin-bottom: 0;
  }
  .awards-section.newawards.home-spacing ul {
    max-width: 400px;
  }
  .brands-lining {
    width: 100%;
    padding-bottom: 10px;
  }
  .brand-lining-content {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    background: #000;
  }  
  .brand-lining-content.home-spacing {
    padding-top: 5px;
  }
  .brands-lining img {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    object-fit: contain;
  }
  
  .home-spacing.latest-feeds.same {
    padding-top: 0;
  }
  .home-spacing.latest-feeds.same .container > .flex {
      flex-wrap: wrap;
      text-align: center;
  }
  .home-spacing.latest-feeds.same .container > .flex .btn,
  .brands-lining .btn {
      min-width: 300px;
  }
  .latest-feeds .flex:not(:first-child) {
      margin-top: 50px;
  }
  .latest-feeds .col-47 {
      width: 100%;
  }
  .latest-feeds .col-53 {
      width: 100%;
      padding: 40px 15px 0;
  }
  .latest-feeds img {
      border-radius: 0;
  }
  .latest-feeds .home-title {
      font-size: 36px;
      line-height: 1.25em;
      margin-bottom: 6px;
      padding-top: 0;
  }
  .latest-feeds .home-title::before {
      display: none;
  }
  .latest-feeds .home-copies {
      margin-bottom: 20px;
  }
  .latest-feeds-ctas {
    display: block;
  }
  .latest-feeds-ctas a.merchBtn,
  .latest-feeds-ctas a.bordered {
      margin: 1.33em 0 0;
  }  
  .new-hh-be {
    position: relative;
    padding: 0;
    color: #1f1f1f;
    text-align: center;
  }
  
  .new-hh-be .col-50 {
    width: 100%;
    padding: 40px 15px 50px;
  }
  
  .new-hh-be img {
    height: auto;
    position: relative;
  }
  
  .new-hh-be .home-title {
    margin-bottom: 6px;
    color: #071d49;
  }
  
  .new-hh-be .home-copies {
    margin-bottom: 20px;
  }
  .new-hh-be .btn {
    min-width: 300px;
  }  



  .footer-2021 {
    padding: 0;
  }
  .footer-2021 .container > .flex {
    flex-wrap: wrap;
  }
  .footer-2021 .col-40,
  .footer-2021 .col-60 {
    width: 100%;
  } 
  .footer-black {
    padding: 42px 15px 50px;
    background: #a7a7a7;
  }
  .footer-black::before {
    display: none;
  }
  .footer-black .newsletter-signup .input-group {
    display: table;
  } 
  .footer-black .input-group .form-control, 
  .footer-black .input-group .input-group-addon {
      display: table-cell;
  }
  .footer-black .input-group .input-group-addon {
    width: 1%;
    float: none;
  }
  .footer-black .input-group .input-group-addon button,
  .footer-black .input-group .form-control {
    margin: 0 !important;    
    height: 48px;
  }
  .footer-black h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .footer-blue {
    padding: 50px 15px;
  }
  .footer-blue > .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-blue .footer-logo {
    width: 162px;
  }
  .footer-logo-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .footer-blue ul li a {
    font-size: 16px;
  }
  .footer-menu-right {
    margin-left: 90px;
  }
  .footer-blue .footer-social {
    display: flex;
    justify-content: center;
  }
  .footer-blue .footer-social li {
    margin: 0;
    width: auto;
  }
  .footer-blue .footer-social li a {
    margin: 0 12px;
  }
  .footer-blue .copyright-text {
    font-size: 14px;
    line-height: 18px;
  }
  .footer-blue .mandatory-section {
    text-align: center;
  }
  .footer-blue .footer-owl-logo {
    margin-left: auto;
    margin-right: auto;
  } 
  .footer-blue .footer-social {
    margin-top: 30px;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .homepage-carousel .home-title {
    font-size: 60px;
  }  
  .homepage-carousel .btn.sm {
    min-width: 20em;
  }  
  .home-title {
    font-size: 54px;
  }  
  .latest-feeds .home-title {
    font-size: 54px;
  }  
  .home-copies {
    line-height: 40px;
  } 
  .new-hh-be .btn,
  .home-spacing.latest-feeds.same .container > .flex .btn, 
  .brands-lining .btn {
    min-width: 480px;
  }   
  .navigation, 
  .side-menu {
    padding: 21px 40px;
  }  
  .navigation .logo, .side-menu .logo {
    width: 200px;
  }  
  .awards-section.newawards.home-spacing ul {
    max-width: 560px;
  }  
  .latest-feeds .col-53,
  .new-hh-be .col-50,
  .footer-2021 .col-40 {
    padding-left: 40px;
    padding-right: 40px;
  }  
  .new-hh-be .home-copies {
    margin-bottom: 26px;
  }  
  .latest-feeds .home-copies {
    margin-bottom: 26px;
  }  
}

@media screen and (min-width: 500px) and (max-width: 599px) {
  .navigation, 
  .side-menu,
  .latest-feeds .col-53,
  .new-hh-be .col-50,
  .footer-2021 .col-40 {
    padding-left: 25px;
    padding-right: 25px;
  }  
  .homepage-carousel .home-title {
    font-size: 50px;
  }  
  .homepage-carousel .btn.sm {
    min-width: 18em;
  }  
  .home-title {
    font-size: 45px;
  }  
  .latest-feeds .home-title {
    font-size: 45px;
  }  
  .home-copies {
    line-height: 34px;
  } 
  .new-hh-be .btn,
  .home-spacing.latest-feeds.same .container > .flex .btn, 
  .brands-lining .btn {
    min-width: 400px;
  }     
  .awards-section.newawards.home-spacing ul {
    max-width: 480px;
  }  
}