@keyframes rotatemagic {
  0% {
    opacity: 0;
    transform: rotate(0deg);
    top: -24px;
    left: -253px;
  }
  100% {
    transform: rotate(-30deg);
    top: -24px;
    left: -78px;
  }
}
@keyframes animate-bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -80px 0;
  }
}
@-webkit-keyframes animate-bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -80px 0;
  }
}
@-moz-keyframes animate-bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -80px 0;
  }
}
:root {
  /* Space and typography */
  /* https: //codepen.io/dmtrmrv/pen/xxBPowg */
  --step--2: clamp(0.72rem, 0.8145rem + -0.122vi, 0.7901rem
  );
  --step--1: clamp(0.8889rem, 0.885rem + 0.0193vi, 0.9rem);
  --step-0: clamp(1rem, 0.9565rem + 0.2174vi, 1.125rem);
  --step-1: clamp(1.125rem, 1.0272rem + 0.4891vi, 1.4063rem);
  --step-2: clamp(1.2656rem, 1.0944rem + 0.856vi, 1.7578rem);
  --step-3: clamp(1.4238rem, 1.1548rem + 1.3451vi, 2.1973rem);
  --step-4: clamp(1.6018rem, 1.2036rem + 1.9909vi, 2.7466rem);
  --step-5: clamp(1.802rem, 1.2347rem + 2.8369vi, 3.4332rem);
  --step-6: clamp(2.0273rem, 1.2397rem + 3.9378vi, 4.2915rem);
  --step-7: clamp(2.2807rem, 1.2081rem + 5.363vi, 5.3644rem);
  --step-8: clamp(2.5658rem, 1.1259rem + 7.1995vi, 6.7055rem);
  --shadow-color: 0deg 0% 72%;
  --shadow-elevation-low: 0.3px 0.5px 0.7px hsl(var(--shadow-color) / 0.22),
    0.4px 0.8px 1px -1.2px hsl(var(--shadow-color) / 0.22),
    0.8px 1.7px 2.1px -2.5px hsl(var(--shadow-color) / 0.22);
  --shadow-elevation-medium: 0.3px 0.5px 0.7px hsl(var(--shadow-color) / 0.18),
    0.6px 1.2px 1.5px -0.6px hsl(var(--shadow-color) / 0.18),
    1.1px 2.2px 2.8px -1.2px hsl(var(--shadow-color) / 0.18),
    2.2px 4.3px 5.4px -1.9px hsl(var(--shadow-color) / 0.18),
    4.1px 8.3px 10.4px -2.5px hsl(var(--shadow-color) / 0.18);
  --shadow-elevation-high: 0.3px 0.5px 0.7px hsl(var(--shadow-color) / 0.17),
    0.9px 1.7px 2.2px -0.3px hsl(var(--shadow-color) / 0.17),
    1.5px 2.9px 3.7px -0.6px hsl(var(--shadow-color) / 0.17),
    2.2px 4.4px 5.5px -0.8px hsl(var(--shadow-color) / 0.17),
    3.1px 6.3px 7.9px -1.1px hsl(var(--shadow-color) / 0.17),
    4.5px 8.9px 11.2px -1.4px hsl(var(--shadow-color) / 0.17),
    6.3px 12.6px 15.8px -1.7px hsl(var(--shadow-color) / 0.17),
    8.8px 17.6px 22.1px -1.9px hsl(var(--shadow-color) / 0.17),
    12.1px 24.2px 30.4px -2.2px hsl(var(--shadow-color) / 0.17),
    16.3px 32.5px 40.9px -2.5px hsl(var(--shadow-color) / 0.17);
  /* Colors */
  --blue: #00a1e4;
  --green: #72bf44;
  --dkblue: #00378b;
  --font-color: #1d2d35;
}

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

#find-us__hero {
  background: transparent url("/img/company-slider-min.jpg") no-repeat center center;
  background-position-y: -765px;
}
#find-us__hero h1 {
  color: var(--blue) !important;
  font-weight: 800;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  #find-us__hero h1 {
    color: #fff !important;
  }
}
#find-us__hero h1 span {
  -webkit-text-stroke: 1px var(--blue);
  color: transparent !important;
}
@media screen and (min-width: 992px) {
  #find-us__hero h1 span {
    -webkit-text-stroke: 1px #fff !important;
  }
}

