:root {
  --darker-blue: #105599;
  --dim-grey: #525252;
  --buttons: #e5e7e9;
  --black: #222;
  --white: white;
  --indian-red: #eb5757;
  --gold: #efb90a;
  --red: #e53935;
  --medium-sea-green: #20c788;
  --text: #333;
  --dark-gray: #272626;
  --white-smoke: #f8f8f8e3;
  --panel-bg: #f9f9f9;
  --brown: #ab4040;
  --accent: #931a1a;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

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

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

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

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

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

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

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

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

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

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

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

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

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

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

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}

h2 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.5rem;
}

p {
  margin-bottom: 1.5rem;
  line-height: 2;
}

a {
  color: var(--darker-blue);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 40px;
}

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

blockquote {
  border: 6px solid var(--darker-blue);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.education---banner {
  color: var(--dim-grey);
  background-color: #fff;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.style-guide-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.style-left {
  width: 30%;
  padding: 20px 20px 20px 0;
}

.style-right {
  width: 70%;
  padding: 20px;
}

.style-menu {
  position: sticky;
  top: 20px;
}

.style-section {
  margin-bottom: 70px;
  padding-top: 20px;
}

.button---generic {
  border: 1px none var(--dim-grey);
  background-color: var(--buttons);
  margin-top: 13px;
  padding: 5px 25px;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
}

.button---generic:hover, .button---generic.dark {
  border-color: var(--black);
  background-color: var(--black);
}

.button---generic.dark:hover {
  border-color: var(--buttons);
  background-color: var(--buttons);
}

.button---generic.dark.outline {
  border-color: var(--black);
  color: var(--black);
}

.button---generic.dark.outline:hover {
  border-color: var(--black);
  background-color: var(--black);
}

.button---generic.dark.outline.cat-menu {
  width: 100%;
}

.button---generic.dark.outline.cat-menu.w--current {
  background-color: var(--black);
  color: var(--white);
}

.button---generic.light {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.button---generic.light:hover {
  border-color: var(--buttons);
  background-color: var(--buttons);
  color: var(--white);
}

.button---generic.light.outline {
  color: var(--white);
}

.button---generic.light.outline:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.button---generic.outline {
  color: var(--buttons);
  background-color: #0000;
}

.button---generic.outline:hover {
  border-color: var(--indian-red);
  background-color: var(--buttons);
  color: var(--white);
}

.button---generic.outline:focus {
  border: 1px solid var(--indian-red);
  box-shadow: 0 0 2px 0 var(--indian-red);
}

.color-wrapper {
  justify-content: space-between;
  margin-bottom: 35px;
  display: flex;
}

.color-block {
  background-color: #d1d1d1;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  width: 100px;
  height: 100px;
  padding: 12px;
  font-size: 12px;
  display: flex;
  position: relative;
}

.color-block.primary {
  background-color: var(--black);
  color: var(--white);
}

.color-block.secondary {
  background-color: var(--buttons);
  color: var(--white);
}

.color-block.white {
  background-color: var(--white);
}

.color-block.primary-variant {
  background-color: var(--dim-grey);
  color: var(--white);
}

.color-block.secondary-variant {
  background-color: var(--darker-blue);
  color: var(--white);
}

.color-block.alert-blocks {
  width: 22%;
}

.color-block.alert-blocks.caution {
  background-color: var(--gold);
}

.color-block.alert-blocks.warning {
  background-color: var(--red);
  color: var(--white);
}

.color-block.alert-blocks.alert {
  background-color: var(--buttons);
  color: var(--white);
}

.color-block.alert-blocks.success {
  background-color: var(--medium-sea-green);
  color: var(--white);
  min-height: auto;
  padding-top: 0;
}

.separator {
  background-color: var(--dim-grey);
  height: 1px;
  margin-bottom: 20px;
}

.style-link-wrapper {
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
}

.style-link-wrapper.dark {
  background-color: var(--black);
  color: var(--white);
}

.small {
  margin-bottom: 10px;
  font-size: 10px;
}

.small.caps {
  text-transform: uppercase;
}

.small.footer-small {
  text-align: right;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 12px;
}

.page-title-section {
  background-color: var(--black);
  color: var(--white);
  padding-top: 40px;
  padding-bottom: 30px;
}

.container {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container.contact {
  align-self: center;
  position: absolute;
  inset: 0%;
}

.container.hide {
  display: none;
}

.page-title {
  color: var(--white);
  margin-top: 10px;
}

.style-menu-wrapper {
  margin-bottom: 10px;
}

.style-heading {
  margin-top: 0;
}

.input {
  border: 1px solid var(--black);
  border-radius: 5px;
}

.input:hover, .input:active, .input:focus, .input.-wfp-focus {
  border-color: var(--indian-red);
}

.input::placeholder {
  color: var(--dim-grey);
}

.input.cart-quantity {
  margin-bottom: 0;
  margin-right: 5px;
}

.banner-content-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.alert-wrapper {
  background-color: var(--white);
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 20px;
}

.alert-wrapper.danger {
  background-color: var(--red);
  color: var(--white);
}

.alert-wrapper.warning {
  background-color: var(--gold);
}

.alert-wrapper.success {
  background-color: var(--medium-sea-green);
  color: var(--white);
  min-height: auto;
  padding-top: 20px;
}

.alert-wrapper.information {
  background-color: var(--buttons);
  color: var(--white);
}

.style-pill-wrapper {
  margin-bottom: 10px;
  display: flex;
}

.style-pill-wrapper.style-page {
  align-items: flex-start;
  display: flex;
}

.pill {
  background-color: var(--buttons);
  color: var(--white);
  border-radius: 20px;
  margin-right: 10px;
  padding: 5px 20px;
}

.pill.warning {
  background-color: var(--red);
  color: var(--white);
}

.pill.warning.badge {
  border-radius: 0;
}

.pill.caution {
  background-color: var(--gold);
  color: var(--black);
}

.pill.caution.badge {
  border-radius: 0;
}

.pill.success {
  background-color: var(--medium-sea-green);
  color: var(--white);
  min-height: auto;
  padding-top: 5px;
}

.pill.success.badge, .pill.badge {
  border-radius: 0;
}

.pill.primary {
  background-color: var(--indian-red);
  font-size: 16px;
}

.pill.primary.alert-bar {
  background-color: var(--buttons);
}

.hero-section {
  background-image: url('../images/panel.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  min-height: 450px;
  box-shadow: 1px 1px 3px #000;
}

.hero-section.about-hero {
  background-image: url('../images/shed-wider.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.hero-section.contact-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.menu-wrapper {
  z-index: 900;
  background-color: var(--gold);
  margin-bottom: -1px;
  position: sticky;
  top: 0;
}

.navbar {
  background-color: #f7f7f7;
  padding-top: .5rem;
  padding-bottom: .5rem;
  box-shadow: 0 5px 7px 2px #00000024;
}

.navlink {
  color: var(--text);
  border-radius: 3px;
  margin-left: 20px;
  margin-right: -3px;
  padding: 4px 15px;
  transition: all .3s;
}

.navlink:hover {
  background-color: var(--black);
  color: var(--white);
  background-image: none;
}

.navlink.w--current {
  background-image: linear-gradient(to bottom, var(--dark-gray), var(--dark-gray));
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.navlink.mobile-hidden, .navlink.mobile-hidden.w--current {
  display: inline-block;
}

.navlink.hide-fullscreen {
  display: none;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  margin: 0 2rem 0 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-wrapper {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 450px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-heading {
  color: var(--white);
  text-shadow: none;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 3.1rem;
  line-height: 1.2;
}

.hero-paragraph {
  color: var(--white);
  text-shadow: 1px 1px 6px #000000ba;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.8;
}

.safe-button-wrapper {
  border-radius: 20px;
}

.shop-item-wrapper {
  width: 100%;
  margin-bottom: 40px;
}

.shop-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  min-height: 500px;
  margin-bottom: 30px;
}

.shop-image.tumbler-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 15px;
  position: relative;
}

.shop-image.tumbler-1.narrow-list {
  min-height: 400px;
}

.shop-image.tumbler-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.shop-details-wrapper {
  justify-content: space-between;
  display: flex;
}

.shop-details-left {
  width: 100%;
}

.shop-item-name {
  color: var(--black);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.shop-item-price {
  color: var(--black);
  text-align: left;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700;
}

.shop-item-price.compare {
  color: var(--indian-red);
  text-decoration: line-through;
}

.shop-local-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.shop-local-wrapper {
  justify-content: flex-end;
  min-height: 500px;
  display: flex;
  position: relative;
}

.shop-local-left {
  background-image: url('../images/christiann-koepke-dQyS2pMYtok-unsplash-1.jpg');
  background-position: 69% 80%;
  background-size: 270%;
  border-radius: 5px;
  width: 30%;
  height: 0;
  min-height: 440px;
  position: absolute;
  inset: 6% auto 0% 0%;
}

.shop-local-right {
  background-color: var(--black);
  color: var(--white);
  border-radius: 5px;
  justify-content: flex-end;
  width: 80%;
  padding: 45px;
  display: flex;
}

.shop-local-content-wrapper {
  width: 80%;
  padding-left: 145px;
  padding-right: 145px;
}

.shop-local-heading {
  margin-top: 0;
  font-size: 45px;
  line-height: 1.2;
}

.footer {
  background-color: var(--black);
  margin-top: 4rem;
  padding-top: 33px;
  padding-bottom: 10px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.social-footer-link {
  margin-left: 20px;
  transition: all .3s;
}

.social-footer-link:hover {
  opacity: .7;
}

.footer-bottom-wrapper {
  color: var(--white);
  text-align: center;
  margin-top: 1rem;
}

.content-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.content-section.featured-section {
  padding-bottom: 0;
}

.meet-the-owners-wrapper {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.meet-the-owners-right {
  background-color: var(--black);
  color: var(--white);
  border-radius: 5px;
  width: 70%;
  padding: 90px 55px 90px 245px;
}

.meet-the-owners-left {
  background-image: url('../images/Glenn-Elston.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 5px;
  width: 45%;
  height: 90%;
  position: absolute;
  inset: 5% auto 0% 0%;
}

.owners-rich-text h2 {
  margin-top: 0;
}

.contact-wrapper {
  justify-content: space-between;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
}

.contact-left {
  width: 30%;
}

.contact-right {
  width: 70%;
  padding-left: 20px;
}

.contact-hero-section {
  background-color: var(--black);
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.contact-hero-bg-wrapper {
  background-color: var(--buttons);
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.venue-image-header {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: fixed;
  width: 45%;
  height: 550px;
}

.contact-block-wrapper {
  display: flex;
}

.contact-block {
  color: var(--black);
  text-align: center;
  background-color: #ffffffbd;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 30%;
  min-height: 350px;
  margin-top: 25px;
  margin-right: 20px;
  padding: 40px;
  display: flex;
}

.contact-icon {
  margin-bottom: 30px;
}

.venue-heading {
  color: var(--white);
  background-color: #0000;
  margin-top: 93px;
  margin-bottom: -5px;
}

.success {
  background-color: var(--medium-sea-green);
  color: var(--white);
  border-radius: 5px;
  min-height: 280px;
  padding-top: 125px;
}

.error {
  background-color: var(--red);
  color: var(--white);
  border-radius: 5px;
}

.image-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-source-wrapper {
  height: 300px;
  overflow: hidden;
}

.limg {
  object-fit: cover;
  object-position: 50% 50%;
  min-height: 400px;
}

.products-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.price-wrapper {
  border-bottom: 1px #22222214;
  justify-content: center;
  margin-bottom: 15px;
  padding-bottom: 0;
  display: flex;
}

.pill-2 {
  color: #f9f9f9;
  background-color: #1976d2;
  border-radius: 20px;
  margin-right: 10px;
  padding: 5px 20px;
}

.pill-2.badge {
  border-radius: 0;
}

.pill-2.badge.primary.sale {
  background-color: var(--indian-red);
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 14px;
  position: absolute;
  inset: 4% 2% auto auto;
}

.pill-2.badge.primary.featured {
  z-index: 10;
  background-color: var(--white);
  color: var(--black);
  border-radius: 5px;
  position: absolute;
  inset: 8% 1% auto auto;
}

.aboutus-button {
  color: var(--white);
  object-fit: contain;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 150px;
  padding: 2px 0 4px;
  font-size: 14px;
  display: flex;
  position: static;
}

.shop-item-link-wrapper {
  width: 100%;
  text-decoration: none;
}

.shopping-page-wrapper {
  display: flex;
}

.shopping-page-left {
  width: 40%;
}

.shipping-page-right {
  width: 60%;
  padding-left: 60px;
}

.shopping-page-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  min-height: 450px;
  position: relative;
}

.page-product-headin {
  margin-top: 0;
}

.shop-item-price-page {
  color: #222;
  text-align: left;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
}

.shop-item-price-page.compare-at {
  color: var(--indian-red);
  text-decoration: line-through;
}

.page-price-wrapping {
  margin-bottom: 10px;
  font-size: 18px;
  display: flex;
}

.add-to-cart-page-wrapper {
  margin-top: 15px;
  display: flex;
}

.shop-page-wrapper {
  display: flex;
}

.shop-category-menu {
  width: 20%;
  padding-right: 25px;
}

.shop-list {
  width: 80%;
}

.category-menu-item {
  margin-bottom: 10px;
}

.category-menu-heading {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.5;
}

.empty {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.featured-wrapper {
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  min-height: 250px;
  text-decoration: none;
  position: relative;
}

.featured-item-name {
  color: var(--white);
  margin-bottom: 5px;
  position: static;
  inset: auto auto 0% 1%;
}

.featured-price {
  position: static;
  inset: auto auto 0% 0%;
}

.feature-text-wrapper {
  z-index: 10;
  position: absolute;
  inset: auto auto 6% 2%;
}

.featured-gradient-overlay {
  background-image: linear-gradient(#22222238, #222222b0);
  border-radius: 5px;
  position: absolute;
  inset: 0%;
}

.donate-explainer {
  background-image: url('../images/Shakespeare-2018-AMND---Hamilton-Botanic-Gardens-BUR-3.jpg'), linear-gradient(to bottom, #2222228f, var(--black));
  color: var(--white);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  min-height: 550px;
  padding-top: 151px;
  padding-bottom: 35px;
}

.about-heading {
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  margin-bottom: -5px;
  font-size: 60px;
  font-weight: 800;
}

.donate-heading-2 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 30px;
}

.about-subheading {
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  width: 65%;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
}

.donate-wrapper {
  border: 2px solid var(--black);
  border-radius: 5px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 10px;
}

.donate-link-block {
  background-color: var(--indian-red);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 20px;
  text-decoration: none;
  transition: background-color .3s;
}

.donate-link-block:hover {
  background-color: var(--black);
}

.text-block {
  color: var(--white);
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 800;
}

.cart-nav-wrapper {
  align-items: center;
  display: flex;
}

.checkout-form, .paypal-checkout-form {
  background-color: #0000;
}

.container-checkout {
  justify-content: center;
  max-width: 1200px;
}

.pay-with-browser, .apple-pay {
  border-radius: 5px;
}

.block-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.block-content {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.order-confirmation {
  background-color: #0000;
}

.cart-image-wrapper {
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.product-image-cart {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.brand {
  align-items: center;
  display: flex;
}

.brand.brand-footer {
  color: var(--white-smoke);
}

.utility-page-wrap {
  background-image: radial-gradient(circle farthest-corner at 100% 50%, #2222226b 77%, var(--black)), url('../images/beach-dawn-dusk-ocean-189349.jpg');
  color: var(--white);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  background-color: #00000054;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  width: 360px;
  padding: 10px;
  display: flex;
}

.alert-empty {
  background-color: #0000;
  display: none;
}

.section {
  grid-column-gap: 113px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 57px;
  display: grid;
}

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

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-2 {
  object-fit: cover;
  background-image: url('../images/ascicon.png');
  background-position: 50%;
  background-size: 125px;
  width: 300px;
  height: 200px;
}

.collection-list-wrapper {
  margin-left: 118px;
  margin-right: 100px;
}

.link {
  color: var(--buttons);
}

.heading-3 {
  color: var(--white);
}

.venue-venuelogo {
  margin-top: 47px;
}

.paragraph {
  font-size: 14px;
}

.top-button {
  background-color: var(--buttons);
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  margin-left: 23px;
  font-size: 13px;
  transition: background-color .2s, color .2s;
}

.top-button:hover {
  background-color: var(--dark-gray);
  color: var(--white);
}

.top-button.w--current {
  background-color: var(--dark-gray);
}

.contactus-page-heading {
  margin-top: 49px;
}

.contactusimage {
  background-image: linear-gradient(86deg, #a1adb8, var(--buttons) 11%, transparent 37%), url('../images/beach-dawn-dusk-ocean-189349.jpg');
  object-fit: cover;
  background-position: 0 0, 100%;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  align-self: auto;
  width: 75%;
  height: 600px;
}

.grid-shows {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1.5fr));
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  min-height: 0;
  margin-top: 0;
  padding-top: 26px;
  padding-bottom: 26px;
  display: grid;
  overflow: auto;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.image-6 {
  object-fit: cover;
  width: 500px;
  height: 500px;
  position: static;
}

.shows-top-info {
  color: var(--white);
  text-align: center;
  margin-top: 13px;
  font-size: 25px;
  font-weight: 700;
}

.div-block-2 {
  max-width: 600px;
}

.image-7 {
  padding-left: 0;
  padding-right: 37px;
  display: inline-block;
}

.show-quote {
  color: var(--white);
  text-align: center;
  font-size: 30px;
}

.show-quote-auth {
  color: var(--white);
  text-align: center;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 20px;
}

.show-body-section {
  justify-content: center;
  align-items: center;
  min-height: 220px;
  margin-top: 17px;
  margin-bottom: 32px;
  display: flex;
}

.video {
  margin-top: 25px;
  margin-bottom: 31px;
}

.shows-image-gal {
  object-fit: cover;
  padding: 5px 5px 40px;
}

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

.rich-text-block-2 {
  margin-bottom: 48px;
}

.shows-tickets-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(236px, 1fr));
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  max-width: 1500px;
  margin-top: auto;
  margin-left: auto;
  display: block;
}

.image-8 {
  object-fit: cover;
  width: 300px;
  height: 300px;
  max-height: 600px;
  margin-top: 12px;
}

.showstickets---box-title {
  padding-left: 27px;
  padding-right: 20px;
  font-size: 25px;
  line-height: 25px;
}

.read_more {
  z-index: auto;
  clear: none;
  color: var(--white);
  text-align: center;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: opacity .2s;
  display: flex;
}

.heading-6 {
  margin-bottom: 6px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.section-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.container-4 {
  flex: 1;
}

.text-block-3 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 400;
}

.columns-2 {
  align-items: center;
  display: flex;
}

.text-block-4 {
  font-size: 20px;
}

.collection-item {
  border-bottom: 1px solid var(--darker-blue);
}

.button {
  background-color: var(--gold);
  color: var(--white);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  background-color: var(--black);
  color: var(--white);
}

.button.button-primary {
  background-color: var(--gold);
  color: var(--white);
  background-image: none;
  margin-top: 0;
}

.button.button-primary:hover {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  color: var(--white);
}

.button.button-deactivated {
  color: var(--text);
  background-color: #e5e7e9;
}

.button.button-deactivated:hover {
  background-image: none;
}

.button-2 {
  border-radius: 20px;
  margin-bottom: -48px;
}

.collection-item-2 {
  background-color: var(--white-smoke);
  border-radius: 0;
  min-width: 285px;
  max-width: 5px;
  min-height: 500px;
  max-height: 600px;
  margin-bottom: 24px;
  margin-left: 10px;
  margin-right: 10px;
}

.collection-list-2 {
  flex: 1;
  max-width: 1600px;
  margin-top: 43px;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: block;
}

.collection-list-wrapper-2 {
  margin-top: 55px;
}

.heading-7 {
  color: var(--white);
  margin-top: 4px;
  margin-bottom: -19px;
  font-size: 20px;
}

.columns-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-8 {
  margin-top: -13px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

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

.heading-10 {
  color: var(--white);
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.button-3 {
  border-radius: 20px;
}

.button-4 {
  border-radius: 20px;
  margin-top: 7px;
  margin-left: 12px;
}

.collection-item-3 {
  border-bottom: 1px solid #000;
}

.heading-11 {
  text-align: center;
  margin-bottom: 16px;
}

.heading-12 {
  text-align: center;
}

.column-3 {
  background-color: #ed2844;
  border-radius: 0;
}

.hero-home-solar {
  background-color: var(--black);
  background-image: url('../images/BLUE.jpg');
  background-position: 50% 80%;
  background-size: cover;
}

.hero-home-solar.farm {
  background-image: url('../images/epic-large.jpg');
  background-position: 50%;
  background-size: cover;
}

.community-header {
  background-image: linear-gradient(79deg, #0c030382, #0000), url('../images/beach-dawn-dusk-ocean-189349.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.paragraph-3 {
  margin-bottom: 38px;
}

.paragraph-4 {
  margin-bottom: 39px;
}

.hero-image {
  text-align: center;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: auto;
}

.columns-4 {
  display: flex;
}

.section-8 {
  margin-top: 41px;
  margin-bottom: 46px;
}

.column-4 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.workshop-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.workshop-large {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 25px;
}

.button-5 {
  border-radius: 19px;
  margin-left: 0;
  padding-top: 4px;
  padding-bottom: 1px;
  padding-left: 17px;
  font-size: 20px;
}

.workshops-and-classes {
  border: 1px solid #000;
  border-radius: 0;
  margin-left: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 18px;
  overflow: visible;
}

.education---small {
  margin-top: 35px;
  margin-bottom: -13px;
  font-size: 20px;
}

.image-9 {
  margin-top: 98px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-10 {
  text-align: center;
  display: block;
}

.container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.grid {
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(231px, 2fr));
  grid-auto-flow: row dense;
  place-items: center;
}

.image-11 {
  object-fit: cover;
  width: 300px;
  height: 300px;
  margin-top: 0;
  display: inline-block;
  position: absolute;
  inset: 61% 5% 0% auto;
}

.div-block-3 {
  width: 400px;
}

.rich-text-block-3 {
  margin-top: 35px;
  padding-left: 35px;
  padding-right: 0;
}

.incrusions-hero {
  background-color: var(--black);
  background-image: linear-gradient(30deg, #000 23%, #0000), url('../images/manawhai-panels.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(127px, 1fr));
  width: 100%;
  margin-top: -10px;
}

.incrusions-focusblock {
  background-color: var(--white-smoke);
  border: 1px #000;
  border-radius: 0;
  height: 100%;
  margin-top: 0;
  padding: 0 13px 36px;
}

.section-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  display: flex;
}

.bold-text {
  font-size: 25px;
}

.incursions-header-focus {
  margin-top: auto;
  padding-top: 0;
  font-size: 20px;
  display: inline-block;
}

.container-7 {
  max-width: 1200px;
}

.sectionworkshopandclassessection {
  background-color: var(--dim-grey);
  align-items: center;
  min-height: 550px;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(269px, 2.25fr));
  grid-auto-flow: column dense;
  margin-top: 0;
}

.heading-13 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-size: 80px;
  line-height: 80px;
  display: flex;
}

.section-11 {
  background-color: #252525;
  padding-top: 36px;
  padding-bottom: 0;
}

.heading-14 {
  color: var(--white);
  margin-bottom: 31px;
}

.heading-15 {
  color: #ffffffd6;
  font-weight: 400;
}

.heading-16 {
  color: var(--white);
  margin-top: -4px;
  padding-right: 15px;
  font-size: 25px;
  line-height: 25px;
}

.div-block-4 {
  background-color: var(--dim-grey);
  min-height: 400px;
  margin-top: 21px;
  margin-left: 22px;
  margin-right: 3px;
  padding: 13px 10px 13px 13px;
}

.collection-item-4 {
  padding-left: 0;
  padding-right: 0;
}

.section-12 {
  min-height: 550px;
  margin-bottom: -31px;
  padding-bottom: 52px;
}

.small-button {
  background-color: var(--white);
  color: var(--black);
  cursor: pointer;
  border-radius: 17px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: background-color .4s, color .2s;
  position: absolute;
  inset: auto 5% 4% auto;
}

.small-button:hover {
  background-color: var(--black);
  color: #fff;
}

.heading-17 {
  color: var(--white);
}

.image-12 {
  object-fit: contain;
  border: 3px #000;
}

.image-13 {
  object-fit: contain;
  min-width: 180px;
  max-width: 180px;
  min-height: 200px;
  max-height: 200px;
  overflow: visible;
}

.button-7 {
  border-radius: 20px;
}

.button-edu-online {
  background-color: var(--darker-blue);
  opacity: 1;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 3px 0;
  transition: background-color .2s;
  display: flex;
}

.button-edu-online:hover {
  background-color: var(--buttons);
}

.section-13 {
  min-height: 550px;
  margin-top: 42px;
  margin-bottom: 37px;
}

.heading-18 {
  padding-bottom: 26px;
}

.image-14 {
  object-fit: cover;
  width: 300px;
  height: 300px;
  margin-top: 16px;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(354px, 1fr));
  grid-auto-flow: row dense;
}

.container-8 {
  max-width: 1260px;
}

.section-14 {
  padding-top: 3rem;
}

.container-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1260px;
  min-height: 550px;
  margin-top: auto;
  display: block;
}

.columns-5 {
  margin-bottom: 36px;
}

.block-quote {
  font-weight: 700;
}

.paragraph-5 {
  color: var(--white);
  text-align: center;
  margin-bottom: 50px;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.page-template-p {
  background-image: linear-gradient(to bottom, var(--dark-gray), var(--dark-gray));
  color: #272727;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-15 {
  text-align: center;
  object-fit: cover;
  max-width: 300px;
  min-height: 300px;
  margin-left: 14px;
  padding-left: 0;
}

.container-10 {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-16 {
  width: 100%;
  margin-left: auto;
  padding-right: 2rem;
}

.heading-19 {
  color: var(--text);
}

.heading-20 {
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.column-5 {
  padding-left: 0;
}

.heading-21 {
  color: #fff;
}

.heading-22 {
  color: #fff;
  font-size: 70px;
  line-height: 105%;
}

.heading-23 {
  color: #fff;
}

.heading-24 {
  color: #fff;
  padding-bottom: 21px;
}

.workshop-extrasmall {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.workshopsclasses-hero {
  background-color: var(--black);
  background-image: linear-gradient(to right, #000 62%, #00000094 69%, #0000), url('../images/weekly-clasees-nsw-2.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.heading-25 {
  margin-bottom: 48px;
}

.image-17 {
  object-fit: cover;
  min-width: 100%;
  max-height: 100px;
  margin-bottom: 14px;
}

.collection-item-5 {
  border-bottom: 1px solid #000;
  margin-bottom: 18px;
}

.collection-list-wrapper-3 {
  justify-content: flex-start;
  margin-bottom: 62px;
  display: flex;
}

.link-2 {
  margin-top: 15px;
  display: block;
}

.container-11 {
  border-top: 3px solid #000;
}

.section-15 {
  background-color: var(--black);
  padding-top: 30px;
  padding-bottom: 30px;
}

.heading-26 {
  color: var(--white-smoke);
}

.faq {
  border-bottom: 1px solid #000;
  margin-bottom: 2rem;
  padding-bottom: .5rem;
}

.collection-list-wrapper-4 {
  margin-top: 44px;
}

.container-12 {
  min-height: 550px;
}

.section-16 {
  background-image: linear-gradient(to bottom, var(--buttons), var(--darker-blue));
  padding-bottom: 29px;
}

.image-18 {
  margin-top: 27px;
  margin-left: 0;
  display: block;
}

.column-6 {
  margin-top: 41px;
}

.heading-27 {
  color: var(--white);
}

.paragraph-6 {
  color: var(--white);
  margin-top: 35px;
}

.field-label, .field-label-2 {
  color: var(--white);
}

.text-field, .text-field-2 {
  border-radius: 9px;
}

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

.link-3, .link-4 {
  color: var(--white);
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container-13 {
  max-width: 1260px;
}

.container-14, .container-15 {
  max-width: 1250px;
}

.section-21 {
  min-height: 700px;
}

.image-19 {
  object-fit: scale-down;
  width: 400px;
  height: 400px;
}

.column-7 {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.columns-7 {
  margin-top: 29px;
}

.logo {
  color: #fff;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 27px;
}

.image-20 {
  width: 100%;
  max-width: 10rem;
  margin-top: 0;
  margin-right: 0;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.stats_wrap {
  justify-content: space-around;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.stat {
  color: var(--white);
  justify-content: space-between;
  display: flex;
}

.label {
  margin-bottom: -4px;
  font-size: .7rem;
}

.divisions_wrap {
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 3rem;
  display: flex;
}

.division {
  background-color: var(--panel-bg);
  color: var(--black);
  border-radius: 3px;
  flex-direction: column;
  justify-content: space-between;
  width: 22.3%;
  text-decoration: none;
  box-shadow: 0 0 12px 6px #00000029;
}

.logo-text {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Sen, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.logo-text.footer {
  color: var(--white);
}

.footer-logo {
  width: 4.1rem;
}

.section-box-title {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 19px;
}

.link-image {
  background-image: url('../images/phillips-rd-te-mata.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px 4px 0 0;
  height: 8rem;
}

.link-image.commercial {
  background-image: url('../images/BUS2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.link-image.residential {
  background-image: url('../images/smith-st-small.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 0;
}

.link-image.projects {
  background-image: url('../images/windfarm.jpg');
}

.link-image.faqs {
  background-image: url('../images/shed.jpg');
}

.div-block-content {
  flex-direction: column;
  align-items: stretch;
  padding: 1rem;
  display: flex;
}

.stat-img {
  width: 2.6rem;
  padding-right: .9rem;
}

.ticker-wrap {
  box-shadow: inset 0 -4px 15px #0000003d;
}

.heading-28 {
  text-transform: none;
}

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

.link-5 {
  color: var(--white);
}

.spacer {
  width: 0;
  height: 0;
}

.text-block-5 {
  color: var(--text);
  text-align: center;
}

.image-21 {
  width: 60%;
  margin-top: 1rem;
}

.list-item {
  margin-bottom: 1rem;
}

.paragraph-7 {
  color: var(--text);
}

.hero-text {
  text-align: left;
  border-radius: 5px;
  width: 70%;
  padding: 1rem 3rem 2rem;
}

.hero-text.dark-bg {
  background-image: linear-gradient(#00000080, #00000080);
}

.sub-hero-heading {
  text-shadow: none;
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.contact-panel {
  background-color: var(--buttons);
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 3rem;
  padding: 3rem 2rem 2rem;
  display: flex;
}

.phone-block {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-weight: 700;
}

.phone-number {
  color: var(--darker-blue);
  margin-left: .5rem;
  font-size: 2rem;
}

.image-22 {
  width: 100%;
  max-width: 1.9rem;
}

.phone-wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.column-10 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.hero-narrow {
  width: 60%;
  padding-bottom: 2rem;
}

.hero-business-solar {
  background-image: url('../images/BUS2.jpg');
  background-position: 50%;
  background-size: cover;
}

.col-wrap {
  flex-direction: row;
  display: flex;
}

.col-left, .col-right, .col {
  width: 50%;
}

.col.col-right {
  flex-direction: column;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.col.col-left {
  margin-left: 0;
  margin-right: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.content-side-img {
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin-bottom: 2.6rem;
}

.partners_bg {
  background-color: #ebebeb;
  justify-content: space-around;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.partner {
  width: 10rem;
}

.partner.small {
  width: 5rem;
  margin-bottom: 0;
}

.partner.dark {
  background-color: var(--dark-gray);
  margin-left: 1rem;
  margin-right: 1rem;
  padding: .3rem;
}

.partners_wrap {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.paragraph-8 {
  margin-bottom: 1.5px;
}

.h2-first {
  margin-top: 0;
  font-size: 2.2rem;
  line-height: 2.4rem;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 1rem;
    padding-right: 0;
  }

  .container.contact {
    padding-bottom: 35px;
    position: static;
  }

  .navlink {
    color: var(--white-smoke);
    text-align: center;
    margin-bottom: 1.5rem;
    margin-right: 20px;
    font-size: 1.7rem;
  }

  .navlink.mobile-hidden {
    display: block;
  }

  .nav-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-paragraph {
    width: 100%;
  }

  .shop-image.tumbler-1 {
    min-height: 350px;
  }

  .shop-details-wrapper {
    font-size: 14px;
  }

  .shop-details-left {
    margin-right: 25px;
  }

  .shop-local-left {
    top: 8%;
  }

  .shop-local-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-local-heading {
    margin-top: 0;
  }

  .nav-button {
    color: var(--white);
    padding: .5rem;
  }

  .nav-button.w--open {
    z-index: 100;
    background-color: #afb3b8;
    border-radius: 5px;
    padding: 1rem;
  }

  .nav-menu {
    background-color: var(--dim-grey);
    width: 100vw;
    padding-top: 114px;
    padding-bottom: 30px;
  }

  .meet-the-owners-right {
    padding-left: 145px;
  }

  .meet-the-owners-left {
    background-position: 50% 100%;
  }

  .contact-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .contact-left {
    width: 100%;
    max-width: 40rem;
    margin-bottom: 20px;
  }

  .contact-right {
    width: 100%;
    max-width: 40rem;
    padding-left: 0;
  }

  .contact-hero-bg-wrapper {
    flex-direction: column-reverse;
  }

  .venue-image-header {
    background-image: linear-gradient(to top, var(--black), #2222222e 76%), url('../images/vinicius-amano-4mK2KVuYrDs-unsplash-1-1.jpg');
    background-position: 0 0, 50% 35%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    height: 350px;
  }

  .contact-block-wrapper {
    justify-content: space-between;
  }

  .contact-block {
    width: 48%;
    margin-right: 0;
  }

  .image-grid, .products-list {
    grid-template-columns: 1fr 1fr;
  }

  .shop-page-wrapper {
    flex-direction: column;
  }

  .shop-category-menu {
    width: 100%;
    margin-bottom: 25px;
  }

  .shop-list {
    width: 100%;
  }

  .category-menu-heading {
    line-height: 1.5;
  }

  .row {
    flex-direction: column;
  }

  .brand {
    align-items: center;
  }

  .rich-text-block {
    margin-left: 63px;
    margin-right: 62px;
  }

  .contactusimage {
    background-image: url('../images/contactuspage.jpg'), linear-gradient(to top, var(--black), #2222222e 76%);
    background-position: 0%, 0 0;
    background-size: cover, auto;
    width: 100%;
    height: 350px;
  }

  .show-body-section {
    min-height: 200px;
  }

  .collection-list-2 {
    margin-left: 0;
  }

  .columns-4 {
    flex-direction: column;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-15 {
    max-width: 50%;
    min-height: 1px;
  }

  .container-10 {
    margin-top: 20px;
    display: block;
  }

  .columns-6 {
    margin-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .image-16 {
    margin-left: 0;
    padding-left: 1rem;
  }

  .heading-19 {
    margin-top: 2rem;
  }

  .workshopsclasses-hero {
    background-image: linear-gradient(to right, #000 24%, #00000094 69%, #0000), url('../images/weekly-clasees-nsw-2.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }

  .section-showsandtickets {
    margin-left: 62px;
  }

  .section-18 {
    margin-left: 72px;
  }

  .section-19 {
    margin-left: 61px;
  }

  .section-20 {
    margin-left: 74px;
  }

  .image-20 {
    max-width: 9.1rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .stats_wrap {
    justify-content: space-between;
  }

  .divisions_wrap {
    margin-left: 1rem;
    padding-right: 1rem;
  }

  .division {
    width: 24%;
  }

  .stat-img {
    padding-right: .5rem;
  }

  .ticker-wrap {
    display: none;
  }

  .icon {
    color: var(--dark-gray);
    font-size: 40px;
  }

  .hero-text {
    width: 100%;
  }

  .contact-panel {
    flex-direction: column;
    padding-left: 1rem;
  }

  .phone-block {
    width: 100%;
    margin-bottom: 1rem;
  }

  .phone-number {
    font-size: 1.4rem;
  }

  .rich-text-block-5 {
    text-align: center;
  }

  .col-left {
    align-items: center;
    display: flex;
  }

  .col-right {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 1rem;
    display: flex;
  }

  .col.col-right {
    width: 40%;
    padding-left: 0;
    padding-right: 0;
  }

  .col.col-left {
    width: 60%;
    display: block;
  }

  .heading-29 {
    text-align: center;
  }

  .partner {
    width: 8rem;
  }

  .partners_wrap {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section.about-hero {
    background-image: linear-gradient(360deg, #222, #2220), url('../images/shed-wider.jpg');
    background-position: 0 0, 100% 100%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .nav-wrapper {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .hero-wrapper {
    margin-bottom: 1rem;
  }

  .hero-heading {
    width: 100%;
    font-size: 2.5rem;
  }

  .shop-item-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }

  .shop-local-wrapper {
    flex-wrap: wrap;
  }

  .shop-local-left {
    border-radius: 0;
    width: 100%;
    position: static;
  }

  .shop-local-right {
    border-radius: 0;
    justify-content: center;
    width: 100%;
  }

  .nav-button {
    color: var(--dark-gray);
  }

  .meet-the-owners-wrapper {
    flex-direction: column;
  }

  .meet-the-owners-right {
    border-radius: 0;
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
  }

  .meet-the-owners-left {
    border-radius: 0;
    width: 100%;
    height: 400px;
    position: static;
  }

  .contact-block-wrapper {
    flex-direction: column;
  }

  .contact-block {
    width: 100%;
  }

  .image-grid, .products-list {
    grid-template-columns: 1fr;
  }

  .pill-2.badge.primary.sale {
    right: 2%;
  }

  .shopping-page-wrapper {
    flex-direction: column;
  }

  .shopping-page-left {
    width: 100%;
    margin-bottom: 25px;
  }

  .shipping-page-right {
    width: 100%;
    padding-left: 0;
  }

  .shop-page-wrapper {
    flex-direction: column;
  }

  .shop-category-menu {
    width: 100%;
    margin-bottom: 20px;
  }

  .shop-list {
    width: 100%;
  }

  .donate-wrapper {
    width: 90%;
  }

  .brand {
    padding-left: 0;
  }

  .section {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 2.75fr 1fr;
  }

  .image-8 {
    min-width: 0%;
  }

  .collection-item-2 {
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-list-2 {
    margin-right: 50px;
  }

  .container---community {
    padding-left: 12px;
    padding-right: 20px;
  }

  .column-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid {
    grid-template-columns: repeat(auto-fit, minmax(311px, 2fr));
  }

  .rich-text-block-3 {
    padding-left: 16px;
  }

  .grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(241px, 1fr));
  }

  .incursions-header-focus {
    font-size: 20px;
  }

  .image-14 {
    margin-top: 28px;
  }

  .div-block-6 {
    margin-right: 0;
    padding-right: 0;
  }

  .section-14 {
    padding-top: 1rem;
  }

  .image-16 {
    width: 100%;
    padding-right: 0;
  }

  .heading-19 {
    margin-top: 26px;
    margin-bottom: 17px;
  }

  .heading-20 {
    margin-top: 71px;
    margin-bottom: 36px;
  }

  .workshopsclasses-hero {
    background-image: linear-gradient(to right, #000, #00000094 69%, #0000), url('../images/weekly-clasees-nsw-2.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }

  .section-showsandtickets {
    margin-left: 2px;
  }

  .stat.hide-mobile {
    display: none;
  }

  .divisions_wrap {
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .division {
    width: 48%;
    margin-top: 1rem;
    margin-bottom: 1.4rem;
  }

  .ticker-wrap {
    display: none;
  }

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

  .hero-text {
    width: 100%;
  }

  .sub-hero-heading {
    font-size: 1.5rem;
  }

  .phone-wrap {
    text-decoration: underline;
  }

  .column-9, .column-10 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-narrow {
    width: 100%;
  }

  .col-wrap {
    flex-direction: column;
    align-items: center;
  }

  .col-left {
    width: 100%;
  }

  .col-right {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .col.col-right {
    width: 100%;
  }

  .col.col-left {
    width: 100%;
    margin-bottom: 2rem;
    margin-left: 1rem;
  }

  .container-16 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .partners_bg {
    background-color: var(--buttons);
    flex-wrap: wrap;
    margin-top: 0;
  }

  .partner {
    margin: .5rem 1rem;
  }

  .partners_wrap {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .education---banner {
    font-size: 15px;
  }

  .small.footer-small {
    text-align: center;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-content-wrapper {
    flex-direction: column;
  }

  .pill.primary.alert-bar {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .hero-section.about-hero {
    background-position: 0 0, 50%;
  }

  .hero-section.contact-hero {
    background-position: 0 0, 80%;
  }

  .nav-wrapper {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-wrapper {
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-heading {
    margin-top: 1rem;
    font-size: 2rem;
  }

  .hero-heading.anout-hero-heading {
    margin-top: 2rem;
    font-size: 2.4rem;
  }

  .hero-paragraph {
    width: 100%;
  }

  .shop-details-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .shop-details-left {
    margin-right: 0;
  }

  .shop-item-name {
    text-align: center;
  }

  .shop-item-price {
    margin-left: 5px;
    margin-right: 5px;
  }

  .shop-local-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .shop-local-right {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-button {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    flex-direction: column-reverse;
  }

  .footer-logo-column {
    justify-content: center;
    margin-bottom: 0;
    display: flex;
  }

  .social-footer-link {
    margin-left: 25px;
    margin-right: 25px;
  }

  .contact-wrapper {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .venue-image-header {
    background-position: 0 0, 50%;
  }

  .price-wrapper {
    justify-content: center;
  }

  .pill-2.badge.primary.sale {
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 14px;
    position: absolute;
    inset: 3% 0% auto auto;
  }

  .shopping-page-image {
    min-height: 350px;
  }

  .shop-item-price-page {
    margin-left: 5px;
    margin-right: 5px;
  }

  .shop-category-menu {
    padding-right: 0;
  }

  .about-heading {
    font-size: 30px;
    line-height: 1.3;
  }

  .donate-heading-2 {
    font-size: 24px;
  }

  .about-subheading {
    width: 80%;
    font-size: 13px;
  }

  .donate-wrapper {
    width: 100%;
  }

  .order-item-list {
    flex-direction: column;
    display: flex;
  }

  .cart-image-wrapper.checkout-page {
    margin-bottom: 25px;
  }

  .brand {
    width: 46%;
    padding-left: 0;
  }

  .brand.w--current {
    width: 100%;
  }

  .utility-page-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .order-item-checkoiut {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 45px;
  }

  .order-item-details {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .rich-text-block {
    margin-left: 0;
    margin-right: 0;
  }

  .top-button {
    object-fit: fill;
    margin-top: 11px;
    line-height: 1.2;
    overflow: visible;
  }

  .contactusimage {
    background-position: 50%, 0 0;
  }

  .heading-5 {
    margin-top: 41px;
    padding-left: 8px;
  }

  .rich-text-block-2 {
    padding-left: 12px;
  }

  .container-4 {
    margin-bottom: 63px;
  }

  .button.button-primary {
    display: none;
  }

  .collection-item-2 {
    margin-left: 0;
  }

  .rich-text-block-3 {
    padding-left: 10px;
  }

  .grid-2 {
    padding-left: 11px;
    padding-right: 40px;
  }

  .div-block-4 {
    min-height: 200px;
  }

  .small-button {
    position: static;
  }

  .image-13 {
    max-width: 100%;
  }

  .section-14 {
    padding-top: 2rem;
  }

  .image-16 {
    max-height: 200px;
    margin-top: 39px;
    margin-bottom: 28px;
  }

  .heading-19 {
    margin-top: -18px;
  }

  .heading-20 {
    padding-left: 8px;
  }

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

  .workshopsclasses-hero {
    background-image: linear-gradient(18deg, #000, #00000094 42%, #0000), url('../images/weekly-clasees-nsw-2.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }

  .image-20 {
    flex: none;
    width: 100%;
    max-width: 9rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0;
  }

  .divisions_wrap {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .division {
    width: 95%;
  }

  .hero-text {
    width: 100%;
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .sub-hero-heading {
    font-size: 1.3rem;
  }

  .col-wrap {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .col.col-left {
    width: 100%;
  }

  .div-block-7 {
    margin-bottom: 1rem;
    display: flex;
  }

  .partners_wrap {
    flex-flow: column wrap;
  }
}


