@charset "UTF-8";
/*
Theme Name: NHPCO - CaringInfo.org
Description: This is the WordPress theme for CaringInfo.org. It is a child theme of the Genesis Framework
Author: Rocketkoi, after StudioPress
Author URI: https://www.rocketkoi.com

Version: 1.0.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: nhpco-caringinfo
Requires WordPress at least: 5.4
Requires PHP: 5.6
*/
/* HTML5 Reset
---------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box;
}

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

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Defaults
---------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
:root {
  font-size: 62.5%;
}

::selection,
::-moz-selection {
  background-color: #b8d8ef;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
html.user-set-larger-font {
  font-size: 75%;
}

body {
  background-color: white;
  color: #000A12;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  body {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

a {
  color: #7D4182;
  text-decoration: underline;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: #3c1f3e;
  text-decoration: none;
}

p {
  margin: 0 0 calc(32px - 8px);
  padding: 0;
}

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

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 2px solid currentColor;
  clear: both;
  color: #DEE0E2;
  margin: 1.65em auto;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

mark {
  background: #ddd;
  color: #F0B431;
}

blockquote {
  margin: 32px;
}

/* Headings
--------------------------------------------- */
h1, .archive-description .entry-title,
.archive-title,
.author-box-title,
h2, .search .entry-title,
.archive .entry-title,
h3, .single .single-entry-pagination a, .single .entry-footer h2,
h4, .single .entry-footer h3, .widgettitle,
.widget-title,
h5,
h6 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 16px;
}

h1, .archive-description .entry-title,
.archive-title,
.author-box-title {
  font-family: "proxima-soft", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  h1, .archive-description .entry-title,
.archive-title,
.author-box-title {
    font-size: 40px;
    font-size: 4rem;
  }
}

h2, .search .entry-title,
.archive .entry-title {
  font-family: "proxima-soft", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  h2, .search .entry-title,
.archive .entry-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

h3, .single .single-entry-pagination a, .single .entry-footer h2 {
  font-family: "proxima-soft", sans-serif;
  font-size: 20px;
  font-size: 2rem;
}
@media (min-width: 1024px) {
  h3, .single .single-entry-pagination a, .single .entry-footer h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

h4, .single .entry-footer h3, .widgettitle,
.widget-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  h4, .single .entry-footer h3, .widgettitle,
.widget-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.entry-content h3,
.entry-content h4 {
  font-weight: 600;
}

.entry-content h4 {
  margin-top: 32px;
}

h5 {
  font-size: 18px;
  font-size: 1.8rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}
.gallery img {
  border: 2px solid #DEE0E2;
  height: auto;
  padding: 4px;
}
.gallery img:focus, .gallery img:hover {
  border: 2px solid #999;
  outline: none;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery-item {
  float: left;
  margin: 0 0 32px;
  text-align: center;
}

/* Forms
--------------------------------------------- */
label,
fieldset legend {
  font-family: "proxima-soft", sans-serif;
  line-height: 1.2;
  margin-bottom: 16px;
  display: block;
}

input,
select,
textarea,
.content .search-form {
  background-color: white;
  border: 2px solid #7D4182;
  border-radius: 5px;
  color: #000A12;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 8px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 2px solid #3c1f3e;
  background-color: rgba(240, 180, 49, 0.08);
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

select:focus {
  color: black;
}

::-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

::placeholder {
  color: #333;
  opacity: 1;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.site-container .wp-block-button .wp-block-button__link,
.site-container .wp-block-file .wp-block-file__button,
#cookie-notice .button {
  background-color: #7D4182;
  border: 0;
  border-radius: 13px;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "proxima-soft", sans-serif;
  font-weight: 900;
  padding: 8px 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  width: auto;
  /* With icon added in code */
}
@media (min-width: 768px) {
  button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.site-container .wp-block-button .wp-block-button__link,
.site-container .wp-block-file .wp-block-file__button,
#cookie-notice .button {
    display: inline-block;
  }
}
button:hover, button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
.button:hover,
.button:focus,
.site-container .wp-block-button .wp-block-button__link:hover,
.site-container .wp-block-button .wp-block-button__link:focus,
.site-container .wp-block-file .wp-block-file__button:hover,
.site-container .wp-block-file .wp-block-file__button:focus,
#cookie-notice .button:hover,
#cookie-notice .button:focus {
  background-color: #3c1f3e;
  border-width: 0;
  color: white;
  opacity: 1;
}
button i,
input[type=button] i,
input[type=reset] i,
input[type=submit] i,
.button i,
.site-container .wp-block-button .wp-block-button__link i,
.site-container .wp-block-file .wp-block-file__button i,
#cookie-notice .button i {
  position: absolute;
  top: 35%;
  right: 16px;
}
@media (min-width: 768px) {
  button i,
input[type=button] i,
input[type=reset] i,
input[type=submit] i,
.button i,
.site-container .wp-block-button .wp-block-button__link i,
.site-container .wp-block-file .wp-block-file__button i,
#cookie-notice .button i {
    position: initial;
    top: initial;
    right: initial;
  }
}

.site-container .wp-block-button .wp-block-button__link,
.site-container .wp-block-file .wp-block-file__button {
  border-radius: 13px !important;
}

.site-container .wp-block-buttons .wp-block-button {
  display: block;
  width: 100%;
}
@media (min-width: 960px) {
  .site-container .wp-block-buttons .wp-block-button {
    display: inline-block;
    width: auto;
  }
}

button.is-style-outline,
input[type=button].is-style-outline,
input[type=reset].is-style-outline,
input[type=submit].is-style-outline,
.button.is-style-outline,
.site-container .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: white;
  border: 2px solid #7D4182;
  color: #7D4182;
}
button.is-style-outline:hover, button.is-style-outline:focus,
input[type=button].is-style-outline:hover,
input[type=button].is-style-outline:focus,
input[type=reset].is-style-outline:hover,
input[type=reset].is-style-outline:focus,
input[type=submit].is-style-outline:hover,
input[type=submit].is-style-outline:focus,
.button.is-style-outline:hover,
.button.is-style-outline:focus,
.site-container .wp-block-button.is-style-outline .wp-block-button__link:hover,
.site-container .wp-block-button.is-style-outline .wp-block-button__link:focus {
  border-color: #3c1f3e;
  color: #3c1f3e;
}

button[class*=is-style-outline],
input[type=button][class*=is-style-outline],
input[type=reset][class*=is-style-outline],
input[type=submit][class*=is-style-outline],
.button[class*=is-style-outline],
.site-container .wp-block-button[class*=is-style-outline] .wp-block-button__link {
  background-color: white;
  border: 2px solid #7D4182;
  color: #7D4182;
}
button[class*=is-style-outline]:hover, button[class*=is-style-outline]:focus,
input[type=button][class*=is-style-outline]:hover,
input[type=button][class*=is-style-outline]:focus,
input[type=reset][class*=is-style-outline]:hover,
input[type=reset][class*=is-style-outline]:focus,
input[type=submit][class*=is-style-outline]:hover,
input[type=submit][class*=is-style-outline]:focus,
.button[class*=is-style-outline]:hover,
.button[class*=is-style-outline]:focus,
.site-container .wp-block-button[class*=is-style-outline] .wp-block-button__link:hover,
.site-container .wp-block-button[class*=is-style-outline] .wp-block-button__link:focus {
  border-color: #3c1f3e;
  color: #3c1f3e;
}

button.is-minimal,
input[type=button].is-minimal,
input[type=reset].is-minimal,
input[type=submit].is-minimal,
.button.is-minimal {
  border: none;
  background: transparent;
  padding: 8px 8px 8px 0;
  color: #7D4182;
}
button.is-minimal:hover, button.is-minimal:focus,
input[type=button].is-minimal:hover,
input[type=button].is-minimal:focus,
input[type=reset].is-minimal:hover,
input[type=reset].is-minimal:focus,
input[type=submit].is-minimal:hover,
input[type=submit].is-minimal:focus,
.button.is-minimal:hover,
.button.is-minimal:focus {
  color: #000A12;
}
button.is-minimal i,
input[type=button].is-minimal i,
input[type=reset].is-minimal i,
input[type=submit].is-minimal i,
.button.is-minimal i {
  right: -10px;
}

