/* Minification failed. Returning unminified contents.
(51,7): run-time error CSS1030: Expected identifier, found '.'
(51,12): run-time error CSS1031: Expected selector, found ')'
(51,12): run-time error CSS1025: Expected comma or open brace, found ')'
(214,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(219,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(230,65): run-time error CSS1039: Token not allowed after unary operator: '-viewport-margin'
(231,66): run-time error CSS1039: Token not allowed after unary operator: '-viewport-margin'
(275,65): run-time error CSS1039: Token not allowed after unary operator: '-viewport-margin'
(276,66): run-time error CSS1039: Token not allowed after unary operator: '-viewport-margin'
 */
@charset "UTF-8";

/*ClientStyleSheet.scss*/
h1, h2, h3, h4, h1 a, h2 a, h1.SimpleEditor, h2.SimpleEditor, #UserStatusBar, .AccountManagementModule li a {
  font-family: "Commissioner", sans-serif;
  font-size: 26px;
  color: #002d5c;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.6;
  text-transform: uppercase;
}

/******* Animation *******/
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px transparent;
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}

/****** TEXT ******/
body, p, input:not([type="button"]), textarea, select, a, .SimpleEditor, .BreadcrumbModule {
  font-family: "Commissioner", Arial, Lucida, sans-serif;
  font-size: 16px;
  line-height: 1.9em;
  color: #747d88;
}

.SimpleEditor p {
  line-height: 1.5em;
}

p:not(:last-child), .SimpleEditor p:not(:last-child) {
  margin-bottom: 1em;
}

h4 {
  font-size: 1.25em;
}

a:not(.button), a:link:not(.button), a:hover:not(.button), a:visited:not(.button), .mastercontent a:visited:not(.button) {
  color: #002d5c;
}

a:has(.card) {
  text-decoration: none !important;
}

/****** BUTTONS ******/
button, input[type="button"], span.button, a.button, .button--cta, a.button--cta, .PurchaseModule .productbutton div a {
  background: none;
  box-shadow: none;
  filter: none;
  background-image: none;
  border: 0;
  text-shadow: none;
  -webkit-font-smoothing: none;
  display: inline-block;
  background-color: #232222;
  color: white;
  font-family: "Commissioner", Arial, Lucida, sans-serif;
  font-size: 16px;
  padding: 10px 16px;
  border-radius: 0px;
  box-sizing: border-box;
}

button:hover, button:active, button:focus, input[type="button"]:hover, input[type="button"]:active, input[type="button"]:focus, span.button:hover, span.button:active, span.button:focus, a.button:hover, a.button:active, a.button:focus, .button--cta:hover, .button--cta:active, .button--cta:focus, a.button--cta:hover, a.button--cta:active, a.button--cta:focus, .PurchaseModule .productbutton div a:hover, .PurchaseModule .productbutton div a:active, .PurchaseModule .productbutton div a:focus {
  background-color: #6DC5E7;
  color: white !important;
  text-decoration: none !important;
}

button:hover:enabled, button:active:enabled, button:focus:enabled, input[type="button"]:hover:enabled, input[type="button"]:active:enabled, input[type="button"]:focus:enabled, span.button:hover:enabled, span.button:active:enabled, span.button:focus:enabled, a.button:hover:enabled, a.button:active:enabled, a.button:focus:enabled, .button--cta:hover:enabled, .button--cta:active:enabled, .button--cta:focus:enabled, a.button--cta:hover:enabled, a.button--cta:active:enabled, a.button--cta:focus:enabled, .PurchaseModule .productbutton div a:hover:enabled, .PurchaseModule .productbutton div a:active:enabled, .PurchaseModule .productbutton div a:focus:enabled {
  background-position: 0;
  text-decoration: none;
  text-shadow: none;
  background-color: #6DC5E7;
  color: white !important;
}

button:hover:disabled, button:active:disabled, button:focus:disabled, input[type="button"]:hover:disabled, input[type="button"]:active:disabled, input[type="button"]:focus:disabled, span.button:hover:disabled, span.button:active:disabled, span.button:focus:disabled, a.button:hover:disabled, a.button:active:disabled, a.button:focus:disabled, .button--cta:hover:disabled, .button--cta:active:disabled, .button--cta:focus:disabled, a.button--cta:hover:disabled, a.button--cta:active:disabled, a.button--cta:focus:disabled, .PurchaseModule .productbutton div a:hover:disabled, .PurchaseModule .productbutton div a:active:disabled, .PurchaseModule .productbutton div a:focus:disabled {
  background-color: #232222;
}

a.button-info {
  display: inline-block;
  background-color: #232222;
  color: white !important;
  font-family: "Commissioner", Arial, Lucida, sans-serif;
  font-size: 16px;
  padding: 10px 16px 8px 16px;
  border-radius: 25px;
  box-sizing: border-box;
  line-height: 20px;
}

a.button-info:hover, a.button-info:active, a.button-info:focus {
  text-decoration: none;
  background-color: #6DC5E7;
}

.button-info::before {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  font-size: 2em;
  margin-right: 5px;
  vertical-align: middle;
}

