/** Table of  Contents **/
/**
1.Variables
2. Mixins
3. Extends
4. General/Bulma Changes
5. Navbar
6. Mobile Nav
7. Footer
8. Media Queries
**/
/** Variables **/
/** Mixins **/
/** Extends **/
.immediatetransition div, .immediatetransition img, .navbar.immediatetransition {
  transition-timing-function: 0, 0, 0, 0 !important;
  transition: 0s !important;
}

.navbar.scrolled .navbar-brand img, .navbar.scrolled, .navbar #whitelogo, .navbar .navbar-brand img, .navbar .navbar-brand, .navbar, .arrowlink:hover::before {
  transition-timing-function: cubic-bezier(0.4, 0.82, 0.63, 0.2);
  transition: opacity 0.56s, height 0.56s, transform 0.56s, background 0.3s, font-size 0s;
}

a.scroll-to-top:hover:before, a.scroll-to-top:before, a.scroll-to-top:hover, a.scroll-to-top, #footer .bottombar .mainwrap .bottombarlinks p:hover, #footer li:hover, #footer li a :hover::before, #locationpanel, #searchbutton:hover, #page-searchbutton:hover, #searchpanel, .productpanelwrapper .column #largearrow :hover::before, .productpanelwrapper .column a :hover::before, #productpanel, .navbar-burger span, .arrowlink::before {
  transition-timing-function: cubic-bezier(0.4, 0.82, 0.63, 0.2);
  transition: opacity 0.28s, height 0.28s, transform 0.28s, background 0.22s, font-size 0s;
}

#footer li a ::before, #searchbutton, #page-searchbutton, .productpanelwrapper .column #largearrow ::before, .productpanelwrapper .column a ::before {
  transition-timing-function: cubic-bezier(0.4, 0.82, 0.63, 0.2), font-size 0s;
  transition: 0.18s;
}

.productpanel-open .navbar.scrolled, body.productpanel-open .navbar .rowmarklogo #whitelogo, body.darkmode.productpanel-open .navbar .rowmarklogo #whitelogo, body.productpanel-open .navbar .rowmarklogo #regularlogo, body.darkmode.productpanel-open .navbar .rowmarklogo #regularlogo, body.productpanel-open .navbar #locationicon, body.productpanel-open .navbar #searchicon, body.darkmode.productpanel-open .navbar #locationicon, body.darkmode.productpanel-open .navbar #searchicon, body.productpanel-open .navbar a p, body.darkmode.productpanel-open .navbar a p, #productpanel.productreveal {
  transition-delay: 0.26s;
}

#footer li a :hover::before, #footer .sociallinks svg:hover, #locationpanel .mainwrap .columns .column p:hover, #searchbutton:hover, #page-searchbutton:hover, body.productpanel-open .navbar .rowmarklogo #whitelogo, body.darkmode.productpanel-open .navbar .rowmarklogo #whitelogo, body.productpanel-open .navbar .rowmarklogo #regularlogo, body.darkmode.productpanel-open .navbar .rowmarklogo #regularlogo, body.productpanel-open .navbar .rowmarklogo, body.darkmode.productpanel-open .navbar .rowmarklogo, .productpanelwrapper .column #largearrow :hover::before, .productpanelwrapper .column a :hover::before, .productpanelwrapper .column a ::before, .productpanelwrapper .column a#viewall p:before, .navbar-menu.mobilemenu.is-active .navbar-item, .navbar-menu.mobilemenu .navbar-item, .navbar-menu.mobilemenu.is-active .navbar-end, .navbar-menu.mobilemenu .navbar-end, .navbar-item:hover p:before, .navbar a:hover p:before, .navbar a:hover p, .navbar a:hover, .arrowlink:hover::before, .animfix {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
  -webkit-transform-style: preserve-3d;
}

@keyframes loadanim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/** General/Bulma Changes **/
.font-weight-semibold {
  font-weight: 600;
}

::selection {
  background: rgba(163, 217, 99, 0.5);
}

strong {
  color: #004186;
}

.d-none {
  display: none !important;
}

h1, h2, h3, h4, h5, p, a {
  letter-spacing: 1px;
}

a:hover {
  color: #004186;
}

p.smallcolumn {
  width: 760px;
  max-width: 100%;
}

body:not(.warrantyPage):not(.servantLeadershipPage) .mainContentWrapper {
  width: 760px;
  max-width: 100%;
  animation: fadeindelay 0.5s;
}

.warrantyPage .mainContentWrapper, .servantLeadershipPage .mainContentWrapper {
  width: 660px;
  max-width: 100%;
}
.warrantyPage .mainContentWrapper.smaller, .servantLeadershipPage .mainContentWrapper.smaller {
  width: 560px;
}

.arrowlink {
  font-size: 145%;
  font-weight: 700;
  color: #004186;
  position: relative;
  transform: translateY(20px);
  display: inline-block;
}

.arrowlink::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../images/icons/arrowblue.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  right: -52px;
  top: 3px;
  bottom: 0;
  height: 28px;
  width: 50px;
}

.arrowlink:hover::before {
  transform: translateX(6px) !important;
}

.arrowlink.blue::before {
  background: url("../images/icons/arrowblue.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 50px;
  top: 2px;
  right: -55px;
}

#arrow {
  fill: #004186;
  height: 50px;
  width: 50px;
}

.testline {
  position: absolute;
  top: 158px;
  z-index: 999999999;
  left: 0;
  right: 0;
  height: 1px;
  background: red;
}

.testline2 {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 999999999;
  left: 132px;
  width: 1px;
  background: red;
}

.flexwrap {
  flex-wrap: wrap;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  animation: fadein 0.4s;
  animation-fill-mode: forwards;
}

