/*
Theme Name: CHD Chapter Parent Theme
Theme URI: https://chapter-starter.childrenshealthdefense.org/
Description: Children's Health Defense's Chapter theme.
Author: Children's Health Defense
Author URI: https://childrenshealthdefense.org/
Version: 1.0.92
=======
Text Domain: chd_chapter
GitHub Plugin URI: https://github.com/Childrens-Health-Defense/chd-chapter
*/

/* CSS Variables */
:root {
  --green: #86c33f;
  --text-green: #6A9C32;
  --hover-green: #537826;
  --blue: #008bb3;
  --blue-light: #008bb3;
  --blue-bg: #008bb3;
  --charcoal: #5c5b5b;
  --charcoal-bg: #5c5b5b;
  --clay-bg: #f3f2f2;
  --gray: #cccccc;
  --gray-bg: #e6e5e5;
  --lime: #8cc542;
}

/* Colors */
.blue {
  color: #000;
  color: var(--blue);
}
.blue-bg {
  background-color: var(--blue-bg);
}
.blue-light {
  color: var(--blue-light);
}
.charcoal {
  color: var(--charcoal);
}
.charcoal-bg {
  background-color: var(--charcoal-bg);
}
.clay-bg {
  background-color: var(--clay-bg);
}
.gray {
  color: var(--gray);
}
.gray-bg {
  color: var(--gray-bg);
}
.lime {
  color: var(--lime);
}
.white {
  color: #fff;
}
.green {
  color: var(--text-green);
}

/* Default Styles */
body {
  margin: 0;
  padding: 0;
  font-family: "Open-sans", sans-serif;
  height: 100%;
  background-color: var(--charcoal);
}

header {
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Merriweather, Georgia, Times, serif;
}

h1 {
  color: var(--blue);
  margin: 0;
}

h2 {
  font-family: "Merriweather", serif;
  font-size: 1.5em;
  line-height: 130%;
}

h3 {
  font-size: 1.5em;
  margin: 0;
}

a {
  color: var(--blue);
  text-decoration: none;
}

.heading-container {
  padding: 10px 10%;
  display: grid;
  grid-template-columns: 70% 30%;
}

.container {
  padding: 0 10%;
  max-width: 1200px;
  margin: 0 auto;
}

input {
  border-color: #ccc;
}

/* Navigation */
.menu-social-menu-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -3px;
}

.site-header {
  border-bottom: 1px solid #ccc;
}

.main-nav {
  background-color: var(--blue);
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.menu-item:last-child {
  margin-right: 10px;
}

.menu-item a {
  color: #fff;
  font-weight: 400;
  padding: 5px 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-item a:hover {
  text-decoration: underline;
}

/* Footer */
.site-footer {
  background-color: #eee;
}

.site-footer a {
  color: #008bb3;
  text-decoration: none;
}

.logo-container {
  padding: 20px 0;
}

a.custom-logo-link {
  display: block;
  line-height: 90%;
}

.logo-container img {
  width: 650px;
  height: 185px;
}

.get-involved {
  background-color: var(--blue);
}

.get-involved h1 {
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  font-size: 3em;
  font-family: "Merriweather", serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.home-photo {
  height: auto !important;
  position: relative;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
}

.home-photo h2 {
  margin: 0;
  bottom: 10px;
  color: #fff;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  position: absolute;
  font-size: 3em;
  text-align: center;
}

.home-posts {
  background-color: var(--blue);
}

.home-posts h2 {
  padding-top: 30px;
  color: #fff;
  font-size: 3em;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: auto;
}

.home-grid {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  padding: 10px 0;
}

.home-grid-item {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 20px 20px;
}

#header-widget-area {
  width: 400px;
  display: flex;
  align-items: center;
  position: relative;
  right: 0;
}

.post-container {
  display: grid;
  grid-template-columns: 33% 66%;
  margin: 10px;
  padding: 10px;
  margin-left: 0;
  padding-left: 0;
  margin-right: 40px;
  border-bottom: 1px dotted #717070;
}

.post-thumbnail-container {
  height: 220px;
  width: 100%;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
}

.post-content {
  margin-left: 20px;
  margin-bottom: 25px;
}

/* Post Styles */
article {
  float: left;
  position: relative;
}

article.grid12 {
  float: none;
}

article h1 {
  line-height: 130%;
  margin-bottom: 1em;
  color: var(--text-green);
}
article h2 {
  line-height: 130%;
  margin-bottom: 0.4em;
  color: #4a4a4c;
}
article h3 {
  line-height: 130%;
  margin-bottom: 0.4em;
  color: #8dc34b;
}
article h4 {
  line-height: 130%;
  margin-bottom: 0.4em;
  color: #4a4a4c;
}
article h5 {
  line-height: 130%;
  margin-bottom: 0.3em;
  color: #000000;
}
article h6 {
  line-height: 130%;
  margin-bottom: 0.3em;
  color: #8dc34b;
}

article blockquote {
  display: block;
  margin: 0 0 1em 0;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 0.5em 1em 0 1em;
}

.article {
  color: var(--blue);
  text-decoration: none;
}

.pagination-container {
  margin-top: 20px;
}

.article h2 {
  margin: 10px 0;
}

.page {
  margin-top: 20px;
}

.post-title {
  color: var(--text-green);
}

.sidebar {
  border-left: 1px solid #ccc;
}

.post-container h2 {
  margin-top: 0;
}

.sidebar-container h2 {
  color: var(--text-green);
}

.sidebar-container ul {
  list-style: none;
  padding: 0;
}

.nav-menu .menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#menu-sidebar-menu .menu-item {
  margin-left: 0;
}

#menu-sidebar-menu a {
  color: var(--blue);
  font-size: 1.2em;
}

.post-thumbnail-container img {
  display: block;
}

#menu-social-menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

#menu-social-menu .menu-item {
  margin: 0 10px;
}

.nav-menu-container {
  display: flex;
}

.header-icon {
  background-position: center center;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  position: relative;
}

.header-icon a {
  position: absolute;
  text-indent: -9999px;
  width: 100%;
}

.header-icon-facebook {
  background-image: url(/wp-content/themes/chd_chapter/images/socialables-fb-white.svg);
}

.header-icon-twitter {
  background-image: url(/wp-content/themes/chd_chapter/images/socialables-twitter-white.svg);
}
.header-icon-instagram {
  background-image: url(/wp-content/themes/chd_chapter/images/insta.svg);
}
.header-icon-youtube {
  background-image: url(/wp-content/themes/chd_chapter/images/socialables-youtube-play-white.svg);
}
.header-icon-search {
  background-image: url(/wp-content/themes/chd_chapter/images/search-icon.svg);
}

.home-grid-item .home-post-title {
  font-size: 1.5em;
  font-family: Merriweather, Georgia, Times, serif;
  font-weight: bold;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 !important;
}

.sidebar-item {
  border-top: 1px solid #ccc;
  padding-left: 20px;
}

.sidebar-item a {
  color: var(--blue);
  font-size: 1.1rem;
}

.sidebar-item h3 {
  color: var(--blue);
}

#menu-sidebar-menu .menu-item a {
  font-weight: 400;
  text-transform: none;
  font-size: 1rem;
  padding-left: 0;
}

.sidebar-container h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.sidebar-container h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.sidebar-item .date {
  color: #333;
  font-size: 1rem;
  display: block;
}

.recent-post-heading {
  margin-top: 5px !important;
  margin-bottom: 20px !important;
  font-size: 1.2rem;
}

.sidebar-post-container {
  margin-bottom: 40px;
}

.post-image-container img {
  border: 1px solid #717070;
  margin-bottom: 1.5em;
}

.single-post-container {
  margin: 0 10px;
}

.home-photo h2 {
  padding: 0 10%;
}

.image-small {
  display: none;
}

.home-tagline {
  font-size: 3em !important;
}

/* iPad Pro */
@media only screen and (max-width: 1024px) {
  .heading-container {
    padding: 0 10px;
  }

  .container {
    padding: 0 10px;
  }

  .menu-item {
    margin: 0 10px;
  }

  .menu-item a {
    font-size: 0.8em;
  }

  .logo-container {
    width: 450px;
  }

  #header-widget-area {
    width: auto;
  }

  #header-widget-area img {
    width: 120%;
  }

  .home-grid-item {
    padding: 0;
  }

  .post-container {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .menu-item {
    margin: 0 7px;
  }

  .home-photo h2 {
    padding: 0 10px;
  }

  .home-posts h2 {
    padding: 5% 5% 0 5%;
  }

  .site-footer {
    padding: 20px;
  }
  #popmake-243 .popup-right {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 414px) {
  p {
    font-size: 1rem;
  }

  .container {
    padding: 0 5px;
  }

  .post-container {
    grid-template-columns: 100%;
  }

  .heading-container {
    grid-template-columns: 100%;
  }

  .logo-container {
    width: 300px;
    margin: 0 auto;
  }

  #header-widget-area {
    margin: 0 auto;
  }

  .nav-menu-container {
    display: none;
  }

  .home-tagline {
    font-size: 2em !important;
  }

  .home-photo h2 {
    font-size: 2em;
  }

  .home-posts h2 {
    font-size: 2em;
  }
}

.top-nav-search-area {
  display: none;
  position: fixed;
  background-color: var(--blue);
  right: 150px;
  padding: 10px;
  position: absolute;
  top: 40px;
  z-index: 999;
}

.embed-responsive iframe {
  display: block;
  margin: 0 auto;
}

.home-grid {
  grid-gap: 5px;
}

.home-post-image img {
  height: auto;
  width: 100%;
}

.nav-menu .menu-item a {
  font-size: 85%;
}

.content-area {
  padding-right: 30px;
}

main h1 {
  margin-bottom: 1em;
}

main h2 {
  font-size: 1.9rem;
  line-height: 130%;
  margin-bottom: 0.4em;
  color: #4a4a4c;
}

main h3 {
  font-size: 1.7rem;
  color: var(--text-green);
  line-height: 130%;
}

main p {
  line-height: 160%;
}

main .date {
  font-size: 100%;
}

header #header-main {
  margin-top: 15px;
  margin-bottom: 15px;
}

.video {
  margin-bottom: 2em;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.call-outs-header {
  width: 100%;
  margin: 0 auto 0 auto;
}
.call-outs-header .cell {
  box-sizing: border-box;
  text-align: center;
  padding: 0;
}
.call-outs-header .cell.logo {
  flex-basis: 68%;
}
.call-outs-header .cell.video {
  flex-basis: 32%;
}

.recent-videos-listing .link-holder img,
.recent-videos-listing .link-holder {
  float: left;
}
.recent-videos-listing .link-holder:hover {
  cursor: pointer;
}
#video-offer-area .link-holder img {
  border: 1px solid #cccccc;
}

