/**
 * @file
 * Footer styles.
 */
/**
 * @file
 * Dependencies.
 *
 * The necessary dependencies for compiling styles.
 * Nothing here should compile into CSS, helpers only.
 */
/**
 * @file
 * Color variables.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/**
 * @file
 * Typography declarations.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/**
 * @file
 * Custom Functions.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/* Remove the unit of a length.
 * @param {Number} $number - Number to remove unit from
 * @return {Number} - Unitless number
 *
 * Reference: https://css-tricks.com/snippets/sass/strip-unit-function/
*/
/* Convert a value (raw number or pixel size) into rems. */
/**
 * @file
 * General variables.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/**
 * @file
 * Custom Mixins.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/**
 * Breakpoint
 *
 * usage example:
 * @include breakpoint($feature: max-width, $value: 1509px) {
 *  display: none;
 * }
 */
/* Dynamic containment mixin. */
/**
 * @file
 * Z-Indices.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
.site-footer__top-buttons {
  padding: 0 6% 3.75rem;
}
@media screen and (max-width: 73.0625rem) {
  .site-footer__top-buttons {
    padding: 0 6% 2.8125rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .site-footer__top-buttons {
    padding: 1rem 6% 2rem;
  }
}
.site-footer__top-buttons a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 29.6%;
  padding: 3.25rem 1.5rem 3.25rem 2.25rem;
  font-size: 2.8125rem;
  line-height: 1.1;
  background-color: #003366;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s ease-in;
}
@media screen and (max-width: 87.4375rem) {
  .site-footer__top-buttons a {
    font-size: 2.25rem;
    padding: 2.75rem 1.5rem 2.75rem 1.75rem;
  }
}
@media screen and (max-width: 73.0625rem) {
  .site-footer__top-buttons a {
    font-size: 1.75rem;
    padding: 1.5rem 1.25rem 1.5rem 1.5rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .site-footer__top-buttons a {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.site-footer__top-buttons a:hover {
  background-color: #002040;
  transition: background-color 0.2s ease-out;
}
.site-footer__top-buttons a svg {
  flex: 0 0 1.75rem;
}

.top-buttons__container {
  display: flex;
  justify-content: space-between;
  max-width: 82.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 47.9375rem) {
  .top-buttons__container {
    flex-wrap: wrap;
  }
}

.site-footer__footer-top {
  background-color: #005028;
  padding: 5rem 6% 3.75rem;
  color: #ffffff;
}
@media screen and (max-width: 73.0625rem) {
  .site-footer__footer-top {
    padding: 3.5rem 6% 2rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .site-footer__footer-top {
    padding: 2rem 6% 1rem;
  }
}

.site-footer__footer-bottom {
  background-color: #004120;
  padding: 2rem 3.125rem;
}
@media screen and (max-width: 47.9375rem) {
  .site-footer__footer-bottom {
    padding: 1.25rem 6%;
  }
}

.footer-top__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  max-width: 82.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 73.0625rem) {
  .footer-top__container {
    grid-template-columns: 1fr 1fr;
  }
}

.footer-bottom__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 87.4375rem) {
  .footer-bottom__container {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 73.0625rem) {
  .footer-top__logo {
    grid-column: auto/span 2;
    padding-bottom: 2rem;
  }
}

.footer-top__logo-image {
  width: 65%;
  max-width: 12.875rem;
}
@media screen and (max-width: 47.9375rem) {
  .footer-top__logo-image {
    width: 9.125rem;
  }
}
.footer-top__logo-image a {
  display: block;
}
.footer-top__logo-image svg {
  max-width: 100%;
  height: auto;
}

.footer-top__tagline p {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.25;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 47.9375rem) {
  .footer-top__tagline p {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 73.0625rem) {
  .footer-top__tagline p br {
    display: none;
  }
}

.footer-top__nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-top__nav-main ul li {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 47.9375rem) {
  .footer-top__nav-main ul li {
    margin-bottom: 1rem;
  }
}
.footer-top__nav-main ul a {
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: none;
  color: #ffffff;
  transition: color 0.2s;
  border-bottom: solid 1px transparent;
}
@media screen and (max-width: 73.0625rem) {
  .footer-top__nav-main ul a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .footer-top__nav-main ul a {
    font-size: 0.875rem;
  }
}
.footer-top__nav-main ul a:hover {
  border-bottom: solid 1px #ffffff;
}

@media screen and (max-width: 73.0625rem) {
  .footer-top__nav-more-info {
    grid-column: auto/span 2;
    padding-top: 1rem;
  }
}
.footer-top__nav-more-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-top__nav-more-info ul li {
  margin-bottom: 1rem;
}
.footer-top__nav-more-info ul a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9375rem;
  transition: color 0.2s;
  border-bottom: solid 1px transparent;
}
@media screen and (max-width: 47.9375rem) {
  .footer-top__nav-more-info ul a {
    font-size: 0.75rem;
  }
}
.footer-top__nav-more-info ul a:hover {
  border-bottom: solid 1px #ffffff;
}

.footer-top__nav--heading {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 0 0 2rem;
}
@media screen and (max-width: 73.0625rem) {
  .footer-top__nav--heading {
    margin: 0 0 1.5rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .footer-top__nav--heading {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}

.footer-top__buttons {
  text-align: right;
}
@media screen and (max-width: 73.0625rem) {
  .footer-top__buttons {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.footer-top__buttons .green-button {
  display: block;
  font-size: 0.9375rem;
  padding: 1.25rem 1.5rem;
  width: 64.4%;
  max-width: 12.75rem;
  text-align: center;
  border-width: 1px;
  border-color: #ffffff;
  margin: 0 0 1.5rem auto;
}
@media screen and (max-width: 47.9375rem) {
  .footer-top__buttons .green-button {
    font-size: 0.75rem;
    width: auto;
    padding: 1rem;
    margin-bottom: 1.25rem;
  }
}
.footer-top__buttons .green-button:hover {
  background-color: #ffffff;
  color: #003319;
  transition: all 0.2s ease-out;
  border-color: #ffffff;
}

.footer-top__buttons--heading {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 2.5rem 0 1.75rem;
}
@media screen and (max-width: 47.9375rem) {
  .footer-top__buttons--heading {
    font-size: 0.8125rem;
    margin: 2.25rem 0 1rem;
  }
}

.footer-top__social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-top__social li {
  display: inline-block;
  margin-left: 1.25rem;
}
@media screen and (max-width: 47.9375rem) {
  .footer-top__social li {
    margin-left: 0.75rem;
  }
}
.footer-top__social li svg {
  color: #ffffff;
  font-size: 1.875rem;
}
@media screen and (max-width: 73.0625rem) {
  .footer-top__social li svg {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .footer-top__social li:first-child {
    margin-left: 0;
  }
}
.footer-top__social svg {
  transition: transform 0.3s;
  display: block;
}
@media screen and (max-width: 47.9375rem) {
  .footer-top__social svg {
    width: 1.3125rem;
  }
}
.footer-top__social svg:hover {
  transform: translateY(-5px);
}

.footer-bottom__contact {
  display: flex;
  align-items: center;
  margin-right: auto;
}
@media screen and (max-width: 73.0625rem) {
  .footer-bottom__contact {
    flex-wrap: wrap;
    width: 100%;
  }
}
.footer-bottom__contact address {
  font-size: 0.8125rem;
  font-style: normal;
  color: #EFEFEF;
  display: flex;
  align-items: center;
  margin-left: 4.375rem;
}
@media screen and (max-width: 87.4375rem) {
  .footer-bottom__contact address {
    margin-left: 1.25rem;
  }
}
@media screen and (max-width: 73.0625rem) {
  .footer-bottom__contact address {
    width: 100%;
    margin: 0 0 1rem;
  }
}
.footer-bottom__contact address svg {
  margin-right: 0.3125rem;
}

.footer-bottom__copyright {
  color: #B9D4C6;
  font-size: 0.8125rem;
}
@media screen and (max-width: 73.0625rem) {
  .footer-bottom__copyright {
    width: 100%;
    order: 3;
  }
}
@media screen and (max-width: 47.9375rem) {
  .footer-bottom__copyright {
    font-size: 0.75rem;
  }
}

.footer-bottom__phone {
  font-weight: 700;
  color: #EFEFEF;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-left: 4.375rem;
}
@media screen and (max-width: 87.4375rem) {
  .footer-bottom__phone {
    margin-left: 1.25rem;
  }
}
@media screen and (max-width: 73.0625rem) {
  .footer-bottom__phone {
    width: 100%;
    margin: 0 0 1rem;
  }
}
.footer-bottom__phone svg {
  margin-right: 0.3125rem;
}

.footer-bottom__email {
  font-size: 0.8125rem;
  color: #EFEFEF;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-left: 4.375rem;
}
@media screen and (max-width: 87.4375rem) {
  .footer-bottom__email {
    margin-left: 1.25rem;
  }
}
@media screen and (max-width: 73.0625rem) {
  .footer-bottom__email {
    width: 100%;
    margin: 0 0 1rem;
  }
}
.footer-bottom__email svg {
  margin-right: 0.3125rem;
}
.footer-bottom__email:hover {
  text-decoration: underline;
}

.footer-bottom__links {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 73.0625rem) {
  .footer-bottom__links {
    margin-bottom: 1rem;
  }
}
.footer-bottom__links a {
  font-size: 0.8125rem;
  color: #ffffff;
  text-decoration: none;
  margin-left: 2.5rem;
}
@media screen and (max-width: 87.4375rem) {
  .footer-bottom__links a {
    margin-left: 1.25rem;
  }
}
.footer-bottom__links a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 73.0625rem) {
  .footer-bottom__links a:first-child {
    margin-left: 0;
  }
}

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