@keyframes fadeindelay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeoutdelay {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes slideup {
  0% {
    transform: translateY(16px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeout {
  animation: fadeout 0.4s;
  animation-fill-mode: forwards;
}

@keyframes logofadein {
  0% {
    opacity: 0 !important;
    display: block !important;
  }
  50% {
    opacity: 0 !important;
    display: block !important;
  }
  100% {
    opacity: 1 !important;
    display: block !important;
  }
}
@keyframes logofadeout {
  0% {
    opacity: 1 !important;
  }
  50% {
    opacity: 0 !important;
  }
  100% {
    opacity: 0 !important;
  }
}
@keyframes backgroundfade {
  0% {
    background: #fff;
  }
  25% {
    background: #fff;
  }
  100% {
    background: transparent;
  }
}
@keyframes disappear {
  0% {
    visibility: visible;
    opacity: 1;
  }
  25% {
    visibility: visible;
    opacity: 1;
  }
  90% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    position: absolute;
  }
}
.disappear {
  animation: disappear 0.4s;
  animation-fill-mode: forwards;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scrolllock {
  0% {
    /*position:static;*/
    overflow: visible;
  }
  80% {
    /*position:static;*/
    overflow: visible;
  }
  100% {
    /*position:fixed;*/
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
  }
}
@keyframes scrollanim {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  30% {
    transform: translateY(0);
    opacity: 1;
  }
  35% {
    transform: translateY(0);
    opacity: 1;
  }
  80% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}
g#scroll {
  animation: scrollanim 2s infinite;
}

body {
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif, Helvetica, Arial, sans-serif !important;
  background: #F9F9F9;
}

.clearfix {
  display: inline-block;
}

.clearfix::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.mainwrap {
  width: 83.5416%;
  max-width: 100%;
  transition: 0.1s;
  margin: 0 auto;
  display: flex;
  -js-display: flex;
  position: relative;
}

.is-1, .is-2, .is-3, .is-4, .is-5, p, .title, li {
  color: #004186;
}

p, ul > li, ol > li {
  font-size: 145%;
}

li ul li, li ol li {
  font-size: 100%;
}

.title.is-1 {
  font-size: 500% !important;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 14px;
}

.title.is-3 {
  font-weight: 400;
  line-height: 140%;
}

.columns.downward {
  flex-direction: column;
}

@media screen and (max-width: 1105px) {
  .navbar-burger {
    display: block !important;
  }
  .navbar-burger:before {
    position: absolute;
    content: "MENU";
    left: -50px;
    top: -13px;
    font-weight: 500;
  }
}
/** Navbar **/
.navbar {
  width: 100%;
  position: fixed !important;
  top: 46px;
  z-index: 200;
  height: 154px;
  line-height: 200px;
  background: transparent;
}
.navbar .mainwrap {
  height: 100%;
}
.navbar .navbar-brand {
  display: flex;
  -js-display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-perspective: 1000;
}
.navbar .rowmarklogo {
  margin: 0;
  padding: 0;
  transform: translateY(-5px) translateZ(0);
  z-index: 200;
  -webkit-perspective: 1000;
  display: block;
  position: relative;
  min-width: 230px;
}
.navbar .rowmarklogo img {
  width: 230px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.navbar #whitelogo {
  display: none;
}
.navbar a {
  line-height: 80px;
  color: #004186;
  font-size: 145%;
  margin-left: 1vw;
  transition: 0.2s;
  font-weight: 400;
}
.navbar a p {
  margin: 0;
  font-size: 100%;
  transition: 0.16s;
  position: relative;
}
.navbar a:hover {
  background: transparent !important;
  transition: 0.48s;
}
.navbar a:hover p {
  transition: 0.22s;
}
.navbar a:hover p:before {
  opacity: 1;
}
.navbar .navbar-end a.navbar-item {
  top: 50%;
  transform: translateY(-50%);
  max-height: 40%;
  -webkit-perspective: 1000;
}
.navbar .mobilemenu .navbar-end a.navbar-item {
  top: 50%;
  transform: translateX(0) translateY(-50%);
  max-height: 25%;
}
.navbar .smallermargin {
  margin-left: 20px;
}
.navbar .icon {
  display: inline-block;
}

.navbar.scrolled.immediatetransition, .navbar.scrolled .navbar-brand.immediatetransition {
  animation: fadeindelay 0.5s;
  animation-direction: forwards;
}
.navbar.scrolled.immediatetransition div, .navbar.scrolled .navbar-brand.immediatetransition div {
  animation: fadeindelay 0.5s;
  animation-direction: forwards;
}

.locationpanel-open .navbar.scrolled {
  animation: backgroundfade 0.6s;
  animation-fill-mode: forwards;
}

.locationpanel-open .navbar, .locationpanel-open .navbar.scrolled {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0) !important;
  z-index: 200;
}
.locationpanel-open .navbar .navbar-menu.mobilemenu.is-active, .locationpanel-open .navbar.scrolled .navbar-menu.mobilemenu.is-active {
  animation: disappear 0.6s;
  animation-fill-mode: forwards;
}

body.searchpanel-open.scrolled .productfilter.scrolled {
  opacity: 0 !important;
  transition: 0s !important;
}

.searchpanel-open .navbar, .searchpanel-open .navbar.scrolled {
  background: transparent !important;
  box-shadow: 1px 2px 6px rgba(2, 2, 2, 0);
  z-index: 200;
}
.searchpanel-open .navbar #regularlogo, .searchpanel-open .navbar.scrolled #regularlogo {
  opacity: 0;
}
.searchpanel-open .navbar #whitelogo, .searchpanel-open .navbar.scrolled #whitelogo {
  display: block !important;
}
.searchpanel-open .navbar .burger, .searchpanel-open .navbar.scrolled .burger {
  color: #fff !important;
  z-index: 999;
}
.searchpanel-open .navbar .burger span, .searchpanel-open .navbar.scrolled .burger span {
  background: #fff !important;
}
.searchpanel-open .navbar .navbar-menu.mobilemenu.is-active, .searchpanel-open .navbar.scrolled .navbar-menu.mobilemenu.is-active {
  animation: disappear 0.7s;
  animation-fill-mode: forwards;
}
.searchpanel-open .navbar .navbar-item p, .searchpanel-open .navbar.scrolled .navbar-item p {
  color: #fff !important;
}
.searchpanel-open .navbar .navbar-item p:before, .searchpanel-open .navbar.scrolled .navbar-item p:before {
  background: #fff !important;
}
.searchpanel-open .navbar #searchicon, .searchpanel-open .navbar #locationicon, .searchpanel-open .navbar.scrolled #searchicon, .searchpanel-open .navbar.scrolled #locationicon {
  fill: #fff !important;
}

