/*! normalize.css v8.0.1 | 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; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * 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 {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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; }

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

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

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #453329; }

h1 {
  font-size: 3.25em; }
  @media screen and (max-width: 1550px) {
    h1 {
      font-size: 2.5em; } }
  @media screen and (max-width: 1000px) {
    h1 {
      font-size: 2.25em; } }
  @media screen and (max-width: 415px) {
    h1 {
      font-size: 1.75em; } }

h2 {
  font-size: 2.25em; }
  @media screen and (max-width: 415px) {
    h2 {
      font-size: 1.375em; } }

h3 {
  font-size: 1.625em; }
  @media screen and (max-width: 1000px) {
    h3 {
      font-size: 1.25em; } }
  @media screen and (max-width: 415px) {
    h3 {
      font-size: 1.125em; } }

p {
  font-size: 1.25em;
  line-height: 1.875em; }
  @media screen and (max-width: 1550px) {
    p {
      font-size: 1em;
      line-height: 1.5em; } }
  @media screen and (max-width: 415px) {
    p {
      font-size: 0.875em; } }
  p.strong {
    font-weight: bold; }

svg {
  height: auto;
  display: block; }

.wrapper header {
  background-color: #00247F;
  -webkit-background-size: 100% 19px;
          background-size: 100% 19px;
  height: 19px; }

.wrapper .fake-list {
  padding-top: 67px;
  display: table; }
  .wrapper .fake-list .fake-list-button {
    min-width: 125px;
    height: 27px;
    color: white;
    font-weight: bold;
    background-color: #00247F;
    white-space: nowrap;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .wrapper .fake-list .fake-list-button:hover {
      background-color: #304FFE; }
    @media screen and (min-width: 1001px) and (max-width: 1550px) {
      .wrapper .fake-list .fake-list-button {
        margin-left: 40px;
        width: 120px; } }
  .wrapper .fake-list .list-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid gray;
    padding-bottom: 18px; }
    @media screen and (min-width: 1001px) and (max-width: 1550px) {
      .wrapper .fake-list .list-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .wrapper .fake-list .list-row .bullet-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      padding-right: 10px;
      vertical-align: middle; }
      @media screen and (min-width: 1001px) and (max-width: 1550px) {
        .wrapper .fake-list .list-row .bullet-icon {
          position: absolute; } }
      .wrapper .fake-list .list-row .bullet-icon .orange-bullet {
        vertical-align: middle;
        width: 25px;
        height: 23px;
        margin-top: 3px; }
    .wrapper .fake-list .list-row .bullet-txt {
      display: table-cell;
      vertical-align: top;
      padding-left: 17px;
      padding-right: 42px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      @media screen and (min-width: 1001px) and (max-width: 1550px) {
        .wrapper .fake-list .list-row .bullet-txt {
          padding: 2px 0 10px 40px; } }
      .wrapper .fake-list .list-row .bullet-txt a {
        color: #453329; }
      .wrapper .fake-list .list-row .bullet-txt p {
        line-height: 1.5em;
        margin: 0;
        font-weight: bold; }

.wrapper #home-map {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .wrapper #home-map::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 1000px) {
    .wrapper #home-map {
      display: block; } }
  .wrapper #home-map .sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    padding: 2.35765%; }
    .wrapper #home-map .sidebar:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1000px) {
      .wrapper #home-map .sidebar {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-right: 0; }
        .wrapper #home-map .sidebar:last-child {
          margin-right: 0; } }
    .wrapper #home-map .sidebar h1 {
      color: #00247F; }
    .wrapper #home-map .sidebar p {
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px; }
    @media screen and (max-width: 1000px) {
      .wrapper #home-map .sidebar .brand-logo {
        width: 300px; } }
  .wrapper #home-map .main-map {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    background-color: #cfecf9; }
    .wrapper #home-map .main-map:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1000px) {
      .wrapper #home-map .main-map {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-right: 0; }
        .wrapper #home-map .main-map:last-child {
          margin-right: 0; } }
    .wrapper #home-map .main-map .map-container {
      padding: 2.35765% 75px; }
    .wrapper #home-map .main-map #map-wrap {
      /*@include pad(default);*/
      position: relative;
      height: 0;
      width: 100%;
      padding: 0;
      padding-bottom: 60.6%; }
      .wrapper #home-map .main-map #map-wrap svg {
        /*width: 97%;*/
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        /*margin: 0 auto;*/
        overflow: visible; }
      .wrapper #home-map .main-map #map-wrap .state {
        fill: #045797;
        cursor: pointer; }
        @media screen and (max-width: 1000px) {
          .wrapper #home-map .main-map #map-wrap .state {
            pointer-events: none; } }
        .wrapper #home-map .main-map #map-wrap .state.dc {
          stroke: #045797;
          stroke-linejoin: round;
          stroke-width: 0.3px; }
      .wrapper #home-map .main-map #map-wrap .city-marker {
        cursor: pointer; }
        @media screen and (max-width: 1000px) {
          .wrapper #home-map .main-map #map-wrap .city-marker {
            pointer-events: none; } }
      .wrapper #home-map .main-map #map-wrap .state-boundary {
        fill: none;
        stroke: #043b7a;
        stroke-linejoin: round;
        stroke-width: 3px;
        pointer-events: none; }
  .wrapper #home-map .map-legend {
    padding: 2.35765%;
    padding: 100px;
    position: relative; }
    @media screen and (max-width: 1000px) {
      .wrapper #home-map .map-legend {
        display: none; } }
    .wrapper #home-map .map-legend .legend-footnote {
      width: 693px; }
      .wrapper #home-map .map-legend .legend-footnote p.footnote {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px; }
    .wrapper #home-map .map-legend .legend-row {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; }
      .wrapper #home-map .map-legend .legend-row::after {
        clear: both;
        content: "";
        display: block; }
      .wrapper #home-map .map-legend .legend-row .legend-col {
        margin-bottom: 1em; }
        @media screen and (min-width: 1201px) {
          .wrapper #home-map .map-legend .legend-row .legend-col {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 31.76157%; }
            .wrapper #home-map .map-legend .legend-row .legend-col:last-child {
              margin-right: 0; }
            .wrapper #home-map .map-legend .legend-row .legend-col:nth-child(3n) {
              margin-right: 0; }
            .wrapper #home-map .map-legend .legend-row .legend-col:nth-child(3n+1) {
              clear: left; }
            .wrapper #home-map .map-legend .legend-row .legend-col:nth-child(4n+1) {
              clear: none;
              margin-right: 2.35765%; }
            .wrapper #home-map .map-legend .legend-row .legend-col:nth-child(4n) {
              margin-right: 2.35765%; } }
        @media screen and (min-width: 1001px) and (max-width: 1200px) {
          .wrapper #home-map .map-legend .legend-row .legend-col {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 48.82117%; }
            .wrapper #home-map .map-legend .legend-row .legend-col:last-child {
              margin-right: 0; }
            .wrapper #home-map .map-legend .legend-row .legend-col:nth-child(2n) {
              margin-right: 0; }
            .wrapper #home-map .map-legend .legend-row .legend-col:nth-child(2n+1) {
              clear: left; } }
        .wrapper #home-map .map-legend .legend-row .legend-col .legend-icon {
          display: table-cell;
          padding-right: 10px;
          vertical-align: top; }
        .wrapper #home-map .map-legend .legend-row .legend-col .legend-text {
          display: table-cell;
          vertical-align: top; }
          .wrapper #home-map .map-legend .legend-row .legend-col .legend-text.middle {
            vertical-align: middle; }
          .wrapper #home-map .map-legend .legend-row .legend-col .legend-text p {
            font-size: 1em;
            line-height: normal;
            margin: 0;
            margin-top: 0.35em; }
            .wrapper #home-map .map-legend .legend-row .legend-col .legend-text p.disclaimer {
              font-size: 0.65em;
              margin-top: 0.35em; }
            .wrapper #home-map .map-legend .legend-row .legend-col .legend-text p.legend-name {
              color: #1B1F27;
              font-weight: 700;
              line-height: 17px;
              margin-top: 0;
              font-size: 0.9em;
              margin-bottom: 0.5em; }
            .wrapper #home-map .map-legend .legend-row .legend-col .legend-text p.sub-legend-name {
              font-style: italic;
              font-weight: 400;
              font-size: 12px;
              line-height: 14px;
              padding-bottom: 0.35em; }
          .wrapper #home-map .map-legend .legend-row .legend-col .legend-text .fake-bullets {
            margin-bottom: 10px; }
            .wrapper #home-map .map-legend .legend-row .legend-col .legend-text .fake-bullets .bullet {
              display: table-cell;
              padding-right: 8px;
              vertical-align: top; }
              .wrapper #home-map .map-legend .legend-row .legend-col .legend-text .fake-bullets .bullet img {
                width: 10px; }
            .wrapper #home-map .map-legend .legend-row .legend-col .legend-text .fake-bullets .bullet-text {
              display: table-cell;
              vertical-align: top;
              margin-top: 0;
              font-size: 0.9em; }
        .wrapper #home-map .map-legend .legend-row .legend-col.legend-outbreak {
          width: auto;
          position: absolute;
          top: 10px;
          right: -webkit-calc(31.76157% - 105px);
          right: -moz-calc(31.76157% - 105px);
          right: calc(31.76157% - 105px); }
          .wrapper #home-map .map-legend .legend-row .legend-col.legend-outbreak .legend-icon {
            width: 80px;
            text-align: center; }

