.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  background-color: #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 8px;
  height: 38px;
  min-height: 30px;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  background-color: #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
  height: 38px;
}

.w-commerce-commercequickcheckoutgoogleicon {
  display: block;
  margin-right: 8px;
}

.w-commerce-commercequickcheckoutmicrosofticon {
  display: block;
  margin-right: 8px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutblockcontent {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutemailinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingfullname::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecheckoutshippingcity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingcity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstateprovince::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingcountryselector::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left-color: #e6e6e6;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-color: #e6e6e6;
  border-right-width: 1px;
  border-right-style: solid;
}

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 64px;
  padding-bottom: 64px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardnumber::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardexpirationdate::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardsecuritycode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  font-weight: 400;
  margin-left: 8px;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingfullname::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingcity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstateprovince::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingcountryselector::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  margin-left: 16px;
  margin-right: 16px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  text-decoration: none;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  text-align: center;
}

.w-commerce-commercecheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: 0.33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg");
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Grenette, Georgia, sans-serif;
  color: #000;
  font-size: 20.5px;
  line-height: 30.75px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

a {
  color: #406dce;
  text-decoration: underline;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.call-to-action {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #e4feff;
}

.main-content {
  padding-top: 50px;
  padding-bottom: 100px;
}

.hero-image {
  min-height: 800px;
  background-color: #e1f6ff;
  background-image: url("https://corita.imgix.net/v2/general/corita-header.jpg");
  background-position: 50% 0%;
  background-size: cover;
}

.paragraph {
  font-family: Bitter, serif;
  font-size: 30px;
  line-height: 40px;
}

.container {
  padding: 50px 100px;
}

.paragraph-2 {
  margin-top: 30px;
  font-family: Bitter, serif;
  font-size: 20px;
  line-height: 33px;
}

.body1 {
  font-family: Bitter, serif;
}

.button {
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #3b38ec;
  font-size: 20px;
}

.paragraph-3 {
  color: rgba(51, 51, 51, 0.28);
  font-size: 12px;
}

.subscribe-form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input-wrapper {
  min-width: 0px;
  margin-right: 15px;
  border-radius: 0px;
  text-align: left;
}

.subscribe-form-input {
  min-width: 330px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(59, 56, 236, 0.3);
  border-radius: 4px;
}

.submit-button {
  border-radius: 4px;
  background-color: #3b38ec;
}

.coritas-work {
  display: block;
  overflow: visible;
  width: 1200px;
  max-height: 623px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 0px;
  clear: both;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(58%, transparent),
    to(#fff)
  );
  background-image: linear-gradient(180deg, transparent 58%, #fff);
  background-clip: border-box;
  -o-object-fit: fill;
  object-fit: fill;
}

.view-collection-text {
  margin-top: -50px;
  margin-bottom: 60px;
  font-size: 28px;
  line-height: 42px;
  font-weight: 300;
  text-align: center;
}

.coritas-artwork {
  margin-top: 60px;
  margin-bottom: 30px;
}

.youtube-video {
  background-color: #f5f4f0;
}

.container-2 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.div-block-3 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 2px solid rgba(216, 211, 196, 0.51);
}

.rich-text-block-2 {
  font-size: 20px;
  line-height: 30px;
}

.container-3 {
  font-size: 20px;
  line-height: 30px;
}

.collection-item-4 {
  margin-bottom: 20px;
  padding: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.collection-list-old {
  display: block;
  height: 900px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-column-count: 6;
  column-count: 6;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-rule-width: 0px;
  column-rule-width: 0px;
}

.image-2 {
  position: relative;
  z-index: -1;
}

.container-5 {
  margin-top: 45px;
  margin-bottom: 90px;
  text-align: center;
}

.link {
  font-size: 24px;
}

.section-3 {
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: transparent;
}

.section-4 {
  margin-bottom: 40px;
}

.section-5 {
  margin-bottom: 40px;
}

.heading {
  margin-top: 0px;
  font-weight: 600;
}

.heading.local {
  color: #7b68ee;
}

.heading.notlocal {
  color: #ff1493;
}

.body-2 {
  font-family: Foundersgrotesktextweb, sans-serif;
  color: #000;
}

.paragraph-4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.paragraph-5 {
  max-width: 800px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-top: 1px none rgba(0, 0, 0, 0.13);
  border-bottom: 1px none rgba(0, 0, 0, 0.13);
  font-size: 18px;
  line-height: 26px;
}

.paragraph-5.topp {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.heading-2 {
  font-size: 55px;
  line-height: 56px;
  font-weight: 500;
  text-align: center;
}

.container-6 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #fff32e;
}

.section-6 {
  margin-bottom: 40px;
}

.container-7 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.link-3 {
  margin-right: 25px;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

.link-3.coritalink {
  font-weight: 500;
}

.container-8 {
  padding-bottom: 10px;
}

.button-2 {
  margin-top: 25px;
  border-radius: 5px;
  background-color: #fff32e;
  color: #000;
}

.container-9 {
  margin-bottom: 25px;
}

.container-10 {
  padding: 25px;
  background-color: #f8f8f8;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.paragraph-6 {
  max-width: 700px;
  margin-bottom: 0px;
}

.section-7 {
  margin-bottom: 40px;
}

.section-8 {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ebd4d3;
}

.text-block-4 {
  margin-right: 10px;
  padding-right: 0px;
  float: left;
  font-size: 18px;
  font-weight: 600;
}

.div-block-4 {
  clear: both;
}

.text-block-5 {
  float: left;
  line-height: 23px;
}

.paragraph-7 {
  margin-bottom: 0px;
  color: #000;
  line-height: 23px;
}

.link-5 {
  color: #000;
}

.div-block-5 {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.div-block-5.divlist {
  padding-top: 20px;
}

.div-block-5.divlist.divlistlast {
  padding-bottom: 0px;
  border-bottom-style: none;
}

.link-6 {
  color: #000;
}

.link-7 {
  color: #000;
}

.link-8 {
  color: #000;
}

.container-11 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.text-span {
  color: #7b68ee;
  font-weight: 600;
}

.text-span.notlocal {
  color: #ff1493;
}

.paragraph-8 {
  color: #7b68ee;
}

.link-9 {
  color: #7b68ee;
}

.container-11-copy {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none rgba(0, 0, 0, 0.13);
}

.section-9 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f8f8f8;
}

.section-10 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block-6 {
  font-size: 18px;
  line-height: 26px;
}

.text-block-7 {
  font-size: 18px;
  line-height: 26px;
}

.text-block-8 {
  font-size: 18px;
  line-height: 26px;
}

.text-block-9 {
  font-size: 18px;
  line-height: 26px;
}

.link-10 {
  color: #000;
}

.link-11 {
  color: #000;
}

.link-12 {
  color: #000;
}

.link-13 {
  color: #000;
}

.link-14 {
  padding-right: 20px;
  color: #000;
  text-decoration: none;
}

.link-15 {
  color: #000;
  text-decoration: none;
}

.link-16 {
  color: #000;
  text-decoration: none;
}

.container-12 {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.13);
}

.paragraph-9 {
  max-width: 800px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
}

.link-23 {
  color: #000;
  font-weight: 600;
}

.link-24 {
  color: #000;
}

.link-25 {
  color: #000;
}

.heading-5 {
  font-weight: 600;
}

.paragraph-11 {
  margin-right: 140px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
}

.section-11 {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff32e;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Grenette, Georgia, sans-serif;
  color: #000;
  font-size: 20.5px;
  line-height: 30.75px;
  font-weight: 400;
}

.grid-container-1200px {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 2.5px none #d8d3c4;
}

.grid-container-1200px.header-nav {
  padding-top: 18px;
  padding-bottom: 0;
  border-bottom-style: none;
  font-family: Nitti, "Trebuchet MS", sans-serif;
}

.intro-paragraph {
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-span-2 {
  font-weight: 700;
}

._20px-below {
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom: 2.5px none #d8d3c4;
}

._20px-below.typespace {
  margin-top: 60px;
}

.columnright {
  padding-right: 0px;
  text-align: right;
}

.nav-link {
  position: static;
  display: block;
  color: rgba(165, 156, 130, 0.8);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  white-space: normal;
}

.nav-link:hover {
  margin-bottom: -3px;
  padding-bottom: 0px;
  border-style: none none solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #aca691;
  color: #a59c82;
  text-decoration: none;
}

.nav-link.w--current {
  font-size: 17px;
}

.nav-link.nav-link-space {
  margin-right: 30px;
}

.nav-link.nav-link-space:hover {
  border-bottom-color: #aca691;
}

.columnmiddle {
  padding-left: 0px;
}

.columnleft {
  padding-left: 0px;
}

.dropdown-toggle-3 {
  padding: 0px;
}

.dropdown {
  margin-right: 30px;
}

.dropdown-list-2 {
  background-color: #9b8585;
}

.dropdown-list-2.w--open {
  background-color: #fff;
}

.dropdown-list-2.dropdown-menu.w--open {
  position: absolute;
  margin-left: -10px;
}

.dropdown-link {
  padding: 5px 10px;
  font-size: 18px;
}

.dropdown-link.nav-link {
  white-space: nowrap;
}

.columns {
  width: 100%;
}

.collection-list-wrapper {
  overflow: hidden;
  height: 700px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(63%, transparent),
    color-stop(78%, hsla(0, 0%, 100%, 0.81)),
    color-stop(92%, #fff)
  );
  background-image: linear-gradient(
    180deg,
    transparent 63%,
    hsla(0, 0%, 100%, 0.81) 78%,
    #fff 92%
  );
}

.action-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fad246;
}

.default-button {
  display: inline-block;
  margin-top: 0px;
  padding: 6px 10px 4px;
  border-radius: 4px;
  background-color: #fff;
  font-family: Nitti, "Trebuchet MS", sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 24px;
  text-align: left;
}

.default-button.blue-button {
  border-style: none;
  background-color: #406dce;
  color: #fff;
}

.default-button.blue-button.programs-button {
  margin-right: 20px;
}

.default-button.light-blue-button {
  border-style: none;
  background-color: #51a5dc;
  color: #fff;
}

.default-button.orange-button {
  border-style: none;
  background-color: #ce7139;
  color: #fff;
}

.default-button.green-button {
  border-style: none;
  background-color: #4aa052;
  color: #fff;
}

.default-button.red-button {
  border-style: none;
  background-color: #d95042;
  color: #fff;
}

.default-button.yellow-button {
  border-style: none;
  background-color: #eda824;
  color: #fff;
}

.default-button.purple-button {
  border-style: none;
  background-color: #5c2d98;
  color: #fff;
}

.default-button.tan-button {
  border-style: none;
  background-color: rgba(216, 211, 196, 0.5);
  color: rgba(165, 156, 130, 0.8);
}

.default-button.tan-button.programs-button {
  margin-right: 20px;
}

.studio-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("https://corita.imgix.net/v2/general/corita-studio.jpg");
  background-position: 15% 50%;
  background-size: cover;
}

.page-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 3px solid rgba(216, 211, 196, 0.5);
  line-height: 32px;
}