.cell {
  display: table-cell;
  float: left;
  vertical-align: top;
}

#header-main.wrapper,
.site-footer .wrapper {
  max-width: 1200px;
  margin: 0px auto;
  position: relative;
}

#top-nav {
  background-color: var(--blue) !important;
}

#top-nav ul li {
  background-color: var(--blue) !important;
}

ul.menu {
  text-align: center;
  margin: 0px auto;
  list-style: none;
  padding: 15px 0;
  margin: 0px;
}

ul.menu li.menu-item {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
}

#menu-sidebar-menu .menu-item {
  display: block;
}

#menu-sidebar-menu.menu {
  text-align: left;
  padding: 0;
}

main {
  padding: 1.5em 0 1.5em 0;
}

img {
  max-width: 100%;
  height: auto;
}

aside a {
  color: var(--blue) !important;
}

.section-divider-area--border {
  border-top: 1px solid #ccc;
}

.recent-post-heading {
  color: var(--blue) !important;
}

.clay-bg {
  padding-top: 20px !important;
}

@media (max-width: 768px) {
  .home-grid {
    grid-template-columns: 100%;
  }
}

#gform_4 span {
  width: 100%;
}

#gform_4 #field_4_2 {
  width: 100%;
}

#gform_4 #field_4_2 input {
  width: 100%;
}

.gfield--type-creditcard .ginput_complex label {
  clear: both;
}

aside h2 {
  font-size: 1.2rem;
}

main {
  padding-bottom: 20px !important;
}

/* h3.widgettitle {
  font-size: 1.4rem;
} */

.section-divider {
  padding: 0;
}

.hamburger {
  /* background-color: pink; */
  height: 40px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-left: 20px;
}

.patty {
  height: 2px;
  width: 30px;
  display: block;
  background-color: #fff;
  position: absolute;
}

.patty:first-child {
  top: 10px;
}

.patty:last-child {
  top: 28px;
}

.hamburger-container {
  display: flex;
  color: white;
  align-items: center;
  position: relative;
  z-index: 999;
  display: none;
}

.menu-title {
  margin-left: 10px;
}

.nav-slider {
  height: 100vh;
  width: 250px;
  position: fixed;
  z-index: 999;
  top: 0;
  background-color: var(--blue);
  transition: 300ms;
  left: -300px;
}

@media(min-width:769px) {
  .nav-slider.active {
    display: none;
  }
}
@media (max-width: 768px) {
  .nav-slider.active + #top-nav {
    position: fixed;
    top: 0;
  }
  .nav-slider.active ~ #header-main {
    margin-top: 60px !important;
  }
}
.nav-slider + #top-nav .patty {
  transform-origin: center;
  transition: 0.1s ease-in-out;
}
.nav-slider.active + #top-nav .patty {
  top: 50%;
}
.nav-slider.active + #top-nav .patty:nth-child(1),
.nav-slider.active + #top-nav .patty:nth-child(3) {
  transform: rotate(-45deg);
}
.nav-slider.active + #top-nav .patty:nth-child(2) {
  transform: rotate(45deg);
}

.mobile-nav {
  list-style: none;
  margin-left: 10px;
  max-height: 78vh; 
  margin-top: 60px;
  padding-left: 0;
  padding-top: 30px; 
  overflow-y: scroll; 
}

.mobile-nav li {
  margin-bottom: 20px;
}

.mobile-nav li ul {
  list-style: none;
}

.nav-slider.active {
  left: 0;
}

/* The following code is from the Oregon Chapter website
 * to allow the menu to scroll on mobile devices
 * 
 * .mobile-nav {
 *  max-height: 78vh;
 *  overflow-y: scroll;
 *  padding-top: 30px;
 *  margin-top: 60px;
 *  }
*/

@media (max-width: 768px) {
  #top-nav .wrapper {
    display: none !important;
  }

  .hamburger-container {
    display: flex;
    padding: 10px 0;
  }
}

@media (max-width: 768px) {
  .cell.logo,
  .logo-wrapper,
  .cell.video,
  #video-offer-area,
  .link-holder,
  #header-widget-area {
    width: 100%;
  }
  #header-main.wrapper {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .menu-item {
    margin-left: 0;
  }

  .menu-item a {
    font-size: 1rem;
  }

  .top-nav-search-area {
    top: 410px;
    right: auto;
  }

  .top-nav-search-area input {
    height: 30px;
  }

  #header-main {
    height: auto !important;
  }
}

.call-outs-header {
  max-height: none !important;
  height: 100% !important;
}

.cell.logo {
  max-height: none !important;
  height: 100% !important;
}

.cell.video,
#video-offer-area,
.link-holder,
#header-widget-area {
  height: 100%;
}

#video-offer-area {
  padding-left: 0 !important;
}

.video {
  overflow: visible !important;
}

.hide-gform-field {
  display: none;
}

@media (max-width: 950px) {
  /* Make footer higher so social media icons don't block footer contents */
  .site-footer {
    padding-bottom: 52px;
  }
  .site-footer .container {
    padding: 0 15%;
  }
}

@media (max-width: 500px) {
  .site-footer .container {
    padding: 0 10px;
  }
}

.em-booking-form label {
  float: initial;
  display: block;
  width: auto;
}

.em-booking-form p {
  margin-bottom: 5px;
}

.em-booking-form-details input.input {
  height: 30px;
}

.events-table {
  width: 100%;
}

.dbem_country,
.em-ticket-select {
  height: 35px;
}

.em-booking-form-details {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  width: 100%;
}

.em-booking-buttons {
  grid-column-start: 1;
  grid-column-end: 3;
  margin: 0 auto;
}

#gform_wrapper_5 {
  /* Remove this once issue is resolved */
  display: block !important;
}

.em-booking-form span.input-group {
  margin-left: 0;
}

.em-booking-buttons {
  margin-top: 20px;
}

.em-booking-form-details p {
  margin-right: 40px;
}

.em-booking-form-details input.input,
.em-booking-form-details textarea {
  width: 100% !important;
}

.em-booking-form span.input-group input {
  margin-left: 0;
}

.input-user_email,
.input-dbem_address,
.input-dbem_zip,
.input-field-newsletter_opt_in {
  grid-column-start: 1;
  grid-column-end: 3;
}

.css-events-list table.events-table td {
  padding: 15px 10px;
}

#gform_wrapper_2 {
  display: block !important;
}

/* Moved from chd.css */

hr {
  width: 100%;
  height: 1px;
  background: lightgray;
  margin: 40px 0 40px;
  border: 0;
}

.menu li[class^="social-icon-"],
.menu li[class^="search-icon-"],
.mobile-nav li[class^="social-icon-"],
.mobile-nav li[class^="search-icon-"] {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: inline-block !important;
  width: 19px;
  height: 19px;
  position: relative !important;
  top: 4px;
  margin-right: 10px !important;
}

.menu li[class^="social-icon-"] a,
.menu li[class^="search-icon-"] a,
.mobile-nav li[class^="social-icon-"] a,
.mobile-nav li[class^="search-icon-"] a {
  text-indent: -9999px;
  display: block;
}

/* .menu .social-icon-bitchute,
.mobile-nav .social-icon-bitchute {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/bit-chute-circle-chd-blue.svg") !important;
} */

.menu .social-icon-facebook,
.mobile-nav .social-icon-facebook {
  background-image: url("/wp-content/themes/chd_chapter/images/socialables-fb-white.svg") !important;
  top: 2px;
}

.menu .social-icon-gab,
.mobile-nav .social-icon-gab {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/gab-circle-white.svg") !important;
}

.menu .social-icon-gettr,
.mobile-nav .social-icon-gettr {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/gettr-circle-white.svg") !important;
}

.menu .social-icon-instagram,
.mobile-nav .social-icon-instagram {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/instagram-white.svg") !important;
}

.menu .social-icon-mewe,
.mobile-nav .social-icon-mewe {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/mewe-circle-white.svg") !important;
}

.menu .social-icon-parler,
.mobile-nav .social-icon-parler {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/parler-2022-circle-white.svg") !important;
}

.menu .social-icon-reddit,
.mobile-nav .social-icon-reddit {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/reddit-circle-white.svg") !important;
}

.menu .social-icon-rumble,
.mobile-nav .social-icon-rumble {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/rumble-circle-chd-white.svg") !important;
}

/* .menu .social-icon-sovren,
.mobile-nav .social-icon-sovren {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/sovren-circle-blue.svg") !important;
} */

.menu .social-icon-telegram,
.mobile-nav .social-icon-telegram {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/telegram-circle-white.svg") !important;
}

.menu .social-icon-tiktok,
.mobile-nav .social-icon-tiktok {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/tiktok-circle-chd-white.svg") !important;
}

/* .menu .social-icon-truth,
.mobile-nav .social-icon-truth {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/truth-circle-blue.svg") !important;
} */

.menu .social-icon-twitter,
.mobile-nav .social-icon-twitter {
  background-image: url("/wp-content/themes/chd_chapter/images/socialables-twitter-white.svg") !important;
}

.menu .social-icon-linkedin,
.mobile-nav .social-icon-linkedin {
  background-image: url("/wp-content/themes/chd_chapter/images/socialables-linkedin-white.svg") !important;
}

.menu .social-icon-substack,
.mobile-nav .social-icon-substack {
  background-image: url("/wp-content/themes/chd_chapter/images/socialables-substack-white.svg") !important;
  background-size: 1em !important;
}

.menu .social-icon-youtube,
.mobile-nav .social-icon-youtube {
  background-image: url("/wp-content/themes/chd_chapter/images/socialables-youtube-play-white.svg") !important;
}

.menu .search-icon-spyglass,
.mobile-nav .search-icon-spyglass {
  background-image: url("/wp-content/themes/chd_chapter/images/search-icon.svg") !important;
}


/* overridden here so we don't have to update all the templates */
.clay-bg {
  background-color: #fff !important;
}

#wpadminbar a {
  color: #fff !important;
}

.section-divider {
  width: 100%;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
  background-color: #ffffff;
  color: #000000 !important;
  font-family: "Merriweather", serif;
  font-size: 270%;
  margin: 0;
  border-bottom: 1px solid var(--gray);
}