#branch-finder {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
}
@media screen and (min-width: 992px) {
  #branch-finder {
    grid-template-columns: 1fr 2fr;
    gap: 40px;
  }
}
#branch-finder__branches {
  display: grid;
  gap: 20px;
  color: white;
}
#branch-finder__branches article {
  background-color: #00378b;
  padding: 15px;
}
#branch-finder__branches article header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
#branch-finder__branches article header h3 {
  margin: 0;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: inherit;
}
#branch-finder__branches article header p {
  margin: 0;
  font-size: 13px;
  white-space: nowrap;
}
#branch-finder__map {
  display: none;
  max-height: 850px;
}
@media screen and (min-width: 992px) {
  #branch-finder__map {
    display: block;
    height: 100%;
  }
}
#branch-info {
  padding: 40px 32px;
  background: #00378b;
}
@media screen and (min-width: 1200px) {
  #branch-info {
    padding: 64px 100px;
  }
}
#branch-info__heading {
  margin-bottom: 24px;
}
@media screen and (min-width: 1200px) {
  #branch-info__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
  }
}
#branch-info h1 {
  margin: 0;
  color: white;
  font-size: 1.875rem;
  line-height: 1.33333;
}
@media screen and (min-width: 768px) {
  #branch-info h1 {
    font-size: 2.375rem;
    line-height: 1.36842;
  }
}
#branch-info__subtitle {
  margin: 0;
  margin-bottom: 12px;
  color: white;
  font-style: italic;
  font-size: 14px;
}
#branch-info__logo img {
  min-height: 45px;
  max-width: 100%;
}
#branch-info__container {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  #branch-info__container {
    grid-template-columns: 3fr 2fr;
  }
}
#branch-info__block {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #31509A;
}
@media screen and (min-width: 768px) {
  #branch-info__block {
    grid-template-columns: repeat(2, 1fr);
  }
}
#branch-info__links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  #branch-info__links {
    gap: 30px;
    justify-content: flex-start;
  }
}
#branch-info__links a {
  color: white;
}
#branch-info__links a:hover, #branch-info__links a:focus {
  text-decoration: underline;
}
#branch-info__links a [class^=fa] {
  margin-right: 10px;
}
#branch-info__links a#branch-review img {
  height: 35px;
  transition: filter 0.2s ease-in-out;
}
#branch-info__links a#branch-review:hover img {
  filter: drop-shadow(0px 0px 6px white);
}
#branch-map {
  min-height: 350px;
}
#branch-details, #branch-hours {
  padding: 24px;
  color: white;
}
#branch-details p, #branch-hours p {
  margin-top: 0;
  margin-bottom: 12px;
}
#branch-details p:last-child, #branch-hours p:last-child {
  margin-bottom: 0;
}
#branch-details p a,
#branch-details p a:hover,
#branch-details p a:focus, #branch-hours p a,
#branch-hours p a:hover,
#branch-hours p a:focus {
  color: white;
}
#branch-details p [class^=fa], #branch-hours p [class^=fa] {
  margin-right: 16px;
}
#branch-details {
  border-color: #6C82B7;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
}
@media screen and (min-width: 768px) {
  #branch-details {
    border-bottom: none;
    border-right-width: 1px;
  }
}
#branch-hours #custom-hours {
  color: #72bf44;
}
#branch-hours #custom-hours a {
  color: #72bf44;
}
#branch-hours #custom-hours a:hover, #branch-hours #custom-hours a:focus {
  text-decoration: underline;
}
#branch-hours #custom-hours a [class^=fa] {
  margin-right: 0;
}
#branch-hours article {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
#branch-hours article p {
  margin: 0;
}
#branch-hours article p:nth-child(2n) {
  text-align: right;
  text-transform: uppercase;
}
#branch-hours article#current-day-hours {
  text-decoration: underline;
  font-weight: 700;
}
#branch-hours--disclaimer {
  margin-top: 12px !important;
  font-size: 14px;
  font-style: italic;
}
#branch-areas-serviced {
  text-align: center;
}
#branch-supply {
  text-align: center;
}
#branch-supply p a i {
  transition: transform 0.5s ease;
}
#branch-supply p a:hover {
  text-decoration: underline;
}
#branch-supply p a:hover i {
  transform: translateX(5px);
}
#branch-staff-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(390px, 1fr));
  grid-gap: 20px;
}
#branch-staff-cards .contact-card {
  min-height: 100px;
  padding: 20px;
  background-color: white;
  border-top: 3px solid var(--green);
}
#branch-staff-cards .contact-card__info {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  height: 100%;
}
#branch-staff-cards .contact-card img, #branch-staff-cards .contact-card__img > img {
  width: 100%;
  max-width: 350px;
  height: auto;
  min-height: 350px;
  aspect-ratio: 1/1;
}
#branch-staff-cards .contact-card__img {
  justify-self: center;
}
#branch-staff-cards .contact-card__img.has-hover .contact__img2 {
  display: none;
}
#branch-staff-cards .contact-card__img.has-hover:hover img {
  display: none;
}
#branch-staff-cards .contact-card__img.has-hover:hover .contact__img2 {
  display: block;
}
#branch-staff-cards .contact-card__details {
  padding: 20px 20px 0;
}
#branch-staff-cards .contact-card__details > h5 {
  display: block;
  margin: 0;
  margin-bottom: 0.25rem;
  padding: 0;
  color: var(--font-color);
  font-size: 1.4em;
  font-weight: 800;
  background-color: transparent;
}
#branch-staff-cards .contact-card__details > h6 {
  display: block;
  font-size: 1.1em;
  color: var(--dkblue);
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0.5rem;
}
#branch-staff-cards .contact-card__contact {
  color: #5a5a5a;
  line-height: 1.2;
  font-style: initial;
  margin: 0;
  padding: 10px 20px;
}
#branch-staff-cards .contact-card__contact > a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 3px;
  background: var(--blue);
  text-align: center;
  color: white;
  padding: 16px 0;
  transition: all ease 0.75s;
}
#branch-staff-cards .contact-card__contact > a:hover, #branch-staff-cards .contact-card__contact > a:active {
  background: var(--dkblue);
}
#branch-staff-cards .contact-card__contact > a:hover [class^=fa], #branch-staff-cards .contact-card__contact > a:active [class^=fa] {
  margin-left: 8px;
}
#branch-staff-cards .contact-card__contact.has-email {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
}
#branch-staff-cards .contact-card__contact.has-email a:last-child {
  padding: 16px;
}
#branch-staff-cards .contact-card__contact.has-email a:last-child i {
  margin: 0;
}
#branch-staff-cards .contact-card__industries {
  display: inline-flex;
  margin-left: 10px;
  gap: 6px;
  font-size: 0.8em;
}
#branch-staff-cards .contact-card__certifications {
  display: flex;
  gap: 6px;
  font-size: 0.8em;
}
#branch-staff-cards .contact-card__certifications a {
  color: inherit;
}
#branch-staff-cards .contact-card__certifications a:hover {
  text-decoration: underline;
}
#branch-staff-cards .contact-card:nth-child(even) {
  border-color: var(--blue);
}
#branch-staff-cards .contact-card:nth-child(even) .contact-card__contact > a {
  background: var(--green);
}
#branch-staff-cards .contact-card:nth-child(even) .contact-card__contact > a:hover, #branch-staff-cards .contact-card:nth-child(even) .contact-card__contact > a:active {
  background: var(--dkblue);
}
#branch-contact-form > fieldset#contact-form__buttons {
  text-align: center !important;
}

