@charset "UTF-8";
/*! 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 {
  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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*********************
SIZES
*********************/
/*********************
BREAKPOINTS
*********************/
/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY - http://cssfontstack.com/
*********************/
@media (min-width: 16px) {
  body::after {
    content: '{"zero":{"value": "16px", "active": true}, "mobile":{"value": "432px", "active": false}, "phone":{"value": "560px", "active": false}, "portrait":{"value": "768px", "active": false}, "admin-bar":{"value": "782px", "active": false}, "landscape":{"value": "1024px", "active": false}, "compactdesktop":{"value": "1300px", "active": false}, "desktop":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 432px) {
  body::after {
    content: '{"zero":{"value": "16px", "active": true}, "mobile":{"value": "432px", "active": true}, "phone":{"value": "560px", "active": false}, "portrait":{"value": "768px", "active": false}, "admin-bar":{"value": "782px", "active": false}, "landscape":{"value": "1024px", "active": false}, "compactdesktop":{"value": "1300px", "active": false}, "desktop":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 560px) {
  body::after {
    content: '{"zero":{"value": "16px", "active": true}, "mobile":{"value": "432px", "active": true}, "phone":{"value": "560px", "active": true}, "portrait":{"value": "768px", "active": false}, "admin-bar":{"value": "782px", "active": false}, "landscape":{"value": "1024px", "active": false}, "compactdesktop":{"value": "1300px", "active": false}, "desktop":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 768px) {
  body::after {
    content: '{"zero":{"value": "16px", "active": true}, "mobile":{"value": "432px", "active": true}, "phone":{"value": "560px", "active": true}, "portrait":{"value": "768px", "active": true}, "admin-bar":{"value": "782px", "active": false}, "landscape":{"value": "1024px", "active": false}, "compactdesktop":{"value": "1300px", "active": false}, "desktop":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 782px) {
  body::after {
    content: '{"zero":{"value": "16px", "active": true}, "mobile":{"value": "432px", "active": true}, "phone":{"value": "560px", "active": true}, "portrait":{"value": "768px", "active": true}, "admin-bar":{"value": "782px", "active": true}, "landscape":{"value": "1024px", "active": false}, "compactdesktop":{"value": "1300px", "active": false}, "desktop":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 1024px) {
  body::after {
    content: '{"zero":{"value": "16px", "active": true}, "mobile":{"value": "432px", "active": true}, "phone":{"value": "560px", "active": true}, "portrait":{"value": "768px", "active": true}, "admin-bar":{"value": "782px", "active": true}, "landscape":{"value": "1024px", "active": true}, "compactdesktop":{"value": "1300px", "active": false}, "desktop":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 1300px) {
  body::after {
    content: '{"zero":{"value": "16px", "active": true}, "mobile":{"value": "432px", "active": true}, "phone":{"value": "560px", "active": true}, "portrait":{"value": "768px", "active": true}, "admin-bar":{"value": "782px", "active": true}, "landscape":{"value": "1024px", "active": true}, "compactdesktop":{"value": "1300px", "active": true}, "desktop":{"value": "1280px", "active": true}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 1280px) {
  body::after {
    content: '{"zero":{"value": "16px", "active": true}, "mobile":{"value": "432px", "active": true}, "phone":{"value": "560px", "active": true}, "portrait":{"value": "768px", "active": true}, "admin-bar":{"value": "782px", "active": true}, "landscape":{"value": "1024px", "active": true}, "compactdesktop":{"value": "1300px", "active": false}, "desktop":{"value": "1280px", "active": true}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
.icon-wrapper {
  position: relative;
  width: 6.25em;
  height: 6.25em;
}
.icon-wrapper svg {
  display: block;
  width: 6.25em;
  height: 6.25em;
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  word-wrap: normal !important;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

html {
  box-sizing: border-box;
}

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

.site-inner {
  margin-bottom: 7.5em;
  word-wrap: break-word;
}
.home .site-inner, .page-indicators .site-inner, .indicators .site-inner, .states .site-inner, .jurisdictions .site-inner {
  margin-bottom: 0;
}
.home .site-inner > .wrap, .page-indicators .site-inner > .wrap, .indicators .site-inner > .wrap, .states .site-inner > .wrap, .jurisdictions .site-inner > .wrap {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
}
.site-inner > .wrap {
  margin: 0 auto;
  padding-right: 0.75em;
  padding-left: 0.75em;
  max-width: 82.75em;
  width: 100%;
}
.site-inner > .wrap > h2 {
  margin-bottom: 1em;
  color: #09192f;
  text-align: center;
}
.site-inner section {
  clear: both;
}
.site-inner section .row {
  position: relative;
  display: flex;
}
.site-inner section .row .col {
  display: flex;
  flex-direction: column;
  margin-left: 1.5em;
  width: calc(100% - .75em);
}
.site-inner section .row .col:first-child {
  margin-left: 0;
}
.site-inner section .row .col-25 {
  width: calc(25% - .75em);
}
.site-inner section .row .col-40 {
  width: calc(40% - .75em);
}
.site-inner section .row .col-45 {
  width: calc(45% - .75em);
}
.site-inner section .row .col-50 {
  width: calc(50% - .75em);
}
.site-inner section .row .col-55 {
  width: calc(55% - .75em);
}
.site-inner section .row .col-60 {
  width: calc(60% - .75em);
}

@media (max-width: 767px) {
  .site-inner {
    margin-bottom: 3em;
  }
  .home .site-inner, .page-indicators .site-inner, .indicators .site-inner, .states .site-inner, .jurisdictions .site-inner {
    margin-bottom: 0;
  }
  .site-inner section .row {
    display: block;
  }
  .site-inner section .row .col,
.site-inner section .row .block {
    margin: 1.5em;
    width: auto;
  }
}
body {
  background-color: #f8f8f8;
  color: #000;
  font-family: "Open Sans", "system-ui", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  fill: #000;
}

a {
  color: inherit;
  text-decoration: underline;
  transition: all 0.15s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
}

ol,
ul {
  overflow: initial;
  margin: 0;
  padding: 0;
}
ol li,
ul li {
  list-style-type: none;
}

p {
  margin: 0 0 1.5em;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}

b,
strong {
  font-weight: 700;
}

iframe {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em;
  color: #09192f;
  font-family: "Merriweather", Georgia, Times, Times New Roman, serif;
}

h2 {
  color: #0c4fab;
  font-size: calc(1.325rem + 0.9vw);
  line-height: 2.5rem;
}

@media (min-width: 1200px){
  h2{
  font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px){
  h3{
  font-size: 1.5rem;
  }
}

embed,
iframe,
img,
object,
video {
  max-width: 100%;
}

img {
  height: auto;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

figure {
  margin: 0;
}

.btn {
  display: inline-block;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
  line-height: 1.15;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: none;
}
.btn:disabled {
  cursor: not-allowed;
}

.btn-solid {
  padding: 0.9090909091em 1.5909090909em;
  border-radius: 1.625em;
  background-color: #1c75bd;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 1.1rem;
}

.btn-link {
  color: #1c75bd;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 1.1rem;
}

.btn-red {
  background-color: #bf1f2e;
}

input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=url],
input[type=number],
textarea {
  padding: 0.5em 0.75em;
  max-width: 100%;
  width: 100%;
  height: 2.5em;
  border: 1px solid #eee;
  border-radius: 0;
  background-color: #fff;
  color: #09192f;
  font-family: inherit;
  line-height: 1.5;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  display: block;
  resize: vertical;
}

select {
  width: 100%;
}

.styled-select {
  position: relative;
}
.styled-select select {
  padding: 0.5em 0.75em;
  max-width: 100%;
  width: 100%;
  height: 2.5em;
  border: 1px solid #eee;
  border-radius: 0;
  background-color: #fff;
  color: #09192f;
  font-family: inherit;
  line-height: 1.5;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 2.5em;
}
.styled-select select::-ms-expand {
  display: none;
}
.styled-select svg {
  position: absolute;
  top: 50%;
  right: 0.75em;
  display: block;
  width: 1em;
  height: 1em;
  transform: translateY(-50%);
  pointer-events: none;
  fill: #09192f;
}

::-webkit-input-placeholder {
  text-overflow: ellipsis;
  opacity: 1;
}

::-moz-placeholder {
  text-overflow: ellipsis;
  opacity: 1;
}

:-ms-input-placeholder {
  text-overflow: ellipsis;
  opacity: 1;
}

::-ms-input-placeholder {
  text-overflow: ellipsis;
  opacity: 1;
}

::placeholder {
  text-overflow: ellipsis;
  opacity: 1;
}

input[type=search] {
  box-sizing: border-box;
}

.nav-form {
  margin-right: auto;
  margin-bottom: 1.5em;
  margin-left: auto;
  max-width: 70em;
}
.nav-form p {
  margin-bottom: 0.5em;
  font-size: 1.25rem;
}
.nav-form > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.nav-form label {
  flex: 0 0 auto;
  margin-right: 1rem;
  color: #09192f;
  font-weight: 600;
  font-size: 1.1em;
}
.nav-form .styled-select {
  flex: 1 1 auto;
  margin-right: 1em;
  max-width: 18.75em;
}
.nav-form .btn-solid {
  flex: 0 0 auto;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .nav-form {
    margin-bottom: 0;
  }
}
@media (max-width: 560px) {
  .nav-form {
    margin-right: auto;
    margin-left: auto;
    max-width: 18.75em;
  }
  .nav-form > div {
    display: block;
  }
  .nav-form label {
    margin-bottom: 0.5em;
  }
  .nav-form .styled-select {
    margin-bottom: 0.5em;
    width: 100%;
  }
  .nav-form .btn-solid {
    width: 100%;
  }
}
.site-inner .card-stats {
  margin: 1.5em;
  margin-top: 0;
}
.site-inner .card-stats .card-header {
  padding: 1.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  background-color: #12838B;
}
.site-inner .card-stats .card-header h3 {
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: calc(1.27rem + 0.24vw);
  font-family: "Open Sans", "system-ui", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media (min-width: 1200px){
  .site-inner .card-stats .card-header h3{
  font-size: 1.45rem;
  }
}
.site-inner .card-stats .card-body {
  position: relative;
  padding: 1.5em;
  min-height: 270px;
  background-color: #f8f8f8;
}
.site-inner .card-stats .card-body .card-body-flex {
  margin: 0 auto;
  padding-right: 0.75em;
  padding-left: 0.75em;
  max-width: 82.75em;
  width: 100%;
  display: flex;
}
.site-inner .card-stats .card-body .card-body-flex p:first-child {
  width: 33%;
}
.site-inner .card-stats .card-body .card-body-flex p:last-child {
  width: 33%;
  text-align: right;
}
.site-inner .card-stats .card-body .stats-number {
  font-weight: 700;
  font-size: 3rem;
}
.site-inner .card-stats .card-body .stats-direction {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1rem;
}
.site-inner .card-stats .card-body .stats-goal,
.site-inner .card-stats .card-body .stats-goal-lg {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
}
.site-inner .card-stats .card-body .stats-goal {
  margin-top: 0.75rem;
}
.site-inner .card-stats .card-body .stats-img {
  position: absolute;
  top: 0.85rem;
  right: 1.35rem;
}
.site-inner .card-stats .card-body .stats-img-lg {
  /*position: absolute;*/
}
.site-inner .card-stats .text-blue {
  color: #0c4fab;
}
.site-inner .card-stats .text-teal {
  color: #12838B;
}
.site-inner .bg-grey .card-stats .card-body {
  background-color: #fff;
}
.site-inner .card-phase {
  margin: 3em;
  margin-top: 0;
  margin-bottom: 1.5em;
  padding: 1.5em;
  border-width: 5px 0 0 0;
  border-style: solid;
  background: #fff;
}
.site-inner .card-phase h3 {
  font-size: calc(1.3rem + 0.6vw);
  font-family: "Merriweather", Georgia, Times, Times New Roman, serif;
}
@media (min-width: 1200px){
  .site-inner .card-phase h3{
  font-size: 1.75rem;
  }
}
.site-inner .card-phase h3 .subheader {
  font-size: 1.15rem;
}
.site-inner .card-phase .highlight-text {
  font-weight: bold;
}
.site-inner .card-phase p {
  font-size: 0.95rem;
}
.site-inner .card-phase:last-child {
  margin-bottom: 0;
}
.site-inner .card-teal {
  border-color: #12838B;
  /*border-color: #12998b;*/
}
.site-inner .card-teal h3,
.site-inner .card-teal .highlight-text {
  color: #12838B;
}
.site-inner .card-blue {
  border-color: #0c4fab;
}
.site-inner .card-blue h3,
.site-inner .card-blue .highlight-text {
  color: #0c4fab;
}
.site-inner .card-red {
  border-color: #bf1f2e;
}
.site-inner .card-red h3,
.site-inner .card-red .highlight-text {
  color: #bf1f2e;
}

@media (max-width: 767px) {
  .stats-img-lg {
    width: 35%;
  }
}
@media (min-width: 783px) {
  .stats-img-lg {
    width: 40%;
  }
}
.header-hero-wrapper {
  margin-bottom: 3em;
  padding-top: 60px;
}
.header-hero-wrapper p {
  color: #000;
}
.header-hero-wrapper.red {
  background-color: #df3b2a;
}
.header-hero-wrapper.red .hero h1 {
  color: #000;
}
.header-hero-wrapper.red .wrap p,
.header-hero-wrapper.red .wrap h1 {
  color: #fff;
}
.header-hero-wrapper.blue {
  background-color: #004db0;
}
.header-hero-wrapper.blue .wrap p {
  color: #fff;
}
.header-hero-wrapper.yellow {
  background-color: #f9bc42;
  /* #fdaf00 */
}
.header-hero-wrapper.yellow .hero h1 {
  color: #000;
}
.header-hero-wrapper.yellow .hero h1 .teal {
  color: #12838B;
}
.header-hero-wrapper.yellow p {
  color: #000;
}
.header-hero-wrapper.green {
  background-color: #009c8b;
}
.header-hero-wrapper.teal {
  background-color: #15a899;
}
.header-hero-wrapper.teal .wrap p,
.header-hero-wrapper.teal .wrap h1 {
  color: #000;
}
.states .header-hero-wrapper, .indicators .header-hero-wrapper, .jurisdictions .header-hero-wrapper {
  margin-bottom: 0;
}

.site-header {
  position: relative;
  z-index: 99;
}
.site-header > .wrap {
  margin: 0 auto;
  padding-right: 0.75em;
  padding-left: 0.75em;
  max-width: 82.75em;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.site-header img {
  position: absolute;
  top: 0;
  left: 0;
  flex: 0 0 auto;
  min-width: 104px;
}

@media (max-width: 1300px) {
  .site-header > .wrap {
    margin: 0;
    padding: 0;
    max-width: none;
    height: 60px;
  }
  .site-header > .wrap > a > img {
    position: relative;
    min-height: 107px;
    width: 120px;
  }
}
@media (max-width: 1024px) {
  .header-hero-wrapper {
    padding-top: 100px;
  }

  .site-header {
    position: fixed;
    margin-top: -10px;
    width: 100%;
    height: 60px;
  }
  .site-header img {
    max-width: 6.5em;
  }
}
@media (max-width: 768px) {
  .header-hero-wrapper {
    padding-top: 110px;
  }
}
@media (max-width: 560px) {
  .header-hero-wrapper {
    padding-top: 170px;
  }
}
/* Ricky Middaugh - Temporary COVID-19 banner CSS - Added 9/23/2020 */
@media only screen and (min-width: 768px) {
  .alert div {
    background-position: 0 50%;
  }

  .alert.alert-warning {
    padding-left: 10px;
  }
}
.alert p {
  margin: 10px 0 0 10px;
  color: #000;
  font-size: 0.85em;
}
.alert p strong {
  font-weight: 700 !important;
}

.alert.alert-warning {
  position: fixed;
  z-index: 99999;
  overflow: hidden;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  height: 60px;
  border: 1px solid #faebcc;
  background-color: #fbe9bf;
  color: #000;
}

.alert div {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  max-width: 1140px;
  height: 60px;
  border: none;
  background: url("https://www.hhs.gov/sites/all/themes/project_h/css/images/caution-alert-icon.png") no-repeat 10px 50%;
  background-position-x: 10px;
  background-position-y: 50%;
}

@media (max-width: 1024px) {
  .alert.alert-warning + .header-hero-wrapper .site-header .site-navigation .logo {
    top: auto;
  }
}
@media (max-width: 1024px) {
  .alert div {
    height: 100px;
    background-position-y: 35%;
  }
  .alert p {
    margin-top: 18px;
  }

  .alert.alert-warning {
    position: fixed;
    width: 100%;
    height: 90px;
  }
}
@media (max-width: 768px) {
  .alert div {
    background-position-y: 40%;
  }
  .alert p {
    margin-top: 15px;
  }

  .alert.alert-warning {
    height: 100px;
  }
}
@media (max-width: 560px) {
  .alert div {
    display: flex;
    align-items: center;
    background-position-y: 50%;
    height: 160px;
  }
  .alert p {
    margin-top: 20px;
  }

  .alert.alert-warning {
    height: 160px;
  }
}
@media (max-width: 432px) {
  .alert div {
    background-position-y: 50%;
  }
  .alert p {
    margin-top: 10px;
  }
}
/* End COVID-19 banner CSS */
.site-navigation {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}

@media (min-width: 1025px) {
  .site-navigation > ul.main-menu {
    display: flex !important;
    align-items: center;
    height: 80px;
  }
  .site-navigation > ul.main-menu > li {
    position: relative;
    display: block;
    margin-top: -2px;
  }
  .site-navigation > ul.main-menu > li:last-child:hover > .sub-menu, .site-navigation > ul.main-menu > li:last-child:focus > .sub-menu {
    right: 0;
    left: auto;
    visibility: visible;
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
  .site-navigation > ul.main-menu > li:last-child:focus-within > .sub-menu {
    right: 0;
    left: auto;
    visibility: visible;
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
  .site-navigation > ul.main-menu > li:last-child a {
    height: 80px;
  }
  .site-navigation > ul.main-menu > li:nth-last-child(2) .sub-menu {
    right: 0;
    width: 24em;
  }
  .site-navigation > ul.main-menu > li.active:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 5;
    max-width: 100%;
    width: 4.5em;
    height: 0.5em;
    background-color: #f7b01c;
    content: "";
    transform: translate(-50%, 50%);
  }
  .site-navigation > ul.main-menu > li:hover > a, .site-navigation > ul.main-menu > li:focus > a {
    background-color: #131412;
    text-decoration: underline;
  }
  .site-navigation > ul.main-menu > li:hover > .sub-menu, .site-navigation > ul.main-menu > li:focus > .sub-menu {
    left: auto;
    visibility: visible;
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
  .site-navigation > ul.main-menu > li:focus-within > a {
    background-color: #131412;
  }
  .site-navigation > ul.main-menu > li:focus-within > .sub-menu {
    left: auto;
    visibility: visible;
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
  .site-navigation > ul.main-menu > li.focus-within > a {
    background-color: #131412;
  }
  .site-navigation > ul.main-menu > li.focus-within > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
  .site-navigation a {
    display: flex;
    align-items: center;
    padding: 2rem 1.1rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 1.1rem;
  }
  .site-navigation a > span {
    flex: 1 1 auto;
  }
  .site-navigation a > svg {
    flex: 0 0 auto;
    margin-left: 0.25em;
    width: 1em;
    height: 1em;
    fill: #f7b01c;
  }
  .site-navigation .sub-menu {
    position: absolute;
    top: 100%;
    z-index: 1;
    visibility: hidden;
    width: 22em;
    background-color: #131412;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
  }
  .site-navigation .sub-menu li + li {
    border-top: 1px solid #353535;
  }
  .site-navigation .sub-menu a {
    padding: 1.5rem;
  }
}
@media (max-width: 1300px) {
  .site-navigation > ul a {
    padding: 2em 0.6em;
  }
}
@media (max-width: 1024px) {
  .site-navigation {
    display: block;
    overflow-y: scroll;
    align-items: inherit;
    justify-content: flex-end;
    margin-bottom: 40px;
  }
  .site-navigation:before {
    position: fixed;
    z-index: 2;
    display: block;
    width: 100%;
    height: 60px;
    background: #2b2c29;
    content: "";
  }
  .site-navigation > ul.main-menu {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
    padding-top: 60px;
    width: 100%;
    height: 80vh;
    background-color: #2b2c29;
  }
  .show-menu .site-navigation > ul.main-menu {
    display: block;
  }
  .site-navigation > ul.main-menu a {
    display: block;
    padding: 1.75em;
    padding-left: 1.5em;
    border-bottom: 1px solid #353535;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 1.1rem;
  }
  .site-navigation > ul.main-menu a > svg {
    display: none;
  }
  .site-navigation > ul.main-menu a:hover, .site-navigation > ul.main-menu a:focus {
    background-color: rgba(0, 0, 0, 0.25);
  }
  .site-navigation > ul.main-menu .sub-menu {
    background-color: #13334b;
  }
  .site-navigation > ul.main-menu .sub-menu a {
    padding-left: 4.125em;
  }
}
.site-navigation .sub-menu .icn-nav {
  padding-left: 3em;
  background-position: 1em center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
.site-navigation .sub-menu .icn-nav-dashboard {
  background-image: url(/images/icon_nav_dashboard.png);
}
.site-navigation .sub-menu .icn-nav-incidence {
  background-image: url(/images/icon_nav_incidence.png);
}
.site-navigation .sub-menu .icn-nav-kos {
  background-image: url(/images/icon_nav_kos.png);
}
.site-navigation .sub-menu .icn-nav-diagnoses {
  background-image: url(/images/icon_nav_diagnoses.png);
}
.site-navigation .sub-menu .icn-nav-linkage {
  background-image: url(/images/icon_nav_linkage.png);
}
.site-navigation .sub-menu .icn-nav-viral {
  background-image: url(/images/icon_nav_viral.png);
}
.site-navigation .sub-menu .icn-nav-prep {
  background-image: url(/images/icon_nav_prep.png);
}
.site-navigation .collapse-nav {
  display: none;
}

@media (max-width: 1024px) {
  .site-navigation {
    background: transparent;
  }
  .site-navigation .sub-menu .icn-nav {
    padding-left: 4.125em;
    background-position: 2.25em center;
  }
  .site-navigation > ul.main-menu > li {
    position: relative;
    background: #2b2c29;
  }
  .site-navigation > ul.main-menu .collapse-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 37px;
    outline: none;
    border: none;
    background: url(/images/icon_nav_expand.png) #2b2c29 no-repeat;
    background-position: center center;
    background-size: 18px;
    font-size: 0;
    cursor: pointer;
  }
  .site-navigation > ul.main-menu .collapse-nav.active {
    background: url(/images/icon_nav_collapse.png) #122b3e no-repeat;
    background-position: center center;
    background-size: 18px;
  }
  .site-navigation > ul.main-menu .collapse-nav:hover, .site-navigation > ul.main-menu .collapse-nav:focus {
    background-color: rgba(0, 0, 0, 0.25);
  }
  .site-navigation > ul.main-menu .sub-menu.panel {
    display: none;
    overflow: hidden;
  }
}
.site-navigation .btn-menu {
  position: fixed;
  right: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding-left: 1.75em;
  width: 74px;
  height: 60px;
  background: #2b2c29;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  transition: none;
}
.site-navigation .btn-menu svg {
  display: block;
  margin-right: 0.25em;
  width: 1em;
  height: 1em;
  fill: #fff;
}
.site-navigation .btn-menu span {
  font-size: 1.1rem;
}
.site-navigation .btn-menu.active {
  background: url(/images/icon_nav_closed.png) no-repeat;
  background-position: center;
  background-size: 24px;
}
.site-navigation .btn-menu.active svg {
  display: none;
}
.site-navigation .btn-menu:hover, .site-navigation .btn-menu:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 1025px) {
  .site-navigation .btn-menu {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
    word-wrap: normal !important;
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    z-index: 2;
  }
}
.hero-wrapper > .wrap {
  margin: 0 auto;
  padding-right: 0.75em;
  padding-left: 0.75em;
  max-width: 82.75em;
  width: 100%;
}
.hero-wrapper .background {
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero {
  margin-top: auto;
  margin-bottom: auto;
  color: #fff;
}
.hero > .wrap {
  margin: 0 auto;
  padding-right: 0.75em;
  padding-left: 0.75em;
  max-width: 82.75em;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 25em;
}
.hero > .wrap-text {
  min-height: 12em;
  height: 11.5em;
  /* Hack to set minimum height for flexbox for IE 11 */
}
.hero .left {
  margin-right: auto;
  padding-top: 3em;
  padding-bottom: 3em;
  max-width: 48em;
}
.hero h1 {
  margin-bottom: 0.25em;
  color: inherit;
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px){
  .hero h1{
  font-size: 2rem;
  }
}
.home .hero h1 {
  margin-bottom: 0;
  font-size: calc(1.5rem + 3vw);
}
@media (min-width: 1200px){
  .home .hero h1{
  font-size: 3.75rem;
  }
}
.hero p {
  font-weight: 600;
  font-size: 1.25rem;
}
.home .hero p {
  font-size: 1.1rem;
}
.hero .right {
  margin-left: 1.5em;
}
.hero .right img {
  border-radius: 50%;
}

@media (max-width: 1023px) {
  .jurisdictions .hero .right img,
.states .hero .right img {
    margin-left: 10%;
  }
}
@media (max-width: 800px) {
  .hero-wrapper .background {
    background-size: 50%;
  }
}
@media (max-width: 767px) {
  .hero-wrapper .background {
    background-image: none !important;
  }

  .hero > .wrap {
    display: block;
    min-height: 0;
  }
  .hero .left {
    padding-top: 4.5em;
  }
  .hero .right {
    display: none;
  }
  .hero > .wrap-text > div {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}
.bg-grey {
  background-color: #f8f8f8;
}

.bg-white {
  background-color: #fff;
}

.bg-yellow {
  background-color: #f7b01c;
}

.bg-blue {
  background-color: #1c75bd;
}

.bg-blue-lighter {
  background-color: #e7f0f7;
}

.text-center {
  text-align: center;
}

.page-header {
  margin-bottom: 3em;
  text-align: center;
}
.page-header span {
  display: block;
  margin-bottom: 0.75em;
  color: #bf1f2e;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: bold;
  font-size: 1.1rem;
}
.page-header h2 {
  margin-bottom: 0.25em;
}
.page-header p {
  margin-right: auto;
  margin-left: auto;
  max-width: 55em;
  font-size: 1.25rem;
}

.page-nav {
  margin-bottom: 3em;
  background-color: #1c75bd;
  color: #fff;
}
.page-nav > .wrap {
  margin: 0 auto;
  padding-right: 0.75em;
  padding-left: 0.75em;
  max-width: 82.75em;
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 76.5em;
}
.page-nav .left {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.page-nav .left p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px){
  .page-nav .left p{
  font-size: 1.5rem;
  }
}
.page-nav .left a {
  margin-left: 1.5em;
  color: #aacfff;
  font-weight: 600;
  font-size: 1.1rem;
}
.page-nav .right {
  display: flex;
  align-items: center;
  margin-left: 1.5em;
}
.page-nav .right span {
  font-weight: 600;
  font-size: 1.1rem;
}
.page-nav .right .btn {
  position: relative;
  margin-left: 1em;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.25rem;
}
.page-nav .right .btn[aria-selected=true]:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 5;
  max-width: 100%;
  width: 4.5em;
  height: 0.5em;
  background-color: #f7b01c;
  content: "";
  transform: translate(-50%, 50%);
}

.site-header {
  background-color: #2b2c29;
}
.site-header .ehe-logo {
  z-index: 100;
  width: 80px;
  height: 80px;
  background-color: #2b2c29;
  background-image: url(/images/logo_EHE.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  font: 0/0 a;
}
.site-header .site-navigation {
  background-color: #2b2c29;
}
.site-header .site-navigation a,
.site-header .site-navigation > ul > li > a {
  font-size: 1rem;
}
.site-header .site-navigation .logo {
  min-width: 155px;
  max-width: 300px;
  width: 20%;
  height: 80px;
  background-color: #2b2c29;
  background-image: url(/images/logo_AHEAD.png);
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat;
  text-decoration: none;
  font: 0/0 a;
}
.site-header .site-navigation .logo a:hover, .site-header .site-navigation .logo a:focus {
  text-decoration: none;
}

@media (max-width: 1300px) {
  .site-header {
    background-color: transparent;
  }
  .site-header .site-navigation .logo {
    width: 20%;
  }
}
@media (max-width: 1024px) {
  .site-header .ehe-logo {
    position: fixed;
    width: 60px;
    height: 60px;
  }
  .site-header .site-navigation .logo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    margin-left: 60px;
    padding-bottom: 0;
    width: 200px;
    height: 60px;
    border-bottom: 0;
    background-size: 90%;
  }
}
@media (max-width: 768px) {
  .page-nav > .wrap {
    display: block;
  }
  .page-nav .left {
    display: block;
    padding-top: 1.25em;
  }
  .page-nav .left p {
    margin-bottom: 0.75em;
  }
  .page-nav .left p:last-child {
    margin-bottom: 0;
  }
  .page-nav .left a {
    margin-left: 0;
  }
  .page-nav .right {
    margin-left: 0;
  }
}
@media (max-width: 560px) {
  .site-header .site-navigation .logo {
    width: 180px;
  }
}
.sources {
  padding-bottom: 3em;
}
.sources p {
  margin-bottom: 0;
  color: #09192f;
  font-size: 0.9rem;
}
.sources ol,
.sources ul {
  margin: 0 0 1.5em;
  line-height: 1.5;
  overflow: hidden;
  padding-left: 1.25em;
  font-size: 0.9rem;
  line-height: 1.66;
}
.sources ol:last-child,
.sources ul:last-child {
  margin-bottom: 0;
}
.sources ol > li,
.sources ul > li {
  list-style-type: disc;
}

.pagination {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  margin: auto;
}
.pagination .page-item .page-link {
  margin: 0.75em;
  padding-top: 0.375em;
  padding-right: 0.75em;
  padding-bottom: 0.375em;
  padding-left: 0.75em;
  height: 1rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.85rem;
}
.pagination .page-item a.page-link {
  color: #1c75bd;
}
.pagination .page-item a.page-link:hover, .pagination .page-item a.page-link:focus {
  text-decoration: underline;
}
.pagination .page-item .page-link.prev,
.pagination .page-item .page-link.next {
  position: relative;
  top: -5px;
  padding: 0;
  font-weight: normal;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px){
  .pagination .page-item .page-link.prev,
.pagination .page-item .page-link.next{
  font-size: 1.5rem;
  }
}
.pagination .page-item .active {
  border: 2px solid #1c75bd;
  color: #1c75bd;
}

.entry-content h2 {
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  color: #09192f;
}
.entry-content h3 {
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  color: #09192f;
}
.entry-content p {
  margin-bottom: 0.75em;
  font-size: 1.1rem;
  line-height: 1.66;
}
.entry-content ol,
.entry-content ul {
  margin: 0 0 1.5em;
  line-height: 1.5;
  overflow: hidden;
  margin-bottom: 0.75em;
  padding-left: 2.5em;
  font-size: 1.1rem;
  line-height: 1.66;
}
.entry-content ol:last-child,
.entry-content ul:last-child {
  margin-bottom: 0;
}
.entry-content ol li,
.entry-content ul li {
  margin-bottom: 0.75em;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ul > li {
  list-style-type: disc;
}

.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.5em;
}
.logos img {
  display: block;
  margin-right: 0.75em;
  margin-bottom: 1.5em;
  margin-left: 0.75em;
  width: 6em;
  height: 6em;
  -o-object-fit: contain;
     object-fit: contain;
}

#nostyle {
  display: none;
}

main,
p {
  outline: none;
}

div {
  outline: inherit;
}

.table {
  margin-bottom: 1.5em;
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
}
.table:last-child {
  margin-bottom: 0;
}
.table thead th,
.table thead td {
  padding: 1.5em 1.5em 1em;
  background-color: #1c75bd;
  color: #fff;
  font-weight: bold;
  font-family: "Merriweather", Georgia, Times, Times New Roman, serif;
}
.table thead th.wide,
.table thead td.wide {
  width: 45%;
}
.table tbody tr:last-child th,
.table tbody tr:last-child td {
  border-bottom: none;
}
.table tbody th,
.table tbody td {
  padding: 1.15em 1.5em;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  font-weight: normal;
}
.table tbody th {
  color: #09192f;
}
.table tbody th[colspan="4"] {
  background-color: #f7b01c;
  text-transform: uppercase;
  font-weight: bold;
}
.table tbody td {
  color: #1c75bd;
  font-weight: bold;
}
.table th,
.table td {
  text-align: left;
  font-size: 1.1rem;
}
.table th.centered,
.table td.centered {
  text-align: center;
}
.table .not-available {
  position: relative;
  padding: 0;
  text-align: center;
  font-size: 1em;
}
.table .not-available div {
  padding: 3em 1.5em;
}
.table .not-available p {
  margin: 0 auto;
  padding: 0.75em;
  max-width: 28em;
  width: 100%;
  border: 1px solid #c3c3c3;
  background-color: #eceff4;
  box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.15);
  color: #000;
  text-align: center;
  font-style: italic;
  line-height: 1.15;
}

.table-striped tr:nth-child(even) th,
.table-striped tr:nth-child(even) td {
  background-color: #f9f9f9;
}

.table-yellow thead th,
.table-yellow thead td {
  background-color: #f7b01c;
  color: #000;
  font-size: 0.88em;
}

.col-demographics .table-yellow thead th,
.col-demographics .table-yellow thead td,
.col-demographics .table-yellow tbody th,
.col-demographics .table-yellow tbody td {
  padding: 1em;
  width: auto !important;
  font-size: 1em;
}

@media (max-width: 1299px) {
  .col-demographics .table-yellow thead th,
.col-demographics .table-yellow thead td,
.col-demographics .table-yellow tbody th,
.col-demographics .table-yellow tbody td {
    padding: 1em;
    width: auto !important;
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .table thead th,
.table thead td {
    padding: 0.75rem;
  }
  .table tbody th,
.table tbody td {
    padding: 0.75rem;
  }
  .table th,
.table td {
    font-size: 0.9rem !important;
  }

  .scroll-x {
    overflow-x: scroll;
    margin-bottom: 20px;
  }
  .scroll-x > .table {
    width: 800px !important;
    font-size: 0.75rem;
  }

  .table-sticky tbody tr th:first-child,
.table-sticky tbody tr td:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }
  .table-sticky tr th,
.table-sticky tr td {
    box-shadow: 4px 4px 5px #f8f8f8;
  }
  .table-sticky thead tr th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    box-shadow: 4px -4px 5px #1c75bd;
  }
  .table-sticky thead tr th:first-child {
    left: 0;
    z-index: 2;
  }
}
.timeline {
  position: relative;
  margin-top: 1.5em;
  padding-top: 4.5em;
  list-style: none;
}
.timeline > li {
  position: relative;
  float: left;
  clear: left;
  margin-bottom: 3em;
  width: 50%;
}
.timeline > li > .timeline-panel {
  position: relative;
  float: left;
  padding: 2.25em;
  width: 90%;
  border: 3px solid #eee;
}
.timeline > li > .timeline-panel .timeline-heading h3 {
  font-size: calc(1.275rem + 0.3vw);
  font-family: "Merriweather", Georgia, Times, Times New Roman, serif;
}
@media (min-width: 1200px){
  .timeline > li > .timeline-panel .timeline-heading h3{
  font-size: 1.5rem;
  }
}
.timeline > li > .timeline-panel .timeline-heading .timeline-date {
  color: #1c75bd;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "Open Sans", "system-ui", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 2.25em;
}
.timeline > li > .timeline-panel .timeline-body img {
  margin-bottom: 1.5em;
  width: 100%;
}
.timeline > li > .timeline-panel .timeline-body a img {
  margin: inherit;
  width: auto;
}
.timeline > li > .timeline-panel .timeline-body > p,
.timeline > li > .timeline-panel .timeline-body > ul {
  margin-bottom: 0;
}
.timeline > li > .timeline-panel .timeline-body > p + p {
  margin-top: 5px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -28px;
  display: inline-block;
  border-top: 0 solid transparent;
  border-right: 0 solid #eee;
  border-bottom: 25px solid transparent;
  border-left: 28px solid #eee;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 29px;
  right: -20px;
  display: inline-block;
  border-top: 0 solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 20px solid transparent;
  border-left: 23px solid #fff;
  content: " ";
}
.timeline > li:before {
  position: absolute;
  top: 16px;
  right: -14px;
  z-index: 100;
  width: 29px;
  height: 29px;
  border: 6px solid #fff;
  border-radius: 50%;
  background-color: #1c75bd;
}
.timeline > li.timeline-inverted {
  float: right;
  clear: right;
  margin-bottom: 3em;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -28px;
  border-right-width: 28px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -20px;
  border-right-width: 23px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted:before {
  right: auto;
  left: -15px;
}
.timeline > li:before,
.timeline > li:after {
  display: table;
  content: " ";
}
.timeline > li:nth-child(2) {
  margin-top: 3em;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline > li:last-child:before {
  width: 0;
  height: 0;
}
.timeline li.clearfix {
  float: none;
  clear: both;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2.5px;
  width: 4px;
  background-color: #09192f;
  content: " ";
}

.timeline:after {
  position: absolute;
  top: 0;
  left: 49%;
  z-index: 100;
  margin-left: -10.2px;
  width: 39px;
  height: 39px;
  border: 4px solid #09192f;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

.timeline > li:before,
.timeline > li:after {
  display: table;
  content: " ";
}

.timeline > li:after {
  clear: both;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }

  ul.timeline:after {
    left: 30px;
  }

  ul.timeline > li {
    position: relative;
    float: left;
    clear: left;
    margin-bottom: 0;
    width: 100%;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
    width: calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }
  ul.timeline > li > .timeline-panel:before {
    right: auto;
    left: -28px;
    border-right-width: 28px;
    border-left-width: 0;
  }
  ul.timeline > li > .timeline-panel:after {
    right: auto;
    left: -20px;
    border-right-width: 23px;
    border-left-width: 0;
  }
  ul.timeline > li.timeline-inverted {
    float: left;
    clear: left;
  }
  ul.timeline > li:before,
ul.timeline > li.timeline-inverted:before {
    left: 25px;
  }
  ul.timeline > li:nth-child(2) {
    margin-top: 2.25em;
  }
}
.footer-cta {
  display: flex;
  align-items: flex-end;
  background-color: #9ed6d7;
  background-position: center top;
  background-repeat: no-repeat;
  color: #09192f;
}
.footer-cta > .wrap {
  margin: 0 auto;
  padding-right: 0.75em;
  padding-left: 0.75em;
  max-width: 82.75em;
  width: 100%;
  display: flex;
  align-items: center;
}
.footer-cta > .wrap > .col-right-img img {
  position: relative;
  top: -37px;
  margin: -2rem 0 -2.3rem 5rem;
  max-width: 500px;
}
.footer-cta .left {
  margin-right: auto;
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 2em;
}
.footer-cta .left:first-child {
  padding-left: 0;
}
.footer-cta h2 {
  margin-bottom: 0;
  color: inherit;
}
.footer-cta p {
  max-width: 24em;
  font-size: 1.1rem;
  line-height: 1.66;
}
.footer-cta .btn-solid {
  background-color: #fff;
  color: inherit;
}

@media (max-width: 767px) {
  .footer-cta {
    height: auto !important;
    background-color: #8ed8d8;
    background-image: none !important;
  }
  .footer-cta > .wrap {
    display: block;
  }
  .footer-cta > .wrap > .col-right-img img {
    display: none;
  }
  .footer-cta .left {
    margin-bottom: 0.75em;
    padding-left: 0;
  }
  .footer-cta .btn-solid {
    margin-left: 0;
  }
}
.site-footer {
  color: #fff;
}

.footer-locator {
  padding-top: 2.25em;
  padding-bottom: 1.75em;
  border-top: 0.25em solid #004eb1;
  background-color: #fff;
}
.footer-locator > .wrap {
  margin: 0 auto;
  padding-right: 0.75em;
  padding-left: 0.75em;
  max-width: 82.75em;
  width: 100%;
  display: flex;
  align-items: center;
}
.footer-locator > .wrap > div {
  display: flex;
  align-items: center;
  flex: 1 1 0;
}
.footer-locator > .wrap > div svg {
  flex: 0 0 auto;
  margin-right: 1.75em;
  width: 4em;
  height: 6em;
}
.footer-locator > .wrap > form {
  min-width: 50%;
}
.footer-locator > .wrap > form input {
  outline: inherit;
}
.footer-locator h2 {
  margin-bottom: 0;
  color: #004eb1;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px){
  .footer-locator h2{
  font-size: 1.5rem;
  }
}
.footer-locator form {
  position: relative;
  flex: 1 1 0;
  margin-left: 2.5em;
}
.footer-locator input[type=search] {
  padding: 0.75em 2em 0.75em 0;
  border: none;
  border-bottom: 2px solid #004eb1;
  background-color: transparent;
  font-size: 1.1rem;
}
.footer-locator ::-webkit-input-placeholder {
  color: #000;
  font-style: italic;
}
.footer-locator ::-moz-placeholder {
  color: #000;
  font-style: italic;
}
.footer-locator :-ms-input-placeholder {
  color: #000;
  font-style: italic;
}
.footer-locator ::-ms-input-placeholder {
  color: #000;
  font-style: italic;
}
.footer-locator ::placeholder {
  color: #000;
  font-style: italic;
}
.footer-locator .btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.footer-locator .btn svg {
  display: block;
  width: 1.5em;
  height: 1.5em;
  fill: #009c8b;
}

@media (max-width: 767px) {
  .footer-locator > .wrap {
    display: block;
  }
  .footer-locator > .wrap > div {
    margin-bottom: 1.25em;
  }
  .footer-locator > .wrap > div svg {
    width: 5em;
    height: 5em;
  }
  .footer-locator form {
    margin-left: 0;
  }
}
.footer-social {
  padding-top: 2.5em;
  padding-bottom: 2em;
  background-color: #004eb1;
}
.footer-social > .wrap {
  margin: 0 auto;
  padding-right: 0.75em;
  padding-left: 0.75em;
  max-width: 82.75em;
  width: 100%;
  display: flex;
  align-items: center;
}
.footer-social h2 {
  margin-bottom: 0;
  color: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px){
  .footer-social h2{
  font-size: 1.5rem;
  }
}
.footer-social nav {
  display: flex;
  align-items: center;
  margin-left: 1em;
}
.footer-social a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.footer-social a + a {
  margin-left: 2em;
}
.footer-social svg {
  flex: 0 0 auto;
  margin-right: 0.75em;
  width: 2.75em;
  height: 2.75em;
}
.footer-social span {
  font-weight: 600;
}

@media (max-width: 1299px) {
  .footer-cta > .wrap > .col-right-img {
    display: none;
  }
}
@media (max-width: 1023px) {
  .footer-social > .wrap {
    display: block;
  }
  .footer-social h2 {
    margin-bottom: 1rem;
  }
  .footer-social nav {
    margin-left: 0;
  }
  .footer-social svg {
    width: 2em;
    height: 2em;
  }
}
@media (max-width: 767px) {
  .footer-social {
    padding-bottom: 1em;
  }
  .footer-social h2 {
    text-align: center;
  }
  .footer-social nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-social a {
    margin-right: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
  }
  .footer-social a + a {
    margin-left: 1em;
  }
}
.footer-links {
  background-color: #004eb1;
}
.footer-links > .wrap {
  margin: 0 auto;
  padding-right: 0.75em;
  padding-left: 0.75em;
  max-width: 82.75em;
  width: 100%;
}
.footer-links .inner {
  display: flex;
  padding-top: 2.25em;
  padding-bottom: 2.25em;
  border-top: 1px solid #0081d2;
}
.footer-links .block {
  flex: 1 1 0;
}
.footer-links .block + .block {
  margin-left: 2em;
}
.footer-links .block-3 {
  flex: 2 1 0;
}
.footer-links .block-3 ul {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
}
.footer-links .block-3 li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.footer-links h2 {
  color: inherit;
  font-size: 1rem;
}
.footer-links li {
  line-height: 1.5;
}
.footer-links li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 0.75rem;
}
.footer-links img {
  margin-bottom: 0.75em;
}
.footer-links p {
  font-weight: 600;
  font-size: 0.75rem;
}

@media (max-width: 767px) {
  .footer-links .inner {
    display: block;
  }
  .footer-links .block {
    margin-bottom: 2.25em;
  }
  .footer-links .block:last-child {
    margin-bottom: 0;
  }
  .footer-links .block + .block {
    margin-left: 0;
  }
  .footer-links .block-3 ul {
    -moz-columns: 1;
         columns: 1;
  }
}
.footer-copyright {
  background-color: #004eb1;
}
.footer-copyright > .wrap {
  margin: 0 auto;
  padding-right: 0.75em;
  padding-left: 0.75em;
  max-width: 82.75em;
  width: 100%;
}
.footer-copyright .inner {
  display: flex;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 3.75em;
  border-top: 1px solid #1c75bd;
}
.footer-copyright p {
  margin-right: auto;
  margin-bottom: 0;
  font-size: 0.9rem;
}
.footer-copyright p a {
  color: inherit;
  font-weight: bold;
}
.footer-copyright nav {
  display: flex;
  align-items: center;
  margin-left: 1.5em;
}
.footer-copyright nav a {
  display: block;
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: 1px solid #fff;
  color: inherit;
  text-decoration: none;
  font-size: 0.9rem;
}
.footer-copyright nav a:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

@media (max-width: 767px) {
  .footer-copyright .inner {
    display: block;
  }
  .footer-copyright p {
    margin-bottom: 0.75em;
  }
  .footer-copyright nav {
    margin-left: 0;
  }
}
.page-about .header-hero-wrapper {
  margin-bottom: 0;
}
.page-about .header-hero-wrapper .hero .left {
  max-width: 52%;
}
.page-about .header-hero-wrapper .hero p {
  font-size: 1rem;
}

.page-about-ehe .header-hero-wrapper {
  margin-bottom: 0;
}
.page-about-ehe .header-hero-wrapper .hero .left {
  max-width: 40%;
}
.page-about-ehe .header-hero-wrapper .hero-wrapper .wrap .background {
  background-size: 50%;
}

.page-about .site-inner,
.page-about-ehe .site-inner {
  margin-bottom: 0;
}
.page-about .site-inner .wrap,
.page-about-ehe .site-inner .wrap {
  margin: 0 auto;
  padding-right: 0.75em;
  padding-left: 0.75em;
  max-width: 82.75em;
  width: 100%;
}
.page-about .site-inner section,
.page-about-ehe .site-inner section {
  clear: both;
  padding-top: 3em;
  padding-bottom: 3em;
}
.page-about .site-inner section .section-header,
.page-about-ehe .site-inner section .section-header {
  margin-bottom: 3em;
  text-align: center;
}
.page-about .site-inner section .section-header h2,
.page-about-ehe .site-inner section .section-header h2 {
  margin-bottom: 0.75em;
  color: #0c4fab;
}
.page-about .site-inner section .section-header h3,
.page-about-ehe .site-inner section .section-header h3 {
  margin: 1.5em 0;
  width: 100%;
  border-bottom: 1px solid #eee;
  color: #12838B;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", "system-ui", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 0.1em;
}
.page-about .site-inner section .section-header h3 span,
.page-about-ehe .site-inner section .section-header h3 span {
  padding: 0 1.5em;
  background-color: #fff;
}
.page-about .site-inner section .col-45 h2,
.page-about-ehe .site-inner section .col-45 h2 {
  margin-top: 0.6em;
}
.page-about .site-inner .bg-yellow h2,
.page-about .site-inner .bg-yellow p,
.page-about-ehe .site-inner .bg-yellow h2,
.page-about-ehe .site-inner .bg-yellow p {
  color: #000;
}
.page-about .site-inner .justify-center,
.page-about-ehe .site-inner .justify-center {
  justify-content: center;
}
.page-about .btn-solid,
.page-about-ehe .btn-solid {
  width: inherit;
}
.page-about .text-emphasize,
.page-about-ehe .text-emphasize {
  color: #000;
  font-weight: bold;
  font-size: 1.15rem;
}
.page-about .img-about-hero,
.page-about-ehe .img-about-hero {
  position: absolute;
  bottom: -3em;
  width: 45%;
}
.page-about .img-about-ehe-hero,
.page-about-ehe .img-about-ehe-hero {
  position: absolute;
  bottom: -3em;
  width: 45%;
}
.page-about .img-left,
.page-about-ehe .img-left {
  left: -3em;
}
.page-about .img-right,
.page-about-ehe .img-right {
  right: -3em;
}
.page-about .img-phase-hero,
.page-about-ehe .img-phase-hero {
  position: absolute;
  bottom: -3em;
  width: 580px;
}
.page-about .img-about-ehe-app,
.page-about-ehe .img-about-ehe-app {
  position: relative;
  float: right;
  margin-top: -8rem;
  margin-bottom: -3rem;
  padding: 0;
  max-width: 360px;
  width: 100%;
}
.page-about .icn-key-strategies,
.page-about-ehe .icn-key-strategies {
  margin-bottom: 1.5em;
  width: 90px;
  height: 90px;
}
.page-about .icn-phase,
.page-about-ehe .icn-phase {
  margin-top: -0.6em;
  height: 46px;
}
.page-about .about-core-indicators .row .col:first-child,
.page-about-ehe .about-core-indicators .row .col:first-child {
  margin: inherit;
}
.page-about .about-core-indicators .row a,
.page-about-ehe .about-core-indicators .row a {
  align-self: center;
  max-width: 143px;
}
.page-about .about-core-indicators .row a:link,
.page-about-ehe .about-core-indicators .row a:link {
  text-decoration: none;
}
.page-about .about-core-indicators .row a:hover,
.page-about-ehe .about-core-indicators .row a:hover,
.page-about .about-core-indicators .row a:focus,
.page-about-ehe .about-core-indicators .row a:focus {
  text-decoration: underline;
}
.page-about .about-core-indicators .indicator-image,
.page-about-ehe .about-core-indicators .indicator-image {
  align-self: center;
  /*max-width: 143px;*/
}
.page-about .about-core-indicators .indicator-text,
.page-about-ehe .about-core-indicators .indicator-text {
  margin-top: 0.5em;
  text-align: center;
  font-weight: bold;
}
.page-about img.about-ehe-goal,
.page-about-ehe img.about-ehe-goal {
  flex: 0 0 auto;
  /* IE 11 hack for image dimensions to scale down */
  margin: 0 auto;
  width: 80%;
}
.page-about img.key-strategies,
.page-about-ehe img.key-strategies {
  width: 70%;
}

@media (max-width: 1023px) {
  .page-about .header-hero-wrapper .hero .left,
.page-about-ehe .header-hero-wrapper .hero .left {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .page-about .header-hero-wrapper,
.page-about-ehe .header-hero-wrapper {
    margin-bottom: 0;
  }
  .page-about .img-about-ehe-app,
.page-about-ehe .img-about-ehe-app {
    margin-top: -2.5em;
  }
  .page-about .stats-img-lg,
.page-about-ehe .stats-img-lg {
    width: 40%;
  }

  .page-about .img-about-hero {
    left: 0;
    width: 45%;
  }
  .page-about .hero .left p {
    font-size: 0.95rem;
  }

  .page-about-ehe .img-about-hero,
.page-about-ehe .img-phase-hero,
.page-about-ehe .img-about-ehe-hero {
    right: 0;
    width: 45%;
  }
  .page-about-ehe .img-phase-hero {
    left: 0;
    width: 45%;
  }
}
@media (max-width: 767px) {
  .page-about .img-phase-hero,
.page-about .img-about-hero,
.page-about .img-about-ehe-app,
.page-about .img-about-ehe-hero,
.page-about-ehe .img-phase-hero,
.page-about-ehe .img-about-hero,
.page-about-ehe .img-about-ehe-app,
.page-about-ehe .img-about-ehe-hero {
    display: none;
  }

  .page-about-ehe .site-inner section .col-45 h2 {
    margin-top: 0;
  }
  .page-about-ehe .site-inner section .col {
    margin: 0;
  }
}
@media (max-width: 560px) {
  .page-about .stats-img-lg,
.page-about-ehe .stats-img-lg {
    max-height: 120px;
  }
}
.announcements-list .block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.25em;
  background-color: #fff;
}
.announcements-list .block .description {
  padding: 2.25em;
  width: calc(68% - 0.75em);
}
.announcements-list .block .description h3 {
  color: #1c75bd;
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px){
  .announcements-list .block .description h3{
  font-size: 2rem;
  }
}
.announcements-list .block .description h3 a {
  text-decoration: none;
}
.announcements-list .block .description h3 a:hover, .announcements-list .block .description h3 a:focus {
  text-decoration: underline;
}
.announcements-list .block .details {
  position: relative;
  margin-left: 1.5em;
  padding: 2.25em;
  width: calc(32% - 0.75em);
  background-color: #e7f0f7;
  color: #000;
}
.announcements-list .block .label {
  margin-bottom: 0.75em;
  color: #000;
  font-weight: bold;
}

@media (max-width: 767px) {
  .announcements-list .block .description {
    padding: 2.25em;
    width: 100%;
  }
  .announcements-list .block .description a {
    text-decoration: none;
  }
  .announcements-list .block .description a h3 {
    color: #1c75bd;
    font-size: calc(1.325rem + 0.9vw);
  }
  @media (min-width: 1200px){
    .announcements-list .block .description a h3{
    font-size: 2rem;
    }
  }
  .announcements-list .block .details {
    margin: 0;
    width: 100%;
  }
}
.dashboard > .wrap {
  margin: 0 auto;
  padding-right: 0.75em;
  padding-left: 0.75em;
  max-width: 82.75em;
  width: 100%;
}
.dashboard .row-1 .item {
  margin-left: 1.5em;
  width: calc(50% - 0.75em);
}
.dashboard .row-1 .item:nth-child(odd) {
  margin-left: 0;
}
.dashboard .item {
  border: 1px solid #eee;
  border-radius: 1em;
  background-color: #fff;
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 1.5em;
  padding: 2em;
}
@media (min-width: 1025px) {
  .dashboard .item:hover, .dashboard .item:focus {
    box-shadow: 0 0 3.5em rgba(0, 0, 0, 0.12);
  }
  .dashboard .item:hover .btn-link, .dashboard .item:focus .btn-link {
    visibility: visible;
    opacity: 1;
  }
  .dashboard .item .btn-link {
    visibility: hidden;
    opacity: 0;
  }
}
.dashboard .item > div {
  flex: 1 1 auto;
  margin-bottom: 1.5em;
  width: 100%;
}
.dashboard .item > div > p {
  font-size: 1.1rem;
  line-height: 1.66;
}
.dashboard .item .stats {
  margin-bottom: 1.5em;
}
.dashboard .block-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
}
.dashboard h4 {
  margin-right: auto;
  margin-bottom: 0;
  color: #1c75bd;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px){
  .dashboard h4{
  font-size: 1.5rem;
  }
}
.dashboard .icon-wrapper {
  flex: 0 0 auto;
  margin-left: 1.5em;
}
.dashboard .btn {
  flex: 0 0 auto;
}

.home .indicators-list .row-1 section.block div.inner {
  padding-top: 1.5em;
}
.home .indicators-list .row-1 .item:nth-child(odd) {
  margin-left: 1.5em;
}

@media (max-width: 950px) {
  .home .indicators-list .row-1 .item:nth-child(odd) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .dashboard .item {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 32em;
    width: 100%;
  }
}
.page-ehe-in-action {
  background: #fff;
}
.page-ehe-in-action .bg-grey {
  background: #f8f8f8;
}
.page-ehe-in-action .bg-blue {
  background: #0c4fab;
}
.page-ehe-in-action .center {
  text-align: center;
}
.page-ehe-in-action .bottom-0 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.page-ehe-in-action .header-hero-wrapper {
  margin-bottom: 0;
}
.page-ehe-in-action .site-inner {
  margin-bottom: 0;
}
.page-ehe-in-action .site-inner .wrap {
  margin: 0 auto;
  padding-right: 0.75em;
  padding-left: 0.75em;
  max-width: 82.75em;
  width: 100%;
}
.page-ehe-in-action .site-inner section {
  clear: both;
  padding-top: 2.25em;
}
.page-ehe-in-action .site-inner section .columns .block {
  border: 0;
}
.page-ehe-in-action .site-inner section .columns .block > div {
  padding: 1.5em 0;
}
.page-ehe-in-action .site-inner section .row-2 {
  display: flex;
}
.page-ehe-in-action .site-inner section .row-2 .col-left-img {
  display: flex;
  flex-direction: column;
  width: calc(40% - .75em);
}
.page-ehe-in-action .site-inner section .row-2 .col-right-content {
  display: flex;
  flex-direction: column;
  margin-left: 1.5em;
  width: calc(60% - .75em);
}
.page-ehe-in-action .site-inner section .row-2 .col-right-img {
  display: flex;
  flex-direction: column;
  width: calc(55% - .75em);
}
.page-ehe-in-action .site-inner section .row-2 .col-right-img img {
  position: relative;
  margin-top: -4rem;
  width: 100%;
}
.page-ehe-in-action .site-inner section .row-2 .col-left-content {
  display: flex;
  flex-direction: column;
  margin-right: 1.5em;
  width: calc(45% - .75em);
}
.page-ehe-in-action .site-inner section .right {
  margin-left: 1.5em;
}
.page-ehe-in-action .site-inner section#jumpstarting_success p {
  max-width: 475px;
  max-height: 150px;
  width: 425px;
  color: #fff;
  font-size: 12px;
}
.page-ehe-in-action .site-inner section#jumpstarting_success p strong {
  color: inherit;
  font-size: 16px;
}
.page-ehe-in-action .site-inner section#jumpstarting_success p.button {
  display: inline-block;
  overflow: auto;
  padding: 10px 20px 5px 30px;
  border: none;
  border-radius: 55px;
  background-color: #12838B;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.page-ehe-in-action .site-inner section#jumpstarting_success p.button img {
  float: right;
  margin-left: 5px;
  vertical-align: middle;
}
.page-ehe-in-action .site-inner .section-header {
  margin-bottom: 1.5em;
}
.page-ehe-in-action .site-inner .section-header .h2-subhead {
  margin-bottom: 0.75em;
  color: #bf1f2e;
  letter-spacing: 0.25rem;
  font-weight: bold;
}
.page-ehe-in-action .site-inner .section-header h2 {
  margin-bottom: 0.75em;
  color: #415d98;
}
.page-ehe-in-action .site-inner h3 {
  font-size: 1.2rem;
  font-family: "Open Sans", "system-ui", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.page-ehe-in-action .site-inner .left {
  float: left;
}

@media (max-width: 1300px) {
  .page-ehe-in-action .hero-wrapper .left p {
    padding-right: 250px;
  }
}
@media (max-width: 1023px) {
  .page-ehe-in-action .hero-wrapper .left p {
    padding-right: 100px;
  }
  .page-ehe-in-action .hero-wrapper .background {
    background-size: 45%;
  }
  .page-ehe-in-action .hero-wrapper h1 {
    padding-top: 1rem;
  }
}
@media (max-width: 1023px) {
  .page-ehe-in-action .site-inner .columns .block {
    display: flex;
    clear: both;
    margin: 1.5em 0;
    max-width: none;
    width: 100%;
  }
  .page-ehe-in-action .site-inner .columns .block img {
    float: left;
    margin: auto;
  }
  .page-ehe-in-action .site-inner .columns .block h3 {
    text-align: center;
  }
  .page-ehe-in-action .site-inner section#jumpstarting_success p {
    width: 100%;
  }
  .page-ehe-in-action .site-inner section#jumpstarting_success p img {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .page-ehe-in-action .site-inner section .row-2 .col-left-content {
    width: 100%;
  }
  .page-ehe-in-action .site-inner section .row-2 .col-right-img {
    width: 0;
  }
  .page-ehe-in-action .site-inner section .row-2 .col-right-img img {
    display: none;
  }
  .page-ehe-in-action .site-inner section .row-2 p {
    padding: 10px 100px 0 115px;
  }
  .page-ehe-in-action .site-inner section#budget_for_success .row .col {
    margin: 1.5em 0;
    width: 100%;
  }
  .page-ehe-in-action .site-inner section#jumpstarting_success p {
    padding: 10px 100px 0 110px;
  }
}
@media (max-width: 560px) {
  .page-ehe-in-action .site-inner section .row-2 p {
    padding: 0;
  }
}
.home .header-hero-wrapper .wrap .left p {
  padding-right: 100px;
}

@media (max-width: 768px) {
  .home .header-hero-wrapper .wrap .left p {
    padding-right: 0;
  }
}
.home-wrapper {
  margin: 0 auto;
  padding-right: 0.75em;
  padding-left: 0.75em;
  max-width: 82.75em;
  width: 100%;
}
.home-wrapper .map-container {
  margin-bottom: 4.5em;
}
.home-wrapper header.page-header p {
  max-width: 70em;
  font-size: 1rem;
}
.home-wrapper .nav-form p {
  font-size: 1rem;
}

.home-indicators {
  margin-bottom: 2.5em;
}
.home-indicators .item {
  border: 1px solid #eee;
  border-radius: 1em;
  background-color: #fff;
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1.5em;
  padding: 2em 2.75em 2.75em;
  text-align: center;
}
@media (min-width: 1025px) {
  .home-indicators .item:hover, .home-indicators .item:focus {
    box-shadow: 0 0 3.5em rgba(0, 0, 0, 0.12);
  }
  .home-indicators .item:hover .btn-link, .home-indicators .item:focus .btn-link {
    visibility: visible;
    opacity: 1;
  }
  .home-indicators .item .btn-link {
    visibility: hidden;
    opacity: 0;
  }
}
.home-indicators .item > div {
  flex: 1 1 auto;
  margin-bottom: 1.5em;
  width: 100%;
}
.home-indicators .item .icon-wrapper {
  margin: 0 auto 1.5em;
  text-align: center;
}
.home-indicators .item .icon-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.home-indicators .item h4 {
  margin-bottom: 0.75em;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px){
  .home-indicators .item h4{
  font-size: 1.5rem;
  }
}
.home-indicators .item .btn {
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .home-indicators .item {
    margin-right: auto;
    margin-left: auto;
    /*max-width: 18.75em;*/
  }
}
.home-footer-container {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 8em, #fff 8em, #fff);
}

@media (max-width: 767px) {
  .home-footer-container {
    background-color: #fff;
    background-image: none;
  }
}
@media (max-width: 1300px) {
  .home .hero-wrapper .hero .wrap .left {
    padding-top: 5em;
  }
  .home .hero-wrapper .hero .wrap .left p {
    padding-right: 250px;
  }
  .home .hero-wrapper .hero h1 {
    font-size: 2rem;
  }
  .home .hero-wrapper .hero p {
    font-size: 1rem;
  }

  .hero h1 {
    font-size: 2rem;
  }
  .hero p {
    font-size: 1rem;
  }
}
@media (max-width: 1023px) {
  .home .hero-wrapper .hero .wrap .left p {
    padding-right: 95px;
  }
}
.home-modules {
  padding-top: 3em;
  padding-bottom: 5em;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-modules > header > h2 {
  color: #1c75bd;
}
.home-modules > .wrap {
  margin: 0 auto;
  padding-right: 0.75em;
  padding-left: 0.75em;
  max-width: 82.75em;
  width: 100%;
  display: flex;
}
.home-modules .block {
  flex: 1 1 0;
  width: calc(33.33% - 1.3333333333em);
}
.home-modules .block + .block {
  margin-left: 2em;
}
.home-modules img {
  display: block;
  margin: 0 auto 1.5em;
  border-radius: 1em;
}
.home-modules p {
  margin-bottom: 1.5em;
}

@media (max-width: 767px) {
  .home-modules {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .home-modules > .wrap {
    display: block;
  }
  .home-modules .block {
    display: block;
    margin-right: auto;
    margin-bottom: 3em;
    margin-left: auto;
    max-width: 18.75em;
    width: 100%;
  }
  .home-modules .block:nth-child(3n-2) {
    margin-left: auto;
  }
  .home-modules .block + .block {
    margin-left: auto;
  }
}
@media (max-width: 560px) {
  .home .hero-wrapper .wrap .hero .left a.btn {
    font-size: 1em;
  }
}
.blocks .block {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
  width: 100%;
  border: 1px solid #eee;
  background-color: #fff;
}
.blocks .block:last-child {
  margin-bottom: 0;
}
.blocks .block img {
  flex: 1 1 0;
}
.blocks .block > div {
  flex: 1 1 0;
  padding: 2em;
}
.blocks .block > div > div {
  max-width: 18.75em;
  width: 100%;
}

@media (max-width: 767px) {
  .blocks .block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 18.75em;
  }
}
.columns {
  display: flex;
  flex-wrap: wrap;
}
.columns .block {
  display: flex;
  flex-direction: column;
  margin-left: 1.5em;
  width: calc( 33.33% - 1.17em );
  border: 1px solid #eee;
  background-color: #fff;
}
.columns .block:nth-child(3n-2) {
  margin-left: 0;
}
.columns .block img {
  flex: 0 0 auto;
}
.columns .block > div {
  display: flex;
  align-items: flex-start;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 2em;
}
.columns .block > div > div {
  margin-bottom: 1.5em;
  width: 100%;
}
.columns .block > div .btn {
  margin-top: auto;
}

@media (max-width: 767px) {
  .columns {
    display: block;
  }
  .columns .block {
    display: block;
    margin-right: auto;
    margin-bottom: 1.5em;
    margin-left: auto;
    max-width: 18.75em;
    width: 100%;
  }
  .columns .block:nth-child(3n-2) {
    margin-left: auto;
  }
  .columns .block > div {
    display: block;
  }
}
.page-indicators .header-hero-wrapper .wrap .left p {
  width: 70%;
}

@media (max-width: 768px) {
  .page-indicators .header-hero-wrapper .wrap .left p {
    width: auto;
  }
}
.indicators .hero-wrapper .background {
  background-position: right center;
  background-size: 300px;
}

.indicators.page-indicators {
  background-position: right bottom;
  background-size: contain;
}

.indicators-list .row .item > div {
  outline: none;
}
.indicators-list .row:last-child .inner {
  padding-bottom: 0;
}
.indicators-list .row:last-child .inner:not(:last-child) {
  padding-bottom: 0;
}
.indicators-list .row:last-child .inner:last-child {
  padding-top: 0;
}
.indicators-list .row-1 .item {
  flex-basis: 0;
  flex-grow: 1;
  margin-left: 1.5em;
  width: calc(50% - 0.75em);
}
.indicators-list .row-1 .item:nth-child(odd) {
  margin-left: 0;
}
.indicators-list .row-1 .block {
  width: 100%;
}
.indicators-list .row-2 {
  display: flex;
}
.indicators-list .row-2 .block {
  display: flex;
  flex-direction: column;
  width: calc(50% - 0.75em);
}
.indicators-list .row-2 .block > header {
  flex: 0 0 auto;
}
.indicators-list .row-2 .block .inner {
  flex: 1 1 auto;
}
.indicators-list .row-2 .block .inner .item {
  flex-basis: 0;
  flex-grow: 1;
}
.indicators-list .block {
  padding-top: 1.5em;
  border-top: 1px solid #000;
}
.indicators-list .block + .block {
  margin-left: 1.5em;
}
.indicators-list .block > header {
  text-align: center;
}
.indicators-list .block > header > h3 {
  color: #bf1f2e;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: calc(1.275rem + 0.3vw);
  font-family: "Open Sans", "system-ui", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media (min-width: 1200px){
  .indicators-list .block > header > h3{
  font-size: 1.5rem;
  }
}
.indicators-list .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.indicators-list .chart-indicators {
  width: 100%;
  height: 300px;
}

@media (max-width: 1023px) {
  .hero .left {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .hero .left {
    width: 100%;
  }

  .indicators-list .row-1 .item {
    margin-left: auto;
    width: 100%;
  }
  .indicators-list .row-1 .item:nth-child(odd) {
    margin-left: auto;
  }
  .indicators-list .row-2 {
    display: block;
  }
  .indicators-list .row-2 .block {
    display: block;
    width: 100%;
  }
  .indicators-list .block + .block {
    margin-left: 0;
  }
  .indicators-list .inner {
    display: block;
    padding-bottom: 0;
  }

  .page-indicators .indicators-list .row .block .item {
    max-width: initial;
  }
}
@media (max-width: 559px) {
  .page-indicators .indicators-list .row .block {
    margin-right: -0.3em !important;
    margin-left: -0.3em !important;
  }
  .page-indicators .indicators-list .row .block .item {
    padding: 1.5em;
    font-size: 0.75em;
  }
  .page-indicators .indicators-list .row .block .item .chart-indicators {
    margin-left: -1.5em;
    width: 110%;
  }
}
.selection-button {
  display: block;
  clear: both;
  margin: 0 2px 2px 0;
  padding: 8px 12px;
  width: 100%;
  border: 2px solid #e7f0f7;
  border-radius: 5px;
  background-color: #1c75bd;
  color: white;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.selection-button:hover, .selection-button:focus {
  background-color: white;
  color: black;
}

.selection-button.active {
  background-color: white;
  color: black;
}
.selection-button.active:after {
  position: relative;
  float: right;
  margin-left: 5px;
  color: black;
  content: " ✓";
  text-align: right;
  font-weight: bold;
}

/* colors */
.bg-in {
  background-color: #903794;
}

.bg-dx {
  background-color: #2764df;
}

.bg-kos {
  background-color: #4d98d2;
}

.bg-ltc {
  background-color: #f4b12f;
}

.bg-vs {
  background-color: #de3a2e;
}

.bg-prep {
  background-color: #1b9b8e;
}

.chart-canvas-container {
  margin-top: 25px;
  max-width: 100%;
  width: 100%;
}
.chart-canvas-container #ehe-button-selection,
.chart-canvas-container #non-ehe-button-selection,
.chart-canvas-container #jurisdictions-button-selection {
  display: inline-block;
  width: 20%;
  vertical-align: top;
}
.chart-canvas-container #ehe-button-selection select,
.chart-canvas-container #non-ehe-button-selection select,
.chart-canvas-container #jurisdictions-button-selection select {
  display: block;
  clear: both;
  width: 100%;
  border: 2px solid #e7f0f7;
  border-radius: 5px;
}
.chart-canvas-container #ehe-selection,
.chart-canvas-container #non-ehe-selection {
  display: none;
  width: 0;
  vertical-align: top;
}
.chart-canvas-container #ehe-selection select,
.chart-canvas-container #non-ehe-selection select {
  display: block;
  clear: both;
  width: 100%;
  border: 2px solid #e7f0f7;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .chart-canvas-container #ehe-button-selection,
.chart-canvas-container #non-ehe-button-selection {
    display: none;
    width: 0;
  }
  .chart-canvas-container #ehe-selection,
.chart-canvas-container #non-ehe-selection,
.chart-canvas-container #jurisdictions-button-selection {
    display: block;
    width: 100%;
  }
  .chart-canvas-container #chart-canvas-ehe,
.chart-canvas-container #chart-canvas-non-ehe,
.chart-canvas-container #chart-canvas-jurisdictions {
    width: 100%;
  }
}
#chart-canvas-ehe,
#chart-canvas-non-ehe,
#chart-canvas-jurisdictions {
  display: inline-block;
  margin-left: 0;
  width: 75%;
  vertical-align: top;
}
#chart-canvas-ehe .block,
#chart-canvas-non-ehe .block,
#chart-canvas-jurisdictions .block {
  max-width: 100%;
  width: 100%;
}

.goal {
  display: flex;
  align-items: center;
  margin: 0 auto 3em;
  padding: 0.75em 1em;
  max-width: 40em;
  background-color: #fff;
  box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.15);
}
.goal p {
  margin-right: auto;
  margin-bottom: 0;
  color: #000;
  font-weight: bold;
}
.goal .circle {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  justify-content: center;
  margin-left: 1.5em;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #61902a;
}
.goal svg {
  display: block;
  width: 1.25em;
  height: 1.25em;
  fill: #fff;
}

.bars {
  width: 100%;
}
.bars .axis-line {
  stroke: #d2d3d5;
  stroke-width: 1;
}
.bars .guide-line {
  stroke: #eee;
  stroke-width: 1;
}
.bars .stat-label {
  font-weight: bold;
  font-size: 1.1rem;
}
.bars .stat-label.below {
  fill: #fff;
}
.bars .stat-label.above {
  fill: #09192f;
}
.bars .axis-label {
  font-weight: bold;
  font-size: 0.5rem;
  fill: #09192f;
}
.bars .axis-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 0.5rem;
  fill: #09192f;
}