#top-nav ul.menu {
  padding: 5px 0;
}

#top-nav ul.menu .menu-item a {
  color: #3aa2d2;
  display: inline-block;
}
#top-nav ul.menu a.root-menu {
  color: #fff !important;
}

header {
  border-bottom: 1px solid #ccc;
}

#top-nav {
  display: block;
  width: 100%;
  z-index: 999;
  text-align: center;
}
/* #top-nav a {
  font-size: 85%;
} */

/* First Level */
#top-nav > ul {
  margin: 0 auto !important;
}
#top-nav ul li {
  background: #038bb3;
  position: relative;
  text-transform: uppercase;
  list-style: none;
  z-index: 9999;
  text-align: left;
  margin-left: 1.5%;
  margin-right: 1.5%;
  transition-duration: 0.3s;
}
#top-nav ul li a {
  display: block;
  color: #fff !important;
  padding: 5px 15px;
}

/* Second Level */
#top-nav ul li ul.sub-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s, opacity 1s linear;
}
#top-nav ul li ul.sub-menu li:hover {
  cursor: pointer;
  background-color: #36acdb;
}
#top-nav ul li ul.sub-menu li {
  border-bottom: 1px solid #309fcb;
  margin: 0;
}
#top-nav ul li ul.sub-menu li:last-child {
  border: none;
}

#top-nav ul li ul.sub-menu a {
  text-transform: none !important;
}
#top-nav ul li ul.sub-menu li a {
  color: #fff !important;
  width: 160px;
}
#top-nav ul li:hover > ul {
  display: block;
  position: absolute;
  top: 32px;
  visibility: visible;
  opacity: 1;
  padding-left: 0;
}
#top-nav ul li.menu-item-type-custom {
  z-index: 222;
 }
 #top-nav ul li:not(:hover) {
   z-index: 111;
 }

/* Third Level */
#top-nav ul li ul.sub-menu li ul.sub-menu li {
  position: relative;
  left: 190px;
  top: 0px;
  background-color: #36acdb;
}
#top-nav ul li ul.sub-menu li ul.sub-menu {
  top: 0px !important;
  left: 0px !important;
}
#top-nav ul li ul.sub-menu li ul.sub-menu li a {
  color: #ddd;
}

/* ----- Header Menu (green) ----- */
#header-menu {
  display: block;
  width: 100%;
}
#header-menu li {
  border: 1px solid #87c33e;
  color: #87c33e;
  font-size: 90%;
  font-weight: 600;
  display: inline-block;
  margin: 0px 0.5%;
  padding: 6px;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
  z-index: 9;
}
#header-menu li:hover {
  cursor: pointer;
}
#header-menu .menu-item a {
  color: #87c33e;
  font-weight: 600 !important;
  text-transform: uppercase;
  font-family: Open-sans, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
#header-menu .menu-item .sub-menu {
  color: #fff;
  margin: 7px 0px 0px -2px;
  width: 150px;
  z-index: 999;
}
#header-menu .menu-item .sub-menu a {
  text-transform: none;
  color: #fff;
}
#header-menu .menu-item .sub-menu li {
  display: block;
  background-color: #87c33e !important;
}
#header-menu .menu-item .sub-menu li:hover {
  background-color: #a6de63 !important;
}
#header-menu .menu-item .sub-menu li a {
  color: #fff !important;
}
#header-menu ul.menu {
  float: left;
  list-style: none;
  margin: 0;
  text-align: left;
  width: 100%;
  background-color: #fff;
}
#header-menu ul li ul {
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.3s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
  background-color: #fff;
}
#header-menu ul li:hover > ul,
#header-menu ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  padding-left: 0;
}
#header-menu ul li ul li {
  clear: both;
  width: 100%;
  background-color: #fff;
}

article blockquote {
  display: block;
  margin: 0 0 1em 0;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 0.5em 1em 0 1em;
}

article .featured img {
  border: 1px solid #717070;
  margin-bottom: 1.5em;
}

article img {
  border: 1px solid #cccccc;
}

article img .no-border {
  border: 1px solid #f3f2f2;
}
article img.alignleft {
  margin: 0.1em 0.3em 0 0.3em 0;
  float: left;
}
article .woocommerce-product-gallery__image img {
  border: none;
}
article .date {
  text-transform: uppercase;
  font-size: 100%;
  letter-spacing: 0.1em;
}

article .alignleft {
  float: left;
  margin: 0.2em 1em 0.2em 0;
}
article .alignright {
  float: right;
  margin: 0.2em 0 0.2em 1em;
}
article .alignnone {
  float: none;
}

article p {
  margin-bottom: 1em;
  margin-top: 0;
}

article section figure {
  display: block;
  height: auto;
  width: 35%;
  float: left;
}
article section figure img {
  border: 1px solid #717070;
}
article section figcaption {
  display: block;
  height: auto;
  float: right;
  width: 61%;
}
article section figcaption h2 {
  margin-bottom: 0.5em;
}
article section figcaption p {
  line-height: 130%;
}

aside {
  position: relative;
}
aside h2 {
  color: #8dc34b;
}
aside h3 {
  color: #008bb3;
  font-size: 1.4rem;
}
aside img {
  border: 1px solid #cccccc;
}
aside .liner {
  display: block;
  clear: both;
  position: relative;
  padding-left: 1.6em;
}
aside li {
  display: block;
  float: left;
  clear: both;
  padding-left: 0;
}
aside .menu-item a {
  padding: 0;
}
aside .menu-item a:link {
  padding: 0;
}
aside .menu li.menu-item a {
  padding: 0;
}
aside ul.menu li.menu-item:last-of-type {
  padding-bottom: 12px !important;
}
aside .title {
  display: block;
  font-style: italic;
}
aside ul {
  list-style-type: none;
}

footer {
  text-align: center;
  line-height: 130%;
}

.feature {
  position: relative;
}

article a {
  color: #038bb3;
}
article a:link {
  color: #038bb3;
}
article a:hover {
  color: #038bb3;
  text-decoration: underline;
}
article a:visited {
  color: #038bb3;
}

aside a {
  color: #038bb3;
}
aside a:link {
  color: #038bb3;
}
aside a:hover {
  color: #038bb3;
}
aside a:visited {
  color: #038bb3;
}
aside .menu {
  padding: 0;
}
aside .menu li {
  padding: 0 !important;
  margin-bottom: 10px;
  text-align: left;
}
footer a {
  color: #008bb3;
}
footer a:link {
  color: #008bb3;
}
footer a:hover {
  color: #008bb3;
}
footer a:visited {
  color: #008bb3;
}
footer span.footer-cat a {
  color: #008bb3;
}
footer span.footer-cat a:link {
  color: #008bb3;
}
footer span.footer-cat a:hover {
  color: #008bb3;
}
footer span.footer-cat a:visited {
  color: #008bb3;
}

#searchform input#s {
  border: 1px solid #888;
  color: #000 !important;
  background-color: #fff;
}

/* #1 ===== == = === 20em (320px) === = == === */

@media only screen and (min-width: 20em) {
  .call-outs-header .cell.video {
    min-height: 185px;
  }
  .link-holder img {
    width: 272px;
    height: 153px;
    margin-top: -5px;
  }
} /* end */

/* #4 ===== == = === 37.5em (600px) === = == == */

@media only screen and (min-width: 37.5em) {
  .call-outs-header .cell.video {
    min-height: 325px;
  }
  .call-outs-header .cell.video img {
    width: 99%;
    height: 99%;
    margin-top: -27px;
  }
} /* end */

/* #5 ===== == = === 48em (768px) === = == ==== */

@media only screen and (min-width: 48em) {
  .call-outs-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    align-items: center;
  }
  .call-outs-header .cell.logo {
    max-height: 130px;
  }
  .call-outs-header .cell.video {
    min-height: 140px;
    padding-right: 7px;
  }
  .call-outs-header .cell.video img {
    margin-top: 0;
  }
  #header-menu {
    min-width: 470px;
  }
} /* end */

/* #6 ===== == = === 56.25em (900px) === = == = */

@media only screen and (min-width: 56.25em) {
  .call-outs-header {
    max-height: 170px;
  }
  .call-outs-header .cell.logo {
    max-height: 170px;
  }
  .call-outs-header .cell.video {
    min-height: 170px;
    padding-right: 0;
  }
  .call-outs-header .cell.video img {
    margin-top: 0;
  }
  #header-menu {
    min-width: 500px;
  }
} /* end */

/* #7 ===== == = === 68.75em (1100px) === = == = */

@media only screen and (min-width: 68.75em) {
  .call-outs-header {
    max-height: 190px;
  }
  .call-outs-header .cell.logo {
    max-height: 195px;
  }
  .call-outs-header .cell.video {
    min-height: 190px;
  }
  #header-menu {
    min-width: 600px;
  }
} /* end */

/* #8 ===== == = === 83em (1300px) === = ==  */

@media only screen and (min-width: 83em) {
  .call-outs-header {
    max-height: 220px;
  }
  .call-outs-header .cell.logo {
    max-height: 230px;
  }
  .call-outs-header .cell.video {
    min-height: 190px;
  }
  .call-outs-header .cell.video {
    flex-basis: 31.5%;
  }
} /* end */

.dontshowme {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.cookie-notice-container {
  width: auto;
}

.sli-element {
  max-width: 100% !important;
}
.sli-tl-letter-box .sli-tl-letter-msg {
  font-size: 1em !important;
}
.sli-button {
  font-weight: bold;
}

@media (max-width: 414px) {
  .sli-tl-msg-body {
    font-size: 0.7em;
  }
}

.clear {
  clear: both;
  display: block;
  position: relative;
  font-size: 1px;
}

article table {
  border-collapse: collapse;
  border: 1px solid #cccccc;
  margin: 0 0 1em 0;
}
article table td {
  padding: 0.4em;
  border-collapse: collapse;
  border: 1px solid #cccccc;
}
article table th {
  padding: 0.4em;
  border-collapse: collapse;
  border: 1px solid #cccccc;
}

article section.knv-section figure {
  display: block;
  height: auto;
  float: left;
}

article section.knv-section figcaption {
  display: block;
  height: auto;
  float: right;
}

.knv-section .date + h4 {
  margin: auto; 
}

article .miniNav {
  border: 1px solid #ccc;
  margin: 0 0 2% 2%;
  padding: 2% 2% 2% 2%;
  float: right;
  width: 20%;
}
article .miniNav p {
  margin: 0 0 5% 0;
  font-size: 100%;
  line-height: 130%;
}
article nav {
  border: none;
  margin-bottom: 0;
}
article nav a {
  padding-bottom: 0.3em;
  font-size: 1.1rem;
  display: block;
}

article .pullquote {
  color: #008bb3;
  font-weight: bold;
  font-style: italic;
  display: block;
}

article section {
  margin-bottom: 1.8em;
  border-bottom: 1px dotted #717070;
  display: block;
  clear: both;
  position: relative;
  padding-bottom: 1em;
}
article section.abstracts {
  padding: 0.5em 0 0.2em 0;
  margin-bottom: 0;
  border-top: 1px dotted #717070;
  border-bottom: none;
}
article section.abstracts p {
  padding-bottom: 0;
  margin-bottom: 0.5em;
}
article section.post-section {
  margin-bottom: 0;
  border-top: 1px dotted #717070;
  border-bottom: none;
  display: block;
  clear: both;
  position: relative;
  padding-bottom: 0;
}
article .synopsis p {
  line-height: 130%;
  margin-bottom: 1em;
  color: #008bb3;
  font-weight: bold;
}

#header-main {
  display: grid;
  grid-template-columns: 70% 30%;
  align-items: flex-end;
  padding: 12px 0 30px;
}

