: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; } }

.select2-container {
  min-width: 150px; }

.select2-container--default .select2-selection--single {
  border: 1px solid #D2D3D4;
  border-radius: 0;
  height: 3.75rem;
  line-height: 3.75rem;
  outline: none; }
  @media (min-width: 768px) {
    .select2-container--default .select2-selection--single {
      height: 2.8125rem;
      line-height: 2.8125rem; } }

.select2-container--open .select2-selection--single {
  border-bottom: 0 !important; }

.select2-results__option, .select2-container--default .select2-selection__rendered {
  line-height: 3.75rem; }
  @media (min-width: 768px) {
    .select2-results__option, .select2-container--default .select2-selection__rendered {
      line-height: 2.8125rem; } }

.select2-container--default .select2-selection__rendered {
  color: inherit !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  line-height: 3.75rem !important;
  padding: 0 1.5rem 0 0.75rem !important; }
  @media (min-width: 768px) {
    .select2-container--default .select2-selection__rendered {
      line-height: 2.8125rem !important; } }

.select2-container--focus .select2-selection--single {
  border-color: var(--primary); }

.select2-container--focus .select2-selection__rendered {
  color: var(--primary) !important; }

.select2-results__option {
  margin-top: -1px;
  color: #94979B;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0 1rem; }

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: '\f078';
  color: var(--primary);
  font-size: 0.525rem;
  font-family: 'fontello';
  display: inline-block;
  vertical-align: top; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #F0F0F1;
  color: var(--rm-gray--dark); }

.select2-container--default .select2-results__option[aria-selected=true] {
  display: none; }

.select2-dropdown {
  border-color: var(--primary);
  border-radius: 0; }