.page-title.type-md {
  padding-bottom: 6px;
}

.sub-nav-link {
  display: inline-block;
  margin-right: 20px;
  line-height: 24px;
  white-space: nowrap;
}

.sub-nav-link.sub-nav-link-last {
  margin-right: 0px;
}

.sub-navigation {
  overflow: visible;
  margin-top: 5px;
}

.sub-navigation.type-sm.type-mono {
  margin-top: 6px;
}

.sub-navigation.type-sm.type-mono.sub-nav-compressed {
  letter-spacing: -1px;
}

.narrow-measure {
  max-width: 66.64%;
  margin-right: auto;
  margin-left: auto;
}

.column-3 {
  text-align: right;
}

.link-27 {
  margin-right: 20px;
}

.dev-topnav {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
  font-family: Nitti, "Trebuchet MS", sans-serif;
  font-size: 16px;
}

.body-3 {
  font-family: Grenette, Georgia, sans-serif;
}

.div-block-14 {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 22px;
  line-height: 30px;
}

.section-title {
  padding-top: 6px;
  border-top: 3px solid #000;
  line-height: 36px;
}

.section-title.type-md.green {
  border-top-color: #54c183;
  color: #54c183;
}

.section-title.type-md.blue {
  border-top-color: #3fb3f6;
  color: #3fb3f6;
}