#header-simple {
  width: 600px;
  max-width: 100%;
  padding: 1.25em;
}

.chw-message {
  display: flex;
  align-items: center;
}

.header-message-container img {
  width: 100%;
}
.header-message-container figure {
  margin: auto;
}
.chw-message img {
  border: 1px solid #ccc;
}
.chw-title {
  margin: auto;
}

#logo-area img {
  max-height: 178px;
  width: auto;
}

/*
Responsive Header Logo Sizing
*/
@media (max-width:1327px) {
  #logo-area img {
    max-height: 148px;
  }
}
@media (max-width: 1099px) {
  #logo-area img {
    max-height: 130px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  #logo-area img {
    max-height: 13vw;
  }
}
@media (min-width:768px) {
	#logo-area .custom-logo-link {
		display: flex;
		justify-content: flex-start;
	}
}
/* fix for the custom footer */
.chapter-custom-footer-menu {
	flex-wrap: wrap;
	justify-content: center;
}
footer .wrapper {
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .chw-message,
  #logo-area {
    width: 90%;
  }
  #header-main #header-menu {
    display: none;
  }
}

@media (max-width: 767px) {
  #header-main {
    grid-template-columns: 100%;
    justify-content: center;
    align-items: center;
  }

  #logo-area {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .header-message-container img {
    width: 70%;
  }

  .chw-message {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1100px) {
  #logo-area {
    width: 90%;
  }
}

/* h4 {
	margin: 0 !important;
}
 */
article li:not(.product) {
  line-height: 1.5 !important;
  margin-bottom: 0px !important;
}

/* add styling for language flags */
#language-menu {
  background: #eee;
}
#languages {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.language {
  display: block;
  margin: auto 0.5rem;
  text-transform: uppercase;
  line-height: 48px;
}
@media (min-width:835px) {
  .lang-code {
    display: none;
  }
}
@media (max-width:834px) {
  .lang-code {
    display: initial;
  }
  .lang-fullname {
    display: none;
  }
}

/** wrapper overrides - nate **/
@media (max-width: 1024px) {
  .wrapper {
    width: auto !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .photo-area {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .photo-area {
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .chw-message img {
    display: block;
    margin: 0 auto;
  }

  .home-grid-item .home-post-title {
    font-size: 1.3em;
  }
}

/** Short code **/
.action-button {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1px;
  width: auto;
  background-color: #008ab3;
  color: #ffffff !important;
  padding: 8px 15px;
  text-transform: uppercase;
  margin: 5px 0;
  transition: 300ms;
}

.action-button:hover {
  text-decoration: none;
}

/** Mobile Menu Fixes **/
@media (max-width: 768px) {
  #menu-main-nav {
    margin-left: 20px;
  }

  .menu-item a {
    padding: 5px 0;
  }

  .menu-item-has-children .sub-menu {
    padding-left: 10px;
    margin-top: 15px;
  }
}

.category-description {
  margin-bottom: 20px;
}

.section-divider a {
  color: var(--blue);
}

/* Add and fix styling new home slider id #11 - 9/30/21 */

/* Donate button for slider id #1 (original option)*/

.home-photo #n2-ss-1 .n2-ss-layer .slider-text > a > span {
  box-shadow: 0 0 3px 3px;
  border-radius: 10px;
  transition: 0.5s;
}
.home-photo #n2-ss-1 .n2-ss-layer .slider-text > a > span:hover {
  color: #47894a;
  box-shadow: 0 0 3px 3px #2e6739;
}

.home-photo #n2-ss-1 .n2-ss-section-main-content > .n2-ss-layer {
  position: static;
  margin: 30% auto 50px !important;
}
@media (max-width: 1199px) {
  .home-photo #n2-ss-1 .n2-ss-section-main-content > .n2-ss-layer {
    position: static;
    margin: 50% auto 50px !important;
  }
}

/* Contact form stretch email/subject to 100% */
#chapter-contact-main #input_1_2 {
  width: 100%;
}

#chapter-contact-main #input_1_3 {
  width: 100%;
}

/* Make videos on news page responsive */
@media (max-width: 500px) {
  article section.knv-section figure {
    width: 100%;
  }
  article section.knv-section figcaption {
    width: 100%;
  }
  article section.knv-section figcaption > span.date {
    width: 100%;
    font-size: 1.2rem !important;
  }
  article section.knv-section figcaption > h4 {
    width: 100%;
    font-size: 1.2rem !important;
  }
}

/* Remove horizontal rule from about-us */
article > hr {
  display: none;
}

/* Fix spacing on home image link titles */
@media (max-width: 768px) {
  .home-posts .home-post-title {
    padding-top: 10px !important;
  }
}

/* Add padding to footer bottom, so social media buttons dont clip footer */
.site-footer {
  padding-bottom: 45px;
}

/* Add padding to search bar */
#searchform input#s {
  padding: 5px;
}

/* Add styling to "News & Updates" submit button */
aside .gform_footer input.gform_button {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Merriweather",sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  color: #fff;
  background: #008bb3;
  border: none;
  padding: 5px 10px;
  width: 100%
}
aside ul.gform_fields li.gfield {
  padding-right: 0!important
}
@media (max-width: 767px) {
  aside ul.gform_fields li.gfield {
    width:100%
  }
}

#chapter-contact-main #gform_submit_button_1 {
  background: #8dc34b;
  border: none;
  color: white;
  cursor: pointer;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  padding: 8px;
  width: 150px;
}

#popmake-127 iframe {
  width: 100% !important;
}

/*
Old Signup Popup
*/
#popmake-243 {
  background-color: #333;
  background-image: url(https://chapter-starter.childrenshealthdefense.org/wp-content/uploads/bobby.jpeg);
  background-position: right center;
  background-size: cover;
  color: #fff;
}

#popmake-243 .popmake-content {
  outline: none;
}

#popmake-243 .popup-right {
  margin-left: 350px;
  padding: 5px;
}

#popmake-243 .popup-logo img {
  width: 100%;
}

#popmake-243 .popup-right > h1 {
  line-height: 1.3em;
  padding-bottom: 0.4em;
  font-size: 17px;
}

#popmake-243 .popup-right > h2 {
  font-size: 16px;
  color: #fff;
  line-height: 1.4em;
}

#popmake-243 .popup-right input,
.popup-right button {
  width: 100%;
  height: 40px;
  margin: 7px 0;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #aaa;
}

#popmake-243 input[type="submit"] {
  background-color: #038bb3;
  border-color: #038bb3;
  color: #fff;
  font-size: 20px;
}

#popmake-243 .popup-right input,
.popup-right button {
  width: 100%;
  height: 40px;
  margin: 7px 0;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #aaa;
}

#popmake-243 .gform_wrapper .gform_footer,
#popmake-243 .gform_wrapper ul.gform_fields li.gfield,
#popmake-243 #gform_wrapper_4 form {
  margin: 0;
  padding: 0;
}

