body > main > header#slider__find-us {
  min-height: 350px;
}

section#closest-branch {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
section#closest-branch > article > h3 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8em;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}
section#closest-branch > article > h3 a {
  color: var(--dkblue);
}
section#closest-branch > article#closest-branch__location > h3 {
  text-align: center;
  display: inherit;
}
section#closest-branch > article#closest-branch__location > p {
  text-align: center;
}
section#closest-branch > article#closest-branch__location > p#closest-branch__address {
  font-size: 1.2em;
  color: #373737;
}
section#closest-branch > article#closest-branch__location > p#closest-branch__directions a, section#closest-branch > article#closest-branch__location > p#closest-branch__save-local a {
  font-size: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--blue);
  transition: all 0.4s;
}
section#closest-branch > article#closest-branch__location > p#closest-branch__directions a:hover, section#closest-branch > article#closest-branch__location > p#closest-branch__directions a:active, section#closest-branch > article#closest-branch__location > p#closest-branch__save-local a:hover, section#closest-branch > article#closest-branch__location > p#closest-branch__save-local a:active {
  color: var(--green);
}
section#closest-branch > article#closest-branch__hours > article {
  padding-bottom: 10px;
}
section#closest-branch > article#closest-branch__hours > article > span {
  float: right;
}
section#closest-branch > article#closest-branch__info p a {
  display: block;
  color: var(--dkblue);
  text-align: center;
}
section#closest-branch > article#closest-branch__info p a > i {
  font-size: 5em;
}
section#closest-branch > article#closest-branch__info p a > span {
  display: block;
  margin-top: 5px;
}
section#closest-branch > article#closest-branch__info p a:hover, section#closest-branch > article#closest-branch__info p a:active {
  color: var(--green);
}

section#single-branch {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
section#single-branch > article > h3 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8em;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}
section#single-branch > article > h3 a {
  color: var(--dkblue);
}
section#single-branch > article#single-branch__info > article {
  padding-bottom: 10px;
}
section#single-branch > article#single-branch__info > article > span {
  float: right;
}
section#single-branch > article#single-branch__info > h3 {
  text-align: center;
  display: inherit;
}
section#single-branch > article#single-branch__info > p {
  text-align: center;
}
section#single-branch > article#single-branch__info > p#single-branch__address {
  font-size: 1.2em;
  color: #373737;
}
section#single-branch > article#single-branch__info > p#single-branch__directions a, section#single-branch > article#single-branch__info > p#single-branch__save-local a {
  font-size: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--blue);
  transition: all 0.4s;
}
section#single-branch > article#single-branch__info > p#single-branch__directions a:hover, section#single-branch > article#single-branch__info > p#single-branch__directions a:active, section#single-branch > article#single-branch__info > p#single-branch__save-local a:hover, section#single-branch > article#single-branch__info > p#single-branch__save-local a:active {
  color: var(--green);
}
section#single-branch > article#single-branch__info > p#single-branch__resources {
  text-align: center;
}
section#single-branch > article#single-branch__info > p#single-branch__resources a {
  display: block;
  padding: 0.85em 1em;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  border: 1px solid transparent;
  background-color: #2199e8;
  font-size: 0.9rem;
  color: #fefefe;
}
section#single-branch > article#single-branch__info > p#single-branch__resources a:hover, section#single-branch > article#single-branch__info > p#single-branch__resources a:active {
  background-color: #1583cc;
}
section#single-branch > article#single-branch__info > p#single-branch__social a {
  font-size: 2em;
}
section#single-branch > article#single-branch__contact {
  /* Contact Form */
}
section#single-branch > article#single-branch__contact section#contact-cards {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
section#single-branch > article#single-branch__contact section#contact-cards > article.contact-card {
  min-height: 100px;
  padding: 20px;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}
section#single-branch > article#single-branch__contact section#contact-cards > article.contact-card > section.contact-card__info {
  display: grid;
  grid-template-columns: 90px 1fr;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
}
section#single-branch > article#single-branch__contact section#contact-cards > article.contact-card > section.contact-card__info > img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
section#single-branch > article#single-branch__contact section#contact-cards > article.contact-card > section.contact-card__info > div.contact-card__details {
  padding: 0px 20px;
}
section#single-branch > article#single-branch__contact section#contact-cards > article.contact-card > section.contact-card__info > div.contact-card__details > h1 {
  display: block;
  color: var(--font-color);
  font-size: 1.4em;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
