/*----------------------------------------------*\
    FOOTER
	======

	@package odyssey

\*----------------------------------------------*/
/*----------------------------------------------*\
    COMPONENTS
	==========

	@package odyssey

\*----------------------------------------------*/
/* 
 *
 * / Variables
------------------------------------------------*/
/* Colors */
/* Breakpoints */
/* 400px */
/* 500px */
/* 600px */
/* 672px */
/* 848px */
/* 900px */
/* 1100px */
/* 1400px */
/* Fonts */
/* Max widths */
/* 
 *
 * / Mixins
------------------------------------------------*/
/* 
 *
 * 1./  
------------------------------------------------*/
/* line 16, ../src/footer.scss */
.footer {
  background-color: #0e55a4;
  color: #ffffff;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 2em; }
  /* line 26, ../src/footer.scss */
  .footer p {
    margin-bottom: 1rem;
    line-height: 1.4; }
  /* line 30, ../src/footer.scss */
  .footer a {
    color: #ffffff;
    text-decoration: none; }
  @media screen and (min-width: 37.5em) {
    /* line 16, ../src/footer.scss */
    .footer {
      padding: 2rem; } }
  @media screen and (min-width: 53em) {
    /* line 16, ../src/footer.scss */
    .footer {
      margin-top: 4em; } }
  @media screen and (min-width: 68.75em) {
    /* line 16, ../src/footer.scss */
    .footer {
      margin-top: 6em;
      padding-top: 4rem;
      padding-bottom: 3rem;
      padding-left: 3rem;
      padding-right: 3rem; } }

@media screen and (max-width: 37.4375em) and (min-width: 25em) {
  /* line 48, ../src/footer.scss */
  .wrapper--footer {
    margin-left: 2em;
    margin-right: 2em; } }
@media screen and (min-width: 37.5em) {
  /* line 48, ../src/footer.scss */
  .wrapper--footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    font-size: 0.85em; } }
@media screen and (min-width: 42em) {
  /* line 48, ../src/footer.scss */
  .wrapper--footer {
    font-size: 1em; } }
@media screen and (min-width: 68.75em) {
  /* line 48, ../src/footer.scss */
  .wrapper--footer {
    max-width: 90em;
    margin-left: auto;
    margin-right: auto; } }

/* Logo */
/* line 70, ../src/footer.scss */
.footer__branding {
  margin-bottom: 2em; }
  @media screen and (min-width: 37.5em) {
    /* line 70, ../src/footer.scss */
    .footer__branding {
      width: 100%; } }
  @media screen and (min-width: 68.75em) {
    /* line 70, ../src/footer.scss */
    .footer__branding {
      width: 20%;
      margin-right: 2%; } }

/* line 81, ../src/footer.scss */
.footer__title {
  width: 12em;
  margin-bottom: 0.5em; }

/* line 85, ../src/footer.scss */
.footer__copyright {
  font-size: 0.6em;
  text-transform: uppercase; }

