@import url("https://use.typekit.net/thh4bam.css");
:root {
  --body-font: proxima-nova, ProximaNova, sans-serif;
  --heading-font: Stroma, serif;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 400ms ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 400ms ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  max-height: 15rem;
  overflow-y: scroll;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 0.75rem;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  transition: all 400ms cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* For some reason, even though this should be pulled with the settings call, it's not, so we have
		to explicitly import it (use doesn't work) */
:root {
  --body-font: proxima-nova, ProximaNova, sans-serif;
  --heading-font: Stroma, serif;
}

/* These versions of ProximaNova are loaded as a backup, in case Adobe Fonts ("proxima-nova")
		can't be loaded properly. They should be ignored the majority of the time.

		 N.B. The font files located inside the "proximanova" folder do not include special
		 		characters, such as the ampersand, etc. They should not be used, and are
		 		present just for historical reference */
@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../../../static/src/fonts/proxima-nova/Proxima-Nova-Light.otf") format("open-type");
}
@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../../../static/src/fonts/proxima-nova/Proxima-Nova-Regular.otf") format("open-type");
}
@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../../../static/src/fonts/proxima-nova/Proxima-Nova-Medium.ttf") format("truetype-variations");
}
@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../../../static/src/fonts/proxima-nova/Proxima-Nova-Bold.otf") format("open-type");
}
@font-face {
  font-family: "ProximaNova";
  font-style: italic;
  font-weight: 300;
  src: local(""), url("../../../static/src/fonts/proxima-nova/Proxima-Nova-Light-It.otf") format("open-type");
}
@font-face {
  font-family: "ProximaNova";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("../../../static/src/fonts/proxima-nova/Proxima-Nova-Reg-It.otf") format("open-type");
}
@font-face {
  font-family: "ProximaNova";
  font-style: italic;
  font-weight: 700;
  src: local(""), url("../../../static/src/fonts/proxima-nova/Proxima-Nova-Bold-It.otf") format("open-type");
}
@font-face {
  font-family: "Stroma";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../../../static/src/fonts/Tokotype-Stroma-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Stroma";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../../../static/src/fonts/Tokotype-Stroma-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Stroma";
  font-style: italic;
  font-weight: 500;
  src: local(""), url("../../../static/src/fonts/Tokotype-Stroma-Medium-Italic.otf") format("opentype");
}
@font-face {
  font-family: "Stroma";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../../../static/src/fonts/Tokotype-Stroma-Light.otf") format("opentype");
}
@font-face {
  font-family: "Stroma";
  font-style: italic;
  font-weight: 300;
  src: local(""), url("../../../static/src/fonts/Tokotype-Stroma-Light-Italic.otf") format("opentype");
}
@font-face {
  font-family: "Stroma";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("../../../static/src/fonts/Tokotype-Stroma-Italic.otf") format("opentype");
}
@font-face {
  font-family: "Stroma";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../../../static/src/fonts/Tokotype-Stroma-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Stroma";
  font-style: italic;
  font-weight: 700;
  src: local(""), url("../../../static/src/fonts/Tokotype-Stroma-Bold-Italic.otf") format("opentype");
}
:where(.footer) {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:where(.footer) :where(.footer) {
  box-sizing: border-box;
  font-size: 100%;
}
:where(.footer) *, :where(.footer) *:before, :where(.footer) *:after {
  box-sizing: inherit;
}
:where(.footer) body {
  margin: 0;
}
:where(.footer) picture {
  width: 100%;
}
:where(.footer) img {
  max-width: 100%;
  display: block;
  height: auto;
}
:where(.footer) ul {
  margin: 0;
}
:where(.footer) ol, :where(.footer) ul {
  padding: 0;
}
:where(.footer) li {
  list-style: none;
}
:where(.footer) button {
  border: 0;
  padding: 0;
  background: none;
  color: inherit;
  font: inherit;
}
:where(.footer) a {
  text-decoration: none;
}
:where(.footer) small {
  display: inline-block;
}
:where(:where(.footer)) a {
  color: #0067A2;
  font-weight: 600;
  line-height: 1.625rem;
  transition: 400ms ease;
}
:where(:where(.footer)) a:hover {
  color: #002D61;
  text-decoration: underline;
}
:where(.footer) .button--link,
:where(.footer) .wp-block-button__link {
  align-items: center;
  appearance: none;
  background: transparent;
  padding: 9px 30px 9px 20px;
  min-height: 40px;
  justify-content: center;
  text-align: center;
  transition: 400ms ease;
  font-weight: 700;
  line-height: 28px;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-family: "proxima-nova", "ProximaNova", sans-serif;
  justify-content: center;
  line-height: 1.5;
  outline: 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: 400ms ease-in-out;
  background-color: #0067A2;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  min-height: 0;
  padding: 19px 40px;
  border-radius: 0px;
  color: white;
}
@media (min-width: 1094px) {
  :where(.footer) .button--link,
  :where(.footer) .wp-block-button__link {
    line-height: 1.4;
  }
}
@media (min-width: 1094px) {
  :where(.footer) .button--link,
  :where(.footer) .wp-block-button__link {
    font-size: 1rem;
  }
}
:where(.footer) .button--link:hover, :where(.footer) .button--link:active, :where(.footer) .button--link:focus, :where(.footer) .button--link.hover, .is-link:hover :where(.footer) .button--link,
:where(.footer) .wp-block-button__link:hover,
:where(.footer) .wp-block-button__link:active,
:where(.footer) .wp-block-button__link:focus,
:where(.footer) .wp-block-button__link.hover,
.is-link:hover :where(.footer) .wp-block-button__link {
  background: #002D61;
  text-decoration: none;
  color: white;
}
:where(.footer) .button--link:hover .arrow, :where(.footer) .button--link:active .arrow, :where(.footer) .button--link:focus .arrow, :where(.footer) .button--link.hover .arrow, .is-link:hover :where(.footer) .button--link .arrow,
:where(.footer) .wp-block-button__link:hover .arrow,
:where(.footer) .wp-block-button__link:active .arrow,
:where(.footer) .wp-block-button__link:focus .arrow,
:where(.footer) .wp-block-button__link.hover .arrow,
.is-link:hover :where(.footer) .wp-block-button__link .arrow {
  width: 32px;
}
:where(.footer) .button--link:focus, :where(.footer) .button--link.focus,
:where(.footer) .wp-block-button__link:focus,
:where(.footer) .wp-block-button__link.focus {
  box-shadow: 0 0 3pt 2pt rgb(59, 153, 252);
}
:where(.footer) .button--link .arrow,
:where(.footer) .wp-block-button__link .arrow {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 16px;
  height: 22px;
  margin-left: 1em;
  transition: all 400ms ease-in-out;
}
:where(.footer) .button--link .arrow::after, :where(.footer) .button--link .arrow::before,
:where(.footer) .wp-block-button__link .arrow::after,
:where(.footer) .wp-block-button__link .arrow::before {
  content: "";
  transition: width 400ms ease-in-out;
  display: block;
  box-sizing: border-box;
  position: absolute;
  transition: all 400ms ease-in-out;
}
:where(.footer) .button--link .arrow::after,
:where(.footer) .wp-block-button__link .arrow::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: currentColor;
  transform: rotate(45deg);
  bottom: 7px;
  right: 0;
}
:where(.footer) .button--link .arrow::before,
:where(.footer) .wp-block-button__link .arrow::before {
  width: 100%;
  height: 2px;
  bottom: 10px;
  background: currentColor;
  left: 0;
}
:where(.footer) .button--link:hover .arrow, :where(.footer) .button--link:focus .arrow, :where(.footer) .button--link:active .arrow,
:where(.footer) .wp-block-button__link:hover .arrow,
:where(.footer) .wp-block-button__link:focus .arrow,
:where(.footer) .wp-block-button__link:active .arrow {
  width: 32px;
}
:where(.footer) .button--link--dark,
:where(.footer) .wp-block-button__link--dark {
  background: #002D61;
}
:where(.footer) .button--link--orange,
:where(.footer) .wp-block-button__link--orange {
  background: #D1422a;
}
:where(.footer) .button--link--red,
:where(.footer) .wp-block-button__link--red {
  background: #A71F08;
}
:where(.footer) a {
  text-decoration: none;
  color: #000000;
}
:where(.footer) ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
:where(.footer) .layout {
  position: relative;
  overflow: hidden;
}
:where(.footer) .layout__block {
  margin-bottom: 64px;
}
:where(.footer) .layout__block + .has-sidebar {
  margin-top: -36px;
}
@media (min-width: 1280px) {
  :where(.footer) .layout__block {
    margin-bottom: 144px;
  }
  :where(.footer) .layout__block.feature-news, :where(.footer) .layout__block.feature-events {
    margin-bottom: 64px;
  }
  :where(.footer) .layout__block.feature-news.no-header, :where(.footer) .layout__block.feature-events.no-header {
    margin-bottom: 24px;
  }
}
.has-sidebar :where(.footer) .layout__block {
  margin-bottom: 64px;
}
@media (min-width: 1280px) {
  .has-sidebar :where(.footer) .layout__block {
    margin-bottom: 95px;
  }
}
:where(.footer) .layout__wrapper, :where(.footer) .content-sidebar-wrap.has-sidebar,
:where(.footer) .single-post:not(.full-width-content) .umw-with-blocks .content-sidebar-wrap {
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 375px) {
  :where(.footer) .layout__wrapper, :where(.footer) .content-sidebar-wrap.has-sidebar,
  :where(.footer) .single-post:not(.full-width-content) .umw-with-blocks .content-sidebar-wrap {
    padding: 0 24px;
  }
}
@media (min-width: 767px) {
  :where(.footer) .layout__wrapper, :where(.footer) .content-sidebar-wrap.has-sidebar,
  :where(.footer) .single-post:not(.full-width-content) .umw-with-blocks .content-sidebar-wrap {
    padding: 0 24px;
  }
}
@media (min-width: 1094px) {
  :where(.footer) .layout__wrapper, :where(.footer) .content-sidebar-wrap.has-sidebar,
  :where(.footer) .single-post:not(.full-width-content) .umw-with-blocks .content-sidebar-wrap {
    padding: 0 0px;
  }
}
@media (min-width: 1094px) {
  :where(.footer) .layout__wrapper, :where(.footer) .content-sidebar-wrap.has-sidebar,
  :where(.footer) .single-post:not(.full-width-content) .umw-with-blocks .content-sidebar-wrap {
    width: 1024px;
  }
}
@media (min-width: 1280px) {
  :where(.footer) .layout__wrapper, :where(.footer) .content-sidebar-wrap.has-sidebar,
  :where(.footer) .single-post:not(.full-width-content) .umw-with-blocks .content-sidebar-wrap {
    width: 1240px;
  }
}
@media (min-width: 1440px) {
  :where(.footer) .layout__wrapper, :where(.footer) .content-sidebar-wrap.has-sidebar,
  :where(.footer) .single-post:not(.full-width-content) .umw-with-blocks .content-sidebar-wrap {
    width: 1392px;
  }
}
@media (min-width: 1600px) {
  :where(.footer) .layout__wrapper, :where(.footer) .content-sidebar-wrap.has-sidebar,
  :where(.footer) .single-post:not(.full-width-content) .umw-with-blocks .content-sidebar-wrap {
    width: 1440px;
  }
}
@media (min-width: 1094px) {
  .has-sidebar :where(.footer) .layout__wrapper, .has-sidebar :where(.footer) .content-sidebar-wrap.has-sidebar,
  .has-sidebar :where(.footer) .single-post:not(.full-width-content) .umw-with-blocks .content-sidebar-wrap {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1093px) {
  :where(.footer) .layout__wrapper.has-sidebar, :where(.footer) .content-sidebar-wrap.has-sidebar.has-sidebar,
  :where(.footer) .single-post:not(.full-width-content) .umw-with-blocks .content-sidebar-wrap.has-sidebar {
    padding: 0;
  }
}
@media (min-width: 1094px) {
  :where(.footer) .layout__wrapper, :where(.footer) .content-sidebar-wrap.has-sidebar,
  :where(.footer) .single-post:not(.full-width-content) .umw-with-blocks .content-sidebar-wrap {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
  }
  :where(.footer) .layout__wrapper > .content, :where(.footer) .content-sidebar-wrap.has-sidebar > .content,
  :where(.footer) .single-post:not(.full-width-content) .umw-with-blocks .content-sidebar-wrap > .content {
    grid-area: 1/2/2/3;
    max-width: 100%;
  }
  :where(.footer) .layout__wrapper > .umw-sidebar, :where(.footer) .content-sidebar-wrap.has-sidebar > .umw-sidebar,
  :where(.footer) .single-post:not(.full-width-content) .umw-with-blocks .content-sidebar-wrap > .umw-sidebar {
    grid-area: 1/1/2/2;
  }
}
:where(.footer) .content-sidebar-wrap.has-sidebar {
  flex-direction: column;
}
@media (min-width: 1094px) {
  :where(.footer) .content-sidebar-wrap.has-sidebar {
    flex-direction: row-reverse;
  }
}
:where(.footer) .layout__sidebar {
  width: 100%;
}
@media (min-width: 1094px) {
  :where(.footer) .layout__sidebar {
    flex: 1 0 280px;
    width: 280px;
    max-width: 280px;
    margin-right: 32px;
  }
}
@media (min-width: 1600px) {
  :where(.footer) .layout__sidebar {
    flex: 1 0 358px;
    width: 358px;
    max-width: 358px;
    margin-right: 64px;
  }
}
:where(.footer) .layout__main, :where(.footer) .umw-block-content {
  flex: 1 1 auto;
}
:where(.footer) body.lock {
  overflow: hidden;
}

.footer {
  background: #002D61;
}
@media (min-width: 1094px) {
  .footer .mobile {
    display: none;
  }
}
@media (max-width: 1093px) {
  .footer .desktop {
    display: none;
  }
}
.footer .container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  width: 100%;
}
@media (min-width: 375px) {
  .footer .container {
    padding: 0 24px;
  }
}
@media (min-width: 767px) {
  .footer .container {
    padding: 0 24px;
  }
}
@media (min-width: 1094px) {
  .footer .container {
    padding: 0 0px;
  }
}
@media (min-width: 1094px) {
  .footer .container {
    width: 1024px;
  }
}
@media (min-width: 1280px) {
  .footer .container {
    width: 1240px;
  }
}
@media (min-width: 1440px) {
  .footer .container {
    width: 1392px;
  }
}
@media (min-width: 1600px) {
  .footer .container {
    width: 1440px;
  }
}
@media (min-width: 1094px) {
  .has-sidebar .footer .container {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1093px) {
  .footer .container.has-sidebar {
    padding: 0;
  }
}

.footer__inner {
  padding: 32px 0 24px 0;
}
@media (min-width: 1094px) {
  .footer__inner {
    padding: 128px 0 42px 0;
  }
}

.footer__wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 1094px) {
  .footer__wrapper {
    flex-direction: row;
  }
}