.branch-summary__body p {
  margin: 0;
  margin-bottom: 12px;
  font-size: 13px;
}
.branch-summary__body p:last-child {
  margin-bottom: 18px;
}
.branch-summary__body p a {
  color: #72bf44;
}
.branch-summary__contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
.branch-summary__contact a {
  display: block;
}
.branch-summary__contact a:hover {
  color: white;
  text-decoration: underline;
}
.branch-summary__links {
  display: flex;
  gap: 24px;
}
.branch-summary__links a {
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  color: #72bf44 !important;
  font-weight: 700;
}
.branch-summary__info-link {
  text-transform: uppercase;
  border: 2px solid #72bf44;
}
.branch-summary__info-link:hover {
  color: white !important;
  background-color: #00a1e4;
  border-color: #00a1e4;
}
.branch-summary__directions-link:hover {
  text-decoration: underline;
  color: white !important;
}

/* Contact Form */
#contact-form > form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media only screen and (min-width: 992px) {
  #contact-form > form {
    grid-template-columns: repeat(2, 1fr);
  }
}
#contact-form > form :focus {
  outline: none;
}
#contact-form > form > fieldset {
  position: relative;
  border: none;
}
#contact-form > form > fieldset.col-full-width {
  grid-column: 1/-1;
}
#contact-form > form > fieldset > * {
  box-sizing: initial;
}
#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;
}
#contact-form > form > fieldset > input[type=text],
#contact-form > form > fieldset > input[type=email],
#contact-form > form > fieldset > input[type=tel] {
  font-size: 20px;
  width: 100%;
  border: none;
  margin-top: 16px;
}
#contact-form > form > fieldset > input[type=text]:required,
#contact-form > form > fieldset > input[type=email]:required,
#contact-form > form > fieldset > input[type=tel]:required {
  background: #fff url("../img/red_asterisk.png") no-repeat 98% center;
}
#contact-form > form > fieldset > input[type=text]:focus,
#contact-form > form > fieldset > input[type=email]:focus,
#contact-form > form > fieldset > input[type=tel]:focus {
  outline: none;
}
#contact-form > form > fieldset > input[type=text]:focus ~ label,
#contact-form > form > fieldset > input[type=email]:focus ~ label,
#contact-form > form > fieldset > input[type=tel]:focus ~ label {
  color: red;
}
#contact-form > form > fieldset > input[type=text]:focus ~ .after,
#contact-form > form > fieldset > input[type=email]:focus ~ .after,
#contact-form > form > fieldset > input[type=tel]:focus ~ .after {
  background-position: 0 0;
}
#contact-form > form > fieldset > input[type=text]:focus:invalid,
#contact-form > form > fieldset > input[type=email]:focus:invalid,
#contact-form > form > fieldset > input[type=tel]:focus:invalid {
  background: #fff url("../img/invalid.png") no-repeat 98% center;
  border-color: #b03535;
}
#contact-form > form > fieldset > input[type=text]:valid,
#contact-form > form > fieldset > input[type=email]:valid,
#contact-form > form > fieldset > input[type=tel]:valid {
  background: #fff url("../img/valid.png") no-repeat 98% center;
  border-color: #28921f;
}
#contact-form > form > fieldset > input[type=text]:valid ~ label,
#contact-form > form > fieldset > input[type=email]:valid ~ label,
#contact-form > form > fieldset > input[type=tel]:valid ~ label {
  color: #28921f;
}
#contact-form > form > fieldset > input[type=text]:valid ~ .after,
#contact-form > form > fieldset > input[type=email]:valid ~ .after,
#contact-form > form > fieldset > input[type=tel]:valid ~ .after {
  background: #28921f;
}
#contact-form > form > fieldset > input[type=text]:focus ~ label, #contact-form > form > fieldset > input[type=text]:valid ~ label,
#contact-form > form > fieldset > input[type=email]:focus ~ label,
#contact-form > form > fieldset > input[type=email]:valid ~ label,
#contact-form > form > fieldset > input[type=tel]:focus ~ label,
#contact-form > form > fieldset > input[type=tel]:valid ~ label {
  top: 0;
  transform: scale(0.6, 0.6);
}
#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;
}
#contact-form > form > fieldset#contact-form__buttons {
  text-align: right;
}
@media only screen and (min-width: 992px) {
  #contact-form > form > fieldset#contact-form__buttons {
    grid-column: span 2;
  }
}
#contact-form > form > fieldset#contact-form__buttons div {
  display: inline;
}
#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;
}
#contact-form > form > fieldset#contact-form__buttons input:hover, #contact-form > form > fieldset#contact-form__buttons input:active {
  background: grey;
  color: white;
}
#contact-form > form > fieldset#contact-form__buttons input#submitContact {
  background: var(--blue);
  color: white;
  font-weight: 600;
}
#contact-form > form > fieldset#contact-form__buttons input#submitContact:hover, #contact-form > form > fieldset#contact-form__buttons input#submitContact:active {
  background: var(--green);
}
#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) {
  #contact-form > form > textarea {
    grid-column: span 2;
  }
}
#contact-form > form > textarea:required {
  background: #fff url("../img/red_asterisk.png") no-repeat 99% 5%;
}
#contact-form > form > textarea:focus {
  outline: none;
}
#contact-form > form > textarea:focus:invalid {
  background: #fff url("../img/invalid.png") no-repeat 99% 5%;
  border-color: #b03535;
}
#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#main__our-ranges {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  section#main__our-ranges {
    grid-template-columns: repeat(4, 1fr);
  }
}
#single-branch {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
@media only screen and (min-width: 768px) {
  #single-branch {
    grid-template-columns: 1fr 2fr;
  }
}
#single-branch__heading {
  margin-top: 0;
  font-size: 3em;
}
#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;
}
#single-branch > article > h3 a {
  color: var(--dkblue);
}
@media only screen and (min-width: 768px) {
  #single-branch > article#single-branch__info {
    border-right: 1px solid #bebebe;
  }
  #single-branch > article#single-branch__info > * {
    padding-right: 20px;
  }
}
#single-branch > article#single-branch__info > article {
  padding-bottom: 10px;
}
#single-branch > article#single-branch__info > article > span {
  float: right;
}
#single-branch > article#single-branch__info > h3 {
  text-align: center;
  display: inherit;
}
@media only screen and (min-width: 768px) {
  #single-branch > article#single-branch__info > h3 {
    text-align: left;
    display: inline-grid;
  }
}
#single-branch > article#single-branch__info > p {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #single-branch > article#single-branch__info > p {
    text-align: left;
  }
}
#single-branch > article#single-branch__info > p#single-branch__address {
  font-size: 1.2em;
  color: #373737;
}
#single-branch > article#single-branch__info > p#single-branch__directions a, #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;
}
#single-branch > article#single-branch__info > p#single-branch__directions a:hover, #single-branch > article#single-branch__info > p#single-branch__directions a:active, #single-branch > article#single-branch__info > p#single-branch__save-local a:hover, #single-branch > article#single-branch__info > p#single-branch__save-local a:active {
  color: var(--green);
}
#single-branch > article#single-branch__info > p#single-branch__resources {
  text-align: center;
}
#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;
}
#single-branch > article#single-branch__info > p#single-branch__resources a:hover, #single-branch > article#single-branch__info > p#single-branch__resources a:active {
  background-color: #1583cc;
}
#single-branch > article#single-branch__info > p#single-branch__social a {
  font-size: 2em;
}
#single-branch > article#single-branch__info > p#single-branch__review a img {
  max-height: 85px;
  transition: filter 0.2s ease-in-out;
}
#single-branch > article#single-branch__info > p#single-branch__review a:hover img {
  filter: drop-shadow(0px 0px 6px #185abc);
}
#single-branch > article#single-branch__contact #contact-cards {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media only screen and (min-width: 992px) {
  #single-branch > article#single-branch__contact #contact-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