.wrapper select {
  width: 100%;
  height: 44px;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: white;
  padding: 0px 45px 8px 10px;
  line-height: normal;
  background-image: url("../res/img/dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  -webkit-appearance: none; }
  .wrapper select.state-select {
    background-color: #048BC9; }
  .wrapper select.outbreak-select {
    background-color: #D85127; }

.wrapper .select-wrap {
  display: none;
  color: white; }
  @media screen and (max-width: 1000px) {
    .wrapper .select-wrap {
      display: block; } }
  .wrapper .select-wrap p {
    margin: 0;
    padding: 10px;
    padding-bottom: 0; }
  .wrapper .select-wrap.state-wrap {
    background-color: #048BC9; }
  .wrapper .select-wrap.outbreak-wrap {
    background-color: #D85127; }

.wrapper .mobile-footer {
  text-align: center;
  background-color: #045797;
  display: none; }
  @media screen and (max-width: 1000px) {
    .wrapper .mobile-footer {
      display: block; } }
  .wrapper .mobile-footer p {
    margin: 0;
    color: white; }

.wrapper .ig {
  background-color: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .wrapper .ig .close-btn {
    position: fixed;
    z-index: 999999;
    top: 28px;
    left: 20px;
    cursor: pointer;
    width: 44px;
    height: 44px; }
    @media screen and (max-width: 1000px) {
      .wrapper .ig .close-btn {
        top: 15px;
        right: 15px;
        width: 38px;
        padding: 3px; } }
    @media screen and (max-width: 415px) {
      .wrapper .ig .close-btn {
        top: 0;
        right: 0;
        left: 0; } }
    .wrapper .ig .close-btn img {
      width: 100%; }
      @media screen and (max-width: 415px) {
        .wrapper .ig .close-btn img {
          width: 44px;
          padding: 7px; } }
  .wrapper .ig .heading {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1px 2.35765%;
    background-color: #00247F;
    color: #ffffff;
    text-align: center; }
    .wrapper .ig .heading::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (max-width: 415px) {
      .wrapper .ig .heading {
        text-align: left; } }
    .wrapper .ig .heading h1 {
      padding: 0 50px; }
      @media screen and (max-width: 415px) {
        .wrapper .ig .heading h1 {
          width: 250px;
          font-size: 1.125em;
          padding: 0 0 0 50px; } }
  .wrapper .ig footer {
    padding: 2.35765%;
    background-color: #00247F; }
    .wrapper .ig footer p {
      padding: 0 2.35765%;
      color: #FFFFFF;
      line-height: normal;
      margin: 0; }
      @media screen and (max-width: 1000px) {
        .wrapper .ig footer p {
          margin-top: 5px;
          margin-bottom: 5px; } }
      .wrapper .ig footer p a {
        color: #ffffff; }

.wrapper #outbreak-ig {
  display: none; }
  .wrapper #outbreak-ig .heading {
    text-align: center; }
    @media screen and (max-width: 1000px) {
      .wrapper #outbreak-ig .heading {
        text-align: left; } }
  .wrapper #outbreak-ig .mobile-popover,
  .wrapper #outbreak-ig .mobile-popover-multiple {
    padding: 0 2.35765%;
    display: none; }
    @media screen and (max-width: 1000px) {
      .wrapper #outbreak-ig .mobile-popover,
      .wrapper #outbreak-ig .mobile-popover-multiple {
        display: block; } }
    .wrapper #outbreak-ig .mobile-popover .data-grid,
    .wrapper #outbreak-ig .mobile-popover-multiple .data-grid {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .wrapper #outbreak-ig .mobile-popover .data-grid::after,
      .wrapper #outbreak-ig .mobile-popover-multiple .data-grid::after {
        clear: both;
        content: "";
        display: block; }
      .wrapper #outbreak-ig .mobile-popover .data-grid .data-row,
      .wrapper #outbreak-ig .mobile-popover-multiple .data-grid .data-row {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-bottom: 15px; }
        .wrapper #outbreak-ig .mobile-popover .data-grid .data-row:last-child,
        .wrapper #outbreak-ig .mobile-popover-multiple .data-grid .data-row:last-child {
          margin-right: 0; }
        .wrapper #outbreak-ig .mobile-popover .data-grid .data-row:nth-child(2n),
        .wrapper #outbreak-ig .mobile-popover-multiple .data-grid .data-row:nth-child(2n) {
          margin-right: 0; }
        .wrapper #outbreak-ig .mobile-popover .data-grid .data-row:nth-child(2n+1),
        .wrapper #outbreak-ig .mobile-popover-multiple .data-grid .data-row:nth-child(2n+1) {
          clear: left; }
        .wrapper #outbreak-ig .mobile-popover .data-grid .data-row .data-icon,
        .wrapper #outbreak-ig .mobile-popover-multiple .data-grid .data-row .data-icon {
          display: table-cell;
          padding-right: 10px; }
          .wrapper #outbreak-ig .mobile-popover .data-grid .data-row .data-icon img,
          .wrapper #outbreak-ig .mobile-popover-multiple .data-grid .data-row .data-icon img {
            width: 50px; }
        .wrapper #outbreak-ig .mobile-popover .data-grid .data-row .data-text,
        .wrapper #outbreak-ig .mobile-popover-multiple .data-grid .data-row .data-text {
          display: table-cell;
          vertical-align: middle; }
          .wrapper #outbreak-ig .mobile-popover .data-grid .data-row .data-text p,
          .wrapper #outbreak-ig .mobile-popover-multiple .data-grid .data-row .data-text p {
            margin: 0; }
        .wrapper #outbreak-ig .mobile-popover .data-grid .data-row .data-arrow,
        .wrapper #outbreak-ig .mobile-popover-multiple .data-grid .data-row .data-arrow {
          vertical-align: middle;
          display: table-cell;
          padding-left: 10px; }
      .wrapper #outbreak-ig .mobile-popover .data-grid:nth-of-type(2),
      .wrapper #outbreak-ig .mobile-popover-multiple .data-grid:nth-of-type(2) {
        margin-top: 22px; }
  .wrapper #outbreak-ig .title {
    border-bottom: 10px solid #00247F;
    color: #00247F;
    background-color: #CCEBF8;
    text-align: center;
    clear: both; }
    .wrapper #outbreak-ig .title h1 {
      margin: 0;
      padding: 0.67em; }
      @media screen and (max-width: 415px) {
        .wrapper #outbreak-ig .title h1 {
          font-size: 1.375em; } }
  .wrapper #outbreak-ig section {
    padding: 1px 2.35765% 2.35765%; }
    .wrapper #outbreak-ig section#covid-ig {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      padding: 4em; }
      @media screen and (max-width: 1000px) {
        .wrapper #outbreak-ig section#covid-ig {
          display: block;
          padding: 0; } }
      .wrapper #outbreak-ig section#covid-ig .col-2 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        padding: 0 2.35765%; }
        .wrapper #outbreak-ig section#covid-ig .col-2:last-child {
          margin-right: 0; }
        @media screen and (max-width: 1000px) {
          .wrapper #outbreak-ig section#covid-ig .col-2 {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 100%;
            margin-right: 0; }
            .wrapper #outbreak-ig section#covid-ig .col-2:last-child {
              margin-right: 0; } }
        .wrapper #outbreak-ig section#covid-ig .col-2.center {
          text-align: center; }
      .wrapper #outbreak-ig section#covid-ig img {
        width: 100%;
        max-width: 600px;
        height: auto;
        text-align: center;
        padding: 1em; }
      .wrapper #outbreak-ig section#covid-ig p,
      .wrapper #outbreak-ig section#covid-ig a {
        color: #1B1F27; }
    .wrapper #outbreak-ig section#pertussis-ig .resources {
      margin-top: 3em; }
    .wrapper #outbreak-ig section.compare-btn-section {
      background-color: #048BC9;
      text-align: center;
      display: none; }
      @media screen and (max-width: 1000px) {
        .wrapper #outbreak-ig section.compare-btn-section {
          display: block; } }
      .wrapper #outbreak-ig section.compare-btn-section button {
        border: none;
        background-color: #F5AA09;
        color: white;
        font-size: 18px;
        font-weight: bold;
        padding: 12px 20px;
        border-radius: 8px;
        margin-top: 17px;
        margin-bottom: 10px; }
    .wrapper #outbreak-ig section h3 {
      text-align: center; }
    .wrapper #outbreak-ig section .cases-wrap {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding: 0 2.35765%; }
      .wrapper #outbreak-ig section .cases-wrap::after {
        clear: both;
        content: "";
        display: block; }
      .wrapper #outbreak-ig section .cases-wrap .calendar {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 18.11388%;
        padding-left: 1em;
        padding-right: 1em; }
        .wrapper #outbreak-ig section .cases-wrap .calendar:last-child {
          margin-right: 0; }
        @media screen and (max-width: 1000px) {
          .wrapper #outbreak-ig section .cases-wrap .calendar {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 31.76157%;
            padding-bottom: 15px; }
            .wrapper #outbreak-ig section .cases-wrap .calendar:last-child {
              margin-right: 0; } }
        @media screen and (min-width: 416px) and (max-width: 1000px) {
          .wrapper #outbreak-ig section .cases-wrap .calendar {
            padding-left: 0.5em;
            padding-right: 0.5em; }
            .wrapper #outbreak-ig section .cases-wrap .calendar:nth-child(3n) {
              margin-right: 0; }
            .wrapper #outbreak-ig section .cases-wrap .calendar:nth-child(3n+1) {
              clear: left; } }
        @media screen and (max-width: 415px) {
          .wrapper #outbreak-ig section .cases-wrap .calendar {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 48.82117%;
            padding-left: 0;
            padding-right: 0; }
            .wrapper #outbreak-ig section .cases-wrap .calendar:last-child {
              margin-right: 0; }
            .wrapper #outbreak-ig section .cases-wrap .calendar:nth-child(2n) {
              margin-right: 0; }
            .wrapper #outbreak-ig section .cases-wrap .calendar:nth-child(2n+1) {
              clear: left; } }
        .wrapper #outbreak-ig section .cases-wrap .calendar svg g g rect:first-of-type {
          fill: #B0BEC5 !important; }
        .wrapper #outbreak-ig section .cases-wrap .calendar svg g g path:nth-child(4) {
          fill: #E94529 !important; }
        .wrapper #outbreak-ig section .cases-wrap .calendar svg g g g:last-child circle {
          fill: #B0BEC5 !important; }
    .wrapper #outbreak-ig section .outbreaks-wrap {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding: 0 2.35765%; }
      .wrapper #outbreak-ig section .outbreaks-wrap::after {
        clear: both;
        content: "";
        display: block; }
      .wrapper #outbreak-ig section .outbreaks-wrap .outbreak {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .wrapper #outbreak-ig section .outbreaks-wrap .outbreak:last-child {
          margin-right: 0; }
        @media screen and (max-width: 1000px) {
          .wrapper #outbreak-ig section .outbreaks-wrap .outbreak {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 48.82117%;
            padding-bottom: 15px; }
            .wrapper #outbreak-ig section .outbreaks-wrap .outbreak:last-child {
              margin-right: 0; }
            .wrapper #outbreak-ig section .outbreaks-wrap .outbreak:nth-child(2n) {
              margin-right: 0; }
            .wrapper #outbreak-ig section .outbreaks-wrap .outbreak:nth-child(2n+1) {
              clear: left; } }
        @media screen and (max-width: 415px) {
          .wrapper #outbreak-ig section .outbreaks-wrap .outbreak {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 100%;
            margin-right: 0; }
            .wrapper #outbreak-ig section .outbreaks-wrap .outbreak:last-child {
              margin-right: 0; } }
        .wrapper #outbreak-ig section .outbreaks-wrap .outbreak .icon {
          display: table-cell;
          padding-right: 20px;
          vertical-align: top; }
          @media screen and (max-width: 415px) {
            .wrapper #outbreak-ig section .outbreaks-wrap .outbreak .icon {
              padding-right: 15px; } }
          .wrapper #outbreak-ig section .outbreaks-wrap .outbreak .icon img {
            width: 109px;
            height: 109px; }
            @media screen and (max-width: 1200px) {
              .wrapper #outbreak-ig section .outbreaks-wrap .outbreak .icon img {
                width: 80px;
                height: 80px; } }
            @media screen and (max-width: 1000px) {
              .wrapper #outbreak-ig section .outbreaks-wrap .outbreak .icon img {
                width: 75px;
                height: 80px; } }
            @media screen and (max-width: 415px) {
              .wrapper #outbreak-ig section .outbreaks-wrap .outbreak .icon img {
                width: 65px;
                height: 80px; } }
        .wrapper #outbreak-ig section .outbreaks-wrap .outbreak .info {
          display: table-cell;
          vertical-align: top;
          width: 90%; }
          .wrapper #outbreak-ig section .outbreaks-wrap .outbreak .info .fake-bullets {
            margin-bottom: 10px; }
            .wrapper #outbreak-ig section .outbreaks-wrap .outbreak .info .fake-bullets .bullet {
              display: table-cell;
              padding-right: 8px;
              vertical-align: top; }
              @media screen and (max-width: 415px) {
                .wrapper #outbreak-ig section .outbreaks-wrap .outbreak .info .fake-bullets .bullet {
                  padding-right: 5px; } }
              @media screen and (max-width: 415px) {
                .wrapper #outbreak-ig section .outbreaks-wrap .outbreak .info .fake-bullets .bullet img {
                  width: 1px; } }
            .wrapper #outbreak-ig section .outbreaks-wrap .outbreak .info .fake-bullets .bullet-text {
              display: table-cell;
              vertical-align: top;
              line-height: normal; }
          .wrapper #outbreak-ig section .outbreaks-wrap .outbreak .info .location {
            font-weight: bold;
            line-height: normal;
            margin-bottom: 10px;
            margin-top: 0; }
          .wrapper #outbreak-ig section .outbreaks-wrap .outbreak .info .details {
            font-size: 1em;
            margin: 0; }
            @media screen and (max-width: 1000px) {
              .wrapper #outbreak-ig section .outbreaks-wrap .outbreak .info .details {
                font-size: 0.875em; } }
      .wrapper #outbreak-ig section .outbreaks-wrap.span-2 {
        width: 62%; }
        @media screen and (max-width: 1200px) {
          .wrapper #outbreak-ig section .outbreaks-wrap.span-2 {
            width: 100%; } }
        .wrapper #outbreak-ig section .outbreaks-wrap.span-2 .outbreak {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%; }
          .wrapper #outbreak-ig section .outbreaks-wrap.span-2 .outbreak:last-child {
            margin-right: 0; }
          @media screen and (max-width: 415px) {
            .wrapper #outbreak-ig section .outbreaks-wrap.span-2 .outbreak {
              float: left;
              display: block;
              margin-right: 2.35765%;
              width: 100%;
              margin-right: 0; }
              .wrapper #outbreak-ig section .outbreaks-wrap.span-2 .outbreak:last-child {
                margin-right: 0; } }
      @media screen and (max-width: 1200px) {
        .wrapper #outbreak-ig section .outbreaks-wrap.span-3 {
          width: 100%; } }
      .wrapper #outbreak-ig section .outbreaks-wrap.span-3 .outbreak {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        margin-bottom: 2em; }
        .wrapper #outbreak-ig section .outbreaks-wrap.span-3 .outbreak:last-child {
          margin-right: 0; }
        @media screen and (min-width: 1001px) {
          .wrapper #outbreak-ig section .outbreaks-wrap.span-3 .outbreak:nth-child(3n) {
            margin-right: 0; }
          .wrapper #outbreak-ig section .outbreaks-wrap.span-3 .outbreak:nth-child(3n+1) {
            clear: left; } }
        @media screen and (max-width: 1000px) {
          .wrapper #outbreak-ig section .outbreaks-wrap.span-3 .outbreak {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 48.82117%; }
            .wrapper #outbreak-ig section .outbreaks-wrap.span-3 .outbreak:last-child {
              margin-right: 0; }
            .wrapper #outbreak-ig section .outbreaks-wrap.span-3 .outbreak:nth-child(2n) {
              margin-right: 0; }
            .wrapper #outbreak-ig section .outbreaks-wrap.span-3 .outbreak:nth-child(2n+1) {
              clear: left; } }
        @media screen and (max-width: 415px) {
          .wrapper #outbreak-ig section .outbreaks-wrap.span-3 .outbreak {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 100%;
            margin-right: 0; }
            .wrapper #outbreak-ig section .outbreaks-wrap.span-3 .outbreak:last-child {
              margin-right: 0; } }
      .wrapper #outbreak-ig section .outbreaks-wrap.span-5 {
        width: 75%; }
        @media screen and (max-width: 1200px) {
          .wrapper #outbreak-ig section .outbreaks-wrap.span-5 {
            width: 100%; } }
        .wrapper #outbreak-ig section .outbreaks-wrap.span-5 .outbreak {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%; }
          .wrapper #outbreak-ig section .outbreaks-wrap.span-5 .outbreak:last-child {
            margin-right: 0; }
          @media screen and (max-width: 1000px) {
            .wrapper #outbreak-ig section .outbreaks-wrap.span-5 .outbreak {
              float: left;
              display: block;
              margin-right: 2.35765%;
              width: 48.82117%; }
              .wrapper #outbreak-ig section .outbreaks-wrap.span-5 .outbreak:last-child {
                margin-right: 0; }
              .wrapper #outbreak-ig section .outbreaks-wrap.span-5 .outbreak:nth-child(2n) {
                margin-right: 0; }
              .wrapper #outbreak-ig section .outbreaks-wrap.span-5 .outbreak:nth-child(2n+1) {
                clear: left; } }
          @media screen and (max-width: 415px) {
            .wrapper #outbreak-ig section .outbreaks-wrap.span-5 .outbreak {
              float: left;
              display: block;
              margin-right: 2.35765%;
              width: 100%;
              margin-right: 0; }
              .wrapper #outbreak-ig section .outbreaks-wrap.span-5 .outbreak:last-child {
                margin-right: 0; } }
    .wrapper #outbreak-ig section .resources {
      background-color: #CCEBF8;
      padding: 1.5em;
      margin: 1em 8em; }
      @media screen and (max-width: 1000px) {
        .wrapper #outbreak-ig section .resources {
          margin: 1em; } }
      .wrapper #outbreak-ig section .resources h4 {
        color: #00247F;
        text-align: center;
        margin-top: 0; }
      .wrapper #outbreak-ig section .resources ul {
        margin: 0;
        padding: 0 0 0 1em;
        color: #1B1F27; }
      .wrapper #outbreak-ig section .resources a {
        color: #1B1F27; }
  .wrapper #outbreak-ig section.footer {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 2.35765%;
    background-color: #00247F;
    color: #ffffff; }
    .wrapper #outbreak-ig section.footer::after {
      clear: both;
      content: "";
      display: block; }
    .wrapper #outbreak-ig section.footer .col-2 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .wrapper #outbreak-ig section.footer .col-2:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1000px) {
        .wrapper #outbreak-ig section.footer .col-2 {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          margin-right: 0; }
          .wrapper #outbreak-ig section.footer .col-2:last-child {
            margin-right: 0; } }
    .wrapper #outbreak-ig section.footer ul {
      padding-left: 1.5em;
      margin: 0; }
    .wrapper #outbreak-ig section.footer p,
    .wrapper #outbreak-ig section.footer li {
      font-size: 1.125em;
      line-height: 1.194em; }
    .wrapper #outbreak-ig section.footer p {
      margin: 0 0 5px 0; }
    .wrapper #outbreak-ig section.footer a {
      color: #ffffff; }