.entry-content .button:focus,
.entry-content .button:hover {
  color: white;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type=button]:disabled,
.site-container input[type=button]:disabled:hover,
.site-container input[type=reset]:disabled,
.site-container input[type=reset]:disabled:hover,
.site-container input[type=submit]:disabled,
.site-container input[type=submit]:disabled:hover {
  background-color: #BEC2C5;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 32px;
  width: 100%;
  word-break: normal;
}
@media (min-width: 480px) {
  table {
    table-layout: auto;
    word-break: normal;
  }
}

tbody {
  border-bottom: 2px solid #DEE0E2;
}

td,
th {
  text-align: left;
  vertical-align: top;
}

td {
  padding: 16px;
  line-height: 1.625;
}

tr {
  border-top: 2px solid #DEE0E2;
}
tr:nth-child(even) {
  background-color: rgba(222, 224, 226, 0.2);
}

th {
  font-weight: 900;
  font-family: "proxima-soft", sans-serif;
  padding: 16px;
  background-color: #7D4182;
  color: white;
  border-top: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type=submit]:focus {
  background: white;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #000A12;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  height: auto;
  padding: 16px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 32px;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  animation: fadein 1s;
  word-wrap: break-word;
}

/* Site Inner
--------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 32px 16px 0;
}
@media (min-width: 1024px) {
  .site-inner {
    padding: 32px 32px 0;
  }
}

/* Content
--------------------------------------------- */
@media (min-width: 960px) {
  .content {
    float: left;
    width: 65%;
  }
}

@media (min-width: 960px) {
  .sidebar-content .content {
    float: right;
  }
}

@media (min-width: 960px) {
  .full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1440px;
  }
}

/* Common Classes
---------------------------------------------------------------------------- */
/* Genesis
--------------------------------------------- */
.after-entry,
.archive-description {
  margin-bottom: 32px;
}

.after-entry {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  padding: 16px 32px;
}

.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.breadcrumb {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 0;
  color: #5B6770;
}

.genesis-title-hidden .breadcrumb {
  margin-top: 0;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

#genesis-content:focus {
  outline: none;
}

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.content .search-form {
  margin-bottom: 32px;
  width: 100%;
  display: flex;
}
.content .search-form input {
  border: 0;
}
.content .search-form input[type=submit] {
  margin-top: 0;
}

.post-password-form input[type=submit],
.search-form input[type=submit] {
  margin-top: 8px;
}

.widget_search input[type=submit] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
  margin-bottom: 16px;
}

.search .entry-title,
.archive .entry-title {
  margin-bottom: 8px;
}
.search .entry-title i,
.archive .entry-title i {
  font-size: 50%;
}
.search .entry-title.is-external,
.archive .entry-title.is-external {
  margin-bottom: 2px;
}

.entry-title a,
.sidebar .widget-title a {
  color: #7D4182;
  text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
  color: #3c1f3e;
}

.widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "proxima-soft", sans-serif;
  font-weight: 900;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .widget-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.widgettitle,
.widget-title {
  font-family: "proxima-soft", sans-serif;
}

/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 32px;
}

img.alignnone,
.alignnone {
  margin-bottom: 16px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 16px 16px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 16px 16px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}
.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 32px;
}

/* Accessibility toggle
------- */
.acc-toggle-container {
  position: fixed;
  left: 0;
  top: 75%;
  z-index: 10;
  background: white;
  border: 2px solid #7D4182;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left: 0;
  padding: 8px 8px 8px 9.6px;
  box-shadow: 0 2px 5px 1px rgba(91, 103, 112, 0.33);
}
.acc-toggle-container button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.acc-toggle-container button.is-active {
  background: #f2f4fa;
}
.acc-toggle-container .zeno_font_resizer_container p {
  margin-bottom: 0;
}
.acc-toggle-container .zeno_font_resizer_container .zeno_font_resizer_minus {
  display: none;
  visibility: hidden;
}

/* Widgets
---------------------------------------------------------------------------- */
.widget {
  margin-bottom: 32px;
}
.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0;
}
.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0;
}
.widget ul > li {
  margin-bottom: 8px;
}
.widget ul > li:last-of-type {
  padding-bottom: 0;
}
.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 16px;
  text-indent: -16px;
}
.widget li li {
  border: 0;
  margin: 0 0 0 32px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}
.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 2px solid #DEE0E2;
  margin-bottom: 16px;
}
.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.featured-content .entry-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4px;
  margin-top: 8px;
}

/* Plugins
---------------------------------------------------------------------------- */
/* Gravity Forms
------ */
body .site-container .gform_wrapper {
  /* Validation Messages */
  /* Field Descriptions */
  /* Buttons */
}
body .site-container .gform_wrapper .gform_body .gform_fields .gfield {
  /* Form Fields */
  /* Field Errors */
}
body .site-container .gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .site-container .gform_wrapper .gform_body .gform_fields .gfield textarea {
  padding: 8px;
  border-width: 2px;
}
body .site-container .gform_wrapper .gform_body .gform_fields .gfield.gfield_error {
  background-color: transparent;
  border: 0px;
  padding: 0;
  color: #7e2d40;
}
body .site-container .gform_wrapper div.validation_error {
  border: 0;
  background: rgba(126, 45, 64, 0.11);
  color: #7e2d40;
  padding: 16px;
  text-align: left;
}
body .site-container .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0 !important;
  text-transform: italic;
  font-size: 14px;
  font-size: 1.4rem;
}
body .site-container .gform_wrapper .gform_button {
  display: flex;
  justify-content: space-between;
  line-height: 1.625;
  width: 100%;
}
@media (min-width: 1024px) {
  body .site-container .gform_wrapper .gform_button {
    display: inline-block;
    width: auto;
  }
}
body .site-container .gform_wrapper .gform_button[type=submit]:after {
  display: inline-block;
  text-align: right;
  content: " \f658";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 8px;
}

/* FacetWP
------ */
.has-facetwp {
  /* FacetWP Components
  ---------------------------------------------------------------------------- */
  /* FacetWP Facet Wrap */
  /* FacetWP Selections */
  /* FacetWP Flyout
  ---------------------------------------------------------------------------- */
  /* FacetWP Flyout Button */
  /* FacetWP Search
  ---------------------------------------------------------------------------- */
  /* FacetWP Other 
  ---------------------------------------------------------------------------- */
}
.has-facetwp .facets-title {
  font-family: "proxima-soft", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 900;
  margin-bottom: 4px;
}
.has-facetwp .facets-wrap {
  display: none;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (min-width: 960px) {
  .has-facetwp .facets-wrap {
    display: block;
  }
}
.has-facetwp .facet-label {
  font-family: "proxima-soft", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  padding-top: 8px;
  margin-bottom: 4px;
}
.has-facetwp .facetwp-facet {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 14px;
  font-size: 1.4rem;
}
.has-facetwp .facetwp-counter {
  display: none;
}
.has-facetwp .facetwp-selections {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: capitalize;
}
@media (min-width: 960px) {
  .has-facetwp .facetwp-selections {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.has-facetwp .facetwp-selections ul {
  margin-bottom: 16px;
}
@media (min-width: 960px) {
  .has-facetwp .facetwp-selections ul {
    margin-bottom: 32px;
  }
}
.has-facetwp .facetwp-selections li[data-facet] {
  background-color: #f2f4fa;
  margin-right: 8px;
  padding: 8px;
}
.has-facetwp .facetwp-selections .facetwp-selection-label {
  font-weight: 900;
}
.has-facetwp .facetwp-flyout-wrap {
  font-family: Georgia, Times, Times New Roman, serif;
}
.has-facetwp .facetwp-flyout-wrap .facet-label, .has-facetwp .facetwp-flyout-wrap h3 {
  font-family: "proxima-soft", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 8px;
}
.has-facetwp .facetwp-flyout-open {
  margin-bottom: 32px;
  width: 100%;
}
@media (min-width: 960px) {
  .has-facetwp .facetwp-flyout-open {
    display: none;
  }
}
.has-facetwp .facetwp-flyout-close {
  font-family: "proxima-soft", sans-serif;
  color: #7D4182;
}
.has-facetwp .facetwp-flyout-close:hover, .has-facetwp .facetwp-flyout-close:focus {
  color: #000A12;
}
.has-facetwp .facetwp-flyout .flyout-row.name-search_resources {
  display: none;
}
.has-facetwp .facetwp-flyout .flyout-row {
  margin-bottom: 16px;
}
.has-facetwp .widget-in-content.widget-fwp-search .facetwp-input-wrap {
  display: block;
  width: 100%;
}
.has-facetwp .fwp-reset {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 8px;
}
.has-facetwp .fwp-reset + .facet-wrap .facet-label {
  padding-top: 0;
}

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}
.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}
.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus */
:focus {
  outline: #ccc solid 1px;
}

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
  padding: 16px 16px 0;
}
@media (min-width: 1024px) {
  .site-header {
    padding: 16px 32px 0;
  }
}
.site-header > .wrap {
  max-width: 1440px;
  margin: 0 auto;
}

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding-bottom: 25px;
  padding-top: 25px;
}

