﻿.font-soleserif {
    font-family: sole-serif-small-variable, sans-serif;
  }
  .caption-bold {
    font-variation-settings: "opsz" 0, "wght" 700;
  }
  .text-light {
    font-variation-settings: "opsz" 500, "wght" 200;
  }
  .text-regular-italic {
    font-variation-settings: "opsz" 500, "wght" 400;
  }
  .footer {
    box-sizing: border-box; 
    font-size: 100%;
    padding-top: 45px;
    position: relative;
    z-index: 8;
  }
  .footer *,
  .footer *::before,
  .footer *::after {
    box-sizing: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
  }
  .footer img,
  .footer svg {
    border: 0;
    display: block;
    height: auto;
    max-width: 100%;
  }
  .footer a:link,
  .footer a:visited {
    text-decoration: none;
  }
  .footer a:hover,
  .footer a:active {
    outline: 0;
  }
  .footer ol,
  .footer ul {
    list-style: none;
  }
  .footer {
    background-color: #fff;
  }
  @media print {
    .footer {
      display: none;
    }
  }
  @media only screen and (max-width: 768px) {
    .footer {
      padding-bottom: 2.5%;
    }
  }
  .footer__top {
    display: flex;
    justify-content: center;
    padding: 1.75% 0 3.75% 0;
  }
  @media only screen and (max-width: 768px) {
    .footer__top {
      padding: 4.75% 0 3.75% 0;
    }
  }
  .footer__top-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 92.5%;
  }
  @media only screen and (max-width: 768px) {
    .footer__top-row {
      align-items: center;
      flex-direction: column;
      width: 90%;
    }
  }
  @media only screen and (max-width: 768px) {
    .footer__top-box {
      width: 100%;
    }
  }
  @media only screen and (max-width: 768px) {
    .footer__top-box--left {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
    }
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px), only screen and (max-width: 999px) {
    .footer__top-box--middle {
      display: none;
    }
  }
  @media only screen and (max-width: 768px) {
    .footer__top-box--right {
      margin-top: 1.25rem;
    }
  }
  .footer__logo--rgf {
    width: 16.5rem;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1000px) and (max-width: 1199px), only screen and (max-width: 999px) {
    .footer__logo--rgf {
      width: 15rem;
    }
  }
  .footer__logo--cipf {
    width: 4.5rem;
    margin: auto;
    margin-bottom: 10px;
  }
  .footer__logo--iiroc {
    width: 12rem;
    margin-bottom: 10px;
  }
  .footer__social-row {
    display: flex;
    align-items: center;
    margin-top: 4rem;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1000px) and (max-width: 1199px), only screen and (max-width: 999px) {
    .footer__social-row {
      margin-top: 2rem;
    }
  }
  @media only screen and (max-width: 768px) {
    .footer__social-row {
      justify-content: center;
      margin-top: 1rem;
    }
  }
  .footer__social-box:first-of-type {
    margin-right: 0.625rem;
  }
  @media (hover) {
    .footer__social-icon-link:hover .footer__social-icon,
    .footer__social-icon-link:active .footer__social-icon,
    .footer__social-icon-link:focus .footer__social-icon {
      opacity: 0.75;
    }
  }
  .footer__social-icon {
    width: 2.25rem;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1000px) and (max-width: 1199px), only screen and (max-width: 999px) {
    .footer__social-icon {
      width: 2rem;
    }
  }
  .footer__nav {
    display: flex;
    align-items: flex-start;
  }
  .footer__nav-box--middle {
    margin: 0 4rem;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1000px) and (max-width: 1199px), only screen and (max-width: 999px) {
    .footer__nav-box--middle {
      margin: 0 2rem;
    }
  }
  .footer__nav-item:not(:last-of-type) {
    margin-bottom: 1rem;
  }
  .footer__nav-link {
    color: #001d67;
    font-size: 1.25rem;
    font-weight: bold;
  }
  @media (hover) {
    .footer__nav-link:hover,
    .footer__nav-link:active,
    .footer__nav-link:focus {
      color: #353b59 !important;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1000px) and (max-width: 1199px), only screen and (max-width: 999px) {
    .footer__nav-link {
      font-size: 1rem;
    }
  }
  .footer__nav-dropdown {
    border-left: 2px solid #c16e32;
    margin: 1rem 0 0 1rem;
    padding-left: 1.25rem;
  }
  .footer__nav-dropdown-item:not(:last-of-type) {
    margin-bottom: 0.375rem;
  }
  .footer__nav-dropdown-link {
    color: #001d67;
    font-size: 0.875rem;
  }
  @media (hover) {
    .footer__nav-dropdown-link:hover,
    .footer__nav-dropdown-link:active,
    .footer__nav-dropdown-link:focus {
      color: #353b59 !important;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1000px) and (max-width: 1199px), only screen and (max-width: 999px) {
    .footer__nav-dropdown-link {
      font-size: 0.75rem;
    }
  }
  .footer__search {
    position: relative;
  }
  @media only screen and (max-width: 768px) {
    .footer__search {
      display: none;
    }
  }
  .footer__search-field {
    height: 2.75rem;
    width: 100%;
    border: 1px solid #afa89d;
    border-radius: 3rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    padding-left: 1.5rem;
  }
  .footer__search-field::placeholder {
    color: #afa89d;
  }
  .footer__search-icon {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: 1.125rem;
  }
  .footer__member-row {
    display: flex;
    align-items: center;
    margin-top: 2.5rem;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1000px) and (max-width: 1199px), only screen and (max-width: 999px) {
    .footer__member-row {
      margin-top: 2rem;
    }
  }
  @media only screen and (max-width: 768px) {
    .footer__member-row {
      justify-content: space-around;
      margin-top: 1.25rem;
    }
  }
  @media only screen and (max-width: 480px) {
    .footer__member-row {
      align-items: flex-start;
      justify-content: space-between;
    }
  }
  .footer__member-box:last-of-type {
    margin-left: 2rem;
  }
  @media only screen and (max-width: 768px) {
    .footer__member-box:last-of-type {
      margin-left: 0;
    }
  }
  .footer__member-link {
    display: flex;
    align-items: center;
    color: #414042 !important;
    font-size: 0.625rem;
    text-transform: uppercase;
  }
  .footer__member-link--cipf {
    justify-content: flex-start;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1000px) and (max-width: 1199px), only screen and (max-width: 999px) {
    .footer__member-link--cipf {
      font-size: 0.6rem !important;
    }
  }
  @media only screen and (max-width: 768px) {
    .footer__member-link--cipf {
      font-size: 0.6rem !important;
    }
  }
  .footer__member-link--iiroc {
    justify-content: flex-end;
  }
  @media only screen and (max-width: 768px) {
    .footer__member-link--iiroc {
      justify-content: center;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1000px) and (max-width: 1199px), only screen and (max-width: 999px) {
    .footer__member-link {
      font-size: 0.6rem !important;
    }
  }
  @media only screen and (max-width: 768px) {
    .footer__member-link {
      font-size: 0.6rem !important;
    }
  }
  .footer__arrow {
    margin-left: 0.375rem;
    width: 0.25rem;
  }
  .footer__bottom {
    display: flex;
    justify-content: center;
    padding: 0.75rem 0;
  }
  .footer__bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 92.5%;
  }
  @media only screen and (max-width: 768px) {
    .footer__bottom-row {
      flex-direction: column;
      text-align: center;
      width: 90%;
    }
  }
  .footer__bottom-box {
    color: #414042;
  }
  @media only screen and (max-width: 768px) {
    .footer__bottom-box:last-of-type {
      border-top: 1px solid rgba(65, 64, 66, 0.3);
      padding-top: 1rem;
      margin-top: 1.25rem;
      width: 100%;
    }
  }
  .footer__copyright {
    font-size: 0.875rem;
    font-weight: 500;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1000px) and (max-width: 1199px), only screen and (max-width: 999px) {
    .footer__copyright {
      font-size: 0.75rem;
    }
  }
  .footer__trade-name {
    font-size: 0.75rem;
    font-weight: 200;
    width: 65%;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1000px) and (max-width: 1199px), only screen and (max-width: 999px) {
    .footer__trade-name {
      font-size: 0.625rem;
    }
  }
  @media only screen and (max-width: 768px) {
    .footer__trade-name {
      margin: 0 auto;
    }
  }
  .footer__legal-nav-list {
    display: flex;
    align-items: flex-start;
  }
  @media only screen and (max-width: 768px) {
    .footer__legal-nav-list {
      text-align: left;
      width: 90%;
      margin: 0 auto;
    }
  }
  @media only screen and (max-width: 768px) {
    .footer__legal-nav-item {
      flex: 0 1 31%;
    }
  }
  .footer__legal-nav-item:not(:last-of-type) {
    margin-right: 1.25rem;
  }
  @media only screen and (max-width: 768px) {
    .footer__legal-nav-item:not(:last-of-type) {
      margin-right: auto;
    }
  }
  .footer__legal-nav-link {
    color: #414042 !important;
    font-size: 0.875rem;
    font-weight: 500;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1000px) and (max-width: 1199px), only screen and (max-width: 999px) {
    .footer__legal-nav-link {
      font-size: 0.75rem;
    }
  }
  .campaignSignupBar {
    background-color: #FFFF;
    border-top: 1px solid gray;
    position: fixed;
    bottom: 0px;
    height: 60px;
    color: #002564;
    width: 100%;
    display: none;
    padding-top: 6px;
    box-sizing: border-box;
    z-index: 333;
    left: 0;
  }
  @media only screen and (max-width: 999px) {
    .campaignSignupBar {
      height: 55px;
    }
  }
  @media print {
    .campaignSignupBar {
      display: none !important;
      height: 1px;
    }
  }
  .campaignSignupBar .mobile {
    display: none;
  }
  @media print {
    .campaignSignupBar .mobile {
      display: none !important;
      height: 1px;
    }
  }
  @media only screen and (max-width: 999px) {
    .campaignSignupBar .mobile {
      display: block;
    }
  }
  .campaignSignupBar .mobile a {
    color: white;
  }
  .campaignSignupBar .container {
    width: 700px;
    margin: auto;
  }
  @media only screen and (max-width: 999px) {
    .campaignSignupBar .container {
      display: none;
    }
  }
  .rgf.wrapper .campaignSignupBar h2,
  .rgf.wrapper .campaignSignupBar h2 * {
    font-weight: 800;
    font-size: 18px;
  }
  .campaignSignupBar p {
    margin-top: -5px;
  }
  .rgf.wrapper .campaignSignupBar .close {
    color: #c17a53;
    background-color: white;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 22px;
    text-align: center;
    font-size: 11px;
    font-weight: 800;
    padding-top: 2px;
    box-sizing: border-box;
    cursor: pointer;
  }
  @media only screen and (max-width: 999px) {
    .rgf.wrapper .campaignSignupBar .close {
      top: 17px;
    }
  }
  .rgf.wrapper .campaignSignupBar a {
    float: right;
    color: white;
    background: #002564;
    border: 1px solid #c17a53;
    display: block;
    width: 200px;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 7px;
    background-image: url(/img/icons/arrowTopRight.png);
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: 9px 9px;
    background-position: calc(100% - 1px) 5%;
  }
  @media only screen and (max-width: 999px) {
    .rgf.wrapper .campaignSignupBar a {
      width: 250px;
      margin: auto;
      float: none;
    }
  }
  .rgf.wrapper .campaignSignupBar a:hover {
    background-color: #c17a53;
    color: white;
  }
  .campaignSignupBar .left {
    width: 400px;
    float: left;
  }
  