.section-title.type-md.red {
  border-top-color: #e73450;
  color: #e73450;
}

.div-block-15 {
  min-height: 40px;
}

.dev-separator {
  margin-bottom: 40px;
}

.type-xs {
  font-size: 13.5px;
  line-height: 20.25px;
}

.type-sm {
  font-size: 17px;
  line-height: 25.5px;
}

.type-sm.died-text {
  letter-spacing: -0.5px;
}

.type-md {
  font-size: 24px;
  line-height: 36px;
}

.type-lg {
  font-size: 27.5px;
  line-height: 41.25px;
}

.type-lg.type-light.intro-paragraph {
  padding-top: 50px;
}

.type-xl {
  font-size: 31px;
  line-height: 46.5px;
}

.type-mono {
  font-family: Nitti, "Trebuchet MS", sans-serif;
}

.type-mono.type-sm.exhibition-dates {
  display: inline-block;
}

.type-light {
  font-weight: 300;
}

.type-bold {
  font-weight: 700;
}

.type-bold.red:hover {
  color: #406dce;
}

.type-bold.blue:hover {
  color: #406dce;
}

.type-bold.green:hover {
  color: #406dce;
}

.type-bold.about-center-video-title {
  margin-top: 27px;
}

.sub-title {
  padding-top: 6px;
  border-top: 3px solid #000;
  line-height: 36px;
}

.sub-title.type-md {
  border-top-color: rgba(216, 211, 196, 0.5);
}

.box {
  margin-bottom: 3px;
  padding: 18px 20px;
}

.box.beige-background {
  background-color: #f5f4f0;
}

.box.beige-background.highlight-related-box {
  width: 50%;
  margin-bottom: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.box.white-background.chronology-box-fix {
  padding-bottom: 20px;
}

.page-title-sub-navigation {
  position: static;
  top: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom: 2.5px none #d8d3c4;
}

.top-navigation {
  position: static;
  top: 0px;
  margin-top: 0px;
  border-bottom: 3px solid rgba(216, 211, 196, 0.5);
}

.top-navigation._20px-below {
  border-bottom-style: none;
  box-shadow: 0 1px 15px 3px rgba(165, 156, 130, 0.1);
}

.top-navigation.type-sm._20px-below {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  height: 60px;
  background-color: #fff;
  box-shadow: 0 1px 15px 3px rgba(165, 156, 130, 0.1);
}

.menu-item-wrapper.menu-item-hidden {
  display: none;
}

._40px-below {
  position: static;
  top: 0px;
  margin-top: 0px;
  margin-bottom: 40px;
  border-bottom: 2.5px none #d8d3c4;
}

._40px-below.beige-background.footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 20px;
}

._10px-below {
  position: static;
  top: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  border-bottom: 2.5px none #d8d3c4;
}

.type-tan {
  color: rgba(165, 156, 130, 0.8);
}

.beige-background {
  background-color: rgba(216, 211, 196, 0.25);
}

.beige-background.footer {
  margin-top: auto;
}

.beige-background.footer.type-mono {
  padding-top: 40px;
  padding-bottom: 60px;
}

.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.white-background {
  background-color: #fff;
}

.chronology-image-left {
  padding-left: 0px;
}

.chronology-image-right {
  padding-right: 0px;
}

.faq-column-left {
  padding-left: 0px;
}

.faq-column-right {
  padding-right: 0px;
}

.green-background {
  background-color: rgba(84, 193, 131, 0.1);
}

.blue-background {
  background-color: rgba(63, 179, 246, 0.08);
}

.red-background {
  background-color: rgba(231, 52, 80, 0.1);
}

.type-center {
  text-align: center;
}

.type-center.type-script.type-super.red.support-us {
  margin-bottom: 10px;
}

.type-center.type-super.save-studio-type {
  line-height: 82px;
}

.cta-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding: 40px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-box.beige-background {
  padding-top: 40px;
}

.cta-box.red-background {
  padding-top: 50px;
}

.type-xxl {
  font-size: 34.5px;
  line-height: 51.75px;
}

.type-xxxl {
  font-size: 38px;
  line-height: 57px;
}

.type-script {
  font-family: Mistral, Georgia, sans-serif;
  font-weight: 400;
}

.type-super {
  font-size: 69.5px;
  line-height: 69.5px;
}

.menu-item-link-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: rgba(165, 156, 130, 0.8);
  font-weight: 500;
  text-decoration: none;
}