.wp-custom-logo .title-area {
  max-width: 270px;
  padding-bottom: 4px;
  padding-top: 4px;
  margin-left: -6px;
  width: 180px;
}
@media (min-width: 600px) {
  .wp-custom-logo .title-area {
    width: 200px;
  }
}
@media (min-width: 1100px) {
  .wp-custom-logo .title-area {
    width: 230px;
  }
}
@media (min-width: 1200px) {
  .wp-custom-logo .title-area {
    width: 100%;
  }
}
.wp-custom-logo .title-area img {
  width: auto;
}

.site-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}
.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #7D4182;
  text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Site Navigation
---------------------------------------------------------------------------- */
/* Header Menu
--------------------------------------------- */
.nav-primary {
  clear: left;
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
}
@media (min-width: 960px) {
  .nav-primary {
    clear: none;
    float: right;
    width: auto;
  }
  .nav-primary .genesis-nav-menu a {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1024px) {
  .nav-primary {
    padding-top: 4px;
  }
}
@media (min-width: 1100px) {
  .nav-primary {
    padding-top: 6px;
  }
}
@media (min-width: 1200px) {
  .nav-primary {
    padding-top: 10px;
  }
}

/* Footer Menu
--------------------------------------------- */
.nav-secondary {
  margin-top: 8px;
}
.nav-secondary .genesis-nav-menu {
  line-height: 1.5;
}
.nav-secondary .menu-item {
  display: inline-block;
}
.nav-secondary a {
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
}

/* Sidebar Menu
--------------------------------------------- */
.nav-section,
.widget-nav {
  font-weight: 700;
  width: 100%;
  max-width: 840px;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 8px;
  display: none;
  /* State Directive Dropdown */
}
@media (min-width: 960px) {
  .nav-section,
.widget-nav {
    display: block;
  }
}
.nav-section a,
.widget-nav a {
  display: block;
  font-family: "proxima-soft", sans-serif;
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 3px solid transparent;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (min-width: 960px) {
  .nav-section a,
.widget-nav a {
    padding-bottom: 0;
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  .nav-section a,
.widget-nav a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.nav-section .nav-section-parent,
.nav-section .menu li:first-child,
.widget-nav .nav-section-parent,
.widget-nav .menu li:first-child {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
  padding-left: 0;
}
@media (min-width: 960px) {
  .nav-section .nav-section-parent,
.nav-section .menu li:first-child,
.widget-nav .nav-section-parent,
.widget-nav .menu li:first-child {
    margin-bottom: 16px;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .nav-section .nav-section-parent,
.nav-section .menu li:first-child,
.widget-nav .nav-section-parent,
.widget-nav .menu li:first-child {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 960px) {
  .nav-section .nav-section-parent a,
.nav-section .menu li:first-child a,
.widget-nav .nav-section-parent a,
.widget-nav .menu li:first-child a {
    padding-bottom: 16px;
    border-bottom: 3px solid #000A12;
  }
}
.nav-section .nav-section-parent,
.widget-nav .nav-section-parent {
  flex-grow: 0.25;
  flex-basis: 0;
  word-break: keep-all;
}
.nav-section ul,
.widget-nav ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-grow: 1;
  flex-basis: 0;
}
@media (min-width: 960px) {
  .nav-section ul,
.widget-nav ul {
    display: block;
  }
}
.nav-section ul li,
.widget-nav ul li {
  line-height: 1.2;
}
@media (min-width: 960px) {
  .nav-section ul li,
.widget-nav ul li {
    margin-bottom: 8px;
    flex-grow: 1;
    flex-basis: 0;
  }
}
.nav-section ul li:last-of-type,
.widget-nav ul li:last-of-type {
  padding-right: 0;
}
@media (min-width: 1200px) {
  .nav-section ul li,
.widget-nav ul li {
    margin-bottom: 6px;
    padding-right: 0;
  }
}
.nav-section .widget_subpages_current_page,
.nav-section .current-menu-item,
.widget-nav .widget_subpages_current_page,
.widget-nav .current-menu-item {
  transition: border-color 0.2s ease-in-out;
}
@media (min-width: 960px) {
  .nav-section .widget_subpages_current_page,
.nav-section .current-menu-item,
.widget-nav .widget_subpages_current_page,
.widget-nav .current-menu-item {
    border-left: 3px solid #F0B431;
    border-bottom: 0;
    padding-left: 8px;
    margin-left: -11px;
  }
}
.nav-section .widget_subpages_current_page:hover, .nav-section .widget_subpages_current_page:focus,
.nav-section .current-menu-item:hover,
.nav-section .current-menu-item:focus,
.widget-nav .widget_subpages_current_page:hover,
.widget-nav .widget_subpages_current_page:focus,
.widget-nav .current-menu-item:hover,
.widget-nav .current-menu-item:focus {
  border-color: #000A12;
}
.nav-section .menu li.current-menu-item:first-child,
.widget-nav .menu li.current-menu-item:first-child {
  border-left: 0;
}
.nav-section .ci-block-widget-nav-statedirectives,
.widget-nav .ci-block-widget-nav-statedirectives {
  font-weight: 400;
}
.nav-section .ci-block-widget-nav-statedirectives label,
.widget-nav .ci-block-widget-nav-statedirectives label {
  display: block;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .nav-section .ci-block-widget-nav-statedirectives label,
.widget-nav .ci-block-widget-nav-statedirectives label {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.nav-section .ci-block-widget-nav-statedirectives select,
.widget-nav .ci-block-widget-nav-statedirectives select {
  font-weight: 400;
}

.nav-section-mobile-wrapper {
  display: block;
  font-family: "proxima-soft", sans-serif;
  margin-bottom: 32px;
  border-radius: 6px;
}
@media (min-width: 960px) {
  .nav-section-mobile-wrapper {
    display: none;
  }
}
.nav-section-mobile-wrapper .nav-section-mobile-label {
  margin-bottom: 4px;
}
.nav-section-mobile-wrapper select {
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 6px;
  color: #7D4182;
}

.sidebar .widget.widget-nav {
  margin-bottom: 8px;
  padding-bottom: 0;
}
.sidebar .widget.widget-nav .widget-wrap {
  width: 100%;
}
@media (min-width: 960px) {
  .sidebar .widget.widget-nav ul {
    justify-content: space-between;
    width: 100%;
  }
}
.sidebar .widget.widget-nav ul li {
  margin-right: 8px;
}
@media (min-width: 1200px) {
  .sidebar .widget.widget-nav ul li {
    margin-right: 0;
  }
}

/* Max Mega Menu customizations
* While the basic layout, font sizes, and colors are controlled within the plugin, we are doing specific styling like typography choices and layout here so that we can use our custom scss vars
--------------------------------------------- */
.site-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  font-family: "proxima-soft", sans-serif;
}
.site-container #mega-menu-wrap-primary .mega-menu-section-title {
  font-family: "proxima-soft", sans-serif;
  margin-bottom: 4px;
}
.site-container #mega-menu-wrap-primary .mega-menu-toggle {
  font-family: "proxima-soft", sans-serif;
}
.site-container #mega-menu-wrap-primary .mega-menu-toggle .menu-toggle-block {
  margin-right: 16px;
  margin-left: 16px;
}
@media (min-width: 1024px) {
  .site-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-planning {
    width: 197px;
    margin-right: 18px;
  }
}
@media (min-width: 1024px) {
  .site-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-planning > a.mega-menu-link {
    line-height: 1.2;
  }
}
@media (min-width: 1025px) {
  .site-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-planning > a.mega-menu-link > span.mega-indicator {
    position: absolute;
    top: 10px;
  }
}

@media (min-width: 1025px) {
  body.has-large-font .site-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-planning > a.mega-menu-link > span.mega-indicator {
    right: -5px;
  }
}

/* Content Area
---------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 32px;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: calc(32px - 8px);
  padding-left: 32px;
}
.entry-content ol lh,
.entry-content ul lh {
  display: block;
  margin-left: -32px;
  padding-left: 0;
  padding-bottom: 8px;
  font-weight: 900;
}
.entry-content ol > li {
  list-style-type: decimal;
  margin-bottom: 8px;
}
.entry-content ul > li {
  list-style-type: disc;
  margin-bottom: 8px;
}
.entry-content ol ol > li {
  list-style-type: lower-alpha;
}
.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: circle;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-top: 8px;
  margin-bottom: 0;
}
.entry-content code {
  background-color: #f5f5f5;
}

.content .sticky {
  background-color: #f5f5f5;
  padding: 32px;
}

/* Entry Misc.
--------------------------------------------- */
@media (min-width: 960px) {
  .after-entry,
.archive-description,
.entry {
    margin-bottom: 32px;
  }
}

@media (min-width: 960px) {
  .author-box {
    background-color: #f5f5f5;
    padding: 32px;
  }
}

@media (min-width: 960px) {
  .after-entry {
    padding: 32px 64px;
  }
}

/* Entry Meta
--------------------------------------------- */
.entry-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.entry-meta .entry-meta-list {
  display: inline-block;
}
.entry-meta .entry-meta-list li {
  display: inline-block;
  margin-right: 8px;
}

.single .entry-meta-list {
  display: block;
}
.single .entry-meta-list li {
  display: block;
  margin-right: 0;
  margin-bottom: 8px;
}

.blog p.entry-meta, .archive p.entry-meta, .search p.entry-meta {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
}

.entry-header .entry-meta {
  margin-bottom: 8px;
}

.entry-footer .entry-meta {
  border-top: 2px solid #DEE0E2;
  padding-top: 16px;
}
@media (min-width: 1024px) {
  .entry-footer .entry-meta .entry-meta-inner {
    display: flex;
  }
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "—";
  margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 64px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination {
  margin-top: 0;
  padding-top: 0;
}
.archive-pagination ul {
  border-top: 2px solid #DEE0E2;
  margin-top: 0;
  padding-top: 32px;
}
.archive-pagination li {
  display: inline;
}
.archive-pagination li a {
  background-color: #f2f4fa;
  color: #7D4182;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none;
}
.archive-pagination li a:focus,
.archive-pagination li a:hover {
  background-color: rgba(129, 147, 202, 0.25);
}
.archive-pagination li.active a {
  background-color: #7D4182;
  color: white;
}

.pagination-omission {
  margin-right: 8px;
}

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .sidebar {
    float: right;
    width: 15%;
  }
}
.sidebar .widget {
  margin-bottom: 32px;
}
.sidebar p {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .sidebar-content .sidebar {
    float: left;
  }
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #000A12;
  color: white;
  clear: both;
  padding: 32px 16px;
}
@media (min-width: 1024px) {
  .footer-widgets {
    padding: 32px 32px;
  }
}
.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {
  .footer-widgets .wrap {
    max-width: 1440px;
  }
}
.footer-widgets a {
  color: white;
}

.footer-widget-area {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    width: 25%;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1024px) {
  .footer-widget-area:first-of-type {
    padding-left: 0;
  }
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .footer-widgets .widget-area:last-child {
    padding-right: 0;
  }
}

/* Widget: Branding */
#text-4 img {
  margin-bottom: 0;
  margin-left: -4px;
}
#text-4 p {
  margin-bottom: 8px;
  padding-bottom: 0;
  font-family: "proxima-soft", sans-serif;
  line-height: 1.3;
}

/* Widget: Find a Care Provider */
#text-6 {
  background-color: white;
  border-radius: 6px;
  color: #000A12;
  padding: 16px;
}
#text-6 p {
  margin-bottom: 16px;
}
#text-6 p:last-of-type {
  margin-bottom: 0;
}

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
  background-color: #000A12;
  color: white;
  font-family: "proxima-soft", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer {
    text-align: left;
  }
}
.site-footer > .wrap {
  max-width: 1440px;
  margin: 0 auto;
}
.site-footer p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .site-footer p {
    display: flex;
    align-items: center;
  }
}
.site-footer a {
  color: white;
}
.site-footer .footer-logo {
  display: block;
  max-width: 180px;
  margin: 0 auto 8px;
}
@media (min-width: 768px) {
  .site-footer .footer-logo {
    display: inline-block;
    margin: 0 8px 0 0;
  }
}
.site-footer .footer-logo a {
  text-decoration: none;
}

