.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-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-commerceorderconfirmationcontainer {
  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-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

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

@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;
  }
}

.h1 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: Lora, sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.navlink {
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px none #000;
  border-bottom: 1px none #000;
  font-family: 'Roboto Mono', sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.navlink.w--current {
  color: #000;
}

.navlink.m {
  padding: 15px 50px;
  font-weight: 300;
}

.navlink.m.w--current {
  padding-top: 15px;
  padding-bottom: 15px;
}

.brand-3 {
  display: block;
  float: none;
  text-align: center;
}

.nav-menu-3 {
  display: block;
  float: none;
  text-align: center;
}

.menu-button-3 {
  float: none;
}

.navbar-3 {
  background-color: hsla(0, 0%, 100%, 0);
}

.heading-2 {
  display: block;
  max-width: 1000px;
  min-width: 1000px;
  margin: 0px auto 25px;
  padding-top: 0px;
  font-family: Lora, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
}

.text-span {
  color: #000;
  font-style: normal;
}

.text-span-2 {
  font-style: italic;
}

.name {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  border-bottom: 0px none #000;
  font-family: 'Druktextwide super web', sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
  text-decoration: none;
}

.name:hover {
  display: block;
  color: #000;
}

.name.job {
  font-size: 15px;
  line-height: 20px;
}

.name.cs {
  color: #000;
}

.body-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7dbcf), to(#f7dbcf));
  background-image: linear-gradient(180deg, #f7dbcf, #f7dbcf);
}

.image-2 {
  display: none;
  width: 100%;
  height: 70vh;
  min-width: auto;
  margin-top: 0px;
}

.contentcontainer {
  display: block;
  width: auto;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  font-weight: 400;
  text-align: left;
}

.interviewblock {
  position: relative;
  top: -70px;
  max-width: 60%;
  padding: 30px 40px;
  clear: none;
  border-right: 20px solid #ffd0bc;
  border-bottom: 20px solid #ffd0bc;
  background-color: #fff;
}

.job {
  font-family: 'Roboto Mono', sans-serif;
  color: #000;
  font-weight: 300;
  text-decoration: none;
}

.job.content {
  margin-top: 5px;
  font-family: 'Druktextwide super web', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.namecontent {
  margin-bottom: 5px;
  font-family: 'Druktextwide super web', sans-serif;
  color: #000;
  font-size: 29px;
  font-weight: 400;
}

.pull-quote {
  margin: 34px 0px 35px -20px;
  padding-right: 0px;
  font-family: 'Roboto Mono', sans-serif;
  color: #26581d;
  font-size: 32px;
  line-height: 55px;
  font-weight: 300;
}

.pull-quote.box {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #000;
  font-size: 18px;
  line-height: 25px;
}

.pull-quote.box.header {
  margin-left: 0px;
}

.pull-quote.box.lou {
  margin-left: 0px;
}

.rich-text-block {
  display: block;
  width: 650px;
  margin-right: auto;
  margin-left: auto;
  font-family: Lora, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.text-block {
  display: block;
  width: 750px;
  margin: 50px auto;
  float: none;
  font-family: 'Roboto Mono', sans-serif;
  font-weight: 400;
  text-align: left;
}

.contenttext {
  display: block;
  width: 750px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  font-family: Lora, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 34px;
  text-align: left;
}

.contentimage {
  display: block;
  width: 750px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.contentimage:hover {
  background-image: none;
}

.contentimage.custom {
  height: 550px;
  background-image: none;
}

.contentimage.custom:hover {
  background-image: url('../images/Jette_2-texture-2.png'), url('../images/Jette_2-photo-1.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.contentimage.custom.jv {
  background-image: url('../images/Jette_2-photo-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contentimage.custom.jv:hover {
  background-image: url('../images/Jette_2-texture-2.png'), url('../images/Jette_2-photo-1.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.contentimage.custom.sc {
  background-image: url('../images/Seana_2_empty.png');
  background-position: 50% 50%;
  background-size: cover;
}

.contentimage.custom.sc:hover {
  background-image: url('../images/Seana_2_empty.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.contentimage.custom.scoak {
  background-image: url('../images/Susie_2_photo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contentimage.custom.scoak:hover {
  background-image: url('../images/Susie_2_photo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contentimage.custom.siobhan {
  background-image: url('../images/Siobhan_3-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contentimage.custom.siobhan:hover {
  background-image: url('../images/Siobhan_3-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contentimage.custom.lmchs {
  background-image: url('../images/Louise_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contentimage.custom.lmchs:hover {
  background-image: url('../images/Louise_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.contentimage.custom.lmchs._2 {
  background-image: url('../images/Louise_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contentimage.custom.lmchs._3 {
  background-image: url('../images/Louise_3.jpg');
  background-position: 50% 50%;
  background-size: 1200px;
}

.contentimage.custom.sb {
  background-image: none;
}

.contentimage.custom.sb:hover {
  background-image: none;
}

.contentimage.custom.sb._1 {
  background-image: url('../images/Sarah_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contentimage.custom.sb._2 {
  margin-bottom: 50px;
  background-image: url('../images/Sarah_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contentimage.custom.sb._3 {
  background-image: url('../images/Sarah_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contentimage.custom.hoh {
  background-image: url('../images/Hilary_1_photo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contentimage.custom.hoh:hover {
  background-image: url('../images/Hilary_1_photo.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contentimage.custom.hoh._3 {
  background-image: url('../images/Hilary_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contentimage.custom.hoh._2 {
  background-image: url('../images/Hilary_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contentimage.custom.rk {
  background-image: url('../images/Rincy_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contentimage.custom.rk._2 {
  background-image: url('../images/Rincy_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contentimage.custom.rk._3 {
  background-image: url('../images/Rincy_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contentimage.custom.cr._1 {
  background-image: url('../images/Ciara_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contentimage.custom.cr._2 {
  background-image: url('../images/Ciara_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contentimage.custom.cr._3 {
  background-image: url('../images/Ciara_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contentimage.custom.hoh2._1 {
  background-image: url('../images/Hilary_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contentimage.custom.hoh2._2 {
  background-image: url('../images/Hilary_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contentimage.custom.hoh2._3 {
  background-image: url('../images/Hilary_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contentimage.custom.kr._1 {
  background-image: url('../images/KathyRose-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contentimage.custom.kr._2 {
  background-image: url('../images/KathyRose-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contentimage.custom.kr._3 {
  background-image: url('../images/KathyRose-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-7 {
  display: inline;
  margin-right: 20px;
  font-family: 'Roboto Mono', sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.heading-7.source {
  color: #26581d;
  font-style: italic;
}

.collection-item-2 {
  display: block;
  text-decoration: none;
}

.heading-8 {
  display: inline;
  margin-right: 14px;
  color: #000;
  font-size: 30px;
}

.resource.link {
  margin-top: 8px;
  margin-bottom: 8px;
  text-decoration: none;
}

.resource.link:hover {
  border-bottom: 1px solid #000;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 24px;
  padding-top: 0px;
  font-family: 'Druktextwide super web', sans-serif;
  font-size: 32px;
  font-weight: 400;
  text-align: left;
}

.heading-9._2 {
  margin-top: 45px;
  margin-bottom: 24px;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 25px;
  margin-left: 10px;
  font-family: Lora, sans-serif;
  font-size: 25px;
}

.otherreads {
  display: block;
  width: auto;
  max-width: 750px;
  margin: 0px auto 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.s4_footer {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: 0px;
  padding: 30px 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;
  border-top: 1px solid #000;
  background-color: #fff;
  text-align: center;
}

.collection-item-5 {
  padding-left: 10px;
}

.heading-12 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #e1e0e1;
  font-family: Lora, sans-serif;
  color: #000;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.heading-12.cs {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.body-3 {
  padding: 25px;
}

.hovercover {
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  padding: 30px 30px 25px;
  background-color: #f7dbcf;
}

.hovercover:hover {
  position: static;
  overflow: visible;
}

.published {
  display: block;
  width: auto;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px none #e1e0e1;
  border-bottom: 1px none #e1e0e1;
  border-left: 1px none #e1e0e1;
}

.collection-item-7 {
  position: static;
  height: 80vh;
  min-height: 600px;
  margin: 20px 0px;
  padding: 25px 20px;
  border-right: 1px solid #e1e0e1;
  border-bottom: 1px none #000;
  border-left: 1px none #e1e0e1;
}

.div-block-10 {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block-3 {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.section-2 {
  border-right: 1px solid #e1e0e1;
  border-bottom: 1px solid #e1e0e1;
  border-left: 1px solid #e1e0e1;
  text-align: center;
}

.interviewblock-div {
  display: block;
  max-width: 1600px;
  min-width: 1200px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 55px;
  padding-left: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #e1e0e1;
  border-bottom: 1px none #e1e0e1;
  border-left: 1px none #e1e0e1;
}

.bold-text {
  display: inline-block;
  border: 1px none #000;
  color: #000;
  font-weight: 400;
}

.bold-text._2 {
  margin-top: 53px;
}

.bold-text-2 {
  color: #000;
}

.div-block-12 {
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 550px;
  background-image: url('../images/_MG_5552.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-12.jv {
  min-height: 650px;
}

.div-block-12.sc1 {
  min-height: 650px;
  background-image: url('../images/_MG_8552.jpg');
  background-position: 50% 68%;
  background-size: cover;
}

.div-block-12.sc2 {
  min-height: 650px;
  background-image: url('../images/_MG_5160.jpg');
  background-position: 0px -98px;
  background-size: cover;
}

.div-block-12.sl {
  min-height: 650px;
  background-image: url('../images/000019.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-12.rincy {
  min-height: 650px;
  background-image: url('../images/RrFS1YQg.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-12.hoh {
  min-height: 650px;
  background-image: url('../images/_MG_5699-Edit.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-12.lmcs {
  min-height: 650px;
  background-image: url('../images/_MG_5980.jpg');
  background-position: 50% 74%;
  background-size: cover;
}

.div-block-12.sb {
  min-height: 650px;
  background-image: url('../images/_MG_5673-Edit2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-12.rh {
  background-image: url('../images/_MG_1585.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-12.cr {
  background-image: url('../images/_MG_1422_1248px1.jpg'), url('../images/_MG_1422.jpg');
  background-position: 50% 100%, 50% 100%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-12.kob {
  background-image: url('../images/kob_MG_6506.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bonusround {
  display: block;
  width: 750px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  padding: 30px 30px 30px 40px;
  background-color: #f7dbcf;
}

.bonusround.lmcs {
  width: 750px;
}

.h3 {
  font-family: 'Druktextwide super web', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
}

.bonusround-header {
  font-family: 'Roboto Mono', sans-serif;
  color: #063ff5;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-decoration: none;
}

.bonusround-answer {
  margin-bottom: 20px;
  font-family: Lora, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 42px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.bonusround-question {
  margin-bottom: 20px;
  font-family: Lora, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
}

.link-block-6 {
  text-decoration: none;
}

.title {
  color: rgba(243, 226, 220, 0);
  font-size: 30px;
}

.title.nav {
  color: #000;
  font-size: 23px;
}

.title.nav.cs {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
  font-size: 30px;
}

.newsletterform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 25px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-field-3 {
  display: inline-block;
  width: 300px;
  max-width: 650px;
  margin-bottom: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border: 1px solid #f7dbcf;
  font-family: 'Roboto Mono', sans-serif;
  font-weight: 300;
}

.text-field-3.cs {
  display: block;
  width: auto;
  max-width: 650px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-color: #26581d;
}

.text-field-3.nl {
  width: auto;
  min-width: 400px;
  margin-bottom: 15px;
}

.coming-soon-email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 650px;
  margin-bottom: 25px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.submit-button-2 {
  display: inline-block;
  margin-bottom: 15px;
  margin-left: 0px;
  background-color: #f7dbcf;
  font-family: Lora, sans-serif;
  color: #000;
  text-align: center;
}

.submit-button-2.contactus {
  margin-left: 0px;
}

.submit-button-2.cs {
  width: auto;
  margin-top: 10px;
  background-color: #26581d;
  color: #fff;
}

.image-6 {
  height: 500px;
}

.newbody {
  display: block;
  overflow: scroll;
  margin-right: 0px;
  margin-left: auto;
}

.section_one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 93vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.section_two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95vh;
  -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: #fcdacd;
}

.heading-20 {
  width: 60vw;
  font-family: Lora, sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.heading-20.hp {
  margin-top: 35px;
  margin-bottom: 35px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-weight: 400;
  text-align: left;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
}

.featured_image {
  height: 60%;
  margin-top: 24px;
  margin-bottom: 10px;
}

.h4 {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: 'Druktextwide super web', sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.navbar-4 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  max-width: 1600px;
  min-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  text-align: center;
}

.heading-21 {
  font-family: 'Druktextwide super web', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.navmenunew {
  display: block;
  width: auto;
  max-width: 1600px;
  min-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 55px;
  padding-left: 55px;
}

.placeholder_link {
  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-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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  text-decoration: none;
}

.resources {
  display: block;
  max-width: 100%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 45px 55px 45px 90px;
  background-color: #f7dbcf;
}

.div-block-22 {
  display: block;
  max-width: 1600px;
  min-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.dm {
  margin-top: 10px;
  font-family: 'Druktextwide super web', sans-serif;
  font-size: 10px;
}

.link-2 {
  color: #333;
  text-decoration: none;
}

.link-2:hover {
  color: #f7dbcf;
}

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

.navbar-5 {
  left: 0px;
  top: 0px;
  right: 0px;
}

.navbar-6 {
  left: 0px;
  top: 0px;
  right: 0px;
  min-width: 750px;
}

.link-block-9 {
  text-decoration: none;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -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('../images/Imposter_desktop_2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.collection-list-6 {
  display: block;
  max-width: 1600px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
}

.mobile_socialmedia {
  text-align: center;
}

.link-block-10 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: url('../images/glyph-logo_May2016.png');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-11 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: url('../images/twitter.png');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-12 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: url('../images/flogo-RGB-HEX-Blk-512.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.subject-social {
  color: #000;
  font-weight: 400;
}

.subject-social.gap {
  max-width: 750px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
  border-bottom: 1px solid #000;
}

.subject_social_div {
  display: block;
  width: 750px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  font-family: Lora, sans-serif;
}

.subjectlink {
  margin-right: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  color: #000;
  text-decoration: none;
}

.artwork.jv {
  height: 100%;
  background-image: url('../images/Jette_2-texture-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.artwork.sc {
  width: 100%;
  height: 100%;
  background-image: url('../images/Susie_2_texture.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.artwork.sck {
  width: 100%;
  height: 100%;
  background-image: url('../images/Seana_2_texture.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.artwork.sl {
  width: 100%;
  height: 100%;
  background-image: url('../images/Siobhan_3_Texture-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.artwork.lmcs {
  width: 100%;
  height: 100%;
  background-image: url('../images/Louise_1_texture.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.artwork.lmcs._2 {
  background-image: url('../images/Louise_2_texture.png');
  background-position: 50% 50%;
  background-size: cover;
}

.artwork.lmcs._3 {
  background-image: url('../images/Louise_3_texture.png');
  background-position: 50% 50%;
  background-size: cover;
}

.artwork.rk {
  width: 100%;
  height: 100%;
  background-image: url('../images/Rincy_1_texture.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.artwork.rk._2 {
  background-image: url('../images/Rincy_2_texture.png');
  background-position: 50% 50%;
  background-size: 1200px;
}

.artwork.rk._3 {
  background-image: url('../images/Rincy_3_texture.png');
  background-position: 50% 50%;
  background-size: cover;
}

.artwork.cr {
  height: 100%;
  background-image: url('../images/Ciara_3_texture_.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.artwork.cr._1 {
  background-image: url('../images/Ciara_3_texture.png');
  background-position: 50% 50%;
  background-size: cover;
}

.artwork.cr._2 {
  background-image: url('../images/Ciara_1_texture.png');
  background-position: 50% 50%;
  background-size: cover;
}

.artwork.cr._3 {
  background-image: url('../images/Ciara_2_texture.png');
  background-position: 50% 50%;
  background-size: cover;
}

.artwork.sb {
  height: 100%;
  background-image: url('../images/Sarah_1_texture.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.artwork.sb._2 {
  background-image: url('../images/Sarah_2_texture.png');
}

.artwork.sb._3 {
  background-image: url('../images/Sarah_3_texture.png');
  background-position: 50% 50%;
  background-size: cover;
}

.artwork.hoh._1 {
  height: 100%;
  background-image: url('../images/Hilary_1_texture_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.artwork.hoh._2 {
  height: 100%;
  background-image: url('../images/Hilary_2_texture.png');
  background-position: 0px 0px;
  background-size: cover;
}

.artwork.hoh._3 {
  height: 100%;
  background-image: url('../images/Hilary_3_texture.png');
  background-position: 50% 50%;
  background-size: cover;
}

.artwork.hoh2._1 {
  height: 100%;
  background-image: url('../images/Hilary_1_texture_1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.artwork.hoh2._2 {
  height: 100%;
  background-image: url('../images/Hilary_2_texture.png');
  background-position: 50% 50%;
  background-size: cover;
}

.artwork.hoh2._3 {
  height: 100%;
  background-image: url('../images/Hilary_3_texture.png');
  background-position: 50% 50%;
  background-size: cover;
}

.artwork.kr._1 {
  height: 100%;
  background-image: url('../images/KathyRose-texture-1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.artwork.kr._2 {
  height: 100%;
  background-image: url('../images/KathyRose-texture-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.artwork.kr._3 {
  height: 100%;
  background-image: url('../images/KathyRose-texture-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-3 {
  height: 100%;
  margin-bottom: 75px;
  padding-top: 194px;
  padding-bottom: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(58%, #f7dbcf), to(#fff));
  background-image: linear-gradient(180deg, #fff, #f7dbcf 58%, #fff);
}

.section-3.presskit {
  margin-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(32%, #ffdbcc), color-stop(100%, #ff9b8e), to(#fff));
  background-image: linear-gradient(180deg, #fff, #ffdbcc 32%, #ff9b8e 100%, #fff);
}

.left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.right {
  padding: 30px 50px 30px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Lora, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 44px;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.topic {
  display: block;
  max-width: 1600px;
  min-width: 1200px;
  margin: 40px auto 75px;
}

.us {
  background-color: #f7dbcf;
}

.collection-item-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-3 {
  display: inline-block;
  margin-right: 10px;
  font-family: Inconsolata, monospace;
  color: #000;
}

.paragraph-3 {
  font-family: Lora, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
}

.headshots {
  width: 100%;
  height: 400px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-list-8 {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.contact {
  padding: 20px 50px 35px;
  background-color: #fff;
  text-align: left;
}

.textarea {
  border-color: #f7dbcf;
}

.text-field-4 {
  border-color: #f7dbcf;
}

.text-field-5 {
  border-color: #ffdbcc;
}

.form-3 {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.link-4 {
  color: #ff9b8e;
  text-decoration: underline;
}

.link-4.pr {
  color: #26581d;
}

.formblock {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.body-4 {
  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-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;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  background-color: #ffdbcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffdbcc), color-stop(85%, #fff));
  background-image: linear-gradient(180deg, #ffdbcc, #fff 85%);
}

.collection-list-wrapper-3 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.coming-soon-artiicles {
  display: block;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.collection-item-10 {
  height: 80vh;
  min-height: 600px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 25px 20px;
  border-right: 1px solid #e1e0e1;
}

.newslettersignup {
  display: block;
}

.newslettersignup.nl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin-bottom: 10px;
  -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;
  direction: ltr;
}

.div-block-28 {
  height: 100%;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #f2dcd0;
}

.heading-24 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 0px;
  font-family: 'Druktextwide super web', sans-serif;
  color: #ff9b8e;
  font-size: 15px;
  line-height: 35px;
}

.heading-25 {
  width: 400px;
  font-family: Lora, sans-serif;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 650px;
  -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 {
  background-color: #26581d;
}

.text-block-2 {
  font-family: Lora, sans-serif;
  color: #fff;
}

.error-message {
  background-color: #ffadad;
}

.text-block-3 {
  font-family: Lora, sans-serif;
  text-align: center;
}

.link-5 {
  text-decoration: none;
}

.heading-26 {
  max-width: 1000px;
  min-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  font-family: Lora, sans-serif;
  color: #000;
  font-size: 20px;
}

.image-8 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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 {
  margin-bottom: 25px;
  background-color: #b2ffb9;
}

.text-block-4 {
  font-family: Lora, sans-serif;
}

.error-message-2 {
  max-width: 400px;
  min-width: auto;
  margin-bottom: 24px;
}

.text-block-5 {
  font-family: Lora, sans-serif;
}

.pkrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.link-block-13 {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  text-decoration: none;
}

.heading-29 {
  font-family: 'Roboto Mono', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.bold-text-3 {
  font-weight: 400;
}

.question {
  max-width: 750px;
  margin: 100px auto 20px;
  font-family: 'Druktextwide super web', sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.bold-text-4 {
  font-family: 'Druktextwide super web', sans-serif;
  font-size: 20px;
}

.italic-text-4 {
  font-style: normal;
}

.italic-text-6 {
  background-color: transparent;
  color: #ff9b8e;
}

.collection-item-11 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.link-block-14 {
  text-decoration: none;
}

.block-quote {
  margin-bottom: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Lora, sans-serif;
}

.collection-item-12 {
  margin-bottom: 36px;
  background-color: transparent;
}

.div-block-31 {
  border-style: none;
  border-width: 1px;
  border-color: #a7a7a7;
  border-radius: 1px;
}

.heading-30 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 400;
}

.heading-31 {
  margin-bottom: 52px;
  font-family: 'Roboto Mono', sans-serif;
  font-style: italic;
  font-weight: 400;
}

.bold-text-5 {
  font-weight: 400;
}

.bold-text-6 {
  font-weight: 400;
}

.bold-text-7 {
  font-weight: 400;
}

.bold-text-8 {
  font-weight: 400;
}

.bold-text-9 {
  font-weight: 400;
}

.bold-text-10 {
  font-weight: 400;
}

.bold-text-11 {
  font-weight: 400;
}

.bold-text-12 {
  font-weight: 400;
}

.bold-text-13 {
  font-weight: 400;
}

.featuredsections {
  width: auto;
  height: auto;
  padding: 60px;
  text-align: center;
  text-decoration: none;
}

.image-9 {
  height: 60vh;
}

.featuredlink {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.collection-item-13 {
  text-align: center;
}

html.w-mod-js *[data-ix="namehover"] {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="mobilemenu-open"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="mobilemenu-close"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="artwork-fade"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="home-s2-fade"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="home-s3-interaction"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

@media screen and (max-width: 991px) {
  .navlink {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .navlink.m {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-2 {
    width: auto;
    min-width: auto;
    margin-bottom: 10px;
    padding-right: 60px;
    padding-left: 30px;
    font-size: 20px;
    line-height: 45px;
  }

  .name {
    font-size: 15px;
    line-height: 25px;
  }

  .image-2 {
    margin-top: 50px;
  }

  .contentcontainer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .interviewblock {
    max-width: 80%;
    padding: 20px;
  }

  .job.content {
    font-size: 20px;
  }

  .namecontent {
    font-size: 25px;
  }

  .pull-quote.box {
    font-size: 14px;
    line-height: 20px;
  }

  .rich-text-block {
    font-size: 15px;
  }

  .text-block {
    width: auto;
    margin-bottom: 30px;
  }

  .contenttext {
    width: auto;
  }

  .contentimage.custom.jv {
    width: auto;
  }

  .contentimage.custom.jv:hover {
    background-image: url('../images/Jette_2-photo-1.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .contentimage.custom.sc {
    width: auto;
  }

  .contentimage.custom.sc:hover {
    background-image: url('../images/Seana_2_empty.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

  .contentimage.custom.scoak {
    width: auto;
  }

  .contentimage.custom.siobhan {
    width: auto;
  }

  .contentimage.custom.lmchs {
    width: auto;
  }

  .contentimage.custom.sb {
    width: auto;
  }

  .contentimage.custom.hoh {
    width: auto;
  }

  .contentimage.custom.hoh:hover {
    width: auto;
    background-image: none;
  }

  .contentimage.custom.rk._1 {
    max-width: 100%;
  }

  .contentimage.custom.rk._2 {
    max-width: 100%;
  }

  .contentimage.custom.rk._3 {
    max-width: 100%;
  }

  .contentimage.custom.cr._1 {
    width: auto;
  }

  .contentimage.custom.cr._2 {
    width: auto;
  }

  .contentimage.custom.cr._3 {
    width: auto;
  }

  .contentimage.custom.hoh2._1 {
    width: auto;
  }

  .contentimage.custom.hoh2._2 {
    max-width: 100%;
  }

  .contentimage.custom.hoh2._3 {
    max-width: 100%;
    background-image: url('../images/Hilary_3.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .contentimage.custom.kr._1 {
    max-width: 100%;
  }

  .contentimage.custom.kr._2 {
    max-width: 100%;
  }

  .contentimage.custom.kr._3 {
    max-width: 100%;
  }

  .heading-7 {
    display: inline;
    font-size: 18px;
  }

  .heading-8 {
    display: inline;
    font-family: 'Roboto Mono', sans-serif;
    font-size: 25px;
  }

  .resource.link {
    margin-top: 30px;
    text-decoration: none;
  }

  .heading-9 {
    font-size: 30px;
  }

  .heading-10 {
    margin-top: 10px;
    font-size: 20px;
  }

  .otherreads {
    width: auto;
    min-width: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 15px 30px 30px;
    background-color: #f7dbcf;
  }

  .hovercover {
    height: 100%;
  }

  .published {
    width: auto;
    margin-top: 10px;
  }

  .collection-item-7 {
    height: 65vh;
    min-height: auto;
    margin-top: 10px;
  }

  .div-block-10 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .interviewblock-div {
    min-width: auto;
    margin-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .bold-text {
    font-weight: 400;
  }

  .div-block-12.jv {
    min-height: 400px;
  }

  .div-block-12.sc2 {
    background-position: 50% 50%;
    background-repeat: no-repeatundefined;
  }

  .bonusround {
    width: auto;
  }

  .bonusround.lmcs {
    width: auto;
  }

  .h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .title {
    color: #ffccb7;
  }

  .heading-20 {
    width: 80vw;
    font-size: 25px;
    line-height: 40px;
  }

  .navmenunew {
    max-width: 900px;
    min-width: auto;
  }

  .resources {
    min-width: auto;
    margin-top: 20px;
    padding-left: 60px;
  }

  .div-block-22 {
    min-width: auto;
  }

  .mobilemenu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1000;
    display: none;
    width: 70vw;
    height: 100vh;
    margin-right: 0px;
    padding-top: 40px;
    padding-right: 30px;
    padding-left: 40px;
    -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-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #f2e8e8;
  }

  .menu_mobile_header {
    display: inline-block;
    margin-top: 0rem;
    margin-bottom: 3rem;
    padding-top: 3rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: 'Druktextwide super web', sans-serif;
    font-size: 22px;
  }

  .menu_mobile_link {
    display: block;
    margin-bottom: 2rem;
    font-family: 'Roboto Mono', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
  }

  .mobile_nav {
    display: block;
    padding: 20px 30px;
    -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;
    text-decoration: none;
  }

  .heading-22 {
    display: block;
    font-family: Lora, sans-serif;
    color: #000;
    font-weight: 400;
    text-decoration: none;
  }

  .link-block-7 {
    width: 35px;
    height: 35px;
    margin-top: 20px;
    margin-bottom: 10px;
    float: right;
    background-image: url('../images/close.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    color: #ff9b8e;
  }

  .link-block-8 {
    width: 35px;
    height: 35px;
    margin-top: 20px;
    margin-right: 20px;
    float: right;
    background-image: url('../images/close_1.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-25 {
    background-position: 76% 50%;
  }

  .mobile_socialmedia {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .link-block-10 {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-left: 0px;
    background-image: url('../images/glyph-logo_May2016.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .link-block-11 {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-image: url('../images/twitter.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .link-block-12 {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-image: url('../images/flogo-RGB-HEX-Blk-512.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .subject_social_div {
    width: auto;
  }

  .navmob {
    text-decoration: none;
  }

  .navmob.w--current {
    text-decoration: none;
  }

  .artwork {
    width: 100%;
    height: 100%;
  }

  .artwork.jv {
    display: block;
    background-image: url('../images/Jette_2-texture-2.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .artwork.sc {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .artwork.rk._1 {
    height: 100%;
    max-width: 100%;
  }

  .artwork.cr._1 {
    width: auto;
  }

  .artwork.hoh2._3 {
    background-image: url('../images/Hilary_3_texture.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .section-3 {
    padding-top: 40px;
  }

  .section-3.presskit {
    background-image: repeating-linear-gradient(180deg, #fff, #ff9b8e);
  }

  .left {
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .right {
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 20px;
    line-height: 45px;
  }

  .div-block-27 {
    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;
  }

  .topic {
    min-width: 100%;
  }

  .headshots {
    height: 250px;
  }

  .collection-item-10 {
    height: 65vh;
    min-height: auto;
  }

  .div-block-28 {
    height: 100%;
  }

  .heading-26 {
    min-width: auto;
    margin-left: 30px;
    padding-right: 30px;
    font-family: Lora, sans-serif;
    color: #000;
  }

  .pkrow {
    padding-right: 15px;
    padding-left: 15px;
  }

  .featuredsections {
    padding: 40px;
  }

  .image-9 {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    position: relative;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 0px;
    float: none;
    font-size: 25px;
  }

  .navlink.m {
    display: block;
    border-width: 0px;
    text-align: center;
  }

  .nav-menu-3 {
    background-color: #e4e2e2;
  }

  .menu-button-3 {
    display: block;
  }

  .menu-button-3.w--open {
    background-color: transparent;
    color: #7a7a7a;
  }

  .heading {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-family: 'Roboto Mono', sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
  }

  .heading-2 {
    padding-right: 30px;
    font-size: 20px;
  }

  .name {
    font-size: 20px;
  }

  .image-2 {
    margin-top: 25px;
  }

  .contentcontainer {
    width: auto;
    padding: 0px 30px;
  }

  .interviewblock {
    top: -64px;
    max-width: 85%;
    padding: 20px;
  }

  .job.content {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
  }

  .namecontent {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
  }

  .pull-quote {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 34px;
  }

  .rich-text-block {
    width: auto;
  }

  .text-block {
    width: auto;
  }

  .placeholderimage {
    height: 70vh;
  }

  .contenttext {
    width: auto;
    padding-left: 0px;
  }

  .contentimage.custom.jv:hover {
    width: auto;
    height: 400px;
  }

  .contentimage.custom.sc {
    width: auto;
  }

  .contentimage.custom.scoak {
    width: auto;
  }

  .contentimage.custom.hoh._3 {
    background-image: url('../images/Hilary_3_texture.png'), url('../images/Hilary_3.jpg');
    background-position: 50% 50%, 50% 50%;
    background-size: contain, contain;
    background-repeat: no-repeat, no-repeat;
  }

  .contentimage.custom.hoh._3:hover {
    background-image: url('../images/Hilary_3_texture.png'), url('../images/Hilary_3.jpg');
    background-position: 50% 50%, 50% 50%;
    background-size: contain, contain;
    background-repeat: no-repeat, no-repeat;
  }

  .contentimage.custom.hoh._11 {
    background-image: url('../images/Hilary_1_texture.png'), url('../images/Hilary_1_photo.jpg');
    background-position: 50% 50%, 50% 50%;
    background-size: contain, contain;
    background-repeat: no-repeat, no-repeat;
  }

  .contentimage.custom.hoh._11:hover {
    background-image: url('../images/Hilary_1_texture.png'), url('../images/Hilary_1_photo.jpg');
    background-position: 50% 50%, 50% 50%;
    background-size: contain, contain;
    background-repeat: no-repeat, no-repeat;
  }

  .contentimage.custom.hoh._12 {
    background-image: url('../images/Hilary_2_texture.png'), url('../images/Hilary_2.jpg');
    background-position: 50% 50%, 50% 50%;
    background-size: contain, contain;
    background-repeat: no-repeat, no-repeat;
  }

  .contentimage.custom.cr._1 {
    height: 400px;
  }

  .contentimage.custom.cr._2 {
    height: 400px;
  }

  .contentimage.custom.cr._3 {
    height: 400px;
  }

  .heading-7 {
    font-size: 15px;
    line-height: 30px;
  }

  .heading-9 {
    font-size: 25px;
    line-height: 35px;
  }

  .collection-item-5 {
    position: static;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hovercover {
    height: 100%;
  }

  .collection-item-7 {
    margin-top: 10px;
    margin-bottom: 10px;
    border-left-style: solid;
  }

  .div-block-12.hoh {
    background-position: 100% 50%;
    background-repeat: no-repeat;
  }

  .bonusround-answer {
    font-size: 25px;
    line-height: 40px;
  }

  .featured_image {
    height: auto;
  }

  .placeholder_link {
    padding: 25px;
  }

  .div-block-22 {
    width: auto;
  }

  .mobilemenu {
    position: fixed;
    display: block;
    width: 80vw;
  }

  .link-block-9 {
    display: inline-block;
  }

  .mobile_socialmedia {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .collection-list-wrapper-2 {
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .collection-list-7 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section-3 {
    padding-top: 30px;
  }

  .left {
    display: none;
  }

  .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .collection-item-9 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .headshots {
    height: 400px;
  }

  .collection-list-8 {
    padding: 30px;
  }

  .heading-26 {
    margin-right: 30px;
    padding-right: 0px;
  }

  .question {
    margin-top: 50px;
  }

  .italic-text-5 {
    font-style: normal;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 20px;
  }

  .heading-2 {
    margin-top: 0px;
    margin-bottom: 25px;
    padding-top: 35px;
    padding-right: 30px;
    padding-left: 20px;
    font-size: 18px;
  }

  .name {
    margin-top: 2px;
    margin-bottom: 6px;
    font-size: 18px;
  }

  .name.job {
    margin-top: 7px;
  }

  .image-2 {
    margin-top: 0px;
  }

  .contentcontainer {
    margin-bottom: 25px;
    padding: 0px;
  }

  .interviewblock {
    position: static;
    top: -19px;
    max-width: 100%;
    margin-bottom: 60px;
  }

  .job.content {
    margin-bottom: 10px;
    line-height: 25px;
  }

  .namecontent {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 25px;
  }

  .pull-quote {
    margin-top: 5px;
    margin-left: -10px;
    font-size: 18px;
    line-height: 21.599999999999998px;
  }

  .rich-text-block {
    font-size: 12px;
    line-height: 25px;
  }

  .text-block {
    font-size: 12px;
  }

  .placeholderimage {
    height: 60vh;
  }

  .contenttext {
    padding: 10px;
    color: #333;
    font-size: 16px;
    line-height: 34px;
  }

  .contentimage.custom.jv {
    width: auto;
    height: 250px;
    background-size: cover;
  }

  .contentimage.custom.jv:hover {
    height: 250px;
    background-position: 50% 50%, 50% 50%;
    background-size: cover, cover;
  }

  .contentimage.custom.sc {
    height: 250px;
  }

  .contentimage.custom.scoak {
    height: 250px;
  }

  .contentimage.custom.siobhan {
    width: auto;
    height: 250px;
  }

  .contentimage.custom.lmchs {
    width: auto;
    height: 300px;
  }

  .contentimage.custom.sb {
    width: auto;
    height: 400px;
  }

  .contentimage.custom.sb._1 {
    height: 300px;
  }

  .contentimage.custom.sb._2 {
    height: 300px;
  }

  .contentimage.custom.sb._3 {
    height: 300px;
  }

  .contentimage.custom.hoh {
    width: auto;
    height: auto;
    max-height: 100%;
    min-height: 300px;
    background-image: url('../images/Hilary_1_photo.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .contentimage.custom.hoh:hover {
    height: auto;
    min-height: 300px;
    background-image: url('../images/Hilary_1_texture.png'), url('../images/Hilary_1_photo.jpg');
    background-position: 50% 50%, 50% 50%;
    background-size: contain, contain;
    background-repeat: no-repeat, no-repeat;
  }

  .contentimage.custom.hoh._3 {
    background-image: url('../images/Hilary_3_texture.png'), url('../images/Hilary_3.jpg');
    background-position: 50% 50%, 50% 50%;
    background-size: contain, contain;
    background-repeat: no-repeat, no-repeat;
  }

  .contentimage.custom.hoh._11 {
    background-image: url('../images/Hilary_1_texture.png'), url('../images/Hilary_1_photo.jpg');
    background-position: 50% 50%, 50% 50%;
    background-size: contain, contain;
    background-repeat: no-repeat, no-repeat;
  }

  .contentimage.custom.hoh._11:hover {
    background-image: url('../images/Hilary_1_texture.png'), url('../images/Hilary_1_photo.jpg');
    background-position: 50% 50%, 50% 50%;
    background-size: contain, contain;
    background-repeat: no-repeat, no-repeat;
  }

  .contentimage.custom.hoh._12 {
    margin-right: auto;
    margin-left: auto;
  }

  .contentimage.custom.hoh._12:hover {
    background-image: url('../images/Hilary_2_texture.png'), url('../images/Hilary_2.jpg');
    background-position: 50% 50%, 50% 50%;
    background-size: contain, contain;
    background-repeat: no-repeat, no-repeat;
  }

  .contentimage.custom.rk._1 {
    height: 250px;
  }

  .contentimage.custom.rk._2 {
    height: 250px;
    background-size: cover;
  }

  .contentimage.custom.rk._3 {
    height: 250px;
    max-width: 100%;
  }

  .contentimage.custom.cr._1 {
    height: 300px;
  }

  .contentimage.custom.cr._2 {
    height: 300px;
  }

  .contentimage.custom.cr._3 {
    height: 300px;
  }

  .contentimage.custom.hoh2._1 {
    width: auto;
    height: 250px;
    max-width: 100%;
  }

  .contentimage.custom.hoh2._2 {
    height: 250px;
  }

  .contentimage.custom.hoh2._3 {
    height: 250px;
  }

  .contentimage.custom.kr._1 {
    height: 250px;
  }

  .contentimage.custom.kr._2 {
    height: 250px;
  }

  .contentimage.custom.kr._3 {
    height: 250px;
  }

  .heading-7 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }

  .heading-7.source {
    line-height: 20px;
  }

  .collection-item-2 {
    margin-bottom: 10px;
  }

  .heading-8 {
    font-size: 15px;
    font-weight: 100;
  }

  .resource.link {
    margin-top: 10px;
  }

  .heading-9 {
    padding-top: 25px;
    font-size: 15px;
    line-height: 24px;
  }

  .heading-10 {
    font-size: 17px;
    line-height: 29px;
  }

  .otherreads {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px;
    background-color: #f7dbcf;
    text-align: center;
  }

  .s4_footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .collection-item-5 {
    margin-bottom: 50px;
    float: none;
    text-align: center;
  }

  .body-3 {
    overflow: visible;
    padding: 10px;
  }

  .collection-item-7 {
    height: 50vh;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    border-left: 1px solid #e1e0e1;
  }

  .interviewblock-div {
    margin-top: 0px;
    padding: 20px;
  }

  .div-block-12.jv {
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-12.sc1 {
    min-height: 400px;
    background-position: 45% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-12.sc2 {
    min-height: 400px;
    background-position: 53% 50%;
    background-repeat: no-repeat;
  }

  .div-block-12.sl {
    min-height: 400px;
  }

  .div-block-12.rincy {
    min-height: 400px;
  }

  .div-block-12.hoh {
    min-height: 400px;
    background-position: 79% 50%;
    background-repeat: no-repeatundefined;
  }

  .div-block-12.lmcs {
    min-height: 400px;
  }

  .div-block-12.sb {
    min-height: 400px;
  }

  .div-block-12.rh {
    min-height: 400px;
  }

  .bonusround {
    width: auto;
  }

  .bonusround.lmcs {
    width: auto;
    padding: 20px;
  }

  .bonusround-answer {
    font-size: 20px;
    line-height: 32px;
  }

  .bonusround-question {
    font-size: 16px;
  }

  .title {
    font-size: 20px;
  }

  .title.nav.cs {
    font-size: 25px;
  }

  .text-field-3 {
    width: auto;
    margin-bottom: 15px;
  }

  .text-field-3.cs {
    width: 300px;
    margin-left: 0px;
  }

  .text-field-3.nl {
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .coming-soon-email {
    width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .submit-button-2 {
    margin-left: 0px;
  }

  .section_one {
    height: 100vh;
    margin-bottom: 0px;
    background-image: url('../images/Imposter_mobile_2.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section_two {
    height: auto;
  }

  .heading-20 {
    width: 90vw;
    font-size: 15px;
    line-height: 25px;
  }

  .heading-20.hp {
    margin-bottom: 90px;
    font-size: 18px;
  }

  .div-block-21 {
    height: 60vh;
  }

  .featured_image {
    height: auto;
    max-height: auto;
    min-height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .h4 {
    font-size: 15px;
    line-height: 25px;
    text-align: center;
  }

  .placeholder_link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .resources {
    min-width: auto;
    margin-top: 20px;
    padding: 20px 20px 30px 25px;
  }

  .dm {
    font-size: 12px;
    line-height: 20px;
  }

  .mobilemenu {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mobile_nav {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-22 {
    margin-top: 30px;
    font-size: 20px;
  }

  .link-block-7 {
    width: 35px;
    height: 35px;
    margin-top: 25px;
  }

  .link-block-9 {
    text-decoration: none;
  }

  .div-block-25 {
    display: none;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .link-block-10 {
    width: 20px;
    height: 20px;
  }

  .link-block-11 {
    width: 20px;
    height: 20px;
  }

  .link-block-12 {
    width: 20px;
    height: 20px;
  }

  .artwork.lmcs {
    height: 100%;
  }

  .artwork.rk._2 {
    background-size: cover;
  }

  .artwork.hoh2._1 {
    max-width: 100%;
  }

  .right {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 18px;
    line-height: 35px;
  }

  .div-block-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .collection-item-9 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .collection-list-8 {
    text-align: center;
  }

  .body-4 {
    padding: 20px;
  }

  .newslettersignup.nl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 300px;
    margin-right: 20px;
    margin-left: 20px;
    -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;
  }

  .heading-25 {
    width: auto;
  }

  .div-block-29 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-3 {
    text-align: center;
  }

  .link-5 {
    text-decoration: none;
  }

  .heading-26 {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 18px;
  }

  .pkrow {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-block-13 {
    margin-bottom: 41px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .question {
    padding-left: 10px;
    font-size: 18px;
    line-height: 23.400000000000002px;
  }

  .bold-text-4 {
    font-size: 16px;
    line-height: 18px;
  }

  .featuredsections {
    padding: 30px;
  }

  .bold-text-14 {
    font-size: 18px;
    line-height: 18px;
  }
}

@media screen and (max-width: 479px) {
  #w-node-be3fc565-7bd7-d6dc-ecd1-77beb755090e-b7550908 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@font-face {
  font-family: 'Drukxxcond super web';
  src: url('../fonts/DrukXXCond-Super-Web.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Drukcond super';
  src: url('../fonts/DrukCond-Super.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Drukwide (1)';
  src: url('../fonts/DrukWide-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Druktextwide super web';
  src: url('../fonts/DrukTextWide-Super-Web.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}