.indicators-section .block > a {
  text-decoration: none;
}

img.icon-coverage,
img.icon-knowledge {
  width: 75px;
}

@supports (display: grid) {
  .bars {
    height: auto;
  }
}
.indicators-section {
  margin-bottom: 3em;
  padding-bottom: 3em;
}
.indicators-section:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.indicators-section > .wrap {
  margin: 0 auto;
  padding-right: 0.75em;
  padding-left: 0.75em;
  max-width: 82.75em;
  width: 100%;
  max-width: 76.5em;
}
.indicators-section > .wrap > footer {
  text-align: left;
}
.indicators-section .nav-form {
  margin-bottom: 0;
}
.indicators-section .block {
  flex: 1 1 auto;
  margin-bottom: 1.5em;
  padding: 2em 1em 1.5em;
  border: 1px solid #eee;
  border-radius: 1em;
  background-color: #fff;
}
.indicators-section h3 {
  margin-bottom: 0.75em;
  text-align: center;
  font-family: "Open Sans", "system-ui", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@media (max-width: 1300px) {
  .indicators .hero .wrap p {
    max-width: 75%;
  }

  .page.page-incidence .hero .wrap p {
    max-width: 50%;
  }

  .page-linkage-to-hiv-medical-care .hero .wrap p {
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  .indicators-section .block {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  .indicators-section .block:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 559px) {
  .indicators-section #nat-tot-chart-blocks .block > div,
.indicators-section #states-chart-blocks-ehe .block > div,
.indicators-section #states-chart-blocks-non-ehe .block > div,
.indicators-section #juris-chart-blocks .block > div {
    margin-left: -0.75em !important;
    width: 105% !important;
  }
  .indicators-section #nat-tot-chart-blocks .block > div tspan,
.indicators-section #states-chart-blocks-ehe .block > div tspan,
.indicators-section #states-chart-blocks-non-ehe .block > div tspan,
.indicators-section #juris-chart-blocks .block > div tspan {
    font-size: 0.75rem;
  }

  .page-indicators .indicators-list .chart-indicators tspan {
    font-size: 1em;
  }
}
.indicators-national .row {
  display: flex;
}
.indicators-national .block + .block {
  margin-left: 1.5em;
}
.indicators-national .col-demographics .block {
  padding: 0;
}
.indicators-national .col-demographics .block > div {
  padding: 0;
}
.indicators-national .col-demographics .block-demo-sex,
.indicators-national .col-demographics .block-demo-age,
.indicators-national .col-demographics .block-demo-race {
  min-width: 340px;
  height: 600px;
}
.indicators-national .col-demographics .block-demo-male-transmission,
.indicators-national .col-demographics .block-demo-female-transmission {
  width: 560px;
  height: 575px;
}

#tables-tab .indicators-national .col-demographics .block {
  border-radius: 0;
}
#tables-tab .indicators-national .col-demographics .block .table {
  border-radius: 1em;
}
#tables-tab .table em.prelim {
  /*(margin-left: -25px;*/
  text-align: center;
  font-size: 0.8em;
}
#tables-tab .col-demographics .table em.prelim {
  /*margin-left: -17px;*/
  text-align: center;
}
#tables-tab .columns .block {
  margin-left: 0;
  width: 100%;
}