#single-branch > article#single-branch__contact #contact-cards .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;
}
#single-branch > article#single-branch__contact #contact-cards .contact-card__info {
  display: grid;
  grid-template-columns: 130px 1fr;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
}
#single-branch > article#single-branch__contact #contact-cards .contact-card img, #single-branch > article#single-branch__contact #contact-cards .contact-card__img > img {
  border-radius: 30%;
  width: 130px;
  height: 130px;
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  border: 5px solid #eee;
}
#single-branch > article#single-branch__contact #contact-cards .contact-card__img.has-hover .contact__img2 {
  display: none;
}
#single-branch > article#single-branch__contact #contact-cards .contact-card__img.has-hover:hover img {
  display: none;
}
#single-branch > article#single-branch__contact #contact-cards .contact-card__img.has-hover:hover .contact__img2 {
  display: block;
}
#single-branch > article#single-branch__contact #contact-cards .contact-card__details {
  padding: 0px 20px;
}
#single-branch > article#single-branch__contact #contact-cards .contact-card__details > h5 {
  display: block;
  color: var(--font-color);
  font-size: 1.4em;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
#single-branch > article#single-branch__contact #contact-cards .contact-card__details > h6 {
  display: block;
  font-size: 1.1em;
  color: var(--dkblue);
  font-style: italic;
  margin: 0;
}
#single-branch > article#single-branch__contact #contact-cards .contact-card__contact {
  color: #5a5a5a;
  line-height: 1.2;
  font-style: initial;
  margin: 0;
  padding: 10px 0px;
}
#single-branch > article#single-branch__contact #contact-cards .contact-card__contact > a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: var(--blue);
  text-align: center;
  color: white;
  padding: 16px 0;
}
#single-branch > article#single-branch__contact #contact-cards .contact-card__contact > a > i {
  margin-right: 5px;
}
#single-branch > article#single-branch__contact #contact-cards .contact-card__contact > a:hover, #single-branch > article#single-branch__contact #contact-cards .contact-card__contact > a:active {
  background: var(--dkblue);
}
#single-branch > article#single-branch__contact #contact-cards .contact-card__contact.has-email {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
}
#single-branch > article#single-branch__contact #contact-cards .contact-card__contact.has-email a:last-child {
  padding: 16px;
}
#single-branch > article#single-branch__contact #contact-cards .contact-card__contact.has-email a:last-child i {
  margin: 0;
}
#single-branch > article#single-branch__contact #contact-cards .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;
}
#single-branch > article#single-branch__contact #contact-cards .contact-card:nth-child(even) .contact-card__contact > a {
  background: var(--green);
}
#single-branch > article#single-branch__contact #contact-cards .contact-card:nth-child(even) .contact-card__contact > a:hover, #single-branch > article#single-branch__contact #contact-cards .contact-card:nth-child(even) .contact-card__contact > a:active {
  background: var(--dkblue);
}
#single-branch > article#single-branch__contact #contact-cards .contact-card:nth-child(even)::after {
  background: var(--blue);
}
#single-branch > article#single-branch__contact #contact-cards-2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media only screen and (min-width: 768px) {
  #single-branch > article#single-branch__contact #contact-cards-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  #single-branch > article#single-branch__contact #contact-cards-2 {
    grid-template-columns: repeat(3, 1fr);
  }
}
#single-branch > article#single-branch__contact #contact-cards-2 .contact-card-2 {
  min-height: 100px;
  margin-top: 70px;
  padding: 20px;
  border-radius: 50px;
  background: #75c447;
  background: linear-gradient(240deg, #75c447 0%, #72bf44 100%);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  position: relative;
}
#single-branch > article#single-branch__contact #contact-cards-2 .contact-card-2__info {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
  padding-top: 60px;
}
#single-branch > article#single-branch__contact #contact-cards-2 .contact-card-2__img {
  position: absolute;
  top: -80px;
}
#single-branch > article#single-branch__contact #contact-cards-2 .contact-card-2__img > img {
  border-radius: 30%;
  width: 130px;
  height: 130px;
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  border: 5px solid #eee;
}
#single-branch > article#single-branch__contact #contact-cards-2 .contact-card-2__details {
  padding: 0px 20px;
  width: 100%;
  text-align: center;
}
#single-branch > article#single-branch__contact #contact-cards-2 .contact-card-2__details > h1 {
  display: block;
  color: #fff;
  font-size: 1.4em;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
