body > main > header#slider__brand {
  background: transparent url("/img/newsletter-slider-min.jpg") no-repeat;
}

@font-face {
  font-family: "HandelGothicBT";
  src: url("/brand/webfonts/HandelGothicBT.eot");
  src: url("/brand/webfonts/HandelGothicBT.eot") format("embedded-opentype"), url("/brand/webfonts/HandelGothicBT.woff2") format("woff2"), url("/brand/webfonts/HandelGothicBT.woff") format("woff"), url("/brand/webfonts/HandelGothicBT.ttf") format("truetype"), url("/brand/webfonts/HandelGothicBT.svg#HandelGothicBT") format("svg");
}
body > main > #branding {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 25px;
}
@media only screen and (min-width: 1200px) {
  body > main > #branding {
    grid-template-columns: 1fr 4fr;
  }
}
body > main > #branding > #branding--nav {
  display: none;
}
@media only screen and (min-width: 1200px) {
  body > main > #branding > #branding--nav {
    display: block;
  }
}
body > main > #branding > #branding--nav h4 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: grey;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid grey;
}
body > main > #branding > #branding--nav h5 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.01em;
  font-weight: 700;
  color: black;
  margin: 0;
}
body > main > #branding > #branding--nav h5 a,
body > main > #branding > #branding--nav h5 a:visited {
  color: black;
}
body > main > #branding > #branding--nav h5 a:hover,
body > main > #branding > #branding--nav h5 a:active {
  color: var(--dkblue);
}
body > main > #branding > #branding--nav p {
  margin: 0;
  padding-left: 15px;
}
body > main > #branding > #branding--nav p a,
body > main > #branding > #branding--nav p a:visited {
  color: black;
}
body > main > #branding > #branding--nav p a:hover,
body > main > #branding > #branding--nav p a:active {
  color: var(--dkblue);
}
body > main > #branding > #branding--content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  /* Contact Form */
}
body > main > #branding > #branding--content .key__header {
  display: block;
  margin: 3px;
  text-align: center;
}
body > main > #branding > #branding--content p.key__content {
  text-align: center;
  margin-top: 5px;
}
body > main > #branding > #branding--content p.key__content span.key__item {
  display: inline-block;
  font-size: 0.9em;
  padding: 5px 10px;
  border: 1px solid grey;
  border-radius: 10px;
  margin: 8px;
}
body > main > #branding > #branding--content p.key__content span.key__item:hover, body > main > #branding > #branding--content p.key__content span.key__item:active {
  background: grey;
  color: white;
  cursor: default;
}
body > main > #branding > #branding--content figure {
  overflow: unset;
}
body > main > #branding > #branding--content figure figcaption {
  opacity: 1;
  bottom: -25px;
  margin: 5px;
  padding: 4px 0;
  width: 96%;
  background: rgba(0, 0, 0, 0.4);
  color: inherit;
  box-shadow: none;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  background: #f5f5f5;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
body > main > #branding > #branding--content #branding__logo-variations {
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 992px) {
  body > main > #branding > #branding--content #branding__logo-variations {
    grid-template-columns: repeat(2, 1fr);
  }
}
body > main > #branding > #branding--content #branding__logo-variations figure {
  text-align: center;
}
body > main > #branding > #branding--content #branding__logo-variations figure img {
  max-height: 112px;
}
body > main > #branding > #branding--content #branding__colours {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
@media only screen and (min-width: 768px) {
  body > main > #branding > #branding--content #branding__colours {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  body > main > #branding > #branding--content #branding__colours {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  body > main > #branding > #branding--content #branding__colours {
    grid-template-columns: repeat(5, 1fr);
  }
}
body > main > #branding > #branding--content #branding__colours article.branding__colour {
  text-align: center;
}
body > main > #branding > #branding--content #branding__colours article.branding__colour span.branding__colour-solid {
  display: inline-block;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}