@media (max-width: 1299px) {
  .indicators-national .col-demographics .block {
    width: 100%;
  }
  .indicators-national .col-demographics .block:nth-child(3) {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .indicators-national .col-demographics .block {
    width: 100%;
  }
  .indicators-national .col-demographics .block > div {
    padding-top: 1.5em;
  }

  #tables-tab .indicators-national .col-demographics .block:nth-child(3) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .scroll-x {
    overflow-x: scroll;
  }
  .scroll-x > div {
    width: 700px !important;
    font-size: 0.75rem;
  }

  .indicators-national .row {
    display: block;
    margin-bottom: 1.5em;
  }
  .indicators-national .row:last-child {
    margin-bottom: 0;
  }
  .indicators-national .block {
    max-width: inherit;
    width: 100%;
  }
  .indicators-national .block + .block {
    margin-left: auto;
  }
  .indicators-national #nat-tot-chart-blocks .block {
    margin: auto !important;
  }
  .indicators-national #nat-tot-chart-blocks .block #chart_nat_tot {
    width: 100% !important;
  }
  .indicators-national .col-demographics {
    margin-bottom: 1em;
  }
  .indicators-national .col-demographics .block {
    width: 100%;
  }
  .indicators-national .col-demographics .block-demo-sex {
    height: 450px !important;
  }
  .indicators-national .col-demographics .block-demo-age {
    height: 500px !important;
  }
  .indicators-national .col-demographics .block-demo-race {
    height: 700px !important;
  }
  .indicators-national .col-demographics .scroll-x > table {
    width: 550px !important;
  }
  .indicators-national .col-demographics .scroll-x .table-sticky thead tr th {
    box-shadow: 4px -4px 5px #f7b01c;
  }

  #tables-tab .indicators-national .col-demographics .block {
    margin-right: 0;
    margin-left: 0;
    max-width: inherit;
    width: 100%;
  }
  #tables-tab .indicators-national .col-demographics .block:last-child {
    margin-left: auto;
  }

  .site-inner .indicators-national .row .block {
    margin: 0 !important;
  }
}
@media (max-width: 950px) {
  .indicators-list .row-2 {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .indicators-list .row-2 .block {
    margin-left: 0;
    /*min-height: 750px;*/
    width: 100%;
  }
  .indicators-list .row-1 .inner {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .indicators-list .row-1 .inner .item {
    margin-left: 0;
    /*min-height: 650px;*/
    width: 100%;
    height: 100%;
  }

  .indicators-states .wrap > .inner,
.indicators-jurisdictions .wrap > .inner {
    overflow-y: scroll;
    flex-wrap: wrap;
  }
  .indicators-states .wrap > .inner > .block,
.indicators-jurisdictions .wrap > .inner > .block {
    margin-left: 0;
    min-height: 350px;
    max-width: inherit;
    width: 100%;
  }

  /*.indicators-jurisdictions {
  	.wrap {
  		> .inner {
  			overflow-y: scroll;
  			flex-wrap: wrap;

  			> .block {
  				margin-left: 0;
  				min-height: 350px;
  				max-width: inherit;
  				width: 100%;
  			}
  		}
  	}
  }*/
  .indicators-national #nat-tot-chart-blocks .block {
    min-width: 340px;
  }
  .indicators-national #nat-tot-chart-blocks .block #chart_nat_tot {
    width: 105% !important;
  }

  .indicators-section #nat-tot-chart-blocks .block > div,
.indicators-section #states-chart-blocks-ehe .block > div,
.indicators-section #states-chart-blocks-non-ehe .block > div,
.indicators-section #juris-chart-blocks .block > div {
    margin-left: -0.75em !important;
    width: 105% !important;
  }
  .indicators-section #nat-tot-chart-blocks .block > div tspan,
