/**
 * Brand Color
 *
 */
/**
 * Button Reset
 *
 */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Icon Position
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
a svg, a {
  transition: all 0.1s ease-in-out;
}

/* Typographical Elements
--------------------------------------------- */
body {
  color: #424242;
  font-family: Alef, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}
@media (min-width: 768px) {
  body {
    font-size: 20px;
  }
}
@media print {
  body {
    font-family: sans-serif;
  }
}

a {
  color: #061535;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: 700;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
}

code {
  padding: 2px 4px;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

cite {
  font-style: normal;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Paragraph
--------------------------------------------- */
p {
  margin: 0 0 16px;
  padding: 0;
}
p.large, p.has-large-font-size {
  font-size: 21px;
}
@media (min-width: 768px) {
  p.large, p.has-large-font-size {
    font-size: 24px;
  }
}
p.has-normal-font-size {
  font-size: 18px;
}
@media (min-width: 768px) {
  p.has-normal-font-size {
    font-size: 20px;
  }
}
p.small, p.has-small-font-size {
  font-size: 14px;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212121;
  font-family: Alef, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 16px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #061535;
  text-decoration: none;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}

h1 {
  font-size: 34px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 46px;
  }
}

h2 {
  font-size: 26px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 22px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 28px;
  }
}

h4, h5, h6 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h4, h5, h6 {
    font-size: 22px;
  }
}

/* Button
--------------------------------------------- */
.wp-block-button__link {
  border: 0;
  border-radius: 21px;
  background-color: var(--light-blue);
  color: var(--dark-blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  padding: 0.4em 2.4em;
  text-decoration: none;
}
.is-style-full .wp-block-button__link, .wp-block-button__link.full {
  display: block;
  width: 100%;
}
.wp-block-button__link:not(.has-text-color) {
  color: white;
}
.wp-block-button__link:not(.has-text-color):hover {
  color: white;
}
.wp-block-button__link:not(.has-background) {
  background-color: #061535;
}
.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
  background-color: #010307;
}
.wp-block-button__link.has-dark-blue-color:hover, .wp-block-button__link.has-dark-blue-color:focus {
  color: #061535;
}
.wp-block-button__link.has-dark-blue-background-color:hover, .wp-block-button__link.has-dark-blue-background-color:focus {
  background-color: #010307;
}
.wp-block-button__link.has-light-blue-color:hover, .wp-block-button__link.has-light-blue-color:focus {
  color: #00e1ff;
}
.wp-block-button__link.has-light-blue-background-color:hover, .wp-block-button__link.has-light-blue-background-color:focus {
  background-color: #00b4cc;
}

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  background: transparent url(/National_Library/oe_/https://50states.rudermanfoundation.org/wp-content/themes/ruderman-mini/assets/icons/utility/quote.svg) no-repeat top left;
  background-size: 36px auto;
  padding-top: 47px;
  text-align: left;
}
blockquote p,
blockquote.wp-block-quote p {
  color: #424242;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
blockquote cite,
blockquote .wp-block-quote__citation,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote .wp-block-quote__citation {
  color: #424242;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
  opacity: 0.5;
  text-transform: uppercase;
}
blockquote p:last-of-type,
blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}

/* Separator
--------------------------------------------- */
.wp-block-separator,
hr {
  background: transparent;
  border: none;
  width: 100%;
  height: 32px;
  position: relative;
}
.wp-block-separator::before,
hr::before {
  background: #E0E0E0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
}

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image figcaption {
  color: #757575;
  text-align: left;
  font-size: 14px;
  font-style: normal;
}

/* Tables
--------------------------------------------- */
.wp-block-table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
  border: 1px solid;
}

/* Color Options
--------------------------------------------- */
.has-dark-blue-color {
  color: #061535;
}

.has-dark-blue-background-color {
  background-color: #061535;
}

.has-light-blue-color {
  color: #00e1ff;
}

.has-light-blue-background-color {
  background-color: #00e1ff;
}

