.raynor-wrap {
    position: static;
    display: block;
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: 100vh;
    margin-right: auto;
    margin-left: auto;
    border-right: 0px solid #c3c3c3;
    border-left: 0px solid #c3c3c3;
    padding-top: 32px;
}

.header-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #c3c3c3;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 70, 126, .85), rgba(0, 70, 126, .73)), url('../images/raynor-element_0006_Layer-1.png');
  background-image: linear-gradient(180deg, rgba(0, 70, 126, .85), rgba(0, 70, 126, .73)), url('../images/raynor-element_0006_Layer-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  box-shadow: 6px 6px 18px 0 rgba(0, 0, 0, .39);
}

.raynorlogo {
  position: absolute;
  top: 24px;
  right: 17px;
  width: 23%;
  max-width: 280px;
}

.sellsheetsimg {
  position: static;
  left: 43px;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  max-width: 638px;
}

.content-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  padding: 35px 13px 25px;
  background-color: #fff;
}

.header-container-1 {
  position: relative;
  padding-top: 148px;
  padding-bottom: 0px;
}

.body {
  font-family: 'Atquaysans book webfont', sans-serif;
}

.home-nav {
  position: absolute;
  left: 0px;
  top: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67%;
  max-width: 633px;
  min-height: 84px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-text {
  margin-right: 31px;
  color: #fff;
  font-size: 20px;
  text-shadow: 0 1px 0 #000;
  cursor: pointer;
}

.nav-text:hover {
  color: #047cdb;
}

.nav-text.products {
  margin-right: 7px;
  cursor: pointer;
}

.nav-text.products:hover {
  color: #047cdb;
}

.products-arrow {
  width: 14px;
  margin-right: 31px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cartimg {
  width: 27px;
}

.mobile-nav {
  display: none;
}

.content-container {
  position: relative;
  top: 22px;
  z-index: 0;
  min-height: 400px;
  padding-top: 50px;
  background-color: #fff;
}

.raynorrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}

.header-column-2 {
  display: block;
  height: auto;
  padding-top: 113px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  color: #fff;
  font-size: 34px;
  line-height: 34px;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.raynor-footer {
  position: relative;
  z-index: 100;
  width: 100%;
  margin-top: 49px;
  padding-top: 0px;
  padding-right: 24px;
  padding-left: 24px;
  border-top: 1px solid #c3c3c3;
  background-color: #00467e;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 70, 126, .8), #00467e), url('../images/raynor-element_0006_Layer-1.png');
  background-image: linear-gradient(180deg, rgba(0, 70, 126, .8), #00467e), url('../images/raynor-element_0006_Layer-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  box-shadow: inset 0 15px 24px -8px rgba(0, 0, 0, .16);
}

.footer-container {
  min-height: 300px;
  padding-top: 25px;
}

.text-block-2 {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 26px;
  font-style: italic;
  text-align: center;
  text-shadow: 0 1px 0 #000;
}

.row-2 {
  position: relative;
}

.text-block-3 {
  color: #fff;
  text-align: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 241px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3 {
  min-height: 241px;
}

.column-4 {
  min-height: 241px;
}

.link {
  margin-right: 31px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.link:hover {
  color: #047cdb;
}

.header-container-2 {
  position: relative;
  z-index: 5;
}

.product-slider {
  background-color: transparent;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.sell-sheet-slider-img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 40%;
}

.slider-heading {
  position: absolute;
  top: 76px;
  right: 0px;
  color: #fff;
  text-align: center;
}

.bcardimg {
  position: absolute;
  top: 16px;
  width: 50%;
}

.footerlogo {
  width: 50%;
}

.dropdown {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.raynor-navbar {
  position: absolute;
  left: 0px;
  top: 24px;
  background-color: transparent;
  color: #fff;
}

.navbar-text-link {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.navbar-text-link:hover {
  color: #047cdb;
}

.navbar-text-link.products {
  font-size: 24px;
}

.icon {
  color: #fff;
}

.dropdownlist {
  border-radius: 10px;
}

.dropdownlist.w--open {
  z-index: 100;
  width: auto;
}

.dropdown-link:hover {
  background-color: #00467e;
  color: #fff;
}

.mobile-nav-button {
  display: none;
}

.raynorguyimg {
  position: absolute;
  top: -55px;
  right: 0px;
  width: 60%;
  max-width: 192px;
}

.footer-link {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.footer-link:hover {
  color: #047cdb;
}

.yard-sign {
  position: absolute;
  left: 112px;
  top: 5px;
  width: 30%;
}

.image {
  position: absolute;
  top: 0px;
  right: 0px;
}

.cartdropdownopen {
  width: 100%;
  max-width: 400px;
}

.cartdropdownopen.w--open {
  width: 100%;
}

.htmlembeddropdown {
  width: 100%;
}

.asdf {
  width: 100%;
}

.asdf.w--open {
  width: 400px;
}

.alt-pressero-wrapper {
    position: relative;
    overflow: visible;
    width: 100%;
    height: auto;
    min-height: 100vh;
    font-family: 'Atquaysans book webfont', sans-serif;
    overflow-x: hidden !important;
}

.cart-slide-out {
  position: absolute;
  top: 0px;
  right: -417px;
  bottom: 0px;
  z-index: 999;
  width: 400px;
  height: auto;
  min-height: 100vh;
  padding: 20px;
  background-color: #c3c3c3;
  background-image: -webkit-linear-gradient(0deg, #cfcfcf, #fff);
  background-image: linear-gradient(90deg, #cfcfcf, #fff);
  box-shadow: -1px 1px 13px 0 rgba(0, 0, 0, .47);
}

.mobile-nav-slide {
  position: absolute;
  top: 0px;
  right: -415px;
  bottom: 0px;
  z-index: 999;
  display: none;
  width: 400px;
  height: auto;
  min-height: 100vh;
  background-color: #c3c3c3;
}

.cart-container-raynor {
  min-height: 100vh;
}

.cart-section-raynor {
  position: relative;
}

.cart-close-image {
    position: relative;
    top: 0px;
    width: 36px;
    float: left;
    clear: none;
    padding-bottom: 25px;
}

.mobile-nav-wrapper-raynor {
  min-height: 100vh;
}

.mobile-navsection {
  position: relative;
}

.mobilenav-close-image {
  width: 50px;
}

.cartclosetext {
    position: relative;
    left: 12px;
    top: 5px;
    float: left;
    clear: right;
    color: #00467e;
    font-size: 18px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .39);
}

.closelinkblock {
  cursor: pointer;
}

html.w-mod-js *[data-ix="sell-sheets-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 250px);
  -ms-transform: translate(0px, 250px);
  transform: translate(0px, 250px);
}

html.w-mod-js *[data-ix="sell-sheets-fade-in-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 250px);
  -ms-transform: translate(0px, 250px);
  transform: translate(0px, 250px);
}

html.w-mod-js *[data-ix="logo-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -250px);
  -ms-transform: translate(0px, -250px);
  transform: translate(0px, -250px);
}

html.w-mod-js *[data-ix="body-fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="footer-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, -340px);
  -ms-transform: translate(0px, -340px);
  transform: translate(0px, -340px);
}

html.w-mod-js *[data-ix="hamburger-action"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

@media (max-width: 991px) {
  .header-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .header-container-1 {
    padding-top: 150px;
    padding-bottom: 0px;
  }
  .mobile-nav {
    display: none;
  }
  .hamburger-line-1 {
    width: 50px;
    height: 1px;
    background-color: #fff;
    cursor: pointer;
  }
  .hamburger-line-2 {
    width: 50px;
    height: 1px;
    background-color: #fff;
    cursor: pointer;
  }
  .hamburger-line-3 {
    width: 50px;
    height: 1px;
    background-color: #fff;
    cursor: pointer;
  }
  .slider-heading {
    right: 36px;
    font-size: 30px;
  }
  .footerlogo {
    width: 81%;
  }
  .raynor-navbar {
    z-index: 30;
    display: none;
  }
  .navmenudiv {
    z-index: 100;
  }
  .mobile-nav-button {
    position: absolute;
    top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 10px;
    cursor: pointer;
  }
  .raynorguyimg {
    width: 80%;
  }
  .cart-slide-out {
    right: -417px;
    padding: 20px;
  }
  .mobile-nav-slide {
    right: -417px;
    display: block;
    padding: 0px 0px 0px;
  }
  .cart-container-raynor {
    position: relative;
    width: 100%;
    min-height: 100vh;
  }
  .mobile-nav-wrapper-raynor {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 0px;
  }
}

@media (max-width: 767px) {
  .header-wrap {
    padding-bottom: 14px;
  }
  .raynorlogo {
    top: 25px;
    right: 37px;
    width: 40%;
  }
  .sellsheetsimg {
    width: 100%;
  }
  .home-nav {
    display: none;
  }
  .mobile-nav {
    position: absolute;
    left: 33px;
    top: 39px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 10px;
    cursor: pointer;
  }
  .content-container {
    padding-right: 19px;
    padding-left: 18px;
  }
  .header-column-2 {
    padding-top: 0px;
  }
  .column-4 {
    display: none;
  }
  .hamburger-line-1 {
    width: 50px;
    height: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
  }
  .hamburger-line-2 {
    width: 50px;
    height: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
  }
  .hamburger-line-3 {
    width: 50px;
    height: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
  }
  .product-slider {
    display: none;
  }
  .footerlogo {
    width: 40%;
  }
  .mobile-nav-button {
    position: absolute;
    left: 33px;
    top: 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 10px;
    cursor: pointer;
  }
}

@media (max-width: 479px) {
  .header-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .raynorlogo {
    top: 36px;
    right: 20px;
    width: 50%;
  }
  .header-container-1 {
    padding-bottom: 10px;
  }
  .header-column-2 {
    padding-top: 0px;
  }
  .text-block {
    font-size: 16px;
  }
  .mobile-nav-button {
    left: 24px;
  }
}

@font-face {
  font-family: 'Atquaysans webfont';
  src: url('../fonts/atquaysans-bookitalic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Atquaysans book webfont';
  src: url('../fonts/atquaysans-book-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Atquaysans webfont';
  src: url('../fonts/atquaysans-blackitalic-webfont.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Atquaysans webfont';
  src: url('../fonts/atquaysans-black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}