.indicators-section #states-chart-blocks-ehe .block > div tspan,
.indicators-section #states-chart-blocks-non-ehe .block > div tspan,
.indicators-section #juris-chart-blocks .block > div tspan {
    font-size: 0.75rem;
  }
}
@media (max-width: 559px) {
  .indicators-national .row .block-demo-sex,
.indicators-national .col-demographics .block-demo-sex {
    height: 450px;
  }
  .indicators-national .row .block-demo-age,
.indicators-national .col-demographics .block-demo-age {
    height: 400px;
  }
  .indicators-national .row .block-demo-race,
.indicators-national .col-demographics .block-demo-race {
    height: 750px;
  }
}
@media (max-width: 1299px) {
  .indicators-national .row .block-demo-sex,
.indicators-national .col-demographics .block-demo-sex {
    height: 450px !important;
  }
  .indicators-national .row .block-demo-age,
.indicators-national .col-demographics .block-demo-age {
    height: 450px !important;
  }
  .indicators-national .row .block-demo-race,
.indicators-national .col-demographics .block-demo-race {
    height: 550px !important;
  }
  .indicators-national #nat-tot-chart-blocks .block {
    min-width: 340px;
  }
  .indicators-national #nat-tot-chart-blocks .block #chart_nat_tot {
    width: 100% !important;
  }

  .table em.prelim {
    /*margin-left: -13px !important;*/
    text-align: center !important;
    font-size: 0.6em !important;
  }

  .col-demographics .table em.prelim {
    text-align: center !important;
    font-size: 0.7em !important;
  }

  .page-diagnoses .indicators-national .row .block-demo-sex,
