:root {
  --medium-sea-green: #1fae77;
  --tab-toggle: #b4ffe2;
  --medium-aquamarine: #6adfb2;
  --precise-grey: #494949;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  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;
}

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

a {
  color: #000;
  text-decoration: none;
}

.section {
  padding: 76px 71px;
  display: flex;
}

.section._60vh {
  height: 60vh;
}

.section._60vh.home-page {
  background-image: url('../images/headway-5QgIuuBxKwM-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  height: auto;
  display: none;
}

.section._60vh.application-open {
  background-image: url('../images/gabriel-crismariu-IgQo1_gUzBY-unsplash.jpg');
  background-position: 50% 30%;
  background-size: cover;
  align-items: center;
  display: flex;
}

.section._60vh.application-open.dog {
  display: none;
}

.section._50vh {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.section._50vh.green {
  background-color: #1fae77;
}

.section.flex {
  background-color: #e0e0e0;
  flex-direction: column;
  align-items: flex-start;
}

.section.flex.footer {
  background-color: #0000;
  padding-bottom: 0;
}

.section.flex.whitebackground {
  background-color: #fff;
}

.section.flex.whitebackground.width75 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.section.flex.whitebackground.flex-centered {
  justify-content: center;
  align-items: center;
}

.section.green {
  background-color: var(--medium-sea-green);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section._30vh {
  background-color: #ccc;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Background-Banner.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 30vh;
}

.section._30vh.image-bg {
  background-image: url('../images/green-chameleon-s9CC2SKySJM-unsplash.jpg');
  background-position: 50% 60%;
  background-size: cover;
  margin-top: 18px;
  margin-bottom: 18px;
}

.section._30vh._2 {
  background-image: url('../images/customer-engagment.jpeg');
  background-position: 50% 40%;
  background-size: cover;
  height: 40vh;
  margin-top: 18px;
  margin-bottom: 18px;
}

.section.flex-div, .section.flex-div.centred {
  align-items: center;
}

.section.flex-overview {
  justify-content: center;
  padding: 0;
}

.section.unit {
  padding-left: 40px;
  padding-right: 40px;
}

.section.horizontal-flex {
  justify-content: center;
  align-items: center;
}

._50-w, ._50-w-copy {
  max-width: 50%;
}

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

.flex-div._50-w._60-h {
  max-width: 90%;
  height: 80%;
}

.flex-div._50-w._60-h.white-overlay {
  background-color: #ffffffb0;
  min-width: 40%;
  max-width: 70%;
  height: 100%;
  padding: 80px 75px;
}

.flex-div._50-w._60-h.left {
  background-color: #0000;
  max-width: 60%;
  height: auto;
  padding: 80px 75px;
}

.button {
  background-color: var(--medium-sea-green);
  border: 1px solid #fff;
  border-radius: 40px;
  margin-right: 20px;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .25s cubic-bezier(.55, .085, .68, .53);
}

.button:hover {
  color: #fff;
  background-color: #000;
}

.button.form-button {
  border-top-left-radius: 0;
}

.button.centred.studnets {
  height: 60px;
}

.button.redbutton {
  background-color: #d22f2f;
  border-width: 0;
}

.button.redbutton:hover {
  color: #fff;
  background-color: #9e0a0a;
}

.button.butoonhover {
  color: #fff;
}

.button.butoonhover:hover {
  color: #000;
  background-color: #fff;
}

.button.footer {
  margin-bottom: 30px;
}

.section-2 {
  height: 50vh;
}

.div-block {
  width: 50%;
}

.div-block.flex-div {
  width: 50%;
  padding-left: 0;
}

.div-block.flex-div.home-page {
  align-items: center;
  padding-left: 85px;
}

.centred {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: space-around;
  width: 100%;
}

.grid.careers {
  margin-top: 66px;
  display: none;
}

.h1 {
  margin-bottom: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 47px;
  font-weight: 400;
}

.h1.white {
  color: #fff;
  margin-bottom: 20px;
}

.h1.white.centred {
  text-align: center;
}

.h1.white.traineeships {
  font-size: 31px;
}

.h1.spacing {
  margin-bottom: 16px;
}

.h1.centred {
  text-align: center;
}

.h2 {
  margin-top: 5px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 300;
  line-height: 44px;
}

.h2.white {
  color: #fff;
}

.h2.spacing {
  margin-top: 27px;
}

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

.h2.green {
  color: var(--medium-sea-green);
}

.h2.centred.middle {
  text-align: center;
}

.paragraph {
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph.white {
  color: #fff;
}

.paragraph.white.centred {
  text-align: center;
}

.paragraph.capitals {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph.centred {
  text-align: center;
}

.paragraph.spacing {
  margin-top: 24px;
}

.paragraph.padding-bottom-15 {
  padding-bottom: 15px;
}

.paragraph.padding {
  padding: 0 20px 0 0;
}

.paragraph.padding.padding-bottom-15 {
  padding-bottom: 15px;
}

.business {
  background-image: url('../images/business.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 20vh;
}

.link-block {
  width: 100%;
  height: 100%;
}

.link-block.flex-cemtred {
  background-color: #0009;
  justify-content: center;
  align-items: center;
  transition: all .25s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

.link-block.flex-cemtred:hover {
  background-color: #0006;
}

.heading {
  font-family: Montserrat, sans-serif;
}

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

.heading.caps.white {
  color: #fff;
  letter-spacing: 3px;
}

.heading.caps.white.centred {
  text-align: center;
}

.heading.white {
  color: #fff;
}

.construction {
  background-image: url('../images/contruction.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 20vh;
}

.hospitality {
  background-image: url('../images/hospitality.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 20vh;
}

.retail {
  background-image: url('../images/retail.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 20vh;
}

.dog-training {
  background-image: url('../images/dog-traning.jpeg');
  background-position: 0 0;
  background-size: cover;
  height: 20vh;
}

.first-aid {
  background-image: url('../images/business.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 20vh;
}

.cusomter-management {
  background-image: url('../images/customer-engagment.jpeg');
  background-position: 0 0;
  background-size: cover;
  height: 20vh;
}

.rsa-and-rcg {
  background-image: url('../images/rsa.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 20vh;
}

.warehousing {
  background-image: url('../images/warehouse.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 20vh;
}

.navbar {
  background-color: #0000;
  margin-top: 19px;
}

.link-block-2 {
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.link-block-3 {
  background-color: #dadada;
  border: 1.5px solid #fff;
  width: auto;
  margin-right: 0;
  padding: 8px 15px;
  display: flex;
}

.link-block-3.hidden {
  display: none;
}

.div-block-2 {
  flex-direction: row;
  justify-content: flex-end;
  padding-right: 16px;
  display: flex;
}

.div-block-2.w100 {
  width: 100vw;
}

.div-block-3 {
  display: flex;
}

.div-block-4 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.column {
  padding-left: 14px;
}

.column-2 {
  background-color: #1fae77e6;
  padding: 32px;
}

.div-block-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: flex-start;
  align-items: center;
  display: flex;
}

.columns {
  display: flex;
}

.quicklinks {
  margin-bottom: 18px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 600;
}

.quicklinks.white {
  color: #fff;
}

.quicklinks.contact-page {
  font-size: 24px;
  line-height: 24px;
}

.h3 {
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
}

.h3.green {
  color: var(--medium-sea-green);
}

.h3.white {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-2 {
  margin-top: 24px;
}

.section-3 {
  padding-left: 153px;
  padding-right: 153px;
}

.columns-3 {
  align-items: center;
  width: 100%;
  display: flex;
}

.column-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: block;
}

.green {
  color: var(--medium-sea-green);
}

.units.w--current {
  background-color: var(--tab-toggle);
  font-family: Nunito Sans, sans-serif;
}

.image {
  margin-left: 50px;
}

.columns-4 {
  width: 100%;
  margin-bottom: 40px;
}

.column-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-4.centered {
  justify-content: flex-start;
  align-items: center;
}

.field-label {
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
}

.image-2 {
  margin-right: 9px;
}

.div-block-6 {
  width: 100%;
  height: 32px;
}

.section-4 {
  background-color: #e0e0e0;
}

.form-block {
  width: 50%;
}

.form-block.padding {
  padding-bottom: 0;
  padding-left: 50px;
}

.nav-link {
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
}

.nav-link.w--current {
  color: var(--medium-sea-green);
}

.columns-5 {
  width: 100%;
}

.dropdown-link {
  padding-right: 73px;
}

.drop-menu {
  padding-right: 73px;
  font-family: Nunito Sans, sans-serif;
}

.drop-menu:hover {
  background-color: var(--medium-aquamarine);
}

.drop-menu.dropdown {
  justify-content: space-between;
  width: 100%;
  padding-right: 111px;
  display: block;
}

.drop-menu.dog, .drop-menu.hide {
  display: none;
}

.container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-7 {
  width: 50%;
  padding-right: 55px;
}

.columns-6 {
  width: 100%;
  margin-top: 31px;
}

.image-5 {
  max-width: 10%;
}

.div-block-8 {
  text-align: center;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin: 8px auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.heading-2 {
  color: #55a777;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.heading-2.grey {
  color: #9c9fa5;
}

.heading-2.grey.heading2 {
  text-transform: uppercase;
  margin-top: -17px;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 30px;
}

.image-3 {
  max-width: 10%;
}

.div-block-9 {
  background-color: #eaeaec;
  padding: 140px 3%;
}

.image-6 {
  max-width: 10%;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 32px;
}

.section-5 {
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: visible;
}

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

.dropdown-toggle {
  width: 100%;
}

.dropdown-list {
  left: 7px;
}

.dropdown-list.w--open {
  background-color: #fff;
  width: auto;
  top: 3px;
  left: 305px;
}

.tier-2 {
  white-space: pre-wrap;
  object-fit: fill;
  width: auto;
  transition: all .2s cubic-bezier(.55, .055, .675, .19);
  overflow: visible;
}

.tier-2:hover {
  background-color: var(--medium-aquamarine);
}

.tier-2.hide {
  display: none;
}

.dropdown-2 {
  display: block;
}

.tabs {
  width: 100%;
  display: flex;
}

.tabs-menu {
  margin-bottom: 0;
  display: block;
}

.grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr;
}

.tab-link-tab-1 {
  width: 100%;
}

.tab-link-tab-1.hidden, .tab-link-tab-1.dog, .select-field, .checkbox-field, .checkbox-field-2 {
  display: none;
}

.div-block-10 {
  width: 30%;
}

.slider {
  width: 100vw;
  height: 60vh;
}

.slide-1 {
  background-image: url('../images/headway-5QgIuuBxKwM-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-6 {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container-3 {
  background-color: #fff;
}

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

.column-5 {
  flex-direction: column;
  display: flex;
}

.container-4 {
  margin-top: 509px;
}

.columns-7 {
  background-color: #fff;
  margin-bottom: 10px;
}

.grid-4 {
  grid-template-columns: 2.75fr 4.25fr 4.25fr;
  grid-auto-flow: column;
}

.section-7 {
  background-image: linear-gradient(#379068, #000);
}

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

.heading-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-3.white {
  color: #fff;
}

.heading-3.white.center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-13 {
  margin-left: 220px;
  margin-right: 220px;
}

.course-date-div {
  background-color: #fff;
  border-radius: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 50px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.text-block {
  color: #494949;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.column-6, .column-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-8 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rsa-classes-div {
  background-color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: flex-start;
  width: 37vw;
  height: 20vh;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 13px;
  display: flex;
}

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

.column-8 {
  border-radius: 61px;
}

.rsa-img {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 60px;
  width: 13vw;
  height: 18vh;
  box-shadow: 0 2px 13px #00000082;
}

.image-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-radius: 20px;
  width: 11vw;
}

.paragraph-2.seagreen-bold {
  color: var(--medium-sea-green);
  margin-bottom: 0;
  padding-right: 20px;
  font-weight: 700;
}

.div-block-15 {
  flex-direction: row;
  align-items: center;
}

.div-block-16 {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.rsa-class-header {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-side {
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 30px;
}

.paragraph-3 {
  margin-bottom: 0;
}

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

.button-2 {
  background-color: var(--medium-sea-green);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  margin-right: 20px;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .3s cubic-bezier(.55, .085, .68, .53);
}

.button-2:hover {
  color: #fff;
  background-color: #494949;
  border-color: #fff;
}

.image-9 {
  max-width: 50%;
  margin-left: 25px;
}

.tabs-2 {
  margin-top: 20px;
}

.tab-link-core-units {
  padding: 15px 60px;
}

.tab-link-core-units.w--current {
  background-color: var(--tab-toggle);
  color: #000;
}

.text-block-2 {
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
}

.tab-pane-core-units {
  margin-top: 20px;
}

.cell {
  justify-content: center;
  align-items: flex-start;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.tableheader {
  background-color: var(--medium-sea-green);
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 20px;
}

.tableheader.grey {
  background-color: #ccc;
}

.white {
  color: #fff;
}

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

.quick-stack-2 {
  flex: 0 auto;
  width: 95%;
  margin-top: 40px;
  padding: 0;
}

.location {
  background-image: linear-gradient(#1fae7714, #1fae7714);
  justify-content: center;
  align-items: stretch;
}

.paragraph-5 {
  margin-bottom: 0;
  padding-top: 0;
  display: block;
}

.paragraph-5.dates {
  padding-left: 10px;
}

.cell-3 {
  justify-content: center;
}

.button-3 {
  flex-direction: row;
  align-items: center;
}

.div-block-18 {
  display: flex;
}

.list {
  margin-top: 15px;
}

.slider-2 {
  width: 100%;
  height: 90vh;
}

.dogcourseslider1 {
  background-image: linear-gradient(#0006, #0006), url('../images/IMG_1750.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.button-4 {
  justify-content: center;
  align-items: center;
}

.div-block-20 {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.primaryheader {
  font-family: Nunito Sans, sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 70px;
}

.primaryheader.white.textaligncenter {
  text-align: center;
}

.secondaryheading {
  color: #fff;
  text-align: center;
  padding: 0 20px 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}

.secondaryheading.orange {
  color: #ffb321;
}

.secondaryheading.bold {
  font-weight: 800;
}

.precisebutton {
  background-color: var(--medium-sea-green);
  text-align: center;
  border-radius: 100px;
  flex: 1;
  width: 295px;
  height: 59px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.dogcourseslider2 {
  background-image: linear-gradient(#0006, #0006), url('../images/IMG_2449.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.quick-stack-3 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.cell-4 {
  justify-content: center;
  align-items: center;
}

.div-block-21 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.preciseparagraph {
  font-size: 25px;
  line-height: 50px;
}

.paragraphbutton {
  background-color: var(--medium-sea-green);
  border-radius: 40px;
  padding: 15px 40px;
  font-family: Nunito Sans, sans-serif;
  font-size: 25px;
}

.paragraphbutton.marginright {
  margin: 10px;
}

.cell-5 {
  justify-content: center;
  align-items: flex-start;
}

.image-10 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-9 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/IMG_2346.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 30%;
  padding: 20px;
  display: flex;
}

.quick-stack-4 {
  flex: 1;
  width: 99.9997%;
}

.cell-6 {
  flex-flow: row;
}

.fontitalic {
  padding-left: 20px;
  font-size: 30px;
  font-style: italic;
  line-height: 50px;
}

.fontitalic.white.textaligncenter {
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}

.section-10 {
  margin-top: 100px;
}

.slider-3 {
  width: 100%;
  height: 50vh;
}

.slide-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2429.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.div-block-22 {
  margin-top: 20px;
}

.dogcourseslider3 {
  background-image: linear-gradient(#0006, #0006), url('../images/IMG_1888.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.less-positions-left {
  color: #ed1616;
  font-weight: 700;
}

.text-span {
  color: #c6c6c6;
  font-size: 10px;
}

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

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  display: flex;
}

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

.date {
  background-image: linear-gradient(#1fae7714, #1fae7714);
  justify-content: center;
  align-items: stretch;
}

.bold-text-2 {
  border-radius: 0;
  position: relative;
}

.cell-7 {
  background-color: #edf9f4;
  justify-content: center;
  align-items: stretch;
}

.cell-8 {
  background-color: #eef9f5;
}

.quick-stack-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.cell-9 {
  font-size: 9px;
}

.cell-10 {
  padding-right: 23px;
}

.quick-stack-6 {
  margin-right: 15px;
}

.state {
  justify-content: center;
  align-items: flex-start;
}

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

.quick-stack-7 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-left: 60px;
  margin-right: 60px;
  padding: 0;
}

.greenblock {
  background-color: var(--medium-sea-green);
  color: #fff;
  text-align: left;
  border-radius: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px;
}

.greenblock.fullwidth {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.greenblock.fullwidth.my-40 {
  margin-top: 40px;
}

.precise-button {
  background-color: var(--medium-sea-green);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  margin: 10px;
  padding: 10px 25px;
  transition: all .3s;
}

.precise-button:hover {
  background-color: var(--precise-grey);
}

.precise-button.py-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.precise-button.mx-15 {
  margin-right: 15px;
}

.link {
  color: var(--medium-sea-green);
  cursor: pointer;
}

.full-w-h {
  width: 100%;
  height: 100%;
}

.top {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.form-outline {
  border: 2px solid var(--precise-grey);
  border-radius: 20px;
}

.form-header {
  text-align: center;
}

.form-header.align-center {
  align-self: center;
}

.body-2 {
  margin-left: 20px;
  margin-right: 20px;
}

.middle.margin-bottom-m {
  margin-bottom: 4rem;
}

.step {
  z-index: 1;
  border: 1px solid var(--medium-sea-green);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.step.is-active {
  background-color: var(--medium-sea-green);
  width: 10px;
  height: 10px;
}

.form-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 50px;
  display: flex;
}

.text-regular {
  font-size: 1rem;
}

.radio-button {
  border-width: 2px;
  border-color: #000;
  border-radius: 20px;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.radio-button.w--redirected-checked {
  background-color: #000;
  border-width: 2px;
  border-color: #000;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.decor-dots {
  object-fit: contain;
  width: 11rem;
}

.checkbox-button {
  border-width: 2px;
  border-color: #000;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.checkbox-button.w--redirected-checked {
  background-color: #000;
  border-width: 2px;
  border-color: #000;
}

.checkbox-button.w--redirected-focus {
  box-shadow: none;
}

.h4 {
  font-weight: 600;
}

.form-step {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: none;
}

.form-step.is-active {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.question-box {
  color: #f3efea;
  background-color: #ececec;
  border-radius: .3rem;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  padding: 1.2rem;
}

.input {
  outline-offset: 0px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: .3rem;
  outline: 3px #d9d9d9;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  padding: .5em .75em;
  font-size: 1em;
  font-weight: 400;
  line-height: 160%;
  transition: all .2s;
}

.input:hover {
  box-shadow: 0 0 0 3px #0000001a;
}

.input:focus {
  border-color: #000;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
}

.input::placeholder {
  color: #0006;
  font-weight: 400;
}

.input.hide {
  display: none;
}

.error-message {
  background-color: #ff7f7f;
  margin-top: 20px;
}

.divider-full {
  background-color: #dadada;
  width: 100%;
  height: 1px;
}

.divider-full.yellow {
  background-color: #f5cd07;
}

.divider-full.yellow.margin-bottom-s {
  background-color: var(--medium-sea-green);
}

.divider-full.yellow.margin-bottom-s.hide {
  display: none;
}

.box {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.box.has-24-gap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
}

.box.has-8-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr;
  display: flex;
}

.box._2-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr;
}

.form-steps {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-content: center start;
  place-items: center start;
  display: grid;
  position: relative;
}

.multi-step-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.field-label-2 {
  color: #000;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
}

.form-nav {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.radio-button-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.flex-v-top-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #3898ec;
  border-radius: .3rem;
  flex-direction: row;
  place-content: center;
  align-items: center;
  padding: .7rem 1.2rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.button-5.dark {
  color: #fff;
  background-color: #000;
  box-shadow: inset 0 0 0 2px #000;
}

.button-5.dark:hover {
  color: #000;
  background-color: #8453ff00;
}

.button-5.dark.reverse {
  color: #000;
  background-color: #3898ec00;
}

.button-5.dark.reverse:hover {
  color: #fff;
  background-color: #000;
}

.button-5.colour {
  color: #000;
  background-color: #f5cd07;
  font-weight: 600;
  box-shadow: inset 0 0 0 2px #f5cd07;
}

.button-5.colour:hover {
  color: #f5cd07;
  background-color: #fff0;
}

.container-large {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 2px solid var(--precise-grey);
  border-radius: 20px;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.checkbox-field-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.success-message {
  background-color: var(--medium-sea-green);
  color: #fff;
  width: 100%;
  margin-top: 30px;
  font-size: 16px;
}

.padding-global {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.divider {
  background-color: var(--medium-sea-green);
  width: 75px;
  height: 10px;
}

.divider.margin-bottom-s {
  margin-bottom: 2rem;
}

.divider.margin-bottom-s.align-center {
  align-self: center;
}

.dropdown-3 {
  width: 100%;
}

.text-field {
  border: 1px solid var(--precise-grey);
  border-radius: 5px;
}

.checkbox {
  color: #000;
  width: 18px;
  height: 18px;
  margin-top: auto;
}

.checkbox-label {
  margin-left: 10px;
}

@media screen and (max-width: 991px) {
  .section.flex.footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.flex.white {
    padding-left: 26px;
    padding-right: 26px;
  }

  .section.flex-div {
    padding: 22px 15px;
  }

  .section.unit {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-div._50-w._60-h.white-overlay, .flex-div._50-w._60-h.left {
    max-width: 100%;
  }

  .button.centred.studnets {
    text-align: center;
    font-family: Nunito Sans, sans-serif;
  }

  .h1 {
    font-size: 39px;
    line-height: 41px;
  }

  .h2 {
    font-size: 26px;
    line-height: 33px;
  }

  .paragraph.padding {
    padding-right: 0;
  }

  .image {
    max-width: none;
    display: none;
  }

  .columns-4 {
    flex-flow: row;
    display: flex;
  }

  .image-5 {
    max-width: 40%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-3, .image-6 {
    max-width: 40%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-7 {
    display: none;
  }

  .div-block-13 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .course-date-div {
    width: 25%;
  }

  .rsa-classes-div {
    width: 95vw;
  }

  .rsa-img {
    width: 30vw;
  }

  .quick-stack-2 {
    width: 100%;
  }

  .slider-2 {
    height: 65vh;
  }

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

  .quick-stack-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-21, .image-10 {
    margin-bottom: 60px;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .fontitalic.white.textaligncenter {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-10 {
    margin-top: 60px;
  }

  .div-block-22 {
    margin-top: 20px;
  }

  .cellnill {
    display: none;
  }

  .section-11 {
    margin-bottom: -60px;
  }

  .quick-stack-7 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .greenblock.fullwidth {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 31px 26px;
  }

  .section._50vh {
    flex-direction: column;
    align-items: stretch;
  }

  .section._30vh {
    height: 11vh;
  }

  .h1.white {
    font-size: 36px;
  }

  .h1.white.traineeships {
    font-size: 22px;
    line-height: 24px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph.padding {
    padding-right: 0;
  }

  .image {
    display: none;
  }

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

  .column-4 {
    margin-bottom: 10px;
  }

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

  .image-6 {
    max-width: 40%;
  }

  .grid-2 {
    flex-direction: column;
    display: flex;
  }

  .tabs {
    flex-direction: column;
  }

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

  .image-7 {
    display: none;
  }

  .div-block-13 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .course-date-div {
    width: 35%;
  }

  .rsa-classes-div {
    width: 96vw;
    margin-left: 10px;
  }

  .rsa-img {
    width: 35vw;
  }

  .text-side {
    padding-top: 0;
  }

  .div-block-17 {
    margin: 10px;
  }

  .primaryheader {
    font-size: 50px;
    line-height: 50px;
  }

  .primaryheader.white.textaligncenter {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
  }

  .secondaryheading {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .precisebutton {
    width: 230px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 25px;
  }

  .fontitalic.white {
    font-size: 20px;
    line-height: 25px;
  }

  .fontitalic.white.textaligncenter {
    text-align: center;
    margin-top: 10px;
  }

  .div-block-22 {
    margin-top: 10px;
  }

  .text-block-3 {
    padding-top: 0;
  }

  .quick-stack-7 {
    padding: 0;
  }

  .form-2 {
    max-width: none;
  }

  .multi-step-block {
    padding: 2em 2em 5em;
  }

  .form-nav {
    z-index: 99;
    background-color: #fff;
    border-top: 1px solid #0000001a;
    padding: 1.5em 2em;
    position: static;
    inset: auto 0% 0%;
  }
}

@media screen and (max-width: 479px) {
  .section._60vh.application-open {
    height: 42vh;
  }

  .section._50vh {
    flex-direction: column;
    align-items: stretch;
  }

  .flex-div._50-w._60-h.white-overlay {
    justify-content: center;
    align-items: flex-start;
    padding: 0 13px;
  }

  .flex-div._50-w._60-h.left {
    padding-left: 8px;
    padding-right: 8px;
  }

  .button {
    text-align: center;
    margin-right: 0;
  }

  .h1 {
    font-size: 36px;
  }

  .h1.white.traineeships {
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph.padding {
    padding-right: 0;
  }

  .div-block-3, .columns-3 {
    flex-direction: column;
  }

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

  .div-block-9 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .section-5 {
    overflow: visible;
  }

  .tabs {
    flex-direction: column;
  }

  .grid-3 {
    flex-direction: column;
    display: flex;
  }

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

  .div-block-11 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .image-7 {
    display: none;
  }

  .div-block-13 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .course-date-div {
    width: 45%;
    margin: 10px 20px;
  }

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

  .div-block-14 {
    flex-direction: column;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-17 {
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    display: flex;
  }

  .button-2 {
    text-align: center;
    margin-right: 0;
  }

  .quick-stack {
    padding: 0;
  }

  .quick-stack-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .primaryheader.white.textaligncenter {
    font-size: 45px;
    line-height: 45px;
  }

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

  .secondaryheading.bold {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .precisebutton {
    width: 210px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 20px;
  }

  .quick-stack-3 {
    padding: 0;
  }

  .preciseparagraph {
    font-size: 20px;
    line-height: 40px;
  }

  .paragraphbutton {
    font-size: 20px;
  }

  .paragraphbutton.marginright {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-9 {
    padding: 5px;
  }

  .fontitalic.white {
    font-size: 20px;
    line-height: 40px;
  }

  .fontitalic.white.textaligncenter {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-22 {
    margin-top: 10px;
  }

  .quick-stack-7 {
    padding: 0;
  }

  .greenblock {
    padding: 10px 20px;
  }

  .greenblock.fullwidth {
    padding-left: 20px;
    padding-right: 20px;
  }

  .precise-button.py-15 {
    border-radius: 20px;
    margin-bottom: 10px;
  }

  .form-header {
    text-align: left;
  }

  .multi-step-block {
    padding-left: 0;
    padding-right: 0;
  }

  .form-nav {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }
}

#w-node-abdb7e69-a7da-f7aa-5404-70351241e737-a61175b1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8afceba7-7c19-18e4-ef74-80181a6ffca0-1a6ffca0 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr .25fr 1.25fr;
}

#w-node-_8afceba7-7c19-18e4-ef74-80181a6ffca1-1a6ffca0 {
  grid-column: span 3 / span 3;
}

#w-node-_8afceba7-7c19-18e4-ef74-80181a6ffca4-1a6ffca0, #w-node-_901499fe-9e46-9c0a-37dc-7fb8f08a3572-1a6ffca0 {
  grid-column: span 2 / span 2;
}

#w-node-_066e31d3-4254-6820-c2ba-934796331c64-1a6ffca0 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3a618d21-9e08-1105-a0f4-e3dc72198447-1a6ffca0 {
  grid-column: span 2 / span 2;
}

#w-node-_874eb123-2e70-8b45-eafe-7f3172f2830f-1a6ffca0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8befa9d5-9598-919d-a173-49c508172271-1a6ffca0 {
  grid-column: span 2 / span 2;
}

#w-node-_4216975e-44df-91e4-c559-18b381e1c423-1a6ffca0 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d31346dc-1689-d983-80a9-8f6cbfb742b2-e51175c2, #w-node-_2514f38d-404b-fabc-ad22-17abd1b1fd1c-e51175c2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4a4e76a6-c56d-f8aa-90d0-aa1b81e815c2-e51175c2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c0fea0e4-fcc2-6851-1bc1-d3bebc6b79a3-7a134058 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr 1fr 1fr .25fr;
}

#w-node-_05c41a38-a933-6a91-b37b-9fee1c37dde5-7a134058, #w-node-_7032eec4-b3d6-b517-696f-a46d2ccaf971-7a134058 {
  grid-column: span 2 / span 2;
}

#w-node-_2c192277-5187-1f1f-0363-f0965c8bc093-7a134058 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 1fr 1fr .25fr .25fr;
}

#w-node-cfe08c2e-6f2e-953e-296c-f1298b9093fe-7a134058, #w-node-_62e33f5e-9728-6cad-d065-311f79a6603c-7a134058, #w-node-_42719afc-efab-704e-670d-c3986982cb80-7a134058, #w-node-_580ff5a3-6fe5-e114-7c5a-327dc7ac4db2-7a134058 {
  grid-column: span 2 / span 2;
}

#w-node-fbf81764-05e5-4a0b-016b-57e54b4ce439-7a134058 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr 1fr 1fr .25fr;
}

#w-node-fbf81764-05e5-4a0b-016b-57e54b4ce43b-7a134058, #w-node-fbf81764-05e5-4a0b-016b-57e54b4ce449-7a134058 {
  grid-column: span 2 / span 2;
}

#w-node-_3546ba58-541c-30ee-fb42-8326916eefdd-4582487b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3546ba58-541c-30ee-fb42-8326916eefde-4582487b, #w-node-_3546ba58-541c-30ee-fb42-8326916eefdf-4582487b, #w-node-_3546ba58-541c-30ee-fb42-8326916eefe0-4582487b, #w-node-_3546ba58-541c-30ee-fb42-8326916eefee-4582487b, #w-node-_3546ba58-541c-30ee-fb42-8326916eefef-4582487b, #w-node-_3546ba58-541c-30ee-fb42-8326916eeff9-4582487b, #w-node-_3546ba58-541c-30ee-fb42-8326916eeffe-4582487b, #w-node-_3546ba58-541c-30ee-fb42-8326916ef009-4582487b, #w-node-_3546ba58-541c-30ee-fb42-8326916ef00b-4582487b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12a33a5d-aed5-5d3c-d138-c4e8aec579ef-4582487b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_12a33a5d-aed5-5d3c-d138-c4e8aec579f0-4582487b, #w-node-_12a33a5d-aed5-5d3c-d138-c4e8aec579f1-4582487b, #w-node-_12a33a5d-aed5-5d3c-d138-c4e8aec579f2-4582487b, #w-node-eb1a18c6-18aa-ad23-460e-52ef7eba22cb-4582487b, #w-node-eb1a18c6-18aa-ad23-460e-52ef7eba22cc-4582487b, #w-node-eb1a18c6-18aa-ad23-460e-52ef7eba22d0-4582487b, #w-node-_3d65605d-195b-14f6-fb3b-05d0217dcdf1-4582487b, #w-node-_3d65605d-195b-14f6-fb3b-05d0217dcdf3-4582487b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc738cdc-1589-ae3a-80fe-a0d83ad6f04e-4582487b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc738cdc-1589-ae3a-80fe-a0d83ad6f04f-4582487b, #w-node-cc738cdc-1589-ae3a-80fe-a0d83ad6f050-4582487b, #w-node-cc738cdc-1589-ae3a-80fe-a0d83ad6f051-4582487b, #w-node-cc738cdc-1589-ae3a-80fe-a0d83ad6f056-4582487b, #w-node-_39cf1b5f-ffc0-2770-0ceb-1da26660bdc9-4582487b, #w-node-cc738cdc-1589-ae3a-80fe-a0d83ad6f061-4582487b, #w-node-cc738cdc-1589-ae3a-80fe-a0d83ad6f063-4582487b, #w-node-_3546ba58-541c-30ee-fb42-8326916eefee-5ad18cda, #w-node-_3546ba58-541c-30ee-fb42-8326916eefef-5ad18cda, #w-node-_3ec9368b-0ab6-548f-de6e-389ee0724c83-5ad18cda, #w-node-_3ec9368b-0ab6-548f-de6e-389ee0724c84-5ad18cda, #w-node-_3ec9368b-0ab6-548f-de6e-389ee0724c88-5ad18cda, #w-node-_3546ba58-541c-30ee-fb42-8326916ef283-5ad18cda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-abdb7e69-a7da-f7aa-5404-70351241e737-a61175b1, #w-node-d31346dc-1689-d983-80a9-8f6cbfb742b2-e51175c2, #w-node-_2514f38d-404b-fabc-ad22-17abd1b1fd1c-e51175c2, #w-node-_4a4e76a6-c56d-f8aa-90d0-aa1b81e815c2-e51175c2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c0fea0e4-fcc2-6851-1bc1-d3bebc6b79a3-7a134058 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
  }

  #w-node-_05c41a38-a933-6a91-b37b-9fee1c37dde5-7a134058, #w-node-_7032eec4-b3d6-b517-696f-a46d2ccaf971-7a134058 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2c192277-5187-1f1f-0363-f0965c8bc093-7a134058 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: .25fr;
  }

  #w-node-fbf81764-05e5-4a0b-016b-57e54b4ce439-7a134058 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
  }

  #w-node-fbf81764-05e5-4a0b-016b-57e54b4ce43b-7a134058, #w-node-fbf81764-05e5-4a0b-016b-57e54b4ce449-7a134058 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d31346dc-1689-d983-80a9-8f6cbfb742b2-e51175c2, #w-node-_2514f38d-404b-fabc-ad22-17abd1b1fd1c-e51175c2, #w-node-_4a4e76a6-c56d-f8aa-90d0-aa1b81e815c2-e51175c2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8afceba7-7c19-18e4-ef74-80181a6ffca0-1a6ffca0 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1.75fr;
  }

  #w-node-_8afceba7-7c19-18e4-ef74-80181a6ffca1-1a6ffca0 {
    grid-column: span 3 / span 3;
  }
}