/*
2024 Signup Popup
*/
@media (max-width:768px) {
  html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding-right: 0 !important;
  }
}
.pum-theme-signup-2024 {
  backdrop-filter: blur(4px);
}
.pum-theme-signup-2024 .pum-container {
  background: url("./images/kids-poking-out-from-behind-tree.jpg");
  background-size: cover;
  border-radius: 2px;
  padding: 20px;
}
@media (min-width: 768px) {
  body .pum-theme-signup-2024 .pum-container {
    padding: 40px;
  }
}
.pum-theme-signup-2024 .pum-container p {
  color: #fff;
  font-family: "merriweather", Merriweather, serif;
  font-size: 15px;
  line-height: 23px;
  max-width: 170px;
  margin: 0;
}
@media (min-width: 768px) {
  .pum-theme-signup-2024 .pum-container p {
    max-width: 200px;
  }
}
.pum-theme-signup-2024 .pum-container p:first-of-type {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding-bottom: 2px;
}
@media (min-width: 768px) {
  .pum-theme-signup-2024 .pum-container p:first-of-type {
    font-size: 22px;
    padding-bottom: 10px;
  }
}
.pum-theme-signup-2024 .pum-container p:nth-of-type(2) {
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  line-height: 32px;
  padding-bottom: 2px;
}
@media (min-width: 768px) {
  .pum-theme-signup-2024 .pum-container p:nth-of-type(2) {
    font-size: 32px;
    padding-bottom: 10px;
  }
}
.pum-theme-signup-2024 .pum-container .gform_heading {
  display: none;
}
.pum-theme-signup-2024 .pum-container .gform_wrapper {
  margin: 15px 0 0;
}
@media (min-width: 768px) {
  .pum-theme-signup-2024 .pum-container .gform_wrapper {
    margin: 32px 0 0;
  }
}
.pum-theme-signup-2024 .pum-container .gform_wrapper .validation_message {
  color: #fff;
}
.pum-theme-signup-2024 .pum-container form {
  margin: 0;
  max-width: 340px;
}
@media (min-width: 768px) {
  .pum-theme-signup-2024 .pum-container form {
    max-width: 270px;
  }
}
.pum-theme-signup-2024 .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 10px;
}
@media (max-width: 768px) {
  .pum-theme-signup-2024 .gform_wrapper.gravity-theme .ginput_complex span {
    flex: 1;
    margin-bottom: 0;
  }
  .pum-theme-signup-2024 .gform_wrapper.gravity-theme input {
    line-height: initial !important;
    padding: 6px 15px;
  }
}
.pum-theme-signup-2024 .pum-container form ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pum-theme-signup-2024 .pum-container form li {
  margin: 0;
  padding: 0;
}
.pum-theme-signup-2024 .pum-container form li > div {
  margin: 0;
}
.pum-theme-signup-2024 .pum-container form input {
  border: 0;
  border-radius: 5px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: normal;
  margin: 0;
  padding: 6px 15px;
  transition: .2s;
}
@media (min-width: 768px) {
  .pum-theme-signup-2024 .pum-container form input {
    padding: 11px 15px !important;
  }
}
.pum-theme-signup-2024 .pum-container .ginput_complex {
  display: flex;
  gap: 10px;
}
.pum-theme-signup-2024 .pum-container .ginput_complex span {
  width: 100%;
}
.pum-theme-signup-2024 .pum-container .ginput_container_email input {
  width: 100%;
}
.pum-theme-signup-2024 .pum-container .gform_footer {
  margin: 10px 0 0;
  padding: 0;
}
.pum-theme-signup-2024 .pum-container .gform_footer input {
  background: #0080A3;
  border: 0;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2.1px;
  padding: 5px;
  width: 100%;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 768px) {
  .pum-theme-signup-2024 .pum-container .gform_footer input {
    padding: 11px;
  }
}
.pum-theme-signup-2024 .pum-container .gform_footer input:hover {
  background: #05607C;
}
.pum-theme-signup-2024 .pum-container .gform_confirmation_message {
  color: #fff;
  font-family: "merriweather", Merriweather, serif;
}
.pum-theme-signup-2024 .pum-container .gform_validation_errors {
  background: none;
  padding: 16px 0;
}
.pum-theme-signup-2024 .pum-container .gform_validation_errors > h2.gform_submission_error {
  color: #ffffff;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  position: relative;
  padding-left: 11px;
}
.pum-theme-signup-2024 .pum-container .gform_validation_errors > h2 .gform-icon--circle-error {
  display: flex;
  align-items: flex-start;
  width: 19px;
  margin: 0 0.2em 0 -0.5em;
  height: 19px;
  left: -1.9px;
  top: -1.9px;
  font-size: 19px;
  background: #fff;
  border-radius: 50%;
}
.pum-theme-signup-2024 .pum-container .gform_validation_errors > h2 .gform-icon--circle-error:before {
  color: #790000;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.pum-theme-signup-2024 .pum-container .gfield_error {
  background-color: rgba(255, 223, 224, .25);
  border-bottom: 1px solid #c89797;
  border-top: 1px solid #c89797;
  color: #ffffff;
  max-width: calc(100% - 16px) !important;
}
.pum-theme-signup-2024 .pum-container .gfield_error .gfield_validation_message {
  color: inherit;
  background: none;
  border: none;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: bold;
  font-size: .813em;
}

.chapter-footer-mission {
  margin-top: 20px;
}

.chapter-footer-buttons {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.chapter-footer-buttons .footer-button {
  padding: 5px 10px;
  text-transform: uppercase;
  margin: 0 10px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}

.chapter-footer-buttons .footer-button.subscribe {
  background-color: #fff;
}

.chapter-footer-buttons .footer-button.subscribe a {
  color: #008ab3;
}

.chapter-footer-buttons .footer-button.donate {
  background-color: #008ab3;
}

.chapter-footer-buttons .footer-button a {
  color: #fff;
}

.chapter-footer-buttons .footer-button.member {
  background-color: #87c33e;
}

.chapter-footer-menu {
  display: flex;
  margin: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 15px;
}

.chapter-footer-menu .chapter-footer-menu-item {
  margin: 0 10px;
}

.chapter-footer-text {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.chapter-footer-text p,
.chapter-footer-text a {
  margin: 0;
  padding: 0;
}

.chapter-custom-footer-menu {
  padding: 10px;
  display: flex;
}

.chapter-custom-footer-menu a {
  margin: 0 10px;
  text-transform: capitalize;
  padding: 0;
}

.chapter-custom-footer-menu .menu-item:last-child {
  margin-right: 0;
}

.chapter-custom-footer-menu li::marker {
  margin: 0;
  padding: 0;
  content: "•";
}

.chapter-custom-footer-menu li:first-child::marker {
  content: "";
}

.chapter-footer-logo {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

.chapter-footer-logo img {
  width: 400px;
}

.chapter-footer-mission .bold {
  font-weight: 700;
}

.chapter-footer-mission p {
  padding: 0 20%;
}

.chapter-footer-social-media {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.chapter-social-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 20px;
  justify-self: end;
  list-style-type: none;
}

.chapter-social-icons .menu-item {
  margin: 0;
}

.chapter-social-icons a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  /* margin: 0 0 0 -20px; */
}

.chapter-social-icons .menu-item:last-child {
  margin-right: 0;
}

.chapter-social-icons .header-icon {
  height: 35px;
  width: 35px;
}

.chapter-social-icons .header-icon-bitchute {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/bit-chute-circle-chd-blue.svg");
}

.chapter-social-icons .header-icon-facebook {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/facebook-circle-chd-blue.svg");
}

.chapter-social-icons .header-icon-gab {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/gab-circle-chd-blue.svg");
}

.chapter-social-icons .header-icon-gettr {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/gettr-circle-chd-blue.svg");
}

.chapter-social-icons .header-icon-instagram {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/instagram-circle-chd-blue.svg");
}

.chapter-social-icons .header-icon-mewe {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/mewe-circle-chd-blue.svg");
}

.chapter-social-icons .header-icon-parler {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/parler-2022-circle-chd-blue.svg");
}

.chapter-social-icons .header-icon-reddit {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/reddit-circle-blue.svg");
}

.chapter-social-icons .header-icon-rumble {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/rumble-circle-chd-blue.svg");
}

.chapter-social-icons .header-icon-sovren {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/sovren-circle-blue.svg");
}

.chapter-social-icons .header-icon-telegram {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/telegram-circle-chd-blue.svg");
}

.chapter-social-icons .header-icon-tiktok {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/tiktok-circle-chd-blue.svg");
}

.chapter-social-icons .header-icon-truth {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/truth-circle-blue.svg");
}

.chapter-social-icons .header-icon-twitter {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/twitter-circle-chd-blue.svg");
}

.chapter-social-icons .header-icon-youtube {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/youtube-circle-chd-blue.svg");
}

.chapter-social-icons .header-icon-linkedin {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/linkedin-circle-chd-blue.svg");
}

.chapter-social-icons .header-icon-substack {
  background-image: url("/wp-content/themes/chd_chapter/images/defender-icons/substack-circle-chd-blue.svg");
}

.chapter-copyright {
  margin: 5px 0;
  padding-bottom: 40px;
}

.team h4 {
  margin-top: 0 !important;
}

/* Journals and Authors */
.journal h1 {
  margin: 0.5em auto;
}
.journal #excerpt {
 font-size: 1rem;
 font-style: italic;
}
.journal #byline {
 font-size: 1rem;
 font-style: normal;
}
.journal #byline a {
 font-weight: bold;
}
#author-image-wrap {
  float: left;
  padding: 0.5em 1em 0em 0;
}
#author-image-wrap {
  float: left;
  padding: 0.5em 1em 0em 0;
}
#author-description-wrap {
  margin-bottom: 2em;
}
.author-post {
  margin: 1em auto;
}
.author-post h4 {
 margin: auto; 
}
#post-author-blurb {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
#post-author-thumbnail {
  padding: 0 1em 0 0;
  width: 15%;
  min-width: 80px;
}
#post-author-name {
  font-family: "Merriweather";
  font-size: 1.25em;
  margin: auto;
}
#post-author-short-bio {
 font-size: 1em;
}

/* Plugin: Events Manager */
.em.em-list .em-item .em-item-image, .em.em-list .em-item-single .em-item-image {
  display: inline-block;
}
.em-item.em-event-single .em-item-image {
  display: none
}
article section {
  border-bottom: 0px dotted #717070;
}
article section {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
.em-item.em-item-single>section {
  margin: 0;
}
.em-item.em-item-single .em-item-header {
  margin-bottom: 2px;
}

/*
eBook Promo Shared Styles
*/
.chapter-home-ebook-section .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
	justify-content: space-between;
	padding: 1em 0;
}
.ebook-img-wrap,
.ebook-blurb-wrap {
  box-sizing: border-box;
}
.ebook-img-wrap {
	position: relative;
}

/*
eBook Promo 0 Styles
*/
#ebook-promo-0 {
  background-image: url('/wp-content/themes/chd_chapter/images/ebooks/ebook-0-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#ebook-promo-0 .ebook-img-wrap {
	width: 40%;
  height: 100%;
  align-self: flex-end;
  position: relative;
}
#ebook-promo-0 .ebook-img-wrap img {
	max-width: 17.5vw;
  width: 134px;
  position: absolute;
  padding: 1em;
  transform: rotate(-9.3deg);
  bottom: 0;
  left: calc(100% / 3);
}
#ebook-promo-0 .ebook-blurb-wrap {
  text-align: left;
  width: 52%;
	padding: 2em;
	justify-self: flex-end;
}
#ebook-promo-0 .ebook-title {
	font-size: 40px;
	margin: auto;
}
#ebook-promo-0 .ebook-blurb {
	font-size: 20px;
}
#ebook-promo-0 .ebook-button {
  display: inline-block;
  line-height: 26px;
  padding: 1em 4em;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background: rgb(0, 128, 163);
  color: #ffffff;
}
@media (max-width:1024px) {
	#ebook-promo-0 {
		padding: 1em 0;
	}
	#ebook-promo-0 .ebook-img-wrap {
		width: 40%;
	}
	#ebook-promo-0 .ebook-img-wrap img {
		bottom: -2.5em;
		left: 0;
		width: 110px;
	}
	#ebook-promo-0 .ebook-blurb-wrap {
		text-align: center;
		width: 60%;
		padding: 0;
	} 
  #ebook-promo-0 .ebook-title {
		font-size: 20px;
		font-weight: normal;
		white-space: pre-wrap;
  }
  .home-ebooks .ebook-blurb {
    display: none !important;
  }
  #ebook-promo-0 .ebook-button {
    width: auto;
    margin: 0.5em auto;
    padding: 0.75em 1.5em;
    letter-spacing: 1px
  }
}
@media (min-width:641px) and (max-width:1200px) {
  #ebook-promo-0 .ebook-img-wrap img {
    width: 30%;
    left: 10%;
    top: 0;
    position: relative;
    bottom: 0;
  }
}
@media (min-width: 2150px) {
  #ebook-promo-0 .container {
    padding: 6.5vw 0;
  }
  #ebook-promo-0 .ebook-img-wrap img {
    left: calc(33% - 12vw);
		bottom: -6vw;
		width: calc(134px + 4vw);
  }
}