.page-diagnoses .indicators-national .row .block-demo-age,
.page-diagnoses .indicators-national .col-demographics .block-demo-sex,
.page-diagnoses .indicators-national .col-demographics .block-demo-age {
    height: 600px;
  }
}
.indicators-states .inner,
.indicators-jurisdictions .inner {
  display: flex;
  flex-wrap: wrap;
}
.indicators-states .inner ~ .inner,
.indicators-jurisdictions .inner ~ .inner {
  margin-top: 1.5em;
  padding-top: 3em;
  border-top: 3px solid #fff;
}
.indicators-states .inner .block,
.indicators-jurisdictions .inner .block {
  background-color: #fff;
  cursor: pointer;
}
.indicators-states .details,
.indicators-jurisdictions .details {
  padding-top: 1.5em;
  width: calc(50% - 0.75em);
  border-top: 1px solid #eee;
}
.indicators-states .details h2,
.indicators-jurisdictions .details h2 {
  color: #12838B;
  text-transform: uppercase;
  font-size: 1.5em;
  font-family: "Open Sans", "system-ui", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.indicators-states .details,
.indicators-jurisdictions .details {
  padding-top: 1.5em;
  width: calc(50% - 0.75em);
  border-top: 1px solid #eee;
}
.indicators-states .details h2,
.indicators-jurisdictions .details h2 {
  color: #12838B;
  text-transform: uppercase;
  font-size: 1.5em;
  font-family: "Open Sans", "system-ui", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.indicators-states .chart-canvas-ehe,
.indicators-states .chart-canvas-non-ehe,
.indicators-jurisdictions .chart-canvas-ehe,
.indicators-jurisdictions .chart-canvas-non-ehe {
  padding-top: 1.5em;
  width: calc(50% - 0.75em);
  border-top: 1px solid #eee;
}
.indicators-states .block,
.indicators-jurisdictions .block {
  position: relative;
  margin-left: 0;
  max-width: calc(50% - 0.75em);
  width: calc(50% - 0.75em);
}
.indicators-states .block:nth-child(odd),
.indicators-jurisdictions .block:nth-child(odd) {
  margin-left: 0;
}

@media (max-width: 767px) {
  .indicators-states .inner,
.indicators-jurisdictions .inner {
    display: block;
  }
  .indicators-states .details,
.indicators-jurisdictions .details {
    margin-right: auto;
    margin-bottom: 1.5em;
    margin-left: auto;
    max-width: 32em;
    width: 100%;
  }
  .indicators-states .block,
.indicators-jurisdictions .block {
    margin-left: auto;
    max-width: inherit;
    width: 100%;
  }
  .indicators-states .block:nth-child(odd),
.indicators-jurisdictions .block:nth-child(odd) {
    margin-left: auto;
  }
}
/*.indicators-jurisdictions {
	.inner {
		display: flex;
		overflow-y: scroll;
		flex-wrap: wrap;
		max-height: 34em;
	}

	.block {
		position: relative;
		margin-left: $spacer;
		width: calc(50% - 0.75em);
		cursor: pointer;

		&:nth-child(odd) {
			margin-left: 0;
		}
	}
}*/
@media (max-width: 767px) {
  /*.indicators-jurisdictions {
  	.block {
  		margin-left: 0;
  		width: 100%;
  	}
  }*/
}
.jurisdictions .hero .left {
  margin-right: 0;
  max-width: 35em;
}
.jurisdictions .page-nav .left a {
  color: #fff;
}
.jurisdictions .page-nav .left .nav-form {
  margin-bottom: 0;
}
.jurisdictions .page-nav .left .nav-form .btn-solid {
  font-size: 1.1rem;
}

.states .hero .wrap {
  min-height: 12em;
}
.states .hero .wrap .left {
  margin-right: 0;
  max-width: 34em;
}
.states .page-nav .left .nav-form {
  margin-bottom: 0;
}
.states .page-nav .left .nav-form .btn-solid {
  font-size: 1.1rem;
}

.location-data {
  margin-bottom: 1.5em;
}
.location-data > .wrap {
  margin: 0 auto;
  padding-right: 0.75em;
  padding-left: 0.75em;
  max-width: 82.75em;
  width: 100%;
}
.location-data .indicators-list .row-1 .item {
  flex: inherit;
}

.location-charts .row-1 .item {
  margin-left: 1.5em;
  width: calc(50% - 0.75em);
}
.location-charts .row-1 .item:nth-child(odd) {
  margin-left: 0;
}
.location-charts .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 1.5em;
  padding: 2em;
  border: 1px solid #eee;
  border-radius: 1em;
  background-color: #fff;
}
.location-charts .item > div:not(.stats) {
  flex: 1 1 auto;
  margin-bottom: 1.5em;
  width: 100%;
}
.location-charts .item p {
  font-size: 1.1rem;
  line-height: 1.66;
}
.location-charts .block-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
}
.location-charts h4 {
  margin-right: auto;
  margin-bottom: 0;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px){
  .location-charts h4{
  font-size: 1.5rem;
  }
}
.location-charts .icon-wrapper {
  flex: 0 0 auto;
  margin-left: 1.5em;
}