/* NHPCO Brand Elements
---------------------------------------------------------------------------- */
/* NHPCO Bar
--------------------------------------------- */
.nhpco-brand-bar {
  background-color: #7D4182;
  color: white;
  font-family: "proxima-soft", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 8px 16px;
}
@media (min-width: 1024px) {
  .nhpco-brand-bar {
    padding: 8px 32px;
  }
}
.nhpco-brand-bar > .wrap {
  max-width: 1440px;
  margin: 0 auto;
}
.nhpco-brand-bar a {
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.nhpco-brand-bar p {
  margin: 0;
  padding: 0;
}
.nhpco-brand-bar .nhpco-bb-desc {
  display: flex;
  flex: 0 0 1;
  align-items: center;
}
.nhpco-brand-bar .nhpco-bb-desc img {
  width: 20px;
  flex-basis: 20px;
}
.nhpco-brand-bar .nhpco-bb-desc p {
  display: none;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .nhpco-brand-bar .nhpco-bb-desc p {
    display: inline-block;
  }
}
.nhpco-brand-bar .nhpco-bb-cta em {
  font-style: normal;
  text-decoration: underline;
}

/* Components
---------------------------------------------------------------------------- */
.ci-cards .ci-cards-container {
  display: block;
}
@media (min-width: 960px) {
  .ci-cards .ci-cards-container {
    display: flex;
  }
}
.ci-cards .ci-cards-container.ci-cards-count-1 .ci-card {
  width: 100%;
}
.ci-cards .ci-cards-container.ci-cards-count-2 {
  justify-content: space-between;
}
@media (min-width: 960px) {
  .ci-cards .ci-cards-container.ci-cards-count-2 .ci-card {
    width: calc(50% - 16px);
  }
}
.ci-cards .ci-cards-container.ci-cards-count-3 {
  justify-content: space-between;
}
@media (min-width: 960px) {
  .ci-cards .ci-cards-container.ci-cards-count-3 .ci-card {
    width: calc(33.33% - 16px);
  }
}
.ci-cards .ci-cards-container.ci-cards-count-4 {
  justify-content: space-between;
}
@media (min-width: 960px) {
  .ci-cards .ci-cards-container.ci-cards-count-4 .ci-card {
    width: calc(25% - 16px);
  }
}
.ci-cards .ci-cards-container.ci-cards-count-5 {
  justify-content: space-between;
}
@media (min-width: 960px) {
  .ci-cards .ci-cards-container.ci-cards-count-5 .ci-card {
    width: calc(20% - 16px);
  }
}

.ci-cards-container.wp-block-genesis-blocks-gb-columns {
  overflow-x: visible;
}
@media (min-width: 960px) {
  .ci-cards-container.wp-block-genesis-blocks-gb-columns .gb-block-layout-column-inner {
    height: 100%;
  }
}

.ci-card {
  background: white;
  border: 2px solid #000A12;
  border-radius: 6px;
  box-shadow: 0 2px 5px 1px rgba(91, 103, 112, 0.33);
  padding: 16px;
  margin-bottom: 16px;
}
@media (min-width: 960px) {
  .ci-card {
    margin-bottom: 0;
  }
}
.ci-card .card-header {
  margin-bottom: 8px;
  display: flex;
  transition: color 0.2s ease-in-out;
}
.ci-card .card-header .card-icon {
  margin-top: 4px;
  margin-right: 8px;
}
.ci-card .card-title {
  font-family: "proxima-soft", sans-serif;
  line-height: 1.25;
  transition: color 0.2s ease-in-out;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .ci-card .card-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.ci-card.ci-card-link {
  padding: 0;
}
.ci-card.ci-card-link a {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 16px;
  display: block;
  text-decoration: none;
  color: #000A12;
}
.ci-card.ci-card-link a .card-header {
  color: #7D4182;
}
.ci-card.ci-card-link a:hover .card-header, .ci-card.ci-card-link a:focus .card-header {
  color: #3c1f3e;
}

.ci-cards-container.ci-cards-grid .ci-card {
  margin-bottom: 16px;
}

/* Posts
---------------------------------------------------------------------------- */
@media (min-width: 960px) {
  .single .content {
    width: 65%;
    max-width: 840px;
  }
}
.single .content .entry-content {
  margin-bottom: 16px;
}
.single.single-post .entry-header {
  margin-bottom: 32px;
}
.single.single-post .entry-header .entry-meta {
  color: #5B6770;
  font-style: italic;
}
.single.single-post h1 {
  margin-bottom: 0;
}
.single .entry-footer h3 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.single .entry-footer .entry-meta {
  padding-top: 32px;
}
.single .entry-footer .entry-meta-inner .meta-tags {
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .single .entry-footer .entry-meta-inner .meta-tags {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .single .entry-footer .entry-meta-inner {
    /* one item */
    /* two items */
    /* three items */
    /* four items */
    /* five items */
  }
  .single .entry-footer .entry-meta-inner .meta-tags:first-child:nth-last-child(1) {
    width: 100%;
  }
  .single .entry-footer .entry-meta-inner .meta-tags:first-child:nth-last-child(2),
.single .entry-footer .entry-meta-inner .meta-tags:first-child:nth-last-child(2) ~ div {
    width: 50%;
  }
  .single .entry-footer .entry-meta-inner .meta-tags:first-child:nth-last-child(3),
.single .entry-footer .entry-meta-inner .meta-tags:first-child:nth-last-child(3) ~ div {
    width: 33.3333%;
  }
  .single .entry-footer .entry-meta-inner .meta-tags:first-child:nth-last-child(4),
.single .entry-footer .entry-meta-inner .meta-tags:first-child:nth-last-child(4) ~ div {
    width: 25%;
  }
  .single .entry-footer .entry-meta-inner .meta-tags:first-child:nth-last-child(5),
.single .entry-footer .entry-meta-inner .meta-tags:first-child:nth-last-child(5) ~ div {
    width: 20%;
  }
}
.single .single-entry-pagination {
  background-image: linear-gradient(180deg, rgba(240, 180, 49, 0.1) 4%, rgba(244, 117, 34, 0.18) 100%);
  padding: 16px 16px 0;
  font-family: "proxima-soft", sans-serif;
}
@media (min-width: 1024px) {
  .single .single-entry-pagination {
    padding: 32px 32px 0;
  }
}
.single .single-entry-pagination .wrap {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
@media (min-width: 960px) {
  .single .single-entry-pagination .wrap {
    max-width: 1440px;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.single .single-entry-pagination .wrap .col {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 960px) {
  .single .single-entry-pagination .wrap .col {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .single .single-entry-pagination .wrap .first {
    text-align: left;
    padding-right: 32px;
  }
}
@media (min-width: 960px) {
  .single .single-entry-pagination .wrap .last {
    text-align: right;
    padding-left: 32px;
  }
}
.single .single-entry-pagination a {
  text-decoration: none;
}

/* 404
---------------------------------------------------------------------------- */
@media (min-width: 960px) {
  .error404 .content {
    width: 65%;
    max-width: 840px;
    margin: 0 auto;
    float: none;
  }
}
.error404 .content .entry-content {
  margin-bottom: 16px;
}

/* Pages
---------------------------------------------------------------------------- */
.page.page-template-default.sidebar-content .content-sidebar-wrap {
  display: flex;
  flex-direction: column-reverse;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .page.page-template-default.sidebar-content .content-sidebar-wrap {
    max-width: 1440px;
  }
}
@media (min-width: 1024px) {
  .page.page-template-default.sidebar-content .content-sidebar-wrap {
    padding: 64px 0 0;
  }
}
@media (min-width: 960px) {
  .page.page-template-default.sidebar-content .content-sidebar-wrap {
    padding-top: 0;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .page.page-template-default.sidebar-content .content-sidebar-wrap .content,
.page.page-template-default.sidebar-content .content-sidebar-wrap aside {
    float: none;
  }
  .page.page-template-default.sidebar-content .content-sidebar-wrap .content {
    width: 75%;
  }
  .page.page-template-default.sidebar-content .content-sidebar-wrap aside {
    padding-right: 32px;
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .page.page-template-default.sidebar-content .content-sidebar-wrap {
    justify-content: center;
    position: relative;
  }
  .page.page-template-default.sidebar-content .content-sidebar-wrap .content {
    width: 65%;
    max-width: 840px;
  }
  .page.page-template-default.sidebar-content .content-sidebar-wrap aside {
    padding-right: 0;
    width: 15%;
  }
}
@media (min-width: 1024px) {
  .page.page-template-default.sidebar-content .content-sidebar-wrap aside {
    position: absolute;
    left: 0;
  }
}
.page.page-template-default .ci-section-topic-intro {
  padding-bottom: 16px;
}
@media (min-width: 1024px) {
  .page.page-template-default .ci-section-topic-intro {
    padding-top: 16px;
    margin-right: -64px;
    margin-left: -64px;
  }
}

.page-entry-controls {
  padding-top: 8px;
}
.page-entry-controls ul li {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .page-entry-controls ul li {
    display: inline-block;
    margin-right: 8px;
  }
}

.single .page-entry-controls {
  margin-bottom: 32px;
}

.page-template-template-page-landing article.entry {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Archives
---------------------------------------------------------------------------- */
.search.has-facetwp.sidebar-content .content-sidebar-wrap,
.blog.has-facetwp.sidebar-content .content-sidebar-wrap,
.post-type-archive.has-facetwp.sidebar-content .content-sidebar-wrap,
.archive.has-facetwp.sidebar-content .content-sidebar-wrap {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .search.has-facetwp.sidebar-content .content-sidebar-wrap,
.blog.has-facetwp.sidebar-content .content-sidebar-wrap,
.post-type-archive.has-facetwp.sidebar-content .content-sidebar-wrap,
.archive.has-facetwp.sidebar-content .content-sidebar-wrap {
    padding-top: 0;
    flex-direction: row-reverse;
    justify-content: flex-end;
    max-width: 1440px;
  }
  .search.has-facetwp.sidebar-content .content-sidebar-wrap .content,
.search.has-facetwp.sidebar-content .content-sidebar-wrap aside,
.blog.has-facetwp.sidebar-content .content-sidebar-wrap .content,
.blog.has-facetwp.sidebar-content .content-sidebar-wrap aside,
.post-type-archive.has-facetwp.sidebar-content .content-sidebar-wrap .content,
.post-type-archive.has-facetwp.sidebar-content .content-sidebar-wrap aside,
.archive.has-facetwp.sidebar-content .content-sidebar-wrap .content,
.archive.has-facetwp.sidebar-content .content-sidebar-wrap aside {
    float: none;
  }
  .search.has-facetwp.sidebar-content .content-sidebar-wrap .content,
.blog.has-facetwp.sidebar-content .content-sidebar-wrap .content,
.post-type-archive.has-facetwp.sidebar-content .content-sidebar-wrap .content,
.archive.has-facetwp.sidebar-content .content-sidebar-wrap .content {
    width: 75%;
  }
  .search.has-facetwp.sidebar-content .content-sidebar-wrap aside,
.blog.has-facetwp.sidebar-content .content-sidebar-wrap aside,
.post-type-archive.has-facetwp.sidebar-content .content-sidebar-wrap aside,
.archive.has-facetwp.sidebar-content .content-sidebar-wrap aside {
    padding-right: 32px;
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .search.has-facetwp.sidebar-content .content-sidebar-wrap,
.blog.has-facetwp.sidebar-content .content-sidebar-wrap,
.post-type-archive.has-facetwp.sidebar-content .content-sidebar-wrap,
.archive.has-facetwp.sidebar-content .content-sidebar-wrap {
    justify-content: center;
    position: relative;
  }
  .search.has-facetwp.sidebar-content .content-sidebar-wrap .content,
.blog.has-facetwp.sidebar-content .content-sidebar-wrap .content,
.post-type-archive.has-facetwp.sidebar-content .content-sidebar-wrap .content,
.archive.has-facetwp.sidebar-content .content-sidebar-wrap .content {
    width: 65%;
    max-width: 840px;
  }
  .search.has-facetwp.sidebar-content .content-sidebar-wrap aside,
.blog.has-facetwp.sidebar-content .content-sidebar-wrap aside,
.post-type-archive.has-facetwp.sidebar-content .content-sidebar-wrap aside,
.archive.has-facetwp.sidebar-content .content-sidebar-wrap aside {
    padding-right: 0;
    width: 15%;
  }
}
@media (min-width: 1024px) {
  .search.has-facetwp.sidebar-content .content-sidebar-wrap aside,
.blog.has-facetwp.sidebar-content .content-sidebar-wrap aside,
.post-type-archive.has-facetwp.sidebar-content .content-sidebar-wrap aside,
.archive.has-facetwp.sidebar-content .content-sidebar-wrap aside {
    position: absolute;
    left: 0;
  }
}
.search .entry .entry-header .entry-meta,
.blog .entry .entry-header .entry-meta,
.post-type-archive .entry .entry-header .entry-meta,
.archive .entry .entry-header .entry-meta {
  margin-bottom: 0;
  color: #5B6770;
}
.search .entry .entry-content p,
.blog .entry .entry-content p,
.post-type-archive .entry .entry-content p,
.archive .entry .entry-content p {
  margin-bottom: 4px;
}
.search .entry .entry-footer,
.blog .entry .entry-footer,
.post-type-archive .entry .entry-footer,
.archive .entry .entry-footer {
  color: #5B6770;
  border-top: 0;
  padding-top: 0;
}
.search .entry .entry-footer .entry-meta,
.blog .entry .entry-footer .entry-meta,
.post-type-archive .entry .entry-footer .entry-meta,
.archive .entry .entry-footer .entry-meta {
  border-top: 0;
  padding-top: 0;
  font-style: normal;
}
.search .entry .entry-header .entry-meta,
.blog .entry .entry-header .entry-meta,
.post-type-archive .entry .entry-header .entry-meta,
.archive .entry .entry-header .entry-meta {
  font-size: 14px;
  font-size: 1.4rem;
}
.search .entry .entry-header .entry-meta a,
.blog .entry .entry-header .entry-meta a,
.post-type-archive .entry .entry-header .entry-meta a,
.archive .entry .entry-header .entry-meta a {
  background: #f2f4fa;
  display: inline-block;
  padding: 2px 5px;
  text-decoration: none;
}
.search .entry .entry-header .entry-meta a:hover, .search .entry .entry-header .entry-meta a:focus,
.blog .entry .entry-header .entry-meta a:hover,
.blog .entry .entry-header .entry-meta a:focus,
.post-type-archive .entry .entry-header .entry-meta a:hover,
.post-type-archive .entry .entry-header .entry-meta a:focus,
.archive .entry .entry-header .entry-meta a:hover,
.archive .entry .entry-header .entry-meta a:focus {
  background-color: rgba(129, 147, 202, 0.25);
}

.blog .entry-footer .entry-meta,
.post-type-archive .entry-footer .entry-meta,
.archive .entry-footer .entry-meta,
.search .entry-footer .entry-meta,
.single .entry-footer .entry-meta {
  font-size: 14px;
  font-size: 1.4rem;
}
.blog .entry-footer .entry-meta a,
.post-type-archive .entry-footer .entry-meta a,
.archive .entry-footer .entry-meta a,
.search .entry-footer .entry-meta a,
.single .entry-footer .entry-meta a {
  background: #f2f4fa;
  display: inline-block;
  padding: 2px 5px;
  text-decoration: none;
}
.blog .entry-footer .entry-meta a:hover, .blog .entry-footer .entry-meta a:focus,
.post-type-archive .entry-footer .entry-meta a:hover,
.post-type-archive .entry-footer .entry-meta a:focus,
.archive .entry-footer .entry-meta a:hover,
.archive .entry-footer .entry-meta a:focus,
.search .entry-footer .entry-meta a:hover,
.search .entry-footer .entry-meta a:focus,
.single .entry-footer .entry-meta a:hover,
.single .entry-footer .entry-meta a:focus {
  background-color: rgba(129, 147, 202, 0.25);
}

.blog .entry h2,
.post-type-archive .entry h2,
.archive .entry h2,
.search .entry h2 {
  margin-bottom: 0;
}
.blog .entry h2 + .entry-meta,
.post-type-archive .entry h2 + .entry-meta,
.archive .entry h2 + .entry-meta,
.search .entry h2 + .entry-meta {
  margin-bottom: 8px;
  font-style: italic;
}
.blog .entry .entry-content,
.post-type-archive .entry .entry-content,
.archive .entry .entry-content,
.search .entry .entry-content {
  margin-bottom: 4px;
}

/* Topic Page
---------------------------------------------------------------------------- */
.ci-block-list-content-of-interest ul {
  list-style: none;
  padding-left: 0;
}
.ci-block-list-content-of-interest ul li {
  list-style: none;
  margin-bottom: 8px;
}

.page-template-template-page-topic .content {
  width: 100%;
  max-width: 1440px;
}
.page-template-template-page-topic .ci-section-topic-intro {
  margin-bottom: 0;
}
.page-template-template-page-topic .ci-block-list-subtopics {
  background-color: rgba(222, 224, 226, 0.5);
  border-radius: 6px;
  margin-bottom: 0;
  padding: 16px;
}
.page-template-template-page-topic .ci-block-list-subtopics p {
  font-family: "proxima-soft", sans-serif;
  margin-bottom: 8px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .page-template-template-page-topic .ci-block-list-subtopics p {
    font-size: 20px;
    font-size: 2rem;
  }
}
.page-template-template-page-topic .ci-block-list-subtopics ul {
  margin-bottom: 0;
}
.page-template-template-page-topic .ci-block-list-subtopics ul li {
  margin-bottom: 0;
}
.page-template-template-page-topic .ci-section-topic-intro.gb-layout-columns-2 > .gb-layout-column-wrap {
  grid-template-columns: 1fr;
  grid-template-areas: "col1" "col2";
}
@media (min-width: 768px) {
  .page-template-template-page-topic .ci-section-topic-intro.gb-layout-columns-2 > .gb-layout-column-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "col1 col2";
  }
}
.page-template-template-page-topic .ci-section-topic-intro .topic-intro-image {
  display: none;
}
@media (min-width: 768px) {
  .page-template-template-page-topic .ci-section-topic-intro .topic-intro-image {
    display: block;
  }
}
.page-template-template-page-topic .ci-section-topic-intro .topic-intro-image .gb-block-layout-column-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  .page-template-template-page-topic .ci-section-topic-intro .topic-intro-image figure {
    max-width: 85%;
  }
}

/* Custom sections and Layouts */
.has-bground-gradient.has-default-gradient {
  background-image: linear-gradient(180deg, rgba(240, 180, 49, 0.1) 4%, rgba(244, 117, 34, 0.18) 100%);
}

.ci-section,
.ci-section.gb-block-container {
  padding-bottom: 32px;
  /* Find a Care Provider reusable block */
}
@media (min-width: 1200px) {
  .ci-section,
.ci-section.gb-block-container {
    padding-bottom: 64px;
  }
}
.ci-section.ci-section-find-provider,
.ci-section.gb-block-container.ci-section-find-provider {
  padding-bottom: 0;
}
.ci-section.ci-section-find-provider .gb-block-layout-column:first-of-type,
.ci-section.gb-block-container.ci-section-find-provider .gb-block-layout-column:first-of-type {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 0 0 0;
}
@media (min-width: 600px) {
  .ci-section.ci-section-find-provider .gb-block-layout-column:first-of-type,
.ci-section.gb-block-container.ci-section-find-provider .gb-block-layout-column:first-of-type {
    padding: 32px 0;
  }
}
@media (min-width: 1024px) {
  .ci-section.ci-section-find-provider .gb-block-layout-column:first-of-type,
.ci-section.gb-block-container.ci-section-find-provider .gb-block-layout-column:first-of-type {
    padding: 64px 0 32px;
  }
}
.ci-section.ci-section-find-provider .gb-block-layout-column:last-of-type,
.ci-section.gb-block-container.ci-section-find-provider .gb-block-layout-column:last-of-type {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px) {
  .ci-section.ci-section-find-provider .gb-block-layout-column:last-of-type,
.ci-section.gb-block-container.ci-section-find-provider .gb-block-layout-column:last-of-type {
    justify-content: flex-end;
  }
}
.ci-section.ci-section-find-provider figure,
.ci-section.gb-block-container.ci-section-find-provider figure {
  margin-bottom: 0;
}
.ci-section.ci-section-common-topics,
.ci-section.gb-block-container.ci-section-common-topics {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 600px) {
  .ci-section.ci-section-common-topics,
.ci-section.gb-block-container.ci-section-common-topics {
    margin-top: -70px;
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  .ci-section.ci-section-common-topics,
.ci-section.gb-block-container.ci-section-common-topics {
    margin-top: -120px;
    padding-top: 64px;
  }
}
.ci-section.ci-section-common-topics:before,
.ci-section.gb-block-container.ci-section-common-topics:before {
  background: transparent url(/wp-content/themes/nhpco-caringinfo/images//el-curve-bowl-white.svg) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 40px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .ci-section.ci-section-common-topics:before,
.ci-section.gb-block-container.ci-section-common-topics:before {
    background-size: cover;
  }
}

.ci-section-cta {
  background-image: linear-gradient(180deg, rgba(240, 180, 49, 0.1) 4%, rgba(244, 117, 34, 0.18) 100%);
}
.ci-section-cta.location-page-bottom {
  padding: 0 16px;
  position: relative;
  margin-left: 0;
}
.ci-section-cta.location-page-bottom + .ci-section-find-provider {
  margin-top: -80px;
}
.ci-section-cta.location-page-bottom:before {
  background: transparent url(/wp-content/themes/nhpco-caringinfo/images//el-curve-bowl-white.svg) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 40px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .ci-section-cta.location-page-bottom:before {
    background-size: cover;
  }
}

/* Topic Layout
Includes other align widths just in case */
.content .entry-content .ci-section-topic-block,
.content .entry-content .ci-section-topic-block.alignwide,
.content .entry-content .ci-section-topic-block.alignfull {
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
}
.content .entry-content .ci-section-topic-block .gb-container-inside,
.content .entry-content .ci-section-topic-block .alignwide,
.content .entry-content .ci-section-topic-block.alignwide .gb-container-inside,
.content .entry-content .ci-section-topic-block.alignwide .alignwide,
.content .entry-content .ci-section-topic-block.alignfull .gb-container-inside,
.content .entry-content .ci-section-topic-block.alignfull .alignwide {
  max-width: 100%;
  width: 100%;
}
.content .entry-content .ci-section-topic-block figure,
.content .entry-content .ci-section-topic-block.alignwide figure,
.content .entry-content .ci-section-topic-block.alignfull figure {
  max-width: 240px;
  margin: 0 auto 8px auto;
}
@media (min-width: 960px) {
  .content .entry-content .ci-section-topic-block figure,
.content .entry-content .ci-section-topic-block.alignwide figure,
.content .entry-content .ci-section-topic-block.alignfull figure {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.content .entry-content .ci-section-topic-block .ci-block-list-content-of-interest ul,
.content .entry-content .ci-section-topic-block.alignwide .ci-block-list-content-of-interest ul,
.content .entry-content .ci-section-topic-block.alignfull .ci-block-list-content-of-interest ul {
  margin-bottom: 0;
}
.ci-section-further-guidance {
  background-image: linear-gradient(180deg, rgba(240, 180, 49, 0.15) 18%, rgba(244, 117, 34, 0.15) 100%);
  margin-top: -32px;
  padding: 24px 16px 0;
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}
@media (min-width: 1024px) {
  .ci-section-further-guidance {
    padding: 24px 32px 0;
  }
}
.ci-section-further-guidance .wrap {
  padding: 16px;
}
@media (min-width: 1024px) {
  .ci-section-further-guidance .wrap {
    display: flex;
    padding: 32px;
  }
}
.ci-section-further-guidance .wrap {
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 32px 0 32px 0;
  max-width: 1440px;
}
@media (min-width: 1024px) {
  .ci-section-further-guidance .wrap {
    padding: 48px 0 48px 0;
  }
}
.ci-section-further-guidance h2 {
  flex-basis: 100%;
}
@media (min-width: 1024px) {
  .ci-section-further-guidance .ci-section-intro {
    padding: 0 16px 0 0;
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .ci-section-further-guidance .ci-cards {
    width: 75%;
  }
}
.ci-section-further-guidance:before {
  background: transparent url(/wp-content/themes/nhpco-caringinfo/images//el-curve-bowl-white.svg) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 40px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .ci-section-further-guidance:before {
    background-size: cover;
  }
}

/* Home
---------------------------------------------------------------------------- */
.home {
  /* Section: Hero area */
  /* Section: Topic Blocks */
  /* Section: Continue Learning */
}
.home .site-header {
  background-color: rgba(240, 180, 49, 0.1);
}
.home .site-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.home article.page.entry {
  margin-bottom: 0;
}
.home .ci-section-home-hero {
  background-image: linear-gradient(180deg, rgba(240, 180, 49, 0.1) 4%, rgba(244, 117, 34, 0.18) 100%);
  margin-bottom: 16px;
  padding: 32px 16px 0;
  position: relative;
}
@media (min-width: 600px) {
  .home .ci-section-home-hero {
    margin-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  .home .ci-section-home-hero {
    margin-bottom: 48px;
    padding: 32px 32px 0;
  }
}
.home .ci-section-home-hero .wp-block-group__inner-container {
  max-width: 1440px;
  margin: 0 auto;
}
.home .ci-section-home-hero:after {
  background: transparent url(/wp-content/themes/nhpco-caringinfo/images//el-curve-wave-white-tall.svg) no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 120px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .home .ci-section-home-hero:after {
    background-size: cover;
  }
}
.home .ci-section.is-intro {
  padding-bottom: 0;
  /* Control the grid at various sizes */
}
.home .ci-section.is-intro.gb-2-col-wideleft > .gb-layout-column-wrap {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .home .ci-section.is-intro.gb-2-col-wideleft > .gb-layout-column-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .home .ci-section.is-intro.gb-2-col-wideleft > .gb-layout-column-wrap {
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
  }
}
@media (min-width: 1200px) {
  .home .ci-section.is-intro.gb-2-col-wideleft > .gb-layout-column-wrap {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }
}
.home .ci-section.is-intro .gb-block-layout-column:first-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home .ci-section.is-intro .gb-block-layout-column:first-of-type p:first-of-type {
  font-family: "proxima-soft", sans-serif;
  line-height: 1.2;
  font-size: 28px;
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  .home .ci-section.is-intro .gb-block-layout-column:first-of-type p:first-of-type {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .home .ci-section.is-intro .gb-block-layout-column:first-of-type p:first-of-type {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .home .ci-section.is-intro .gb-block-layout-column:first-of-type p:first-of-type {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
@media (min-width: 1440px) {
  .home .ci-section.is-intro .gb-block-layout-column:first-of-type p:first-of-type {
    font-size: 50px;
    font-size: 5rem;
  }
}
.home .ci-section.is-intro .gb-block-layout-column:last-of-type {
  display: none;
}
@media (min-width: 768px) {
  .home .ci-section.is-intro .gb-block-layout-column:last-of-type {
    display: block;
  }
}
.home .ci-section.is-intro .gb-block-layout-column:last-of-type figure {
  margin-bottom: 0;
}
.home .ci-section.is-intro .gb-block-layout-column:last-of-type .gb-block-layout-column-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.home .ci-section-topic-blocks {
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .home .ci-section-topic-blocks {
    margin-bottom: -70px;
  }
}
@media (min-width: 1024px) {
  .home .ci-section-topic-blocks .ci-section-topic-block:last-child {
    padding-bottom: 0;
  }
}
.home .ci-section-continue-learning {
  background-image: linear-gradient(180deg, rgba(240, 180, 49, 0.1) 4%, rgba(244, 117, 34, 0.18) 100%);
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 600px) {
  .home .ci-section-continue-learning {
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  .home .ci-section-continue-learning {
    padding-top: 64px;
  }
}
@media (min-width: 1200px) {
  .home .ci-section-continue-learning {
    margin-bottom: -40px;
  }
}
.home .ci-section-continue-learning:before {
  background: transparent url(/wp-content/themes/nhpco-caringinfo/images//el-curve-bowl-white.svg) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 40px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .home .ci-section-continue-learning:before {
    background-size: cover;
  }
}
.home .ci-section-continue-learning .wp-block-genesis-blocks-gb-columns {
  margin-bottom: 0;
}
.home .ci-section-continue-learning .gb-layout-column-wrap {
  display: block;
}
@media (min-width: 960px) {
  .home .ci-section-continue-learning .gb-layout-column-wrap {
    display: grid;
  }
}

/* Landing - Planning
---------------------------------------------------------------------------- */
.landing-planning .ci-section-topic-intro {
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .landing-planning .ci-section-find-provider {
    margin-top: -40px;
  }
}
.landing-planning .ci-section-urgenthelp {
  padding-bottom: 30px;
}

/* Subtopic - State Directives
---------------------------------------------------------------------------- */
/* State Directives Landing Page */
.post-488 .ci-block-widget-nav-statedirectives {
  background-image: linear-gradient(180deg, rgba(240, 180, 49, 0.1) 4%, rgba(244, 117, 34, 0.18) 100%);
  border: 2px solid #000A12;
  border-radius: 6px;
  box-shadow: 0 2px 5px 1px rgba(91, 103, 112, 0.33);
  padding: 16px;
  margin-bottom: 32px;
}
.post-488 .ci-block-widget-nav-statedirectives label {
  line-height: 1.2;
  margin-bottom: 4px;
  display: block;
  font-size: 20px;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .post-488 .ci-block-widget-nav-statedirectives label {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (min-width: 1024px) {
  .post-488 .ci-block-widget-nav-statedirectives label {
    margin-bottom: 8px;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (min-width: 768px) {
  .post-488 .ci-block-widget-nav-statedirectives .ci-widget-inner {
    background: transparent url("/wp-content/uploads/advance-directives-states-outline@2x.png") no-repeat right center;
    background-size: contain;
    padding: 2em 0;
  }
}

/* Search Results
---------------------------------------------------------------------------- */
.search .excerpt_part strong {
  background-color: rgba(244, 117, 34, 0.18);
}

/* Resources
---------------------------------------------------------------------------- */
.post-type-archive-nhpco_ci_resource .archive-description {
  margin-bottom: 0;
}

/* Cookie Notice 
---------------------------------------------------------------------------- */
#cookie-notice {
  font-family: Georgia, Times, Times New Roman, serif !important;
  font-size: 13px;
  font-size: 1.3rem;
}
#cookie-notice .button {
  font-size: 13px;
  font-size: 1.3rem;
}

/* Gravity Forms
---------------------------------------------------------------------------- */
.entry-content .gform_legacy_markup_wrapper .top_label .gfield_label,
.entry-content .gform_legacy_markup_wrapper legend.gfield_label {
  margin-bottom: 0;
}
.entry-content .gform_wrapper input + label {
  margin-bottom: 0;
}
.entry-content .gform_wrapper .gform_validation_errors {
  box-shadow: none;
  border-width: 2px;
  border-radius: 6px;
}
.entry-content .gform_wrapper .gform_validation_errors > h2 {
  font-size: 18px;
  font-size: 1.8rem;
}
.entry-content .gform_wrapper .gfield_validation_message,
.entry-content .gform_wrapper .validation_message {
  border: 0;
  background-color: transparent;
  padding: 0;
  font-weight: 900;
}

/* Feedback Bar
---------------- */
.section-feedback-bar {
  background-color: #7D4182;
  color: white;
  margin: 0 auto;
  text-align: center;
  padding: 16px 16px 0 16px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (min-width: 1200px) {
  .section-feedback-bar {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .section-feedback-bar p {
    display: inline-block;
    margin-bottom: 0;
  }
}
.section-feedback-bar .is-style-outline {
  font-size: 16px;
  font-size: 1.6rem;
  border: 0;
}

@media (min-width: 960px) {
  /* Column Classes
  --------------------------------------------- */
  .five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.5641025641%;
  }
  .one-half,
.three-sixths,
.two-fourths {
    width: 48.7179487179%;
  }
  .one-third,
.two-sixths {
    width: 31.6239316239%;
  }
  .four-sixths,
.two-thirds {
    width: 65.811965812%;
  }
  .one-fourth {
    width: 23.0769230769%;
  }
  .three-fourths {
    width: 74.358974359%;
  }
  .one-sixth {
    width: 14.5299145299%;
  }
  .five-sixths {
    width: 82.905982906%;
  }
  .first {
    clear: both;
    margin-left: 0;
  }
}
/* Print Styles
---------------------------------------------------------------------------- */
@media print {
  *,
*::before,
*::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important;
  }
  @page {
    margin: 1.5cm;
  }
  @page :first {
    margin: 1.5cm;
  }
  body {
    font: 10pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.5;
    background: #fff !important;
    color: #000;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]::after,
a[href^="#"]::after,
.site-title > a::after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  img,
tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote,
pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .content,
.content-sidebar {
    width: 100%;
  }
  button,
input,
select,
textarea,
.breadcrumb,
.comment-edit-link,
.comment-form,
.comment-list .reply a,
.comment-reply-title,
.edit-link,
.entry-comments-link,
.entry-footer,
.genesis-box,
.header-widget-area,
.hidden-print,
.home-top,
.nav-primary,
.nav-secondary,
.post-edit-link,
.sidebar,
.footer-widgets,
.nhpco-brand-bar,
.page-entry-controls,
.footer-logo,
.ci-section-topic-block .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap .gb-block-layout-column:first-of-type,
.ci-section-topic-block .wp-block-image,
.acc-toggle-container,
.page .ci-section-find-provider,
.section-feedback-bar,
#cookie-notice {
    display: none !important;
  }
  .ci-section-topic-block .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    display: block;
  }
  .ci-block-list-subtopics,
.site-header {
    padding: 0;
  }
  .site-header .wrap {
    padding: 0;
  }
  .wp-custom-logo .title-area {
    text-align: center;
    width: 2in;
    margin-left: 0;
    margin-bottom: 0.5cm;
    padding: 0;
  }
  .wp-custom-logo .title-area a::after {
    content: "";
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }
  .site-inner {
    padding: 0;
    position: relative;
  }
  .author-box {
    margin-bottom: 0;
  }
  h1,
h2,
h3,
h4,
h5,
h6,
.entry-title {
    font-family: Georgia, Times, Times New Roman, serif;
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  h1, .entry-title {
    font-size: 16pt;
  }
  h2 {
    font-size: 13pt;
    margin-top: 25px;
  }
  h3 {
    font-size: 12pt;
    margin-top: 25px;
  }
  h4 {
    font-size: 12pt;
    font-style: italic;
    margin-top: 25px;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
pre,
table {
    page-break-inside: avoid;
  }
  dl,
ol,
ul {
    page-break-before: avoid;
  }
  .site-footer {
    font-family: Georgia, Times, Times New Roman, serif;
    padding: 0;
    text-align: left;
  }
  .ci-section-topic-intro {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 16px;
  }
  .ci-section-topic-intro img {
    display: none;
  }
  .ci-section-topic-intro .gb-layout-column-wrap {
    display: block;
  }
  .ci-block-list-content-of-interest ul li {
    list-style-type: square;
    margin-bottom: 8px;
    margin-right: 8px;
  }
  .ci-block-list-content-of-interest .button {
    padding: 0;
    font: 10pt Georgia, "Times New Roman", Times, serif;
    font-weight: 900;
  }
}

/*# sourceMappingURL=style.css.map */