body > main > #branding > #branding--content #branding__colours article.branding__colour h5.branding__colour-title {
  margin: 5px 0;
}
body > main > #branding > #branding--content #branding__colours article.branding__colour p.branding__colour-info {
  font-size: 0.95em;
  color: grey;
}
body > main > #branding > #branding--content #branding__colours-download {
  padding: 25px;
  background: #f7f7f7;
}
body > main > #branding > #branding--content #branding__colours-download p {
  margin: 0;
  text-align: center;
}
body > main > #branding > #branding--content #branding__colours-download p a {
  color: black;
}
body > main > #branding > #branding--content #branding__colours-download p a:hover, body > main > #branding > #branding--content #branding__colours-download p a:active {
  color: var(--dkblue);
}
body > main > #branding > #branding--content #branding__colours-download p a:visited {
  color: black;
}
body > main > #branding > #branding--content #branding__typography .branding__typography {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  align-content: center;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  body > main > #branding > #branding--content #branding__typography .branding__typography {
    grid-template-columns: 150px 1fr 145px;
  }
}
body > main > #branding > #branding--content #branding__typography .branding__typography h3.branding__typography-header {
  background: white;
  color: #535353;
  font-size: 5em;
  font-weight: 400;
  margin: 0;
}
body > main > #branding > #branding--content #branding__typography .branding__typography .branding__typography-presentation {
  color: #535353;
  font-size: 2em;
  word-wrap: break-word;
  max-width: 95vw;
}
@media only screen and (min-width: 992px) {
  body > main > #branding > #branding--content #branding__typography .branding__typography .branding__typography-presentation {
    word-wrap: normal;
    max-width: unset;
  }
}
body > main > #branding > #branding--content #branding__typography .branding__typography .branding__typography-info {
  padding-left: 25px;
  font-size: 0.9em;
  color: #bebebe;
}
@media only screen and (min-width: 992px) {
  body > main > #branding > #branding--content #branding__typography .branding__typography .branding__typography-info {
    border-left: 1px solid #bebebe;
  }
}
body > main > #branding > #branding--content #branding__typography .branding__typography .branding__typography-info strong {
  color: #535353;
}
body > main > #branding > #branding--content #branding__typography .branding__typography.font-handel > h3, body > main > #branding > #branding--content #branding__typography .branding__typography.font-handel > section.branding__typography-presentation {
  font-family: HandelGothicBT, sans-serif;
}
body > main > #branding > #branding--content #branding__typography .branding__typography.font-nunito-sans > h3, body > main > #branding > #branding--content #branding__typography .branding__typography.font-nunito-sans > section.branding__typography-presentation {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
}
body > main > #branding > #branding--content #branding__typography .branding__typography.font-arial > h3, body > main > #branding > #branding--content #branding__typography .branding__typography.font-arial > section.branding__typography-presentation {
  font-family: Arial, sans-serif;
}
body > main > #branding > #branding--content #branding__typography .branding__typography.font-open-sans > h3, body > main > #branding > #branding--content #branding__typography .branding__typography.font-open-sans > section.branding__typography-presentation {
  font-family: "Open Sans", sans-serif;
}
body > main > #branding > #branding--content #contact-form > form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media only screen and (min-width: 992px) {
  body > main > #branding > #branding--content #contact-form > form {
    grid-template-columns: repeat(2, 1fr);
  }
}
body > main > #branding > #branding--content #contact-form > form :focus {
  outline: none;
}
body > main > #branding > #branding--content #contact-form > form > fieldset {
  position: relative;
  border: none;
}
body > main > #branding > #branding--content #contact-form > form > fieldset.col-full-width {
  grid-column: 1/-1;
}
body > main > #branding > #branding--content #contact-form > form > fieldset > * {
  box-sizing: initial;
}
body > main > #branding > #branding--content #contact-form > form > fieldset > label {
  position: absolute;
  top: 16px;
  left: 0;
  color: rgba(0, 0, 0, 0.3);
  transform-origin: left;
  transition: all 0.3s ease;
  cursor: text;
}
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=text],
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=email],
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=tel] {
  font-size: 20px;
  width: 100%;
  border: none;
  margin-top: 16px;
}
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=text]:required,
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=email]:required,
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=tel]:required {
  background: #fff url("../img/red_asterisk.png") no-repeat 98% center;
}
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=text]:focus,
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=email]:focus,
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=tel]:focus {
  outline: none;
}
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=text]:focus ~ label,
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=email]:focus ~ label,
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=tel]:focus ~ label {
  color: red;
}
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=text]:focus ~ .after,
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=email]:focus ~ .after,
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=tel]:focus ~ .after {
  background-position: 0 0;
}
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=text]:focus:invalid,
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=email]:focus:invalid,
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=tel]:focus:invalid {
  background: #fff url("../img/invalid.png") no-repeat 98% center;
  border-color: #b03535;
}
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=text]:valid,
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=email]:valid,
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=tel]:valid {
  background: #fff url("../img/valid.png") no-repeat 98% center;
  border-color: #28921f;
}
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=text]:valid ~ label,
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=email]:valid ~ label,
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=tel]:valid ~ label {
  color: #28921f;
}
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=text]:valid ~ .after,
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=email]:valid ~ .after,
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=tel]:valid ~ .after {
  background: #28921f;
}
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=text]:focus ~ label, body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=text]:valid ~ label,
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=email]:focus ~ label,
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=email]:valid ~ label,
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=tel]:focus ~ label,
body > main > #branding > #branding--content #contact-form > form > fieldset > input[type=tel]:valid ~ label {
  top: 0;
  transform: scale(0.6, 0.6);
}
body > main > #branding > #branding--content #contact-form > form > fieldset .after {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, red 50%, transparent 50%);
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: all 0.6s ease;
}
body > main > #branding > #branding--content #contact-form > form > fieldset#contact-form__buttons {
  text-align: right;
}
@media only screen and (min-width: 992px) {
  body > main > #branding > #branding--content #contact-form > form > fieldset#contact-form__buttons {
    grid-column: span 2;
  }
}
body > main > #branding > #branding--content #contact-form > form > fieldset#contact-form__buttons div {
  display: inline;
}
body > main > #branding > #branding--content #contact-form > form > fieldset#contact-form__buttons input {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 16px;
  margin: 0 5px;
  cursor: pointer;
}
body > main > #branding > #branding--content #contact-form > form > fieldset#contact-form__buttons input:hover, body > main > #branding > #branding--content #contact-form > form > fieldset#contact-form__buttons input:active {
  background: grey;
  color: white;
}
body > main > #branding > #branding--content #contact-form > form > fieldset#contact-form__buttons input#submitContact {
  background: var(--blue);
  color: white;
  font-weight: 600;
}
body > main > #branding > #branding--content #contact-form > form > fieldset#contact-form__buttons input#submitContact:hover, body > main > #branding > #branding--content #contact-form > form > fieldset#contact-form__buttons input#submitContact:active {
  background: var(--green);
}
body > main > #branding > #branding--content #contact-form > form > textarea {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  padding: 5px;
}
@media only screen and (min-width: 992px) {
  body > main > #branding > #branding--content #contact-form > form > textarea {
    grid-column: span 2;
  }
}
body > main > #branding > #branding--content #contact-form > form > textarea:required {
  background: #fff url("../img/red_asterisk.png") no-repeat 99% 5%;
}
body > main > #branding > #branding--content #contact-form > form > textarea:focus {
  outline: none;
}
body > main > #branding > #branding--content #contact-form > form > textarea:focus:invalid {
  background: #fff url("../img/invalid.png") no-repeat 99% 5%;
  border-color: #b03535;
}
body > main > #branding > #branding--content #contact-form > form > textarea:valid {
  background-image: url("../img/valid.png") !important;
  background-repeat: no-repeat;
  border-color: #28921f !important;
}
@media only screen and (min-width: 768px) {
  body > main > #branding > #branding--content section#main__our-ranges {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  body > main > #branding > #branding--content section#main__our-ranges {
    grid-template-columns: repeat(4, 1fr);
  }
}

/*# sourceMappingURL=branding.css.map */