@media (max-width: 767px) {
  .location-charts .row-1 .item {
    display: block;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 559px) {
  .location-charts .row .block {
    margin-right: -0.3em !important;
    margin-left: -0.3em !important;
  }
  .location-charts .row .block .item {
    padding: 1.5em;
    font-size: 0.75em;
  }
  .location-charts .row .block .item .chart-indicators {
    margin-left: -1.5em;
    width: 110%;
  }
}
.location-download {
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #fff;
}
.location-download > .wrap {
  margin: 0 auto;
  padding-right: 0.75em;
  padding-left: 0.75em;
  max-width: 82.75em;
  width: 100%;
  display: flex;
  align-items: center;
}
.location-download .left {
  flex: 1 1 auto;
  margin-right: auto;
}
.location-download h2 {
  margin-bottom: 0;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px){
  .location-download h2{
  font-size: 1.5rem;
  }
}
.location-download p {
  font-size: 1.1rem;
  line-height: 1.66;
}
.location-download .btn-solid {
  flex: 0 0 auto;
  margin-left: 1.5em;
}

@media (max-width: 767px) {
  .location-download > .wrap {
    display: block;
  }
  .location-download .left {
    margin-bottom: 0.75em;
  }
  .location-download .btn-solid {
    margin-left: 0;
  }
}
.location-table tr td:first-child,
.location-table th td:first-child {
  font-weight: bold;
}

.link {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.5em;
  padding-bottom: 3em;
  border-bottom: 1px solid #eee;
}
.link:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.link div {
  margin-right: auto;
  max-width: 40em;
}
.link h3 {
  color: #09192f;
}
.link .btn-solid {
  margin-left: 1.5em;
  min-width: 14rem;
}

@media (max-width: 767px) {
  .link {
    display: block;
  }
  .link div {
    margin-bottom: 1.5em;
  }
  .link .btn-solid {
    margin-left: 0;
  }
}
.map-container p {
  text-align: left;
}
.map-container footer p {
  font-style: italic;
  font-size: 1em;
}

.map-wrapper {
  position: relative;
  padding-bottom: 62.5%;
}
.map-wrapper .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.legend-wrapper {
  float: right;
  margin: 5px 0 15px 0;
  width: 100%;
}
.legend-wrapper #legenddiv {
  float: right;
  margin: 0 5px 0 0;
  width: 35%;
}
.legend-wrapper p {
  float: right;
  margin: 0 5px 0 0;
  width: 63%;
  text-align: left;
  font-style: italic;
  font-size: 1em;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .map-wrapper,
.legend-wrapper {
    display: none;
  }
}
.page-resources .header-hero-wrapper .hero .left {
  max-width: 52%;
}

