.rand-footer {
  padding-top: 0;
  color: var(--color-brand-secondary);
  background: var(--color-brand-tertiary);
  font-size: 1rem; }
  @media (min-width: 768px) {
    .rand-footer {
      padding-top: 20px; } }
  .rand-footer a {
    opacity: 0.6;
    color: var(--color-brand-secondary);
    text-decoration: none; }
    .rand-footer a.rand-footer__section-title, .rand-footer a.social__link {
      opacity: 1; }
    .rand-footer a:hover {
      text-decoration: underline; }
    .rand-footer a:not([class]):active, .rand-footer a:not([class]):focus, .rand-footer a:not([class]):visited, .rand-footer a:not([class]):hover {
      color: var(--color-brand-secondary); }
  .rand-footer .rand-component {
    padding-bottom: 0px; }
  .rand-footer .rand-footer__work-btn {
    color: #525252; }
    .rand-footer .rand-footer__work-btn:hover {
      text-decoration: none; }
    @media (max-width: 767px) {
      .rand-footer .rand-footer__work-btn {
        display: inline-block;
        width: auto; } }
  .rand-footer .rand-separator {
    display: none; }
    @media (min-width: 768px) {
      .rand-footer .rand-separator {
        display: block; } }

.rand-footer__section {
  width: 100%;
  padding: 15px 20px 15px 0; }
  @media (min-width: 768px) {
    .rand-footer__section {
      display: inline-block;
      vertical-align: top;
      width: 32%; } }
  @media (min-width: 992px) {
    .rand-footer__section {
      width: 24.7%; } }

@media (min-width: 768px) {
  .rand-footer__section-links {
    display: table;
    width: 100%; } }

.rand-footer__dropdown {
  float: right;
  font-size: 0.8rem;
  position: relative;
  text-align: right;
  top: 4px;
  width: 30%; }
  .rand-footer__dropdown::before {
    color: #fff;
    text-decoration: inherit; }
  @media (min-width: 768px) {
    .rand-footer__dropdown {
      display: none; } }

@media (max-width: 767px) {
  .rand-footer__links {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .rand-footer__links > a {
      display: inline-block;
      width: 70%; }
    .rand-footer__links .rand-footer__subsection {
      display: none; }
    .rand-footer__links.active .rand-footer__subsection {
      display: block;
      margin-top: 5px; }
      .rand-footer__links.active .rand-footer__subsection li {
        padding: 2px 0px; } }

.rand-footer__social {
  width: -moz-fit-content;
  width: fit-content; }
  .rand-footer__social > .social__list {
    justify-content: flex-end; }
  .rand-footer__social > .social__share {
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-end; }

.rand-footer__section-legal {
  display: table;
  width: 100%;
  margin-top: 90px; }
  @media (min-width: 768px) {
    .rand-footer__section-legal {
      margin-top: 30px; } }

@media (min-width: 768px) {
  .rand-footer__section-legal-left {
    width: 74.1%;
    padding-bottom: 4px; }
    .rand-footer__section-legal-left span {
      height: 13px;
      opacity: 0.6;
      line-height: 10px;
      padding: 0 6px 0 8px;
      border-left: 1px solid #fff; }
      .rand-footer__section-legal-left span:first-of-type {
        padding-left: 0;
        border: none; } }

@media (min-width: 768px) {
  .rand-footer__section-legal-left {
    display: inline-block;
    vertical-align: bottom; }
    .rand-footer__section-legal-left span {
      display: inline-block;
      margin-bottom: 0;
      width: auto; } }

.rand-footer__powered img {
  max-width: 169px;
  height: auto; }

.rand-footer__section-links {
  padding-top: 30px; }
  @media (min-width: 768px) {
    .rand-footer__section-links {
      display: flex;
      justify-content: space-between;
      padding-top: 0; } }

.rand-footer__dropdown::before {
  color: var(--color-brand-secondary-tint-80); }

.rand-footer__section-legal {
  margin-top: 30px; }
  .rand-footer__section-legal p {
    color: var(--color-brand-secondary-alpha-30); }
  .rand-footer__section-legal-left span {
    display: block;
    margin-bottom: 10px; }
  @media (min-width: 768px) {
    .rand-footer__section-legal-left span {
      display: inline-block;
      margin-bottom: 0;
      border-left: 1px solid var(--color-brand-secondary-alpha-30);
      opacity: 1; }
      .rand-footer__section-legal-left span a {
        opacity: 1;
        color: var(--color-brand-secondary-alpha-30); } }

@media (max-width: 767px) {
  .rand-footer__links {
    border-bottom: 1px solid var(--color-brand-secondary-tint-80); } }

@media (max-width: 520px) {
  .rand-footer .ri-arrow-up::before, .rand-footer .ri-arrow-down::before {
    position: absolute;
    top: -10px; } }

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