.menu-item-link-block:hover {
  color: #406dce;
  text-decoration: underline;
}

.nav-button {
  display: none;
}

.dropdown-nav-close-target {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
}

.sub-nav-wrapper {
  position: absolute;
  bottom: 0px;
  z-index: 3;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  white-space: normal;
}

.sub-nav-wrapper.dropdown-menu {
  display: none;
  margin-left: -20px;
  padding-right: 0px;
  padding-bottom: 12px;
  padding-left: 20px;
  border-radius: 6px;
  background-color: #fff;
}

.sub-nav-wrapper.dropdown-menu.dropdown-right {
  -webkit-transform: translate(-43%, 100%);
  -ms-transform: translate(-43%, 100%);
  transform: translate(-43%, 100%);
}

.subnav-item-link-block {
  display: block;
  color: rgba(165, 156, 130, 0.8);
  text-decoration: none;
  white-space: nowrap;
}

.subnav-item-link-block:hover {
  color: #406dce;
  text-decoration: underline;
}

.menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu-wrapper.type-sm {
  display: block;
}

.subnav-main-link {
  display: none;
  white-space: nowrap;
}

.return-link {
  display: none;
}

.menu-item-wrapper {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-item-wrapper.last-menu-link {
  margin-right: 0px;
}

.menu-item-wrapper.mobile-menu-spacer {
  margin-right: 0px;
}

.single-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: rgba(165, 156, 130, 0.8);
  font-weight: 500;
  text-decoration: none;
}

.single-link:hover {
  color: #406dce;
  text-decoration: underline;
}

.menu {
  width: 100%;
  float: none;
}

.top-nav---left-column {
  position: static;
  width: 16.68%;
  float: left;
}

.top-nav---center-column {
  width: 70%;
  float: left;
  display: flex;
}

.top-nav---right-column {
  width: 30%;
  float: right;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.right-arrow {
  display: none;
}

.one-column {
  padding-right: 20px;
  padding-left: 20px;
}

.text-span-4 {
  white-space: nowrap;
}

.red {
  color: #d95042;
}

.column-8 {
  padding-left: 0px;
}

.column-9 {
  padding-right: 0px;
}

.link-28 {
  display: inline-block;
  letter-spacing: -0.8px;
}

.multiple-columns {
  padding-right: 10px;
  padding-left: 10px;
}

.center {
  margin-right: auto;
  margin-left: auto;
}

.narrow-measure-columns {
  margin-right: -10px;
  margin-left: -10px;
}

.first-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-10 {
  padding-right: 0px;
}

.column-11 {
  padding-left: 0px;
}

.warning {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 15px 9px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 50, 35, 0.2);
  border-radius: 4px;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(225, 50, 35, 0.1)),
    to(rgba(225, 50, 35, 0.1))
  );
  background-image: linear-gradient(
    180deg,
    rgba(225, 50, 35, 0.1),
    rgba(225, 50, 35, 0.1)
  );
  font-family: Nitti, "Trebuchet MS", sans-serif;
  color: #e13223;
  font-size: 17px;
  line-height: 25.5px;
}

.column-12 {
  padding-left: 0px;
}

.text-field {
  padding: 10px;
  border: 2px solid #d8d3c4;
  border-radius: 4px;
}

.text-field.type-mono.type-sm {
  margin-bottom: 15px;
  padding-top: 11px;
  padding-bottom: 9px;
}

.text-field.type-mono.type-sm::-webkit-input-placeholder {
  color: rgba(165, 156, 130, 0.6);
}

.text-field.type-mono.type-sm:-ms-input-placeholder {
  color: rgba(165, 156, 130, 0.6);
}

.text-field.type-mono.type-sm::-ms-input-placeholder {
  color: rgba(165, 156, 130, 0.6);
}

.text-field.type-mono.type-sm::placeholder {
  color: rgba(165, 156, 130, 0.6);
}

.column-13 {
  padding-right: 0px;
}

.form-block {
  margin-top: 10px;
}

._4x3-column-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blue {
  color: #2e8dcc;
}

._60px-below {
  margin-bottom: 60px;
}

._30px-below {
  margin-bottom: 30px;
}

.hidden-link {
  color: #000;
  text-decoration: none;
}

.hidden-link:hover {
  color: #406dce;
  text-decoration: underline;
}

.tan-link {
  color: rgba(165, 156, 130, 0.8);
}

.tan-link:hover {
  color: #406dce;
}

.green {
  color: #4aa052;
}

.magenta-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e42351;
}

.yellow {
  color: #eda824;
}

.type-normal {
  font-weight: 400;
}