.resources-list .row:last-child .inner {
  padding-bottom: 0;
}
.resources-list .border-1 {
  border: 1px solid #eee;
}
.resources-list .row-1 {
  display: flex;
  margin: 1.5em;
}
.resources-list .row-1 .item {
  margin-left: 1.5em;
  width: calc(50% - 0.75em);
}
.resources-list .row-1 .item:nth-child(odd) {
  margin-left: 0;
}
.resources-list .row-1 .block {
  flex-basis: 0;
  flex-grow: 1;
  padding-bottom: 1.5em;
  background: #fff;
}
.resources-list .row-1 .block .left {
  float: left;
  margin-right: auto;
  width: 70%;
}
.resources-list .row-1 .block .right {
  position: relative;
  top: -15px;
  width: 40%;
}
.resources-list .row-1 .block .right img {
  position: absolute;
  top: -10px;
  width: 100%;
}
.resources-list .row-1 .block .row .col-40 img {
  flex: 0 0 auto;
}
.resources-list .row-1 .block .inner,
.resources-list .row-1 .block .footer {
  padding: 2em;
  padding-bottom: 0;
}
.resources-list .row-2 {
  display: flex;
  margin: 1.5em;
}
.resources-list .row-2 .block {
  display: flex;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 1.5em;
  width: calc(50% - 0.75em);
  background: #fff;
}
.resources-list .row-2 .block header {
  flex: 0 0 auto;
}
.resources-list .row-2 .block .inner,
.resources-list .row-2 .block .footer {
  flex: 1 1 auto;
  padding: 2em;
  padding-bottom: 0;
}
.resources-list .block + .block {
  margin-left: 1.5em;
}
.resources-list .block header {
  padding: 2em;
  padding-bottom: 0;
  text-align: left;
}
.resources-list .block header > h3 {
  margin-bottom: 0;
  color: #bf1f2e;
  letter-spacing: 1.5px;
  font-size: calc(1.275rem + 0.3vw);
  font-family: "Merriweather", Georgia, Times, Times New Roman, serif;
  line-height: 1.25em;
}
@media (min-width: 1200px){
  .resources-list .block header > h3{
  font-size: 1.5rem;
  }
}
.resources-list .inner,
.resources-list .footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding-top: 1.5em;
  padding-right: 1.5em;
  padding-left: 1.5em;
}