.wrapper #vaccination-ig {
  display: none; }
  .wrapper #vaccination-ig p {
    line-height: normal;
    margin: 0 0 5px 0; }
  .wrapper #vaccination-ig #extra-learn-more {
    overflow-wrap: break-word;
    word-wrap: break-word; }
  .wrapper #vaccination-ig section {
    padding: 0 2.35765% 2.35765%; }
    .wrapper #vaccination-ig section h2 {
      color: #00247F;
      text-align: center; }
    .wrapper #vaccination-ig section .state-national-legend {
      padding: 0 0 20px 0;
      text-align: center; }
      .wrapper #vaccination-ig section .state-national-legend .legend-col {
        display: inline-block; }
        .wrapper #vaccination-ig section .state-national-legend .legend-col * {
          display: inline-block; }
        .wrapper #vaccination-ig section .state-national-legend .legend-col.legend-state .legend-color {
          background-color: #304FFE; }
        .wrapper #vaccination-ig section .state-national-legend .legend-col.legend-usa {
          padding: 0 0 0 2.35765%; }
          .wrapper #vaccination-ig section .state-national-legend .legend-col.legend-usa .legend-color {
            background-color: #00247F; }
        .wrapper #vaccination-ig section .state-national-legend .legend-col.legend-target {
          padding: 0 0 0 2.35765%; }
          .wrapper #vaccination-ig section .state-national-legend .legend-col.legend-target .legend-color {
            background-color: #A7BF42; }
        .wrapper #vaccination-ig section .state-national-legend .legend-col .legend-color {
          -webkit-background-size: 16px 16px;
                  background-size: 16px;
          border-radius: 100%;
          height: 16px;
          margin-right: 5px;
          width: 16px; }
    .wrapper #vaccination-ig section .chart-wrap {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding: 0 2.35765%; }
      .wrapper #vaccination-ig section .chart-wrap::after {
        clear: both;
        content: "";
        display: block; }
      .wrapper #vaccination-ig section .chart-wrap .chart-col {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%; }
        .wrapper #vaccination-ig section .chart-wrap .chart-col:last-child {
          margin-right: 0; }
        @media screen and (max-width: 1000px) {
          .wrapper #vaccination-ig section .chart-wrap .chart-col {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 100%;
            margin-right: 0;
            margin-bottom: 2em; }
            .wrapper #vaccination-ig section .chart-wrap .chart-col:last-child {
              margin-right: 0; } }
      .wrapper #vaccination-ig section .chart-wrap .chart-col-spacer {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%;
        text-align: center;
        margin-top: 5%; }
        .wrapper #vaccination-ig section .chart-wrap .chart-col-spacer:last-child {
          margin-right: 0; }
        @media screen and (max-width: 1000px) {
          .wrapper #vaccination-ig section .chart-wrap .chart-col-spacer {
            display: none; } }
        .wrapper #vaccination-ig section .chart-wrap .chart-col-spacer img {
          max-width: 150px;
          width: 75%; }
      .wrapper #vaccination-ig section .chart-wrap .chart-group {
        margin-bottom: 80px;
        position: relative; }
        .wrapper #vaccination-ig section .chart-wrap .chart-group.half-margin {
          margin-bottom: 30px; }
      .wrapper #vaccination-ig section .chart-wrap .bar-chart {
        background-color: #D7DEE2;
        color: #ffffff;
        margin-bottom: 20px;
        position: relative;
        width: 100%; }
        .wrapper #vaccination-ig section .chart-wrap .bar-chart .bar-value {
          margin-left: 10px;
          position: relative;
          z-index: 1; }
        .wrapper #vaccination-ig section .chart-wrap .bar-chart .bar-fill {
          position: absolute;
          top: 0;
          left: 0;
          width: 84.1%;
          height: 100%;
          z-index: 0; }
        .wrapper #vaccination-ig section .chart-wrap .bar-chart.state-bar > .bar-fill {
          background-color: #304FFE; }
        .wrapper #vaccination-ig section .chart-wrap .bar-chart.usa-bar > .bar-fill {
          background-color: #00247F; }
        .wrapper #vaccination-ig section .chart-wrap .bar-chart.target-bar > .bar-fill {
          background-color: #A7BF42; }
      .wrapper #vaccination-ig section .chart-wrap .target-line {
        position: relative; }
      .wrapper #vaccination-ig section .chart-wrap .avg-wrap {
        position: relative; }
        .wrapper #vaccination-ig section .chart-wrap .avg-wrap .avg-text {
          position: absolute;
          top: 0;
          right: 0; }
          .wrapper #vaccination-ig section .chart-wrap .avg-wrap .avg-text .long-line {
            height: 100px;
            width: 3px;
            background-color: #A7BF42;
            -webkit-background-size: cover;
                    background-size: cover;
            position: relative;
            left: 100%;
            z-index: 100;
            top: 0; }
            .wrapper #vaccination-ig section .chart-wrap .avg-wrap .avg-text .long-line:after {
              content: '';
              display: block;
              background: #A7BF42;
              width: 18px;
              height: 18px;
              border-radius: 50%;
              position: absolute;
              bottom: 0;
              left: -8px; }
          .wrapper #vaccination-ig section .chart-wrap .avg-wrap .avg-text h3 {
            color: #1B1F27;
            margin-top: 0;
            font-size: 1.25em;
            position: relative;
            left: 35px; }
      .wrapper #vaccination-ig section .chart-wrap .chart-flag {
        background-color: #045797;
        text-align: center;
        padding: 20px;
        color: #ffffff;
        position: relative;
        margin-top: 36px; }
        .wrapper #vaccination-ig section .chart-wrap .chart-flag .triangle-flag {
          position: absolute;
          top: -31px;
          left: 80%;
          -webkit-transform: translateX(-18px);
             -moz-transform: translateX(-18px);
              -ms-transform: translateX(-18px);
               -o-transform: translateX(-18px);
                  transform: translateX(-18px);
          background-image: url(../res/img/triangle-flag.svg);
          -webkit-background-size: 36px 32px;
                  background-size: 36px 32px;
          width: 36px;
          height: 32px; }
        .wrapper #vaccination-ig section .chart-wrap .chart-flag h3 {
          margin: 0; }
      .wrapper #vaccination-ig section .chart-wrap .hpv-group {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px; }
        .wrapper #vaccination-ig section .chart-wrap .hpv-group::after {
          clear: both;
          content: "";
          display: block; }
        @media screen and (max-width: 415px) {
          .wrapper #vaccination-ig section .chart-wrap .hpv-group {
            padding-top: 0px; } }
        .wrapper #vaccination-ig section .chart-wrap .hpv-group .hpv-col {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%; }
          .wrapper #vaccination-ig section .chart-wrap .hpv-group .hpv-col:last-child {
            margin-right: 0; }
          @media screen and (max-width: 415px) {
            .wrapper #vaccination-ig section .chart-wrap .hpv-group .hpv-col {
              padding-top: 10px; } }
        .wrapper #vaccination-ig section .chart-wrap .hpv-group .hpv-icon {
          display: table-cell;
          padding-right: 20px;
          vertical-align: top; }
          @media screen and (max-width: 1000px) {
            .wrapper #vaccination-ig section .chart-wrap .hpv-group .hpv-icon {
              padding-right: 10px; } }
          @media screen and (max-width: 415px) {
            .wrapper #vaccination-ig section .chart-wrap .hpv-group .hpv-icon img {
              width: 35px; } }
        .wrapper #vaccination-ig section .chart-wrap .hpv-group .hpv-txt {
          display: table-cell;
          vertical-align: top; }
          .wrapper #vaccination-ig section .chart-wrap .hpv-group .hpv-txt h3 {
            margin: 0;
            margin-bottom: 5px; }
      .wrapper #vaccination-ig section .chart-wrap #viruses-illustration {
        width: 85%;
        height: auto;
        margin: 0 auto;
        padding-top: 20px; }
        @media screen and (max-width: 1000px) {
          .wrapper #vaccination-ig section .chart-wrap #viruses-illustration {
            display: none; } }
    .wrapper #vaccination-ig section#why-vaccinate-ig {
      padding: 2.35765% 2.35765% 0 2.35765%;
      background-color: #DFF2F9;
      border-bottom: 40px solid #00247F;
      position: relative; }
      .wrapper #vaccination-ig section#why-vaccinate-ig img.why-illustration {
        width: 100%;
        display: block; }
        @media screen and (max-width: 1000px) {
          .wrapper #vaccination-ig section#why-vaccinate-ig img.why-illustration {
            display: none; } }
      .wrapper #vaccination-ig section#why-vaccinate-ig img.why-illustration-mobile {
        display: none; }
        @media screen and (max-width: 1000px) {
          .wrapper #vaccination-ig section#why-vaccinate-ig img.why-illustration-mobile {
            display: block;
            width: 100%; } }
        .wrapper #vaccination-ig section#why-vaccinate-ig img.why-illustration-mobile + .why-illustration-mobile {
          margin-top: 2em; }
      .wrapper #vaccination-ig section#why-vaccinate-ig .why-head {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        color: #1B1F27; }
        @media screen and (max-width: 1000px) {
          .wrapper #vaccination-ig section#why-vaccinate-ig .why-head {
            position: relative; } }
        .wrapper #vaccination-ig section#why-vaccinate-ig .why-head h2 {
          margin-bottom: 10px;
          color: #00247F; }
        .wrapper #vaccination-ig section#why-vaccinate-ig .why-head p {
          margin: 0 auto;
          width: 50%;
          min-width: 550px;
          max-width: 723px;
          font-weight: bold; }
          @media screen and (max-width: 1000px) {
            .wrapper #vaccination-ig section#why-vaccinate-ig .why-head p {
              min-width: 0;
              width: 100%; } }
      .wrapper #vaccination-ig section#why-vaccinate-ig .why-text-left {
        background-color: #E94529;
        position: absolute;
        top: 24%;
        left: 10.2%;
        padding: 20px 30px;
        border-radius: 8px;
        color: #ffffff;
        text-align: center;
        width: 20%; }
        @media screen and (max-width: 1200px) {
          .wrapper #vaccination-ig section#why-vaccinate-ig .why-text-left {
            padding: 0.5em; } }
        @media screen and (max-width: 1000px) {
          .wrapper #vaccination-ig section#why-vaccinate-ig .why-text-left {
            display: none; } }
        @media screen and (max-width: 1200px) {
          .wrapper #vaccination-ig section#why-vaccinate-ig .why-text-left p {
            font-size: 14px; } }
        .wrapper #vaccination-ig section#why-vaccinate-ig .why-text-left svg {
          width: auto;
          margin: 0 auto;
          padding: 5px 0; }
      .wrapper #vaccination-ig section#why-vaccinate-ig .why-text-right {
        background-color: #304FFE;
        position: absolute;
        top: 24%;
        right: 10.2%;
        padding: 20px 30px;
        border-radius: 8px;
        color: #ffffff;
        text-align: center;
        width: 20%; }
        @media screen and (max-width: 1200px) {
          .wrapper #vaccination-ig section#why-vaccinate-ig .why-text-right {
            padding: 0.5em; } }
        @media screen and (max-width: 1000px) {
          .wrapper #vaccination-ig section#why-vaccinate-ig .why-text-right {
            display: none; } }
        @media screen and (max-width: 1200px) {
          .wrapper #vaccination-ig section#why-vaccinate-ig .why-text-right p {
            font-size: 14px; } }
        .wrapper #vaccination-ig section#why-vaccinate-ig .why-text-right svg {
          width: auto;
          margin: 0 auto;
          padding: 5px 0; }
      .wrapper #vaccination-ig section#why-vaccinate-ig .why-legend {
        position: absolute;
        top: 28%;
        left: 0;
        right: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media screen and (max-width: 1000px) {
          .wrapper #vaccination-ig section#why-vaccinate-ig .why-legend {
            position: relative;
            top: 0;
            margin: 2em 0; } }
        .wrapper #vaccination-ig section#why-vaccinate-ig .why-legend .legend-col {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .wrapper #vaccination-ig section#why-vaccinate-ig .why-legend .legend-col img {
            margin-right: 5px; }
        .wrapper #vaccination-ig section#why-vaccinate-ig .why-legend .legend-vaccinated {
          margin: 0 2em; }
          @media screen and (max-width: 1200px) {
            .wrapper #vaccination-ig section#why-vaccinate-ig .why-legend .legend-vaccinated {
              margin: 0 1em; } }
      .wrapper #vaccination-ig section#why-vaccinate-ig .why-text-mobile {
        color: white;
        padding: 1em;
        border-radius: 8px;
        margin: 1em auto;
        display: none;
        text-align: center; }
        .wrapper #vaccination-ig section#why-vaccinate-ig .why-text-mobile.why-text-few {
          background-color: #E94529; }
        .wrapper #vaccination-ig section#why-vaccinate-ig .why-text-mobile.why-text-many {
          margin-top: 4em;
          background-color: #304FFE; }
        @media screen and (max-width: 1000px) {
          .wrapper #vaccination-ig section#why-vaccinate-ig .why-text-mobile {
            display: block; } }
    .wrapper #vaccination-ig section#state-to-city-ig p {
      color: #1B1F27;
      text-align: center;
      margin-bottom: 40px; }
    .wrapper #vaccination-ig section#state-to-city-ig .chart-group {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding: 0 2.35765%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .wrapper #vaccination-ig section#state-to-city-ig .chart-group::after {
        clear: both;
        content: "";
        display: block; }
      @media screen and (max-width: 1000px) {
        .wrapper #vaccination-ig section#state-to-city-ig .chart-group {
          display: block; } }
      .wrapper #vaccination-ig section#state-to-city-ig .chart-group p.strong {
        background-color: #ECEFF1;
        padding: 10px 20px;
        margin-bottom: 0px; }
      .wrapper #vaccination-ig section#state-to-city-ig .chart-group .bar-group {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden; }
        .wrapper #vaccination-ig section#state-to-city-ig .chart-group .bar-group::after {
          clear: both;
          content: "";
          display: block; }
        .wrapper #vaccination-ig section#state-to-city-ig .chart-group .bar-group .bar-col {
          position: relative; }
          .wrapper #vaccination-ig section#state-to-city-ig .chart-group .bar-group .bar-col .bar-wrap {
            position: relative; }
          .wrapper #vaccination-ig section#state-to-city-ig .chart-group .bar-group .bar-col .bar-bg {
            width: 75%;
            height: 320px;
            background-color: #D7DEE2; }
            @media screen and (max-width: 415px) {
              .wrapper #vaccination-ig section#state-to-city-ig .chart-group .bar-group .bar-col .bar-bg {
                width: 90%; } }
          .wrapper #vaccination-ig section#state-to-city-ig .chart-group .bar-group .bar-col .bar-low {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 75%;
            height: 80%;
            background-color: #304FFE; }
            @media screen and (max-width: 415px) {
              .wrapper #vaccination-ig section#state-to-city-ig .chart-group .bar-group .bar-col .bar-low {
                width: 90%; } }
          .wrapper #vaccination-ig section#state-to-city-ig .chart-group .bar-group .bar-col .bar-high {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 75%;
            height: 90%;
            background-image: -webkit-linear-gradient(315deg, #304FFE 10%, #D7DEE2 10%, #D7DEE2 50%, #304FFE 50%, #304FFE 60%, #D7DEE2 60%, #D7DEE2 100%);
            background-image: -moz- oldlinear-gradient(315deg, #304FFE 10%, #D7DEE2 10%, #D7DEE2 50%, #304FFE 50%, #304FFE 60%, #D7DEE2 60%, #D7DEE2 100%);
            background-image: -o-linear-gradient(315deg, #304FFE 10%, #D7DEE2 10%, #D7DEE2 50%, #304FFE 50%, #304FFE 60%, #D7DEE2 60%, #D7DEE2 100%);
            background-image: linear-gradient(135deg, #304FFE 10%, #D7DEE2 10%, #D7DEE2 50%, #304FFE 50%, #304FFE 60%, #D7DEE2 60%, #D7DEE2 100%);
            -webkit-background-size: 14.14px 14.14px;
                    background-size: 14.14px 14.14px; }
            @media screen and (max-width: 415px) {
              .wrapper #vaccination-ig section#state-to-city-ig .chart-group .bar-group .bar-col .bar-high {
                width: 90%; } }
          .wrapper #vaccination-ig section#state-to-city-ig .chart-group .bar-group .bar-col h3 {
            color: #00247F;
            width: 75%;
            text-align: center;
            margin-bottom: 0; }
            @media screen and (max-width: 415px) {
              .wrapper #vaccination-ig section#state-to-city-ig .chart-group .bar-group .bar-col h3 {
                width: 90%; } }
          .wrapper #vaccination-ig section#state-to-city-ig .chart-group .bar-group .bar-col p {
            margin: 0;
            width: 75%;
            color: black; }
            @media screen and (max-width: 415px) {
              .wrapper #vaccination-ig section#state-to-city-ig .chart-group .bar-group .bar-col p {
                width: 90%; } }
      .wrapper #vaccination-ig section#state-to-city-ig .chart-group .dtap-col {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%; }
        .wrapper #vaccination-ig section#state-to-city-ig .chart-group .dtap-col:last-child {
          margin-right: 0; }
        @media screen and (max-width: 1000px) {
          .wrapper #vaccination-ig section#state-to-city-ig .chart-group .dtap-col {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 100%;
            margin-right: 0; }
            .wrapper #vaccination-ig section#state-to-city-ig .chart-group .dtap-col:last-child {
              margin-right: 0; } }
        .wrapper #vaccination-ig section#state-to-city-ig .chart-group .dtap-col .bar-col {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%; }
          .wrapper #vaccination-ig section#state-to-city-ig .chart-group .dtap-col .bar-col:last-child {
            margin-right: 0; }
      .wrapper #vaccination-ig section#state-to-city-ig .chart-group .spacer-col {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 6.17215%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
        .wrapper #vaccination-ig section#state-to-city-ig .chart-group .spacer-col:last-child {
          margin-right: 0; }
        @media screen and (max-width: 1000px) {
          .wrapper #vaccination-ig section#state-to-city-ig .chart-group .spacer-col {
            display: none; } }
        .wrapper #vaccination-ig section#state-to-city-ig .chart-group .spacer-col .spacer-border {
          width: 5px;
          background-color: #043b7a;
          -webkit-background-size: 20px 100%;
                  background-size: 20px 100%;
          margin: 0 auto; }
      .wrapper #vaccination-ig section#state-to-city-ig .chart-group .mmr-col {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .wrapper #vaccination-ig section#state-to-city-ig .chart-group .mmr-col:last-child {
          margin-right: 0; }
        @media screen and (max-width: 1000px) {
          .wrapper #vaccination-ig section#state-to-city-ig .chart-group .mmr-col {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 100%;
            margin-right: 0; }
            .wrapper #vaccination-ig section#state-to-city-ig .chart-group .mmr-col:last-child {
              margin-right: 0; } }
        .wrapper #vaccination-ig section#state-to-city-ig .chart-group .mmr-col .bar-col {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 23.23176%; }
          .wrapper #vaccination-ig section#state-to-city-ig .chart-group .mmr-col .bar-col:last-child {
            margin-right: 0; }
      .wrapper #vaccination-ig section#state-to-city-ig .chart-group .avg-wrap {
        height: 320px;
        position: relative; }
        .wrapper #vaccination-ig section#state-to-city-ig .chart-group .avg-wrap .avg-text {
          position: absolute;
          right: 20%;
          top: 17%;
          text-align: center; }
          .wrapper #vaccination-ig section#state-to-city-ig .chart-group .avg-wrap .avg-text .long-line {
            width: 1000%;
            height: 2px;
            background-color: #045797;
            -webkit-background-size: cover;
                    background-size: cover;
            position: relative;
            z-index: 100; }
          .wrapper #vaccination-ig section#state-to-city-ig .chart-group .avg-wrap .avg-text h3 {
            color: #1B1F27;
            margin-top: 0; }
  .wrapper #vaccination-ig .exemptions-section {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 2.35765% 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .wrapper #vaccination-ig .exemptions-section::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (max-width: 1000px) {
      .wrapper #vaccination-ig .exemptions-section {
        display: block; } }
    .wrapper #vaccination-ig .exemptions-section .exemptions-col {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .wrapper #vaccination-ig .exemptions-section .exemptions-col:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1000px) {
        .wrapper #vaccination-ig .exemptions-section .exemptions-col {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%; }
          .wrapper #vaccination-ig .exemptions-section .exemptions-col:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 415px) {
        .wrapper #vaccination-ig .exemptions-section .exemptions-col {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          margin-right: 0;
          margin-bottom: 1em;
          padding: 0 2.35765%; }
          .wrapper #vaccination-ig .exemptions-section .exemptions-col:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 1000px) {
        .wrapper #vaccination-ig .exemptions-section .exemptions-col:first-of-type {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          margin-right: 0;
          margin-bottom: 1em; }
          .wrapper #vaccination-ig .exemptions-section .exemptions-col:first-of-type:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 415px) {
        .wrapper #vaccination-ig .exemptions-section .exemptions-col:first-of-type {
          padding: 0; } }
      .wrapper #vaccination-ig .exemptions-section .exemptions-col:nth-of-type(2) {
        padding-left: 40px; }
        @media screen and (max-width: 1000px) {
          .wrapper #vaccination-ig .exemptions-section .exemptions-col:nth-of-type(2) {
            padding: 0 2.35765%; } }
      .wrapper #vaccination-ig .exemptions-section .exemptions-col .blue-arrow {
        background-color: #00247F;
        color: white;
        padding: 20px 20px 20px 12%;
        position: relative; }
        .wrapper #vaccination-ig .exemptions-section .exemptions-col .blue-arrow h3 {
          margin: 0; }
      .wrapper #vaccination-ig .exemptions-section .exemptions-col .exemptions-icon {
        display: table-cell;
        text-align: center; }
      .wrapper #vaccination-ig .exemptions-section .exemptions-col .exemption-value {
        font-weight: bold;
        display: block; }
      .wrapper #vaccination-ig .exemptions-section .exemptions-col .exemptions-txt {
        display: table-cell;
        vertical-align: middle;
        padding-left: 15px; }
  .wrapper #vaccination-ig section.learn-more {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #CCEBF8;
    padding-top: 1px; }
    .wrapper #vaccination-ig section.learn-more::after {
      clear: both;
      content: "";
      display: block; }
    .wrapper #vaccination-ig section.learn-more h2 {
      color: #1B1F27;
      text-align: center;
      font-size: 2em; }
    .wrapper #vaccination-ig section.learn-more h3 {
      font-size: 1.25em;
      color: #1B1F27; }
    .wrapper #vaccination-ig section.learn-more ul {
      padding-left: 0.625em; }
    .wrapper #vaccination-ig section.learn-more p {
      color: #1B1F27;
      margin-bottom: 10px; }
    .wrapper #vaccination-ig section.learn-more a {
      color: #1B1F27; }
    .wrapper #vaccination-ig section.learn-more .col-2 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      padding: 0 2.35765%; }
      .wrapper #vaccination-ig section.learn-more .col-2:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1000px) {
        .wrapper #vaccination-ig section.learn-more .col-2 {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          margin-right: 0; }
          .wrapper #vaccination-ig section.learn-more .col-2:last-child {
            margin-right: 0; } }
  .wrapper #vaccination-ig section.footer {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 2.35765%;
    background-color: #00247F;
    color: #ffffff; }
    .wrapper #vaccination-ig section.footer::after {
      clear: both;
      content: "";
      display: block; }
    .wrapper #vaccination-ig section.footer .col-2 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .wrapper #vaccination-ig section.footer .col-2:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1000px) {
        .wrapper #vaccination-ig section.footer .col-2 {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          margin-right: 0; }
          .wrapper #vaccination-ig section.footer .col-2:last-child {
            margin-right: 0; } }
    .wrapper #vaccination-ig section.footer ul {
      padding-left: 1.5em;
      margin: 0; }
    .wrapper #vaccination-ig section.footer p,
    .wrapper #vaccination-ig section.footer li {
      font-size: 1.125em;
      line-height: 1.194em; }
    .wrapper #vaccination-ig section.footer a {
      color: #ffffff; }