.SearchModule .searchgobutton {
  width: auto;
  height: auto;
}

.RadWindow_Default .rwDialogButtons button, .RadUpload_Default .ruButton {
  background-image: none !important;
  background-color: #232222 !important;
  color: white !important;
  padding-bottom: 10px !important;
  height: 34px !important;
}

.mastercontent a.button:visited {
  color: white;
}

button.rgHCMFilter span:hover {
  color: #747d88;
}

/****** CARDS ******/
.card-holder {
  height: 100%;
}

.card {
  align-items: center;
  width: 318px;
  height: 100%;
  text-align: center;
  border-color: #002d5c;
}

.categoryprimaryimage img, .productlist img, .categoryitem img, .productimageandphotos img, .PagingCategoryTemplate .productlist img {
  border: none !important;
  webkit-box-shadow: none;
  box-shadow: none;
  max-width: 100%;
  margin: 0;
}

.card-footer {
  width: 100%;
  padding: 0;
  border-top: none;
  background-color: transparent;
}

.card-title {
  padding-left: 20px;
  padding-right: 20px;
}

.card-footer-footer {
  width: 100%;
}

.card-footer-footer span.button {
  display: block;
}

/****** MISC OVERRIDES ******/
.popupbody h1 {
  font-size: 1.5em;
}

@media only screen and (max-width: 482px) {
  .popupbody h1 {
    font-size: 1.5em;
  }
}

.popupbody {
  padding: 10px 0;
}

.CheckoutPaymentModule .emailaddress,
.CheckoutAddressModule .shipaddress,
.CheckoutChargesModule .shipoptions,
.CheckoutPaymentModule .payoptions,
.CheckoutConfirmModule .confirmation,
.AccountManagementModule a {
  font-weight: normal;
}

.RadUpload.RadUpload .ruButton {
  box-sizing: border-box;
}

/******** LAYOUT *********/
/******** Media queries *********/
:root {
  --viewport-margin: 25px;
}

@media only screen and (max-width: 767px) {
  :root {
    --viewport-margin: 15px;
  }
}

.site-width {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

body > form > .BreadcrumbModule, body > form > .ThemedControlModule, .reportinfo, .Pay-Invoices__footer {
  padding-left: Max(calc((Max(100vw, 1600px) - 1600px)/2), var(--viewport-margin));
  padding-right: Max(calc((Max(100vw, 1600px) - 1600px)/2), var(--viewport-margin));
}

.fullwidth-elm {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.container-fluid {
  width: 100vw;
  max-width: 100vw;
}

.span9 > #skipcontent {
  max-width: 1080px;
}

.ThemedControlModule {
  padding: 0;
  margin: 0;
}

body > form > .ThemedControlModule {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.main-content {
  max-width: 1080px;
  width: 100%;
}

#PortalViewModule {
  padding-left: Max(calc((Max(100vw, 1600px) - 1600px)/2), var(--viewport-margin));
  padding-right: Max(calc((Max(100vw, 1600px) - 1600px)/2), var(--viewport-margin));
}

#PortalViewModule .rgMasterTable.gridtableview {
  width: 100% !important;
}

.Pay-Invoices__footer {
  margin-top: 2rem;
}

.top-bar {
  height: 44px;
  padding: 6px 18px;
  margin-bottom: 0px;
  background-color: #232222;
  text-align: right;
  color: white;
  font-weight: 600;
}

.top-bar a, .top-bar a:link, .top-bar a:hover, .top-bar a:visited {
  color: white;
}

@media only screen and (max-width: 767px) {
  .top-bar {
    text-align: center;
    background-image: none;
  }
}

.promo-banner {
  text-align: center;
  background-color: #6DC5E7;
  color: white;
  font-weight: bold;
  line-height: 2.5;
  font-size: 1.2rem;
}

.promo-banner p {
  max-width: 105ch;
  margin: 0px auto;
  padding: 20px 0;
  color: white;
}

#UserStatusBar {
  padding: 10px 30px;
  background-color: white;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.6;
  text-transform: uppercase;
}

#UserStatusBar .logo {
  flex-grow: 1;
}

#UserStatusBar .logo a img {
  width: 103px;
}

@media only screen and (max-width: 482px) {
  #UserStatusBar {
    position: relative;
    height: 65px;
    padding: 5px 2em 5px 5px;
  }
  #UserStatusBar .logo a img {
    max-height: 55px;
  }
}

.SearchModule {
  margin-left: 20px;
}

.SearchModule .searchbar {
  height: 2.5em;
}

.SearchModule .searchgobutton {
  color: #232222;
  background-color: rgba(255, 255, 255, 0);
}

/****** CART TOTAL *******/
#CartTotal .CartTotalHeader.button--cta {
  font-size: 0.8rem;
}

.CartTotalMobile {
  display: none;
}

#CartTotal {
  padding-bottom: 0;
  min-width: 0px;
  width: auto;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  #CartTotal {
    width: 2.7rem;
  }
  #CartTotal button {
    padding: 0px;
    background-color: white;
  }
  #CartTotal button i {
    color: #002d5c;
    font-size: 1.2rem;
  }
  #CartTotal button span {
    position: absolute;
    top: -0.2rem;
    left: 0.5rem;
    display: inline-block;
    border-radius: 9px;
    background-color: orange;
    padding: 1px 4px 1px 4px;
    font-size: 0.8rem;
    min-width: 0.8rem;
  }
  #CartTotal .CartTotal {
    display: none;
  }
  #CartTotal .CartTotalMobile {
    display: inline-block;
  }
}

/****** MAIN MENU *******/
#MenuBar {
  padding: 0;
  margin: 0;
}

#MenuBar > .ThemedControlModule {
  padding: 0;
  margin: 0;
}

.MainMenuControl {
  background-color: #002d5c;
}

/**/
.MainMenuControl .RadNavigation .rnvRootGroupWrapper {
  background-image: none !important;
  border: none !important;
  background-color: #002d5c;
}

.MainMenuControl .RadNavigation .rnvRootGroup {
  display: flex !important;
  justify-content: space-evenly;
  align-items: center;
  align-content: flex-start;
  flex-wrap: nowrap;
}

.MainMenuControl .RadNavigation .rnvRootGroup .rnvItem {
  flex: 0 0 auto;
  min-width: 100px;
}

.MainMenuControl .RadNavigation .rnvRootLink {
  padding: 10px 7px;
  border: none;
}

.MainMenuControl .RadNavigation .rnvLink .rnvText {
  line-height: 1.9em;
}

.MainMenuControl .RadNavigation .rnvLink, .MainMenuControl .RadNavigation .rnvMore, .MainMenuControl .RadNavigation .rnvSelected.rnvMore.rnvRight {
  color: white;
}

.MainMenuControl .RadNavigation .rnvLink .rnvToggle {
  line-height: 1.9em !important;
}

.MainMenuControl .RadNavigation .rnvMore.rnvMore,
.MainMenuControl .RadNavigation .rnvHovered.rnvMore.rnvMore {
  margin: 3px 0 0px 5px;
  border: 0;
  background: none;
}

.MainMenuControl .RadNavigation .rnvMore.rnvMore:hover,
.MainMenuControl .RadNavigation .rnvHovered.rnvMore.rnvMore:hover {
  background-color: #375476;
  color: white;
}

.MainMenuControl .RadNavigation .rnvHovered > .rnvRootLink, .MainMenuControl .RadNavigation .rnvSelected > .rnvRootLink {
  background-color: #375476 !important;
  background-image: none !important;
  color: white;
}

.MainMenuControl .RadNavigation .rnvHovered.logo > .rnvRootLink {
  background-color: transparent !important;
}

.MainMenuControl .RadNavigation .rnvExpanded > .rnvRootLink,
.MainMenuControl .RadNavigation .rnvSelected > .rnvRootLink {
  background: none;
  background-color: #375476;
  color: white;
}

.MainMenuControl .RadNavigation .rnvRootGroup > .rnvLast {
  background-color: #6DC5E7;
}

.MainMenuControl .RadNavigation .rnvRootGroup > .rnvLast .rnvText, .MainMenuControl .RadNavigation .rnvRootGroup > .rnvLast .rnvLink {
  color: white;
}

.MainMenuControl .RadNavigation .rnvRootGroup > .rnvLast.rnvHovered .rnvText, .MainMenuControl .RadNavigation .rnvRootGroup > .rnvLast.rnvHovered .rnvLink, .MainMenuControl .RadNavigation .rnvRootGroup > .rnvLast.rnvExpanded .rnvText, .MainMenuControl .RadNavigation .rnvRootGroup > .rnvLast.rnvExpanded .rnvLink {
  background-color: #6DC5E7 !important;
  color: white;
}

.radSkin_Default > .rnvSlide .rnvPopup {
  background-color: #002d5c;
  border: 0;
}

.radSkin_Default > .rnvSlide .rnvPopup .rnvLink {
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}

.radSkin_Default > .rnvSlide .rnvPopup .rnvSelected > .rnvLink,
.radSkin_Default > .rnvSlide .rnvPopup .rnvExpanded > .rnvLink,
.radSkin_Default > .rnvSlide .rnvPopup .rnvHovered > .rnvLink {
  background-color: #375476;
  color: white;
}

.rnvItem.logo {
  order: -1;
}

.rnvItem.logo .rnvRootLink {
  padding: 0;
  cursor: default;
  box-shadow: none !important;
}

.rnvItem.icn-cart {
  order: 4;
}

.rnvItem.icn-cart .rnvRootLink {
  padding: 0;
}

.rnvItem.icn-account {
  order: 3;
}

@media only screen and (max-width: 767px) {
  #MenuBar {
    padding: 0;
  }
  .MainMenuControl {
    position: relative;
  }
  .MainMenuControl .RadNavigation .rnvRootLink {
    padding: 5px 10px;
  }
}

/* Full Width Mobile RadNavigation */
@media only screen and (max-width: 482px) {
  .radSkin_Default > .rnvSlide {
    width: 100%;
    left: 0 !important;
  }
  .radSkin_Default > .rnvSlide .rnvPopup {
    width: 100%;
    max-width: 100%;
  }
}

/* END Full Width Mobile RadNavigation */
/***** main.scss overrides ******/
@media only screen and (max-width: 482px) {
  .MainMenuControl {
    right: 0;
  }
}

#CartTotal .ThemedControlModule {
  padding: 0;
}

/****** Sticky Footer ******/
body > form {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

/*************/
/****** FOOTER *******/
footer {
  background-color: transparent;
}

footer .FooterModule {
  background-color: black;
  padding: 25px 40px 15px 40px;
  width: 100%;
  margin-top: 100px;
}

footer ul {
  list-style-type: none;
  margin: 0;
}

footer a, footer a:link, footer a:visited {
  color: white !important;
  text-transform: uppercase;
  text-decoration: none;
}

footer .footer__card {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 0 10px;
  gap: 40px;
}

@media only screen and (max-width: 1150px) {
  footer .footer__card {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 820px) {
  footer .footer__card {
    flex-direction: column;
    background-image: none;
    padding: 0;
  }
}

footer .Footer__column {
  min-width: 200px;
  text-align: center;
}

footer .Footer__column li {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

footer .Footer__column.centercolumn {
  margin-right: auto;
  display: grid;
  grid-template-areas: "one two five"  "one two six" "one two seven"  "three four none";
  gap: 20px 50px;
  text-align: left;
}

@media only screen and (max-width: 1480px) {
  footer .Footer__column.centercolumn {
    grid-template-areas: "one two" "one two" "one two" "three four" "five six" "seven none";
  }
  footer .Footer__column.centercolumn .center-one, footer .Footer__column.centercolumn .center-two {
    max-width: 250px;
  }
}

@media only screen and (max-width: 1150px) {
  footer .Footer__column.centercolumn {
    grid-template-areas: "one two five"  "one two six" "one two seven"  "three four none";
    margin-right: auto;
    margin-left: auto;
    order: 3;
  }
}

@media only screen and (max-width: 820px) {
  footer .Footer__column.centercolumn .center-one, footer .Footer__column.centercolumn .center-two {
    min-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  footer .Footer__column.centercolumn {
    display: flex;
    flex-direction: column;
  }
}

footer .Footer__column.centercolumn .center-one {
  grid-area: one;
  width: 300px;
}

footer .Footer__column.centercolumn .center-two {
  grid-area: two;
  width: 300px;
}

footer .Footer__column.centercolumn .center-three {
  grid-area: three;
  width: fit-content;
}

footer .Footer__column.centercolumn .center-four {
  grid-area: four;
  width: fit-content;
}

footer .Footer__column.centercolumn .center-five {
  grid-area: five;
  width: fit-content;
}

footer .Footer__column.centercolumn .center-six {
  grid-area: six;
  width: fit-content;
}

footer .Footer__column.centercolumn .center-seven {
  grid-area: seven;
  width: fit-content;
}

@media only screen and (max-width: 767px) {
  footer .Footer__column.centercolumn .center-three, footer .Footer__column.centercolumn .center-four, footer .Footer__column.centercolumn .center-five, footer .Footer__column.centercolumn .center-six, footer .Footer__column.centercolumn .center-seven {
    width: 100%;
  }
}

footer .Footer__column.centercolumn h4 {
  padding-bottom: 1rem;
  border-bottom: 3px solid #6DC5E7;
  margin-bottom: 1rem;
  color: white;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

@media only screen and (max-width: 767px) {
  footer .Footer__column.centercolumn h4 {
    font-size: 26px;
  }
}

footer .Footer__column.rightcolumn {
  display: flex;
  flex-flow: column nowrap;
}

footer .Footer__column.rightcolumn > a {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 700;
  line-height: 0.9;
  text-transform: uppercase;
}

footer .Footer__column.rightcolumn > a .text-accent {
  color: #6DC5E7;
}

footer .footer__social {
  list-style-type: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 10px;
  font-weight: bold;
  margin-bottom: 10px;
}

footer .footer__social li a {
  display: inline-block;
  text-decoration: none;
  font-size: 1.5em;
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

footer .footer__social li a i.fa {
  font-size: 1.5em;
}

@media only screen and (max-width: 767px) {
  footer .footer__social {
    justify-content: center;
  }
}

footer .footer-bottom ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  footer .footer-bottom ul {
    flex-direction: column;
    align-items: center;
  }
}

footer .footer-bottom ul li {
  padding: 10px 0;
  min-width: max-content;
  font-size: 14px;
  line-height: 1.4;
}

footer .footer-bottom ul li a {
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  footer .footer-bottom-right {
    margin-left: unset;
  }
}

/***** SHOPPING CART *****/
.TemplatedShoppingCartModule button i::before {
  font-size: 80%;
}

.TemplatedShoppingCartModule .continueShopping {
  position: relative;
  left: 1em;
}

.TemplatedShoppingCartModule .continueShopping ::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-right: 18px solid #232222;
  border-bottom: 18px solid transparent;
  position: absolute;
  left: -18px;
  bottom: 0;
}

.TemplatedShoppingCartModule .CreateNewWishListWrapper {
  text-align: right;
}

.TemplatedShoppingCartModule .CreateNewWishListWrapper input {
  height: 30px;
}

.TemplatedShoppingCartModule .ShoppingCartHeader {
  background-color: white;
  position: relative;
  border-bottom: 2px solid #747d88;
}

.TemplatedShoppingCartModule .ShoppingCartHeader h1 {
  color: #002d5c;
  font-weight: normal;
  font-size: 32px;
}

@media only screen and (max-width: 1024px) {
  .TemplatedShoppingCartModule .ShoppingCartHeader {
    min-height: 95px;
  }
}

.TemplatedShoppingCartModule .ShoppingCartTotals {
  border: 1px solid #747d88;
}

.TemplatedShoppingCartModule .cart__total__header {
  background-color: white;
  min-height: 0px;
}

.TemplatedShoppingCartModule .cart__total__header h2 {
  font-family: "Commissioner", Arial, Lucida, sans-serif;
  color: #747d88;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.TemplatedShoppingCartModule .ShoppingCartItems {
  border-color: white;
  border-width: 2px;
}

.TemplatedShoppingCartModule .ShoppingCartItem {
  border-bottom: 1px solid #747d88;
  padding: 20px 0 10px 0;
}

.TemplatedShoppingCartModule .ShoppingCartItem .line-quantity h3, .TemplatedShoppingCartModule .ShoppingCartItem .request-date h3 {
  font-size: 1em;
}

.TemplatedShoppingCartModule .update-controls, .TemplatedShoppingCartModule .controls {
  padding: 5px;
}

.TemplatedShoppingCartModule .update-controls a, .TemplatedShoppingCartModule .controls a {
  color: #002d5c;
}

.TemplatedShoppingCartModule .update-controls hr, .TemplatedShoppingCartModule .controls hr {
  margin: 2px 0px 5px 0px;
  border-top: 1px solid #002d5c;
}

.TemplatedShoppingCartModule .cart-options {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-flex;
  margin-top: 3px;
  justify-content: space-around;
}

.TemplatedShoppingCartModule .cart-options a {
  color: #002d5c;
  padding: 3px;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (max-width: 482px) {
  .TemplatedShoppingCartModule .cart-options {
    font-size: 13px;
  }
}

.TemplatedShoppingCartModule button.button--cta {
  width: 100%;
}

.TemplatedShoppingCartModule .checkout-button-container {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .TemplatedShoppingCartModule .checkout-button-container {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 85px;
    z-index: 3;
  }
  .TemplatedShoppingCartModule .checkout-button-container button.button--cta {
    width: 80%;
    margin-top: 20px;
    box-shadow: 0 0 0 0 black;
    transform: scale(1);
    animation: pulse 3s infinite;
  }
}

.coupon__container {
  margin-top: 30px;
  margin-left: 28px;
}

.coupon__container input {
  width: 8em;
  height: 29px !important;
  border: 2px solid #002d5c;
  border-radius: 0;
  padding-bottom: 2px;
  padding-top: 1px;
}

.coupon__container button {
  position: relative;
  left: -5px;
}

@media only screen and (max-width: 767px) {
  .coupon__container {
    margin-left: 10px;
  }
}

.DiscountInfo {
  display: none;
}

/****** CHECKOUT *******/
.ConsolidatedConfirmationModule .totals {
  padding-top: 10px;
}

.CheckoutOrderSkusModule {
  height: 100%;
}

.CheckoutOrderSkusModule .headingbarsub {
  line-height: 1em;
}

.CheckoutWizardModule #TermsCheckbox {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.2rem;
}

/***** Customer Portal Checkout ******/
.CP-content .CheckoutWizardModule .CenPos__address button[value="Copy Shipping Address"] {
  display: none;
}

/***** Main.scss misc overrides ******/
@media only screen and (max-width: 545px) {
  .TemplatedShoppingCartModule .ShoppingCartItem .update-controls {
    position: static;
    top: 0;
  }
}

/* Forms */
.ContactInfoModule {
  font-family: "Commissioner", sans-serif;
}

.ContactInfoModule select {
  height: 40px;
  width: 320px;
}

input[type='email'],
input[type='text'],
input[type='password'] {
  height: 2em;
}

textarea,
input[type='email'],
input[type='submit'],
input[type='button'],
input[type='text'],
input[type='password'],
select {
  font-size: 16px;
}

.ContactUsModule fieldset label, .AccountLoginModule fieldset label, .AccountPasswordRecoveryModule fieldset label, .AccountRegisterModule fieldset label, .EnhancedPasswordModule fieldset label, .AccountEmailPasswordModule fieldset label, .AddressEditModule fieldset label {
  float: left;
}

.ContactUsModule label, .AccountLoginModule label, .AccountPasswordRecoveryModule label, .AccountRegisterModule label, .EnhancedPasswordModule label, .AccountEmailPasswordModule label, .AddressEditModule label {
  font-family: "Commissioner", Arial, Lucida, sans-serif;
  line-height: 42px;
}

.ContactUsModule input[type='email'], .ContactUsModule input[type='text'], .ContactUsModule input[type='password'], .ContactUsModule input[type='tel'], .AccountLoginModule input[type='email'], .AccountLoginModule input[type='text'], .AccountLoginModule input[type='password'], .AccountLoginModule input[type='tel'], .AccountPasswordRecoveryModule input[type='email'], .AccountPasswordRecoveryModule input[type='text'], .AccountPasswordRecoveryModule input[type='password'], .AccountPasswordRecoveryModule input[type='tel'], .AccountRegisterModule input[type='email'], .AccountRegisterModule input[type='text'], .AccountRegisterModule input[type='password'], .AccountRegisterModule input[type='tel'], .EnhancedPasswordModule input[type='email'], .EnhancedPasswordModule input[type='text'], .EnhancedPasswordModule input[type='password'], .EnhancedPasswordModule input[type='tel'], .AccountEmailPasswordModule input[type='email'], .AccountEmailPasswordModule input[type='text'], .AccountEmailPasswordModule input[type='password'], .AccountEmailPasswordModule input[type='tel'], .AddressEditModule input[type='email'], .AddressEditModule input[type='text'], .AddressEditModule input[type='password'], .AddressEditModule input[type='tel'] {
  font-family: "Commissioner", Arial, Lucida, sans-serif;
  height: 2em !important;
  padding: 1px 1px 1px 5px !important;
  float: left;
  width: 94%;
  max-width: 100% !important;
}

.ContactUsModule textarea, .AccountLoginModule textarea, .AccountPasswordRecoveryModule textarea, .AccountRegisterModule textarea, .EnhancedPasswordModule textarea, .AccountEmailPasswordModule textarea, .AddressEditModule textarea {
  font-family: "Commissioner", Arial, Lucida, sans-serif;
  width: 450px;
  height: 270px;
  padding: 10px !important;
  resize: none;
  max-width: 100% !important;
}

.ContactUsModule select, .AccountLoginModule select, .AccountPasswordRecoveryModule select, .AccountRegisterModule select, .EnhancedPasswordModule select, .AccountEmailPasswordModule select, .AddressEditModule select {
  font-family: "Commissioner", Arial, Lucida, sans-serif;
  height: 40px !important;
  width: 308px;
}

.ContactUsModule .Zip1, .ContactUsModule .Zip2, .AccountLoginModule .Zip1, .AccountLoginModule .Zip2, .AccountPasswordRecoveryModule .Zip1, .AccountPasswordRecoveryModule .Zip2, .AccountRegisterModule .Zip1, .AccountRegisterModule .Zip2, .EnhancedPasswordModule .Zip1, .EnhancedPasswordModule .Zip2, .AccountEmailPasswordModule .Zip1, .AccountEmailPasswordModule .Zip2, .AddressEditModule .Zip1, .AddressEditModule .Zip2 {
  float: none !important;
}

.label__wrapper {
  width: 6em;
  float: left;
  margin-bottom: 6px;
}

.input__wrapper {
  float: left;
  max-width: 400px;
  width: 100%;
}

.form__footer {
  margin: 15px 15px 0 0;
  text-align: right;
}

.form__footer a:first-child {
  color: #002d5c;
}

.form__section__label {
  font-size: 24px;
  font-family: "Commissioner", sans-serif;
  margin-top: 20px;
  margin-bottom: 7px;
}

.ContactUsModule button {
  background-color: #002d5c;
}

.ContactUsModule .RadUpload {
  display: inline-block;
}

.ContactUsModule .RadUpload input.ruBrowse {
  float: right;
  margin-right: 0;
}

.ContactUsModule .RadUpload input.ruFakeInput {
  margin-right: 0px;
}

.AccountPasswordRecoveryModule .label__wrapper, .EnhancedPasswordModule .label__wrapper {
  width: unset;
}

.AccountEmailPasswordModule ol li input {
  float: none !important;
}

.AccountRegisterModule ol {
  display: flex;
  flex-flow: column nowrap;
  margin-top: 20px;
}

.AccountRegisterModule li label {
  width: 180px;
}

@media only screen and (max-width: 482px) {
  .AccountRegisterModule {
    max-width: 363px;
  }
}

.password-requirements {
  clear: left;
}

.password-requirements > ul {
  list-style: disc;
}

.popover__wrapper {
  position: relative;
  display: inline-block;
}

.popover__wrapper .password-requirements {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0px;
  transform: translate(0, 10px);
  background-color: #e0e0e0;
  padding: 1.0rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
  font-size: 0.8em;
}

.popover__wrapper .password-requirements:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e0e0e0 transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.popover__wrapper input[type="password"]:focus ~ span[data-bypassdisplayupdate="true"] > .password-requirements {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 10px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.EnhancedPasswordModule .popover__wrapper .password-requirements {
  transform: translate(0, 50px);
}

.EnhancedPasswordModule .popover__wrapper input[type="password"]:focus ~ span[data-bypassdisplayupdate="true"] > .password-requirements {
  transform: translate(0, 50px);
}

.AddressEditModule label {
  width: 8.5em;
  text-align: left;
}

.AddressEditModule input, .AddressEditModule select {
  font-family: "Commissioner", Arial, Lucida, sans-serif;
  font-size: 14px;
}

.addresstype {
  height: 48px;
}

.addresstype label {
  float: none !important;
  display: inline-block !important;
}

.addresstype input[type="radio"] {
  width: 20px;
}

.popupbody .AccountAddressNewModule .addresstype label {
  width: 5.75em;
  text-align: left;
}

.hidden-label {
  white-space: nowrap;
  overflow-x: hidden;
  visibility: hidden;
}

@media only screen and (max-width: 400px) {
  .hidden-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}

.AccountLoginModule {
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.AccountLoginModule > div {
  margin: 5px 10px;
}

.AccountLoginModule .login-card {
  background-color: lightgray;
  padding: 30px;
  width: 100%;
  min-width: 340px;
  max-width: 450px;
  border: 1px solid #747d88;
  border-radius: 4px;
}

.AccountLoginModule .login-card label {
  color: black;
}

@media only screen and (max-width: 767px) {
  .AccountLoginModule .login-card {
    padding: 20px 15px;
  }
  .AccountLoginModule .login-card .form__footer {
    margin-right: 10px;
  }
}

.AccountLoginModule .request_wrapper .login-card {
  text-align: center;
  max-width: 406px;
}

.AccountLoginModule table {
  margin: 0 auto;
  width: 100%;
}

.AccountLoginModule td {
  text-align: left;
}

.AccountLoginModule button {
  margin-left: 20px;
}

.AccountLoginModule a.button.button--cta {
  font-size: 20px;
}

.AccountCreateCustomerPopup .option {
  width: 100%;
  max-width: 316px;
  height: auto;
  line-height: 20px;
  padding-bottom: 54px;
}

.AccountCreateCustomerPopup .option h2 {
  font-size: 22px;
}

.AccountManagementModule > h1 {
  margin-bottom: 3em;
}

.AccountManagementModule .reports__header {
  color: #62788b;
}

@media only screen and (max-width: 767px) {
  .AccountManagementModule .reports__header {
    visibility: hidden;
  }
}

.AccountManagementModule .reports__header + ol {
  padding-top: 8px;
}

.AccountManagementModule > div > div:not(:first-child) {
  position: relative;
  top: -39px;
}

.AccountManagementModule li {
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 2em;
}

.AccountManagementModule li a {
  color: #002d5c;
}

.AccountAddressNewModule .button--cta {
  font-size: 18px;
}

.AccountOrderInfoModule fieldset ol li label {
  width: 7em;
  text-align: left;
}

.AccountOrderInfoModule .AccountOrderInfoModule__header {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 800px;
  margin-bottom: 20px;
}

.AccountOrderInfoModule fieldset {
  width: 400px;
}

.RadCaptcha img {
  float: left;
  margin-right: 1em;
}

.RadCaptcha a {
  clear: right;
}

.RadCaptcha a:last-child {
  margin-right: 2.37rem;
}

/********* main.scss overrides ********/
@media only screen and (max-width: 482px) {
  .RadWindow {
    max-width: 340px;
  }
}

@media only screen and (max-width: 482px) {
  .AccountRegisterModule td label {
    display: inline;
  }
  .AccountAddressNewModule .AddressEditModule input[type="text"] {
    max-width: 100%;
  }
  .AccountAddressNewModule .AddressEditModule li {
    max-width: 255px;
  }
  .AccountAddressNewModule .AddressEditModule select {
    max-height: 100%;
  }
}

.CheckoutPaymentModule input[type="text"], .CheckoutPaymentModule select {
  height: 2em;
}

.PaymentMethod fieldset li {
  height: auto;
  font-size: 1em;
}

/* Address Grid Instructions tooltip */
.AddressGridModule {
  margin-top: 5em;
}

.AddressGridModule .RadGrid.RadGrid .rgCommandCell {
  padding-left: 10px;
}

.AddressGridModule .RadGrid.RadGrid .rgCommandCell #InfoImage {
  width: 10px;
  margin-right: 20px;
}

.AddressGridModule .RadToolTip_Default .rtClose.rtCloseIcon {
  padding: 16px;
}

.AddressGridModule .RadToolTip_Default .rtClose.rtCloseIcon:before {
  font-size: 24px;
  margin: -0.48em 0 0 -0.48em;
}

.AddressGridModule .RadToolTip_Default .rtContent > div {
  font-size: 1rem;
}

html, body {
  background: white;
}

#contentwrapper {
  border: 0;
}

#skipcontent, main {
  outline: none !important;
}

/****** HERO ******/
.hero-content {
  height: 380px;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .hero-content {
    height: 250px;
  }
}

.hero-content .hero-overlay {
  width: 100%;
  max-width: Min(90vw, 1400px);
}

.hero-content .hero-overlay .hero-logo {
  overflow: hidden;
  width: 100%;
}

.hero-content .hero-overlay .hero-logo img {
  margin: 0;
  -webkit-box-shadow: none;
  border: none !important;
  min-width: 100%;
  position: relative;
  top: -6%;
}

.hero-content .hero-overlay .hero-text {
  width: 100%;
  padding: 20px 0 20px 40px;
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .hero-content .hero-overlay .hero-text {
    padding-left: 0;
  }
}

.hero-content .hero-overlay .hero-text h1 {
  font-size: 58px;
  line-height: 1em;
  font-weight: 600;
  color: #002d5c;
  text-align: left;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .hero-content .hero-overlay .hero-text h1 {
    text-align: center;
    font-size: 42px;
  }
}

.BreadcrumbModule {
  padding: 0 5px;
}

@media only screen and (max-width: 482px) {
  .BreadcrumbModule {
    font-size: 13px;
  }
}

/****** Category ******/
.CategoryHome .categoryitemgrid {
  justify-content: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .CategoryHome .categoryitemgrid {
    flex-direction: column;
    align-items: center;
  }
}

.productlistitem, .categoryitem {
  margin: 0 15px 30px 15px;
}

.Info {
  padding: 0;
  background: none;
}

/****** Products ******/
.InfoTemplate {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
  .InfoTemplate {
    flex-flow: row wrap;
    justify-content: center;
  }
}

.productimageandphotos {
  width: 100%;
  max-width: 500px;
}

.productinfo {
  max-width: 400px;
  min-width: 375px;
}

.productinfo .hidden-phone .SimpleEditor {
  padding-top: 0px;
  margin-top: 0px;
}

.PurchaseModule {
  border: none;
  border-radius: 0;
  border-top: 1px solid #747d88;
}

.PurchaseModule .errorline {
  color: red;
}

.PurchaseModule .ProductOptionModule select, .PurchaseModule .productquantity select {
  height: 2em;
}

.PurchaseModule .ProductOptionModule:first-child > select {
  box-shadow: 0 0 0 0 black;
  transform: scale(1);
  animation: pulse 2s 3;
}

.PurchaseModule .NotLoggedInMessage {
  display: none;
}

.PurchaseModule .productprices .discount, .PurchaseModule .productprices .listprice {
  display: none;
}

.PurchaseModule .PurchaseModule__cartinputs {
  width: 100%;
}

.PurchaseModule .PurchaseModule__cartinputs .productquantity > div {
  text-align: right;
}

.PurchaseModule .PurchaseModule__cartinputs .productbutton {
  text-align: right;
}

.PurchaseModule .discontinued {
  display: none;
  color: red;
}

.PurchaseModule__afteroptionswrapper {
  padding-top: 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.PurchaseModule div.PurchaseModule__afteroptionswrapper {
  margin: 0;
}

@media only screen and (max-width: 482px) {
  .PurchaseModule {
    font-size: 16px;
  }
}

.categoryprimaryimage img, .productlist img, .productimageandphotos img {
  border: none !important;
  box-shadow: none;
  margin: 0;
  max-width: 100%;
}

.ProductCrossSellingRepeater .item {
  width: 180px;
  line-height: 1.5em;
}

.ProductCrossSellingRepeater .item img {
  max-width: 160px;
}

/****** Side Menu Control ******/
/* Hide side navigation when mobile */
@media only screen and (max-width: 767px) {
  .span3.addons {
    display: none !important;
  }
}

.SideMenuControl .RadTreeView .rtPlus, .SideMenuControl .RadTreeView .rtMinus {
  height: 1.5em;
  color: #002d5c;
}

.SideMenuControl .RadTreeView .rtPlus:before, .SideMenuControl .RadTreeView .rtMinus:before {
  font-size: 1.25em;
  left: 0.5em;
}

.SideMenuControl .RadTreeView .rtIn {
  margin-left: 0.5em;
}

.SideMenuControl .RadTreeView .rtLI .rtUL {
  border-left: 1px solid #747d88;
  padding-left: 0;
  margin-left: 1em;
}

.SideMenuControl .RadTreeView a.rtIn, .SideMenuControl .RadTreeView span.rtText {
  color: #002d5c;
  line-height: 1.9em;
}

.SideMenuControl .RadTreeView_Default .rtSelected .rtIn {
  background-color: white;
  background-image: none;
}

.SideMenuControl .RadTreeView_Default .rtSelected .rtIn .rtText {
  color: #747d88;
}

.RadTreeView > ul > .rtLast {
  background-color: #FFFFBF;
}

.disclaimer {
  max-width: 750px;
  display: flex;
}

.disclaimer i.fa {
  margin-right: 5px;
  padding-top: 1px;
}

.disclaimer p {
  font-weight: bold;
  line-height: 1.2em;
}

/****** MISC MAIN.SCSS OVERRIDES ******/
@media only screen and (max-width: 482px) {
  body {
    padding-top: 0px;
  }
}

#contentwrapper {
  padding: 0px;
}

.ThemedControlModule {
  padding: 0;
}