/* Group
--------------------------------------------- */
.wp-block-group {
  padding: 40px 16px;
}
@media (min-width: 768px) {
  .wp-block-group {
    padding: 60px 16px;
  }
}
@media (min-width: 992px) {
  .wp-block-group {
    padding: 70px 16px;
  }
}
.wp-block-group .wp-block-group__inner-container {
  max-width: 768px;
  margin: 0 auto;
}
.wp-block-group .wp-block-group__inner-container:after {
  content: "";
  display: table;
  clear: both;
}
.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.wp-block-group.has-background:not(.has-grey-background-color) {
  color: #fff;
}
.wp-block-group.has-background:not(.has-grey-background-color) h1, .wp-block-group.has-background:not(.has-grey-background-color) h2, .wp-block-group.has-background:not(.has-grey-background-color) h3, .wp-block-group.has-background:not(.has-grey-background-color) h4, .wp-block-group.has-background:not(.has-grey-background-color) h5, .wp-block-group.has-background:not(.has-grey-background-color) h6, .wp-block-group.has-background:not(.has-grey-background-color) p {
  color: #fff;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
.wrap:after {
  content: "";
  display: table;
  clear: both;
}

.singular.content .site-inner > .wrap {
  max-width: 800px;
}

/* Screen Reader Text
--------------------------------------------- */
.genesis-skip-link {
  display: none;
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Sidebar Layouts
--------------------------------------------- */
@media (max-width: 991px) {
  .sidebar-primary {
    display: none;
  }
}
@media (min-width: 992px) {
  .content-sidebar .site-main {
    float: left;
    width: 65.7534246575%;
  }
  .content-sidebar .sidebar-primary {
    float: right;
    width: 28.6815068493%;
  }
  @supports (display: grid) {
    .content-sidebar .content-area {
      display: grid;
      grid-template-columns: 1fr 300px;
      grid-column-gap: 32px;
    }
    .content-sidebar .site-main {
      float: none;
      width: 100%;
      max-width: 768px;
    }
    .content-sidebar .sidebar-primary {
      float: none;
      width: 100%;
    }
  }
}
/* Forms
--------------------------------------------- */
input, select, textarea {
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  color: #424242;
  font-size: 18px;
  line-height: 24px;
  padding: 14px 16px;
  width: 100%;
}

select {
  line-height: 54px;
  height: 54px;
}

textarea {
  width: 100%;
}

::-moz-placeholder {
  color: #BDBDBD;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #BDBDBD;
}

::-webkit-input-placeholder {
  color: #BDBDBD;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* Search Form
--------------------------------------------- */
.search-form {
  border: 1px solid #E0E0E0;
  max-width: 400px;
  position: relative;
  overflow: hidden;
}
.search-form .search-field {
  border: none;
  padding-right: 44px;
  width: 100%;
}
.search-form .search-submit {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  min-width: 0;
  width: 44px;
  height: 44px;
  line-height: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: 0;
}
.search-form .search-submit svg {
  fill: #757575;
  width: 20px;
  height: 20px;
}
.search-form .search-submit svg:hover {
  fill: #061535;
}

button,
.menu-item-btn {
  background-color: var(--light-blue);
  border: 0;
  padding: 0.4em 2.4em;
  border-radius: 21px;
  color: var(--dark-blue);
  font-size: 18px;
  cursor: pointer;
}
button:hover, button:focus, button.active,
.menu-item-btn:hover,
.menu-item-btn:focus,
.menu-item-btn.active {
  background-color: var(--white);
}

.col-sidebar {
  transition: 0.3s max-width ease, background-color 0.3s ease;
}

.close-sidebar,
.sidebar-nav,
.states-main-title {
  transition: 0.3s opacity ease-in-out;
}

.ajax-finished .country-img,
.ajax-finished .main-title,
.ajax-finished .state-read-more,
.ajax-finished .side-content {
  transform: translateX(0);
  opacity: 1;
}

.country-img,
.main-title,
.state-read-more,
.side-content {
  transform: translateX(50px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

@keyframes reveal-from-top {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.flip-in-diag-2-br {
  -webkit-animation: flip-in-diag-2-br 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: flip-in-diag-2-br 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.flip-out-diag-2-br {
  -webkit-animation: flip-out-diag-2-br 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: flip-out-diag-2-br 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-5-6 21:28:51
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation flip-in-diag-2-br
 * ----------------------------------------
 */
@-webkit-keyframes flip-in-diag-2-br {
  0% {
    -webkit-transform: rotate3d(-1, 1, 0, -80deg);
    transform: rotate3d(-1, 1, 0, -80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
    transform: rotate3d(1, 1, 0, 0deg);
    opacity: 1;
  }
}
@keyframes flip-in-diag-2-br {
  0% {
    -webkit-transform: rotate3d(-1, 1, 0, -80deg);
    transform: rotate3d(-1, 1, 0, -80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
    transform: rotate3d(1, 1, 0, 0deg);
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2021-5-6 20:50:59
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation flip-out-diag-2-br
 * ----------------------------------------
 */
@-webkit-keyframes flip-out-diag-2-br {
  0% {
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
    transform: rotate3d(1, 1, 0, 0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate3d(-1, 1, 0, 70deg);
    transform: rotate3d(-1, 1, 0, 70deg);
    opacity: 0;
  }
}
@keyframes flip-out-diag-2-br {
  0% {
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
    transform: rotate3d(1, 1, 0, 0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate3d(-1, 1, 0, 70deg);
    transform: rotate3d(-1, 1, 0, 70deg);
    opacity: 0;
  }
}
:root {
  --dark-blue: #061535;
  --light-blue: #00e1ff;
  --white: #fff;
}

.color-light-blue {
  color: var(--light-blue);
}

.color-white {
  color: var(--white);
}

.flex {
  display: flex;
}

#map-us-svg > path {
  cursor: pointer;
  outline: none;
}

.st0 {
  fill: #348896;
}
.st0:hover, .st0:active, .st0.active {
  fill: #fff !important;
}

.st1, .st2 {
  fill: none;
  stroke: #053c4b;
}

.st2 {
  fill: #348896;
}

.site-container {
  background-image: url(/National_Library/oe_/https://50states.rudermanfoundation.org/wp-content/themes/ruderman-mini/assets/img/background-2.jpg);
  min-height: 100vh;
  background-size: cover;
}

.map-grid {
  min-height: 100vh;
}

.col-map {
  min-height: 100vh;
  position: relative;
  z-index: 90;
}

.col-map-inner {
  width: 75%;
  display: flex;
  align-items: baseline;
  margin: auto;
  justify-content: center;
}
.col-map-inner > svg {
  max-height: 80vh;
  width: 100%;
}

.col-content {
  width: 100%;
  flex: 1;
}
.col-content.has-overlay:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.col-spacer {
  width: 360px;
}

.col-sidebar {
  background-color: var(--dark-blue);
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 360px;
  z-index: 100;
}
.col-sidebar .country-link-wrap {
  opacity: 0;
  visibility: hidden;
}
.col-sidebar.active {
  max-width: 840px;
  max-height: 100vh;
  overflow: auto;
}
.col-sidebar.active .country-link-wrap {
  opacity: 1;
  visibility: visible;
}
.col-sidebar.active.sidebar-state {
  --dark-blue: #fff;
  --white: #061535;
}

.col-sidebar-inner {
  padding: 60px 30px;
}

.sidebar-nav-header {
  display: flex;
  justify-content: space-between;
}

.sidebar-nav {
  opacity: 0;
  visibility: hidden;
  margin-left: 40px;
  transition-delay: 0.3s;
}
@media (min-width: 769px) {
  .sidebar-nav {
    flex: 0 1 640px;
  }
}
.sidebar-page.active .sidebar-nav {
  visibility: visible;
  opacity: 1;
}
.sidebar-nav ul {
  display: flex;
  list-style: none;
  margin-top: 0;
}

.close-sidebar {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 860px;
  background-color: #fff;
  transition-delay: 0.4s;
  display: flex;
  padding: 0.65em 1.4em;
}
.col-sidebar.active .close-sidebar {
  visibility: visible;
  opacity: 1;
}
.close-sidebar:hover {
  background-color: #fff;
}

.roderman-logo {
  position: fixed;
  bottom: 5%;
  left: 5%;
}

.map-header {
  width: 100%;
  display: flex;
  padding: 60px;
  justify-content: space-between;
}

.map-info {
  color: #fff;
  max-width: 240px;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.map-info > span {
  margin-right: 10px;
  font-size: 15px;
  line-height: 18px;
}

.menu-wrap {
  display: flex;
  grid-gap: 5px;
}
.menu-wrap .button {
  background-color: var(--light-blue);
  border: 0;
  padding: 0.4em 2.4em;
  border-radius: 21px;
  color: var(--dark-blue);
  font-size: 18px;
  cursor: pointer;
}
.menu-wrap .button:hover {
  background-color: #fff;
}
.menu-wrap .menu-item-btn,
.menu-wrap .button {
  display: flex;
  align-items: center;
  padding: 0 1.7em;
}

.main-title {
  font-size: 53px;
  color: var(--white);
  font-family: "Secular One", sans-serif;
  line-height: 0.9;
  max-width: 300px;
}
.main-title img {
  max-width: 100%;
}

.sidebar-flag {
  background-color: transparent;
  padding: 0;
}
.sidebar-flag img {
  width: 101px;
  margin-bottom: 100px;
  pointer-events: none;
}
.sidebar-flag.active, .sidebar-flag:hover, .sidebar-flag:focus {
  background-color: transparent;
}

.states-main-title {
  font-size: 25px;
  line-height: 22px;
  margin: 0 15px 0 auto;
  opacity: 0;
  visibility: hidden;
  font-family: "Secular One", sans-serif;
  transition-delay: 0.4;
}
.states-main-title span {
  width: max-content;
  display: inline-block;
}
.sidebar-state .states-main-title {
  opacity: 1;
  visibility: visible;
}

.side-content {
  font-size: 17px;
  color: var(--white);
  line-height: 24px;
  max-width: 600px;
  max-height: 140px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .side-content {
    overflow-x: hidden;
  }
}
.col-sidebar.active .side-content {
  max-height: none;
  overflow: auto;
  text-align: justify;
}

.about-more {
  margin-top: 45px;
  display: none;
}

.sidebar-page.active .about-more {
  display: none;
}

.sidebar-page .states-main-title {
  display: none;
}
.sidebar-page .about-more {
  display: block;
}

.state-read-more {
  margin-top: 30px;
}
.sidebar-page .state-read-more, .col-sidebar.active .state-read-more {
  display: none;
}

@media (max-width: 1199px) {
  .col-spacer {
    display: none;
  }

  .col-sidebar {
    transform: translateX(100vmin);
    transition: transform 0.2s;
    overflow: auto;
  }
  .col-sidebar.active, .col-sidebar.sidebar-state {
    transform: translateX(0);
    max-width: 100vmin;
  }
  .col-sidebar.sidebar-state.active .country-link-wrap {
    display: flex;
  }

  .close-sidebar {
    position: absolute;
    top: 10px;
    right: 70vmin;
  }
  .sidebar-state .close-sidebar {
    opacity: 1;
    visibility: visible;
  }

  .map-header {
    width: 100%;
    display: flex;
    padding: 15px;
    justify-content: space-between;
    position: absolute;
    flex-flow: wrap;
  }

  .col-map-inner {
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
  }
  .col-map-inner > svg {
    max-height: 70vmin;
  }

  .menu-item-btn {
    padding: 0.4em 1em;
    font-size: 14px;
  }

  .states-main-title {
    display: none;
  }

  .sidebar-flag img {
    margin-bottom: 30px;
  }
}
.country-link-wrap {
  display: none;
  align-items: center;
  justify-content: flex-end;
  max-width: 200px;
  line-height: 1;
}
.sidebar-state.active .country-link-wrap {
  display: flex;
}
.country-link-wrap p {
  text-decoration: none;
}
.country-link-wrap img {
  width: 70px;
}

a[href=""].country-link-wrap {
  display: none !important;
}

@media (max-width: 500px) {
  .sidebar-nav-header {
    flex-direction: column;
  }
}

.form-wrap {
  position: relative;
}

#filter-records {
  position: absolute;
  width: 100%;
  background: #fff;
}

#txt-search {
  background: #00e1ff;
  color: #424242;
  font-size: 18px;
  line-height: 24px;
  padding: 14px 16px;
  width: 100%;
  border: 0;
  border-radius: 1.6rem;
}

#searchcountry {
  background-image: url(/National_Library/oe_/https://50states.rudermanfoundation.org/wp-content/themes/ruderman-mini/assets/img/iconmonstr-magnifier-2.svg);
  background-repeat: no-repeat;
  background-position: 20px 50%;
  width: 60px;
  background-size: 18px;
}

#txt-search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

#txt-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

#txt-search::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

#filter-records {
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #00e1ff;
}
#filter-records a {
  padding: 15px;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}