:root {
  --l: 50%;
  --white: #fff;
  --black: #000;
  --rm-green: #44e5b9;
  --rm-blue-light: #528bfc;
  --rm-blue: #0156fc;
  --rm-red: #e0152b;
  --rm-yellow: #fad442;
  --rm-black: #151215;
  --rm-gray: #edf0f3;
  --rm-gray-neutral: #dbdbdb;
  --rm-gray--100: #8b8f92;
  --rm-gray--200: #8b9ba0;
  --rm-gray--300: #607075;
  --rm-gray--dark: #252b2d;
  --rm-accent--lime: #6bebb6;
  --rm-accent--yellow: #fad442;
  --rm-accent--ramsalt: #00507e;
  --rm-accent: var(--rm-accent--lime);
  --rm-accent--secondary: var(--rm-green);
  --primary: #151215;
  --primary-accent: #2e2e2e;
  --primary-100: hsl(var(--primary), calc(var(--l) + 30%));
  --primary-900: hsl(var(--primary), calc(var(--l) - 30%));
  --secondary: #6bebb6;
  --rm-footer-bg: #151215;
  --rm-footer-text: #ffffff; }

:root {
  --l: 50%;
  --white: #fff;
  --black: #000;
  --rm-green: #44e5b9;
  --rm-blue-light: #528bfc;
  --rm-blue: #0156fc;
  --rm-red: #e0152b;
  --rm-yellow: #fad442;
  --rm-black: #151215;
  --rm-gray: #edf0f3;
  --rm-gray-neutral: #dbdbdb;
  --rm-gray--100: #8b8f92;
  --rm-gray--200: #8b9ba0;
  --rm-gray--300: #607075;
  --rm-gray--dark: #252b2d;
  --rm-accent--lime: #6bebb6;
  --rm-accent--yellow: #fad442;
  --rm-accent--ramsalt: #00507e;
  --rm-accent: var(--rm-accent--lime);
  --rm-accent--secondary: var(--rm-green);
  --primary: #151215;
  --primary-accent: #2e2e2e;
  --primary-100: hsl(var(--primary), calc(var(--l) + 30%));
  --primary-900: hsl(var(--primary), calc(var(--l) - 30%));
  --secondary: #6bebb6;
  --rm-footer-bg: #151215;
  --rm-footer-text: #ffffff; }

::-moz-selection {
  color: var(--rm-black);
  background: var(--rm-accent); }

::selection {
  color: var(--rm-black);
  background: var(--rm-accent); }

.font-heading {
  font-family: "Playfair Display", serif; }

/* Focusing the button with a keyboard will show a dashed black line. */
button:focus-visible {
  outline: 1px dashed var(--rm-accent); }

/* Focusing the button with a mouse, touch, or stylus will show a subtle drop shadow. */
button:focus:not(:focus-visible) {
  outline: none; }

.container-sm {
  margin: 0 auto; }
  @media (min-width: 992px) {
    .container-sm {
      max-width: 720px; } }

.footer {
  background: var(--rm-footer-bg);
  color: var(--rm-footer-text); }
  @media (max-width: 991.98px) {
    .footer {
      font-size: 1.125rem; } }
  .footer .powered-by .ramsalt {
    position: relative;
    bottom: 3px; }

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (min-width: 768px) {
    .footer__top {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (min-width: 992px) {
    .footer__top {
      margin-bottom: 1.250rem; } }
  .footer__top .navbar-brand {
    margin-right: 0; }
    .footer__top .navbar-brand .site-logo {
      max-width: 300px; }

.footer__column-wrapper {
  /* Style social media buttons in footer. Might need to get componentized */ }
  .footer__column-wrapper .social-media-links--platforms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 992px) {
      .footer__column-wrapper .social-media-links--platforms {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media screen and (min-width: 992px) {
      .footer__column-wrapper .social-media-links--platforms li {
        padding-right: 0;
        padding-left: 0; } }
    .footer__column-wrapper .social-media-links--platforms li a {
      border: 1px solid var(--rm-accent--secondary);
      border-radius: 50%;
      color: var(--white);
      display: inline-block;
      font-size: 1rem;
      line-height: 3.125rem;
      height: 3.125rem;
      width: 3.125rem;
      text-align: center;
      text-decoration: none;
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .footer__column-wrapper .social-media-links--platforms li a {
          line-height: 4.375rem;
          height: 4.375rem;
          width: 4.375rem; } }
      .footer__column-wrapper .social-media-links--platforms li a .fa {
        font-family: 'fontello';
        font-size: 1.25rem; }
      .footer__column-wrapper .social-media-links--platforms li a:hover {
        background-color: var(--rm-accent--secondary);
        color: var(--rm-black); }

@media (max-width: 991.98px) {
  .footer__column--first {
    margin-bottom: 2.75rem; } }

.footer__textbox p {
  margin-bottom: 2rem;
  color: var(--rm-footer-text); }

.footer__textbox a {
  color: inherit; }

.footer__textbox h1,
.footer__textbox h2,
.footer__textbox h3,
.footer__textbox h4,
.footer__textbox h5,
.footer__textbox h6 {
  color: var(--rm-accent--secondary);
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 4px; }

.footer__textbox strong {
  color: var(--rm-accent--secondary);
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 4px; }

.footer__bottom {
  color: #D2D3D4;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  margin-top: 1.5rem; }
  .footer__bottom a {
    color: var(--primary); }
  .footer__bottom p {
    margin: 0;
    padding: 0; }
  .footer__bottom .powered-by .ramsalt svg #ramsalt path,
  .footer__bottom .powered-by .ramsalt svg #ramsalt polygon {
    fill: var(--white) !important; }
