.init-nav{
	background-color: #fff;
	border-right: 51px solid #a94442;
}

 body {
      font-family: 'Roboto', sans-serif;
	  font-weight:normal;
    }
	
.s-header-v2__nav-link {
    position: relative;
    display: block;
    font-size: 0.8125rem;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    color: rgb(0, 0, 0);
    line-height: 5.5rem;
    text-transform: none;
    margin: 0 .9rem;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    color: #242424;
    margin-top: 0;
    margin-bottom: .5rem;
}

.s-header__shrink .s-header-v2__nav-link {
    color: rgb(0, 0, 0);
}

.s-header-v2__nav-link:hover {
  color: #13b1cd;
}

.s-promo-block-v4:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
     background-image: none; 
    background-repeat: repeat-x;
    content: " ";
}