.navbar-item p:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 30%;
  height: 1px;
  opacity: 1;
  background: #004186;
  z-index: 200;
  opacity: 0;
  transition: 0.18s;
}

.navbar-item:hover p:before {
  opacity: 1;
  transition: 0.22s;
}

.navbar.scrolled {
  background: #fff;
  height: 100px;
  line-height: 100px;
  box-shadow: 1px 2px 24px rgba(2, 2, 2, 0.06);
}
.navbar.scrolled .navbar-brand img {
  z-index: 500;
}

#locationmenu {
  padding: 0;
}

#locationicon, #searchicon {
  fill: #004186 !important;
  width: 32px;
  height: 32px;
}
#locationicon svg, #searchicon svg {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#locationicon svg#cancelsearch, #locationicon svg#cancellocation, #searchicon svg#cancelsearch, #searchicon svg#cancellocation {
  width: 32px;
  height: 32px;
}

.hiddenicon {
  opacity: 0;
}

/** Mobile Nav **/
.navbar-burger {
  margin-left: 0 !important;
  position: absolute;
  top: 2px;
  right: -40px;
  z-index: 200;
  transition-timing-function: cubic-bezier(0.4, 0.82, 0.63, 0.2) !important;
  transition: 0.56s !important;
}

.navbar.scrolled .navbar-burger {
  transform: translateX(-40px) translateY(30px);
}

.navbar-burger span {
  height: 2px;
  width: 28px;
  z-index: 200;
}

.navbar-burger span:nth-child(1) {
  top: calc(50% - 10px);
}

.navbar-burger span:nth-child(3) {
  top: calc(50% + 8px);
}

.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.navbar-menu.mobilemenu {
  user-select: none;
  pointer-events: none;
}

.navbar-menu.mobilemenu.is-active {
  user-select: auto;
  pointer-events: auto;
}

body.mobilemenu-open .navbar .navbar-brand .rowmarklogo #regularlogo, body.darkmode.mobilemenu-open .navbar .navbar-brand .rowmarklogo #regularlogo {
  opacity: 1;
}
body.mobilemenu-open .navbar .navbar-brand .rowmarklogo #whitelogo, body.darkmode.mobilemenu-open .navbar .navbar-brand .rowmarklogo #whitelogo {
  opacity: 0;
}
body.mobilemenu-open .navbar .navbar-brand .burger span, body.mobilemenu-open .navbar .navbar-brand .navbar-burger:before, body.darkmode.mobilemenu-open .navbar .navbar-brand .burger span, body.darkmode.mobilemenu-open .navbar .navbar-brand .navbar-burger:before {
  color: #004186 !important;
}
body.mobilemenu-open .navbar #locationicon, body.mobilemenu-open .navbar #searchicon, body.darkmode.mobilemenu-open .navbar #locationicon, body.darkmode.mobilemenu-open .navbar #searchicon {
  fill: #004186 !important;
}
body.mobilemenu-open .navbar #searchicon:before, body.mobilemenu-open .navbar #locationicon:before, body.darkmode.mobilemenu-open .navbar #searchicon:before, body.darkmode.mobilemenu-open .navbar #locationicon:before {
  content: "Search";
  position: absolute;
  top: 8px;
  left: 0;
  bottom: 0;
  color: #004186;
}
body.mobilemenu-open .navbar #locationicon:before, body.darkmode.mobilemenu-open .navbar #locationicon:before {
  content: "Location";
}

.navbar-menu.mobilemenu.is-active, .navbar-menu.mobilemenu {
  display: block;
  width: 125%;
  height: 130vh;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding-left: 6px;
}
.navbar-menu.mobilemenu.is-active .navbar-end, .navbar-menu.mobilemenu .navbar-end {
  margin-top: 200px;
}
.navbar-menu.mobilemenu.is-active .navbar-item, .navbar-menu.mobilemenu .navbar-item {
  width: auto;
  height: auto;
  margin-bottom: 10px;
  line-height: 100%;
  font-size: 300%;
}
.navbar-menu.mobilemenu.is-active #magnifyingglass, .navbar-menu.mobilemenu.is-active #globe, .navbar-menu.mobilemenu #magnifyingglass, .navbar-menu.mobilemenu #globe {
  opacity: 0 !important;
}
.navbar-menu.mobilemenu.is-active .navbar-item:nth-of-type(1), .navbar-menu.mobilemenu .navbar-item:nth-of-type(1) {
  animation-delay: 0.08s;
  animation-duration: 0.5s;
}
.navbar-menu.mobilemenu.is-active .navbar-item:nth-of-type(2), .navbar-menu.mobilemenu .navbar-item:nth-of-type(2) {
  animation-delay: 0.16s;
  animation-duration: 0.6s;
}
.navbar-menu.mobilemenu.is-active .navbar-item:nth-of-type(3), .navbar-menu.mobilemenu .navbar-item:nth-of-type(3) {
  animation-delay: 0.24s;
  animation-duration: 0.7s;
}
.navbar-menu.mobilemenu.is-active .navbar-item:nth-of-type(4), .navbar-menu.mobilemenu .navbar-item:nth-of-type(4) {
  animation-delay: 0.32s;
  animation-duration: 0.8s;
}
.navbar-menu.mobilemenu.is-active .navbar-item:nth-of-type(5), .navbar-menu.mobilemenu .navbar-item:nth-of-type(5) {
  animation-delay: 0.4s;
  animation-duration: 0.9s;
}
.navbar-menu.mobilemenu.is-active .navbar-item:nth-of-type(6), .navbar-menu.mobilemenu .navbar-item:nth-of-type(6) {
  animation-delay: 0.48s;
  animation-duration: 1s;
}
.navbar-menu.mobilemenu.is-active .navbar-brand, .navbar-menu.mobilemenu .navbar-brand {
  z-index: 200;
}