@media (max-width: 767px) {
  .page-resources .header-hero-wrapper .hero .left {
    max-width: 100%;
  }

  .resources-list .row-1 .item {
    margin-left: auto;
    width: 100%;
  }
  .resources-list .row-1 .item:nth-child(odd) {
    margin-left: auto;
  }
  .resources-list .row-1 .block .left {
    width: 100%;
  }
  .resources-list .row-1 .block img {
    display: none;
  }
  .resources-list .row-2 {
    display: block;
  }
  .resources-list .row-2 .block {
    display: block;
    margin-bottom: 1.5em;
    width: 100%;
  }
  .resources-list .row-2 .block img {
    width: 100%;
  }
  .resources-list .block + .block {
    margin-left: 0;
  }
  .resources-list .inner {
    display: block;
    padding-bottom: 0;
  }
}
.page-glossary .glossary-select {
  display: flex;
  margin-bottom: 2em;
  padding-top: 3em;
}
.page-glossary .glossary-select .glossary-terms {
  display: flex;
  flex-direction: column;
  min-width: 300px;
}
.page-glossary .glossary-select .glossary-terms a {
  padding: 6px 0;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
}
.page-glossary .glossary-select .glossary-terms a.active {
  color: #0c4fab;
  text-decoration: underline;
}
.page-glossary .glossary-select .glossary-definition h2#glossary-of-terms {
  margin-top: 0;
}
.page-glossary .glossary-select .glossary-definition .glossary-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 2em;
}
.page-glossary .glossary-select .glossary-definition .glossary-nav a {
  color: #1c75bd;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3em;
}
.page-glossary .glossary-sources-wrapper {
  padding: 1em 0;
  background-color: #fff;
}
.page-glossary .glossary-sources-wrapper .glossary-sources {
  margin: 0 auto;
  max-width: 40%;
}
.page-glossary .glossary-sources-wrapper .glossary-sources p {
  font-size: 1.1em;
}
.page-glossary .glossary-sources-wrapper .glossary-sources ul li {
  line-height: 2em;
}

@media (max-width: 767px) {
  .page-glossary .glossary-select .glossary-terms {
    min-width: 100px;
  }
  .page-glossary .glossary-select .glossary-terms a {
    padding: 9px 0;
    font-size: 0.8em;
  }
  .page-glossary .glossary-select .glossary-definition {
    padding-left: 1em;
  }
}
@media (max-width: 559px) {
  .page-glossary .glossary-sources-wrapper .glossary-sources {
    margin: auto !important;
    padding-left: 1em;
    max-width: inherit !important;
    font-size: 0.9em;
  }
}
.page-data-methods ul.list-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
}
.page-data-methods ul.list-wrap > li {
  margin-right: 2em;
  text-decoration: none;
  font-weight: bold;
}
.page-data-methods ul.list-wrap > li li {
  font-weight: normal;
}
.page-data-methods ul.list-wrap > li.hide-list-style {
  list-style-type: none;
}
.page-data-methods ol.list-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  counter-reset: item;
}
.page-data-methods ol.list-wrap > li {
  margin-right: 5em;
  width: 40%;
  list-style-type: none;
  counter-increment: item;
}
.page-data-methods ol.list-wrap > li:before {
  padding-right: 0.2em;
  color: #1c75bd;
  content: counter(item) ".";
  font-weight: bold;
  font-size: 2em;
}
.page-data-methods .data-methods-indicator-icon {
  margin-right: 0.3em;
  width: 32px;
}
.page-data-methods .data-methods-select {
  display: flex;
  margin-bottom: 2em;
  padding-top: 3em;
}
.page-data-methods .data-methods-select .data-methods-entries {
  display: flex;
  flex-direction: column;
  min-width: 300px;
}
.page-data-methods .data-methods-select .data-methods-entries a {
  padding: 6px 0;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
}
.page-data-methods .data-methods-select .data-methods-entries a.active {
  color: #0c4fab;
  text-decoration: underline;
}
.page-data-methods .data-methods-select .data-methods-content h2#data-methods-entry-title {
  margin-top: 0;
}
.page-data-methods .data-methods-select .data-methods-content h2#data-methods-entry-title .data-methods-indicator-icon {
  margin-right: 0.3em;
  width: 32px;
}
.page-data-methods .data-methods-select .data-methods-content .data-methods-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 2em;
}
.page-data-methods .data-methods-select .data-methods-content .data-methods-nav a {
  color: #1c75bd;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3em;
}

@media (max-width: 767px) {
  .page-data-methods .data-methods-select .data-methods-entries {
    min-width: 100px;
  }
  .page-data-methods .data-methods-select .data-methods-entries a {
    padding: 9px 0;
    font-size: 0.8em;
  }
  .page-data-methods .data-methods-select .data-methods-content {
    padding-left: 1em;
  }
}
.page-notice-of-funding-opportunity-announcements .page-filter-wrapper {
  position: relative;
}
.page-notice-of-funding-opportunity-announcements .page-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding-right: 0.75em;
  padding-left: 0.75em;
  max-width: 62.75em;
  width: 100%;
  height: 4em;
}
.page-notice-of-funding-opportunity-announcements .page-filter > div {
  position: relative;
}
.page-notice-of-funding-opportunity-announcements .page-filter a {
  padding: 1em;
  width: 50%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.5em;
}
.page-notice-of-funding-opportunity-announcements .page-filter a.active:after {
  position: absolute;
  bottom: -0.7em;
  left: 50%;
  z-index: 5;
  max-width: 100%;
  width: 4.5em;
  height: 0.5em;
  background-color: #f7b01c;
  content: "";
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
}
.page-notice-of-funding-opportunity-announcements .other-resources {
  padding: 1em;
  color: #000;
  text-align: center;
}

@media (max-width: 1300px) {
  .page-notice-of-funding-opportunity-announcements .hero-wrapper .hero h1 {
    margin-top: 1.4em;
  }

  .page-data-methods .hero-wrapper .hero h1 {
    margin-top: 2em;
  }
}
@media (max-width: 1023px) {
  .page-notice-of-funding-opportunity-announcements .page-filter div a {
    padding: 0;
    padding-right: 1em;
    font-size: 1.1em;
  }
  .page-notice-of-funding-opportunity-announcements .page-filter div a.active:after {
    bottom: -1.2em;
  }
}
@media (max-width: 767px) {
  .page-notice-of-funding-opportunity-announcements .page-filter div a {
    padding: 0;
    padding-right: 1em;
    font-size: 0.8em;
  }
  .page-notice-of-funding-opportunity-announcements .page-filter div a.active:after {
    bottom: -1.7em;
  }
  .page-notice-of-funding-opportunity-announcements .hero-wrapper .hero h1 {
    margin-top: 0;
  }
}
@media (max-width: 1300px) {
  .page-data-data-resources .hero-wrapper .hero h1,
.page-find-hiv-testing-and-care-services .hero-wrapper .hero h1,
.page-glossary .hero-wrapper .hero h1 {
    margin-top: 1.4em;
  }
}
@media (max-width: 767px) {
  .page-data-data-resources .hero-wrapper .hero h1,
.page-find-hiv-testing-and-care-services .hero-wrapper .hero h1,
.page-glossary .hero-wrapper .hero h1 {
    margin-top: 0;
  }

  .page-data-data-resources .hero-wrapper .hero h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .page-data-data-resources .hero-wrapper .hero p,
.page-find-hiv-testing-and-care-services .hero-wrapper .hero p,
.page-glossary .hero-wrapper .hero p {
    font-size: 1em;
  }
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.overlay p {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0.75em;
  width: 75%;
  border: 1px solid #c3c3c3;
  background-color: #eceff4;
  box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.15);
  color: #000;
  text-align: center;
  font-style: italic;
  line-height: 1.15;
  transform: translate(-50%, -50%);
}

.stats {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  margin-top: auto;
  margin-bottom: 0;
  width: 100%;
  color: #000;
  text-align: center;
}
.stats .target,
.stats .target-2030 {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #000;
}
.stats .target p:first-child {
  color: #00606f;
}
.stats .target-2030 p:first-child {
  color: #0c4fab;
}
.stats p {
  line-height: 1.15;
}
.stats p:first-child {
  margin-bottom: 0.25em;
}
.stats p:last-child {
  margin-top: 0.25em;
  text-transform: uppercase;
}
.stats span {
  display: block;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.15;
}