.column-box-short {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._80px-below {
  margin-bottom: 80px;
}

.orange {
  color: #ce7139;
}

.purple {
  color: #5c2d98;
}

.orange-background {
  background-color: rgba(206, 113, 57, 0.1);
}

.yellow-background {
  background-color: rgba(245, 205, 71, 0.15);
}

.purple-background {
  background-color: rgba(92, 45, 152, 0.1);
}

.list {
  margin-bottom: 0px;
  padding-left: 20px;
  list-style-type: disc;
}

.cta-box-short {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding: 40px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-box-short.beige-background {
  padding-top: 40px;
}

.give-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("https://corita.imgix.net/v2/general/corita-give.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.date {
  margin-bottom: 15px;
  padding: 11px 10px 9px;
  border: 2px solid #d8d3c4;
  border-radius: 4px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 17px;
  line-height: 25.5px;
}

.date:hover {
  border-color: #e3e6eb;
}

.date:active {
  border-color: #43464d;
}

.date:focus {
  border-color: #43464d;
}

.date::-webkit-input-placeholder {
  color: rgba(165, 156, 130, 0.6);
}

.date:-ms-input-placeholder {
  color: rgba(165, 156, 130, 0.6);
}

.date::-ms-input-placeholder {
  color: rgba(165, 156, 130, 0.6);
}

.date::placeholder {
  color: rgba(165, 156, 130, 0.6);
}

.select-field {
  padding: 8px 15px 9px;
}

.select-field.type-mono.type-sm {
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 15px;
  padding-left: 6px;
  border: 2px solid #d8d3c4;
  border-radius: 4px;
  background-color: #fff;
}

.test {
  color: #df1e1e;
}

.top-nav-wrapper {
  display: none;
}

.top-nav-spacer {
  display: block;
  height: 85.5px;
  padding-bottom: 0px;
}

.top-nav-padding {
  padding-right: 20px;
  padding-left: 20px;
}

.menu-item-link-block---mobile {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: rgba(165, 156, 130, 0.8);
  font-weight: 500;
  text-decoration: none;
}

.menu-item-link-block---mobile:hover {
  color: #406dce;
  text-decoration: underline;
}

.menu-item-link-block---desktop {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: rgba(165, 156, 130, 0.8);
  font-weight: 500;
  text-decoration: none;
}

.menu-item-link-block---desktop:hover {
  color: #406dce;
  text-decoration: underline;
}

.footer-link {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: rgba(165, 156, 130, 0.8);
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  color: #406dce;
  text-decoration: underline;
}

.footer-link-block {
  margin-bottom: 18px;
  padding-top: 6px;
  border-top: 1px solid rgba(216, 211, 196, 0.5);
}

.footer-link-wrap {
  line-height: 25.5px;
}

.section-12 {
  position: relative;
}

.div-block-16 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #ff0b0b;
}

.youtube {
  z-index: 1;
}

.error-message {
  padding: 0px;
  background-color: hsla(0, 0%, 100%, 0);
}

.success-message {
  padding: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  text-align: left;
}

.form {
  max-width: 50%;
}

.left-arrow {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.slide-nav {
  display: none;
}

.mask {
  height: auto;
}

.slider {
  height: auto;
}

.link-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.success-message-2 {
  padding: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  text-align: left;
}

.error-message-2 {
  padding: 0px;
  background-color: hsla(0, 0%, 100%, 0);
}

.collection-item {
  display: block;
  width: 33.33%;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.collection-column {
  padding-right: 10px;
  padding-left: 10px;
}

.horizontal-rule {
  margin-right: 10px;
  margin-left: 10px;
  border-bottom: 3px solid rgba(216, 211, 196, 0.5);
}

.column-14 {
  padding-left: 0px;
}

.column-15 {
  padding-right: 0px;
  text-align: right;
}

.piece-details {
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 3px solid rgba(216, 211, 196, 0.5);
}

.modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(165, 156, 130, 0.8);
}

.div-block-21 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1px 15px 3px rgba(165, 156, 130, 0.1);
}

.column-16 {
  text-align: right;
}

.slider-2 {
  height: auto;
}

.slide-nav-store {
  font-size: 10px;
}

.store-item-link {
  width: 25%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  color: #000;
  text-decoration: none;
}

.store-item-link:hover {
  color: #406dce;
  text-decoration: underline;
}

.featured-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.featured-column {
  padding-right: 10px;
  padding-left: 10px;
}

.product-image-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(216, 211, 196, 0.5);
}

.product-image {
  max-height: 100%;
}

.div-block-22 {
  width: 25%;
  padding-right: 14px;
}

.cart-row {
  margin-bottom: 0px;
  padding-top: 10px;
}

.tan-line-wrap {
  padding-top: 6px;
  border-top: 3px solid rgba(216, 211, 196, 0.5);
}

.column-17 {
  text-align: right;
}

.field-label {
  font-weight: 400;
}

.total-row {
  margin-bottom: 0px;
  padding-top: 10px;
}

._15px-below {
  margin-bottom: 15px;
}

.type-right {
  text-align: right;
}

.checkout-row {
  margin-bottom: 0px;
  padding-top: 10px;
}

.menu-item-link-block---desktop-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: rgba(165, 156, 130, 0.8);
  font-weight: 500;
  text-decoration: none;
}

.menu-item-link-block---desktop-right:hover {
  color: #406dce;
  text-decoration: underline;
}

.plain-link {
  color: #000;
  text-decoration: none;
}

.ratio-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 8px;
  background-color: #dee8eb;
}

.ratio-box._16-9 {
  padding-top: 56.25%;
  border-radius: 0px;
  background-color: transparent;
}

.ratio-box._4-3 {
  padding-top: 75%;
}

.content-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-23 {
  width: 80%;
}

.youtube-2 {
  width: 100%;
}

.html-embed {
  width: 100%;
}