/*
eBook Promo 1 Styles
*/
#ebook-promo-1 {
  background-image: url('/wp-content/themes/chd_chapter/images/ebooks/featured-ebook-banner-9.jpg');
  background-repeat: no-repeat;
  background-color: #F5F3F3;
  background-position: 36% 0;
  background-size: cover;
  display: grid;
  grid-template-columns: 40% 60%;
  height: 212px;
  text-align: center; 
}
@media (min-width: 834px) {
  #ebook-promo-1 {
    height: 470px;
    text-align: left; 
  } 
}

#ebook-promo-1 .container {
  align-content: center;
  display: grid;
  grid-column: 2;
  justify-items: center;
  justify-self: center;
  max-width: 300px;
  padding: 0 10px; 
}
@media (min-width: 834px) {
  #ebook-promo-1 .container {
    justify-items: flex-start;
    max-width: 563px;
    padding: 0 25px 0 100px; 
  } 
}

#ebook-promo-1 .ebook-img-wrap {
  display: none;
}

#ebook-promo-1 .ebook-pre_title {
  background: linear-gradient(360deg, #D0E7B3 55%, transparent 55%);
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  justify-items: center;
  letter-spacing: 1.8px;
  line-height: 30px;
  margin: 0;
  padding: 0 15px;
  text-transform: uppercase;
  width: auto; 
}
@media (min-width: 834px) {
  #ebook-promo-1 .ebook-pre_title {
    font-size: 20px; 
  } 
}
@media (min-width: 1200px) {
  #ebook-promo-1 .ebook-pre_title {
    font-size: 24px;
    line-height: 38px; 
  } 
}
#ebook-promo-1 .ebook-title {
  color: #0080A3;
	font-family: open-sans, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	margin: auto;
	white-space: pre-wrap;
}
@media (min-width: 1200px) {
  #ebook-promo-1 .ebook-title {
    font-size: 28px;
    line-height: 35px; 
  } 
}
@media (min-width: 1200px) {
  #ebook-promo-1 .ebook-title {
    font-size: 42px;
    line-height: 51px; 
  } 
}

#ebook-promo-1 .ebook-sub_title {
  font-family: "open-sans", "Open Sans", sans-serif;
  font-size: 16px; 
  font-style: italic;
  font-weight: normal; 
  margin: 0 0 15px;
  line-height: 100%;
}
@media screen and (min-width: 360px) {
  #ebook-promo-1 .ebook-sub_title {
    font-size: calc(16px + 6 * ((100vw - 360px) / 640)); 
  } 
}
@media screen and (min-width: 1000px) {
  #ebook-promo-1 .ebook-sub_title {
    font-size: 22px; 
  } 
}

#ebook-promo-1 .ebook-blurb {
  display: none; 
}
@media (min-width: 834px) {
  #ebook-promo-1 .ebook-blurb {
    display: block;
    line-height: normal;
    margin-bottom: 20px; 
  } 
}
@media (min-width: 1200px) {
  #ebook-promo-1 .ebook-blurb {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px; 
  } 
}
#ebook-promo-1 .ebook-blurb p:not(:first-of-type) {
  display: none; 
}

#ebook-promo-1 .ebook-button {
  background-color: #B0DDF3;
  border-radius: 50px;
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: .2s; 
}
@media (min-width: 834px) {
  #ebook-promo-1 .ebook-button {
    font-size: 26px;
    letter-spacing: 2.6px;
    padding: 30px 80px; 
  } 
}
#ebook-promo-1 .ebook-button:hover {
  background-color: #0080A3;
  color: #fff; 
}


/*
eBook Listing Page Styles
*/
#chapter-ebook-list-main {
  padding-top: 0em !important;
	padding-bottom: 0em !important;
}
#chapter-ebook-list-main .container {
	width: 1024px;
	max-width: 100%;
	padding: 3em;
	box-sizing: border-box;
	margin: auto;
}
#featured-ebook {
  background-size: cover;
  background-position: 36% 0;
  background-repeat: no-repeat;
}
#featured-ebook .container {
	width: 100%;
  display: grid;
  height: 212px;
  grid-template-columns: 40% 60%;
  justify-items: center;
  align-content: center;
	padding: 0;
}
@media (min-width: 834px) {
  #featured-ebook .container {
    height: 470px;
  }
}
#ebook-list-intro {
	text-align: center;
}
#featured-ebook-content {
  display: grid;
  grid-column: 2;
  max-width: 300px;
  padding: 0 10px;
  justify-items: center;
  justify-self: center;
}
@media (min-width: 834px) {
  #featured-ebook-content {
    max-width: 563px;
    justify-items: flex-start;
    padding: 0 25px 0 100px;
  }
}
#featured-ebook-content h2 {
	font-family: open-sans, sans-serif;
	color: #000000;
	font-size: 24px;
	line-height: 45px;
	letter-spacing: 2px;
	margin: auto;
	text-transform: uppercase;
}

#featured-ebook-pre-title {
  background: linear-gradient(360deg, #D0E7B3 55%, transparent 55%);
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  justify-items: center;
  letter-spacing: 1.8px;
  line-height: 30px;
  margin: 0;
  padding: 0 15px;
  text-transform: uppercase;
  width: auto; 
}
@media (min-width: 834px) {
  #featured-ebook-pre-title {
    font-size: 20px; 
  } 
}
@media (min-width: 1200px) {
  #featured-ebook-pre-title {
    font-size: 24px;
    line-height: 38px; 
  } 
}

#featured-ebook-title {
	font-family: open-sans, sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 35px;
	margin: 0;
	white-space: pre-wrap;
}
@media (min-width: 1200px) {
  #featured-ebook-title {
    font-size: 42px;
    line-height: 51px; 
  } 
}

#featured-ebook-title {
  color: #0080A3;
}

#featured-ebook-sub-title {
  font-family: "open-sans", "Open Sans", sans-serif;
  font-size: 16px; 
  font-style: italic;
  font-weight: normal; 
  margin: 0 0 15px;
  line-height: 100%;
}
@media screen and (min-width: 360px) {
  #featured-ebook-sub-title {
    font-size: calc(16px + 6 * ((100vw - 360px) / 640)); 
  } 
}
@media screen and (min-width: 1000px) {
  #featured-ebook-sub-title {
    font-size: 22px; 
  } 
}

#featured-ebook-blurb {
  display: none; 
}
@media (min-width: 834px) {
  #featured-ebook-blurb {
    display: block;
    line-height: normal;
    margin-bottom: 20px; 
  } 
}
@media (min-width: 1025px) {
  #featured-ebook-blurb {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px; 
  } 
}
#featured-ebook-blurb p {
  margin: auto;
}
#featured-ebook-blurb p:not(:first-of-type) {
  display: none; 
}

#featured-ebook-button {
  background-color: #B0DDF3;
  border-radius: 50px;
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: .2s; 
}
@media (min-width: 1025px) {
  #featured-ebook-button {
    font-size: 26px;
    letter-spacing: 2.6px;
    padding: 30px 80px;
    line-height: 19px;
  } 
}
#featured-ebook-button:hover {
  background-color: #0080A3;
  color: #fff; 
}

#ebook-list-intro .container {
  max-width: 860px;
  padding: 30px 15px 0;
}
#ebook-list-intro h2 {
	color: #008bb3;
	font-weight: normal;
	font-size: 30px;
	line-height: 28px;
}
#ebook-list-intro p {
	font-size: 20px;
	line-height: 28px;
}
#ebook-list {
  padding-bottom: 3em;
}
#ebook-list .container {
	width: 1024px;
	padding: 0;
	display: flex;
}
.chd-ebooks__swiper {
  margin-left: 15px;
  margin-top: 40px;
  position: relative;
}
#ebook-list .swiper-wrapper {
  display: flex;
  padding: 0;
  align-items: flex-start;
  justify-content: space-between;
}
#ebook-list .chd-ebooks__navigation-image {
	position: relative;
}
#ebook-list .swiper-button-prev, 
#ebook-list .swiper-button-next {
  background: rgba(255,255,255,.7);
  height: 232px;
  top: 45px;
}
#ebook-list .swiper-button-prev:after, 
#ebook-list .swiper-button-next:after {
  color: #101010;
  font-size: 16px;
  font-weight: bold;
}
#ebook-list .swiper-button-next {
  right: 0;
}  
#ebook-list .swiper-button-prev {
  left: 0;
}
#ebook-list .swiper-button-disabled {
  display: none;
}
#ebook-list .swiper-slide {
  overflow-y: hidden;
}
#ebook-list .ebook {
  transition: 0.4s ease-in-out;
  text-align: center;
  box-sizing: border-box;
}
#ebook-list .ebook img {
  padding: 0.75em;
  max-width: 100%;
  box-sizing: border-box;
}
#ebook-list .ebook h3:before {
  content: " ";
  display: block;
  background: #ccc;
  border-radius: 50%;
  width: 75%;
  margin: 2.25em auto;
  height: 5px;
  box-shadow: 0 0 0.75em 0.75em #ccc;
}
#ebook-list .ebook h3 {
  font-size: 16px;
  color: #000000;
  transition: inherit;
  font-weight: normal;
}
#ebook-list .ebook h3 ~ p {
  color: #008bb3;
  font-size: 14px;
  transition: inherit;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 2px;
  font-weight: bold;
}
#ebook-list .ebook:hover h3 {
  color: #008bb3;
}
#ebook-list .ebook:hover p {
  color: #000000;
}
#ebook-bottom-banner {
	background-color: #f8f5f1;
  background-size: auto 100%;
  background-position: 50% center;
  background-repeat: no-repeat;
}
#ebook-bottom-banner a {
	display: block;
}
#ebook-bottom-banner .container {
	width: 1024px;
	padding: 3em 0em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#ebook-bottom-banner-content {
	width: 43%;
}
#ebook-bottom-banner h2 {
  font-weight: bold;
  color: #008bb3;
  font-style: italic;
  font-size: 40px;
	line-height: 41px;
	margin: auto;
}
#ebook-bottom-banner p {
  font-size: 24px;
	line-height: 28px;
  color: #000000;
}
#ebook-bottom-banner #ebook-bottom-banner-button {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #008bb3;
  letter-spacing: 2px;
  line-height: 26px;
}
#ebook-bottom-banner-button:after {
  content: " \f344";
  font-family: "dashicons";
  vertical-align: top;
	font-weight: normal;
}