#single-branch > article#single-branch__contact #contact-cards-2 .contact-card-2__details > h3 {
  display: block;
  font-size: 1.1em;
  color: var(--dkblue);
  font-style: italic;
  margin: 0;
}
#single-branch > article#single-branch__contact #contact-cards-2 .contact-card-2__contact {
  color: #5a5a5a;
  line-height: 1.2;
  font-style: initial;
  margin: 0;
  padding: 10px 0px;
}
#single-branch > article#single-branch__contact #contact-cards-2 .contact-card-2__contact > a {
  display: block;
  border-radius: 6px;
  background: var(--blue);
  text-align: center;
  color: white;
  padding: 5% 0;
}
#single-branch > article#single-branch__contact #contact-cards-2 .contact-card-2__contact > a > i {
  margin-right: 5px;
}
#single-branch > article#single-branch__contact #contact-cards-2 .contact-card-2__contact > a:hover, #single-branch > article#single-branch__contact #contact-cards-2 .contact-card-2__contact > a:active {
  background: var(--dkblue);
}
#single-branch > article#single-branch__contact #contact-cards-2 .contact-card-2:nth-child(even) {
  background: #0089c4;
  background: linear-gradient(240deg, #0089c4 0%, #00a1e4 100%);
}
#single-branch > article#single-branch__contact #contact-cards-2 .contact-card-2:nth-child(even) .contact-card-2__contact > a {
  background: var(--green);
}
#single-branch > article#single-branch__contact #contact-cards-2 .contact-card-2:nth-child(even) .contact-card-2__contact > a:hover, #single-branch > article#single-branch__contact #contact-cards-2 .contact-card-2:nth-child(even) .contact-card-2__contact > a:active {
  background: var(--dkblue);
}