/* Product Hover Panel */
#productpanel {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100vw;
  height: 100vh;
  z-index: 130;
  opacity: 0;
  pointer-events: none;
  user-select: none;
}

.productpanelwrapper {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 130;
}
.productpanelwrapper p {
  margin-top: 6px;
  font-size: 130%;
}
.productpanelwrapper .column .arrowlink {
  font-weight: 500;
}
.productpanelwrapper .column h3 {
  margin-bottom: 8px;
}
.productpanelwrapper .column h3:nth-of-type(2) {
  margin-top: 48px;
}
.productpanelwrapper .column a#viewall {
  margin-top: 2px;
  font-weight: 700;
}
.productpanelwrapper .column a#viewall p:before {
  opacity: 1 !important;
  right: -32px;
}
.productpanelwrapper .column a {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  margin-right: 100%;
}
.productpanelwrapper .column a ::before {
  position: absolute;
  display: block;
  content: "";
  background: url("../images/icons/arrowblue.png");
  background-size: 30px;
  background-repeat: no-repeat;
  right: -28px;
  top: 12px;
  width: 30px;
  height: 30px;
  z-index: 110;
  opacity: 0;
  transform: translateX(-1px);
}
.productpanelwrapper .column a :hover::before {
  opacity: 1;
  transform: translateX(4px);
}
.productpanelwrapper .column #largearrow {
  margin-top: 30px;
}
.productpanelwrapper .column #largearrow ::before {
  position: absolute;
  display: block;
  content: "";
  background: url("../images/icons/arrowbluelarge.svg");
  background-size: 54px;
  background-repeat: no-repeat;
  right: -80px;
  top: 49%;
  width: 54px;
  height: 54px;
  z-index: 110;
  opacity: 1;
  transform: translateX(-1px);
}
.productpanelwrapper .column #largearrow :hover::before {
  opacity: 1;
  transform: translateX(4px);
}
.productpanelwrapper .designgallery {
  margin-top: 52px;
}

#productpanel:hover {
  opacity: 1 !important;
  pointer-events: auto !important;
  user-select: auto !important;
}

#productpanel.productreveal {
  opacity: 1;
  pointer-events: auto;
  user-select: auto;
}

body.productpanel-open .navbar a p, body.darkmode.productpanel-open .navbar a p {
  color: #004186 !important;
}
body.productpanel-open .navbar a p:before, body.darkmode.productpanel-open .navbar a p:before {
  background: #004186 !important;
  transition: 0.22s, background 2s !important;
}
body.productpanel-open .navbar #locationicon, body.productpanel-open .navbar #searchicon, body.darkmode.productpanel-open .navbar #locationicon, body.darkmode.productpanel-open .navbar #searchicon {
  fill: #004186 !important;
}
body.productpanel-open .navbar .rowmarklogo #regularlogo, body.darkmode.productpanel-open .navbar .rowmarklogo #regularlogo {
  opacity: 1 !important;
}
body.productpanel-open .navbar .rowmarklogo #whitelogo, body.darkmode.productpanel-open .navbar .rowmarklogo #whitelogo {
  opacity: 0 !important;
}

.productpanel-open #producthover p:before {
  opacity: 1;
}

.productpanel-open .navbar.scrolled {
  background: #fff;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0);
  transition: 1s;
}

/*  Search Panel */
#searchpanel {
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(0, 65, 134);
  width: 100vw;
  height: 100vh;
  z-index: 120;
  opacity: 0;
  pointer-events: none;
  user-select: none;
}
#searchpanel .results {
  width: calc(83.5416% - 16px);
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 54vh;
  height: 280px;
  overflow: hidden;
  transform: translateX(-16px);
}
#searchpanel .results a.seeall {
  color: #fff;
  transform: translateX(10px) translateY(20px);
  position: relative;
  bottom: 0;
}
#searchpanel .results a.seeall::before {
  width: 40px;
  height: 40px;
  right: -44px;
  top: -3px;
  background-size: 40px;
  background-position: center center;
}
#searchpanel .results .result {
  height: 70px;
  transform: translateX(8px);
}
#searchpanel .results .category {
  color: #fff;
  font-size: 125%;
  margin-right: 20px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  display: block;
  clear: right;
}
#searchpanel .results a {
  color: #fff;
  font-size: 175%;
  font-weight: 700;
  line-height: 28px;
}
#searchpanel .results:last-child {
  padding-bottom: 100px;
}

.loading {
  height: 100px;
  width: auto;
}

.loading h2 {
  font-size: 250%;
  display: inline-block;
  float: left;
  margin: 0;
  margin-right: 32px;
  margin-left: 12px;
  margin-top: 0;
  font-weight: 100;
  color: #fff;
}

.loading .sheet {
  height: 60px;
  width: 30px;
  background: #fff;
  display: inline-block;
  float: left;
  animation: loadanim 1.4s infinite !important;
  margin-right: 8px;
}

.loading .sheet:nth-of-type(2) {
  animation-delay: 0.12s !important;
}

.loading .sheet:nth-of-type(3) {
  animation-delay: 0.24s !important;
}

.searchpanel-open #searchpanel {
  opacity: 1;
  pointer-events: auto;
  user-select: auto;
}
.searchpanel-open #searchpanel * {
  animation: fadeindelay 1s;
  animation-direction: forwards;
}