@media (max-width: 1024px) {
  #featured-ebook {
    height: auto;
    text-align: center;
  }
  #featured-ebook-content {
    max-width: 300px;
  }
  #featured-ebook h2 {
    font-size: 14px;
    line-height: 30px;
  }
  #featured-ebook-title {
    font-size: 20px;
    line-height: 25px;
  }
  #featured-ebook-blurb {
    display: none;
  }
	#ebook-list-intro .container {
		padding: 2em 1em 0;
	}
	#ebook-list-intro h2 {
		font-size: 24px;
		line-height: 28px;
    margin: auto;
	} 
	#ebook-list-intro p {
		font-size: 16px;
		line-height: 22px;
	}
	#ebook-list .ebook {
		padding: 0em 0.75em;
		width: 240px;
	}
	#ebook-bottom-banner {
		background-size: cover;
		background-position: 48% center;
	}
	#ebook-bottom-banner .container {
		padding: 3em 1.5em;
	}
	#ebook-bottom-banner-content {
		min-width: 209px;
		padding: 0;
	}
	#ebook-bottom-banner h2 {
		font-size: 28px;
	}
	#ebook-bottom-banner p {
		font-size: 16px;
		line-height: 20px;
	}
}

@media(min-width: 1025px) {
  #ebook-list-intro .container {
    padding-top: 5rem;
  }
  #ebook-list .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
		column-gap: 1.5em;
    margin: auto;
    max-width: 1024px;
  }
	.ebook-list-es #ebook-list .swiper-wrapper {
		min-height: unset;
		justify-content: center;
		column-gap: 1.5em;
	}
  #ebook-list .swiper-button-prev, 
  #ebook-list .swiper-button-next {
    display: none;
  }
	#ebook-list .ebook {
  	width: calc(25% - 1.5em);
  	margin: 0.75em 0;
	}
	.ebook-list-es #ebook-list .ebook {
		width: calc(33% - 3em);
	}
	#ebook-bottom-banner a {
  	padding: 1.5em 0;
	}
}

/*
eBook Signup Page Styles
*/
main [class*='ebook'] {
  box-sizing: border-box;
}
#all-ebooks-link {
  width: 980px;
	max-width: 100%;
  margin: auto;
  display: block;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
.ebook-signup .container {
  padding: 3em;
	width: 980px;
	box-sizing: border-box;
	max-width: 100%;
}
.ebook-intro .container {
	padding-top: 1.5em;
  width: 100%;
}
.ebook-cover {
  width: 300px;
  max-width: 100%;
  display: block;
  padding: 0 1em;
}
.ebook-cover img {
  width: 100%;
}
.lang-link {
  line-height: 33px;
  display: block;
  text-align: center;
	font-weight: bold;
}
.lang-link:before {
  content: "\f12a";
  font-family: 'dashicons';
  font-size: 1.5em;
  vertical-align: top;
  color: #ffffff;
  background: #008bb3;
  border-radius: 50%;
  margin-right: 0.33em;
}
.ebook-signup h1 {
  font-size: 28px;
  margin: 0em 0em 5px;
  color: #000;
  line-height: 38px;
	font-weight: normal;
}
.ebook-subhead {
  font-family: "Merriweather";
	display: block;
  font-size: 20px;
  margin: 5px 0;
  line-height: 25px;
}
.ebook-intro hr {
  width: 100px;
  margin: 10px 0;
	background: rgb(176,221,243);
}
.ebook-blurb p {
  line-height: 22px;
}
.ebook-intro .read-more-link {
  font-weight: bold;
}
.ebook-forms {
  background: linear-gradient(90deg, rgba(176, 221, 243, 0.7) 19.3%, rgba(198, 226, 164, 0.7) 79.53%);
}
.ebook-forms .container {
	padding: 3em 0em;
	width: 910px;
}
.ebook-forms h2 {
  color: rgb(55,58,60);
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  margin: auto;
}
.ebook-forms #ebook-signup-form .gform_wrapper .gform_fields,
.ebook-forms #ebook-share-form .gform_wrapper .gform_fields {
  grid-column-gap: 0.5em;
}
.ebook-forms input {
  border-radius: 100px;
  border: 1px solid rgb(176,221,243);
	font-size: 14px;
}
.ebook-forms .gform_wrapper .gform_fields input[type='text'],
.ebook-forms .gform_wrapper .gform_fields input[type='email'] {
  padding: 1.5em;
}
.ebook-forms input[type="submit"] {
  padding: 1.5em 3em;
  background: #2c2e30;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
	border: 2px solid #2c2e30;
	line-height: initial;
	letter-spacing: 2px;
}
#ebook-signup-form .gform_wrapper .gform_fields {
  position: relative;
  margin: 1.5em auto auto;
}
#ebook-signup-form .gfield--type-submit {
  position: absolute;
  right: 0;
  top: 1px;
}
.ebook-forms .gform_wrapper .gform_footer {
  display: none !important;
}
.ebook-share-option {
  text-align: center;
}
.ebook-share-option input {
  position: absolute;
  left: -99999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -9999;
}
.ebook-share-option label {
  width: auto;
  display: block;
  margin: 2em auto;
  padding-bottom: 2em;
  background: transparent;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #008bb3;
  font-weight: 600;
  position: relative;
  transition: 0.4s ease-in-out;
}
#ebook-signup-form .ebook-share-option input:checked + label {
  display: block;
  margin-bottom: 1.5em;
}
.ebook-share-option input:not(:checked) + label {
  margin-bottom: 0;
}
.ebook-share-option label:after {
  content: "\f347";
  font-family: 'dashicons';
  font-size: 1.5em;
  font-weight: normal;
  display: block;
  position: absolute;
  width: 100%;
  margin: 0.5em auto;
  text-align: center;
  transform-origin: center;
  transition: 0.4s ease-in-out;
}
.ebook-share-option input:checked + label:after {
  transform: rotateX(180deg);
}
.ebook-share-button {
  width: auto;
  display: block;
  margin: 2em auto;
	padding-bottom: 2em;
  background: transparent;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #008bb3;
  font-weight: 700;
  position: relative;
	transition: 0.4s ease-in-out;
	display: none;
}
#ebook-share-button[aria-expanded="false"] {
  margin-bottom: 0;
}
.ebook-share-button:after {
  content:"\f347";
	font-family: 'dashicons';
	font-size: 1.5em;
	font-weight: normal;
  display: block;
	position: absolute;
	width: 100%;
  margin: 0.5em auto;
  text-align: center;
  transform-origin: center;
  transition: 0.4s ease-in-out;
}
.ebook-share-button[aria-expanded="true"]:after {
  transform:rotateX(180deg);
}
.ebook-share-form {
	overflow: hidden;
	transition: 0.2s ease-in-out;
}
#ebook-share-form .gform_wrapper .gform_fields {
  position: relative;
}
.ebook-forms .gform_wrapper .gform_fields textarea {
  padding: 1.5em;
  border-radius: 27px;
	border-bottom-right-radius: 2.5em;
	border-color: #b0ddf3;
	font-size: 14px;
	font-family: Arial, sans-serif;
	resize: none;
}
.ebook-forms .gform_wrapper input::placeholder,
.ebook-forms .gform_wrapper textarea::placeholder {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ebook-share-form .gfield--type-submit {
	position: absolute;
	right: -0.5px;
	border: none;
	border-bottom-right-radius: 27px;
  bottom: 4px;
}
.ebook-overview .container {
  padding: 1.5em 2.5em;
  margin: 4em auto 3em auto;
  border: 1px solid rgb(110,110,110);
  position: relative;
	line-height: 33px;
	width: 910px;
}
.ebook-overview h2 {
  position: absolute;
  background: #ffffff;
  top: -1.5em;
  left: 1em;
  font-style: italic;
  font-size: 24px;
  padding: 0 0.5em;
  color: rgba(0, 128, 163, 1);
}
.ebook-overview h3 {
  margin: 1em auto auto;
  font-size: 20px;
  color: #000000;
  line-height: 25px;
}
.ebook-overview ul {
  padding-left: 1.5em;
	margin-bottom: 1.5em;
}
.ebook-overview li {
  margin-bottom: 0.75em;
}
.ebook-overview blockquote {
	margin: auto;
}
.ebook-overview .float-img {
	width: 33%;
	min-width: 233px;
  margin: auto;
  display: block;
  float: right;
  padding-left: 1.5em;
	padding-bottom: 1.5em;
}
.ebook-overview cite {
	clear: right;
	display: block;
	text-align: right;
}
.ebook-privacy .container {
  padding: .5em 2.5em 2.5em;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  color: #6d6d6d;
}
.ebook-privacy a {
  text-decoration: underline;
  color: inherit;
  font-weight: 700;
}
@media (max-width: 1024px) {
	#all-ebooks-link {
		text-align: center;
	}
	.ebook-signup .container {
  	padding: 3em 1em;
	}
	.ebook-intro {
		text-align: center;
	}
	.ebook-intro .container {
		padding-top: 1.5em;
	}
	.ebook-intro h1 {
		font-size: 22px;
	}
	.ebook-intro .ebook-subhead {
		font-size: 18px;
	}
	.ebook-intro hr {
		margin: 10px auto;
	}
	.ebook-intro p:last-child {
		margin: auto;
	}
  .ebook-cover {
    margin: auto;
  }
	.ebook-forms h2 {
		font-size: 22px;
  	padding: 0em 1.5em;
	}
  .ebook-forms .ginput_container--name {
    flex-wrap: nowrap !important;
		justify-content: space-between !important;
  }
  .ebook-forms .ginput_container--name > span {
    flex: 0.495 !important;
  }
  .ebook-forms .gfield {
    grid-column: span 12 !important;
  }
  .ebook-forms input:not([type=submit]) {
    line-height: 1em !important;
  }
	.ebook-forms .gform_wrapper .gform_fields textarea {
		min-height: 240px;
		padding-bottom: calc(1.5em + 56px);
	}
  .ebook-forms #field_submit {
    position: relative;
    margin: 16px auto auto;
  }
  .ebook-overview .container {
    width: auto;
    margin: 3em 1em;
		padding: 1em;
  }
	.ebook-overview .float-img {
		float: none;
		margin: 1.5em auto;
		padding: 0em;
	}
	.ebook-privacy .container {
		padding: 0em 1em 0.5em 1em;
	}
}
@media (min-width:1025px) {
  #all-ebooks-link {
    width: 910px;
    text-align: left;
  }
  .ebook-intro .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
		padding: 0em 0em 3em;
    gap: 50px;
  }
	.ebook-intro h1 {
		padding-right: 2em;
	}
	#ebook-signup-form .gform_wrapper .gform_fields .gfield--type-email input[type="email"] {
		padding-right: calc(1.5em + 235px);
	}
	#ebook-share-form .gform_wrapper textarea {
		padding-bottom: calc(1.5em + 62px);
	}
  .ebook-intro .ebook-blurb {
    max-width: 643px;
    padding: 10px 15px 40px;
    box-sizing: content-box;
  }
}