.wrapper #access-ig {
  display: none;
  background: #EBF7FC; }
  .wrapper #access-ig .demographic-section {
    margin-bottom: 60px;
    scroll-margin-top: 6rem; }
  .wrapper #access-ig .collapse-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background-color: #ffffff;
    border-radius: 0;
    border: 0;
    border-left: 10px solid #00247F;
    padding: 26px 20px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    color: #043b7a; }
    .wrapper #access-ig .collapse-trigger:hover {
      background: #304FFE;
      color: #ffffff; }
    .wrapper #access-ig .collapse-trigger.open {
      background: #00247F;
      color: #ffffff; }
      .wrapper #access-ig .collapse-trigger.open .collapse-status-icon {
        -webkit-transform-origin: center;
           -moz-transform-origin: center;
            -ms-transform-origin: center;
             -o-transform-origin: center;
                transform-origin: center;
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .wrapper #access-ig .collapse-trigger .collapse-text {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
         -moz-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      padding: 0 20px 0 32px;
      text-align: left; }
    .wrapper #access-ig .collapse-trigger .collapse-status-icon {
      display: block;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s;
      font-size: 54px;
      line-height: 54px; }
  .wrapper #access-ig .collapse-content {
    overflow: hidden;
    -webkit-transition: max-height .5s ease-in-out;
    -o-transition: max-height .5s ease-in-out;
    -moz-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
    max-height: 0;
    background-color: #ffffff;
    border-left: 10px solid #00247F; }
    .wrapper #access-ig .collapse-content.open {
      -webkit-transition: max-height .5s ease-in-out;
      -o-transition: max-height .5s ease-in-out;
      -moz-transition: max-height .5s ease-in-out;
      transition: max-height .5s ease-in-out;
      max-height: 99999em; }
    .wrapper #access-ig .collapse-content .chart-wrap {
      padding: 68px 135px 30px;
      background-position: 0 42px;
      background-repeat: no-repeat;
      -webkit-background-size: 105px 76px;
              background-size: 105px 76px; }
      @media screen and (max-width: 1000px) {
        .wrapper #access-ig .collapse-content .chart-wrap {
          -webkit-background-size: 48px 35px;
                  background-size: 48px 35px;
          padding: 30px 20px;
          background-position: 0 22px; } }
      .wrapper #access-ig .collapse-content .chart-wrap:nth-child(even) {
        background-color: #EBF7FC; }
      .wrapper #access-ig .collapse-content .chart-wrap h4 {
        color: #1B1F27;
        font-size: 1.5em;
        margin-top: 0; }
        @media screen and (max-width: 1000px) {
          .wrapper #access-ig .collapse-content .chart-wrap h4 {
            padding-left: 45px;
            font-size: 1.25em; } }
      .wrapper #access-ig .collapse-content .chart-wrap.demo-intro {
        background-image: url("../res/img/section-icon-inspect.svg"); }
      .wrapper #access-ig .collapse-content .chart-wrap.demo-insurance {
        background-image: url("../res/img/section-icon-shield.svg"); }
      .wrapper #access-ig .collapse-content .chart-wrap.demo-race-ethnicity {
        background-image: url("../res/img/section-icon-globe.svg"); }
      .wrapper #access-ig .collapse-content .chart-wrap.demo-poverty {
        background-image: url("../res/img/section-icon-money.svg"); }
      .wrapper #access-ig .collapse-content .chart-wrap.demo-geography {
        background-image: url("../res/img/section-icon-house.svg"); }
  .wrapper #access-ig #demographics-ig {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1px 2.35765%; }
    .wrapper #access-ig #demographics-ig::after {
      clear: both;
      content: "";
      display: block; }
    .wrapper #access-ig #demographics-ig h2 {
      color: #043b7a; }
    .wrapper #access-ig #demographics-ig h5 {
      font-weight: normal;
      margin-bottom: 3px;
      color: #1B1F27; }
      .wrapper #access-ig #demographics-ig h5.pad-left {
        padding-left: 60px; }
    .wrapper #access-ig #demographics-ig h6 {
      font-weight: normal;
      margin-bottom: 3px;
      color: #1B1F27;
      font-size: 0.83em;
      margin-top: 1.5em; }
      .wrapper #access-ig #demographics-ig h6.pad-left {
        padding-left: 60px; }
    .wrapper #access-ig #demographics-ig .bar-chart-with-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .wrapper #access-ig #demographics-ig .bar-chart-with-icon .bar-chart-icon {
        margin-right: 20px;
        width: 40px;
        height: 40px; }
        .wrapper #access-ig #demographics-ig .bar-chart-with-icon .bar-chart-icon img {
          width: 40px;
          height: 40px; }
      .wrapper #access-ig #demographics-ig .bar-chart-with-icon .bar-chart {
        margin-bottom: 0; }
    .wrapper #access-ig #demographics-ig .bar-chart {
      background-color: #D7DEE2;
      color: #ffffff;
      margin-bottom: 20px;
      position: relative;
      width: 100%;
      height: 48px; }
      .wrapper #access-ig #demographics-ig .bar-chart h5 {
        position: relative; }
      .wrapper #access-ig #demographics-ig .bar-chart .bar-value {
        margin-top: 0;
        margin-left: 10px;
        position: relative;
        z-index: 1;
        font-size: 2em;
        font-weight: bold;
        line-height: 1.2em;
        padding-top: 5px; }
        .wrapper #access-ig #demographics-ig .bar-chart .bar-value.empty {
          color: #4B505F;
          opacity: 0.5; }
      .wrapper #access-ig #demographics-ig .bar-chart .bar-fill {
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
        z-index: 0; }
      .wrapper #access-ig #demographics-ig .bar-chart.demo-range-bar > .bar-fill {
        background-color: #304FFE; }
      .wrapper #access-ig #demographics-ig .bar-chart.demo-avg-bar > .bar-fill {
        background-color: #A7BF42; }
      .wrapper #access-ig #demographics-ig .bar-chart.demo-bar > .bar-fill {
        background-color: #304FFE; }
        .wrapper #access-ig #demographics-ig .bar-chart.demo-bar > .bar-fill.fill-green {
          background-color: #A7BF42; }
        .wrapper #access-ig #demographics-ig .bar-chart.demo-bar > .bar-fill.fill-navy {
          background-color: #00247F; }
      .wrapper #access-ig #demographics-ig .bar-chart.striped .bar-value {
        color: #1B1F27;
        text-shadow: -2px -2px 0 #D7DEE2, 0 -2px 0 #D7DEE2, 2px -2px 0 #D7DEE2, 2px 0 0 #D7DEE2, 2px 2px 0 #D7DEE2, 0 2px 0 #D7DEE2, -2px 2px 0 #D7DEE2, -2px 0 0 #D7DEE2; }
      .wrapper #access-ig #demographics-ig .bar-chart.striped .bar-fill {
        background-image: -webkit-linear-gradient(45deg, #304FFE 12.5%, #D7DEE2 12.5%, #D7DEE2 50%, #304FFE 50%, #304FFE 62.5%, #D7DEE2 62.5%, #D7DEE2 100%);
        background-image: -moz- oldlinear-gradient(45deg, #304FFE 12.5%, #D7DEE2 12.5%, #D7DEE2 50%, #304FFE 50%, #304FFE 62.5%, #D7DEE2 62.5%, #D7DEE2 100%);
        background-image: -o-linear-gradient(45deg, #304FFE 12.5%, #D7DEE2 12.5%, #D7DEE2 50%, #304FFE 50%, #304FFE 62.5%, #D7DEE2 62.5%, #D7DEE2 100%);
        background-image: linear-gradient(45deg, #304FFE 12.5%, #D7DEE2 12.5%, #D7DEE2 50%, #304FFE 50%, #304FFE 62.5%, #D7DEE2 62.5%, #D7DEE2 100%);
        -webkit-background-size: 5.66px 5.66px;
                background-size: 5.66px 5.66px; }
        .wrapper #access-ig #demographics-ig .bar-chart.striped .bar-fill.fill-green {
          background-image: -webkit-linear-gradient(45deg, #A7BF42 12.5%, #D7DEE2 12.5%, #D7DEE2 50%, #A7BF42 50%, #A7BF42 62.5%, #D7DEE2 62.5%, #D7DEE2 100%);
          background-image: -moz- oldlinear-gradient(45deg, #A7BF42 12.5%, #D7DEE2 12.5%, #D7DEE2 50%, #A7BF42 50%, #A7BF42 62.5%, #D7DEE2 62.5%, #D7DEE2 100%);
          background-image: -o-linear-gradient(45deg, #A7BF42 12.5%, #D7DEE2 12.5%, #D7DEE2 50%, #A7BF42 50%, #A7BF42 62.5%, #D7DEE2 62.5%, #D7DEE2 100%);
          background-image: linear-gradient(45deg, #A7BF42 12.5%, #D7DEE2 12.5%, #D7DEE2 50%, #A7BF42 50%, #A7BF42 62.5%, #D7DEE2 62.5%, #D7DEE2 100%); }
        .wrapper #access-ig #demographics-ig .bar-chart.striped .bar-fill.fill-blue {
          background-image: -webkit-linear-gradient(45deg, #304FFE 12.5%, #D7DEE2 12.5%, #D7DEE2 50%, #304FFE 50%, #304FFE 62.5%, #D7DEE2 62.5%, #D7DEE2 100%);
          background-image: -moz- oldlinear-gradient(45deg, #304FFE 12.5%, #D7DEE2 12.5%, #D7DEE2 50%, #304FFE 50%, #304FFE 62.5%, #D7DEE2 62.5%, #D7DEE2 100%);
          background-image: -o-linear-gradient(45deg, #304FFE 12.5%, #D7DEE2 12.5%, #D7DEE2 50%, #304FFE 50%, #304FFE 62.5%, #D7DEE2 62.5%, #D7DEE2 100%);
          background-image: linear-gradient(45deg, #304FFE 12.5%, #D7DEE2 12.5%, #D7DEE2 50%, #304FFE 50%, #304FFE 62.5%, #D7DEE2 62.5%, #D7DEE2 100%); }
        .wrapper #access-ig #demographics-ig .bar-chart.striped .bar-fill.fill-navy {
          background-image: -webkit-linear-gradient(45deg, #00247F 12.5%, #D7DEE2 12.5%, #D7DEE2 50%, #00247F 50%, #00247F 62.5%, #D7DEE2 62.5%, #D7DEE2 100%);
          background-image: -moz- oldlinear-gradient(45deg, #00247F 12.5%, #D7DEE2 12.5%, #D7DEE2 50%, #00247F 50%, #00247F 62.5%, #D7DEE2 62.5%, #D7DEE2 100%);
          background-image: -o-linear-gradient(45deg, #00247F 12.5%, #D7DEE2 12.5%, #D7DEE2 50%, #00247F 50%, #00247F 62.5%, #D7DEE2 62.5%, #D7DEE2 100%);
          background-image: linear-gradient(45deg, #00247F 12.5%, #D7DEE2 12.5%, #D7DEE2 50%, #00247F 50%, #00247F 62.5%, #D7DEE2 62.5%, #D7DEE2 100%); }
    .wrapper #access-ig #demographics-ig .poverty-legend-above, .wrapper #access-ig #demographics-ig .poverty-legend-below {
      font-weight: bold;
      position: relative;
      padding-left: 35px;
      margin-left: 5px; }
      .wrapper #access-ig #demographics-ig .poverty-legend-above:before, .wrapper #access-ig #demographics-ig .poverty-legend-below:before {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        left: 0; }
    .wrapper #access-ig #demographics-ig .poverty-legend-above:before {
      background-color: #4B505F; }
    .wrapper #access-ig #demographics-ig .poverty-legend-below:before {
      background-image: -webkit-linear-gradient(45deg, #00247F 12.5%, #D7DEE2 12.5%, #D7DEE2 50%, #00247F 50%, #00247F 62.5%, #D7DEE2 62.5%, #D7DEE2 100%);
      background-image: -moz- oldlinear-gradient(45deg, #00247F 12.5%, #D7DEE2 12.5%, #D7DEE2 50%, #00247F 50%, #00247F 62.5%, #D7DEE2 62.5%, #D7DEE2 100%);
      background-image: -o-linear-gradient(45deg, #00247F 12.5%, #D7DEE2 12.5%, #D7DEE2 50%, #00247F 50%, #00247F 62.5%, #D7DEE2 62.5%, #D7DEE2 100%);
      background-image: linear-gradient(45deg, #00247F 12.5%, #D7DEE2 12.5%, #D7DEE2 50%, #00247F 50%, #00247F 62.5%, #D7DEE2 62.5%, #D7DEE2 100%);
      -webkit-background-size: 5.66px 5.66px;
              background-size: 5.66px 5.66px; }
    .wrapper #access-ig #demographics-ig .section-title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: justify;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: justify;
      margin-top: 3em; }
      .wrapper #access-ig #demographics-ig .section-title > img {
        width: 60px;
        height: 60px;
        margin-right: 20px; }
      .wrapper #access-ig #demographics-ig .section-title h5 {
        font-weight: bold;
        margin: 0; }
      .wrapper #access-ig #demographics-ig .section-title .sublabel {
        font-size: 0.75em;
        margin: 0.25em 0 0;
        color: #4B505F; }
    .wrapper #access-ig #demographics-ig .chart-wrap .two-col {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-column-gap: 30px;
         -moz-column-gap: 30px;
              column-gap: 30px; }
      @media screen and (max-width: 767px) {
        .wrapper #access-ig #demographics-ig .chart-wrap .two-col {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .wrapper #access-ig #demographics-ig .chart-wrap .two-col .col-2 {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-left: 10px; }
    .wrapper #access-ig #demographics-ig .chart-wrap.donuts.demo-insurance .donut-chart-wrap {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding: 0 2.35765%; }
      .wrapper #access-ig #demographics-ig .chart-wrap.donuts.demo-insurance .donut-chart-wrap::after {
        clear: both;
        content: "";
        display: block; }
    .wrapper #access-ig #demographics-ig .chart-wrap.donuts.demo-insurance .donut-chart {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .wrapper #access-ig #demographics-ig .chart-wrap.donuts.demo-insurance .donut-chart:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1000px) {
        .wrapper #access-ig #demographics-ig .chart-wrap.donuts.demo-insurance .donut-chart {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%;
          padding-bottom: 15px; }
          .wrapper #access-ig #demographics-ig .chart-wrap.donuts.demo-insurance .donut-chart:last-child {
            margin-right: 0; }
          .wrapper #access-ig #demographics-ig .chart-wrap.donuts.demo-insurance .donut-chart:nth-child(2n) {
            margin-right: 0; }
          .wrapper #access-ig #demographics-ig .chart-wrap.donuts.demo-insurance .donut-chart:nth-child(2n+1) {
            clear: left; } }
    .wrapper #access-ig #demographics-ig .chart-wrap.donuts.demo-geography .donut-chart-wrap {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding: 0 2.35765%; }
      .wrapper #access-ig #demographics-ig .chart-wrap.donuts.demo-geography .donut-chart-wrap::after {
        clear: both;
        content: "";
        display: block; }
    .wrapper #access-ig #demographics-ig .chart-wrap.donuts.demo-geography .donut-chart {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .wrapper #access-ig #demographics-ig .chart-wrap.donuts.demo-geography .donut-chart:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1000px) {
        .wrapper #access-ig #demographics-ig .chart-wrap.donuts.demo-geography .donut-chart {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%;
          padding-bottom: 15px; }
          .wrapper #access-ig #demographics-ig .chart-wrap.donuts.demo-geography .donut-chart:last-child {
            margin-right: 0; }
          .wrapper #access-ig #demographics-ig .chart-wrap.donuts.demo-geography .donut-chart:nth-child(2n) {
            margin-right: 0; }
          .wrapper #access-ig #demographics-ig .chart-wrap.donuts.demo-geography .donut-chart:nth-child(2n+1) {
            clear: left; } }
    .wrapper #access-ig #demographics-ig .chart-wrap.donuts.span-4 .donut-chart-wrap {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding: 0 2.35765%; }
      .wrapper #access-ig #demographics-ig .chart-wrap.donuts.span-4 .donut-chart-wrap::after {
        clear: both;
        content: "";
        display: block; }
    .wrapper #access-ig #demographics-ig .chart-wrap.donuts.span-4 .donut-chart {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .wrapper #access-ig #demographics-ig .chart-wrap.donuts.span-4 .donut-chart:last-child {
        margin-right: 0; }
      .wrapper #access-ig #demographics-ig .chart-wrap.donuts.span-4 .donut-chart:nth-child(3n) {
        margin-right: 0; }
      .wrapper #access-ig #demographics-ig .chart-wrap.donuts.span-4 .donut-chart:nth-child(3n+1) {
        clear: left; }
      @media screen and (max-width: 1000px) {
        .wrapper #access-ig #demographics-ig .chart-wrap.donuts.span-4 .donut-chart {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%;
          padding-bottom: 15px; }
          .wrapper #access-ig #demographics-ig .chart-wrap.donuts.span-4 .donut-chart:last-child {
            margin-right: 0; }
          .wrapper #access-ig #demographics-ig .chart-wrap.donuts.span-4 .donut-chart:nth-child(3n) {
            margin-right: 0; }
          .wrapper #access-ig #demographics-ig .chart-wrap.donuts.span-4 .donut-chart:nth-child(3n+1) {
            clear: left; } }
    .wrapper #access-ig #demographics-ig .donut-chart {
      position: relative;
      text-align: center; }
      .wrapper #access-ig #demographics-ig .donut-chart .donut-value {
        color: #00247F;
        font-size: 2em;
        font-weight: bold;
        margin: 10px 0 0; }
      .wrapper #access-ig #demographics-ig .donut-chart .donut-label {
        color: #1B1F27;
        font-size: 1em;
        margin: 0; }
      .wrapper #access-ig #demographics-ig .donut-chart .donut-sublabel {
        color: #4B505F;
        font-size: 0.75em;
        margin-top: 5px; }
      .wrapper #access-ig #demographics-ig .donut-chart .donut {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100%;
        max-width: 200px;
        margin: 0 auto; }
        .wrapper #access-ig #demographics-ig .donut-chart .donut svg.reverse {
          -webkit-transform: scaleX(-1);
             -moz-transform: scaleX(-1);
              -ms-transform: scaleX(-1);
               -o-transform: scaleX(-1);
                  transform: scaleX(-1); }
        .wrapper #access-ig #demographics-ig .donut-chart .donut.fill-green svg path:first-of-type {
          fill: #A7BF42; }
        .wrapper #access-ig #demographics-ig .donut-chart .donut.fill-navy svg path:first-of-type {
          fill: #00247F; }
      .wrapper #access-ig #demographics-ig .donut-chart .donut-icon {
        position: absolute;
        height: 40%;
        width: 40%; }
    .wrapper #access-ig #demographics-ig .chart-wrap.demo-race-ethnicity h5.pad-left {
      font-weight: bold;
      margin-top: 4em; }
  .wrapper #access-ig #section-dtap .demo-intro-row,
  .wrapper #access-ig #section-mmr .demo-intro-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 1000px) {
      .wrapper #access-ig #section-dtap .demo-intro-row,
      .wrapper #access-ig #section-mmr .demo-intro-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .wrapper #access-ig #section-dtap .context,
  .wrapper #access-ig #section-mmr .context {
    width: 50%;
    padding-left: 2em;
    margin-left: 4em;
    border-left: 2px solid #B0BEC5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.25em;
    color: #1B1F27;
    position: relative; }
    .wrapper #access-ig #section-dtap .context:before,
    .wrapper #access-ig #section-mmr .context:before {
      content: "";
      position: absolute;
      right: 100%;
      top: 50%;
      margin-top: -5px;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-right: 10px solid #B0BEC5;
      border-bottom: 10px solid transparent; }
    @media screen and (max-width: 1000px) {
      .wrapper #access-ig #section-dtap .context,
      .wrapper #access-ig #section-mmr .context {
        padding-left: 0;
        margin-left: 0;
        padding-top: 5px;
        border-top: 2px solid #B0BEC5;
        border-left: 0;
        width: 100%; }
        .wrapper #access-ig #section-dtap .context:before,
        .wrapper #access-ig #section-mmr .context:before {
          display: none; } }
  .wrapper #access-ig #section-dtap .bar-averages,
  .wrapper #access-ig #section-mmr .bar-averages {
    width: 100%; }
    .wrapper #access-ig #section-dtap .bar-averages .bar-chart-range,
    .wrapper #access-ig #section-mmr .bar-averages .bar-chart-range {
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 3em; }
      .wrapper #access-ig #section-dtap .bar-averages .bar-chart-range .bar-labels,
      .wrapper #access-ig #section-mmr .bar-averages .bar-chart-range .bar-labels {
        min-width: 180px; }
        @media screen and (max-width: 1000px) {
          .wrapper #access-ig #section-dtap .bar-averages .bar-chart-range .bar-labels,
          .wrapper #access-ig #section-mmr .bar-averages .bar-chart-range .bar-labels {
            min-width: 120px; } }
      .wrapper #access-ig #section-dtap .bar-averages .bar-chart-range .bar-wrap,
      .wrapper #access-ig #section-mmr .bar-averages .bar-chart-range .bar-wrap {
        position: relative;
        width: 100%; }
      .wrapper #access-ig #section-dtap .bar-averages .bar-chart-range .bar-bg,
      .wrapper #access-ig #section-mmr .bar-averages .bar-chart-range .bar-bg {
        width: 100%;
        height: 70px;
        background-color: #D7DEE2; }
      .wrapper #access-ig #section-dtap .bar-averages .bar-chart-range .bar-low,
      .wrapper #access-ig #section-mmr .bar-averages .bar-chart-range .bar-low {
        position: absolute;
        top: 0;
        left: 0;
        width: 75%;
        height: 70px;
        background-color: #304FFE; }
      .wrapper #access-ig #section-dtap .bar-averages .bar-chart-range .bar-high,
      .wrapper #access-ig #section-mmr .bar-averages .bar-chart-range .bar-high {
        position: absolute;
        top: 0;
        left: 0;
        width: 75%;
        height: 70px;
        background-image: -webkit-linear-gradient(315deg, #304FFE 10%, #D7DEE2 10%, #D7DEE2 50%, #304FFE 50%, #304FFE 60%, #D7DEE2 60%, #D7DEE2 100%);
        background-image: -moz- oldlinear-gradient(315deg, #304FFE 10%, #D7DEE2 10%, #D7DEE2 50%, #304FFE 50%, #304FFE 60%, #D7DEE2 60%, #D7DEE2 100%);
        background-image: -o-linear-gradient(315deg, #304FFE 10%, #D7DEE2 10%, #D7DEE2 50%, #304FFE 50%, #304FFE 60%, #D7DEE2 60%, #D7DEE2 100%);
        background-image: linear-gradient(135deg, #304FFE 10%, #D7DEE2 10%, #D7DEE2 50%, #304FFE 50%, #304FFE 60%, #D7DEE2 60%, #D7DEE2 100%);
        -webkit-background-size: 14.14px 14.14px;
                background-size: 14.14px 14.14px; }
      .wrapper #access-ig #section-dtap .bar-averages .bar-chart-range h3,
      .wrapper #access-ig #section-mmr .bar-averages .bar-chart-range h3 {
        color: #00247F;
        margin: 0; }
      .wrapper #access-ig #section-dtap .bar-averages .bar-chart-range p,
      .wrapper #access-ig #section-mmr .bar-averages .bar-chart-range p {
        margin: 0;
        color: #1B1F27; }
      .wrapper #access-ig #section-dtap .bar-averages .bar-chart-range .avg-label-below .bar-value,
      .wrapper #access-ig #section-mmr .bar-averages .bar-chart-range .avg-label-below .bar-value {
        position: absolute;
        top: 50px;
        right: 0;
        margin: 0;
        margin-right: -45px;
        padding: 0;
        color: #4B505F;
        font-weight: bold;
        font-size: 2em; }
        @media screen and (max-width: 1000px) {
          .wrapper #access-ig #section-dtap .bar-averages .bar-chart-range .avg-label-below .bar-value,
          .wrapper #access-ig #section-mmr .bar-averages .bar-chart-range .avg-label-below .bar-value {
            font-size: 1.25em;
            margin-right: -30px; } }
      .wrapper #access-ig #section-dtap .bar-averages .bar-chart-range .avg-label-below .bar-fill,
      .wrapper #access-ig #section-mmr .bar-averages .bar-chart-range .avg-label-below .bar-fill {
        background-color: #A7BF42; }
  .wrapper #access-ig #section-combined .demo-intro h4 {
    margin-bottom: 0; }
  .wrapper #access-ig #section-combined .demo-intro ul {
    margin-top: 0.5em;
    padding-left: 1.5em; }
  .wrapper #access-ig section.footer {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 2.35765%;
    background-color: #00247F;
    color: #ffffff; }
    .wrapper #access-ig section.footer::after {
      clear: both;
      content: "";
      display: block; }
    .wrapper #access-ig section.footer .col-2 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .wrapper #access-ig section.footer .col-2:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1000px) {
        .wrapper #access-ig section.footer .col-2 {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          margin-right: 0; }
          .wrapper #access-ig section.footer .col-2:last-child {
            margin-right: 0; } }
    .wrapper #access-ig section.footer ul {
      padding-left: 1.5em;
      margin: 0; }
    .wrapper #access-ig section.footer p,
    .wrapper #access-ig section.footer li {
      font-size: 1.125em;
      line-height: 1.194em; }
    .wrapper #access-ig section.footer p {
      margin: 0 0 5px 0; }
    .wrapper #access-ig section.footer a {
      color: #ffffff; }