section#single-branch > article#single-branch__contact section#contact-cards > article.contact-card > section.contact-card__info > div.contact-card__details > h3 {
  display: block;
  font-size: 1.1em;
  color: var(--dkblue);
  font-style: italic;
  margin: 0;
  min-height: 50px;
}
section#single-branch > article#single-branch__contact section#contact-cards > article.contact-card > section.contact-card__info > div.contact-card__details > p.contact-card__contact {
  color: #5A5A5A;
  line-height: 1.2;
  font-style: initial;
  margin: 0;
  padding: 10px 0px;
}
section#single-branch > article#single-branch__contact section#contact-cards > article.contact-card > section.contact-card__info > div.contact-card__details > p.contact-card__contact > a {
  display: block;
  border-radius: 3px;
  background: var(--blue);
  text-align: center;
  color: white;
  padding: 5% 0;
}
section#single-branch > article#single-branch__contact section#contact-cards > article.contact-card > section.contact-card__info > div.contact-card__details > p.contact-card__contact > a > i {
  margin-right: 5px;
}
section#single-branch > article#single-branch__contact section#contact-cards > article.contact-card > section.contact-card__info > div.contact-card__details > p.contact-card__contact > a:hover, section#single-branch > article#single-branch__contact section#contact-cards > article.contact-card > section.contact-card__info > div.contact-card__details > p.contact-card__contact > a:active {
  background: var(--green);
}
section#single-branch > article#single-branch__contact section#contact-cards > article.contact-card::after {
  content: "";
  display: block;
  width: 190px;
  height: 300px;
  background: var(--green);
  position: absolute;
  animation: rotatemagic 0.75s cubic-bezier(0.425, 1.04, 0.47, 1.105) 1s both;
}
section#single-branch > article#single-branch__contact section#contact-form > form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
section#single-branch > article#single-branch__contact section#contact-form > form :focus {
  outline: none;
}
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset {
  position: relative;
  border: none;
}
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > * {
  box-sizing: initial;
}
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > label {
  position: absolute;
  top: 16px;
  color: rgba(0, 0, 0, 0.3);
  transform-origin: left;
  transition: all 0.3s ease;
  cursor: text;
}
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=text],
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=email],
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=tel] {
  font-size: 20px;
  width: 100%;
  border: none;
  margin-top: 16px;
}
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=text]:required,
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=email]:required,
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=tel]:required {
  background: #fff url("../img/red_asterisk.png") no-repeat 98% center;
}
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=text]:focus,
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=email]:focus,
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=tel]:focus {
  outline: none;
}
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=text]:focus ~ label,
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=email]:focus ~ label,
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=tel]:focus ~ label {
  color: red;
}
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=text]:focus ~ .after,
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=email]:focus ~ .after,
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=tel]:focus ~ .after {
  background-position: 0 0;
}
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=text]:focus:invalid,
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=email]:focus:invalid,
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=tel]:focus:invalid {
  background: #fff url("../img/invalid.png") no-repeat 98% center;
  border-color: #b03535;
}
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=text]:valid,
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=email]:valid,
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=tel]:valid {
  background: #fff url("../img/valid.png") no-repeat 98% center;
  border-color: #28921f;
}
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=text]:valid ~ label,
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=email]:valid ~ label,
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=tel]:valid ~ label {
  color: #28921f;
}
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=text]:valid ~ .after,
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=email]:valid ~ .after,
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=tel]:valid ~ .after {
  background: #28921f;
}
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=text]:focus ~ label, section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=text]:valid ~ label,
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=email]:focus ~ label,
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=email]:valid ~ label,
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=tel]:focus ~ label,
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset > input[type=tel]:valid ~ label {
  top: 0;
  transform: scale(0.6, 0.6);
}
section#single-branch > article#single-branch__contact section#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;
}
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset#contact-form__buttons {
  grid-column: span 2;
  text-align: right;
}
section#single-branch > article#single-branch__contact section#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;
}
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset#contact-form__buttons input:hover, section#single-branch > article#single-branch__contact section#contact-form > form > fieldset#contact-form__buttons input:active {
  background: grey;
  color: white;
}
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset#contact-form__buttons input#submitContact {
  background: var(--blue);
  color: white;
  font-weight: 600;
}
section#single-branch > article#single-branch__contact section#contact-form > form > fieldset#contact-form__buttons input#submitContact:hover, section#single-branch > article#single-branch__contact section#contact-form > form > fieldset#contact-form__buttons input#submitContact:active {
  background: var(--green);
}
section#single-branch > article#single-branch__contact section#contact-form > form > textarea {
  min-height: 150px;
  grid-column: span 2;
  border: 2px solid rgba(0, 0, 0, 0.3);
  padding: 5px;
}
section#single-branch > article#single-branch__contact section#contact-form > form > textarea:required {
  background: #fff url("../img/red_asterisk.png") no-repeat 99% 5%;
}
section#single-branch > article#single-branch__contact section#contact-form > form > textarea:focus {
  outline: none;
}
section#single-branch > article#single-branch__contact section#contact-form > form > textarea:focus:invalid {
  background: #fff url("../img/invalid.png") no-repeat 99% 5%;
  border-color: #b03535;
}
section#single-branch > article#single-branch__contact section#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) {
  section#single-branch > article#single-branch__contact section#main__our-ranges {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  section#single-branch > article#single-branch__contact section#main__our-ranges {
    grid-template-columns: repeat(4, 1fr);
  }
}