/* line 89, ../src/footer.scss */
.footer__credits {
  font-size: 0.8em;
  text-transform: uppercase; }
  /* line 93, ../src/footer.scss */
  .footer__credits a {
    transition: border-bottom 0.3s ease; }
    /* line 96, ../src/footer.scss */
    .footer__credits a:hover, .footer__credits a:focus {
      border-bottom: 3px solid #ffffff; }

/* Navigation */
/* line 104, ../src/footer.scss */
.footer__navigation {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 3em;
  padding-bottom: 2em;
  border-bottom: 1px solid #ffffff; }
  @media screen and (min-width: 37.5em) {
    /* line 104, ../src/footer.scss */
    .footer__navigation {
      width: 59%;
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; } }
  @media screen and (min-width: 53em) {
    /* line 104, ../src/footer.scss */
    .footer__navigation {
      width: 52%; } }
  @media screen and (min-width: 68.75em) {
    /* line 104, ../src/footer.scss */
    .footer__navigation {
      width: 40%; } }
  /* line 124, ../src/footer.scss */
  .footer__navigation .menu {
    column-count: 2;
    line-height: 1.4;
    break-inside: avoid; }
  /* line 130, ../src/footer.scss */
  .footer__navigation .menu-item {
    margin-bottom: 1.25em; }
    @media screen and (min-width: 37.5em) {
      /* line 130, ../src/footer.scss */
      .footer__navigation .menu-item {
        width: auto; } }
    /* line 137, ../src/footer.scss */
    .footer__navigation .menu-item a {
      transition: border-bottom 0.3s ease; }
      /* line 140, ../src/footer.scss */
      .footer__navigation .menu-item a:hover, .footer__navigation .menu-item a:focus {
        border-bottom: 5px solid #ffffff; }
  @media screen and (min-width: 42em) {
    /* line 148, ../src/footer.scss */
    .footer__navigation .current-menu-item > a {
      border-bottom: 5px solid #ffffff; } }
  /* line 155, ../src/footer.scss */
  .footer__navigation .offsite:after {
    content: '';
    background-image: url("../../images/arrow.svg");
    height: 0.9em;
    width: 0.9em;
    font-size: 0.9em;
    display: inline-block;
    margin-left: 0.5em; }
  /* line 165, ../src/footer.scss */
  .footer__navigation .sub-menu {
    font-weight: normal;
    margin-top: 0.35em; }
    /* line 169, ../src/footer.scss */
    .footer__navigation .sub-menu .menu-item {
      margin-bottom: 0.35em; }
      /* line 174, ../src/footer.scss */
      .footer__navigation .sub-menu .menu-item a:hover, .footer__navigation .sub-menu .menu-item a:focus {
        border-bottom: 2px solid #ffffff; }
    @media screen and (min-width: 42em) {
      /* line 182, ../src/footer.scss */
      .footer__navigation .sub-menu .current-menu-item a {
        border-bottom: 2px solid #ffffff; } }

/* line 190, ../src/footer.scss */
.footer__header {
  text-transform: uppercase;
  font-weight: 600; }

@media screen and (min-width: 53em) {
  /* line 195, ../src/footer.scss */
  .footer__contact-mailing-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 48%;
    -ms-flex-pack: justify;
        justify-content: space-between; } }
@media screen and (min-width: 68.75em) {
  /* line 195, ../src/footer.scss */
  .footer__contact-mailing-wrapper {
    width: 38%; } }

/* Contact */
/* line 208, ../src/footer.scss */
.footer__contact {
  margin-bottom: 3em;
  padding-bottom: 2em;
  border-bottom: 1px solid #ffffff; }
  @media screen and (min-width: 53em) {
    /* line 208, ../src/footer.scss */
    .footer__contact {
      width: 60%;
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; } }
  @media screen and (min-width: 68.75em) {
    /* line 208, ../src/footer.scss */
    .footer__contact {
      width: 60%;
      margin-right: 2%; } }

/* Mailing List */
@media screen and (min-width: 53em) {
  /* line 230, ../src/footer.scss */
  .footer__mailing {
    width: 40%; } }
@media screen and (min-width: 68.75em) {
  /* line 230, ../src/footer.scss */
  .footer__mailing {
    width: 40%; } }

/* line 238, ../src/footer.scss */
.footer__button-wrapper {
  margin-top: 1em; }

/* line 241, ../src/footer.scss */
.footer__mailing-list-button {
  margin-bottom: 1em;
  margin-bottom: 2em;
  cursor: pointer;
  color: #031F66;
  display: inline-block;
  font-size: 0.9rem;
  text-decoration: none;
  padding: 0.6em 0.75em 0.5em;
  outline: 2px solid #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  transition: outline 0.3s ease; }
  @media screen and (min-width: 53em) {
    /* line 241, ../src/footer.scss */
    .footer__mailing-list-button {
      font-size: 1rem; } }
  /* line 259, ../src/footer.scss */
  .footer__mailing-list-button:hover, .footer__mailing-list-button:focus {
    outline: 4px solid #ffffff; }

/* Social */
/* line 266, ../src/footer.scss */
.footer__social {
  margin-bottom: 4em; }
  @media screen and (min-width: 42em) {
    /* line 266, ../src/footer.scss */
    .footer__social {
      display: inline-block;
      vertical-align: top; } }
  @media print {
    /* line 266, ../src/footer.scss */
    .footer__social {
      display: none; } }
  /* line 278, ../src/footer.scss */
  .footer__social a {
    text-decoration: none;
    color: #ffffff;
    margin-right: 0.75em; }
    @media screen and (min-width: 53em) {
      /* line 278, ../src/footer.scss */
      .footer__social a {
        opacity: 0.8;
        transition: opacity 0.3s ease; } }
    @media screen and (min-width: 53em) {
      /* line 287, ../src/footer.scss */
      .footer__social a:hover, .footer__social a:focus {
        opacity: 1; } }
  /* line 295, ../src/footer.scss */
  .footer__social .footer__header {
    margin-bottom: 0.5em; }

/* line 299, ../src/footer.scss */
.footer__icon {
  width: 1.25em; }
