﻿/* Carryover Pastel Style - Variables */
#PST_MainWrapper .bottom .contentHolder {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#PST_MainWrapper .bottom .contentHolder .contentWrap1 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
#PST_MainWrapper .bottom .contentHolder .contentWrap2 {
  width: 1570px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
#PST_MainWrapper .bottom .contentHolder .contentImages ul li a.contentImgLink {
  display: block;
}
#PST_MainWrapper .middle .middleContainer {
  padding-top: 32px;
  padding-bottom: 32px;
}
#PST_MainWrapper .top .partnerBackgroundImg {
  height: 642px;
  max-height: 642px;
  background-size: auto 100%;
  background-position: bottom center;
}
#PST_MainWrapper .top .partnerLogoAndSignup .SignUpPanel #confirmationSection .pst_checkbox .txtSignupAgree {
  font-weight: 400;
}
#PST_ContentWrapper a:focus-visible {
  outline: 2px solid Highlight;
  outline: 2px solid -webkit-focus-ring-color;
}
.notCostcoMember {
  background-color: #1E7B92;
  padding: 0px;
  margin: 0px;
  width: 100%;
  position: relative;
}
.notCostcoMember .pst_button.white {
  background-color: #fff;
  color: #141414;
  border: 1px solid #fff;
  font-size: 18px;
}
.notCostcoMember .pst_button.white:hover {
  background-color: #fff;
  color: #141414;
  border: 1px solid #fff;
}
.notCostcoMemberContent {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  padding: 56px 0px;
  box-sizing: border-box;
}
.pst_headertext.titleText3 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  font-family: 'Proxima-Nova', Arial, Helvetica, Sans-Serif;
  text-align: center;
  color: #FFF;
  margin: 0;
}
@media only screen and (max-width: 1100px) {
  #PST_MainWrapper .top .partnerBackgroundImg {
    background-position: bottom right;
  }
  #PST_MainWrapper .top .partnerLogoAndSignup .partnerLogoImg.big {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 800px) {
  #PST_MainWrapper .top .partnerBackgroundImg {
    background-image: url(/LP/Partner/Costco/Images/costco-hero-banner-tablet.png) !important;
    width: 100%;
    max-height: 300px;
    background-position: bottom center;
  }
}
@media only screen and (max-width: 440px) {
  #PST_MainWrapper .top .partnerBackgroundImg {
    max-height: 200px;
  }
  .notCostcoMemberContent {
    padding: 48px 0px;
  }
}