/*
Active Promo Slides General Styles (from Main CHD Home Hero Swiper)
*/
.chd-swiper--home-hero {
  height: 238px;
  height: 48vw;
  min-height: 238px;
  max-height: 402px; 
}
@media (min-width: 834px) {
  .chd-swiper--home-hero {
    height: 402px;
    height: 48vw;
    min-height: 402px;
    max-height: 466px; 
  } 
}
@media (min-width: 1200px) {
  .chd-swiper--home-hero {
    height: 466px;
    min-height: auto;
    max-height: auto; 
  } 
}
.chd-swiper--home-hero .chd-swiper__image {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0; 
}
.chd-swiper--home-hero .chd-swiper__image img {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%; 
}
.chd-swiper--home-hero .chd-swiper__figure-wrap, .chd-swiper--home-hero .chd-swiper__figure-wrap-2 {
  position: absolute;
  z-index: 1; 
}
.chd-swiper--home-hero .chd-swiper__figure-wrap {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30%; 
}
.chd-swiper--home-hero .chd-swiper__text-wrap {
  position: absolute;
  right: 5%;
  text-align: right;
  top: 50%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  width: 70%; 
}
@media (min-width: 834px) {
  .chd-swiper--home-hero .chd-swiper__text-wrap {
    left: 50%;
    right: auto;
    text-align: left;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 400px; 
  } 
}
@media (min-width: 1200px) {
  .chd-swiper--home-hero .chd-swiper__text-wrap {
    width: 560px; 
  } 
}
.chd-swiper--home-hero .chd-swiper__title {
  font-family: "merriweather", Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
  float: right;
  line-height: 26px;
  letter-spacing: 0;
  margin: 0 0 20px;
  max-width: 185px; 
}
.chd-swiper--home-hero .chd-swiper__title--light {
  color: #fff; 
}
@media (min-width: 834px) {
  .chd-swiper--home-hero .chd-swiper__title {
    float: none;
    font-size: 28px;
    line-height: 32px;
    text-align: left;
    max-width: 300px; 
  } 
}
@media (min-width: 1200px) {
  .chd-swiper--home-hero .chd-swiper__title {
    font-size: 40px;
    line-height: 41px;
    max-width: 380px; 
  } 
}
.chd-swiper--home-hero .chd-swiper__subtitle {
  font-family: "open-sans", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px; 
}
@media (min-width: 1200px) {
  .chd-swiper--home-hero .chd-swiper__subtitle {
    font-size: 20px;
    line-height: 28px; 
  } 
}
.chd-swiper--home-hero .chd-swiper__lede {
  display: none;
  font-family: 'open-sans', 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0;
  text-align: left;
  margin: 0 0 20px; 
}
.chd-swiper--home-hero .chd-swiper__lede--light {
  color: #fff; 
}
@media (min-width: 834px) {
  .chd-swiper--home-hero .chd-swiper__lede {
    display: block; 
  } 
}
@media (min-width: 1200px) {
  .chd-swiper--home-hero .chd-swiper__lede {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px; 
  } 
}
.chd-swiper--home-hero .chd-swiper__cta {
  background: #0080A3;
  clear: both;
  color: #fff;
  float: right;
  font-family: 'open-sans', 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  min-width: 129px;
  padding: 14px 18px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.15s;
  vertical-align: middle; 
}
.chd-swiper--home-hero .chd-swiper__cta:hover, .chd-swiper--home-hero .chd-swiper__cta:active, .chd-swiper--home-hero .chd-swiper__cta:focus {
  background: #01647F; 
}
@media (min-width: 834px) {
  .chd-swiper--home-hero .chd-swiper__cta {
    display: inline-block;
    float: none;
    min-width: 206px; 
  } 
}
.chd-swiper--home-hero .chd-swiper-pagination {
  bottom: 15px !important; 
}
@media (min-width: 834px) {
  .chd-swiper--home-hero .chd-swiper-pagination {
    bottom: 20px !important; 
  } 
}
@media (min-width: 1200px) {
  .chd-swiper--home-hero .chd-swiper-pagination {
    bottom: 25px !important; 
  } 
}
.chd-swiper--home-hero .chd-swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 2px solid #fff;
  height: 4px;
  opacity: 1;
  width: 4px; 
}
@media (min-width: 834px) {
  .chd-swiper--home-hero .chd-swiper-pagination .swiper-pagination-bullet {
    height: 6px;
    width: 6px; 
  } 
}
.chd-swiper--home-hero .chd-swiper-pagination .swiper-pagination-bullet-active {
  background: #fff; 
}
.chd-swiper--home-hero .chd-swiper__figure-wrap, .chd-swiper--home-hero .chd-swiper__figure-wrap-2 {
  position: absolute;
  z-index: 1; 
}
.chd-swiper--home-hero .chd-swiper__figure-wrap {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30%; 
}
.chd-swiper--home-hero .chd-swiper__text-wrap {
  position: absolute;
  right: 5%;
  text-align: right;
  top: 50%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  width: 70%; 
}
@media (min-width: 834px) {
  .chd-swiper--home-hero .chd-swiper__text-wrap {
    left: 50%;
    right: auto;
    text-align: left;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 400px; 
  } 
}
@media (min-width: 1200px) {
  .chd-swiper--home-hero .chd-swiper__text-wrap {
    width: 560px; 
  } 
}
.chd-swiper--home-hero .chd-swiper__title {
  font-family: "merriweather", Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
  float: right;
  line-height: 26px;
  letter-spacing: 0;
  margin: 0 0 20px;
  max-width: 185px; 
}
.chd-swiper--home-hero .chd-swiper__title--light {
  color: #fff; 
}
@media (min-width: 834px) {
  .chd-swiper--home-hero .chd-swiper__title {
    float: none;
    font-size: 28px;
    line-height: 32px;
    text-align: left;
    max-width: 300px; 
  } 
}
@media (min-width: 1200px) {
  .chd-swiper--home-hero .chd-swiper__title {
    font-size: 40px;
    line-height: 41px;
    max-width: 380px; 
  } 
}
.chd-swiper--home-hero .chd-swiper__subtitle {
  font-family: "open-sans", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px; 
}
@media (min-width: 1200px) {
  .chd-swiper--home-hero .chd-swiper__subtitle {
    font-size: 20px;
    line-height: 28px; 
  } 
}
.chd-swiper--home-hero .chd-swiper__lede {
  display: none;
  font-family: 'open-sans', 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0;
  text-align: left;
  margin: 0 0 20px; 
}
.chd-swiper--home-hero .chd-swiper__lede--light {
  color: #fff; 
}
@media (min-width: 834px) {
  .chd-swiper--home-hero .chd-swiper__lede {
    display: block; 
  } 
}
@media (min-width: 1200px) {
  .chd-swiper--home-hero .chd-swiper__lede {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px; 
  } 
}
.chd-swiper--home-hero .chd-swiper__cta {
  background: #0080A3;
  clear: both;
  color: #fff;
  float: right;
  font-family: 'open-sans', 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  min-width: 129px;
  padding: 14px 18px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.15s;
  vertical-align: middle; 
}
.chd-swiper--home-hero .chd-swiper__cta:hover, .chd-swiper--home-hero .chd-swiper__cta:active, .chd-swiper--home-hero .chd-swiper__cta:focus {
  background: #01647F; 
}
@media (min-width: 834px) {
  .chd-swiper--home-hero .chd-swiper__cta {
    display: inline-block;
    float: none;
    min-width: 206px; 
  } 
}
.chd-swiper--home-hero .chd-swiper-pagination {
  bottom: 15px !important; 
}
@media (min-width: 834px) {
  .chd-swiper--home-hero .chd-swiper-pagination {
    bottom: 20px !important; 
  } 
}
@media (min-width: 1200px) {
  .chd-swiper--home-hero .chd-swiper-pagination {
    bottom: 25px !important; 
  } 
}
.chd-swiper--home-hero .chd-swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 2px solid #fff;
  height: 4px;
  opacity: 1;
  width: 4px; 
}
  @media (min-width: 834px) {
    .chd-swiper--home-hero .chd-swiper-pagination .swiper-pagination-bullet {
      height: 6px;
      width: 6px; 
    } 
  }
.chd-swiper--home-hero .chd-swiper-pagination .swiper-pagination-bullet-active {
  background: #fff; 
}

article.fullwidth {
  float: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

 .hidden,
 [hidden] {
   display: none !important;
 }
 
 /*
  * Hide only visually, but have it available for screen readers:
  * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
  *
  * 1. For long content, line feeds are not interpreted as spaces and small width
  *    causes content to wrap 1 word per line:
  *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
  */
 
 .visually-hidden {
   border: 0;
   clip: rect(0, 0, 0, 0);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute;
   white-space: nowrap;
   width: 1px;
   /* 1 */
 }
 
 /*
  * Extends the .visually-hidden class to allow the element
  * to be focusable when navigated to via the keyboard:
  * https://www.drupal.org/node/897638
  */
 
 .visually-hidden.focusable:active,
 .visually-hidden.focusable:focus {
   clip: auto;
   height: auto;
   margin: 0;
   overflow: visible;
   position: static;
   white-space: inherit;
   width: auto;
 }
 
 /*
  * Hide visually and from screen readers, but maintain layout
  */
 
 .invisible {
   visibility: hidden;
 }
 
 /*
  * Clearfix: contain floats
  *
  * The use of `table` rather than `block` is only necessary if using
  * `::before` to contain the top-margins of child elements.
  */
 
 .clearfix::before,
 .clearfix::after {
   content: "";
   display: table;
 }
 
 .clearfix::after {
   clear: both;
 }