.searchpanel-open #cancelsearch {
  opacity: 1;
  animation: fadein 0.4s;
}

.searchpanel-open #magnifyingglass {
  opacity: 0;
}

.search-container:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  bottom: -10px;
  background: #fff;
}

.search-container {
  width: 82.25vw;
  display: block;
  margin: 0 auto;
  color: #fff;
  top: 40.75%;
  transform: translateY(-50%);
  position: fixed;
  height: 100px;
  line-height: 80px;
}
.search-container label {
  position: fixed;
  font-size: 500%;
  font-weight: 700;
  padding-top: 36px;
  opacity: 1;
}
.search-container label.input-has-value {
  opacity: 0;
}
.search-container ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #fff;
}
.search-container :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
.search-container ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.search-container :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.search-container ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.search-container ::placeholder { /* Most modern browsers support this now. */
  color: #fff;
}

input#search-bar, input#page-search-bar, input#glossary-search-bar {
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
  margin: 0 auto;
  width: 88%;
  height: 102px;
  font-size: 500%;
  font-weight: 700;
  background: transparent;
  border: 0px solid transparent;
  outline: none;
  color: #fff;
  position: relative;
  opacity: 1;
}

#searchbutton, #page-searchbutton {
  position: absolute;
  float: right;
  right: -30px;
  top: 8px;
  height: 100px;
  width: 180px;
  background: url("../images/icons/arrowlong.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
#searchbutton:hover, #page-searchbutton:hover {
  transform: translateX(22px);
}

/* Location Panel */
#locationpanel:before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, rgb(251, 251, 251) 0%, rgb(251, 251, 251) 33%, rgba(251, 251, 251, 0) 100%);
  z-index: 120;
}

body.darkmode #locationpanel p {
  color: #004186 !important;
}

#locationpanel {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100vw;
  height: 100vh;
  z-index: 120;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  overflow: auto;
}
#locationpanel .mainwrap {
  margin-top: 50vh;
  transform: translateY(-50%);
}
#locationpanel .mainwrap .columns {
  justify-content: center;
}
#locationpanel .mainwrap .columns svg#locationcolumn, #locationpanel .mainwrap .columns svg#languagecolumn {
  position: absolute;
  width: 45px;
  height: 45px;
  fill: #004186;
  left: 50%;
  top: 0%;
  transform: translateX(-50%) translateY(-46px);
}
#locationpanel .mainwrap .columns svg#languagecolumn {
  transform: translateX(-50%) translateY(-60px);
  width: 80px;
  height: 80px;
}
#locationpanel .mainwrap .columns .column:first-of-type {
  margin-right: 140px;
}
#locationpanel .mainwrap .columns .column {
  width: auto;
  max-width: 100%;
  position: relative;
}
#locationpanel .mainwrap .columns .column a {
  width: 100%;
  position: relative;
}
#locationpanel .mainwrap .columns .column p {
  text-align: left;
  margin-top: 8px;
  margin-bottom: 8px;
  transition: 0.22s;
  position: relative;
}
#locationpanel .mainwrap .columns .column p:hover {
  transition: 0.22s;
  color: #A3D963 !important;
}
#locationpanel .mainwrap .columns .column p:before {
  opacity: 0;
  transition: 0.22s;
}
#locationpanel h3 {
  font-weight: 700;
}

.locationpanel-open #locationpanel {
  opacity: 1;
  pointer-events: auto;
  user-select: auto;
}
.locationpanel-open #locationpanel .mainwrap {
  animation: fadeindelay 1.2s;
  animation-direction: forwards;
}

.locationpanel-open #cancellocation {
  animation: fadein 0.4s;
  opacity: 1;
}

.locationpanel-open #globe {
  opacity: 0;
}

body.locationpanel-open .navbar a p {
  color: #004186 !important;
}
body.locationpanel-open .navbar a p:before {
  background: #004186 !important;
}
body.locationpanel-open .navbar #locationicon, body.locationpanel-open .navbar #searchicon {
  fill: #004186 !important;
}
body.locationpanel-open .navbar .rowmarklogo #regularlogo {
  opacity: 1;
}
body.locationpanel-open .navbar .rowmarklogo #whitelogo {
  opacity: 0;
}

body.locationpanel-open.darkmode .navbar #locationicon, body.locationpanel-open.darkmode .navbar #searchicon {
  fill: #004186 !important;
}

/* Footer */
.testimonialpage .testimonialarea {
  padding-top: 0;
}
.testimonialpage .testimonialarea .columns {
  margin-bottom: 80px;
}
.testimonialpage #footer .testimonialarea {
  min-height: 260px;
  max-height: 260px;
}
.testimonialpage #footer .testimonialarea .maintestimonial {
  display: none;
}

.testimonialarea {
  padding-top: 11%;
}
.testimonialarea #testimonialphoto {
  width: 200px;
  height: 200px;
  background: #00254D;
  background-size: cover;
  display: block;
  float: right;
  margin-right: 50px;
  box-shadow: 1px 2px 24px rgba(2, 2, 2, 0.17);
}
.testimonialarea p, .testimonialarea blockquote {
  color: #004186 !important;
  line-height: 125%;
}
.testimonialarea #testimonial {
  font-size: 175%;
  font-style: italic;
  font-weight: 100;
  opacity: 0.8;
}
.testimonialarea #name {
  font-size: 280%;
  font-weight: 600;
  text-align: right;
  margin-top: 20px;
}
.testimonialarea #title {
  font-size: 140%;
  text-align: right;
}
.testimonialarea .innerwrap {
  width: 760px;
  max-width: 100%;
}
.testimonialarea .has-text-centered .innerwrap {
  margin: auto;
}