#all-branches {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
  padding: 0;
  background-color: #ebebeb;
  border-top: 2px solid #fff;
}
#all-branches > article {
  border-bottom: 2px solid #fff;
  padding: 0 2%;
  text-align: center;
}
@media only screen and (min-width: 375px) {
  #all-branches > article {
    border-right: 2px solid #fff;
  }
  #all-branches > article:last-child {
    border-right: none;
  }
}
#all-branches > article,
#all-branches > article > * {
  transition: all 0.4s;
}
#all-branches > article a {
  display: block;
}
#all-branches > article a h3 {
  display: block;
  font-size: 1.6em;
}
#all-branches > article:hover, #all-branches > article:active {
  background: var(--green);
}
#all-branches > article:hover > a > *, #all-branches > article:active > a > * {
  color: white !important;
}

.all-branches__address {
  color: #515151;
  font-size: 0.9em;
}
.all-branches__phone {
  font-weight: 600;
  color: var(--font-color);
}
.all-branches__moreinfo {
  font-weight: 600;
  font-size: 1.1em;
  text-transform: uppercase;
  color: var(--blue);
}
.all-branches__distance {
  font-size: 13px;
}

#staff-page > main {
  background: #f7f7f7;
}
#staff-divider {
  margin: 0;
  padding: 0;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, rgba(80, 80, 80, 0.6) 1px, transparent 0);
  background-repeat: repeat-x;
  background-size: 6px 1px;
  border: none;
}
#staff-info__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  #staff-info__container {
    grid-template-columns: 300px 1fr;
  }
}
#staff-info__container aside {
  padding: 40px 5% 20px;
  background-color: #f0faff;
}
@media screen and (min-width: 992px) {
  #staff-info__container aside {
    padding: 25px 14px 12px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(130, 130, 130, 0.16);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.28px;
    line-height: 17px;
  }
}
#staff-info__container main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#staff-info__container article {
  padding: 10px 14px;
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(130, 130, 130, 0.16);
  overflow-wrap: anywhere;
}
@media screen and (min-width: 992px) {
  #staff-info__container article {
    padding: 24px 20px;
    border-radius: 20px;
  }
}
#staff-info__container article h2 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.3rem;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
#staff-info__container article p {
  font-size: 15px;
}
#staff-info__container article p.no-data {
  text-align: center;
  font-style: italic;
  color: #5a5a5a;
}
#staff-info__container article ul {
  padding-left: 20px;
  list-style: square;
}
#staff-info__container article ul li::marker {
  color: #72bf44;
}
#staff-photo {
  position: relative;
  text-align: center;
}
#staff-photo img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}
#staff-photo__badge {
  position: absolute;
  left: 50%;
  bottom: -10px;
}
@media screen and (min-width: 992px) {
  #staff-photo__badge {
    right: 22px;
  }
}
#staff-photo__badge img {
  width: auto;
  height: 75px;
  border-radius: 0;
  box-shadow: unset;
}
#staff-details {
  padding: 11px 0 17px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  text-align: center;
}
#staff-details--title {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.05rem;
  line-height: 15px;
  margin: 5px 10% 0;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  #staff-details--title {
    font-size: 11px;
    letter-spacing: 0.49px;
    line-height: 14px;
  }
}
#staff-details h1 {
  margin: 0.6rem 0 0;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 2.9rem;
}
@media screen and (min-width: 992px) {
  #staff-details h1 {
    margin: 4px 0 0;
    font-size: 23px;
    letter-spacing: 0.23px;
    line-height: 26px;
  }
}
#staff-contact, #staff-worked {
  margin: 20px 0;
}
@media screen and (min-width: 992px) {
  #staff-contact, #staff-worked {
    margin: 0;
    padding: 18px 0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.28px;
    line-height: 17px;
  }
}
#staff-contact ul, #staff-worked ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  #staff-contact ul, #staff-worked ul {
    flex-direction: column;
  }
}
#staff-contact ul li, #staff-worked ul li {
  display: flex;
  align-items: center;
  flex: 1 1 0px;
  justify-content: center;
  border-left: 1px solid #00a1e4;
  text-align: center;
}
#staff-contact ul li:first-child, #staff-worked ul li:first-child {
  border: 0;
}
@media screen and (min-width: 992px) {
  #staff-contact ul li, #staff-worked ul li {
    border: 0;
    justify-content: flex-start;
    gap: 12px;
    text-align: left;
  }
}
#staff-contact ul li a, #staff-worked ul li a {
  display: flex;
  align-items: center;
  color: #1d2d35;
}
@media screen and (min-width: 992px) {
  #staff-contact ul li a, #staff-worked ul li a {
    justify-content: flex-start;
    gap: 12px;
  }
}
#staff-contact ul li a span:nth-child(2), #staff-worked ul li a span:nth-child(2) {
  display: none;
}
@media screen and (min-width: 992px) {
  #staff-contact ul li a span:nth-child(2), #staff-worked ul li a span:nth-child(2) {
    display: block;
  }
}
#staff-contact ul li a:hover span:nth-child(2), #staff-worked ul li a:hover span:nth-child(2) {
  text-decoration: underline;
}
#staff-contact ul li .fa-stack, #staff-worked ul li .fa-stack {
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  #staff-contact ul li .fa-stack, #staff-worked ul li .fa-stack {
    font-size: 16px;
  }
}
#staff-contact ul li .fa-stack [class^=fa]:nth-child(2), #staff-worked ul li .fa-stack [class^=fa]:nth-child(2) {
  color: #00a1e4;
}
#staff-contact ul li .fa-circle, #staff-worked ul li .fa-circle {
  color: #dbf4ff;
}
#staff-worked {
  display: none;
}
@media screen and (min-width: 992px) {
  #staff-worked {
    display: block;
  }
}
#staff-expertise ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 15px 0 0;
  padding: 0 !important;
}
#staff-expertise ul li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 15px;
  max-width: 100%;
  color: #00378b;
  font-size: 13px;
  letter-spacing: 0.13px;
  line-height: 16px;
  background-color: #dbf4ff;
  border-radius: 15px;
  transition: background-color 0.15s ease-out;
  transition: transform 0.1s linear;
}
#staff-expertise ul li:hover {
  background-color: #b3e8ff;
  transition: background-color 0.25s ease-out 0.1s;
}
#staff-expertise ul li a {
  color: inherit;
}
#staff-certifications ul li {
  margin-top: 14px;
}
#staff-certifications ul li:first-child {
  margin-top: 0;
}
#staff-certifications ul li span {
  display: block;
  font-size: 0.8em;
  color: #4D4D4D;
}

.price-increase--list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .price-increase--list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .price-increase--list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.price-increase--list li .fa-circle-info {
  color: var(--dkblue);
}
.price-increase--list li .fa-circle-question {
  color: var(--green);
}
.price-increase--list li .fa-circle-xmark {
  color: #B3261E;
}
.price-increase--list li a {
  color: inherit;
}
.price-increase--list li a:hover, .price-increase--list li a:focus {
  text-decoration: underline;
}
.price-increase--updated, .price-increase--info {
  display: block;
  font-size: 0.9em;
  color: #4D4D4D;
  font-style: italic;
}

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