/* @TODO: Slowly moving away from Open Sans, move away from using $font_familyHeading for non-headings */
/**** Version 2 ****/
.footer {
  background-color: #414141;
  clear: both;
  line-height: 1; }
  .footer__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-bottom: 32px;
    padding-top: 32px;
    width: 100%; }
    @media (min-width: 50em) {
      .footer__container {
        padding-bottom: 48px;
        padding-top: 48px; } }
  .footer__primary {
    margin-bottom: 32px; }
  @media (min-width: 37.5em) {
    .footer__links {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width: 37.5em) {
    .footer__links-group {
      padding-left: 8px;
      padding-right: 8px;
      width: 50%; }
      .footer__links-group:nth-child(odd) {
        padding-left: 0; }
      .footer__links-group:nth-child(even) {
        padding-right: 0; } }
  @media (min-width: 50em) {
    .footer__links-group {
      margin-bottom: 0;
      padding-left: 16px;
      padding-right: 16px;
      width: 25%; }
      .footer__links-group:nth-child(even), .footer__links-group:nth-child(odd) {
        padding-left: 16px;
        padding-right: 16px; }
      .footer__links-group:first-child {
        padding-left: 0; }
      .footer__links-group:last-child {
        padding-right: 0; } }
  .footer__group-item {
    margin-bottom: 16px; }
    @media (min-width: 37.5em) {
      .footer__group-item {
        margin-bottom: 24px; } }
    @media (min-width: 50em) {
      .footer__group-item:last-child {
        margin-bottom: 0; } }
  .footer__toggle {
    cursor: pointer;
    display: block;
    font-weight: 400;
    margin: 0;
    position: relative; }
    @media (min-width: 37.5em) {
      .footer__toggle {
        cursor: auto; } }
  .footer__toggle-icon:before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.82 1L7.94 6.88 2.06 1 1 2.06 7.94 9l6.94-6.94z' stroke-width='.5' stroke='%23414141' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E");
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 0;
    top: 4px;
    transform: rotate(0);
    width: 14px; }
    .footer__list-checkbox:checked ~ .footer__toggle .footer__toggle-icon:before {
      transform: rotate(-180deg); }
  @media (min-width: 37.5em) {
    .footer__toggle-icon {
      display: none; } }
  .footer__list-checkbox {
    opacity: 0;
    position: absolute;
    visibility: hidden; }
    @media (min-width: 50em) {
      .footer__list-checkbox {
        display: none; } }
  .footer__list-heading {
    border-bottom: 1px solid #979797;
    color: #fff;
    display: block;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 12px; }
    @media (min-width: 37.5em) {
      .footer__list-heading {
        border-bottom: 0;
        margin-bottom: 16px;
        padding-bottom: 0; } }
  .footer__list-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden; }
    .footer__list-checkbox:checked ~ .footer__list-content {
      max-height: 400px;
      opacity: 1; }
    @media (min-width: 37.5em) {
      .footer__list-content {
        opacity: 1;
        max-height: none; } }
  .footer__list-links {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 37.5em) {
      .footer__list-links:not(:last-child) {
        margin-bottom: 32px; } }
  .footer__list-item {
    color: #fff;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2857142857;
    margin: 8px 0; }
  .footer__list-link {
    color: #fff;
    opacity: 1;
    transition: opacity 0.2s ease-in-out; }
    .footer__list-link:hover, .footer__list-link:focus {
      color: #fff;
      opacity: .8; }
  .footer__region {
    margin-bottom: 32px;
    margin-top: 24px; }
    @media (min-width: 37.5em) {
      .footer__region {
        margin-top: 0;
        width: 33%; } }
    @media (min-width: 50em) {
      .footer__region {
        margin-bottom: 48px;
        margin-top: 24px;
        margin-left: calc(25% + 16px);
        width: calc(25% - 32px); } }
  .footer__region-label {
    color: #fff;
    display: inline-block;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 12px; }
  .footer__region-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #414141;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.82 1L7.94 6.88 2.06 1 1 2.06 7.94 9l6.94-6.94z' stroke-width='.5' stroke='%23414141' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
    border: 1px solid #fafafa;
    border-radius: 32px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    height: 32px;
    padding: 4px 16px;
    width: 100%; }
    @media (min-width: 64em) {
      .footer__region-select {
        font-size: 14px; } }
  @media (min-width: 37.5em) {
    .footer__social.\--mobile {
      display: none; } }
  .footer__social.\--desktop {
    display: none; }
    @media (min-width: 37.5em) {
      .footer__social.\--desktop {
        display: block; } }
  .footer__secondary {
    border-top: 1px solid #6a6a6a;
    padding-top: 8px; }
    @media (min-width: 37.5em) {
      .footer__secondary {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 16px; } }
    .footer__secondary.\--reduced {
      border-top: 0;
      padding-top: 0; }
  .footer__copyright {
    color: #fff;
    font-size: 12px;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center; }
    @media (min-width: 37.5em) {
      .footer__copyright {
        -ms-flex: 1 0 33%;
        flex: 1 0 33%;
        text-align: left; } }
  .footer__logo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    width: 42px; }
    @media (min-width: 37.5em) {
      .footer__logo {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0; } }
  .footer__logo-link {
    display: block;
    opacity: 1;
    transition: opacity 0.2s ease-in-out; }
    .footer__logo-link:hover, .footer__logo-link:focus {
      opacity: .8; }
  .footer__logo-svg {
    display: block;
    fill: #fff;
    height: auto;
    width: 100%; }
  @media (min-width: 37.5em) {
    .footer__social {
      -ms-flex: 1 0 33%;
      flex: 1 0 33%;
      text-align: right; } }
  .footer__social-list {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 37.5em) {
      .footer__social-list {
        -ms-flex-pack: end;
        justify-content: flex-end; } }
  .footer__social-item {
    margin: 0 8px; }
    .footer__social-item:first-child {
      margin-left: 0; }
    .footer__social-item:last-child {
      margin-right: 0; }
  .footer__social-link {
    display: block;
    opacity: 1;
    transition: opacity 0.2s ease-in-out; }
    .footer__social-link:hover {
      opacity: .8; }
  .footer__social-icon:before {
    content: "";
    display: block; }
  .footer__social-icon.\--email:before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.017.857l8.846 7.49L18.71.856H1.016zM0 1.69v10.717c0 .355.293.64.658.64h18.41c.365 0 .658-.285.658-.64V1.69l-9.43 7.99c-.25.21-.617.21-.864 0L0 1.69z' fill-rule='nonzero' fill='%23FFF'/%3E%3C/svg%3E");
    height: 14px;
    top: 4px;
    width: 20px; }
  .footer__social-icon.\--twitter:before {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.178 2.263c-.726.336-1.505.563-2.323.665.835-.522 1.475-1.35 1.778-2.334-.784.484-1.65.835-2.57 1.025-.74-.823-1.79-1.334-2.955-1.334-2.234 0-4.046 1.89-4.046 4.22 0 .33.035.653.104.962-3.362-.177-6.344-1.857-8.34-4.41-.348.622-.547 1.347-.547 2.12 0 1.465.714 2.758 1.8 3.514-.664-.024-1.288-.214-1.834-.53v.053c0 2.044 1.395 3.75 3.245 4.14-.338.094-.695.146-1.065.146-.26 0-.514-.026-.762-.077.516 1.678 2.01 2.898 3.78 2.932-1.385 1.13-3.13 1.804-5.026 1.804-.326 0-.648-.022-.965-.06C2.242 16.3 4.37 17 6.655 17c7.444 0 11.513-6.432 11.513-12.01l-.014-.546c.795-.59 1.483-1.335 2.024-2.18z' fill-rule='nonzero' fill='%23FFF'/%3E%3C/svg%3E");
    height: 17px;
    top: 4px;
    width: 21px; }
  .footer__social-icon.\--facebook:before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9 0H1.51C1.177 0 .905.274.905.612v15.49c0 .338.272.612.607.612h3.02v-6.48c0-.22-.176-.397-.394-.397h-.622c-.217 0-.394-.177-.394-.396V7.864c0-.22.177-.396.394-.396h.622c.218 0 .394-.177.394-.396V6.04c0-1.012.237-1.78.713-2.3.475-.52 1.257-.78 2.346-.78h1.487c.218 0 .394.178.394.397v1.577c0 .22-.175.397-.393.397h-.783c-.216 0-.39.02-.52.055-.128.036-.222.1-.28.196-.058.096-.096.192-.112.29-.017.096-.025.234-.025.412v.79c0 .218.176.395.394.395h1.344c.217 0 .375.177.352.394L9.28 9.444c-.023.218-.217.394-.435.394H7.75c-.217 0-.393.178-.393.397v6.48H16.9c.336 0 .607-.274.607-.61V.61c0-.338-.27-.612-.607-.612z' fill-rule='nonzero' fill='%23FFF'/%3E%3C/svg%3E");
    height: 17px;
    top: 4px;
    width: 18px; }
  .footer__social-caption {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0; }

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