#footer {
  width: 100%;
  z-index: 100;
}
#footer .sociallinks svg {
  opacity: 0.8;
}
#footer .sociallinks svg:hover {
  fill: #A3D963;
  transition: 0.2s;
  opacity: 1;
}
#footer .trg-logo {
  margin-top: 25px;
  width: 100px;
}
#footer .columns {
  flex-wrap: wrap;
}
#footer li a {
  position: relative;
  display: inline-block;
}
#footer li a h3 {
  display: block;
}
#footer li a ::before {
  position: absolute;
  display: block;
  content: "";
  background: url("../images/icons/arrowlong.png");
  background-size: 30px;
  background-repeat: no-repeat;
  right: -30px;
  top: 8px;
  width: 30px;
  height: 30px;
  z-index: 100;
  opacity: 0;
  transform: translateX(-1px);
}
#footer li a :hover::before {
  opacity: 1;
  transform: translateX(4px);
}
#footer .testimonialarea {
  min-height: 688px;
  position: relative;
}
#footer .sheetgraphic {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
#footer .sheetgraphic .sheet {
  width: 250px;
  height: 125px;
  box-shadow: 1px 2px 20px rgba(2, 2, 2, 0.2);
  position: absolute;
  right: 0;
  bottom: 0;
}
#footer .sheetgraphic #blue {
  background: #004186;
  z-index: 3;
  transform: rotate(45deg);
  bottom: -10px;
  right: -20px;
}
#footer .sheetgraphic #green {
  background: #89C76A;
  z-index: 5;
  transform: rotate(45deg) scale(1.2);
  right: -80px;
  bottom: 60px;
}
#footer .sheetgraphic #teal {
  background: #00A3E0;
  z-index: 4;
  transform: rotate(45deg) scale(0.8);
  bottom: -70px;
  right: 30px;
}
#footer .footerarea {
  min-height: 660px;
  background: #00254D;
  padding-top: 106px;
  position: relative;
}
#footer p, #footer h2, #footer h3, #footer h4, #footer h5, #footer a {
  color: #fff;
}
#footer #footerlogo {
  max-width: 230px;
}
#footer #fbico, #footer #twitterico, #footer #linkedinico, #footer #ytico {
  fill: #fff;
  max-width: 26px;
  margin-right: 13px;
  margin-top: 22px;
}
#footer h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 145%;
  margin-top: 6px;
  margin-bottom: 14px;
}
#footer li {
  list-style-type: none;
  color: #fff;
  font-size: 145%;
  margin-bottom: 6px;
  opacity: 0.8;
}
#footer li:hover {
  opacity: 1;
}
#footer .bottombar {
  height: 144px;
  line-height: 144px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
#footer .bottombar .mainwrap .bottombarlinks {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
  max-height: 144px;
}
#footer .bottombar .mainwrap .bottombarlinks p {
  font-weight: 400;
  margin-right: 32px;
  display: block;
  float: left;
  opacity: 0.8;
  font-size: 120%;
}
#footer .bottombar .mainwrap .bottombarlinks p:hover {
  opacity: 1;
}
#footer .bottombar .mainwrap .bottombarlinks p:first-of-type {
  margin-right: 5vw;
  opacity: 0.8;
}
#footer .bottombar .mainwrap .bottombarlinks p:last-of-type {
  margin-right: 0;
}
#footer .bottombar .mainwrap #rmkr {
  width: 98px;
  height: 98px;
  margin-top: 8px;
  position: absolute;
  right: 0;
}

/** Points Plus/Privacy Policy **/
.pointsplusdescription h3.title.is-3 {
  font-weight: 700 !important;
  margin-bottom: 24px;
}

.privacypolicy h3 {
  font-weight: 700 !important;
  margin-bottom: 24px;
  line-height: 140%;
  font-size: 2rem;
  color: #004186;
  word-break: break-word;
}