.wrapper .sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1px 2.35765%;
  background-color: #00247F;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
  z-index: 99999; }
  .wrapper .sticky-nav::after {
    clear: both;
    content: "";
    display: block; }

.wrapper .pill-nav {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .wrapper .pill-nav .nav-item {
    display: inline-block;
    margin: 8px 10px; }
  .wrapper .pill-nav .pill {
    border: 2px solid #ffffff;
    border-radius: 20px;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 15px;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    display: block; }
    .wrapper .pill-nav .pill.active, .wrapper .pill-nav .pill:hover {
      background: #ffffff;
      color: #043b7a; }

.wrapper .popovers {
  position: absolute; }
  .wrapper .popovers .popover {
    background-color: #ffffff;
    border-radius: 10px;
    display: none;
    position: absolute;
    min-width: 500px;
    padding: 20px 30px; }
    .wrapper .popovers .popover.hovered-popover {
      display: block; }
    .wrapper .popovers .popover h2 {
      margin: 0;
      padding-bottom: 15px;
      text-transform: uppercase; }
    .wrapper .popovers .popover p.pop-val {
      font-weight: bold; }
    .wrapper .popovers .popover hr {
      height: 2px;
      background-color: #4B505F;
      clear: both;
      border: 0; }
    .wrapper .popovers .popover .data-col {
      float: left; }
      .wrapper .popovers .popover .data-col p {
        line-height: 22px;
        margin: 0; }
      .wrapper .popovers .popover .data-col .data-row {
        padding: 10px 0; }
        .wrapper .popovers .popover .data-col .data-row:last-of-type {
          margin-right: 0; }
  .wrapper .popovers #outbreak-popover h2,
  .wrapper .popovers #outbreak-popover-multiple h2 {
    border-bottom: 2px solid #D4D4D4;
    color: #043b7a; }
  .wrapper .popovers #outbreak-popover .data-col,
  .wrapper .popovers #outbreak-popover-multiple .data-col {
    width: 50%; }
    .wrapper .popovers #outbreak-popover .data-col:first-of-type,
    .wrapper .popovers #outbreak-popover-multiple .data-col:first-of-type {
      border-right: 2px solid #D4D4D4; }
      .wrapper .popovers #outbreak-popover .data-col:first-of-type .data-row,
      .wrapper .popovers #outbreak-popover-multiple .data-col:first-of-type .data-row {
        padding-right: 10px; }
    .wrapper .popovers #outbreak-popover .data-col:last-of-type .data-row,
    .wrapper .popovers #outbreak-popover-multiple .data-col:last-of-type .data-row {
      padding-left: 10px; }
    .wrapper .popovers #outbreak-popover .data-col .data-row:first-of-type,
    .wrapper .popovers #outbreak-popover-multiple .data-col .data-row:first-of-type {
      border-bottom: 2px solid #D4D4D4; }
    .wrapper .popovers #outbreak-popover .data-col .data-row.borderless,
    .wrapper .popovers #outbreak-popover-multiple .data-col .data-row.borderless {
      border: none; }
    .wrapper .popovers #outbreak-popover .data-col .data-row.spacer,
    .wrapper .popovers #outbreak-popover-multiple .data-col .data-row.spacer {
      padding: 0;
      margin-left: 15%; }
    .wrapper .popovers #outbreak-popover .data-col .data-row .data-icon,
    .wrapper .popovers #outbreak-popover-multiple .data-col .data-row .data-icon {
      display: table-cell;
      padding-right: 10px; }
    .wrapper .popovers #outbreak-popover .data-col .data-row .data-text,
    .wrapper .popovers #outbreak-popover-multiple .data-col .data-row .data-text {
      display: table-cell;
      vertical-align: middle; }
  .wrapper .popovers #vaccination-popover .data-col {
    border-right: 2px solid #D4D4D4;
    border-top: 2px solid #D4D4D4;
    width: 33%; }
    .wrapper .popovers #vaccination-popover .data-col:last-of-type {
      border-right: none; }
    .wrapper .popovers #vaccination-popover .data-col .data-row {
      text-align: center; }
      .wrapper .popovers #vaccination-popover .data-col .data-row .data-icon {
        display: table-cell;
        padding: 0 15px; }
      .wrapper .popovers #vaccination-popover .data-col .data-row .data-text {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding-right: 10px; }
    .wrapper .popovers #vaccination-popover .data-col img {
      padding-bottom: 8px; }
  .wrapper .popovers #vaccination-popover h2 {
    border: none;
    color: #043b7a; }