section#all-branches {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  border-top: 3px solid #ebebeb;
}
section#all-branches > article {
  border-bottom: 3px solid #ebebeb;
  padding: 0 2%;
  text-align: center;
}
section#all-branches > article,
section#all-branches > article > * {
  transition: all 0.4s;
}
section#all-branches > article a {
  display: block;
}
section#all-branches > article a h3 {
  display: block;
  font-size: 1.6em;
}
section#all-branches > article a p.all-branches__address {
  color: #515151;
  font-size: 0.9em;
}
section#all-branches > article a p.all-branches__phone {
  font-weight: 600;
  color: var(--font-color);
}
section#all-branches > article a p.all-branches__moreinfo {
  font-weight: 600;
  font-size: 1.1em;
  text-transform: uppercase;
  color: var(--blue);
}
section#all-branches > article a p.all-branches__distance {
  text-align: right;
  font-weight: 600;
  font-size: 1.2em;
  color: var(--dk-blue);
  margin: 0;
}
section#all-branches > article:hover, section#all-branches > article:active {
  background: var(--green);
}
section#all-branches > article:hover > a > *, section#all-branches > article:active > a > * {
  color: white !important;
}

@media only screen and (min-width: 768px) {
  section#closest-branch {
    grid-template-columns: repeat(3, 1fr);
  }
  section#closest-branch > article#closest-branch__location > h3 {
    text-align: left;
    display: inline-grid;
  }
  section#closest-branch > article#closest-branch__location > p {
    text-align: left;
  }
  section#closest-branch > article#closest-branch__info p {
    min-height: 195px;
    display: grid;
    align-content: center;
  }

  section#single-branch {
    grid-template-columns: 1fr 2fr;
  }
  section#single-branch > article#single-branch__info {
    border-right: 1px solid #bebebe;
  }
  section#single-branch > article#single-branch__info > * {
    padding-right: 20px;
  }
  section#single-branch > article#single-branch__info > h3 {
    text-align: left;
    display: inline-grid;
  }
  section#single-branch > article#single-branch__info > p {
    text-align: left;
  }

  section#all-branches {
    grid-template-columns: repeat(4, 1fr);
  }
  section#all-branches > article {
    border-right: 3px solid #ebebeb;
  }
  section#all-branches > article:last-child {
    border-right: none;
  }
}
@media only screen and (min-width: 992px) {
  section#single-branch > article#single-branch__contact section#contact-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

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