.about-the-corita-art-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-the-corita-art-center.beige-background {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-the-corita-art-center.red-background {
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-24 {
  width: 100%;
}

.advancing-corita-s-legacy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.highlight-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.highlight-vertical {
  width: 25%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.highlight-horizontal {
  width: 50%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.hang-punctuation {
  text-indent: -7px;
}

.related-links {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid rgba(216, 211, 196, 0.5);
}

.related-links.hidden-link {
  margin-bottom: 10px;
}

.highlight-related-box {
  width: 50%;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.save-studio-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.save-studio-cta.beige-background {
  padding-top: 40px;
}

.save-studio-cta.red-background {
  padding-top: 50px;
}

.save-studio-cta.bright-yellow-background {
  min-height: 300px;
}

.bright-yellow-background {
  background-color: #fad246;
}

.please-act-now-cta-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding: 60px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.please-act-now-cta-box.beige-background {
  padding-top: 40px;
}

.please-act-now-cta-box.red-background {
  padding-top: 50px;
}

.please-act-now-cta-box.bright-yellow-background {
  padding: 60px 0px;
}

.action-contact {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid rgba(231, 52, 80, 0.25);
}

.divider-section {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid rgba(216, 211, 196, 0.5);
}

.div-block-25 {
  position: relative;
  bottom: 24px;
}

.programs-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("https://corita.imgix.net/v2/general/corita-programs.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.pink-background {
  background-color: rgba(231, 52, 80, 0.25);
}

.corita-101-logo {
  position: relative;
  top: 5px;
  max-width: 60%;
}

.corita-art-center-logo {
  max-width: 35%;
  margin-bottom: 10px;
}

.chronology-images-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.chronology-image-flex-left {
  width: 50%;
  padding-right: 10px;
}

.chronology-image-flex-right {
  width: 50%;
  padding-left: 10px;
}

.news-column {
  padding-right: 20px;
  padding-left: 20px;
}

.power-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
}

.power-up-image {
  max-width: 25%;
  padding-right: 10px;
  padding-left: 10px;
}

.one-column-action {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  .collection-list-old {
    -webkit-column-count: 4;
    column-count: 4;
  }

  .grid-container-1200px {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columnmiddle {
    display: block;
  }

  .columns {
    margin-right: 0px;
    margin-left: 0px;
  }

  .action-block.plain-link {
    height: 350px;
  }

  .studio-image {
    height: 350px;
  }

  .image-3._10px-below {
    width: 28%;
  }

  .narrow-measure {
    max-width: 100%;
  }

  .type-lg.type-bold._20px-below.save-studio-cta-text {
    font-size: 24px;
    line-height: 36px;
  }

  .beige-background.section-padding.scripts-box {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sub-nav-wrapper.dropdown-menu.dropdown-right {
    -webkit-transform: translate(-43%, 100%);
    -ms-transform: translate(-43%, 100%);
    transform: translate(-43%, 100%);
  }

  .subnav-main-link {
    display: none;
  }

  .top-nav---left-column.type-sm {
    float: left;
  }

  .one-column {
    padding-right: 20px;
    padding-left: 20px;
  }

  .multiple-columns {
    padding-right: 10px;
    padding-left: 10px;
  }

  .center {
    max-width: 100%;
  }

  .narrow-measure-columns {
    padding-right: 0px;
    padding-left: 0px;
  }

  .top-nav-padding {
    padding-right: 20px;
    padding-left: 20px;
  }

  .collection-column {
    padding-right: 10px;
    padding-left: 10px;
  }

  .store-item-link {
    width: 33.33%;
  }

  .div-block-22 {
    width: 33.33%;
  }

  .about-the-corita-art-center.red-background {
    height: 280px;
  }

  .advancing-corita-s-legacy.type-center.green-background {
    height: 280px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .please-act-now-cta-box.yellow-background {
    padding-right: 20px;
    padding-left: 20px;
  }

  .corita-101-logo {
    max-width: 100%;
  }

  .corita-art-center-logo {
    max-width: 30%;
    margin-bottom: 5px;
  }

  .news-column {
    padding-right: 20px;
    padding-left: 20px;
  }

  .one-column-action {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .call-to-action {
    padding: 40px 20px;
  }

  .main-content {
    padding: 40px 20px;
  }

  .collection-list-old {
    -webkit-column-count: 3;
    column-count: 3;
  }

  .grid-container-1200px.header-nav {
    padding: 0px;
  }

  .grid-container-1200px.no-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columnright {
    padding-left: 0px;
    text-align: left;
  }

  .sub-nav-link {
    display: block;
  }

  .narrow-measure {
    max-width: 100%;
  }

  .box.beige-background.highlight-related-box {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .top-navigation.type-sm._20px-below {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    background-color: #fff;
  }

  .beige-background._40px-below.section-padding.watch-corita-working {
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .chronology-image-left {
    margin-bottom: 0px;
    padding-right: 0px;
  }

  .chronology-image-right {
    margin-top: 20px;
    padding-left: 0px;
  }

  .cta-box.beige-background {
    padding-right: 40px;
    padding-left: 40px;
  }

  .cta-box.red-background.support-us {
    padding-right: 60px;
    padding-left: 60px;
  }

  .menu-item-link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    clear: both;
    text-align: left;
    text-decoration: none;
  }

  .menu-item-link-block:hover {
    text-decoration: underline;
  }

  .nav-button {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9;
    display: block;
    width: 65.5px;
    height: 65.5px;
    padding-right: 0px;
    padding-bottom: 0px;
    cursor: pointer;
  }

  .sub-nav-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    padding: 30px;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .sub-nav-wrapper.dropdown-menu {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 8;
    display: none;
    margin-left: 0px;
    padding: 0px;
  }

  .sub-nav-wrapper.dropdown-menu.dropdown-right {
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .subnav-item-link-block {
    padding: 20px;
  }

  .menu-wrapper {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    display: none;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-wrapper.type-sm {
    position: relative;
    display: none;
    padding: 0px;
  }

  .subnav-main-link {
    z-index: 2000;
    display: block;
    padding: 20px;
    color: #000;
    text-decoration: none;
  }

  .return-link {
    display: block;
    padding: 20px;
    color: rgba(165, 156, 130, 0.8);
    text-decoration: none;
  }

  .return-link:hover {
    color: #406dce;
    text-decoration: underline;
  }

  .menu-item-wrapper {
    position: static;
    display: block;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #f5f4f0;
    background-color: #fff;
    font-family: Nitti, "Trebuchet MS", sans-serif;
    color: #000;
    font-size: 17px;
    line-height: 25.5px;
    font-weight: 400;
  }

  .menu-item-wrapper.top-item {
    border-top-style: none;
  }

  .single-link {
    display: block;
    padding: 20px;
  }

  .top-nav---left-column {
    position: relative;
    z-index: 7;
    width: 100%;
    padding-left: 0px;
    float: left;
  }

  .top-nav---center-column {
    width: 100%;
  }

  .top-nav---right-column {
    width: 100%;
    text-align: left;
  }

  .corita {
    display: block;
    float: none;
  }

  .off {
    width: 65.5px;
    height: 65.5px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url("https://corita.imgix.net/v2/general/burger.svg");
    background-position: 25px 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .on {
    display: none;
    width: 65.5px;
    height: 65.5px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 999px;
    background-image: url("https://corita.imgix.net/v2/general/close.svg");
    background-position: 25px 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .right-arrow {
    display: block;
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: right;
  }

  .artist {
    display: block;
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .dropdown-link-text {
    display: inline-block;
    width: 50%;
  }

  .column-8 {
    margin-bottom: 40px;
    padding-right: 0px;
  }

  .column-9 {
    padding-left: 0px;
  }

  .paragraph-12 {
    margin-bottom: 0px;
  }

  .center {
    max-width: 100%;
  }

  .first-column {
    margin-bottom: 20px;
  }

  .column-10 {
    padding-left: 0px;
  }

  .column-11 {
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .column-12 {
    padding-right: 0px;
  }

  .column-13 {
    margin-bottom: 20px;
    padding-left: 0px;
  }

  .column-box-short.type-center.beige-background.power-up-cta {
    margin-bottom: 20px;
  }

  .top-nav-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: none;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: rgba(216, 211, 196, 0.5);
  }

  .top-nav-spacer {
    display: block;
    height: 85.5px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .top-nav-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-item-link-block---mobile {
    position: static;
    z-index: 8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    clear: both;
    text-align: left;
    text-decoration: none;
  }

  .menu-item-link-block---mobile:hover {
    text-decoration: underline;
  }

  .menu-item-link-block---desktop {
    display: none;
    padding: 20px;
    clear: both;
    text-align: left;
    text-decoration: none;
  }

  .menu-item-link-block---desktop:hover {
    text-decoration: underline;
  }

  .dropdown-wrapper {
    position: static;
    z-index: 100;
  }

  .footer-link {
    display: inline-block;
    padding: 0px;
    clear: both;
    text-align: left;
    text-decoration: none;
  }

  .footer-link:hover {
    text-decoration: underline;
  }

  .form {
    max-width: 100%;
  }

  .collection-column {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-space-mobile {
    margin-bottom: 20px;
  }

  .store-item-link {
    width: 50%;
  }

  .div-block-22 {
    width: 100%;
    padding-right: 0px;
  }

  .menu-item-link-block---desktop-right {
    display: none;
    padding: 20px;
    clear: both;
    text-align: left;
    text-decoration: none;
  }

  .menu-item-link-block---desktop-right:hover {
    text-decoration: underline;
  }

  .about-the-corita-art-center.red-background {
    height: 375px;
  }

  .advancing-corita-s-legacy.type-center.green-background {
    height: 375px;
  }

  .highlight-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .highlight-vertical {
    width: 50%;
  }

  .highlight-horizontal {
    width: 100%;
  }

  .highlight-related-box {
    width: 100%;
  }

  .corita-101-logo {
    max-width: 70%;
  }

  .corita-art-center-logo {
    margin-bottom: 10px;
  }

  .chronology-images-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .chronology-image-flex-left {
    width: 100%;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .chronology-image-flex-right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .hidden-xs {
    display: none;
  }

  .image-5 {
    margin-bottom: 20px;
  }

  .download-column {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 17px;
    line-height: 25.5px;
  }

  .centered-container {
    text-align: left;
  }

  .hero-image {
    min-height: 435px;
    background-position: 41% 0%;
    background-size: cover;
  }

  .paragraph {
    font-size: 18px;
    line-height: 23px;
  }

  .container {
    padding: 35px 40px;
  }

  .subscribe-form-input-wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .collection-list-old {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-2 {
    font-size: 42px;
    line-height: 47px;
  }

  .container-6 {
    padding: 14px 10px 25px;
  }

  .link-3 {
    position: static;
    display: block;
    padding-bottom: 6px;
  }

  .container-8 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-10 {
    padding: 10px;
  }

  .text-block-6 {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-7 {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-8 {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-9 {
    font-size: 16px;
    line-height: 24px;
  }

  .link-14 {
    display: block;
  }

  .paragraph-9 {
    font-size: 16px;
    line-height: 24px;
  }

  .container-13 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block-10 {
    margin-bottom: 15px;
  }

  .body {
    font-size: 17px;
    line-height: 25.5px;
  }

  .columnmiddle {
    display: block;
  }

  .sub-nav-link {
    display: block;
  }

  .type-xs {
    font-size: 10px;
    line-height: 15px;
  }

  .type-sm {
    font-size: 13.5px;
    line-height: 20.25px;
  }

  .type-md {
    font-size: 20.5px;
    line-height: 30.75px;
  }

  .type-lg {
    font-size: 24px;
    line-height: 36px;
  }

  .type-lg.type-light.intro-paragraph {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 20.5px;
    line-height: 30.75px;
  }

  .type-lg.type-bold.type-center._40px-below.watch-corita-working {
    margin-bottom: 20px;
  }

  .type-lg.type-bold._20px-below.save-studio-cta-text {
    font-size: 20.5px;
    line-height: 37.75px;
  }

  .type-xl {
    font-size: 27.5px;
    line-height: 41.25px;
  }

  .type-mono.type-sm.type-tan._40px-below.watch-corita-working {
    margin-bottom: 20px;
  }

  .beige-background._40px-below.section-padding.watch-corita-working {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .type-center.type-light.type-lg.give-a-damn {
    font-size: 20.5px;
    line-height: 30.75px;
  }

  .type-center.type-light.type-lg.support-us {
    font-size: 17px;
    line-height: 25.5px;
  }

  .type-center.type-script.type-super.red.give-a-damn {
    font-size: 38px;
    line-height: 57px;
  }

  .type-center.type-script.type-super.red.support-us {
    margin-bottom: 0px;
    font-size: 38px;
    line-height: 57px;
  }

  .type-center.type-script.type-super._20px-below.yellow.please-act-now {
    font-size: 38px;
    line-height: 57px;
  }

  .type-center.type-script.type-super.loans {
    font-size: 38px;
    line-height: 57px;
  }

  .type-center.type-script.type-super.make-a-donation {
    font-size: 38px;
    line-height: 57px;
  }

  .type-center.type-super.save-studio-type {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
  }

  .cta-box.red-background.support-us {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .type-xxl {
    font-size: 27.5px;
    line-height: 41.25px;
  }

  .type-xxxl {
    font-size: 27.5px;
    line-height: 41.25px;
  }

  .type-super {
    font-size: 27.5px;
    line-height: 41.25px;
  }

  .type-super.type-script.yellow.give-a-damn {
    font-size: 38px;
    line-height: 75px;
  }

  .type-super.type-script.save-studio-cta-text {
    font-size: 69.5px;
    line-height: 69.5px;
  }

  .menu-wrapper.type-sm {
    display: none;
  }

  .right-arrow {
    display: inline-block;
    width: 50%;
    float: none;
    text-align: right;
  }

  .artist {
    display: inline-block;
    width: 50%;
  }

  .dropdown-link-text {
    display: inline-block;
    width: 50%;
  }

  ._4x3-column-box.type-center.pink-background.corita-101-box {
    height: 200px;
  }

  .magenta-box.give-a-damn {
    height: 100px;
    margin-bottom: 20px;
  }

  .column-box-short.type-center.beige-background {
    padding-right: 40px;
    padding-left: 40px;
  }

  .column-box-short.type-center.beige-background.power-up-cta {
    margin-bottom: 20px;
  }

  .cta-box-short.beige-background.donation-cta-box {
    min-height: 100px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .give-image {
    height: 200px;
  }

  .collection-item {
    width: 50%;
  }

  .collection-column {
    padding-right: 10px;
    padding-left: 10px;
  }

  .store-item-link {
    width: 100%;
  }

  .about-the-corita-art-center.red-background {
    height: 230px;
  }

  .advancing-corita-s-legacy.type-center.green-background {
    height: 300px;
  }

  .save-studio-cta.bright-yellow-background {
    min-height: 200px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .please-act-now-cta-box.yellow-background {
    padding: 40px 20px;
  }

  .programs-image {
    height: 200px;
  }

  .corita-101-logo {
    max-width: 120%;
  }

  .corita-art-center-logo {
    max-width: 45%;
  }

  .hidden-xs {
    display: none;
  }

  .news-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .power-up {
    padding-right: 20px;
    padding-left: 20px;
  }

  .power-up-image {
    padding-right: 1px;
    padding-left: 1px;
  }

  .one-column-action {
    padding-right: 0px;
    padding-left: 0px;
  }

  .download-column {
    margin-bottom: 20px;
  }
}

/* Footer */

.multiple-columns-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-section-title {
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.8);
}

.footer-link-wrap {
  line-height: 25.5px;
}

.footer-link-block {
  margin-bottom: 18px;
  padding-top: 6px;
  border-top: 3px solid rgba(216, 211, 196, 0.5);
}

.column-width-50.footer-column-left {
  padding-right: 0px;
}

.column-width-50.type-right.footer-column-right {
  padding-left: 0px;
}

.column-width-50 {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}

/* Modal */

.modal-column-left {
  max-width: 66.66759%;
}

.modal-column-right {
  min-width: 33.333%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.modal-image {
  padding-right: 10px;
  padding-left: 10px;
}

.piece-details:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .modal-column-left {
    max-width: 60% !important;
  }
}
@media screen and (max-width: 767px) {
  .modal-column-left {
    max-width: 100% !important;
    margin-bottom: 20px;
  }
}

@font-face {
  font-family: "Mistral";
  src: url("../fonts/MistralStd.woff2") format("woff2"),
    url("../fonts/MistralStd.woff") format("woff"),
    url("../fonts/MistralStd.woff") format("woff"),
    url("../fonts/MistralStd.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grenette";
  src: url("../fonts/grenette-regular.woff2") format("woff2"),
    url("../fonts/grenette-regular.eot") format("embedded-opentype"),
    url("../fonts/grenette-regular.woff") format("woff"),
    url("../fonts/grenette-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grenette";
  src: url("../fonts/grenette-light.woff2") format("woff2"),
    url("../fonts/grenette-light.eot") format("embedded-opentype"),
    url("../fonts/grenette-light.woff") format("woff"),
    url("../fonts/grenette-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grenette";
  src: url("../fonts/grenette-bold.woff2") format("woff2"),
    url("../fonts/grenette-bold.eot") format("embedded-opentype"),
    url("../fonts/grenette-bold.woff") format("woff"),
    url("../fonts/grenette-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nitti";
  src: url("../fonts/Nitti-Regular.woff2") format("woff2"),
    url("../fonts/Nitti-Regular.eot") format("embedded-opentype"),
    url("../fonts/Nitti-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
