/***********************************************/
/* Global level styling for common elements go here.
/*
/***********************************************/
/***********************************************/
/* Global level styling for common elements go here.
/*
/***********************************************/
#mobile-header {
  background-color: #DB641C;
}

#mobile-header .logo img {
  width: 145px;
  height: auto;
  top: 18px;
  right: auto;
  left: 20px;
}

#mobile-header .button-mobile-menu {
  right: 20px;
}

.page-header {
  background: #DB641C;
}

@media (min-width: 768px) {
  .page-header {
    height: 97px;
  }
}

@media (min-width: 768px) {
  .page-header .logo {
    max-width: 290px;
    margin: 20px 30px 30px 40px;
  }
}

.page-header nav {
  padding-top: 40px;
}

@media (min-width: 544px) {
  .page-header nav {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .page-header nav > ul {
    height: 97px;
  }
}

.page-header nav > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

@media (min-width: 544px) {
  .page-header nav > ul > li {
    border: none;
  }
}

@media (min-width: 768px) {
  .page-header nav > ul > li {
    height: 40px;
  }
}

.page-header nav > ul > li a {
  font-family: "Helvetica Neue LT W01_77 Bd Cn";
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .page-header nav > ul > li a {
    font-size: 0.9375rem;
    padding: 0 15px;
  }
}

.page-header nav > ul > li:hover, .page-header nav > ul > li.menu-item--active-trail {
  background: #730e06;
}

@media (min-width: 768px) {
  .page-header nav > ul > li:last-child {
    background: #730e06;
    height: 50px;
    padding-top: 0px;
  }
}

@media (min-width: 768px) {
  .page-header nav > ul > li:last-child a {
    font-size: 0.8125rem;
    padding: 0 50px;
  }
  .page-header nav > ul > li:last-child a:after {
    color: #ffff00;
    font-size: 1.25rem;
  }
}

.page-header nav > ul > li:last-child:hover {
  background: #fff;
}

.page-header nav > ul > li:last-child:hover a {
  color: #730e06;
}

.page-header nav > ul > li:last-child:hover a:after {
  color: #730e06;
}

/***********************************************/
/* Global level styling for common elements go here.
/*
/***********************************************/
.page-footer {
  background-color: #DB641C;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .page-footer .footer-left .logo {
    margin: 0;
  }
}

.page-footer .footer-content nav {
  text-transform: uppercase;
}

.page-footer .footer-content nav ul li a {
  margin: 0 3px;
}

@media (min-width: 768px) {
  .page-footer .footer-content nav {
    text-transform: none;
    margin: 15px 0 20px;
  }
  .page-footer .footer-content nav ul li a {
    margin: 0 10px;
  }
}

@media (min-width: 768px) {
  .page-footer .social-links {
    margin: 25px 0 25px;
  }
}

.page {
  background-color: #e8d9c5;
}

.container-content {
  margin-top: 15px;
}

.callout .inner .cta-button {
  display: inline-block;
  position: relative;
  height: 30px;
  padding: 0px 35px 0 20px;
  margin: 0px;
  vertical-align: middle;
  line-height: 32px;
  color: #730e06;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #ffffff;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.49);
  font-family: "Helvetica Neue LT W01_77 Bd Cn";
  letter-spacing: 0;
  font-weight: normal;
}

@media (min-width: 768px) {
  .callout .inner .cta-button {
    font-size: 14px;
    line-height: 37px;
    height: 35px;
    padding-left: 12px;
    padding-right: 40px;
  }
}

.callout .inner .cta-button::after {
  content: '';
  display: block;
  color: #fff;
  vertical-align: top;
  padding: 0;
  border: none;
  position: absolute;
  width: 17px;
  height: 17px;
  background: #730e06 url(../../images/arrow.svg) no-repeat 50% 50%;
  background-size: 9px 11px;
  top: 6px;
  right: 11px;
}

@media (min-width: 768px) {
  .callout .inner .cta-button::after {
    top: 9px;
    right: 15px;
  }
}

.callout .inner .cta-button:hover {
  color: #ffffff;
  background: #730e06;
}

.callout .inner .cta-button:hover::after {
  background-color: white;
  background-image: url(../../images/arrow_dark.svg);
}

.error-page,
.sitemap-page {
  text-align: center;
  padding: 100px 0;
  font-family: "Helvetica Neue LT W01_77 Bd Cn";
}

@media (min-width: 768px) {
  .error-page,
  .sitemap-page {
    padding: 200px 0;
  }
}

.error-page h1,
.sitemap-page h1 {
  font-family: "Knockout 71 A", "Knockout 71 B";
  color: #730e06;
  text-transform: uppercase;
}

.error-page a,
.sitemap-page a {
  color: #730e06;
  text-transform: uppercase;
}

.error-page a {
  color: #730e06;
  display: inline-block;
  position: relative;
  height: 30px;
  padding: 0px 35px 0 20px;
  margin: 0px;
  vertical-align: middle;
  line-height: 32px;
  color: #730e06;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #ffffff;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.49);
  font-family: "Helvetica Neue LT W01_77 Bd Cn";
  letter-spacing: 0;
  font-weight: normal;
  margin: 20px;
}

@media (min-width: 768px) {
  .error-page a {
    font-size: 14px;
    line-height: 37px;
    height: 35px;
    padding-left: 12px;
    padding-right: 40px;
  }
}

.error-page a::after {
  content: '';
  display: block;
  color: #fff;
  vertical-align: top;
  padding: 0;
  border: none;
  position: absolute;
  width: 17px;
  height: 17px;
  background: #730e06 url(../../images/arrow.svg) no-repeat 50% 50%;
  background-size: 9px 11px;
  top: 6px;
  right: 11px;
}

@media (min-width: 768px) {
  .error-page a::after {
    top: 9px;
    right: 15px;
  }
}

.error-page a:hover {
  color: #ffffff;
  background: #730e06;
}

.error-page a:hover::after {
  background-color: white;
  background-image: url(../../images/arrow_dark.svg);
}

.sitemap-page ul, .sitemap-page li {
  margin: 0 !important;
  padding: 0 !important;
}

.sitemap-page li.has-children > a {
  margin-right: 30px;
}

.smartlabel-nav {
  right: 0px !important;
  position: relative;
}

.smartlabel-nav:hover {
  background-color: #730e06;
}

@media (min-width: 767px) {
  .smartlabel-nav {
    right: 35px !important;
    top: 5px;
    position: relative;
  }
}

.smartlabel-nav a {
  background-image: none !important;
}

.smartlabel-nav a svg {
  width: 110px;
  height: 23px;
}

.smartlabel-nav a svg path {
  fill: #fff !important;
}

@media (min-width: 767px) {
  .smartlabel-nav a svg path {
    fill: #730e06 !important;
  }
}

@media (min-width: 768px) {
  .smartlabel-nav a svg {
    background: transparent;
    top: 10px;
    left: auto;
    bottom: auto;
    right: 240px;
    width: 110px;
  }
}