.footer__menu {
  list-style-type: none;
  display: inline-grid;
  grid-template-columns: 1fr;
  padding: 0;
  margin: 0;
}
@media (min-width: 480px) {
  .footer__menu {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 767px) {
  .footer__menu {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1094px) {
  .footer__menu {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .footer__menu {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.footer__menu__section {
  margin-bottom: 33px;
}
@media (min-width: 1094px) {
  .footer__menu__section {
    margin-right: 96px;
    margin-bottom: 64px;
  }
}

.footer__menu__title {
  font-family: "Stroma", serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 36px;
  margin-bottom: 8px;
}

.footer__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}

.footer__list__item {
  margin-bottom: 8px;
}
.footer__list__item:last-child {
  margin-bottom: 0;
}

.footer__list__item__link {
  font-size: 0.75rem;
  line-height: 1.6;
  font-style: normal;
  font-weight: 400;
  font-family: "proxima-nova", "ProximaNova", sans-serif;
  text-decoration: none;
  color: #ffffff;
  outline: 0;
}
@media (min-width: 1094px) {
  .footer__list__item__link {
    font-size: 1rem;
    line-height: 160%;
  }
}
.footer__list__item__link:link, .footer__list__item__link:visited, .footer__list__item__link:hover, .footer__list__item__link:active, .footer__list__item__link:focus {
  color: #ffffff;
}
.footer__list__item__link:hover, .footer__list__item__link:active, .footer__list__item__link:focus {
  text-decoration: underline;
  outline: 0;
}

.footer__logo {
  display: inline-block;
  margin-bottom: 30px;
}
@media (min-width: 1094px) {
  .footer__logo {
    margin-bottom: 72px;
  }
}
.footer__logo svg {
  width: 155px;
}
@media (min-width: 1094px) {
  .footer__logo svg {
    width: 222px;
  }
}

.footer__social__title {
  font-size: 0.75rem;
  line-height: 160%;
  font-weight: 400;
  font-style: normal;
  font-family: "proxima-nova", "ProximaNova", sans-serif;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 16px;
}
@media (min-width: 1094px) {
  .footer__social__title {
    font-size: 1.125rem;
    line-height: 180%;
  }
}
@media (min-width: 1094px) {
  .footer__social__title {
    font-size: 1.3125rem;
  }
}

.footer__social__icons {
  margin-bottom: 16px;
}
.footer__social__icons a {
  margin-right: 20px;
}
.footer__social__icons a:link, .footer__social__icons a:visited, .footer__social__icons a:hover, .footer__social__icons a:active, .footer__social__icons a:focus {
  color: #ffffff;
}
.footer__social__icons a:last-child {
  margin-right: 0;
}
.footer__social__icons svg {
  width: 30px;
  height: 30px;
}

.footer__social__extra a {
  font-size: 0.75rem;
  line-height: 1.6;
  font-style: normal;
  font-weight: 400;
  font-family: "proxima-nova", "ProximaNova", sans-serif;
  text-decoration: none;
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  margin-right: 32px;
}
@media (min-width: 1094px) {
  .footer__social__extra a {
    font-size: 1rem;
    line-height: 160%;
  }
}
.footer__social__extra a:link, .footer__social__extra a:visited, .footer__social__extra a:hover, .footer__social__extra a:active, .footer__social__extra a:focus {
  color: #ffffff;
}
.footer__social__extra a:hover, .footer__social__extra a:active, .footer__social__extra a:focus {
  text-decoration: underline;
  outline: 0;
}
@media (max-width: 1093px) {
  .footer__social__extra a {
    font-size: 0.75rem;
  }
}
.footer__social__extra a:last-child {
  margin-right: 0;
}

.footer__divider {
  height: 1px;
  width: 100%;
  background: #ffffff;
  opacity: 0.05;
}
@media (max-width: 766px) {
  .footer__divider {
    margin-top: 24px;
  }
}

.footer__bottom {
  margin-top: 24px;
}
@media (min-width: 1094px) {
  .footer__bottom {
    margin-top: 48px;
  }
}
.footer__bottom a {
  font-size: 0.75rem;
  line-height: 1.6;
  font-style: normal;
  font-weight: 400;
  font-family: "proxima-nova", "ProximaNova", sans-serif;
  text-decoration: none;
  text-decoration: none;
  color: #ffffff;
  margin-right: 32px;
}
@media (min-width: 1094px) {
  .footer__bottom a {
    font-size: 1rem;
    line-height: 160%;
  }
}
.footer__bottom a:last-child {
  margin-right: 0;
}
.footer__bottom a:link, .footer__bottom a:visited, .footer__bottom a:hover, .footer__bottom a:active, .footer__bottom a:focus {
  color: #ffffff;
}
.footer__bottom a:hover, .footer__bottom a:active, .footer__bottom a:focus {
  text-decoration: underline;
}

.footer__mailing-address {
  font-size: 0.75rem;
  line-height: 1.6;
  font-style: normal;
  font-weight: 400;
  font-family: "proxima-nova", "ProximaNova", sans-serif;
  text-decoration: none;
  color: #ffffff;
  margin: 40px 0;
}
@media (min-width: 1094px) {
  .footer__mailing-address {
    font-size: 1rem;
    line-height: 160%;
  }
}