@media screen and (max-width: 1000px) {
  .hidden-mobile {
    display: none !important; } }

@media screen and (min-width: 1001px) {
  .hidden-desktop {
    display: none !important; } }

.wrapper .fake-list.mobile-ctas {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.35765%;
  margin-top: 10px; }
  .wrapper .fake-list.mobile-ctas::after {
    clear: both;
    content: "";
    display: block; }
  .wrapper .fake-list.mobile-ctas .list-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
       -moz-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .wrapper .fake-list.mobile-ctas .bullet-icon {
    width: 40px; }
  .wrapper .fake-list.mobile-ctas .bullet-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0; }
    .wrapper .fake-list.mobile-ctas .bullet-txt p {
      font-weight: normal; }
  .wrapper .fake-list.mobile-ctas .fake-list-button {
    margin-top: 15px;
    margin-left: 40px; }

.flex-break {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  height: 0; }

.nowrap {
  white-space: nowrap; }

ul.arrow-bullets {
  padding-left: 0.625em; }
  ul.arrow-bullets li {
    list-style-type: none;
    position: relative;
    padding-left: 15px;
    color: #1B1F27;
    margin-bottom: 10px; }
  ul.arrow-bullets li:before {
    content: "\25BA \0020";
    font-size: 10px;
    position: absolute;
    top: 5px;
    left: -10px;
    color: #00247F; }

ul.simple-bullets {
  padding-left: 1em; }
  ul.simple-bullets li {
    margin-bottom: .25em;
    line-height: 1.5em; }

.tippy-tooltip {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
  top: 3px;
  left: 3px; }
  .tippy-tooltip img {
    display: block; }

.tippy-tooltip-text {
  top: 0;
  left: 0;
  color: #304FFE;
  text-decoration: underline; }

.tippy-box {
  background-color: #ffffff;
  color: #4B505F;
  -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(103, 103, 103, 0.35);
          box-shadow: 0 0.125rem 0.5rem 0 rgba(103, 103, 103, 0.35);
  border-radius: 6px;
  max-width: 300px; }
  .tippy-box > .tippy-arrow::before {
    -webkit-transform: scale(2);
       -moz-transform: scale(2);
        -ms-transform: scale(2);
         -o-transform: scale(2);
            transform: scale(2); }
  .tippy-box[data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #ffffff; }
  .tippy-box[data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #ffffff; }
  .tippy-box[data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #ffffff; }
  .tippy-box[data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #ffffff; }

.tippy-box[data-theme~='tippy-blue'] {
  background-color: #DFF2F9; }
  .tippy-box[data-theme~='tippy-blue'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #DFF2F9; }
  .tippy-box[data-theme~='tippy-blue'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #DFF2F9; }
  .tippy-box[data-theme~='tippy-blue'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #DFF2F9; }
  .tippy-box[data-theme~='tippy-blue'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #DFF2F9; }

.tippy-content {
  padding: 10px;
  font-size: 14px;
  line-height: 22px; }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content/Box */
.modal-content {
  margin: 75px auto 0;
  /* 15% from the top and centered */
  width: 90%;
  /* Could be more or less, depending on screen size */
  position: relative;
  max-width: 1280px; }

/* The Close Button */
.close-modal {
  position: absolute;
  width: 44px;
  top: -45px;
  right: -40px;
  z-index: 1; }
  .close-modal img {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .close-modal {
      right: -20px; } }

.close-modal:hover,
.close-modal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }
