/* flexbox.css
 *
 * Site-wide styles for the flexbox layout
 *
 * Req2001000 12/14/20 jlg - created
 * Req2001000 12/15/20 rlk - responsive design
 * Req2001000 12/16/20 rlk - responsive design
 * Req2001000 12/21/20 rlk - responsive design
 * Req2001000 12/21/20 cfw - Overflow fix for Attentive
 * Req2001000 01/06/21 rlk - responsive design
 * Req2001000 01/15/21 rlk - move billing address to shipping page
 * Req2001000 01/19/21 rlk - responsive design
 * Req2001000 01/21/21 rlk - responsive design
 * Req2001000 02/02/21 rlk - responsive design
 * Req2001000 02/03/21 rlk - responsive design
 * Req2001000 02/04/21 rlk - responsive design
 * Req2140008 02/18/21 rlk - header sizing
 * Req2140011 02/23/21 rlk - modal centering
 * REQ2130001 03/04/21 rlk - Custom checkbox consolidation, ADA - focus and cart count text
 * REQ2140015 03/16/21 rlk - back to top feature
 * REQ2140016 03/17/21 rlk - email signup checkbox
 * REQ2140029 04/16/21 rlk - loading wheel, hawk autocomplete flyout
 * REQ2140035 05/05/21 rlk - exp date field, secure shopping font size
 * Req2100005 05/17/21 rlk - Bonus Buy
 * Req2100005 05/18/21 rlk - Bonus Buy Round 2
 * REQ2130015 05/27/21 rlk - email signup modal size
 * Req2130017 06/01/21 cfw - fix email signup modal desktop size
 * REQ2110002 07/02/21 rlk - email text combo pop
 * REQ2140054 07/16/21 rlk - fourth subcat column for TFM
 * REQ2140069 09/14/21 rlk - Disclaimer Modal
 * REQ2140069 10/01/21 rlk - Fix for disclaimer modal on mobile
 * REQ2140069 10/06/21 rlk - making disclaimer modal bigger
 * REQ2140083 10/12/21 rlk - site cleanup
 * REQ2140067 10/19/21 rlk - topnav navigation focus styling
 * REQ2140085 10/25/21 rlk - ADA/Combo Pop Pause/Catalog Request Page
 * REQ2140089 10/29/21 rlk - email popup fixed
 * REQ2140090 11/01/21 rlk - multiple disclaimers
 * Req2140091 11/08/21 rlk - quick order rewrite
 * Req2140094 11/12/21 rlk - AEPP payment confirmation
 * Req2200001 03/07/22 rlk - DRLCW
 * REQ2230001 05/24/22 rlk - credit card delete button
 * Req2200001 06/20/22 rlk - DRLCW
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@-webkit-keyframes button-loading-spinner {
  from {
    -webkit-transform: rotate(0turn);
    transform: rotate(0turn);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes button-loading-spinner {
  from {
    -webkit-transform: rotate(0turn);
    transform: rotate(0turn);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
html,
body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  width: 100%;
}
.calloutWarning {
  background: #ffd3d2;
  border: 2px solid #b7221d;
  border-radius: 12px;
  text-align: center;
  padding: 10px 5px;
  font-size: 0.9rem;
  color: #b7221d;
  margin-bottom: 3%;
  margin-top: 3%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
select:focus {
  outline: none;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
  overflow-x: hidden !important;
  background-color: #fff;
  max-width: 1440px;
  margin: auto;
}
body img {
  width: 100%;
  height: auto;
}
body a,
body a:link,
body a:visited {
  text-decoration: none;
}
body a:hover,
body a:link:hover,
body a:visited:hover,
body a:active,
body a:link:active,
body a:visited:active,
body a:focus,
body a:link:focus,
body a:visited:focus {
  text-decoration: underline;
}
body p {
  margin-top: 15px;
  margin-bottom: 15px;
}
body fieldset {
  border: none;
}
body ol,
body ul {
  list-style: none;
}
body .checkedBox,
body #stay_connected,
body #stay_connected_ant,
body #catReqEmailOptIn,
body #billingOptionsYes,
body #billingOptionsNo,
body #registerEmailOptIn,
body #registerEmailOptInAnthony {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  opacity: 0;
}
body .checkbox-custom {
  height: 20px;
  min-width: 20px;
  max-width: 20px;
  display: block;
  background-color: #F6F7F9;
  border: 1px solid #CED3D8;
  border-radius: 3px;
  margin-right: 10px;
  background-repeat: no-repeat;
}
body input:checked ~ .checkbox-custom {
  background-image: url('/images/empreview/responsive/checkmark.svg');
  color: white;
}
body .red-submit-btn,
body .red_submit_btn,
body .submit_btn,
body .itemRow {
  position: relative;
}
body .red-submit-btn.loading-wheel,
body .red_submit_btn.loading-wheel,
body .submit_btn.loading-wheel,
body .itemRow.loading-wheel {
  opacity: 0.8;
}
body .red-submit-btn.loading-wheel::after,
body .red_submit_btn.loading-wheel::after,
body .submit_btn.loading-wheel::after,
body .itemRow.loading-wheel::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  border: 4px solid lightgrey;
  border-top-color: grey;
  border-radius: 50%;
  -webkit-animation: button-loading-spinner 1s ease infinite;
  animation: button-loading-spinner 1s ease infinite;
}
body .parsley-errors-list {
  color: #cc3838;
  font-weight: bold;
  font-size: 0.9rem;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 10px;
  text-align: right;
}
body #backToTop {
  display: none;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 10%;
  top: 80%;
}
body #backToTop:hover {
  cursor: pointer;
}
body .modal {
  display: none;
  width: 260px;
  margin-left: -130px;
  position: absolute;
  background-color: #fff;
  top: 25%;
  border: 1px solid #ccc;
  z-index: 9999;
}
body .modal .modal-body {
  overflow-y: visible;
  max-height: 100%;
  padding: 0;
}
body .modal .close {
  background-color: unset;
  display: inline-block;
  padding: 0;
}
body .modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0.5;
}
body .brdialog-win {
  left: 50% !important;
  margin-left: -264px !important;
}
body #brdialog-label {
  font-size: 15px !important;
}
body .screenreader-text {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
}
body .screenreader-text:focus {
  color: #000;
  display: inline-block;
  height: auto;
  width: auto;
  position: static;
  margin: auto;
}
body .contentTicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 5% 25%;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 95%;
}
body h1 {
  text-transform: uppercase;
  font-size: 90%;
  font-weight: 600;
  letter-spacing: 1px;
}
body .openPlus,
body .closeX {
  width: 4vw;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  height: 2vh;
  position: absolute;
  margin-left: 40%;
  margin-top: 3%;
}
body header {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8% 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  background-color: #fff;
}
body header .catalogQuickOrder {
  display: none;
}
body header.fixed {
  position: fixed;
  top: 0;
  height: 13%;
  padding-top: 3%;
  padding-bottom: 3%;
  z-index: 99999;
}
body header.fixed .subHeader {
  height: 100%;
}
body header.fixed .subHeader .logoContainer #logo {
  width: 40vw;
  margin-top: 5%;
}
body header.fixed .subHeader .hamburgerButton,
body header.fixed .subHeader .hamburgerButton.close {
  width: 11%;
}
body header.fixed .subHeader .cartButtonContainer {
  width: 10%;
}
body header.fixed .subHeader .stickySearchButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  height: auto;
  width: 15%;
}
body header.fixed #search_container {
  width: 100%;
  margin: 0;
  margin-top: -2%;
  padding-left: 5%;
  padding-bottom: 3%;
  padding-top: 3%;
  background-color: #fff;
}
body header .subHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  position: relative;
}
body header .subHeader .accountDropDownContainer {
  display: none;
}
body header .subHeader .accountDropDownContainer,
body header .subHeader .cartButtonContainer,
body header .subHeader .hamburgerButton,
body header .subHeader .hamburgerButton.close {
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  height: auto;
  width: 10%;
}
body header .subHeader .hamburgerButton,
body header .subHeader .hamburgerButton.close {
  width: 12%;
}
body header .subHeader #cartTop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  width: 11%;
  margin-top: 2%;
}
body header .subHeader #cartTop .cartButtonContainer {
  width: 78%;
}
body header .subHeader #cartTop .cartButtonContainer #cartCount {
  display: inline-block;
  font-size: 75%;
  margin-top: 5%;
  margin-left: 95%;
}
body header .subHeader #cartTop .cartButtonContainer #cartCount .cartCountText {
  position: absolute;
  left: 10000px;
}
body header .subHeader .stickySearchButton,
body header .subHeader .cartButtonContainer,
body header .subHeader .hamburgerButton {
  margin-top: 2%;
}
body header .subHeader .hamburgerButton.close {
  margin-top: 1.8%;
}
body header .subHeader .stickySearchButton {
  display: none;
}
body header .subHeader .logoContainer #logo {
  height: auto;
  width: 55vw;
}
body header #search_container {
  border: none;
  margin-top: 5%;
  margin-left: 5%;
}
body header #search_container #search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
}
body header #search_container #search #search_terms {
  -webkit-appearance: none;
  border: none;
  font-style: italic;
  width: 77vw;
  font-size: 80%;
  border-radius: 50px 0px 0px 50px;
  padding-left: 7%;
  height: 100%;
  outline: none;
}
body header #search_container #search #search_button {
  border: none;
  background-image: url(/images/empreview/responsive/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 12vw;
  height: 30px;
  border-radius: 0px 50px 50px 0px;
}
body #strip_banner_container {
  margin-bottom: 5%;
  text-align: center;
}
body [id^=monetate_selector] {
  text-align: center;
  margin-bottom: 8%;
}
body .tabContainer a,
body #middlebannerholder a {
  display: inline-block;
}
body #middlebannerholder {
  text-align: center;
}
body #middlebannerholder .banner {
  margin-top: 2%;
  margin-bottom: 2%;
  width: 100%;
}
body .mobileNav {
  display: none;
  position: absolute;
  background-color: #fff;
  top: 50%;
  width: 100%;
  height: auto;
  min-height: 100vh;
  z-index: 99999;
}
body .mobileNav .categoryHeader {
  text-transform: uppercase;
  margin: 5%;
  display: inline-block;
  font-weight: 500;
}
body .mobileNav nav {
  margin-left: 5%;
}
body .mobileNav nav .topNavPlus,
body .mobileNav nav .topNavX {
  position: absolute;
  font-weight: 500;
  width: 4vw;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  height: 2vh;
  left: 90%;
}
body .mobileNav nav #topnav .topNavLevel1 {
  width: 94%;
  border-bottom: 1px solid #E1E3E9;
}
body .mobileNav nav #topnav .topNavLevel1:last-of-type {
  border-bottom: none;
}
body .mobileNav nav #topnav .topNavLevel1 a {
  width: 94%;
  padding: 5% 0;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 90%;
}
body .mobileNav nav #topnav .secondLevel {
  display: none;
}
body .mobileNav nav #topnav .secondLevel ul div li {
  font-size: 85%;
  background-color: #F1F3F6;
  margin-left: -6%;
  margin-right: -7%;
  padding-left: 13%;
}
body .mobileNav nav #topnav .secondLevel ul div li a {
  border-bottom: 1px solid #E1E3E9;
}
body .mobileNav nav #topnav .secondLevel ul div li:last-of-type a {
  border-bottom: none;
}
body .mobileNav .signInContainer {
  margin-top: 5%;
  padding: 3%;
  margin-left: 5%;
  width: 90%;
}
body .mobileNav .signInContainer .signInIcon {
  background-image: url(/images/empreview/responsive/mobileMenuSignIn.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  height: auto;
  width: 10%;
  padding-bottom: 3%;
  margin-right: 3%;
  display: inline-block;
}
body .mobileNav .signInContainer .signInText {
  text-transform: uppercase;
  color: #fff;
  font-size: 60%;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 2.5%;
  vertical-align: top;
  display: inline-block;
}
body .mobileNav .mobileFooterContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3% 0 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 5%;
}
body .mobileNav .mobileFooterContainer .footerSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 3% 5%;
  font-size: 85%;
}
body .mobileNav .mobileFooterContainer .footerSection .footerHeader {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 115%;
}
body .mobileNav .mobileFooterContainer .footerSection .footerText {
  font-style: italic;
  font-weight: 200;
  margin-top: -1%;
}
body .mobileNav .mobileFooterContainer .footerSection .footerEmailSignup {
  border: 1px solid #fff;
  padding: 5%;
  border-radius: 3px;
  margin-top: 11%;
  display: inline-block;
  text-transform: uppercase;
  font-size: 110%;
  letter-spacing: 1px;
}
body .mobileNav .mobileFooterContainer .footerSection .footerLinks {
  font-weight: 500;
  font-size: 85%;
  margin-bottom: 15px;
}
body .mobileNav .mobileFooterContainer .footerSection .footerLinks span {
  cursor: pointer;
}
body .mobileNav .mobileFooterContainer .footerSection .shoppingServicesWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body .mobileNav .mobileFooterContainer .footerSection .shoppingServicesWrapper .shoppingServices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body .mobileNav .mobileFooterContainer .footerSection.footerSectionEmail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 3px;
  color: #fff;
  height: 12rem;
  padding: 3% 8%;
  margin-right: 5%;
  margin-left: 5%;
}
body #content {
  margin-left: 5%;
  margin-right: 5%;
}
body #content .secureShop {
  line-height: 30px;
}
body #content .siteMapContainer {
  font-size: 80%;
}
body #content .siteMapContainer h2 {
  font-size: 100%;
  margin-top: 5%;
  margin-bottom: 1%;
}
body #content .employtext {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 16px;
  margin-left: 7px;
}
body #content .employmentContainer {
  width: 50%;
  margin: 1% 3%;
}
body footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3% 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 5%;
}
body footer img {
  width: auto;
}
body footer .footerContainer .footerSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 3% 5%;
  font-size: 80%;
}
body footer .footerContainer .footerSection.footerSectionCommunity {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 3% 0 1%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 5%;
  border-top: 1px solid #C1C7CC;
  border-bottom: 1px solid #C1C7CC;
}
body footer .footerContainer .footerSection.footerSectionCommunity .footerHeader {
  display: none;
}
body footer .footerContainer .footerSection.footerSectionCommunity .socialText {
  display: inline-block;
  vertical-align: top;
  margin-top: 5%;
  margin-left: 0;
  padding: 1%;
}
body footer .footerContainer .footerSection.footerSectionCommunity .socialFooterLink img {
  display: block;
  margin: 0 auto;
}
body footer .footerContainer .footerSection .footerHeader {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 100%;
}
body footer .footerContainer .footerSection .footerText {
  font-style: italic;
  font-weight: 200;
  margin-top: -1%;
}
body footer .footerContainer .footerSection .footerEmailSignup {
  border: 1px solid #fff;
  padding: 5%;
  border-radius: 3px;
  margin-top: 11%;
  display: inline-block;
  text-transform: uppercase;
  font-size: 110%;
  letter-spacing: 1px;
}
body footer .footerContainer .footerSection .footerLinks {
  font-weight: 500;
  font-size: 85%;
  margin-bottom: 15px;
}
body footer .footerContainer .footerSection .footerLinks span {
  cursor: pointer;
}
body footer .footerContainer .footerSection .shoppingServicesWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body footer .footerContainer .footerSection .shoppingServicesWrapper .shoppingServices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body footer .footerContainer .footerSection.footerSectionEmail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 3px;
  color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3% 8%;
  margin-right: 5%;
  margin-left: 5%;
}
body footer .footerSubContainer {
  text-align: center;
  padding-top: 5%;
}
body footer .footerSubContainer .footerImages #footerSubImages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2%;
}
body footer .footerSubContainer .footerImages #footerSubImages div {
  margin-left: 3%;
  padding-right: 3%;
}
body footer .footerSubContainer .footerImages .usaImages,
body footer .footerSubContainer .footerImages .mcafeeImages {
  border-right: 1px solid #C1C7CC;
}
body footer .footerSubContainer .footerImages .mcafeeImages {
  display: inline-block;
}
body footer .footerSubContainer .footerImages .ccImages img {
  margin: 1%;
}
body footer .footerSubContainer .footerSubLinks {
  font-weight: 500;
  font-size: 75%;
  padding-top: 5%;
  padding-bottom: 5%;
}
body footer .footerSubContainer .footerSubLinks span {
  margin-top: 1%;
  margin-bottom: 1%;
  display: inline-block;
}
body footer .footerSecondaryContainer {
  font-size: 80%;
  text-align: center;
  padding: 5%;
}
body footer .footerSecondaryContainer .companyPhone {
  color: #D8DDE2;
}
body footer .footerSecondaryContainer .companyPhone a {
  color: #D8DDE2;
}
body .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  font-size: 13px;
}
body .field label,
body .field input {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
body .field label {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
body .field input,
body .field select {
  background-color: #F6F7F9;
}
body .field input {
  font-size: 80%;
  border-radius: 3%;
  cursor: text;
  padding: 4%;
  border: 1px solid #CED3D8;
}
body .field input:focus {
  outline: 0;
}
body .field input:focus::-webkit-input-placeholder {
  opacity: 1;
}
body .field input:placeholder-shown + label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: translate(0, 2.125rem) scale(1.5);
  -ms-transform: translate(0, 2.125rem) scale(1.5);
  transform: translate(0, 2.125rem) scale(1.5);
  font-size: 55%;
  font-weight: 500;
  padding: 1%;
}
body .field input:not(:placeholder-shown) + label,
body .field input:focus + label {
  -webkit-transform: translate(0, 0.5rem) scale(1);
  -ms-transform: translate(0, 0.5rem) scale(1);
  transform: translate(0, 0.5rem) scale(1);
  cursor: pointer;
  background-color: #fff;
  margin-left: 2%;
  padding-left: 2%;
}
body .field ::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
body #createAccountModal .modal-content {
  font-size: 85%;
}
body #createAccountModal .modal-content .modal-body #registerInformation .accountInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
body #secureLoginModal .modal-content .modal-body .loginInputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body #aeppPrivacyModal .modal-body img {
  width: 100%;
}
body #aeppTermsModal .modal-body img {
  width: 100%;
}
body [id^=disclaimerModal] {
  width: 350px;
  margin-left: -175px;
  position: absolute;
  top: 100px;
}
body [id^=disclaimerModal] .modal-header {
  border-bottom: 1px solid lightgrey;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}
body [id^=disclaimerModal] .close {
  float: right;
  margin-top: 0;
  position: relative;
  bottom: 2px;
  right: 2px;
}
body [id^=disclaimerModal] .modal-body {
  padding: 15px 22px;
}
body [id^=disclaimerModal] .modal-body a {
  text-decoration: underline;
}
body #EZReturnLabelModal {
  padding: 6%;
}
body #EZReturnLabelModal .modal-header {
  font-size: 144%;
  font-weight: 500;
  border-bottom: 1px solid black;
  margin-bottom: 13px;
}
body #EZReturnLabelModal .close {
  font-size: 100%;
  float: right;
}
body #EZReturnLabelModal .modal-body {
  text-align: center;
}
body #EZReturnLabelModal .modal-body .redText {
  color: #cc3300;
  font-weight: bold;
}
body #EZReturnLabelModal .modal-body span {
  display: block;
}
body #emailSignUpModal {
  width: 310px;
  margin-left: -155px;
  position: fixed;
  top: 15%;
}
body #emailSignUpModal .modal-header {
  height: 30px;
}
body #emailSignUpModal .modal-header .close {
  float: right;
  margin-right: 3%;
}
body #emailSignUpModal #email-popup {
  text-align: center;
  font-size: 80%;
}
body #emailSignUpModal #email-popup .emailSuccess {
  color: green;
}
body #emailSignUpModal #email-popup .emailError {
  color: red;
}
body #emailSignUpModal #email-popup .parsley-errors-list {
  text-align: center;
}
body #emailSignUpModal #email-popup #emailRegisterForm .field,
body #emailSignUpModal #email-popup #phoneRegisterForm .field {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 5%;
  border: 1px solid #CED3D8;
}
body #emailSignUpModal #email-popup #emailRegisterForm .field input,
body #emailSignUpModal #email-popup #phoneRegisterForm .field input {
  width: 95%;
  background: transparent;
  font-size: 105%;
}
body #emailSignUpModal #email-popup #emailRegisterForm .field input::-webkit-input-placeholder,
body #emailSignUpModal #email-popup #phoneRegisterForm .field input::-webkit-input-placeholder {
  opacity: 1;
}
body #emailSignUpModal #email-popup #emailRegisterForm .field label,
body #emailSignUpModal #email-popup #phoneRegisterForm .field label {
  position: absolute;
  left: 100000px;
}
body #emailSignUpModal #email-popup #emailRegisterForm .field .signUpButton,
body #emailSignUpModal #email-popup #phoneRegisterForm .field .signUpButton {
  background-color: lightgrey;
  width: 34%;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}
body #emailSignUpModal #email-popup #emailRegisterForm .field .signUpButton:hover,
body #emailSignUpModal #email-popup #phoneRegisterForm .field .signUpButton:hover {
  cursor: pointer;
}
body #emailSignUpModal #email-popup #emailRegisterForm .field:focus,
body #emailSignUpModal #email-popup #phoneRegisterForm .field:focus {
  outline: 2px solid black;
}
body #emailSignUpModal #email-popup .emailLegal {
  text-align: justify;
  margin: 5%;
  display: block;
  font-size: 79%;
}
body #emailSignUpModal #email-popup .emailLegal a {
  text-decoration: underline;
}
body #emailSignUpModal #email-popup .emailDecline {
  font-weight: bolder;
  text-decoration: underline;
  padding: 1% 0 7% 0;
}
body #emailSignUpModal #email-popup .emailDecline:hover {
  cursor: pointer;
}
body .tooltip {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
}
body .tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
body .tooltip .tooltiptext:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
}
body .tooltip:hover .tooltiptext,
body .tooltip:active .tooltiptext,
body .tooltip:focus .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
.ratingImg.avg-rating5 {
  background-position: 0 -180px;
}
.ratingImg.avg-rating45 {
  background-position: 0 -162px;
}
.ratingImg.avg-rating4 {
  background-position: 0 -144px;
}
.ratingImg.avg-rating35 {
  background-position: 0 -126px;
}
.ratingImg.avg-rating3 {
  background-position: 0 -108px;
}
.ratingImg.avg-rating25 {
  background-position: 0 -90px;
}
.ratingImg.avg-rating2 {
  background-position: 0 -72px;
}
.ratingImg.avg-rating15 {
  background-position: 0 -54px;
}
.ratingImg.avg-rating1 {
  background-position: 0 -36px;
}
.ratingImg.avg-rating05 {
  background-position: 0 -18px;
}
.pr-snippet-stars .pr-stars-small,
.pr-modal-container .pr-stars,
.hawk-rating,
.upsell_rating,
.pr-stars-small,
.ratingImg,
.upsell_rating,
.pr-snapshot-rating .pr-stars,
.pr-review-faceoff .pr-stars,
.pr-modal-container .pr-stars,
.pr-modal-container .pr-review-faceoff-review-content .pr-stars,
.hawk-rating {
  background-repeat: no-repeat;
  display: inline-block;
  height: 18px;
  width: 85px;
}
/* Create account page start */
.createAccountContainer #signInOr {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: bold;
  background-color: #CCCFD6;
  text-transform: uppercase;
  border-radius: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -25px auto;
  padding: 13px 10px;
  position: relative;
  bottom: 17px;
}
.createAccountContainer #signInContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 21px;
  position: relative;
  top: -20px;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.12);
}
.createAccountContainer #signInContainer #forgotPassword {
  letter-spacing: 0;
  line-height: 14px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-align: right;
  text-decoration: underline;
  color: #4e5c7c;
  font-weight: 600;
}
.createAccountContainer #signInContainer #forgotPassword:hover {
  cursor: pointer;
}
.createAccountContainer #signInContainer .fullWidthField {
  line-height: 17px;
  letter-spacing: 0;
  padding: 17px;
  margin-bottom: 14px;
  background-color: #F6F7F9;
  border: 1px solid #CED3D8;
  border-radius: 3px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.createAccountContainer #signInContainer .fullWidthField::-webkit-input-placeholder {
  color: #334864;
}
.createAccountContainer #signInContainer .fullWidthField:-ms-input-placeholder {
  color: #334864;
}
.createAccountContainer #signInContainer .fullWidthField::-ms-input-placeholder {
  color: #334864;
}
.createAccountContainer #signInContainer .fullWidthField::placeholder {
  color: #334864;
}
.createAccountContainer #signInContainer #signInSubmit {
  padding: 15px;
  letter-spacing: 1px;
  line-height: 16px;
  margin-top: 7px;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  background-color: #C3415B;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  -webkit-appearance: none;
}
.createAccountContainer #signInContainer #signInSubmit:hover {
  cursor: pointer;
}
.createAccountContainer #signInContainer h1 {
  letter-spacing: 1px;
  line-height: 21px;
  white-space: nowrap;
  color: #2D374C;
  font-family: Montserrat;
  font-size: 18px;
}
.createAccountContainer #signInContainer label {
  position: absolute;
  left: -100000px;
}
.createAccountContainer #registerContainer {
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 21px;
  position: relative;
  bottom: 15px;
}
.createAccountContainer #registerContainer #registerError {
  margin-bottom: 0;
  font-size: 17px;
  color: red;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  position: relative;
  top: 13px;
}
.createAccountContainer #registerContainer .hiddenLabel {
  position: absolute;
  left: -100000px;
}
.createAccountContainer #registerContainer .fullWidthField {
  background-color: #F6F7F9;
  border: 1px solid #CED3D8;
  border-radius: 3px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0;
  padding: 17px;
  margin-bottom: 14px;
}
.createAccountContainer #registerContainer .easyBold {
  font-weight: 800;
  color: #334864;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.createAccountContainer #registerContainer .sendUpdates {
  font-weight: 600;
  color: #334864;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  display: block;
  line-height: 17px;
  letter-spacing: 0;
  margin-top: 9px;
}
.createAccountContainer #registerContainer .fullWidthField::-webkit-input-placeholder {
  color: #334864;
}
.createAccountContainer #registerContainer .fullWidthField:-ms-input-placeholder {
  color: #334864;
}
.createAccountContainer #registerContainer .fullWidthField::-ms-input-placeholder {
  color: #334864;
}
.createAccountContainer #registerContainer .fullWidthField::placeholder {
  color: #334864;
}
.createAccountContainer #registerContainer .halfWidthField {
  background-color: #F6F7F9;
  border: 1px solid #CED3D8;
  border-radius: 3px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0;
  padding: 17px;
  margin-bottom: 14px;
  width: 100%;
}
.createAccountContainer #registerContainer .halfWidthField::-webkit-input-placeholder {
  color: #334864;
}
.createAccountContainer #registerContainer .halfWidthField:-ms-input-placeholder {
  color: #334864;
}
.createAccountContainer #registerContainer .halfWidthField::-ms-input-placeholder {
  color: #334864;
}
.createAccountContainer #registerContainer .halfWidthField::placeholder {
  color: #334864;
}
.createAccountContainer #registerContainer #registerState {
  background-color: #F6F7F9;
  border: 1px solid #CED3D8;
  border-radius: 3px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #334864;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0;
  padding: 17px;
  width: 36%;
}
.createAccountContainer #registerContainer #registerSubmit {
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  background-color: #C3415B;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  padding: 15px;
  letter-spacing: 1px;
  line-height: 16px;
  -webkit-appearance: none;
}
.createAccountContainer #registerContainer #registerSubmit:hover {
  cursor: pointer;
}
.createAccountContainer #registerContainer h1 {
  color: #2D374C;
  font-family: Montserrat;
  letter-spacing: 1px;
  line-height: 21px;
  position: relative;
  top: 27px;
  font-size: 18px;
  text-transform: uppercase;
}
.createAccountContainer #registerContainer h1::first-letter {
  text-transform: uppercase;
}
.createAccountContainer #registerContainer .registerEmailMessage {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #334864;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: -12px;
}
.createAccountContainer #registerContainer .checkbox-custom {
  margin-right: 3px;
  margin-left: 13px;
}
.createAccountContainer #registerContainer #registerZip {
  width: 62%;
}
.createAccountContainer #registerContainer .messageEmail {
  padding-left: 10px;
  margin-top: -4px;
}
#accountContainer .accountSidebarContainerDesktop {
  display: none;
}
#accountContainer .accountInfoContainer {
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
  margin-top: 14px;
  padding: 19px;
}
#accountContainer .accountInfoContainer .accountSubHeader {
  font-weight: 600;
  font-size: 16px;
  color: #444d5f;
  border-bottom: 1px solid #dbdde4;
  padding-bottom: 8px;
  width: 100%;
  display: block;
}
#accountContainer .accountInfoContainer .accountHeader1 {
  color: #242c3d;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1.14px;
  display: inline-block;
  width: 85%;
  font-weight: 600;
}
#accountContainer .accountInfoContainer .accountInformation {
  margin: 35px 0 35px 0;
}
#accountContainer .accountInfoContainer .accountInformation p {
  font-family: 'Roboto', sans-serif;
  color: #2d374c;
  font-size: 14px;
  line-height: 12px;
}
#accountContainer .accountInfoContainer .toggleContainer:hover {
  cursor: pointer;
}
#accountContainer .accountInfoContainer legend {
  font-weight: 600;
  font-size: 16px;
  color: #444d5f;
  border-bottom: 1px solid #dbdde4;
  padding-bottom: 8px;
  width: 79%;
  display: block;
  font-family: 'Montserrat', sans-serif;
}
#accountContainer .accountInfoContainer #loginInfo {
  margin-bottom: 11px;
}
#accountContainer .accountInfoContainer label {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
#accountContainer .accountHeader {
  font-size: 18px;
  line-height: 21px;
  color: #2d374c;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-top: -16px;
}
#accountContainer .accountToggle {
  float: right;
  height: 2vh;
  width: 4vw;
  background-repeat: no-repeat;
  position: relative;
  top: 7px;
}
#accountContainer .openToggle {
  background-image: url(/images/empreview/responsive/mobileMenuX.svg);
  display: none;
}
#accountContainer .closedToggle {
  background-image: url(/images/empreview/responsive/mobileMenuPlus.svg);
}
#accountContainer .customerAddress {
  text-transform: uppercase;
}
#accountContainer #viewAccount .viewAccountInfoContainer {
  display: none;
}
#accountContainer #viewAccount .viewAccountInfoContainer #viewPaymentNotStored {
  display: none;
}
#accountContainer #viewAccount .viewAccountInfoContainer.activeInfoContainer {
  display: block !important;
}
#accountContainer #viewAccount .viewAccountOpenToggle {
  display: block;
}
#accountContainer #viewAccount .viewAccountClosedToggle {
  display: none;
  font-size: 30px;
  bottom: 7px;
}
#accountContainer #editAccountForm {
  display: none;
  padding: 33px;
  color: #2d374c;
}
#accountContainer #editAccountForm #paymentField {
  border-bottom: 1px solid #dbdde4;
  margin-bottom: 20px;
}
#accountContainer #editAccountForm .accountInfoEditContainer {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#accountContainer #editAccountForm .accountInfoEditContainer #deleteCC {
  display: none;
  font-size: 14px;
  margin: 0 0 10px 0;
  padding: 1% 4%;
  border: 1px solid #CED3D8;
}
#accountContainer #editAccountForm .fullWidthField,
#accountContainer #editAccountForm #billingState,
#accountContainer #editAccountForm #creditCardExpMonth,
#accountContainer #editAccountForm #creditCardExpYear,
#accountContainer #editAccountForm .accountInfoEdit {
  width: 100%;
}
#accountContainer #editAccountForm button#loginPassword {
  font-size: 14px;
  padding: 2% 6%;
  border: 1px solid #CED3D8;
  border-radius: 3px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #2d374c;
}
#accountContainer #editAccountForm input.submitChanges {
  padding: 2% 6%;
  background-color: #dfdfdf;
  border: 1px solid #CED3D8;
  border-radius: 3px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  color: #2d374c;
}
#accountContainer #editAccountForm input.submitChanges:hover {
  cursor: pointer;
}
#accountContainer #editAccountForm .legendMargin {
  margin-bottom: 10px;
}
#accountContainer #editAccountForm .fullWidthField,
#accountContainer #editAccountForm #billingState,
#accountContainer #editAccountForm #creditCardExpMonth,
#accountContainer #editAccountForm #creditCardExpYear {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  margin-bottom: 14px;
  background-color: #F6F7F9;
  border: 1px solid #CED3D8;
  border-radius: 3px;
  color: #2d374c;
  padding: 2% 6%;
  opacity: 0.9;
}
#accountContainer #editAccountForm .legendBilling {
  padding-top: 14px;
}
#accountContainer #editAccountForm p#billingDescription {
  font-size: 14px;
  font-family: 'Roboto';
}
#accountContainer #editAccountForm #creditCardExpMonth,
#accountContainer #editAccountForm #creditCardExpYear {
  width: 36%;
}
#accountContainer #editAccountForm .creditCardInfoEdit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
#accountContainer #editAccountForm .accountInfoEditContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
#accountContainer #editAccountForm .fullWidthField[attribute=value],
#accountContainer #editAccountForm #billingState:placeholder[attribute=value],
#accountContainer #editAccountForm #creditCardExpMonth:placeholder[attribute=value],
#accountContainer #editAccountForm #creditCardExpYear:placeholder[attribute=value] {
  color: #2d374c;
}
#accountContainer #editAccountForm .checkbox-custom {
  height: 25px;
  min-width: 25px;
  max-width: 25px;
}
#accountContainer #editAccountForm .checkbox-custom:hover {
  cursor: pointer;
}
#accountContainer #editAccountForm #shipSameAsBill {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#accountContainer #editAccountForm #shipSameAsBillLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px 0px 20px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#accountContainer #editAccountForm .accountInfoEdit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin: 0 1% 0 0;
}
#accountContainer #editAccountForm label {
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  margin-bottom: 9px;
}
#accountContainer .editAccountOpenToggle {
  display: none;
}
#accountContainer .editAccountClosedToggle {
  font-size: 30px;
  bottom: 7px;
}
#accountContainer #purchaseHistory #orderLastName {
  display: none;
}
#accountContainer #purchaseHistory .purchaseHistoryContainer {
  display: none;
  margin-top: 22px;
  color: #444d5f;
}
#accountContainer #purchaseHistory .purchaseHistoryContainer p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
#accountContainer #purchaseHistory .purchaseHistoryContainer .purchaseHistorySubHeader {
  font-family: 'Monstserrat', sans-serif;
  font-size: 16px;
  margin-top: 34px;
}
#accountContainer #purchaseHistory .purchaseHistoryContainer .orderDetailsCell span:hover {
  cursor: pointer;
  opacity: 0.8;
}
#accountContainer #purchaseHistory .purchaseHistoryContainer span {
  font-family: 'Roboto', sans-serif;
  color: #2d374c;
  font-size: 14px;
  line-height: 12px;
}
#accountContainer #purchaseHistory .purchaseHistoryContainer th {
  font-size: 16px;
  padding: 10px;
  text-align: left;
  padding-right: 28px;
}
#accountContainer #purchaseHistory .purchaseHistoryContainer td {
  padding: 10px;
  text-align: left;
}
#accountContainer #purchaseHistory .purchaseHistoryContainer tbody {
  text-align: center;
}
#accountContainer .emailPrefContainer {
  width: 100%;
  height: 400px;
  margin-top: 20px;
  overflow-x: scroll;
  display: none;
}
#accountContainer .emailPrefContainer iframe {
  height: 100%;
  width: 100%;
}
#accountContainer .emailPrefContainer.emailPrefContainerAMKAR {
  height: 600px;
}
#accountContainer .emailPrefContainer.emailPrefContainerAMKAR iframe {
  height: 50%;
}
#accountContainer #aeppContainer {
  display: none;
  padding: 28px 2px;
  font-family: 'Roboto', sans-serif;
}
#accountContainer #aeppContainer .aeppInfoHeader {
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 118%;
  margin-bottom: 10px;
}
#accountContainer #aeppContainer .aeppCurrentBalance {
  margin-top: 10px;
}
#accountContainer #aeppContainer .aeppNotify {
  font-size: 92%;
  font-weight: 500;
}
#accountContainer #aeppContainer .aeppNumberInfo {
  float: right;
}
#accountContainer #aeppContainer #aeppPaymentHeader {
  font-weight: bold;
  font-size: 110%;
  font-family: 'Montserrat', sans-serif;
}
#accountContainer #aeppContainer #aeppPaymentStepsContainer {
  font-size: 85%;
  border-bottom: 1px solid #ced3d8;
  margin-top: 15px;
}
#accountContainer #aeppContainer #aeppPaymentStepsContainer img {
  width: 100%;
}
#accountContainer #aeppContainer #aeppPaymentContainer #aeppPaymentVerifyAmountValue,
#accountContainer #aeppContainer #aeppPaymentContainer #aeppPaymentVerifyCardValue,
#accountContainer #aeppContainer #aeppPaymentContainer #aeppPaymentVerifyTypeValue {
  margin-left: 5px;
}
#accountContainer #aeppContainer #aeppPaymentContainer #aeppPaymentFormConfirm {
  width: 4%;
  float: left;
  margin-right: 5px;
}
#accountContainer #aeppContainer #aeppPaymentContainer #aeppPaymentCardType {
  margin-left: 9px;
  font-weight: bold;
}
#accountContainer #aeppContainer #aeppPaymentContainer #aeppPaymentAmountHeader {
  font-weight: bold;
  font-size: 97%;
  font-family: 'Montserrat', sans-serif;
}
#accountContainer #aeppContainer #aeppPaymentContainer input[type="radio"] {
  width: 4%;
  float: right;
}
#accountContainer #aeppContainer #aeppPaymentContainer select {
  background-color: #F6F7F9;
  border: 1px solid #CED3D8;
  padding: 2%;
}
#accountContainer #aeppContainer #aeppPaymentContainer .aeppConfirmationData {
  display: block;
  margin: 10px;
}
#accountContainer #aeppContainer #make_payment {
  margin-top: -2%;
  margin-bottom: 6%;
}
#accountContainer #aeppContainer label {
  display: block;
}
#accountContainer #aeppContainer input {
  background-color: #F6F7F9;
  border: 1px solid #CED3D8;
  border-radius: 3px;
  width: 100%;
  padding: 2%;
  margin: 1% 0;
}
#accountContainer #aeppContainer legend {
  padding-bottom: 19px;
  width: 100%;
}
#accountContainer #aeppContainer p {
  font-size: 75%;
}
#accountContainer #aeppContainer button {
  font-size: 85%;
  margin-top: 8%;
  width: 100%;
}
.activeInfoContainer.viewAccountInfoContainer {
  display: block !important;
}
@media only screen and (min-width: 750px) {
  .banner {
    width: 100%;
  }
  #custChoiceTermsContainer {
    margin: 0 10%;
  }
  body .cnx-mask {
    width: 100% !important;
  }
  body #brdialog-label {
    font-size: 22px !important;
  }
  body img {
    width: auto;
  }
  body #strip_banner_container {
    margin-bottom: 0;
  }
  body .modal,
  body [id^=disclaimerModal] {
    width: 560px;
    margin-left: -280px;
  }
  body .parsley-errors-list {
    text-align: left;
  }
  body header {
    padding: 0;
    margin-bottom: 2%;
    background-image: none;
    position: relative;
  }
  body header .catalogQuickOrder {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 60%;
    letter-spacing: 1px;
    position: absolute;
    top: 13%;
    right: 2%;
    display: inline-block;
  }
  body header .catalogQuickOrder a {
    color: #fff;
  }
  body header .subHeader {
    margin-left: 2%;
    height: 49px;
  }
  body header .subHeader .hamburgerButton,
  body header .subHeader .hamburgerButton.close {
    display: none;
  }
  body header .subHeader .logoContainer {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  body header .subHeader .logoContainer #logo {
    width: 230px;
  }
  body header .subHeader #search_container {
    margin: 0;
    background-image: none;
  }
  body header .subHeader #search_container #search {
    height: 80%;
    margin-top: 1%;
  }
  body header .subHeader #search_container #search #search_terms {
    width: 28vw;
    font-size: 80%;
    border-radius: 50px 0px 0px 50px;
    padding-left: 7%;
  }
  body header .subHeader #search_container #search #search_button {
    width: 3vw;
    height: auto;
    border-radius: 0px 50px 50px 0px;
  }
  body header .subHeader #search_container #querydiv {
    width: 50% !important;
    top: 35px !important;
    left: 30% !important;
    min-width: 520px !important;
  }
  body header .subHeader .accountDropDownContainer,
  body header .subHeader .cartButtonContainer {
    width: 4vw;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    height: auto;
  }
  body header .subHeader .accountDropDownContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    position: relative;
    margin-right: 8px;
    margin-top: 3px;
  }
  body header .subHeader .accountDropDownContainer .accountDropDownContainerArrow {
    margin-left: 68%;
  }
  body header .subHeader .accountDropDownContainer.myAccount {
    width: 87px;
  }
  body header .subHeader .accountDropDownContainer.signIn {
    width: 67px;
  }
  body header .subHeader .accountDropDownContainer .accountDropDown {
    display: none;
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    top: 115%;
    left: -57%;
    width: 200px;
  }
  body header .subHeader .accountDropDownContainer .accountDropDown .accountDropDownLink {
    display: inline-block;
    margin: 10px 15px;
    font-weight: 500;
    font-size: 85%;
  }
  body header .subHeader .accountDropDownContainer .accountDropDown .accountDropDownLink:hover {
    text-decoration: underline;
  }
  body header .subHeader .accountDropDownContainer .accountDropDown #login_link {
    padding: 0.5rem 1rem;
    letter-spacing: 1px;
    width: 85%;
    text-align: center;
    border-radius: 3%;
  }
  body header .subHeader .accountDropDownContainer .accountDropDown #email_signup_top:hover {
    text-decoration: underline;
  }
  body header .subHeader #cartTop {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 5px;
    width: 9%;
    margin-top: 0;
  }
  body header .subHeader #cartTop .cartButtonContainer {
    background-size: 40%;
    margin-top: 3px;
    margin-left: 5px;
    width: 63px;
  }
  body header .subHeader #cartTop .cartButtonContainer #cartCount {
    display: inline-block;
    margin-top: 48%;
    font-size: 60%;
    margin-left: -10px;
    text-transform: uppercase;
  }
  body header .subHeader #cartTop .cartButtonContainer #cartCount .cartCountText {
    display: inline-block;
    position: relative;
    left: 0;
  }
  body header .subHeader .catalogQuickOrder,
  body header .subHeader #search_container {
    margin-right: 2%;
  }
  body header .subHeader .stickySearchButton {
    display: none;
  }
  body header nav {
    display: inline-block;
    margin-top: 1%;
  }
  body header nav ul#topnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
  }
  body header nav ul#topnav .imageWrapper a:focus div:last-child {
    text-decoration: underline;
  }
  body header nav ul#topnav a {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 85%;
  }
  body header nav ul#topnav a:hover {
    text-decoration: none;
  }
  body header nav ul#topnav a:focus {
    outline: 0;
    text-decoration: underline;
    font-weight: bold;
  }
  body header nav ul#topnav a:focus img {
    border-bottom: 1px solid black;
  }
  body header nav ul#topnav .topNavLevel1 {
    padding: 0.8%;
    height: 55px;
  }
  body header nav ul#topnav .topNavLevel1 .topLevelCatLink:hover ~ .topArrow {
    position: relative;
  }
  body header nav ul#topnav .topNavLevel1 .topLevelCatLink:hover ~ .topArrow:after {
    content: "";
    position: absolute;
    z-index: 99999;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
  }
  body header nav ul#topnav .topNavLevel1 .topLevelCatLink:hover ~ div {
    display: block;
    opacity: 1;
  }
  body header nav ul#topnav .secondLevel {
    display: none;
  }
  body header nav ul#topnav .mobileShopAll {
    display: none;
  }
  body header nav ul#topnav > li:hover > .topArrow {
    position: relative;
    margin-left: -60%;
  }
  body header nav ul#topnav > li:hover > .topArrow:after {
    content: "";
    position: absolute;
    top: 73%;
    z-index: 99999;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
  }
  body header nav ul#topnav > li:hover > div {
    display: block !important;
    opacity: 1 !important;
  }
  body header nav ul#topnav [class^='break0Wrapper'],
  body header nav ul#topnav [class^='break1Wrapper'],
  body header nav ul#topnav [class^='break2Wrapper'],
  body header nav ul#topnav [class^='break3Wrapper'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 4%;
    margin-left: 3%;
  }
  body header nav ul#topnav [class^='break0Wrapper'] {
    margin-left: 3%;
  }
  body header nav ul#topnav div[level] {
    z-index: 9999;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  }
  body header nav ul#topnav div[level] a {
    text-decoration: none;
  }
  body header nav ul#topnav div[level="2"] {
    position: absolute;
    left: 1.8%;
    top: 100%;
    width: 96.5%;
    height: auto;
  }
  body header nav ul#topnav div[level="2"] li a {
    letter-spacing: 0px;
  }
  body header nav ul#topnav div[level="2"] ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body header nav ul#topnav div[level="2"] ul div {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffffb3), to(#ffffff7a));
    background: -webkit-linear-gradient(#ffffffb3, #ffffff7a);
    background: -o-linear-gradient(#ffffffb3, #ffffff7a);
    background: linear-gradient(#ffffffb3, #ffffff7a);
  }
  body header nav ul#topnav div[level="2"] ul div li {
    margin-bottom: 19px;
  }
  body header nav ul#topnav div[level="2"] div.imageWrapper {
    z-index: -1;
  }
  body header .contentTicker {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.5% 0;
    font-size: 75%;
    border-bottom: 1px solid #CED4D9;
    letter-spacing: 1px;
    margin-bottom: 1%;
  }
  body header nav,
  body header .contentTicker {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  body #content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
  body #content .siteMapContainer {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border: 1px solid #DCE0E8;
    width: 80%;
    margin-left: 12%;
    padding: 3%;
  }
  body #content .siteMapContainer h1 {
    text-transform: inherit;
    font-size: 120%;
    letter-spacing: 0;
  }
  body #content .siteMapContainer h2 {
    margin-top: 2%;
  }
  body .termsOfUseContainer,
  body .secureShop,
  body .accessibilityContainer {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border: 1px solid #DCE0E8;
    width: 80%;
    margin-left: 12%;
    padding: 3%;
  }
  body .termsOfUseContainer h1,
  body .secureShop h1,
  body .accessibilityContainer h1 {
    text-transform: inherit;
    font-size: 120%;
    letter-spacing: 0;
  }
  body .termsOfUseContainer h2,
  body .secureShop h2,
  body .accessibilityContainer h2 {
    font-size: 110%;
  }
  body .termsOfUseContainer h3,
  body .secureShop h3,
  body .accessibilityContainer h3 {
    font-size: 100%;
  }
  body footer {
    padding: 3% 0 0%;
    margin-top: 0;
  }
  body footer .footerContainer {
    padding-top: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body footer .footerContainer .footerSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 1px solid #CED4D9;
    padding: 1% 2%;
    font-size: 85%;
  }
  body footer .footerContainer .footerSection.footerSectionCommunity {
    padding: 1% 2%;
    border-top: none;
    border-bottom: none;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body footer .footerContainer .footerSection.footerSectionCommunity .footerHeader {
    display: inherit;
  }
  body footer .footerContainer .footerSection.footerSectionCommunity .footerLinks {
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  body footer .footerContainer .footerSection.footerSectionCommunity .socialText {
    display: inline-block;
    vertical-align: top;
    margin-left: 10%;
  }
  body footer .footerContainer .footerSection.footerSectionCommunity .socialFooterLink img {
    display: inline;
  }
  body footer .footerContainer .footerSection .footerHeader {
    margin-bottom: 15px;
  }
  body footer .footerContainer .footerSection .footerHeader.footerEmailHeader {
    font-size: 115%;
  }
  body footer .footerContainer .footerSection .footerText {
    font-style: italic;
    font-weight: 200;
    margin-top: -1%;
  }
  body footer .footerContainer .footerSection .footerEmailSignup {
    border: 1px solid #fff;
    padding: 5%;
    border-radius: 3px;
    margin-top: 11%;
    display: inline-block;
    text-transform: uppercase;
    font-size: 110%;
    letter-spacing: 1px;
  }
  body footer .footerContainer .footerSection .footerLinks {
    font-weight: 500;
    font-size: 85%;
    margin-bottom: 15px;
  }
  body footer .footerContainer .footerSection .footerLinks span {
    cursor: pointer;
  }
  body footer .footerContainer .footerSection .shoppingServicesWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  body footer .footerContainer .footerSection .shoppingServicesWrapper .shoppingServices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body footer .footerContainer .footerSection .shoppingServicesWrapper .shoppingServices:first-child {
    margin-right: 52px;
  }
  body footer .footerContainer .footerSection.footerSectionEmail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 3px;
    padding: 1% 2%;
    color: #fff;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 2%;
    margin-left: 2%;
    min-width: 200px;
    max-width: 250px;
  }
  body footer .footerContainer .footerSection.footerSectionEmail,
  body footer .footerContainer .footerSection.footerSectionAboutUs {
    border-right: none;
  }
  body footer .footerSubContainer .footerImages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body footer .footerSubContainer .footerImages div {
    margin-right: 1.5%;
    border-right: 1px solid #CED4D9;
    padding-right: 1.5%;
  }
  body footer .footerSubContainer .footerImages div:last-of-type {
    border-right: none;
  }
  body footer .footerSubContainer .footerImages .ccImages img {
    margin: 0;
  }
  body footer .footerSubContainer .footerSubLinks {
    font-size: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
  }
  body footer .footerSubContainer .footerSubLinks span {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  body footer .footerSubContainer .footerSubLinks .bullet {
    margin-left: 0.3%;
    margin-right: 0.3%;
  }
  body footer .footerSecondaryContainer {
    font-size: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 1%;
    padding-bottom: 1%;
    white-space: nowrap;
  }
  body footer .footerSecondaryContainer .companyContact {
    margin-right: 10px;
  }
  body footer .footerSecondaryContainer .companyPhone {
    margin: 0 10px;
  }
  body #emailSignUpModal {
    width: 560px;
    margin-left: -280px;
  }
  body #emailSignUpModal .modal-header {
    padding: 0;
  }
  body #emailSignUpModal .modal-body {
    position: inherit;
  }
  body #emailSignUpModal #email-popup .emailContentContainer {
    width: 90%;
    margin: 0 auto;
  }
  body #emailSignUpModal .emailThankYouContainer {
    width: 62%;
    text-align: center;
    padding-left: 2%;
    font-size: 120%;
    padding-right: 2%;
  }
  body #emailSignUpModal .emailThankYouContainer div,
  body #emailSignUpModal .emailThankYouContainer span {
    padding-top: 7%;
    padding-bottom: 7%;
  }
  body #emailSignUpModal .emailThankYouContainer .emailThankYouSubDetails {
    font-weight: 600;
    font-size: 200%;
  }
  body #emailSignUpModal .emailThankYouContainer .emailThankYouClose {
    background: unset;
    border: none;
    font-size: 100%;
    text-shadow: unset;
    border-radius: 3px;
    padding: 6% 5%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 5%;
    margin-bottom: 5%;
    display: inline-block;
  }
  #content #accountContainer {
    -webkit-box-shadow: 0px 0px 10px 1px #ebebeb;
    box-shadow: 0px 0px 10px 1px #ebebeb;
    width: 100%;
    min-height: 455px;
    max-width: 1160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 94px auto;
  }
  #content #accountContainer p {
    color: #444d5f;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
  }
  #content #accountContainer .activeInfoContainer.viewAccountInfoContainer {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #content #accountContainer .accountInfoContainer {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
    padding: 0;
  }
  #content #accountContainer .accountInfoContainer .accountSubHeader {
    width: 100%;
  }
  #content #accountContainer .accountInfoContainer .accountHeader1 {
    width: 85%;
  }
  #content #accountContainer .accountHeader,
  #content #accountContainer .accountHeader1 {
    display: none;
  }
  #content #accountContainer .accountSubHeader {
    font-weight: 600;
    font-size: 16px;
    color: #444d5f;
    border-bottom: 1px solid #dbdde4;
    padding-bottom: 8px;
    width: 79%;
    display: block;
    font-family: 'Montserrat', sans-serif;
  }
  #content #accountContainer .accountSidebarContainerDesktop {
    display: block;
    background-color: #2d374c;
    width: 18%;
    min-width: 238px;
    min-height: 455px;
    padding-top: 33px;
    font-size: 14px;
  }
  #content #accountContainer .accountSidebarContainerDesktop .accountSidebarHeader {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 29px;
    padding-left: 10px;
    font-weight: 500;
    display: inline-block;
    padding-left: 22px;
  }
  #content #accountContainer .accountSidebarContainerDesktop .accountOption {
    width: 100%;
    padding: 10px 0 10px 36px;
    margin-top: 6px;
    position: relative;
    top: 16px;
    display: inline-block;
    color: white;
    font-weight: 500;
  }
  #content #accountContainer .accountSidebarContainerDesktop span:hover {
    cursor: pointer;
  }
  #content #accountContainer .accountSidebarContainerDesktop .active {
    background-color: #495879;
    display: inline-block;
  }
  #content #accountContainer .accountInformation {
    width: 39%;
    margin: 27px auto;
    display: block;
  }
  #content #accountContainer .accountToggle {
    display: none !important;
  }
  #content #accountContainer .viewAccountInfoContainer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px;
    padding-top: 52px;
  }
  #content #accountContainer #viewAccount .viewAccountInfoContainer.activeInfoContainer {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #content #accountContainer #editAccountForm .legendBilling {
    padding-top: 0;
  }
  #content #accountContainer #editAccountForm .accountInfoEdit {
    width: 49%;
  }
  #content #accountContainer .purchaseHistoryContainer {
    display: none;
    padding: 85px;
    padding-left: 64px;
  }
  #content #accountContainer .emailPrefContainer {
    display: none;
    width: 276%;
    height: 100%;
    margin-top: 0;
  }
  #content #accountContainer .emailPrefContainer iframe {
    width: 115%;
    height: 204%;
  }
  #content #accountContainer .emailPrefContainer.emailPrefContainerAMKAR {
    height: 256%;
  }
  #content #accountContainer .emailPrefContainer.emailPrefContainerAMKAR iframe {
    width: 100%;
    height: 560px;
  }
  #content #accountContainer #aeppContainer {
    padding: 11%;
  }
  #content #accountContainer #aeppContainer #make_payment {
    margin-bottom: 4%;
  }
  #EZReturnLabelModal .modal-header {
    position: relative;
    bottom: 29px;
  }
  .createAccountContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 90px auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 88%;
  }
  .createAccountContainer #signInContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 21px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-top: 3px solid #6A8F9B;
    padding-bottom: 5px;
    margin-right: 20px;
    max-width: 511px;
  }
  .createAccountContainer #signInContainer #forgotPassword {
    letter-spacing: 0;
    line-height: 14px;
    text-align: right;
    text-decoration: underline;
    color: #4e5c7c;
    font-weight: 600;
  }
  .createAccountContainer #signInContainer .fullWidthField {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    padding: 17px;
    margin-bottom: 14px;
  }
  .createAccountContainer #signInContainer #signInSubmit {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 16px;
    margin-top: 7px;
  }
  .createAccountContainer #signInContainer h1 {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 21px;
    text-transform: none;
    padding-top: 6px;
  }
  .createAccountContainer #signInOr {
    display: none;
  }
  .createAccountContainer #registerContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 21px;
    border-top: 3px solid #6A8F9B;
    padding-top: 0;
    margin-top: -4px;
  }
  .createAccountContainer #registerContainer #registerError {
    top: 15px;
  }
  .createAccountContainer #registerContainer .nameContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .createAccountContainer #registerContainer .addressContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .createAccountContainer #registerContainer .fullWidthField {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    padding: 17px;
    margin-bottom: 14px;
  }
  .createAccountContainer #registerContainer .easyBold {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
  }
  .createAccountContainer #registerContainer .sendUpdates {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    margin-top: 9px;
    display: block;
  }
  .createAccountContainer #registerContainer .halfWidthField {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    padding: 17px;
    font-weight: 600;
    margin-bottom: 14px;
    width: 49%;
  }
  .createAccountContainer #registerContainer #registerState {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    padding: 17px;
    font-weight: 600;
    width: 30%;
    margin: 0 10px;
    height: 80%;
  }
  .createAccountContainer #registerContainer #registerSubmit {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    padding: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 16px;
  }
  .createAccountContainer #registerContainer #registerZip {
    width: 63%;
    margin-left: -3px;
  }
  .createAccountContainer #registerContainer #registerCity {
    width: 68%;
  }
  .createAccountContainer #registerContainer h1 {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 21px;
    position: relative;
    top: 27px;
    text-transform: none;
  }
  .createAccountContainer #registerContainer .registerEmailMessage {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: -12px;
  }
  .createAccountContainer #registerContainer .messageEmail {
    padding-left: 10px;
    margin-top: 2px;
  }
}