/* Media Queries */
@media screen and (max-width: 1600px) {
  #footer .padleft {
    padding-left: 40px;
  }
  #footer a h3 {
    font-size: 75%;
  }
  #footer .bottombar .mainwrap .bottombarlinks p {
    font-size: 100%;
  }
  #footer p {
    font-size: 100%;
  }
  #footer .footerarea {
    min-height: 600px;
    padding-top: 80px;
  }
  #footer li h3::before {
    width: 32px;
    height: 32px;
    background-size: 32px;
    right: -32px;
    top: 3px;
  }
  #footer .sheetgraphic {
    transform: scale(0.5) translateX(50%) translateY(50%);
  }
  #footer #fbico, #footer #twitterico, #footer #linkedinico, #footer #ytico {
    max-width: 20px;
  }
  #footer .bottombar .mainwrap #rmkr {
    width: 66px;
    height: 66px;
    margin-top: 30px;
  }
  .navbar a {
    font-size: 20px;
    margin-left: 1vw;
    transition: all 0.2s, font-size 0s;
  }
}
@media screen and (max-width: 1280px) {
  .navbar .rowmarklogo {
    transform: translateY(-2px) translateZ(0);
    min-width: 180px;
  }
  .navbar .rowmarklogo img {
    width: 180px;
  }
  #footer #footerlogo {
    max-width: 180px;
    transform: translateY(7px);
  }
  #rmkr {
    display: none;
  }
}
@media screen and (min-width: 1106px) {
  .mobilebottombar {
    display: none;
  }
}
@media screen and (max-width: 1105px) {
  #productpanel {
    display: none !important;
    user-select: none !important;
    pointer-events: none !important;
    opacity: 0 !important;
  }
  .navbar {
    height: 140px !important;
    line-height: 140px;
    z-index: 200;
  }
  .navbar .navbar-brand {
    width: 100%;
    z-index: 200;
  }
  .navbar .navbar-brand .rowmarklogo {
    position: absolute;
    left: 0;
    margin-left: 0;
  }
  .navbar .navbar-brand .navbar-burger {
    position: absolute;
    right: -8px;
  }
  .navbar.scrolled {
    height: 100px !important;
    line-height: 100px;
  }
  .searchpanel-open .navbar #searchicon, .searchpanel-open .navbar #locationicon, .searchpanel-open .navbar.scrolled #searchicon, .searchpanel-open .navbar.scrolled #locationicon {
    fill: #004186 !important;
  }
  .navbar .navbar-burger {
    top: -45px;
    transform: translateX(0px) translateY(86px);
  }
  .navbar.scrolled .navbar-burger {
    transform: translateX(0px) translateY(68px);
  }
  .navbar-menu.mobilemenu.is-active .navbar-item, .navbar-menu.mobilemenu .navbar-item {
    transform: translateX(-16px);
  }
  .navbar-menu {
    transition: background 0.56s;
    background: rgba(255, 255, 255, 0);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
  }
  .navbar-menu .navbar-item {
    opacity: 0;
  }
  .navbar-menu #locationmenu {
    padding: 12px;
  }
  .navbar-menu #locationmenu, .navbar-menu #searchmenu {
    transform: translateX(12px) translateY(-30px);
  }
  .navbar-menu #locationicon, .navbar-menu #searchicon {
    fill: #004186 !important;
    width: 32px;
    height: 32px;
  }
  .navbar-menu #locationicon svg, .navbar-menu #searchicon svg {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 6px;
    transform: translateX(0) translateY(-50%);
  }
  .navbar-menu #locationicon svg#cancelsearch, .navbar-menu #locationicon svg#cancellocation, .navbar-menu #searchicon svg#cancelsearch, .navbar-menu #searchicon svg#cancellocation {
    width: 32px;
    height: 32px;
  }
  .navbar-menu.is-active {
    transition: background 0.28s;
    background: rgb(255, 255, 255);
  }
  .navbar-menu.is-active .navbar-item {
    opacity: 0;
    animation-duration: 0.6s;
    animation-name: fadeindelay;
    animation-fill-mode: forwards;
  }
  .navbar-menu.is-active .navbar-item p {
    display: inline-block;
    color: #004186;
  }
  .navbar-menu.is-active .navbar-item p:before {
    bottom: 0;
    background: #004186;
  }
  .navbar-menu.is-active svg#cancellocation, .navbar-menu.is-active svg#cancelsearch {
    display: none;
    opacity: 0 !important;
  }
  .navbar-menu.is-active #magnifyingglass, .navbar-menu.is-active #globe {
    opacity: 1 !important;
  }
  .navbar-menu .navbar-item {
    opacity: 0;
  }
  .navbar-burger {
    transform: translateX(0px) translateY(86px);
  }
  .mainwrap {
    width: 100%;
    transition: 0.1s;
    padding-left: 40px;
    padding-right: 40px;
  }
  .navbar a {
    margin-left: 20px !important;
  }
  .navbar .rowmarklogo {
    margin-left: 0 !important;
  }
  #searchpanel .results {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    top: 50vh;
    transform: translateX(0);
  }
  #searchpanel .results a.seeall.arrowlink {
    transform: translateX(0) translateY(20px);
  }
  #searchpanel .results a.seeall.arrowlink::before {
    background-position: center center;
    width: 40px;
    height: 40px;
    top: -2px;
  }
  #searchpanel .results .result {
    transform: translateX(0);
  }
  #searchpanel .results .loading h2 {
    margin-left: 0;
  }
  .search-container {
    width: calc(100% - 80px);
  }
  .search-container input#search-bar, .search-container input#page-search-bar, .search-container input#glossary-search-bar {
    font-size: 300%;
    padding: 40px 88px 0 0;
  }
  .search-container #searchbutton, .search-container #page-searchbutton {
    transform: scale(0.7) translateX(24px) translateY(14px);
  }
  #footer .sheetgraphic {
    transform: scale(0.5) translateX(50%) translateY(50%);
  }
  #footer .testimonialarea .innerwrap {
    width: 80%;
    margin: auto;
    padding-bottom: 220px;
  }
  #footer .testimonialarea .photoarea {
    min-height: 240px;
  }
  #footer .testimonialarea #testimonialphoto {
    float: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #footer .padleft {
    padding-left: 14px;
  }
  #footer .footerarea {
    padding-top: 50px;
    padding-bottom: 190px;
  }
  #footer .leftcolumn {
    margin-bottom: 16px;
  }
  #footer .bottombar {
    height: 100px;
    line-height: 100px;
    bottom: 40px;
  }
  #footer .bottombar .mainwrap {
    max-height: 100px;
    padding-right: 40px;
  }
  #footer .bottombarlinks {
    max-height: 100px;
    width: 100%;
  }
  #footer .bottombarlinks p:first-of-type {
    display: none !important;
  }
  #footer .mobilebottombar {
    height: 40px;
    width: 100%;
    background: rgba(2, 2, 2, 0.4);
    line-height: 40px;
    opacity: 0.6;
    position: absolute;
    bottom: 0;
  }
  .columns.downward {
    flex-direction: row;
  }
  .testimonialpage .testimonialarea #testimonialphoto {
    float: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .testimonialpage .testimonialarea .innerwrap {
    margin: auto;
  }
}
@media screen and (max-width: 991px) {
  .headertext .title.is-1 {
    font-size: 7vw !important;
  }
  .headertext .title.is-3 {
    font-size: 3.4vw !important;
  }
  #footer .testimonialarea #testimonial {
    font-size: 150%;
  }
  .testimonialpage .testimonialarea {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .navbar-menu.mobilemenu.is-active .navbar-end, .navbar-menu.mobilemenu .navbar-end {
    transform: translateX(-16px);
  }
  .mainwrap {
    padding-left: 24px;
    padding-right: 24px;
  }
  #rmkr {
    display: none;
  }
  .search-container {
    width: calc(100% - 48px);
  }
  #searchpanel .results {
    padding-left: 24px;
    padding-right: 24px;
  }
  #locationpanel .mainwrap .columns .column {
    width: 100%;
  }
  #locationpanel .mainwrap .columns .column h3 {
    font-size: 175% !important;
    margin: 16px 0;
  }
  #footer .footerarea {
    padding-bottom: 40px;
  }
  #footer .leftcolumn {
    margin-bottom: 20px;
  }
  #footer .bottombar {
    height: auto;
    position: static;
    line-height: 40px;
    margin-bottom: 24px;
    margin-top: 24px;
  }
  #footer .bottombar .mainwrap {
    max-height: 1000px;
  }
  #footer .bottombar .mainwrap .bottombarlinks {
    max-height: 1000px;
  }
  #footer .bottombar .mainwrap .bottombarlinks p {
    float: none;
    width: 100%;
  }
  #footer .bottombar .mainwrap .bottombarlinks p:first-of-type {
    display: none;
  }
  #footer .bottombar .mainwrap .bottombarlinks p:nth-of-type(2) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 480px) {
  .search-container.searchresultspage input#glossary-search-bar {
    font-size: 160% !important;
  }
  a.scroll-to-top {
    position: fixed;
    bottom: 0 !important;
    right: 4px !important;
    width: 60px;
    height: 120px;
    background: #004186;
    color: #fff;
    z-index: 80;
    transform: scale(0.8);
  }
  #searchpanel .results {
    top: 54vh;
  }
  #searchpanel .results a.seeall.arrowlink {
    transform: translateX(0) translateY(20px);
  }
  #searchpanel .results a.seeall.arrowlink::before {
    background-position: center center;
    width: 40px;
    height: 40px;
    top: -4px;
  }
  #searchpanel .results .category {
    font-size: 105%;
  }
  #searchpanel .results a {
    font-size: 125%;
  }
  #searchpanel .results .result {
    transform: translateX(0);
    height: auto;
    min-height: 60px;
  }
  #searchpanel .loading h2 {
    font-size: 140%;
    margin-left: 0;
    margin-top: 12px;
    margin-right: 20px;
  }
  #searchpanel .loading .sheet {
    height: 40px;
    width: 20px;
    margin-right: 4px;
    transform: translateY(8px);
  }
  p.mobilesmall {
    font-size: 120%;
  }
  .warrantyPage .mainContentWrapper p, .servantLeadershipPage .mainContentWrapper p {
    font-size: 120%;
  }
  .navbar {
    height: 70px !important;
    line-height: 70px;
    z-index: 200;
  }
  .navbar .navbar-brand {
    height: 78px;
    transition: 0.56s;
  }
  .navbar .navbar-brand .rowmarklogo {
    height: 70px;
    transition: 0.56s;
    transform: translateY(-5px) translateZ(0);
  }
  .navbar-menu.is-active .navbar-item p:before {
    bottom: 10%;
  }
  .navbar-menu #locationmenu, .navbar-menu #searchmenu {
    transform: translateX(12px) translateY(-28px);
  }
  .navbar-menu.mobilemenu.is-active .navbar-end, .navbar-menu.mobilemenu .navbar-end {
    margin-top: 140px;
  }
  .navbar-menu.mobilemenu.is-active .navbar-end .navbar-item, .navbar-menu.mobilemenu .navbar-end .navbar-item {
    font-size: 24px;
    height: 60px;
    line-height: 38px;
  }
  .navbar.scrolled {
    height: 70px !important;
    line-height: 70px;
  }
  .navbar .navbar-burger {
    top: -45px;
    transform: translateX(6px) translateY(54px);
  }
  .navbar.scrolled .navbar-burger {
    transform: translateX(6px) translateY(54px);
  }
  .navbar-burger:before {
    font-size: 80%;
    left: -40px;
  }
  .search-container #searchbutton, .search-container #page-searchbutton {
    transform: scale(0.48) translateX(62px) translateY(48px);
  }
  .search-container input#search-bar, .search-container input#page-search-bar, .search-container input#glossary-search-bar {
    font-size: 200%;
    padding: 62px 60px 0 0;
  }
  #locationpanel .mainwrap {
    transform: translateY(0);
    margin-top: 110px;
    margin-bottom: 80px;
  }
  #footer .testimonialarea {
    padding-top: 18%;
  }
  #footer .testimonialarea .innerwrap {
    width: 100%;
    padding-bottom: 180px;
  }
  #footer .testimonialarea #testimonial {
    font-size: 100%;
  }
  #footer .testimonialarea #name {
    font-size: 150%;
  }
}
a.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 48px;
  width: 60px;
  height: 120px;
  background: #004186;
  color: #fff;
  z-index: 80;
}
a.scroll-to-top:hover {
  background: #A3D963;
  box-shadow: 1px 2px 14px rgba(2, 2, 2, 0.18);
}
a.scroll-to-top:before {
  position: absolute;
  top: 24px;
  left: 10px;
  right: 0;
  bottom: 0;
  content: "";
  background: url("../images/icons/arrow_white_up.svg");
  background-repeat: no-repeat;
  background-size: 40px;
  transform: translateY(2px);
}
a.scroll-to-top:hover:before {
  transform: translateY(-1px);
}
a.scroll-to-top p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 80%;
  margin: 0;
  position: absolute;
  bottom: 8px;
  width: 100%;
}

body:not(.scrolled) a.scroll-to-top {
  display: none;
}

section.searchpage .pagination a, section.searchpage .pagination span.current {
  margin: 0;
}

@media print {
  body {
    background: #fff;
  }
  .mainwrap {
    width: 100%;
  }
  .swatches .swatchsku p {
    font-size: 50% !important;
  }
  .swatches .swatchname {
    line-height: 100% !important;
    font-weight: 700;
    top: 7px;
  }
  .productspecs, .productpage, .navbar, #footer {
    display: none;
  }
  .column.is-4-tablet {
    flex: none;
    width: 140px;
  }
  .swatches .swatchname p {
    font-size: 60% !important;
    max-width: 95.5%;
  }
}

/*# sourceMappingURL=main.css.map */
