@charset "UTF-8";
/*
Theme Name: Children's Health Defense Theme 2023
Theme URI: https://childrenshealthdefense.org
Author: CHD
Description: Designed by Children's Health Defense Team
Version: 3.1.3
License: CHD
License URI: https://childrenshealthdefense.org
*/
/*--------------------------------------------------------------
# Abstracts
--------------------------------------------------------------*/
.lg-block {
  display: block !important; }

.lg-flex {
  display: flex !important; }

.lg-iblock {
  display: inline-block !important; }

.lg-hidden {
  display: none !important; }

@media (max-width: 834px) {
  .md-block {
    display: block !important; }
  .md-flex {
    display: flex !important; }
  .md-iblock {
    display: inline-block !important; }
  .md-hidden {
    display: none !important; } }

@media (max-width: 390px) {
  .sm-block {
    display: block !important; }
  .sm-flex {
    display: flex !important; }
  .sm-iblock {
    display: inline-block !important; }
  .sm-hidden {
    display: none !important; } }

.overflow-hidden {
  overflow: hidden; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
body {
  font-family: "open-sans", "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0;
  min-height: 100%; }

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

/* COLORS */
.blue {
  color: #439bd7; }

.blue-bg {
  background-color: #439bd7; }

.blue-light {
  color: #badff8; }

.charcoal {
  color: #5c5b5b; }

.charcoal-bg {
  background-color: #6b6b6c; }

.clay-bg {
  background-color: #f3f2f2; }

.gray {
  color: #cccccc; }

.gray-bg {
  color: #e6e5e5; }

.lime {
  color: #8cc542; }

.white {
  color: #ffffff; }

nav {
  margin-bottom: 1em; }

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

article {
  float: left;
  position: relative; }

article h1 {
  line-height: 130%;
  margin-bottom: 1em;
  color: #8dc34b; }

article h2 {
  line-height: 130%;
  margin-bottom: 0.3em;
  color: #000; }

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.db h6 {
  line-height: 130%;
  margin-bottom: 0.1em;
  color: #000000; }

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 blockquote {
  display: block;
  margin: 0 0 1em 0;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 0.5em 1em 0 1em; }

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 .featured img {
  border: 1px solid #717070;
  margin-bottom: 1.5em; }

article .gform_login_widget {
  margin-bottom: 0.5em;
  display: block; }

article .gform_login_widget a {
  font-size: 1.1rem;
  display: block;
  padding-bottom: 0.3em; }

article .gform_login_widget p {
  font-weight: bold;
  color: #8cc542; }

article ol li {
  font-size: 100%; }

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 p {
  margin-bottom: 1em;
  margin-top: 0; }

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

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%; }

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

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

article .news-meta {
  padding-bottom: 1em; }

article .register {
  background-color: #439bd7;
  color: #ffffff;
  font: bold 1.3em Merriweather, serif;
  padding: 6px 6px 7px 6px;
  text-align: center;
  margin-bottom: 25px; }

article section:not([class^="em-"], [class^="chd-conference-"]) {
  margin-bottom: 1.8em;
  border-bottom: 1px dotted #717070;
  display: flex;
  justify-content: space-between;
  clear: both;
  position: relative;
  padding-bottom: 1em; }

@media (max-width: 500px) {
  article section {
    flex-direction: column; } }

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: flex;
  justify-content: space-between;
  clear: both;
  position: relative;
  padding-bottom: 0; }

article .synopsis p {
  line-height: 130%;
  margin-bottom: 1em;
  color: #439bd7;
  font-weight: bold; }

article .tableContainer {
  width: 100%;
  display: table;
  margin: 0 0 1em 0; }

article .cell {
  display: table-cell;
  float: left; }

article .fish.cell {
  display: table-cell;
  float: left;
  background-color: #439bd7;
  color: #ffffff; }

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; }

aside {
  position: relative; }

aside h2 {
  color: #439bd7; }

aside h3 {
  color: #8dc34b; }

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; }

.bio h4 {
  margin-top: 30px; }

.bio img {
  float: left;
  margin: 0 15px 2px 0; }

.logo {
  float: left; }

.menu-research-categories-container ul.menu {
  text-align: left;
  display: block;
  clear: both; }

.menu-research-categories-container ul.menu li {
  text-align: left;
  display: block;
  clear: both; }

.sign-up {
  float: right;
  border: 1px solid #cccccc; }

.sign-up #gform_widget-3 {
  padding: 5px 8px 10px 8px;
  font-size: 80%; }

#gform_submit_button_2 {
  background: #2991d6;
  color: #ffffff !important;
  padding: 8px 6px !important;
  border: none;
  margin: 10px 0 0;
  width: 100%; }

#gform_submit_button_0 {
  background: #2991d6;
  color: #ffffff !important;
  padding: 8px 6px !important;
  border: none;
  margin-bottom: 0; }

aside input#choice_3_1 {
  background: #2991d6;
  padding: 2px !important;
  border: none;
  margin-top: 0; }

aside input#input_51_2_3,
aside input#input_138_2_3 {
  width: 100%; }

aside span#input_51_2_3_container,
aside span#input_138_2_3_container {
  width: 100%; }

aside input#input_51_2_6,
aside input#input_138_2_6 {
  width: 100%; }

aside span#input_51_2_6_container,
aside span#input_138_2_6_container {
  width: 100%; }

aside #field_51_3,
aside #field_138_3 {
  width: 100%; }

aside input#input_51_3,
aside input#input_138_3,
#field_138_6,
aside input#input_138_7,
#field_138_7 {
  width: 100%; }

#gform_submit_button_138 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Merriweather', sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  color: #fff;
  background: #87c33e;
  border: none;
  padding: 5px 10px;
  width: 100%; }

aside ginput_container {
  width: 100%; }

aside ginput_container_email {
  width: 100%; }

.sign-up h2 {
  font-size: 130%;
  color: #439bd7;
  text-align: center;
  line-height: 130%; }

.sign-up .gform_body {
  padding: 0; }

.sign-upGF li#field_2_1 {
  margin-top: 0;
  padding: 0; }

.sign-upGF li#field_2_2 {
  margin-top: 2px;
  padding: 0; }

.sign-upGF .ginput_container .ginput_container_email {
  margin-top: 0; }

.sign-upGF #input_2_1_3_container.name_first {
  margin-top: 0;
  padding-right: 16px;
  width: 100%; }

.sign-upGF #input_2_1_3 {
  padding: 2px 0; }

.sign-upGF #input_2_1_3_container label {
  margin-top: 0; }

.sign-upGF #input_2_1_6_container label {
  margin-top: 0; }

.sign-upGF #input_2_1_6 {
  padding: 2px 0; }

.sign-upGF #input_2_2 {
  padding: 2px 0;
  width: 100%; }

.sign-upGF .gfield_label label {
  margin-top: 0; }

.sign-up .gform_footer.top_label {
  margin: 0;
  padding: 0; }

.sign-upGF .gform_body {
  padding: 0; }

.gform_wrapper.sign-upGF_wrapper {
  margin: 0; }

.sign-upGF .gform_wrapper ul li.gfield {
  margin: 0; }

.sign-upGF .gform_wrapper form li {
  margin: 0; }

.sign-upGF .gform_wrapper li {
  margin: 0; }

.sign-up .gform_body {
  padding: 1em 0 0 0; }

#input_2_1_6_container {
  padding-top: 0;
  width: 100%; }

.feature {
  position: relative; }

.mission {
  background: url(images/clouds-gradient.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 1em; }

.mission h2 {
  line-height: 125%; }

.mission h3 {
  line-height: 135%;
  text-align: center;
  color: #000;
  margin: 10px 10%;
  font-weight: 400; }

.mission h4 {
  color: #5c5b5b;
  font-size: 120%;
  line-height: 135%;
  font-weight: normal;
  font-style: normal;
  padding-top: 0.5em; }

.social-media {
  position: relative; }

.social-media ul {
  list-style-type: none; }

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

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* COLUMNS, GRIDS & TABLES */
.col1 {
  float: left; }

.col2 {
  float: right; }

.mission .tableContainer {
  width: 100%;
  display: table;
  margin: 2em 0 0; }

.mission .tableContainer .cell {
  display: table-cell;
  text-align: center; }

.mission .tableContainer .cell img {
  vertical-align: top;
  border: 1px solid #cccccc;
  padding: 10px;
  background: white;
  margin-bottom: 0.3em; }

/* Call Outs */
.call-outs {
  width: 100%;
  margin: 0 auto 0 auto; }

.call-outs .cell {
  box-sizing: border-box;
  text-align: center;
  padding: 0 1% 1em 1%; }

.call-outs .cell.left {
  text-align: left; }

.call-outs .cell.one {
  flex-basis: 100%; }

.call-outs .cell.two {
  flex-basis: 50%; }

.call-outs .cell.three {
  flex-basis: 30%; }

.call-outs .cell.four {
  flex-basis: 24%; }

.call-outs .cell.five {
  flex-basis: 20%; }

.call-outs .cell.six {
  flex-basis: 16%; }

.call-outs .cell.seven {
  flex-basis: 75%; }

.call-outs.sponsor img {
  padding: 2%;
  border: none; }

.call-outs.sponsor .cell {
  border: none;
  padding: 0 3% 0 3%; }

.call-outs.research {
  text-align: left; }

.call-outs.research .menu-research-categories-2-container {
  text-align: left;
  float: left; }

/* TABS */
.social-media .tab-col {
  border: 1px solid #dddddd;
  background: #ffffff; }

.social-media ul.tabs {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  background: #f3f3f3;
  border-bottom: 1px solid #dddddd;
  text-align: center; }

.social-media ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 15px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  margin-left: 8px;
  /*width: 44%;*/
  text-align: center;
  white-space: nowrap; }

.social-media ul.tabs li.current {
  background: #ffffff;
  color: #2991d6;
  border-bottom: 1px solid #ffffff;
  position: relative;
  z-index: 2;
  top: 1px;
  white-space: nowrap; }

.social-media ul.tabs li.current span {
  border-bottom: 1px solid #2991d6;
  padding: 13px 0px; }

.social-media .tab-content {
  display: none;
  padding: 15px;
  font-size: 14px;
  line-height: 20px; }

.social-media .tab-content .box-feed {
  max-height: 930px;
  overflow: hidden;
  padding: 0; }

.social-media .tab-content ul.ul-feed li {
  padding: 10px 0px; }

.social-media .tab-content.current {
  display: inherit; }

/* LINKS */
article a {
  color: #038bb3; }

article a:link {
  color: #038bb3; }

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

article a:visited {
  color: #038bb3; }

article .register a {
  color: #ffffff; }

article .register a:link {
  color: #ffffff; }

article .register a:hover {
  color: #ffffff;
  text-decoration: underline; }

article .register a:visited {
  color: #ffffff; }

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;
  text-align: left; }

.homePage section h2 a {
  color: #616161; }

.homePage section h2 a:link {
  color: #616161; }

.homePage section h2 a:hover {
  color: #439bd7; }

.homePage section h2 a:visited {
  color: #616161; }

.mission a {
  color: #616161; }

.mission a:link {
  color: #616161; }

.mission a:hover {
  color: #439bd7; }

.mission a:visited {
  color: #616161; }

footer a {
  color: #439bd7; }

footer a:link {
  color: #439bd7; }

footer a:hover {
  color: #ffffff; }

footer a:visited {
  color: #439bd7; }

footer span.footer-cat a {
  color: #ffffff; }

footer span.footer-cat a:link {
  color: #ffffff; }

footer span.footer-cat a:hover {
  color: #439bd7; }

footer span.footer-cat a:visited {
  color: #ffffff; }

#knv a:hover {
  color: #fff;
  text-decoration: underline; }

#knv .knv-title a {
  color: #ffffff;
  text-decoration: none; }

#knv .knv-title a:link {
  color: #ffffff;
  text-decoration: none; }

#knv .knv-title a:hover {
  color: #badff8;
  text-decoration: none; }

#knv .knv-title a:visited {
  color: #ffffff;
  text-decoration: none; }

.homePage span.readMore a {
  color: #ffffff;
  text-decoration: none; }

.homePage span.readMore a:link {
  color: #ffffff;
  text-decoration: none; }

.homePage span.readMore a:hover {
  color: #badff8;
  text-decoration: none; }

.homePage span.readMore a:visited {
  color: #ffffff;
  text-decoration: none; }

.buy-btn {
  padding: 10px 0px 10px 20px;
  background-color: #439bd7;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  position: relative;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.buy-btn:hover:after {
  width: 100%; }

.buy-btn span {
  padding: 10px 15px;
  background: #f3f3f3;
  margin-left: 20px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  color: #747474; }

.buy-btn:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  top: 0;
  left: 0px;
  border-radius: 5px;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear; }

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

.partners-gallery h1 {
  margin-bottom: 0px; }

.partners-gallery img {
  border: 0px; }

#gallery-1,
#gallery-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top: 1px solid lightgray;
  margin-top: 1em; }

#gallery-1 .gallery-item,
#gallery-2 .gallery-item {
  width: 100%;
  max-width: 210px;
  margin: 2em auto;
  border: 6px solid #f8f8f8;
  overflow: hidden;
  background: white;
  position: relative;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  flex-basis: 210px;
  -webkit-flex-basis: 210px; }

#gallery-1 .gallery-item .gallery-icon,
#gallery-2 .gallery-item .gallery-icon {
  display: block; }

#gallery-1 .gallery-item figcaption,
#gallery-2 .gallery-item figcaption {
  position: absolute;
  bottom: 50%;
  padding: 1em 0;
  width: 100%;
  background: transparent;
  text-align: center;
  color: white;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s; }

#gallery-1 .gallery-item figcaption a,
#gallery-2 .gallery-item figcaption a {
  color: transparent;
  padding: 10em 16em; }

#gallery-1 .gallery-item:hover img,
#gallery-2 .gallery-item:hover img {
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

#gallery-1 .gallery-item img,
#gallery-2 .gallery-item img {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s; }

.post-section {
  padding-top: 2em; }

/* Fish table */
.fish {
  margin: 0;
  float: none;
  display: block !important; }

.fish .cell {
  float: none;
  padding: 20px 10px 10px 20px;
  background: #2991d6;
  width: 23%;
  margin: 0 1% 10px; }

.fish .cell h3 {
  font-size: 200%;
  line-height: 100%; }

.fish .cell h4 {
  font-size: 125%;
  line-height: 100%; }

.fish .cell h3,
.fish .cell h4 {
  margin-bottom: 0.3em; }

.fish .cell h3,
.fish .cell li {
  color: white; }

.fish .cell li {
  padding: 5px 0 0 0;
  font-size: 105%;
  list-style-type: none; }

.fish .cell ul {
  margin-left: 0; }

/* Team */
.team h3 {
  font-size: 155%; }

.team h4 {
  font-size: 130%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.6em; }

.team img {
  margin: 0.5em 1.5em 0 0;
  float: left; }

.team h4,
.team h3 {
  line-height: 140%; }

/* Videos */
.all-videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.all-videos div {
  flex-basis: 350px;
  -webkit-flex-basis: 350px;
  margin: 12px auto; }

/* Get the scoop page css only */
.page-id-3349 header {
  display: none; }

.scoop-header {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  padding: 20px; }

.scoop-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px; }

.scoop-logo {
  flex-basis: 50%; }

.scoop-logo-img {
  width: 70%; }

.hundredk {
  text-align: center;
  padding: 0.6em 1em 0.8em 1em;
  background: #c7eda7;
  font-size: 140%;
  margin-left: 50%;
  line-height: 125%;
  font-weight: bold;
  color: #848484;
  white-space: nowrap;
  width: auto; }

.hundredk a {
  color: #848484; }

.hundredk-cont {
  flex-basis: 50%; }

.scoop-blue {
  background: #2991d6; }

.scoop-one {
  display: flex;
  flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  padding: 40px 20px 60px; }

.scoop-text {
  text-align: right;
  flex-basis: 45%;
  color: white; }

.scoop-text h1,
h2 {
  margin-bottom: 15px;
  line-height: 100%; }

.scoop-img-cont {
  margin: 0 auto;
  flex-basis: 45%; }

.nopad {
  padding: 0; }

.scoop-light-blue {
  background: #63cdf6; }

.scoop-text-two {
  flex-basis: 58%; }

.scoop-text-two h1 {
  line-height: 115%; }

.scoop-text h5 {
  font-weight: normal;
  font-size: 95%;
  line-height: 140%; }

.scoop-text-two h5 {
  color: #616161;
  font-weight: normal;
  font-size: 90%;
  line-height: 135%; }

.scoop-img-cont-two {
  flex-basis: 38%; }

.text-italic {
  font-style: italic; }

.scoop-light2-blue {
  background: #b6e4fa; }

.img-cont {
  flex-basis: 30%;
  margin: 0 auto; }

.img-cont h5 {
  color: #616161;
  font-size: 95%;
  font-weight: normal;
  line-height: 140%; }

.img-wrap {
  margin: 0 13%; }

.scoop-three {
  align-items: stretch; }

.scoop-four {
  display: flex;
  justify-content: center;
  padding: 30px 20px 30px;
  text-align: center;
  align-items: center;
  flex-flow: row wrap; }

.scoop-four div {
  flex-basis: 80%;
  color: white; }

.scoop-four div h2 {
  line-height: 115%; }

.scoop-gray {
  background: #6d98ac; }

.scoop-five {
  padding: 40px 20px 30px; }

.scoop-four div a {
  color: white; }

@media screen and (max-width: 600px) {
  .scoop-one {
    flex-flow: column wrap;
    padding: 40px 40px; }
  .scoop-four {
    flex-flow: column wrap;
    padding: 40px 40px; }
  .hundredk {
    margin-left: 0;
    font-size: 22px; }
  .scoop-header {
    padding: 0px 40px 60px;
    flex-flow: column wrap; }
  .scoop-logo img {
    width: 100%; }
  .scoop-two {
    padding: 40px 40px 0; }
  .img-wrap {
    margin: 0 28%; }
  .store-section {
    flex-flow: column wrap; } }

/* Forms */
.donate-member li {
  font-size: 75%; }

/* Store */
.store-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #fff;
  margin-top: 1em; }

.store-section .storeGrid {
  position: relative;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  position: relative;
  height: auto;
  padding: 17px;
  float: auto; }

.storeGrid img {
  margin-bottom: 0.5em; }

.storeGrid p.authorField {
  line-height: 130%;
  margin: 0 0 0.5em 0;
  font-style: italic; }

.storeGrid .rd-mr {
  margin-top: 0 !important; }

.storeGrid .storeExcerpt p {
  line-height: 130%;
  margin: 0 0 0.5em 0; }

#knv {
  border: 1px solid #a7a7a7;
  margin-top: 28px;
  margin-bottom: 20px;
  height: auto; }

#knv .knv-title {
  top: -28px;
  padding: 0.5em 0;
  margin: 0 10%;
  color: #fff;
  background: #3192d3;
  border-bottom: #8cc542 6px solid; }

#knv h3 {
  color: #a7a7a7;
  font-style: italic;
  text-align: center;
  padding: 0% 5% 3%;
  font-weight: 400;
  margin-top: -24px;
  line-height: 120%; }

.knvHeader {
  background: #3192d3; }

.knvHeader h1 {
  color: #ffffff;
  line-height: 125%; }

.knv-items .column {
  float: left;
  width: 100%; }

.knv-items[data-columns]::before {
  content: '1 .column.size-1of1'; }

.knv-items section {
  width: auto !important;
  margin: 12px !important;
  background: #3192d3;
  padding: 3% !important; }

.knv-items section h2 {
  background: transparent;
  margin-bottom: 5px;
  padding-bottom: 0; }

.knv-items section h2 a {
  color: #fff; }

.m-caption {
  padding: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  left: 495px;
  right: 0px;
  top: 320px;
  bottom: 0px; }

.m-caption h2 {
  font-size: 180%;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px; }

.m-caption p {
  font-size: 140%;
  line-height: 110%; }

/* TEMPLATE_UPDATE_1 CSS */
/* 
Updates below
*/
.slider {
  background-size: cover;
  position: relative; }

/* Special Styles */
.deadlink {
  cursor: default;
  text-decoration: none !important; }

.sticky-nav {
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  z-index: 9999 !important;
  border-bottom: 1px solid #fff; }

.slicknav_menu {
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  z-index: 9999 !important;
  border-bottom: 1px solid #666; }

.social-icon-instagram {
  background-image: url("/wp-content/themes/chd-theme/images/insta.svg") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: inline-block;
  width: 19px;
  height: 19px;
  position: relative !important;
  top: 4px;
  margin-right: 10px !important; }

.social-icon-instagram a {
  text-indent: -9999px;
  display: block; }

.social-icon-facebook {
  background-image: url("/wp-content/themes/chd-theme/images/socialables-fb-white.svg") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: inline-block;
  width: 19px;
  height: 19px;
  position: relative !important;
  top: 2px;
  margin-right: 10px !important; }

.social-icon-facebook a {
  text-indent: -9999px;
  display: block; }

.social-icon-twitter {
  background-image: url("/wp-content/themes/chd-theme/images/socialables-twitter-white.svg") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: inline-block;
  width: 19px;
  height: 19px;
  position: relative !important;
  top: 4px;
  margin-right: 10px !important; }

.social-icon-twitter a {
  text-indent: -9999px;
  display: block; }

.social-icon-youtube {
  background-image: url("/wp-content/themes/chd-theme/images/socialables-youtube-play-white.svg") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: inline-block;
  width: 19px;
  height: 19px;
  position: relative !important;
  top: 4px;
  margin-right: 10px !important; }

.social-icon-youtube a {
  text-indent: -9999px;
  display: block; }

.search-icon-spyglass {
  background-image: url("/wp-content/themes/chd-shop-theme/images/search-icon.svg") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: inline-block;
  width: 19px;
  height: 19px;
  position: relative !important;
  top: 4px; }

.search-icon-spyglass a {
  text-indent: -9999px;
  display: block; }

.top_label div.ginput_complex.ginput_container.gf_name_has_1,
.top_label div.ginput_complex.ginput_container.gf_name_has_2,
.top_label div.ginput_complex.ginput_container.gf_name_has_3 {
  width: 100% !important; }

div.ginput_container_name span {
  margin: 0px !important;
  padding: 0px !important; }

#signup-area .gform_body .ginput_container_name .name_first,
#signup-area .gform_body .ginput_container_name .name_last {
  display: inline-block !important;
  width: 49% !important;
  vertical-align: top !important; }

#video-offer-area .link-holder:hover {
  cursor: pointer; }

.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; }

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

/* --- Slick Nav mobile menu system --- */
/* This must come before the media query below */
.slicknav_menu {
  display: none; }

a.buy-btn a,
a.buy-btn:visited {
  color: #fff !important; }

/* Set where the mobile (hamburger) menu appears */
@media screen and (max-width: 48em) {
  #top-nav {
    display: none !important; }
  .slicknav_menu {
    display: block; } }

.slicknav_nav {
  padding: 0 !important; }

.slicknav_nav .social-icon-facebook {
  background-image: none !important;
  width: initial !important;
  height: initial !important; }

.slicknav_nav .social-icon-facebook a {
  text-indent: 0 !important;
  display: inline-block !important;
  padding: 6px !important; }

.slicknav_nav .social-icon-twitter {
  background-image: none !important;
  width: initial !important;
  height: initial !important; }

.slicknav_nav .social-icon-twitter a {
  text-indent: 0 !important;
  display: inline-block !important;
  padding: 6px !important; }

.slicknav_nav .social-icon-youtube {
  background-image: none !important;
  width: initial !important;
  height: initial !important; }

.slicknav_nav .social-icon-youtube a {
  text-indent: 0 !important;
  display: inline-block !important;
  padding: 6px !important; }

.slicknav_nav .search-icon-spyglass {
  background-image: none !important;
  width: initial !important;
  height: initial !important; }

.slicknav_nav .search-icon-spyglass a {
  text-indent: 0 !important;
  display: inline-block !important;
  padding: 6px !important; }

.slicknav_nav a {
  color: #fff !important;
  font-weight: 300 !important; }

.slicknav_nav ul {
  margin: 0px !important; }

.slicknav_nav ul.menu > li.menu-item > a > a,
.slicknav_nav ul.menu > li.menu-item > a {
  font-weight: 600 !important; }

.slicknav_nav li {
  border-bottom: 1px solid #888;
  padding: 0 !important; }

.slicknav_nav li a {
  border-radius: 0 !important;
  padding: 6px !important; }

.slicknav_nav li a:hover {
  text-decoration: none !important;
  color: #222 !important; }

.slicknav_nav .menu-item-has-children a {
  padding-left: 3px !important; }

ul.sub-menu .menu-indicator,
.menu-indicator {
  display: none; }

.menu-item-has-children .menu-indicator {
  color: #fff;
  font-size: 10px;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  top: -3px;
  left: -3px; }

/* General Styles */
#wpadminbar a {
  color: #fff !important; }

.section-inner {
  width: 80%;
  margin: 0 auto; }

.section-more {
  background-color: #87c33e;
  margin: 0 auto;
  text-shadow: none;
  padding: 10px 30px;
  width: 150px; }
  .section-more a {
    color: #fff !important;
    font-size: 95%;
    font-family: inherit;
    font-weight: 600;
    line-height: 2em;
    text-transform: uppercase; }
  .section-more--chd-home-white {
    background-color: #fff; }
    .section-more--chd-home-white a {
      color: #000 !important; }
  .section-more--chd-home-blue {
    background-color: #0080A3; }

h2.section-divider {
  width: 100%;
  background-color: #008ab3;
  line-height: 2em;
  text-align: center;
  color: #fff !important;
  font-family: 'Merriweather', serif;
  font-size: 270%;
  margin: 0; }

h3.section-inner-title {
  font-family: Merriweather, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.25;
  font-size: 230%;
  font-style: normal; }

#signup-area .gform_widget {
  padding: 5%; }

#top-nav nav {
  background-color: #3aa2d2;
  margin: 0; }

#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; }

/* ------ Global: Header ----- */
/* ------ Global: Footer ----- */
/* ------ Homepage: Hero Section ----- */
#hero-section {
  background-image: url("/wp-content/uploads/welcome-image.jpg");
  background-size: cover;
  min-height: 806px;
  position: relative; }

#hero-section h3 {
  color: #fff; }

#hero-inner {
  min-height: 806px;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 70%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 70%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 70%); }

#hero-section .hero-text {
  position: absolute;
  bottom: 5%;
  right: 10%; }

#hero-section .hero-text .text-block {
  color: #fff;
  display: block;
  font-size: 220%;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  line-height: 1.3em;
  max-width: 700px;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9); }

#hero-section .hero-text .attribution {
  color: #fff;
  display: block;
  font-size: 220%;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  line-height: 1.3em;
  max-width: 700px;
  text-align: center;
  text-shadow: 1px 1px 2px black; }

#hero-section .hero-video {
  position: absolute;
  top: 4%;
  right: 2%;
  height: 290px;
  width: 500px; }

#hero-section .hero-video iframe {
  height: 100%;
  width: 100%; }

/* ------ Homepage: Feature ----- */
#homepage-feature-section {
  background-image: url("/wp-content/uploads/CDC-Atlanta-Rally-2-wider-1024x589.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  min-height: 1000px;
  position: relative;
  text-align: center;
  float: left;
  width: 100%; }

#homepage-feature-section h3 {
  color: #fff !important; }

#homepage-feature-section .homepage-feature-inner {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 70%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 70%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 70%);
  padding-bottom: 3.5%;
  float: left;
  width: 100%; }

#homepage-feature-section .section-intro {
  font-family: Merriweather, Arial, Helvetica, sans-serif;
  font-size: 145%;
  line-height: 1.6em;
  max-width: 650px;
  margin: 0px auto; }

#homepage-feature-section .news-item-listing {
  float: left;
  margin-left: 13%; }

#homepage-feature-section .news-item-listing .news-col-1,
#homepage-feature-section .news-item-listing .news-col-2 {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  float: left; }

#homepage-feature-section .news-image {
  vertical-align: top; }

#homepage-feature-section .news-info {
  vertical-align: top; }

#homepage-feature-section .news-feed {
  padding: 3%;
  padding-top: 0%;
  padding-right: 0%; }

#homepage-feature-section .news-feed .news-item {
  background-color: #e6e6e6;
  padding: 13px;
  margin: 0 10px 10px 0; }

#homepage-feature-section .news-feed .news-item a {
  color: #003b76 !important;
  font-weight: 400 !important;
  font-size: 95%;
  line-height: 1.4em;
  text-shadow: none; }

#homepage-feature-section .news-feed h4.a:hover {
  text-decoration: underline !important; }

#homepage-feature-section .section-more {
  clear: both;
  position: relative;
  top: 20px; }

/* ------ Homepage: Exposing Causes Section ----- */
#exposing-causes-section {
  background-image: url("/wp-content/uploads/tractor-spraying-close-1024x643.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  min-height: 1000px;
  position: relative;
  text-align: center; }

#exposing-causes-section h3 {
  color: #fff !important; }

#exposing-causes-section .exposing-causes-inner {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 70%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 70%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 70%);
  padding: 3.5%; }

#exposing-causes-section .quotation {
  font-family: Merriweather, Arial, Helvetica, sans-serif;
  font-size: 120%;
  line-height: 1.6em;
  max-width: 1100px;
  margin: 20px auto; }

#exposing-causes-section .cause-listing .cause {
  display: inline-block;
  width: 30%;
  margin: 3% 1%;
  vertical-align: top; }

#exposing-causes-section .cause-listing .cause h5 a,
#exposing-causes-section .cause-listing .cause h5 {
  color: #fff !important;
  font-family: Merriweather, Arial, Helvetica, sans-serif;
  font-size: 120%;
  line-height: 1.3em;
  margin-top: 20px; }

/* ------ Homepage: Seeking Justice ----- */
#seeking-justice-section {
  background-image: url("/wp-content/uploads/bobby-rally-crop-3-1024x844.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  position: relative;
  text-align: center; }

#seeking-justice-section h3 {
  color: #fff !important; }

#seeking-justice-section .seeking-justice-inner {
  padding-top: 15%;
  padding-bottom: 10%;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 70%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 70%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 70%); }

#seeking-justice-section .quotation {
  font-family: Merriweather, Arial, Helvetica, sans-serif;
  font-size: 120%;
  line-height: 1.6em;
  max-width: 1100px;
  margin: 20px auto; }

#seeking-justice-section .justice-listing .justice-item {
  display: inline-block;
  width: 30%;
  margin: 3% 1%;
  vertical-align: top;
  background-color: #fff; }

#seeking-justice-section .justice-listing .justice-item h5 a,
#seeking-justice-section .justice-listing .justice-item h5 {
  color: #003b76 !important;
  font-family: Merriweather, Arial, Helvetica, sans-serif;
  font-size: 130%;
  text-shadow: none;
  line-height: 1.3em; }

#seeking-justice-section .justice-listing .justice-item h5 {
  padding: 20px 0px; }

/* ------ Homepage: Protecting Our Future ----- */
#protecting-our-future {
  background-image: url("/wp-content/uploads/protecting-our-future-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  position: relative;
  text-align: center; }

#protecting-our-future .protecting-listing h5 a,
#protecting-our-future h3 {
  color: #fff !important; }

#protecting-our-future .protecting-our-future-inner {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 70%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 70%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 70%);
  padding: 3.5%; }

#protecting-our-future .quotation {
  font-family: Merriweather, Arial, Helvetica, sans-serif;
  font-size: 120%;
  line-height: 1.6em;
  max-width: 1100px;
  margin: 20px auto; }

#protecting-our-future .protecting-listing .protecting-item {
  display: inline-block;
  width: 30%;
  margin: 3% 1%;
  vertical-align: top; }

#protecting-our-future .protecting-listing .protecting-item h5 {
  font-family: Merriweather, Arial, Helvetica, sans-serif;
  font-size: 140%;
  margin-top: 20px; }

#protecting-our-future .protecting-listing .protecting-item h5 a {
  color: #fff;
  line-height: 1.4em; }

/* ------ Homepage: Recent Videos ----- */
#recent-videos-section {
  background-color: #0080A3;
  color: #fff;
  position: relative;
  text-align: center; }

#recent-videos-section h3 {
  color: #fff !important; }

#recent-videos-section .recent-videos-inner {
  padding: 3.5%; }

#recent-videos-section .homepage__recent-videos-inner {
  padding-top: 2%; }

/* #recent-videos-section .recent-videos-listing .recent-videos-item {
  display: inline-block;
  width: 20%;
  margin: 3% 2%;
  vertical-align: top;
} */
#recent-videos-section .recent-videos-listing li.recent-videos-item {
  text-align: center; }

#recent-videos-section .recent-videos-listing li.recent-videos-item img {
  margin: 0 auto; }

#recent-videos-section .recent-videos-listing .recent-videos-item:first-child {
  margin-left: 0; }

#recent-videos-section .recent-videos-listing .recent-videos-item:last-child {
  margin-right: 0; }

#recent-videos-section .section-intro {
  font-family: Merriweather, Arial, Helvetica, sans-serif;
  font-size: 120%;
  line-height: 1.6em;
  max-width: 1100px;
  margin: 20px auto; }

#recent-videos-section .recent-videos-listing .recent-videos-item h5 {
  font-size: 115%;
  text-shadow: none;
  line-height: 1.3em;
  margin-top: 20px;
  color: #fff; }

#recent-videos-section .recent-videos-listing .recent-videos-item h5 a {
  color: #fff; }

.recent-videos-item .link-holder {
  margin-bottom: 10px; }

/* New Video Grid 10/27 */
.video-modal-open {
  overflow: hidden; }

.video-grid {
  margin: 20px 0;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  justify-items: center; }

.video-grid-item {
  cursor: pointer; }

.video-thumbnail {
  height: 170px;
  width: 300px;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }

.playbutton {
  height: 50px;
  width: 100px;
  background-image: url("/wp-content/themes/chd-theme/images/playbutton.png");
  background-size: cover;
  background-position: center; }

.playbutton img {
  display: block; }

.video-block {
  display: block; }

.video-modal {
  display: none;
  position: fixed;
  top: 0;
  z-index: 100000;
  background-color: #fff;
  color: #000;
  left: 0;
  margin: 15% 10%;
  padding: 40px;
  height: 800px;
  overflow-y: scroll;
  border: 5px solid #000; }

.close-button-video {
  background-color: pink;
  height: 30px;
  width: 30px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: -10px;
  right: -10px; }

.home_video_title {
  margin-top: 10px;
  font-weight: bold;
  width: 300px;
  text-align: center; }

.modal-video {
  padding-bottom: 40px; }

.modal-video p {
  margin-bottom: 20px; }

.video-background-overlay {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  top: 0;
  left: 0; }

.video-modal-title {
  font-size: 35px; }

.wc_payment_methods {
  list-style: none; }

.wp-post-image {
  border: none; }

/* --- Search Results Page ----- */
#search-results-input {
  margin-bottom: 60px; }

#search-results-input #searchform input#s {
  color: #000;
  font-size: 110%;
  padding: 5px 0 0 40px; }

/* --- Header Flex Box ----- */
.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%; }

.social-icon-facebook {
  background-image: url("/wp-content/themes/chd-theme/images/socialables-fb-white.svg") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: inline-block;
  width: 19px;
  height: 19px;
  position: relative !important;
  top: 2px;
  margin-right: 10px !important; }

/**********
Popup
**********/
#popmake-7832 {
  background-color: #333;
  background-image: url("images/bobby.jpeg");
  background-position: right center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 500px;
  width: 725px; }

#popmake-7832 .popup-logo {
  width: 100%;
  margin-bottom: 10px; }

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

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

#popmake-7832 .popup-right h1 {
  font-size: 18px;
  color: #038bb3; }

#popmake-7832 .popup-right h2 {
  font-size: 16px;
  color: #fff; }

#popmake-7832 .popup-right input {
  font-size: 15px; }

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

#popmake-7832 input[type='submit'] {
  background-color: #038bb3;
  border-color: #038bb3;
  color: #fff;
  /* text-transform: uppercase; */
  font-size: 20px; }

#popmake-7832 span {
  width: 100%; }

#popmake-7832 .gform_wrapper ul.gform_fields li.gfield {
  margin: 0;
  padding: 0; }

#popmake-7832 .gform_wrapper .top_label div.ginput_container {
  margin: 0; }

#popmake-7832 .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0; }

#popmake-69872 {
  background-color: #333;
  background-image: url("images/bobby.jpeg");
  background-position: right center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 500px;
  width: 725px; }

#popmake-69872 .popup-logo {
  width: 100%;
  margin-bottom: 10px; }

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

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

#popmake-69872 .popup-right h1 {
  font-size: 18px;
  color: #038bb3; }

#popmake-69872 .popup-right h2 {
  font-size: 16px;
  color: #fff; }

#popmake-69872 .popup-right input {
  font-size: 15px; }

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

#popmake-69872 input[type='submit'] {
  background-color: #038bb3;
  border-color: #038bb3;
  color: #fff;
  /* text-transform: uppercase; */
  font-size: 20px; }

#popmake-69872 span {
  width: 100%; }

#popmake-69872 .gform_wrapper ul.gform_fields li.gfield {
  margin: 0;
  padding: 0; }

#popmake-69872 .gform_wrapper .top_label div.ginput_container {
  margin: 0; }

#popmake-69872 .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0; }

#popmake-255249, #popmake-255406, #popmake-256774 {
  background-image: url("images/savannah-canal.png");
  background-position: center;
  background-size: cover;
  color: #fff;
  height: 500px;
  position: relative;
  max-width: 500px; }
  #popmake-255249:after, #popmake-255406:after, #popmake-256774:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.chd-conference__popup {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 56px; }
  .chd-conference__popup > p:first-of-type {
    padding-bottom: 18px !important; }
  .chd-conference__popup > p:nth-of-type(2) {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 21.5px;
    max-width: 250px;
    padding-bottom: 48px !important;
    text-align: center; }
  .chd-conference__popup a {
    background: #0080A3;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2.7px;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
    width: 333px; }
    .chd-conference__popup a:hover, .chd-conference__popup a:active, .chd-conference__popup a:focus, .chd-conference__popup a:link, .chd-conference__popup a:visited {
      color: #fff; }
    .chd-conference__popup a:hover {
      filter: brightness(115%); }

.accordion-title {
  display: flex;
  align-items: center;
  margin: 25px 0; }

.accordion-title a {
  font-size: 22px; }

.accordion-title a:hover {
  text-decoration: none; }

.accordion-content {
  padding-left: 20px; }

@media (max-width: 630px) {
  #popmake-7832 .popup-right {
    margin: 0; }
  #popmake-69872 .popup-right {
    margin: 0; }
  #popmake-7832 {
    width: 95%; } }

.multiple-select label,
.multiple-select select {
  display: block; }

.multiple-select label {
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 5px; }

.multiple-select span {
  font-style: italic;
  font-weight: 400;
  font-size: 0.7em; }

.multiple-select select {
  height: 200px;
  width: 100%; }

.search-box {
  border: none;
  background-color: none !important; }

#searchform input#s {
  border: 1px solid #888; }

@media (max-width: 1024px) {
  .multiple-select select {
    height: 50px; } }

.research-category-list ul {
  list-style: none; }

.research-category-list ul li {
  list-style-type: none; }

.main-list {
  columns: 2;
  padding-left: 0;
  margin-left: 0; }

.search-again {
  background-color: #87c33e;
  padding: 10px 20px;
  color: #fff;
  border: 2px solid #87c33e;
  margin-bottom: 15px;
  font-weight: 700;
  transition: ease-in-out 300ms;
  font-size: 1.1em; }

.search-again:hover {
  background-color: #fff;
  color: #87c33e; }

.fathersday-grid {
  display: grid !important;
  grid-template-columns: 25% 25% 25% 25%; }

.fathersday-modal {
  position: fixed;
  display: grid;
  top: 50%;
  left: 50%;
  margin-left: -275px;
  margin-top: -375px;
  width: 550px;
  height: 750px;
  background-color: #fff;
  z-index: 10001;
  display: none;
  text-align: center; }

@media (max-width: 768px) {
  .fathersday-grid {
    grid-template-columns: 33% 33% 33%; }
  .fathersday-modal {
    margin-left: -150px;
    margin-top: -250px;
    width: 300px;
    height: 500px;
    padding: 10px; } }

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

.fathersday-modal img {
  display: block;
  margin: 0 auto; }

.fathersday-modal-background {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none; }

.fathersday-button {
  display: flex;
  margin: 0 auto;
  background-color: #ededed;
  border: 1px solid #333;
  cursor: pointer;
  width: 100px;
  height: 30px;
  justify-content: center;
  align-items: center; }

.cell p {
  text-align: center; }

@media (max-width: 900px) {
  .main-list {
    columns: 1; } }

/* --- Header Logo Only ----- */
/* #1 ===== == = === 20em (320px) === = == === */
@media only screen and (min-width: 20em) {
  #logo-area {
    height: 85px;
    width: 286px;
    display: block;
    width: 100%;
    position: relative; }
  .logo-wrapper {
    height: 85px;
    /* width: 286px; */
    display: block;
    padding: 0;
    position: relative; }
  .logo-wrapper img {
    height: 85px;
    width: 286px; }
  .call-outs-header .cell.video {
    min-height: 185px; }
  .link-holder img {
    width: 272px;
    height: 153px;
    margin-top: -5px; } }

/* end */
/* #2 ===== == = === 22.5em (360px) === = == === */
/* end */
/* #3 ===== == = === 30em (480px) === = == === */
/* end */
/* #4 ===== == = === 37.5em (600px) === = == == */
@media only screen and (min-width: 37.5em) {
  #logo-area {
    height: 160px;
    padding: 0; }
  .logo-wrapper {
    width: 540px;
    height: 160px;
    padding: 0;
    float: left; }
  .logo-wrapper img {
    width: 540px;
    height: 160px;
    padding: 0;
    float: left;
    margin-top: -10px; }
  .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) {
  #logo-area {
    height: 90px;
    width: auto;
    float: left;
    display: inline; }
  .logo-wrapper {
    height: 90px;
    width: auto; }
  .logo-wrapper img {
    width: 304px;
    height: 90px; }
  .call-outs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 130px; }
  .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) {
  #logo-area {
    height: 125px; }
  .logo-wrapper {
    height: 125px; }
  .logo-wrapper img {
    width: 462px;
    height: 125px; }
  .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) {
  #logo-area {
    height: 147px; }
  .logo-wrapper {
    height: 147px; }
  .logo-wrapper img {
    width: 512px;
    height: 147px; }
  .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) {
  #logo-area {
    height: 185px; }
  .logo-wrapper {
    height: 185px; }
  .logo-wrapper img {
    width: 650px;
    height: 185px; }
  .call-outs-header {
    max-height: 220px; }
  .call-outs-header .cell.logo {
    max-height: 230px; }
  .call-outs-header .cell.video {
    min-height: 220px; }
  .call-outs-header .cell.video {
    flex-basis: 31.5%; } }

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

/* .sli-checkout-summary {
  display: block !important;
} */
#id_c1f106cc-092e-4667-9c4d-c04feba09a47_inner ul li {
  list-style: disc !important; }

#searchform input#s {
  color: #000 !important;
  padding-left: 30px !important;
  background-color: #fff; }

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

.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; } }

.comments-section {
  font-size: 1.1em; }

.comments-section article ul {
  font-size: 1rem; }

.comments-section article {
  float: none; }

.comments-section footer {
  padding-top: 0;
  background: none; }

.comments-section ul {
  list-style: none; }

.comments-section li {
  list-style-type: none; }

.comments-section .children {
  margin: 0;
  font-size: inherit;
  margin-left: 15px;
  margin-top: 15px;
  display: none; }

.comments-section .reply {
  display: flex; }

.comments-section .reply a {
  text-decoration: none; }

.comments-section .show-comment-children {
  display: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #038bb3; }

.comments-section .has-children .show-comment-children {
  display: block; }

.comments-section .comment-author {
  font-weight: 700; }

.comments-section .comment-footer {
  display: flex;
  background-color: #fff; }

.comments-section .comment-footer .comment-footer-child {
  margin: 0 10px; }

.comments-section .comment-footer .comment-footer-child:first-child {
  margin-left: 0; }

.single-comment-container {
  background-color: #efefef;
  margin-bottom: 15px; }

.comment-footer {
  padding: 10px; }

.comment-body,
.comment-footer {
  padding: 5px 10px; }

.comment-form label {
  display: block; }

.comment-form-comment textarea#comment {
  height: 140px;
  width: 100%; }

#respond h4 {
  display: flex;
  justify-content: space-between; }

#respond h4 a {
  font-size: 0.7em; }

.required {
  color: red; }

.author-box {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }

.author-box:last-child {
  margin-bottom: 20px; }

.author-box p {
  margin: 0 0 0 10px !important; }

.author-image {
  max-height: 50px;
  overflow: hidden; }

.written-by {
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.post-cell {
  margin-bottom: 20px; }

.post-cell img {
  float: left;
  margin-right: 20px; }

.home-page-news-listing {
  display: grid;
  grid-template-columns: 50% 50%; }

@media (max-width: 768px) {
  header {
    padding-top: 50px; } }

#gform_wrapper_84.gform_wrapper
.field_description_below
.gfield_consent_description,
.gform_wrapper .gfield_consent_description {
  overflow-y: inherit;
  border: none; }

@media (max-width: 500px) {
  article .alignright,
  article .alignleft {
    float: none; }
  article figure:not([class*="woocommerce"]) {
    width: auto !important; } }

#policy article {
  width: 100%; }

.home-video-modal {
  display: none; }

.home-video-container {
  background-color: #fff;
  padding: 20px;
  position: fixed;
  z-index: 999;
  width: 60%;
  display: flex;
  flex-direction: column;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #000; }

.home-video-container p {
  margin-top: 10px;
  text-align: left; }

.home-video-container a {
  color: #008ab3; }

.modal-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 998;
  top: 0;
  left: 0; }

.home-video-modal.open {
  display: block; }

.modal-close {
  background-color: #000;
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px 10px;
  border-radius: 30px;
  z-index: 1000;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }

.section-inner-title {
  margin-bottom: 10px; }

.recent-videos-listing {
  display: grid;
  grid-template-columns: repeat(3, 33.333%);
  grid-gap: 20px;
  margin-bottom: 20px; }

.recent-videos-item img {
  border: 1px solid rgba(255, 255, 255, 0.5); }

.recent-videos-item h3 {
  line-height: 130%; }

@media only screen and (max-width: 500px) {
  .recent-videos-listing {
    grid-template-columns: 100%; }
  .home-video-container {
    width: 70%; } }

.mobile-search-form input {
  width: calc(100% - 60px);
  margin-left: 10px;
  margin-top: 10px;
  padding: 5px 5px 5px 30px !important;
  background-position: 3px center !important;
  font-size: 0.85em !important;
  background-size: 20px; }

.donation-form-intro li,
.donation-form-intro em {
  font-size: 100%; }

.gform_wrapper h2 {
  font-weight: 700 !important; }

#gfield_description_86_6 p {
  margin-bottom: 0; }

#input_92_16 .ginput_left,
#input_92_16 .ginput_right,
#input_92_36 .ginput_left,
#input_92_36 .ginput_right {
  width: 100% !important; }

.sli-row {
  margin-bottom: 10px; }

.sli-row:first-child {
  margin-top: 20px; }

.sli-row label {
  display: block; }

.sli-row input {
  margin-bottom: 10px;
  width: 100%; }

.sli-row input[type='checkbox'] {
  width: auto; }

.sli-form-field {
  margin-top: 10px; }

.sli-tl-letter {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 5px; }

.sli-tl-data-msg-more {
  display: none; }

.sli-button {
  padding: 5px 10px; }

article figure:not([class*="woocommerce"]) {
  max-width: 100%;
  text-align: right;
  margin-bottom: 20px; }

html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding: 0 !important; }

@media (max-width: 768px) {
  #popmake-7832,
  #popmake-69872 {
    left: 15px !important;
    max-width: 90% !important; } }

.twitter-tweet {
  margin-bottom: 10px; }

.post-authors {
  display: flex; }

.post-authors .by {
  margin-right: 10px;
  font-weight: 700; }

.author-name {
  font-weight: 700;
  display: block;
  margin-top: 5px; }

.author-name:first-child {
  margin-top: 0px !important; }

article .featured img {
  margin-bottom: 0.5em; }

article .caption {
  text-align: right;
  color: #666;
  font-style: italic;
  margin-top: 0px;
  font-size: 0.95em;
  line-height: 1; }

#slider-pro-7 .sp-thumbnails-container {
  display: none; }

.mobile-sign-up {
  padding: 10px;
  font-size: 1rem !important; }

.mobile-sign-up a {
  text-transform: uppercase;
  display: block;
  color: #000;
  text-align: left !important; }

.epyt-video-wrapper {
  margin-bottom: 10px; }

.pom-small-black {
  background-image: url("/wp-content/themes/chd-theme/images/defender-icons/print-icon.png");
  margin-top: -1px !important; }

.call-outs {
  display: flex;
  justify-content: space-between; }

@media (max-width: 768px) {
  .call-outs {
    flex-flow: column; } }

#id_3b0755bd-5992-43ce-88aa-1251147f82bb .sli-tl-data-msg-ctrls {
  display: none; }

/* responsive iframe wrapper shortcode */
.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 aspect ratio */ }

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }

@media only screen and (min-width: 20em) {
  article .related-link {
    float: none; }
  article .related-pic {
    float: none;
    padding-bottom: 5px; }
  article .related-pic img {
    padding-bottom: 3px;
    display: block;
    margin: 0 auto; }
  article .related-pic p {
    font-size: 0.8em;
    text-align: center;
    color: #228484; } }

/* end */
/* #4 ===== == = === 37.5em (600px) === = == == */
@media only screen and (min-width: 37.5em) {
  article .related-link {
    float: right;
    width: 25%; }
  article .related-pic {
    float: right;
    width: 45%; } }

@media (max-width: 500px) {
  .p2p-nav li {
    margin-left: 0px !important;
    margin-right: 0px !important; } }

.dono-match {
  border-bottom: 0;
  margin: 10px 0 0 0;
  padding: 10px 10px !important;
  border: 1px solid #ccc;
  background-color: #4caccf;
  color: white !important;
  border-radius: 5px; }

.dono-match h2 {
  font-size: 1em;
  font-weight: 400;
  color: #fff; }

/* Sticky sections for defender sidebar */
@media (min-width: 768px) {
  .defender-donate-sidebar.down {
    position: sticky;
    top: 217px;
    z-index: 3;
    background: white; }
  .defender-sms-sidebar.down {
    position: sticky;
    top: 370px !important;
    background: white;
    z-index: 2; }
  /* 	.defender-signup-sidebar.down {
	  position: sticky;
	  top: 670px!important;
	  background: white;
	  z-index: 1;
	} */ }

@media (min-width: 1200px) {
  .defender-donate-sidebar.down {
    position: sticky;
    top: 217px;
    z-index: 3;
    background: white; }
  .defender-sms-sidebar.down {
    position: sticky;
    top: 390px !important;
    background: white;
    z-index: 2; }
  /* 	.defender-signup-sidebar.down {
	  position: sticky;
	  top: 720px!important;
	  background: white;
	  z-index: 1;
	} */ }

@media (min-width: 1330px) {
  .defender-donate-sidebar.down {
    position: sticky;
    top: 217px;
    z-index: 3;
    background: white; }
  .defender-sms-sidebar.down {
    position: sticky;
    top: 360px !important;
    z-index: 2; }
  /* 
	.defender-signup-sidebar.down {
	  position: sticky;
	  top: 700px!important;
	  z-index: 1;
	} */ }

/*  EMR News Bulletin elements  */
.emr-image {
  vertical-align: text-top; }

/* 2022 Header Styles */
/* Community Calendar */
.fc .fc-list-event-title .fc-list-event-dot {
  margin: 0 10px 1px !important; }

.fc .fc-list-event-dot {
  border-color: #008BB3 !important;
  margin-bottom: 1px !important; }

.ui-datepicker-header, .ui-datepicker-header .ui-datepicker-header {
  background-color: #fff !important; }

td.fc-list-event-time {
  display: none; }

.header-2022 .top-nav {
  align-items: center;
  background: #377da0;
  display: flex;
  height: 50px;
  justify-content: space-between;
  padding: 0 30px; }

.header-2022 #menu-community-forum-1, .header-2022 #menu-legal-justice-menu-1 {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 15px auto 0;
  padding-bottom: 20px; }

.header-2022 #menu-community-forum, .header-2022 #menu-legal-justice-menu {
  flex-direction: column; }

.header-2022 .hamburger-lang {
  align-items: center;
  display: flex; }

.header-2022 .hamburger {
  height: 38px; }

.header-2022 .language-flag {
  background-color: #377da0;
  color: #fff;
  padding: 0 10px;
  margin: 0 5px;
  font-weight: 700;
  font-size: 1.3em;
  cursor: pointer; }

.header-2022 .language-flag:first-child {
  margin: 0; }

.donate-sign-up-mobile {
  display: none; }

.header-2022 .nav-list li.menu-item a {
  color: #000;
  font-size: 1.2em;
  text-transform: uppercase; }

.header-2022 .nav-list li.menu-item {
  align-items: center;
  display: flex;
  margin: 0;
  padding: 5px;
  text-align: center; }

.header-2022 .buttons-social {
  align-items: center;
  display: flex;
  height: 100%; }

.header-2022 .mobile-social-icons .cta-social-icon {
  margin: 0 5px; }

.header-2022 .buttons-social img {
  height: 30px; }

.header-2022 .donate-sign-up-desktop {
  display: flex;
  height: 100%; }

.header-2022 .sign-up, .header-2022 .donate, .header-2022 .browse {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 100%;
  padding: 0 15px; }

.header-2022 .browse {
  background: none;
  border: none;
  outline: none; }

.header-2022 .browse:after {
  border: 5px solid transparent;
  border-top: 10px solid white;
  content: "";
  left: 5px;
  position: relative;
  top: 3px; }

.header-2022 .browse-menu {
  position: relative; }

.header-2022 .dropdown-browse-menu {
  background: #377da0;
  margin: 0 15px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 30px;
  transition: .2s;
  z-index: 1; }

.header-2022 .dropdown-browse-menu.open {
  display: block;
  opacity: 1; }

.header-2022 .dropdown-browse-menu .nav-list {
  display: none; }

.header-2022 .dropdown-browse-menu.open .nav-list {
  display: block; }

.header-2022 .dropdown-browse-menu ul.menu {
  padding: 0; }

.header-2022 .dropdown-browse-menu .nav-list li.menu-item {
  padding: 0;
  text-align: left; }

.header-2022 .dropdown-browse-menu .nav-list li.menu-item a {
  color: #fff;
  font-size: 10pt;
  padding: 5px 10px;
  text-transform: capitalize;
  width: 100%; }

.header-2022 .sign-up {
  background: #377da0;
  border: none;
  float: none;
  margin: 0; }

.header-2022 .donate {
  background: #7a9d48; }

.header-2022 .logo-anchor {
  margin: auto;
  max-width: 700px;
  padding-top: 35px;
  width: 80%; }

@media (max-width: 768px) {
  .header-2022 .top-nav {
    height: 50px;
    padding: 0 10px; }
  .header-2022 .more-socials {
    flex-wrap: wrap;
    justify-content: center;
    z-index: -1; }
  .header-2022 .more-socials.open {
    z-index: 2000; }
  .header-2022 .buttons-social img {
    height: 25px; }
  .header-2022 .language-flag {
    display: none; }
  .header-2022 .donate-sign-up-desktop {
    display: none; }
  .donate-sign-up-mobile {
    align-items: center;
    background: #767775;
    color: #fff;
    display: flex;
    height: 35px;
    justify-content: center;
    width: 100%; }
  .donate-sign-up-mobile span {
    font-size: 25px; }
  .header-2022 .sign-up, .header-2022 .donate {
    background: none;
    font-size: 18px;
    justify-content: center;
    padding: 0 8px; }
  .header-2022 .mobile-social-icons .cta-social-icon {
    margin: 0 6px; }
  .header-2022 .logo-anchor {
    padding: 30px 0 15px;
    width: 90%; }
  .header-2022 #menu-community-forum-1, .header-2022 #menu-legal-justice-menu {
    margin-top: 0; } }

/* Community Forum Lander */
.community-forum .community-header {
  border-bottom: #000 1px solid;
  border-top: #000 1px solid;
  display: flex;
  height: 50px;
  justify-content: center; }

.community-forum .community-header a {
  align-items: center;
  color: #377da0;
  display: flex;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase; }

.community-forum .community-header span {
  color: #7a9d48;
  padding-left: 10px; }

.community-forum .excerpt {
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
  margin: auto;
  max-width: 800px;
  padding: 30px 20px;
  text-align: center; }

.community-forum .slider {
  max-height: 400px; }

.community-forum .slider2 {
  max-height: 660px;
  background-color: #cccccc; }

.community-forum .callouts {
  margin: auto;
  max-width: 1100px;
  padding: 45px 20px 10px;
  text-align: center; }

.community-forum .callouts a {
  text-decoration: none; }

.community-forum .callouts p {
  color: #000;
  font-family: open-sans;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  line-height: 23px;
  text-transform: none; }

.community-forum .callouts h3 {
  color: #377da0;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase; }

.community-forum .callouts h4 {
  color: #7a9d48;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-transform: uppercase; }

@media (max-width: 768px) {
  .community-forum .callouts {
    max-width: 600px;
    padding: 0; }
  .community-forum .community-header a {
    font-size: 20px; }
  .community-forum .excerpt {
    font-size: 18px; } }

/* Conference Bios */
.conference .date {
  display: block;
  margin-bottom: 10px; }

.conference .headshot-content img {
  float: left;
  max-height: 300px;
  width: auto;
  max-width: 50%;
  margin-right: 10px; }

.conference .conference-breadcrumbs {
  margin-bottom: 30px;
  font-size: 18px; }

.conference .bio-title {
  font-size: 22px;
  color: #000;
  font-style: italic; }

.conference .share-area {
  justify-content: flex-end; }

.title-share {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px; }

.title-share h1 {
  max-width: 62%; }

.title-share .share-section {
  margin: 8px 0 0;
  min-width: 191px; }

@media (max-width: 847px) {
  .title-share h1 {
    max-width: 100%; }
  .title-share .share-section {
    margin-bottom: 0; } }

/* sms reminder shortcode embed */
#sms-post-insert-styles {
  border: 1px solid #277ea6;
  width: 75%;
  text-align: left;
  background: white;
  margin-bottom: 20px;
  margin-top: 20px; }

/* @media (min-width: 1040px) {
	#sms-post-insert-styles {
		border:1px solid #277ea6;
		width:75%;
		text-align:left;
		background: white;
	}
}
@media (max-width: 1040px) {
	#sms-post-insert-styles {
		border:1px solid #277ea6;
		width:100%;
		text-align:left;
		background: white;
	}
} */
.header-2022 .header-legal__logo-anchor {
  max-width: 550px; }

/**
 * Author Styles
 */
h5.author-page-posts__post-type {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.85em;
  margin: 0.3em 0;
  text-transform: uppercase;
  letter-spacing: 0.6px; }

/* Slick Slider */
.slick-slider .slick-prev, .slick-slider .slick-next {
  z-index: 1; }

.slick-slider .slick-prev {
  left: 20px; }

.slick-slider .slick-next {
  right: 35px; }

.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
  font-size: 30px;
  color: gray; }

.slick-slider .slick-slide {
  padding: 0 10px; }

/* home-2022a */
.homepage__video {
  padding: 0 20% 0 20%; }

.home.seeking-justice-inner .section-inner > p {
  padding: 25px 25% 45px;
  font-style: italic;
  line-height: 150%;
  text-align: center; }

.home .legal-justice .slick-slider .slick-slide {
  padding: 0 10px; }

.home .legal-justice .callouts p {
  font-size: 14px; }

.home .chd-slider-2__slick .slick-prev:before, .home .chd-slider-2__slick .slick-next:before {
  color: #fff !important; }

.home .chd-slider-2__slick .slick-prev, .home .chd-slider-2__slick .slick-next {
  width: 50px;
  height: 50px; }

.chd-slider-2__slick {
  width: 86%; }

.chd-slider-2__slick .slick-dots li button::before {
  color: #fff; }

.chd-slider-2__slick .slick-dots {
  bottom: 10px; }

.chd-slider-2__slick .slick-dots li.slick-active button:before {
  color: #fff; }

.chd-slider-2__slick.slick-dotted.slick-slider {
  margin-bottom: 0; }

.page-template-template-legal .slick-arrow img, .home .slick-arrow img {
  display: none; }

@media (min-width: 600px) {
  .home .slick-slider .slick-next {
    right: -10px; }
  .home .slick-slider .slick-prev {
    left: -10px; } }

@media (min-width: 768px) {
  .home .chd-slider-2__slick .slick-prev:before, .home .chd-slider-2__slick .slick-next:before {
    font-size: 50px !important; }
  .home .slick-slider .slick-next {
    right: -25px; }
  .home .slick-slider .slick-prev {
    left: -25px; } }

@media (max-width: 768px) {
  .homepage__video {
    padding: 0 5% 0 5%; }
  .home.seeking-justice-inner .section-inner {
    width: 95%; }
  .home.seeking-justice-inner .section-inner > p {
    padding: 25px 5%; }
  .home .chd-slider-2__slick .slick-next, .home .slick-slider .slick-prev {
    top: 60%; }
  .home .seeking-justice-inner .chd-slider-2__slick .slick-next, .home .seeking-justice-inner .slick-slider .slick-prev {
    top: 50%; }
  .home .chd-slider-2__slick.slick-slider .slick-next {
    right: -20px !important; }
  .home .chd-slider-2__slick.slick-slider .slick-prev {
    left: -20px !important; } }

@media (max-width: 500px) {
  .footer-languages .home-page-flags.defender-language-flags {
    display: flex; }
  .footer-languages .home-page-flags .language-flag {
    width: 20px; }
  .home-page-flags .language-link {
    margin-right: 8px; } }

.legal-justice__callouts.legal-justice__callouts--home {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 300px) {
  .footer-languages .home-page-flags .language-flag {
    width: 15px; }
  .home-page-flags .language-link {
    margin-right: 2px; } }

/* pullquote shortcodes */
.pullquote__shortcode-1 {
  border-top: 1px solid #737473;
  border-bottom: 1px solid #737473;
  display: block;
  font-family: 'Merriweather';
  margin: 10px 0 25px 0;
  padding: 20px 0 5px 0; }

.pullquote__shortcode-1 p {
  padding: 0 50px 0 50px; }

.pullquote__shortcode-2 {
  border-left: 5px solid #6aaaca;
  display: block;
  font-family: 'Merriweather';
  margin: 10px 0 25px 0;
  padding: 0 0 0 30px; }

.pullquote__shortcode-2 h5 {
  padding: 20px 0 30px 0;
  font-style: italic; }

.emr-boxes {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 0px; }

.emr-boxes-first {
  max-width: 560px; }

.emr-boxes:not(.emr-boxes-first) {
  padding-top: 20px; }

.emr-box-wrapper {
  background-color: #ffffff;
  padding-top: 15px;
  text-align: left; }

.emr-box {
  overflow: hidden;
  padding-bottom: 95%;
  position: relative; }

.emr-boxes img {
  display: block;
  height: 100%;
  object-fit: cover;
  position: absolute; }

.emr-boxes a {
  color: #000 !important;
  display: block;
  font-family: merriweather;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center; }

.emr-boxes p {
  margin-bottom: 0; }

@media (max-width: 1100px) {
  .emr-boxes a {
    font-size: 17px !important; } }

@media (max-width: 768px) {
  .emr-boxes:not(.emr-boxes-first) {
    padding-top: 0; }
  .emr-boxes {
    grid-gap: 0 10px !important; }
  article .emr-boxes p {
    margin-bottom: 0; } }

.emr-memes__slider .chd-slider__slide-inner {
  border-radius: 0;
  height: auto;
  width: auto; }

.emr-memes__slider .chd-slider__image {
  position: relative; }

.emr-memes__slider .chd-slider__content {
  display: none; }

.emr-memes__slider.chd-slider .slick-arrow img {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  padding: 5px 4px 5px 6px; }

.recent-emr-action__link-text {
  margin-bottom: 40px; }

.recent-emr-action__link {
  background: #008ab3;
  color: #fff !important;
  font-weight: bold;
  padding: 10px 40px; }

.covid-on-trial-banner.custom span {
  color: #e3fdcf; }

.chd-chronically-ill-youth__banner .covid-on-trial-banner {
  margin-bottom: 0; }

/**
 * Events Manager Pro
 */
.postid-227128 .em-booking-form-details ~ .em-booking-section-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.known-culprits__grid, .too-many-sick-children__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 15px; }

.known-culprits__grid div, .too-many-sick-children__grid div {
  max-width: 152px; }

@media (max-width: 1328px) {
  .known-culprits__grid, .too-many-sick-children__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)); } }

@media (max-width: 500px) {
  .known-culprits__grid, .too-many-sick-children__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center; } }

@media (max-width: 850px) {
  .defender-footer-menu {
    flex-wrap: wrap; } }

/* Chronically Ill Youth Page */
.chronically-ill-youth__info-box {
  display: flex;
  gap: 20px;
  margin-bottom: 25px; }

.chronically-ill-youth__info-box:last-child {
  margin-bottom: 0; }

.chronically-ill-youth__number-box {
  background: #377da0;
  color: #fff;
  display: flex;
  font-family: Merriweather, Georgia, Times, serif;
  font-size: 35px;
  font-weight: bold;
  height: 22px;
  justify-content: center;
  min-width: 115px;
  padding: 32px 0px; }

.chronically-ill-youth__number-box span {
  font-size: 15px;
  font-weight: normal;
  padding: 0 4px 0 7px;
  position: relative;
  top: 7px; }

.chronically-ill-youth__box-title {
  color: #7a9d48;
  font-weight: normal;
  margin-top: -5px; }

.chronically-ill-youth__link-list li {
  color: #1c1d1d;
  list-style-type: square; }

.chronically-ill-youth__link {
  color: #377da0; }

.chronically-ill-youth__line {
  margin: 20px 0 30px; }

.chronically-ill-youth__citation {
  color: #377da0;
  font-size: 30px; }

.chronically-ill-youth__citation a {
  color: #377da0;
  font-size: 18px;
  position: relative;
  top: -7px; }

.chronically-ill-youth__wrapper.wrapper {
  margin-top: 40px; }

@media only screen and (min-width: 83em) {
  .chronically-ill-youth__wrapper.wrapper {
    width: 68.75em; } }

/* ----- Homepage: Chronically Ill Youth infographic styles ----- */
#chronically-ill-youth {
  padding: 0 2em 0;
  background-color: #f4f5f5; }

#chronically-ill-youth .section-inner {
  padding: 2% 3.5%; }

#chronically-ill-youth-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

#chronically-ill-youth-title > * {
  width: 100%;
  text-align: center; }

#chronically-ill-youth-pretitle {
  order: -1;
  font-size: 1.8em;
  line-height: 1; }

#chronically-ill-youth-heading {
  font-size: 2.8em;
  margin: .75em auto;
  color: #0080A3; }

#chronically-ill-youth-subtitle {
  font-size: 2em;
  text-transform: uppercase;
  color: #6A9C32;
  letter-spacing: 3px;
  line-height: normal;
  font-weight: bold; }

#chronically-ill-youth-cta-wrap {
  display: block;
  margin: 1em auto; }

#chronically-ill-youth-cta {
  display: block;
  text-align: center; }

#chronically-ill-youth-tiles {
  margin: 1.5em auto 0.75em auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between; }

.chronically-ill-youth-tile {
  width: calc(20% - 1.5em);
  min-width: calc(200px - 1.5em);
  min-height: 150px;
  text-align: center;
  background-color: #ffffff;
  padding: 2em 0em 1em;
  margin: .75em;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.chronically-ill-youth-tile-stat {
  width: 100%;
  color: #2f3440; }

.chronically-ill-youth-tile-num {
  font-size: 56px;
  font-family: "Merriweather";
  font-weight: bold; }

.chronically-ill-youth-tile-kids {
  font-family: "Merriweather"; }

.chronically-ill-youth-tile p:nth-child(2) {
  color: #6A6D72;
  font-size: 1em;
  line-height: 1em;
  margin: .33em auto; }

.chronically-ill-youth-tile-link-wrap {
  width: 100%;
  margin: auto 1em;
  text-align: center; }

.chronically-ill-youth-tile-link {
  font-size: 1.3em;
  font-weight: 700;
  color: #0080A3; }

@media (max-width: 768px) {
  #chronically-ill-youth {
    padding: 2em 1em; }
  #chronically-ill-youth .section-inner {
    width: 100%;
    padding: 0; }
  .chronically-ill-youth-tile {
    width: calc(50% - 1em);
    margin: 0.5em;
    min-width: auto; }
  .chronically-ill-youth-tile-num {
    font-size: 2em; }
  .chronically-ill-youth-tile-link-wrap {
    margin: auto auto; }
  .chronically-ill-youth-tile-link {
    word-wrap: break-word;
    font-size: 16px; } }

.homepage__video .player-poster:after {
  background-color: black;
  bottom: 8px;
  border-radius: 8px;
  font-weight: bold;
  opacity: .6;
  padding: 2px 6px;
  position: absolute;
  right: 8px; }

.home #boxcast-widget-we-are-chd-twtvsioumpzjgapzgjw6 .player-poster:after {
  content: '4:11'; }

.home #boxcast-widget-we-are-chd---spanish-vcfwux7sgpetoerizfa4 .player-poster:after {
  content: '4:11'; }

.home #boxcast-widget-we-are-chd---portuguese-jx0igd8r4p5elz3z3fux .player-poster:after {
  content: '4:11'; }

.home #boxcast-widget-we-are-chd---german-pfpesjzaonn0ameaodgu .player-poster:after {
  content: '4:11'; }

.home #boxcast-widget-we-are-chd---italian-wikxqlfnoprarjdx3djq .player-poster:after {
  content: '4:11'; }

.home #boxcast-widget-we-are-chd---french-p923xiykw5fm8d5k5gau .player-poster:after {
  content: '4:11'; }

.home #boxcast-widget-robert-f-kennedy-jr-intl-message-for-freedom-and-hope---with-translations-a5n03hfaswpxue9lx9vz .player-poster:after {
  content: '18:50'; }

.home #boxcast-widget-lawsuit-recap-tni-jxdlrn3pcrhcllndbxs5 .player-poster:after {
  content: '2:46'; }

.home #boxcast-widget-chd-stands-with-freedom-fighters-you-make-it-possible-lsvmf4q7i2jdomhfzaqc .player-poster:after {
  content: '3:09'; }

.home #boxcast-widget-doctors-letter-cutdown-xqvzilmldaiqkcw2dfck .player-poster:after {
  content: '2:36'; }

.home #boxcast-widget-hands-off-our-children-03022023-ki7ctctaqxcc9tpxj2fc .player-poster:after {
  content: '2:08'; }

.home #boxcast-widget-chapters-video-updated-s0cf2bo4kfmau2cgswnj .player-poster:after {
  content: '3:54'; }

.home #boxcast-widget-2-million-match-campaign-to-fight-the-corrupt-merger-between-state--corporate-power-z51jqdggv7skekzizghl .player-poster:after {
  content: '1:44'; }

.home .chd-trademark-symbol {
  font-size: 20px;
  font-weight: normal;
  position: relative;
  top: -10px; }

.home .defender-registered-symbol {
  font-size: 15px;
  position: relative;
  top: -18px; }

.home .chd-trademark-symbol {
  font-size: 20px;
  font-weight: normal;
  position: relative;
  top: -10px; }

.home .chd-trademark-symbol.chdtv {
  margin-left: 5px;
  top: -35px; }

.home .chd-trademark-symbol.good-morning-chd {
  top: -5px; }

.home .defender-registered-symbol {
  font-size: 15px;
  position: relative;
  top: -18px; }

@media (max-width: 600px) {
  .home .defender-registered-symbol {
    top: -10px; } }

.home__donate-button {
  width: 200px;
  background: #87c33e;
  margin: 30px auto 0;
  text-align: center; }

.home__donate-button a {
  color: white;
  display: block;
  font-weight: bold;
  padding: 12px 40px; }

.tgfs-article {
  width: 100%;
  display: block; }

.tgfs-article:after {
  content: "";
  clear: both;
  display: table; }

.tgfs-art-img {
  float: left;
  padding-right: 20px; }

.tgfs-article-image {
  width: 100%;
  max-width: 250px;
  border: solid 1px #999; }

.tgfs-art-content {
  width: 100%; }

.tgfs-hr-div {
  clear: both;
  padding-top: 0px;
  padding-bottom: 0px; }

.tgfs-hr {
  background-color: #e5e5e5;
  color: #e5e5e5; }

.tgfs-author-hr {
  background-color: #f5f5f5;
  color: #f5f5f5;
  height: 10px;
  padding-top: 0px; }

.tgfs-author-image {
  width: 100%;
  max-width: 150px;
  border-radius: 50%;
  margin-right: 15px;
  margin-bottom: 25px;
  vertical-align: top; }

.tgfs-ul {
  overflow: hidden;
  padding-left: 5px; }

.tgfs-ul li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 20px; }

@media only screen and (max-width: 600px) {
  .tgfs-article div {
    clear: both; }
  .tgfs-article-image {
    width: 100%;
    max-width: 100%;
    border: solid 1px #999; } }

.postid-243922 .community-forum__share-section {
  float: none; }

.postid-243922 .community-forum__share-section .share-link {
  border-bottom: 0;
  border-right: 1px solid #ccc; }

.postid-243922 .community-forum__share-section .share-links {
  flex-direction: row; }

.postid-243723 .community-forum__share-section {
  float: none; }

.postid-243723 .community-forum__share-section .share-link {
  border-bottom: 0;
  border-right: 1px solid #ccc; }

.postid-243723 .community-forum__share-section .share-links {
  flex-direction: row; }

.postid-243496 .community-forum__share-section {
  float: none; }

.postid-243496 .community-forum__share-section .share-link {
  border-bottom: 0;
  border-right: 1px solid #ccc; }

.postid-243496 .community-forum__share-section .share-links {
  flex-direction: row; }

.postid-243537 .community-forum__share-section {
  float: none; }

.postid-243537 .community-forum__share-section .share-link {
  border-bottom: 0;
  border-right: 1px solid #ccc; }

.postid-243537 .community-forum__share-section .share-links {
  flex-direction: row; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.chd-button--blue {
  background-color: #0080A3;
  transition: background-color 0.15s, border-color 0.15s; }
  .chd-button--blue:hover, .chd-button--blue:active, .chd-button--blue:focus {
    background-color: #01647F;
    border-color: #01647F; }

.chd-button--white {
  background-color: #fff;
  border: 2px solid #0080A3;
  transition: background-color 0.15s, color 0.15s; }
  .chd-button--white:hover, .chd-button--white:active, .chd-button--white:focus {
    background-color: #0080A3;
    color: #fff; }

.chd-button--hb {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 2px;
  line-height: 1;
  padding: 14px 0;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle; }
  .chd-button--hb-donate {
    border: 2px solid #0080A3;
    color: #fff;
    flex: 1 0 auto; }
  .chd-button--hb-sign-up {
    border: 2px solid #0080A3;
    color: #000;
    flex: 1 0 auto; }

.chd-button--home-defender {
  background: #fff;
  border: 2px solid #0080A3;
  color: #000;
  display: inline-block;
  font-family: "open-sans", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.15em;
  padding: 10px 58px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle; }

.chd-button--chd-conference-home {
  color: #fff;
  display: inline-block;
  font-family: "open-sans", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.4;
  min-width: 160px;
  padding: 14px 20px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle; }
  .chd-button--chd-conference-home:link, .chd-button--chd-conference-home:visited, .chd-button--chd-conference-home:hover, .chd-button--chd-conference-home:active, .chd-button--chd-conference-home:focus {
    color: #fff;
    text-decoration: none; }
  @media (min-width: 1200px) {
    .chd-button--chd-conference-home {
      font-size: 18px;
      min-width: 290px; } }

.chd-header {
  background: #fff;
  border-bottom: 1px solid #E7E5E2; }
  .chd-header--sticky {
    position: sticky;
    top: 0;
    z-index: 4; }

#logo-row-wrap {
  font-size: 14px;
  gap: 15px;
  line-height: 1;
  width: 100%;
  display: flex;
  height: 102px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between; }

.logo-wrap {
  display: flex;
  align-items: center; }

.logo {
  float: none;
  line-height: 1;
  margin: 0; }
  .logo__link--fill-height {
    display: inline-block;
    height: 55px;
    vertical-align: middle; }
  .logo__image {
    vertical-align: middle;
    width: 260px; }
    .logo__image--fill-height {
      height: 100%;
      width: 100%;
      object-fit: contain;
      object-position: left center;
      max-width: none; }

#social-donate-wrap {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 18px;
  align-items: center;
  justify-content: center; }

#header-social-links,
#more-social-links {
  display: flex;
  column-gap: 10px;
  padding: 0;
  align-items: center;
  justify-content: center; }

#header-social-links li,
#more-social-links li,
#footer-social-links li {
  list-style-type: none; }

#header-social-links li > *,
#more-social-links a,
#footer-social-links a {
  display: block;
  margin: auto 0.25em; }

#header-social-links li img,
#more-social-links li img,
#footer-social-links li img {
  border-radius: 50%;
  max-width: 100%;
  width: 30px;
  height: auto; }

#more-socials-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0; }

#more-social-links {
  display: none; }

#more-social-links {
  list-style: none;
  opacity: 0;
  background: #ffffff;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  border-radius: 10px;
  padding: 0.25em;
  position: absolute;
  align-items: center;
  border: 1px solid transparent; }

#more-social-links[aria-hidden="false"] {
  border: 1px solid lightgray;
  display: flex;
  opacity: 1; }

#more-social-links[aria-hidden="true"] li,
#more-social-links:not([aria-hidden="false"]) {
  display: none; }

.donate-button,
.signup-button {
  display: block;
  padding: 14px 22px;
  text-decoration: none;
  border: 2px solid #0080A3;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-family: 'open-sans', 'Open-Sans', Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  letter-spacing: 2px;
  line-height: 1;
  white-space: nowrap; }

.donate-button {
  background: #0080A3;
  color: #ffffff; }

.signup-button {
  color: #000000; }

#mobile-hamburger-menu {
  bottom: 0;
  height: 100vh;
  overflow-x: hidden;
  top: 0;
  width: 320px; }
  #mobile-hamburger-menu #hamburger-donate-signup-wrap {
    background: #F4F5F5;
    display: flex;
    justify-content: center;
    padding: 15px;
    column-gap: 15px; }
    #mobile-hamburger-menu #hamburger-donate-signup-wrap .header-button {
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 2px; }
    #mobile-hamburger-menu #hamburger-donate-signup-wrap .donate-button {
      padding-left: 0;
      padding-right: 0;
      width: 120px; }
    #mobile-hamburger-menu #hamburger-donate-signup-wrap .signup-button {
      padding-left: 0;
      padding-right: 0;
      width: 160px; }
  #mobile-hamburger-menu .menu-shop-reskin-hamburger-menu-container {
    padding-bottom: 150px; }

.admin-bar #mobile-hamburger-menu {
  padding-top: 32px;
  min-height: calc(100vh - 32px); }

.admin-bar #hamburger-close-button {
  top: calc(0.5em + 32px); }

#hamburger-close-button {
  position: absolute;
  left: 335px;
  top: 10px;
  color: white;
  z-index: 99999;
  padding: 5px;
  font-size: 2em;
  width: auto;
  height: auto;
  background: transparent;
  opacity: 1; }

#hamburger-close-button svg {
  width: 40px; }

#hamburger-search-link {
  font-size: 20px;
  font-weight: bold;
  display: block;
  padding: 1em 1rem 0.75em;
  color: #000000;
  border-bottom: 1.5px solid lightgray; }

#hamburger-search-link:after {
  position: relative;
  content: "";
  width: 0.7em;
  height: 0.7em;
  background: url("/wp-content/themes/chd-shop-theme/images/search.svg") no-repeat center;
  background-size: contain;
  padding: 0 5px;
  display: inline-block;
  font-weight: 100; }

#mobile-hamburger-menu li {
  padding: 0.25em 1em; }

#chd-mobile-links .menu-item svg {
  height: 0.9em;
  line-height: 20px;
  vertical-align: middle; }

#chd-mobile-links > li:first-child {
  padding: 0.25em 1em 0.5em; }

#chd-mobile-links > .menu-item > a {
  padding: 1.125em 0 0.3rem;
  font-size: 20px;
  font-weight: bold; }

#mobile-hamburger-menu .sub-menu li > a {
  font-size: 1em; }

#chd-mobile-links {
  box-sizing: border-box;
  position: relative; }

#mobile-hamburger-menu ul.sub-menu {
  display: block;
  box-sizing: border-box;
  position: unset; }

#mobile-hamburger-menu li {
  box-sizing: border-box; }

#mobile-hamburger-menu ul.sub-menu ul.sub-menu {
  transform: translateX(320px);
  position: absolute;
  transition: 0.5s ease-in-out;
  background-color: #ffffff;
  width: 100%;
  top: 0;
  padding: 0;
  z-index: 1;
  left: 0;
  bottom: 0; }

#mobile-hamburger-menu ul.sub-menu li.selected ul.sub-menu {
  transform: translateX(0); }

#chd-mobile-links li {
  border: none;
  width: 100%; }

#chd-mobile-links > li.menu-item-has-children {
  border-top: 1px solid lightgray;
  padding: 0.25em 1em 0.5em; }

#chd-mobile-links > li.menu-item-has-children > a {
  font-weight: 600;
  font-size: 1.25em; }

#chd-mobile-links .menu-item.selected .sub-menu {
  padding-left: 0; }

#chd-mobile-links > li.menu-item-has-children > .sub-menu > li {
  padding: 0; }

#chd-mobile-links .sub-menu .sub-menu li {
  padding: 0 1em; }

#chd-mobile-links .sub-menu .sub-menu li.submenu-parent-label {
  font-size: 20px;
  border-top: 1px solid lightgray;
  padding: 1rem 1rem 0;
  font-weight: bold; }

#chd-mobile-links .sub-menu .sub-menu li.submenu-parent-label.back {
  padding-bottom: 0.5em;
  border-top: none; }

.submenu-parent-label.back a {
  position: relative;
  line-height: 1; }

#header-social-links .social-link,
#footer-social-links .social-link {
  text-align: center; }

#header-social-links .social-link a {
  position: relative;
  height: 26px;
  width: 26px;
  line-height: 26px;
  display: block;
  text-indent: -9999px;
  margin: auto;
  text-align: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  border-radius: 50%; }

#header-social-links > li.social-link > a {
  background-color: #008ab3;
  transition: background-color 0.15s; }
  #header-social-links > li.social-link > a:hover, #header-social-links > li.social-link > a:active, #header-social-links > li.social-link > a:focus {
    background-color: #01647F; }

#header-social-links .social-link-twitter a {
  background-image: url("/wp-content/themes/chd-shop-theme/images/social/twitter-circle-solid-blue.svg"); }

#header-social-links .social-link-telegram a {
  background-image: url("/wp-content/themes/chd-shop-theme/images/social/telegram-circle-solid-blue.svg"); }

#header-social-links .social-link-gettr a {
  background-image: url("/wp-content/themes/chd-shop-theme/images/social/gettr-circle-solid-blue.svg"); }

#header-social-links .social-link-more > a {
  background-image: url("/wp-content/themes/chd-shop-theme/images/social/more-circle-solid-blue.svg"); }

#header-social-links .social-link-more .social-link-gettr a {
  background-image: url("/wp-content/themes/chd-shop-theme/images/social/gettr-circle-blue.svg"); }

#header-social-links .social-link-mewe a {
  background-image: url("/wp-content/themes/chd-shop-theme/images/social/mewe-circle-blue.svg"); }

#header-social-links .social-link-gab a {
  background-image: url("/wp-content/themes/chd-shop-theme/images/social/gab-circle-blue.svg"); }

#header-social-links .social-link-linkedin a {
  background-image: url("/wp-content/themes/chd-shop-theme/images/social/linkedin-circle-blue.svg"); }

#header-social-links .social-link-rumble a {
  background-image: url("/wp-content/themes/chd-shop-theme/images/social/rumble-circle-blue.svg"); }

#header-social-links .social-link-bitchute a {
  background-image: url("/wp-content/themes/chd-shop-theme/images/social/bitchute-circle-blue.svg"); }

#header-social-links .social-link-reddit a {
  background-image: url("/wp-content/themes/chd-shop-theme/images/social/reddit-circle-blue.svg"); }

#header-social-links .social-link-odysee a {
  background-image: url("/wp-content/themes/chd-shop-theme/images/social/odysee-circle-blue.svg"); }

#header-social-links .social-link-sovren a {
  background-image: url("/wp-content/themes/chd-shop-theme/images/social/sovren-circle-blue.svg"); }

#header-social-links .social-link-truth a {
  background-image: url("/wp-content/themes/chd-shop-theme/images/social/truth-circle-blue.svg"); }

#header-social-links li.social-link-more {
  position: relative; }

#header-social-links li.social-link-more a {
  cursor: pointer; }

#header-social-links li.social-link-more a + ul.sub-menu {
  display: none; }

#header-social-links li.social-link-more a + ul.sub-menu[aria-hidden="false"] {
  display: block;
  position: absolute;
  background: #ffffff;
  width: 360px;
  max-width: 100vw;
  margin: auto;
  right: -120px;
  padding: 0.25em 0;
  box-sizing: border-box;
  border: 1px solid lightgray;
  border-radius: 0.5em;
  margin-top: 1em;
  z-index: 1; }

#header-social-links li.social-link-more a + ul.sub-menu[aria-hidden="false"] .social-link {
  margin: auto 4px; }

#mobile-menu-button-wrap {
  margin: auto auto auto 8px; }

#mobile-menu-button-wrap a {
  position: relative;
  height: 26px;
  width: 26px;
  display: block;
  text-indent: -9999px;
  text-align: center; }

#mobile-menu-button-wrap a:before {
  content: "";
  background: url("/wp-content/themes/chd-shop-theme/images/hamburger.svg") no-repeat center;
  background-size: contain;
  color: black;
  display: block;
  height: 26px;
  width: 26px;
  position: absolute;
  text-indent: 0; }

.defender-signup {
  background: #FBFAF7;
  text-align: center;
  padding: 12px; }
  .defender-signup__title {
    font-family: 'open-sans', 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin: 0; }
  .defender-signup__link {
    color: #1B7AAB; }

@media (max-width: 834px) {
  #social-donate-wrap {
    column-gap: 16px;
    flex-wrap: nowrap;
    justify-content: space-between; }
  #header-social-links li.social-link-more a + ul.sub-menu[aria-hidden="false"] {
    right: 0;
    width: 190px;
    margin: 1em auto; }
  #header-social-links li.social-link-more a + ul.sub-menu[aria-hidden="false"] li {
    width: initial;
    display: inline-block; }
  .social-link-more ul.sub-menu {
    width: 190px; } }

@media (max-width: 800px) {
  .menu-shop-reskin-header-social-links-container {
    display: none; } }

@media (max-width: 680px) {
  #logo-row-wrap {
    height: 74px; }
    #logo-row-wrap .logo__link--fill-height {
      height: 35px; }
    #logo-row-wrap .logo__image {
      width: 164px; }
      #logo-row-wrap .logo__image--fill-height {
        width: 100%; }
    #logo-row-wrap .menu-shop-reskin-header-social-links-container {
      display: flex; }
    #logo-row-wrap .donate-button-wrap,
    #logo-row-wrap .signup-button-wrap {
      display: none !important; }
  .nav-container--home {
    display: none !important; } }

@media (max-width: 560px) {
  #chd-links li {
    width: 100%; }
  #header-social-links-wrap {
    width: 100%; }
  #more-social-links {
    max-width: 100%; } }

@media (max-width: 390px) {
  .admin-bar #mobile-hamburger-menu {
    padding-top: calc(32px + 50px); }
  #mobile-hamburger-menu {
    padding-top: 50px; }
  #hamburger-close-button {
    left: calc(320px - 50px);
    color: #000000;
    top: 0; } }

.nav-defender-langs {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #373A3C;
  margin: 0; }
  .nav-defender-langs__list {
    list-style: none;
    text-align: center; }
  .nav-defender-langs__item {
    display: inline-block;
    line-height: 48px;
    margin: 0 0.45em;
    text-transform: uppercase;
    vertical-align: middle; }
  .nav-defender-langs__link {
    color: #b0ddf3; }
    .nav-defender-langs__link:link, .nav-defender-langs__link:visited, .nav-defender-langs__link:hover, .nav-defender-langs__link:active, .nav-defender-langs__link:focus {
      color: #b0ddf3; }

.nav-container--main {
  border-top: 1px solid #E7E5E2;
  height: 64px; }
  .nav-container--main .nav-list {
    border: 0 none;
    margin-bottom: 0;
    padding: 0 20px; }
  .nav-container--main .menu {
    gap: 0 44px;
    padding: 0; }
    .nav-container--main .menu li.menu-item {
      display: flex;
      align-items: center;
      padding: 0; }
      .nav-container--main .menu li.menu-item a {
        color: #000000;
        font-family: 'open-sans', 'Open Sans', Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.14em;
        line-height: 26px;
        padding: 0;
        text-decoration: none;
        text-transform: uppercase; }
        .nav-container--main .menu li.menu-item a:link, .nav-container--main .menu li.menu-item a:visited {
          color: #000; }
        .nav-container--main .menu li.menu-item a:hover, .nav-container--main .menu li.menu-item a:active, .nav-container--main .menu li.menu-item a:focus {
          color: #377da0; }
  .nav-container--main .nav-icon a {
    display: block;
    height: 1em;
    width: 1em;
    overflow: hidden;
    position: relative;
    text-indent: 100%; }
    .nav-container--main .nav-icon a::before {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 1em;
      height: 1em;
      color: black;
      display: block;
      position: relative;
      text-indent: 0; }
  .nav-container--main .nav-hamburger a::before {
    content: "";
    background-image: url("/wp-content/themes/chd-shop-theme/images/hamburger.svg"); }
  .nav-container--main .nav-search a::before {
    content: "";
    background-image: url("/wp-content/themes/chd-shop-theme/images/search.svg"); }

.chd-hb-menu-container {
  bottom: 0;
  left: 0;
  top: 0;
  position: fixed;
  right: 0;
  visibility: hidden;
  z-index: 999; }
  .chd-hb-menu-container--open {
    visibility: visible; }
    .chd-hb-menu-container--open .chd-hb-menu-canvas {
      opacity: 1; }
  .admin-bar .chd-hb-menu-container {
    top: 46px; }
    @media (min-width: 782px) {
      .admin-bar .chd-hb-menu-container {
        top: 32px; } }

.chd-hb-menu {
  font-family: "open-sans", "Open Sans", sans-serif;
  font-size: 16px;
  list-style: none; }
  .chd-hb-menu__title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.15; }
    .chd-hb-menu__title + [class^="menu-hamburger-"] {
      padding-top: 10px; }
    .chd-hb-menu__title--search {
      position: relative; }
      .chd-hb-menu__title--search::after {
        content: url("./images/search.svg");
        width: 14px;
        height: 14px;
        display: inline-block;
        margin-left: 12px; }
  .chd-hb-menu a {
    color: #000;
    display: inline-block;
    vertical-align: middle; }
    .chd-hb-menu a:link, .chd-hb-menu a:visited, .chd-hb-menu a:hover, .chd-hb-menu a:active {
      color: #000; }
  .chd-hb-menu .menu-item.chd-hb-menu__btn_fwd a::after {
    content: url("./images/chevron-right-nav.svg");
    display: inline-block;
    line-height: 15px;
    vertical-align: middle; }
  .chd-hb-menu .menu-item a {
    padding: 10px 0; }
  .chd-hb-menu .menu-item.chd-hb-menu__title a {
    padding-top: 0; }
  .chd-hb-menu__btn-back {
    padding-left: 24px;
    position: relative; }
    .chd-hb-menu__btn-back::before {
      content: url("./images/chevron-left-nav.svg");
      display: block;
      height: 24px;
      width: 24px;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -12px; }
  .chd-hb-menu-background {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%; }
  .chd-hb-menu-close {
    color: #fff;
    display: block;
    height: 24px;
    left: 313px;
    position: absolute;
    top: 25px;
    width: 24px; }
    @media (min-width: 390px) {
      .chd-hb-menu-close {
        left: 345px; } }
  .chd-hb-menu-canvas {
    background: #fff;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    position: fixed;
    opacity: 0;
    transition: all 0.4s;
    width: 290px; }
    @media (min-width: 390px) {
      .chd-hb-menu-canvas {
        max-width: 322px;
        width: 100%; } }
  .chd-hb-menu__header {
    background: #F4F5F5;
    border: 0 none;
    column-gap: 15px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    padding: 15px; }
  .chd-hb-menu__content {
    height: 100%;
    overflow: hidden;
    position: relative; }
  .chd-hb-menu__section {
    border-bottom: 1px solid #E7E5E2;
    padding: 20px 18px; }
  .chd-hb-menu__section-main, .chd-hb-menu__section-child {
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.4s;
    overflow: hidden auto;
    position: absolute;
    visibility: hidden;
    padding-bottom: 150px; }
  .chd-hb-menu__section-main {
    z-index: 5; }
  .chd-hb-menu__section-child {
    z-index: 10; }
  .chd-hb-menu--translate-x {
    transform: translateX(0); }
    .chd-hb-menu--translate-x-left {
      transform: translateX(-100%); }
    .chd-hb-menu--translate-x-right {
      transform: translateX(100%); }
  .chd-hb-menu--visible {
    visibility: visible; }

footer {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #373A3C;
  color: #fff;
  padding: 80px 48px 76px;
  box-sizing: border-box; }
  footer h3 {
    color: #fff !important;
    font-family: 'open-sans', "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 24px;
    line-height: 92%; }

.footer-row {
  display: flex;
  flex-wrap: wrap;
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1em;
  box-sizing: border-box;
  align-items: flex-end;
  justify-content: space-between; }

.footer-column {
  width: 512px;
  max-width: 100%; }

.bold {
  font-weight: bold; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

#chd-footer p {
  padding: 0; }

#footer-languages-logo {
  flex-direction: row-reverse; }

#footer-logo img {
  width: 240px; }

#footer-language-flags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  max-width: 100%;
  margin: 1em auto auto; }
  #footer-language-flags a {
    font-size: 14px;
    color: #b0ddf3;
    text-transform: uppercase; }
  #footer-language-flags .mobile-only {
    display: none; }

#footer-mission {
  margin: 1em auto;
  line-height: 22px;
  letter-spacing: 0.01em; }

#footer-social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  align-items: center;
  column-gap: 7px; }

#footer-social-links .social-link a {
  position: relative;
  height: 34.6px;
  width: 34.6px;
  display: block;
  text-indent: -9999px;
  margin: auto;
  text-align: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  border-radius: 50%; }

#footer-social-links .social-link > a {
  background-color: #ffffff; }

#footer-social-links .social-link-more {
  margin: 0;
  padding: 0; }

#footer-social-links .social-link-more > a {
  display: none; }

#footer-social-links .social-link-more ul.sub-menu {
  display: flex; }

#footer-social-links .social-link-twitter a {
  background-image: url("/wp-content/themes/chd-shop-theme/images/social/twitter-circle-green.svg"); }

#footer-social-links .social-link-telegram a {
  background-image: url("/wp-content/themes/chd-shop-theme/images/social/telegram-circle-green.svg"); }

#footer-social-links .social-link-gettr a {
  background-image: url("/wp-content/themes/chd-shop-theme/images/social/gettr-circle-green.svg"); }

#footer-social-links .social-link-mewe a {
  background-image: url("/wp-content/themes/chd-shop-theme/images/social/mewe-circle-green.svg"); }

#footer-social-links .social-link-gab a {
  background-image: url("/wp-content/themes/chd-shop-theme/images/social/gab-circle-green.svg"); }

#footer-social-links .social-link-linkedin a {
  background-image: url("/wp-content/themes/chd-shop-theme/images/social/linkedin-circle-green.svg"); }

#footer-social-links .social-link-rumble a {
  background-image: url("/wp-content/themes/chd-shop-theme/images/social/rumble-circle-green.svg"); }

#footer-social-links .social-link-bitchute a {
  background-image: url("/wp-content/themes/chd-shop-theme/images/social/bitchute-circle-green.svg"); }

#footer-social-links .social-link-reddit a {
  background-image: url("/wp-content/themes/chd-shop-theme/images/social/reddit-circle-green.svg"); }

#footer-social-links .social-link-odysee a {
  background-image: url("/wp-content/themes/chd-shop-theme/images/social/odysee-circle-green.svg"); }

#footer-social-links .social-link-sovren a {
  background-image: url("/wp-content/themes/chd-shop-theme/images/social/sovren-circle-green.svg"); }

#footer-social-links .social-link-truth a {
  background-image: url("/wp-content/themes/chd-shop-theme/images/social/truth-circle-green.svg"); }

#footer-ein {
  font-size: 14px;
  font-style: italic;
  color: #cccccc;
  line-height: 16px;
  font-weight: 100; }

#footer-buttons {
  display: flex;
  flex-wrap: wrap; }

#footer-buttons-ein h3 {
  width: 100%; }

#footer-buttons-ein .footer-button {
  margin: 0.25em 0; }

#footer-buttons-ein .footer-button a {
  background-color: #008bb3;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #ffffff;
  padding: 1em;
  display: block;
  text-align: center; }

#footer-menu-wrap {
  margin: auto; }

#footer-menu {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  margin: 1em auto auto; }

#footer-menu li {
  width: auto;
  box-sizing: border-box;
  position: relative;
  line-height: 1;
  overflow: hidden; }

#footer-menu li:before {
  display: inline-block;
  position: relative;
  padding: 0 0.5em; }

#footer-menu a {
  color: #B0DDF3;
  text-decoration: underline;
  padding: 0; }

#footer-copyright {
  margin: auto;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400; }

#footer-copyright a {
  color: #ffffff; }

.otgs-development-site-front-end {
  display: none; }

@media (max-width: 1166px) {
  .footer-column {
    margin: 0px auto; }
  #footer-language-flags {
    margin-bottom: 1em; } }

#footer-social-links li.social-link:first-child {
  margin-left: 0; }

#footer-buttons-ein {
  margin-top: 1.5em; }

#footer-buttons-ein .footer-button {
  margin: 1em 1em 1em 0; }

#footer-menu {
  margin-top: 3em; }

#footer-menu li:not(:first-child):before {
  content: "\2022";
  padding: 0 0.75em; }

@media (max-width: 980px) {
  footer {
    padding: 2em 0;
    text-align: center; }
  .footer-row {
    padding: 0 2em; }
  .footer-column {
    margin: 1em auto; }
  footer h3 {
    font-size: 16px; }
  #footer-mission-socials {
    width: 100%;
    margin: auto auto 1em; }
  #footer-mission {
    width: 320px;
    max-width: 100%;
    font-size: 14px; }
  #footer-languages-logo .footer-column {
    margin: 0.5em auto; }
  #footer-language-flags {
    width: 200px;
    font-weight: 600;
    font-size: 16px; }
    #footer-language-flags .desktop-only {
      display: none; }
    #footer-language-flags .mobile-only {
      display: inline; }
  #footer-logo img {
    width: 200px; }
  #footer-social-links-wrap {
    width: 268px;
    margin: 1em auto; }
  #footer-social-links-wrap ul.menu li.menu-item {
    width: auto; }
  #footer-buttons-ein {
    width: 268px;
    margin: auto; }
  #footer-buttons {
    justify-content: space-between;
    width: 100%;
    margin: 0.75em auto; }
  #footer-buttons-ein {
    margin-top: 0em; }
  #footer-buttons-ein .footer-button {
    margin: 0.25em 0; }
  .footer-button.donate {
    width: calc(40% - 0.25em); }
  .footer-button.subscribe {
    width: calc(60% - 0.25em); }
  .footer-button.member {
    width: 100%; }
  #footer-menu-copyright {
    padding: 0; }
  #footer-menu-wrap {
    width: 100%;
    margin: 0.5em auto; }
  #footer-menu {
    width: 344px;
    max-width: 100%;
    margin-top: 1em; }
  #footer-copyright span:first-child .bullet {
    display: none; }
  #footer-copyright span:last-child {
    width: 100%;
    display: block; }
  #footer-menu li:not(:first-child):before {
    content: ""; }
  #footer-menu li:nth-child(2):before,
  #footer-menu li:nth-child(4):before,
  #footer-menu li:nth-child(5):before,
  #footer-menu li:nth-child(7):before,
  #footer-menu li:nth-child(8):before {
    content: "\2022" !important;
    padding: 0 0.75em; } }

.chd-swiper .swiper-lazy-preloader {
  display: none; }

.chd-swiper .swiper-button-next,
.chd-swiper .swiper-button-prev {
  transition: all 0.15s; }
  .chd-swiper .swiper-button-next--full-height,
  .chd-swiper .swiper-button-prev--full-height {
    background: rgba(255, 255, 255, 0.9);
    bottom: 0;
    height: 100%;
    margin-top: 0;
    top: 0;
    width: 40px; }
    .chd-swiper .swiper-button-next--full-height::after,
    .chd-swiper .swiper-button-prev--full-height::after {
      color: #000;
      font-size: 20px; }
    .chd-swiper .swiper-button-next--full-height:hover,
    .chd-swiper .swiper-button-prev--full-height:hover {
      background: white; }
    .chd-swiper .swiper-button-next--full-height.swiper-button-disabled,
    .chd-swiper .swiper-button-prev--full-height.swiper-button-disabled {
      opacity: 0; }
  .chd-swiper .swiper-button-next--dark,
  .chd-swiper .swiper-button-prev--dark {
    background: rgba(0, 0, 0, 0.8); }
    .chd-swiper .swiper-button-next--dark:hover,
    .chd-swiper .swiper-button-prev--dark:hover {
      background: black; }
    .chd-swiper .swiper-button-next--dark::after,
    .chd-swiper .swiper-button-prev--dark::after {
      color: #fff; }
  .chd-swiper .swiper-button-next--blue,
  .chd-swiper .swiper-button-prev--blue {
    background: rgba(0, 128, 163, 0.9); }
    .chd-swiper .swiper-button-next--blue:hover,
    .chd-swiper .swiper-button-prev--blue:hover {
      background: #0080a3; }
    .chd-swiper .swiper-button-next--blue::after,
    .chd-swiper .swiper-button-prev--blue::after {
      color: #fff; }
  @media (max-width: 834px) {
    .chd-swiper .swiper-button-next--home-videos,
    .chd-swiper .swiper-button-prev--home-videos {
      background: #F4F5F5; } }
  .chd-swiper .swiper-button-next--home-chd-tv-lineup,
  .chd-swiper .swiper-button-prev--home-chd-tv-lineup {
    max-height: 144px; }
  .chd-swiper .swiper-button-next--home-chd-tv-trending, .chd-swiper .swiper-button-next--home-chd-tv-latest-episodes, .chd-swiper .swiper-button-next--home-chd-tv-bus-testimonials,
  .chd-swiper .swiper-button-prev--home-chd-tv-trending,
  .chd-swiper .swiper-button-prev--home-chd-tv-latest-episodes,
  .chd-swiper .swiper-button-prev--home-chd-tv-bus-testimonials {
    max-height: 146px; }
  .chd-swiper .swiper-button-next--chd-conference-home-speakers,
  .chd-swiper .swiper-button-prev--chd-conference-home-speakers {
    height: 47px;
    top: 22%;
    width: 55px; }
    .chd-swiper .swiper-button-next--chd-conference-home-speakers::after,
    .chd-swiper .swiper-button-prev--chd-conference-home-speakers::after {
      font-size: 20px; }
    @media (min-width: 1200px) {
      .chd-swiper .swiper-button-next--chd-conference-home-speakers,
      .chd-swiper .swiper-button-prev--chd-conference-home-speakers {
        width: 82px; } }

.chd-swiper .swiper-button-next--full-height, .chd-swiper .swiper-button-next--chd-conference-home-speakers {
  right: 0; }

.chd-swiper .swiper-button-prev--full-height, .chd-swiper .swiper-button-prev--chd-conference-home-speakers {
  left: 0; }

.chd-widgets__sign-up h3 {
  padding-bottom: 5px; }

.chd-widgets__sign-up li {
  margin-bottom: 0; }

.chd-widgets__sign-up .gform_legacy_markup_wrapper .gform_heading {
  display: none; }

.chd-widgets__sign-up form div.gform_footer input#gform_submit_button_51 {
  background: #0080A3;
  border-radius: 0;
  font-size: 14px;
  height: 47px;
  letter-spacing: 2.1px;
  margin-bottom: 0;
  max-width: 219px;
  text-transform: uppercase;
  width: 100%; }
  @media (min-width: 768px) {
    .chd-widgets__sign-up form div.gform_footer input#gform_submit_button_51 {
      margin-top: 20px; } }

@media (max-width: 450px) {
  .chd-widgets__sign-up form div.gform_footer {
    display: flex; } }

.chd-widgets__sign-up form div.gform_footer.top_label {
  padding-top: 0 !important; }

.chd-widgets__aside {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 25px 0 50px;
  width: auto; }
  @media (min-width: 768px) {
    .chd-widgets__aside {
      flex: 1;
      padding: 0 0 29px 56px; } }
  .chd-widgets__aside > div {
    width: 90%; }
    .chd-widgets__aside > div h3 {
      letter-spacing: 2.4px; }
      @media (min-width: 768px) {
        .chd-widgets__aside > div h3 {
          letter-spacing: 2px; } }
  .chd-widgets__aside > .liner:last-of-type:after {
    display: none; }
  .chd-widgets__aside h3 {
    color: #000;
    font-family: "open-sans", "Open Sans", sans-serif;
    font-size: 20px;
    padding: 0 0 5px;
    text-transform: uppercase; }
  .chd-widgets__aside .liner {
    padding-left: 0; }
    .chd-widgets__aside .liner:after {
      background: #E9E8E6;
      content: "";
      display: block;
      height: 1.5px;
      margin: 25px -100px;
      width: 200%; }
      @media (min-width: 768px) {
        .chd-widgets__aside .liner:after {
          margin: 50px 0;
          width: 111px; } }
  .chd-widgets__aside .border {
    border-top: none;
    padding: 0; }
  .chd-widgets__aside .gform_wrapper.gravity-theme .ginput_container_text input, .chd-widgets__aside .gform_legacy_markup_wrapper li.hidden_label input {
    background: #f4f5f5;
    border: 1px solid #ccc;
    height: 52px;
    margin-top: 4px;
    padding-left: 24px !important;
    width: 100%; }
    @media (min-width: 768px) {
      .chd-widgets__aside .gform_wrapper.gravity-theme .ginput_container_text input, .chd-widgets__aside .gform_legacy_markup_wrapper li.hidden_label input {
        width: 284px; } }

.chd-widgets__defender-categories sup {
  font-size: 8px;
  top: -8px; }

.chd-widgets__defender-categories ul.menu li.menu-item a {
  color: #000;
  font-family: "merriweather", Merriweather, serif;
  font-size: 16px; }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.chd-home__wrapper {
  padding: 0; }

.chd-home__section--hero {
  z-index: 0; }

.chd-home__section--topics {
  background: #fff; }

.chd-home__section--videos {
  background: #F4F5F5; }
  @media (min-width: 834px) {
    .chd-home__section--videos {
      margin-top: -160px; } }
  @media (min-width: 1200px) {
    .chd-home__section--videos {
      margin-top: -200px; } }

.chd-home__section--defender {
  background: #fff; }

.chd-home__section--chd-tv {
  background: #373A3C; }

.chd-home__section--legal {
  background: #F4F5F5; }

.chd-home__section--bobby-quote {
  background: #fff; }

.chd-home__section--more-resources {
  background: #fff; }

.chd-home__section-inner--topics {
  padding: 24px 0;
  position: relative;
  z-index: 10; }
  @media (min-width: 834px) {
    .chd-home__section-inner--topics {
      padding: 28px 0; } }
  @media (min-width: 1200px) {
    .chd-home__section-inner--topics {
      padding: 76px 0; } }

.chd-home__section-inner--videos {
  padding: 30px 0; }
  @media (min-width: 834px) {
    .chd-home__section-inner--videos {
      padding: 210px 0 80px; } }

.chd-home__section-inner--defender {
  padding: 38px 0; }
  @media (min-width: 834px) {
    .chd-home__section-inner--defender {
      margin-left: auto;
      margin-right: auto;
      max-width: 760px;
      padding: 70px 0 56px; } }
  @media (min-width: 1200px) {
    .chd-home__section-inner--defender {
      max-width: 1170px;
      padding: 90px 0; } }

.chd-home__section-inner--chd-tv {
  padding: 45px 0 50px; }
  @media (min-width: 834px) {
    .chd-home__section-inner--chd-tv {
      padding: 50px 0 60px; } }
  @media (min-width: 1200px) {
    .chd-home__section-inner--chd-tv {
      padding: 82px 0 82px; } }

.chd-home__section-inner--legal {
  padding: 30px 0 0; }
  @media (min-width: 834px) {
    .chd-home__section-inner--legal {
      padding: 0; } }
  @media (min-width: 1200px) {
    .chd-home__section-inner--legal {
      padding: 80px 70px; } }

.chd-home__section-inner--bobby-quote {
  padding: 50px 30px; }
  @media (min-width: 834px) {
    .chd-home__section-inner--bobby-quote {
      padding: 60px 30px; } }
  @media (min-width: 1200px) {
    .chd-home__section-inner--bobby-quote {
      padding: 60px 30px 45px; } }

.chd-home__section-inner--more-resources {
  padding: 50px 0; }
  @media (min-width: 834px) {
    .chd-home__section-inner--more-resources {
      padding: 80px 0; } }
  @media (min-width: 1200px) {
    .chd-home__section-inner--more-resources {
      margin: 0 auto;
      max-width: 1170px;
      padding: 70px 0; } }

.chd-home__section-title--defender {
  font-family: "open-sans", "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 10px 20px;
  text-transform: uppercase; }
  .chd-home__section-title--defender sup {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: -2px;
    vertical-align: super; }
    @media (min-width: 834px) {
      .chd-home__section-title--defender sup {
        top: -5px; } }
  @media (min-width: 834px) {
    .chd-home__section-title--defender {
      font-size: 38px;
      line-height: 1;
      margin-bottom: 20px;
      margin-left: 0;
      margin-right: 0; } }

.chd-home__section-title--chd-tv {
  color: #D5EDB3;
  font-family: "open-sans", "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.1em;
  margin: 0 18px 28px;
  text-transform: uppercase; }
  @media (min-width: 834px) {
    .chd-home__section-title--chd-tv {
      font-size: 38px;
      margin: 0 36px 40px; } }
  @media (min-width: 1200px) {
    .chd-home__section-title--chd-tv {
      font-size: 38px;
      margin: 0 69px 40px; } }

.chd-home__section-title--more-resources {
  font-family: "open-sans", "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.1em;
  margin: 0 0 30px 14px;
  text-transform: uppercase; }
  @media (min-width: 834px) {
    .chd-home__section-title--more-resources {
      font-size: 24px;
      letter-spacing: 0.1em;
      margin: 0 0 40px 40px; } }
  @media (min-width: 1200px) {
    .chd-home__section-title--more-resources {
      margin-left: 0; } }

.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__slide--we-are-chd img {
    object-position: center center;
    -webkit-transform: translateX(-14%);
    -ms-transform: translateX(-14%);
    transform: translateX(-14%); }
    @media (min-width: 834px) {
      .chd-swiper--home-hero .chd-swiper__slide--we-are-chd img {
        object-fit: contain;
        -webkit-transform: translateX(-140px);
        -ms-transform: translateX(-140px);
        transform: translateX(-140px); } }
    @media (min-width: 1200px) {
      .chd-swiper--home-hero .chd-swiper__slide--we-are-chd img {
        -webkit-transform: translateX(-220px);
        -ms-transform: translateX(-220px);
        transform: translateX(-220px); } }
  .chd-swiper--home-hero .chd-swiper__slide--about-rfk {
    background: -moz-linear-gradient(left, #b3e3eb 0%, #b3e3eb 30%, black 70%, black 100%) !important;
    background: -webkit-linear-gradient(left, #b3e3eb 0%, #b3e3eb 30%, black 70%, black 100%) !important;
    background: linear-gradient(to right, #b3e3eb 0%, #b3e3eb 30%, black 70%, black 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3e3eb', endColorstr='#000000',GradientType=1 ) !important; }
  .chd-swiper--home-hero .chd-swiper__slide--falconry img {
    object-position: 40% center; }
    @media (min-width: 1200px) {
      .chd-swiper--home-hero .chd-swiper__slide--falconry img {
        object-position: center center; } }
  .chd-swiper--home-hero .chd-swiper__slide--million-match {
    background: -moz-linear-gradient(left, #14687b 0%, #14687b 40%, #017b07 60%, #017b07 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #14687b), color-stop(40%, #14687b), color-stop(60%, #017b07), color-stop(100%, #017b07));
    background: -webkit-linear-gradient(left, #14687b 0%, #14687b 40%, #017b07 60%, #017b07 100%);
    background: -o-linear-gradient(left, #14687b 0%, #14687b 40%, #017b07 60%, #017b07 100%);
    background: -ms-linear-gradient(left, #14687b 0%, #14687b 40%, #017b07 60%, #017b07 100%);
    background: linear-gradient(to right, #14687b 0%, #14687b 40%, #017b07 60%, #017b07 100%); }
    @media (min-width: 1400px) {
      .chd-swiper--home-hero .chd-swiper__slide--million-match .chd-swiper__image img {
        object-fit: contain;
        max-width: none; } }
    .chd-swiper--home-hero .chd-swiper__slide--million-match .chd-swiper__figure-wrap {
      right: 50%;
      text-align: right;
      width: 50%; }
      @media (min-width: 1200px) {
        .chd-swiper--home-hero .chd-swiper__slide--million-match .chd-swiper__figure-wrap {
          -webkit-transform: translateY(-57%);
          -ms-transform: translateY(-57%);
          transform: translateY(-57%); } }
      .chd-swiper--home-hero .chd-swiper__slide--million-match .chd-swiper__figure-wrap figure {
        padding: 0 30px; }
        @media (min-width: 834px) {
          .chd-swiper--home-hero .chd-swiper__slide--million-match .chd-swiper__figure-wrap figure {
            padding-right: 60px; } }
        @media (min-width: 1200px) {
          .chd-swiper--home-hero .chd-swiper__slide--million-match .chd-swiper__figure-wrap figure {
            padding-right: 80px; } }
  .chd-swiper--home-hero .chd-swiper__slide--bookstore .chd-swiper__image img {
    object-position: 35% center; }
    @media (min-width: 500px) {
      .chd-swiper--home-hero .chd-swiper__slide--bookstore .chd-swiper__image img {
        object-position: center center; } }
  .chd-swiper--home-hero .chd-swiper__slide--bookstore .chd-swiper__cta {
    line-height: 17px;
    padding: 10px 0;
    width: 182px; }
    @media (min-width: 500px) {
      .chd-swiper--home-hero .chd-swiper__slide--bookstore .chd-swiper__cta {
        padding: 14px 18px;
        width: auto; } }
  .chd-swiper--home-hero .chd-swiper__slide--bookstore .chd-swiper__title {
    width: 110px; }
    @media (min-width: 500px) {
      .chd-swiper--home-hero .chd-swiper__slide--bookstore .chd-swiper__title {
        width: auto; } }
  .chd-swiper--home-hero .chd-swiper__slide--reform-pharma .chd-swiper__title-figure {
    display: none; }
    @media (min-width: 834px) {
      .chd-swiper--home-hero .chd-swiper__slide--reform-pharma .chd-swiper__title-figure {
        display: block; } }
  .chd-swiper--home-hero .chd-swiper__slide--reform-pharma .chd-swiper__title-figure-sm {
    margin-bottom: 20px; }
    @media (min-width: 834px) {
      .chd-swiper--home-hero .chd-swiper__slide--reform-pharma .chd-swiper__title-figure-sm {
        display: none; } }
  .chd-swiper--home-hero .chd-swiper__slide--reform-pharma .chd-button {
    background: #FFC414;
    color: #000; }
    .chd-swiper--home-hero .chd-swiper__slide--reform-pharma .chd-button:link, .chd-swiper--home-hero .chd-swiper__slide--reform-pharma .chd-button:visited, .chd-swiper--home-hero .chd-swiper__slide--reform-pharma .chd-button:hover, .chd-swiper--home-hero .chd-swiper__slide--reform-pharma .chd-button:active, .chd-swiper--home-hero .chd-swiper__slide--reform-pharma .chd-button:focus {
      background: #FFC414;
      color: #000; }
  .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.23%, #000 97.11%);
    bottom: 0;
    content: "";
    height: 150px;
    position: absolute;
    width: 100%; }
  .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__slide-inner {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1; }
    @media (min-width: 620px) {
      .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__slide-inner {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
  .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__text-wrap {
    left: auto;
    position: absolute;
    right: auto;
    text-align: center;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%; }
    @media (min-width: 620px) {
      .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__text-wrap {
        position: relative;
        max-width: 510px;
        right: 8%; } }
    @media (min-width: 1540px) {
      .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__text-wrap {
        max-width: none; } }
  .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__title {
    font-size: 20px;
    float: none;
    line-height: 23px;
    letter-spacing: 0;
    margin: 22px auto 10px;
    text-shadow: 2px 2px 20px #000, -2px -2px 20px #000;
    max-width: none; }
    @media (min-width: 620px) {
      .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__title {
        font-size: calc(20px + 20 * ((100vw - 620px) / 820));
        line-height: calc(23px + 28 * ((100vw - 620px) / 820)); } }
    @media (min-width: 834px) {
      .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__title {
        text-align: center; } }
    @media (min-width: 1440px) {
      .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__title {
        font-size: 40px;
        line-height: 51px;
        margin-bottom: 28px; } }
    @media (min-width: 1540px) {
      .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__title {
        font-size: calc(40px + 20 * ((100vw - 1440px) / 400));
        line-height: calc(51px + 20 * ((100vw - 1440px) / 400));
        max-width: 750px; } }
    @media (min-width: 1840px) {
      .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__title {
        font-size: 60px;
        line-height: 71px;
        max-width: 760px; } }
  .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__figure-wrap {
    top: auto;
    bottom: -105px;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto; }
    @media (min-width: 480px) {
      .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__figure-wrap {
        bottom: -45px; } }
    @media (min-width: 520px) {
      .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__figure-wrap {
        bottom: -25px; } }
    @media (min-width: 620px) {
      .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__figure-wrap {
        bottom: 0;
        position: relative;
        width: calc(152 / 690 * 100%);
        flex-shrink: 0;
        align-self: flex-end; } }
    @media (min-width: 1200px) {
      .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__figure-wrap {
        width: 264px; } }
    @media (min-width: 1440px) {
      .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__figure-wrap {
        top: 90px;
        width: 350px; } }
    .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__figure-wrap .chd-swiper__figure {
      height: 0;
      position: relative;
      padding-bottom: calc(800 / 431 * 100%); }
    .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__figure-wrap img {
      max-height: 275px;
      max-width: 100%;
      width: auto;
      vertical-align: middle; }
      @media (min-width: 620px) {
        .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__figure-wrap img {
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          position: absolute;
          max-width: none;
          max-height: none; } }
      @media (min-width: 1200px) {
        .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__figure-wrap img {
          max-width: 264px; } }
      @media (min-width: 1440px) {
        .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__figure-wrap img {
          max-width: 100%;
          top: 90px;
          width: 350px; } }
  .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__figure-wrap-2 {
    bottom: -10px;
    right: 0;
    z-index: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto; }
    @media (min-width: 620px) {
      .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__figure-wrap-2 {
        position: relative;
        width: calc(207 / 690 * 100%);
        flex-shrink: 0; } }
    @media (min-width: 1200px) {
      .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__figure-wrap-2 {
        width: 350px; } }
    @media (min-width: 1440px) {
      .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__figure-wrap-2 {
        margin-right: 110px; } }
    @media (min-width: 620px) {
      .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__figure-wrap-2 .chd-swiper__figure {
        height: 0;
        position: relative;
        padding-bottom: calc(834 / 615 * 100%); } }
    .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__figure-wrap-2 img {
      max-height: 160px;
      max-width: 100%;
      width: auto;
      vertical-align: middle; }
      @media (min-width: 480px) {
        .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__figure-wrap-2 img {
          max-height: 180px; } }
      @media (min-width: 520px) {
        .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__figure-wrap-2 img {
          max-height: 200px; } }
      @media (min-width: 620px) {
        .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-swiper__figure-wrap-2 img {
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          position: absolute;
          max-width: none;
          max-height: none; } }
  .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-button {
    background: #FBFAF7;
    color: #D92C22;
    display: inline-block;
    float: none;
    padding: 11px 20px;
    vertical-align: middle; }
    @media (min-width: 1440px) {
      .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-button {
        padding: 16px 45px; } }
    .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-button:link, .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-button:visited {
      background: #FBFAF7;
      color: #D92C22; }
    .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-button:hover, .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-button:active, .chd-swiper--home-hero .chd-swiper__slide--wuhan-cover-up .chd-button:focus {
      background: #D92C22;
      color: #fff; }
  .chd-swiper--home-hero .chd-swiper__slide--eoy .chd-swiper__image:after {
    background: radial-gradient(56.72% 56.72% at 50% 50%, #F4F5F5 2.6%, rgba(244, 245, 245, 0) 85.42%);
    content: '';
    height: 228px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 422px;
    z-index: 1; }
    @media (min-width: 834px) {
      .chd-swiper--home-hero .chd-swiper__slide--eoy .chd-swiper__image:after {
        background: linear-gradient(87deg, rgba(251, 250, 247, 0) 10.65%, rgba(251, 250, 247, 0.8) 38.24%, rgba(251, 250, 247, 0.8) 63.77%, rgba(251, 250, 247, 0) 84.89%);
        height: 100%;
        max-width: 1700px;
        width: 100%; } }
  .chd-swiper--home-hero .chd-swiper__slide--eoy .chd-swiper__image img {
    object-position: calc(50% - 20px) -60px;
    height: 125%; }
    @media (min-width: 834px) {
      .chd-swiper--home-hero .chd-swiper__slide--eoy .chd-swiper__image img {
        object-position: calc(50% + 80px) -60px; } }
    @media (min-width: 1200px) {
      .chd-swiper--home-hero .chd-swiper__slide--eoy .chd-swiper__image img {
        object-position: calc(50% + 80px) -240px;
        height: 170%; } }
    @media (min-width: 1700px) {
      .chd-swiper--home-hero .chd-swiper__slide--eoy .chd-swiper__image img {
        height: calc(12% + 42vw); } }
  .chd-swiper--home-hero .chd-swiper__slide--eoy .chd-swiper__text-wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    right: auto;
    text-align: center;
    width: 100%; }
    @media (min-width: 834px) {
      .chd-swiper--home-hero .chd-swiper__slide--eoy .chd-swiper__text-wrap {
        left: auto; } }
  @media (min-width: 834px) {
    .chd-swiper--home-hero .chd-swiper__slide--eoy .chd-swiper__title {
      max-width: 100%;
      text-align: center; } }
  @media (min-width: 834px) {
    .chd-swiper--home-hero .chd-swiper__slide--eoy .chd-swiper__lede {
      max-width: 500px;
      text-align: center; } }
  .chd-swiper--home-hero .chd-swiper__slide--merchandise .chd-swiper__text-wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 2; }
    @media (min-width: 834px) {
      .chd-swiper--home-hero .chd-swiper__slide--merchandise .chd-swiper__text-wrap {
        left: auto; } }
  .chd-swiper--home-hero .chd-swiper__slide--merchandise .chd-swiper__title {
    max-width: 100px; }
    @media (min-width: 834px) {
      .chd-swiper--home-hero .chd-swiper__slide--merchandise .chd-swiper__title {
        max-width: 100%; } }
  .chd-swiper--home-hero .chd-swiper__slide--merchandise .chd-swiper__lede {
    max-width: 550px;
    text-align: center; }
  .chd-swiper--home-hero .chd-swiper__slide--merchandise .chd-swiper__figure-wrap {
    height: 100%;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    z-index: 1; }
    @media (min-width: 834px) {
      .chd-swiper--home-hero .chd-swiper__slide--merchandise .chd-swiper__figure-wrap {
        display: none; } }
  .chd-swiper--home-hero .chd-swiper__slide--merchandise .chd-swiper__figure-01 {
    height: 100%; }
    .chd-swiper--home-hero .chd-swiper__slide--merchandise .chd-swiper__figure-01 img {
      height: 135%;
      object-fit: cover;
      object-position: calc(50% - 70px) -50px;
      width: 100%; }
      @media (min-width: 600px) {
        .chd-swiper--home-hero .chd-swiper__slide--merchandise .chd-swiper__figure-01 img {
          height: 150%;
          object-position: calc(70% - 50px) -100px; } }
  .chd-swiper--home-hero .chd-swiper__slide--merchandise .chd-swiper__figure-wrap-2 {
    display: none; }
    @media (min-width: 834px) {
      .chd-swiper--home-hero .chd-swiper__slide--merchandise .chd-swiper__figure-wrap-2 {
        display: block;
        height: 100%;
        z-index: 1; } }
    .chd-swiper--home-hero .chd-swiper__slide--merchandise .chd-swiper__figure-wrap-2 .chd-swiper__figure-02 {
      height: 100%; }
      .chd-swiper--home-hero .chd-swiper__slide--merchandise .chd-swiper__figure-wrap-2 .chd-swiper__figure-02 img {
        height: 150%;
        object-fit: cover;
        object-position: calc(50% + 25px) -125px;
        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__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; }

@media (min-width: 834px) {
  .chd-swiper--home-topics {
    display: none !important; } }

.chd-swiper--home-topics .chd-swiper__slide {
  width: 290px; }
  .chd-swiper--home-topics .chd-swiper__slide:first-child {
    padding-left: 15px; }
  .chd-swiper--home-topics .chd-swiper__slide:last-child {
    padding-right: 15px; }
  .chd-swiper--home-topics .chd-swiper__slide a {
    display: block; }

.chd-swiper--home-topics .chd-swiper__image {
  margin-bottom: 16px;
  position: relative; }
  .chd-swiper--home-topics .chd-swiper__image .object-fluid {
    padding-bottom: 73%; }
  .chd-swiper--home-topics .chd-swiper__image img {
    object-fit: cover;
    object-position: center center;
    vertical-align: middle; }

.chd-swiper--home-topics .chd-swiper__title {
  color: #000;
  font-family: "merriweather", Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: left; }

.chd-swiper--home-topics .chd-swiper__cta {
  color: #0080A3;
  font-family: "open-sans", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: left;
  text-transform: uppercase; }
  .chd-swiper--home-topics .chd-swiper__cta::after {
    content: '\2192'; }

.chd-home-topics {
  display: none; }
  @media (min-width: 834px) {
    .chd-home-topics {
      display: flex;
      flex-wrap: wrap;
      gap: 30px 13px;
      margin: 0 auto;
      max-width: 777px;
      width: 100%; } }
  @media (min-width: 1200px) {
    .chd-home-topics {
      gap: 30px 20px;
      max-width: 1174px; } }
  .chd-home-topics__item {
    width: calc((100% - 26px) / 3); }
    @media (min-width: 1200px) {
      .chd-home-topics__item {
        width: calc((100% - 40px) / 3); } }
    .chd-home-topics__item a {
      display: block;
      transition: all 0.15s; }
      .chd-home-topics__item a:hover .chd-home-topics__image, .chd-home-topics__item a:active .chd-home-topics__image, .chd-home-topics__item a:focus .chd-home-topics__image {
        box-shadow: 0px 0px 6px 3px #00000033; }
      .chd-home-topics__item a:hover .chd-home-topics__title, .chd-home-topics__item a:active .chd-home-topics__title, .chd-home-topics__item a:focus .chd-home-topics__title {
        color: #0080A3; }
  .chd-home-topics__image {
    margin-bottom: 10px;
    transition: all 0.15s; }
    @media (min-width: 1200px) {
      .chd-home-topics__image {
        margin-bottom: 20px; } }
    .chd-home-topics__image .object-fluid {
      padding-bottom: 73%; }
    .chd-home-topics__image img {
      object-fit: cover;
      object-position: center center;
      vertical-align: middle; }
  .chd-home-topics__title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.02em;
    margin-bottom: 4px;
    margin-top: 0;
    text-align: left;
    transition: all 0.15s; }
    @media (min-width: 1200px) {
      .chd-home-topics__title {
        font-size: 20px; } }
  .chd-home-topics__cta {
    color: #0080A3;
    font-family: "open-sans", "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.15em;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.15s; }
    .chd-home-topics__cta::after {
      content: '\2192'; }

.chd-swiper--home-videos .chd-swiper__slide-inner {
  padding: 0 40px; }
  @media (min-width: 834px) {
    .chd-swiper--home-videos .chd-swiper__slide-inner {
      padding: 0 10px; } }

.chd-swiper--home-videos .chd-swiper__title {
  font-size: 20px;
  line-height: 24px;
  /* 120% */
  letter-spacing: -0.4px;
  margin-bottom: 10px;
  margin-top: 0; }
  @media (min-width: 834px) {
    .chd-swiper--home-videos .chd-swiper__title {
      font-size: 28px;
      letter-spacing: -0.56px; } }

.chd-swiper--home-videos .chd-swiper__image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.chd-swiper--home-videos .chd-swiper__image-link {
  display: block;
  height: 100%;
  position: relative; }
  .chd-swiper--home-videos .chd-swiper__image-link::after {
    background-color: #25252f;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEuNDI1LjM1TDE0LjU3NSA4bC0xMy4xNSA3LjY1Vi4zNXoiPjwvcGF0aD48L3N2Zz4=");
    background-position: 55% center;
    background-size: 50px auto;
    background-repeat: no-repeat;
    border-radius: 50%;
    content: '';
    display: block;
    height: 100px;
    left: 50%;
    opacity: 0.8;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: opacity 0.15s;
    top: 50%;
    width: 100px;
    z-index: 1; }
  .chd-swiper--home-videos .chd-swiper__image-link:hover::after, .chd-swiper--home-videos .chd-swiper__image-link:active::after, .chd-swiper--home-videos .chd-swiper__image-link:focus::after {
    opacity: 1; }
  .chd-swiper--home-videos .chd-swiper__image-link img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
    vertical-align: middle;
    width: 100%; }

.chd-swiper--home-videos .chd-swiper__video-wrap {
  border-radius: 2px;
  overflow: hidden; }
  .chd-swiper--home-videos .chd-swiper__video-wrap::before {
    background: linear-gradient(to right, #3bb3e4, #007899);
    content: '';
    display: block;
    height: 5px; }
    @media (min-width: 834px) {
      .chd-swiper--home-videos .chd-swiper__video-wrap::before {
        height: 9px; } }

.chd-swiper--home-videos .chd-swiper__video-wrap-inner {
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }

.chd-swiper--home-videos .chd-swiper__slide-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0; }

.chd-home-defender {
  display: flex;
  flex-direction: column; }
  @media (min-width: 1200px) {
    .chd-home-defender {
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between; } }
  @media (min-width: 1200px) {
    .chd-home-defender__group-1 {
      width: 640px; } }
  .chd-home-defender__group-2 {
    display: none; }
    @media (min-width: 834px) {
      .chd-home-defender__group-2 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0 50px;
        justify-content: space-between; } }
    @media (min-width: 1200px) {
      .chd-home-defender__group-2 {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 0;
        justify-content: start;
        width: 470px; } }
  .chd-home-defender__group-3 {
    margin-bottom: 20px; }
    @media (min-width: 834px) {
      .chd-home-defender__group-3 {
        display: none; } }
  .chd-home-defender__group-4 {
    align-items: center;
    border-top: 1px solid #E7E5E2;
    display: flex;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 0 0; }
    @media (min-width: 834px) {
      .chd-home-defender__group-4 {
        border: 0 none;
        margin: 0;
        padding: 40px 0 0; } }
    @media (min-width: 1200px) {
      .chd-home-defender__group-4 {
        display: none; } }
  @media (min-width: 834px) {
    .chd-home-defender__item {
      border-bottom: 1px solid #E7E5E2;
      padding: 10px 0;
      width: calc((100% - 50px) / 2); } }
  @media (min-width: 1200px) {
    .chd-home-defender__item {
      column-gap: 20px;
      width: auto; }
      .chd-home-defender__item:first-child {
        padding-top: 2px; } }
  .chd-home-defender__item > a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 26px; }
    @media (min-width: 1200px) {
      .chd-home-defender__item > a {
        column-gap: 20px; } }
    .chd-home-defender__item > a:hover .chd-home-defender__title, .chd-home-defender__item > a:active .chd-home-defender__title, .chd-home-defender__item > a:focus .chd-home-defender__title {
      color: #0080A3; }
  .chd-home-defender__item .chd-home-defender__image {
    flex: 0 0 auto;
    height: 100px;
    width: 100px; }
    .chd-home-defender__item .chd-home-defender__image img {
      height: 100%;
      object-fit: cover;
      object-position: center center;
      width: 100%; }
  @media (min-width: 1200px) {
    .chd-home-defender__item .chd-home-defender__text-wrap {
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  .chd-home-defender__item .chd-home-defender__title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.02em;
    margin-top: 0;
    transition: color 0.15s; }
  .chd-home-defender__item--featured {
    border: 2px solid #F4F2ED;
    box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.03);
    margin: 0 10px 20px;
    transition: box-shadow 0.15s;
    width: auto; }
    .chd-home-defender__item--featured > a {
      display: block; }
      .chd-home-defender__item--featured > a:hover .chd-home-defender__title, .chd-home-defender__item--featured > a:active .chd-home-defender__title, .chd-home-defender__item--featured > a:focus .chd-home-defender__title {
        color: #0080A3; }
    .chd-home-defender__item--featured:first-child {
      padding-top: 0; }
    .chd-home-defender__item--featured:hover {
      box-shadow: 0px 0px 6px 3px #00000033; }
    @media (min-width: 834px) {
      .chd-home-defender__item--featured {
        margin-bottom: 40px;
        margin-left: 0;
        margin-right: 0;
        padding: 0; } }
    .chd-home-defender__item--featured .chd-home-defender__image {
      height: auto;
      width: auto; }
      .chd-home-defender__item--featured .chd-home-defender__image img {
        vertical-align: middle; }
    .chd-home-defender__item--featured .chd-home-defender__text-wrap {
      padding: 20px 14px; }
      @media (min-width: 834px) {
        .chd-home-defender__item--featured .chd-home-defender__text-wrap {
          padding: 40px; } }
      @media (min-width: 1200px) {
        .chd-home-defender__item--featured .chd-home-defender__text-wrap {
          padding: 50px; } }
    .chd-home-defender__item--featured .chd-home-defender__title {
      color: #000;
      font-family: "merriweather", Merriweather, serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 24px;
      margin-bottom: 10px;
      margin-top: 0;
      transition: color 0.15s; }
      @media (min-width: 834px) {
        .chd-home-defender__item--featured .chd-home-defender__title {
          font-size: 28px;
          line-height: 34px;
          margin-bottom: 20px; } }
    .chd-home-defender__item--featured .chd-home-defender__lede {
      color: #1C1C1C;
      font-family: "open-sans", "Open Sans", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 22px; }
  .chd-home-defender__item-button {
    display: none; }
    .chd-home-defender__item-button a {
      transition: all 0.15s; }
      .chd-home-defender__item-button a:hover, .chd-home-defender__item-button a:active, .chd-home-defender__item-button a:focus {
        background-color: #0080A3;
        color: #fff; }
    @media (min-width: 1200px) {
      .chd-home-defender__item-button {
        display: flex;
        align-items: center;
        border-bottom: 0 none;
        justify-content: center;
        padding-bottom: 0;
        padding-top: 20px; } }

@media (min-width: 834px) {
  .chd-swiper--home-defender {
    display: none; } }

.chd-swiper--home-defender .chd-swiper__slide {
  max-width: 150px;
  padding: 0 10px; }

.chd-swiper--home-defender .chd-swiper__image {
  margin-bottom: 10px;
  position: relative; }
  .chd-swiper--home-defender .chd-swiper__image img {
    height: 100%;
    object-fit: cover;
    position: absolute; }

.chd-swiper--home-defender .chd-swiper__title {
  color: #000;
  font-family: "merriweather", Merriweather, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.02em;
  margin-top: 0; }

.chd-home-chd-tv__section-title {
  color: #fff;
  font-family: "open-sans", "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.1em;
  margin: 0 18px 18px;
  text-transform: uppercase; }
  @media (min-width: 834px) {
    .chd-home-chd-tv__section-title {
      font-size: 24px;
      margin: 0 36px 24px; } }
  @media (min-width: 1200px) {
    .chd-home-chd-tv__section-title {
      margin: 0 69px 24px; } }

.chd-home-chd-tv__no-content-msg {
  color: #fff;
  margin: 0 18px 35px; }
  @media (min-width: 834px) {
    .chd-home-chd-tv__no-content-msg {
      margin: 0 36px 59px; } }
  @media (min-width: 1200px) {
    .chd-home-chd-tv__no-content-msg {
      margin-left: 69px;
      margin-right: 69px; } }

.chd-home-chd-tv__cta {
  margin-top: 40px;
  text-align: center; }
  @media (min-width: 834px) {
    .chd-home-chd-tv__cta {
      margin-top: 50px; } }

.chd-home-chd-tv__cta-link {
  border: 2px solid #D5EDB3;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.15em;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.15s;
  vertical-align: middle; }
  .chd-home-chd-tv__cta-link:hover, .chd-home-chd-tv__cta-link:active, .chd-home-chd-tv__cta-link:focus {
    background: #D5EDB3;
    color: #000; }

.chd-swiper--home-chd-tv-lineup {
  margin-bottom: 35px; }
  .chd-swiper--home-chd-tv-lineup .chd-swiper__slide {
    width: 718px; }
  .chd-swiper--home-chd-tv-lineup .chd-swiper__slide-inner {
    overflow-y: hidden; }
  .chd-swiper--home-chd-tv-lineup .chd-swiper__image {
    background: #ccc;
    margin-bottom: 10px; }
    .chd-swiper--home-chd-tv-lineup .chd-swiper__image a {
      display: block; }
    .chd-swiper--home-chd-tv-lineup .chd-swiper__image img {
      object-fit: cover;
      object-position: center center;
      vertical-align: middle; }
  .chd-swiper--home-chd-tv-lineup .chd-swiper__text-wrap {
    max-width: 90vw; }
    @media (min-width: 834px) {
      .chd-swiper--home-chd-tv-lineup .chd-swiper__text-wrap {
        max-width: 65%; } }
  .chd-swiper--home-chd-tv-lineup .chd-swiper__title {
    color: #fff;
    font-family: "open-sans", "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0; }
    .chd-swiper--home-chd-tv-lineup .chd-swiper__title a {
      color: #fff; }

.chd-swiper--home-chd-tv-trending,
.chd-swiper--home-chd-tv-latest-episodes,
.chd-swiper--home-chd-tv-bus-testimonials {
  margin-bottom: 40px; }
  .chd-swiper--home-chd-tv-trending .chd-swiper__slide,
  .chd-swiper--home-chd-tv-latest-episodes .chd-swiper__slide,
  .chd-swiper--home-chd-tv-bus-testimonials .chd-swiper__slide {
    width: 258px; }
  .chd-swiper--home-chd-tv-trending .chd-swiper__slide-inner,
  .chd-swiper--home-chd-tv-latest-episodes .chd-swiper__slide-inner,
  .chd-swiper--home-chd-tv-bus-testimonials .chd-swiper__slide-inner {
    overflow-y: hidden; }
  .chd-swiper--home-chd-tv-trending .chd-swiper__image,
  .chd-swiper--home-chd-tv-latest-episodes .chd-swiper__image,
  .chd-swiper--home-chd-tv-bus-testimonials .chd-swiper__image {
    margin-bottom: 10px; }
    .chd-swiper--home-chd-tv-trending .chd-swiper__image a,
    .chd-swiper--home-chd-tv-latest-episodes .chd-swiper__image a,
    .chd-swiper--home-chd-tv-bus-testimonials .chd-swiper__image a {
      display: block; }
    .chd-swiper--home-chd-tv-trending .chd-swiper__image img,
    .chd-swiper--home-chd-tv-latest-episodes .chd-swiper__image img,
    .chd-swiper--home-chd-tv-bus-testimonials .chd-swiper__image img {
      object-fit: cover;
      object-position: center center;
      vertical-align: middle; }
  .chd-swiper--home-chd-tv-trending .chd-swiper__title,
  .chd-swiper--home-chd-tv-latest-episodes .chd-swiper__title,
  .chd-swiper--home-chd-tv-bus-testimonials .chd-swiper__title {
    color: #fff;
    font-family: "open-sans", "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0; }
    .chd-swiper--home-chd-tv-trending .chd-swiper__title a,
    .chd-swiper--home-chd-tv-latest-episodes .chd-swiper__title a,
    .chd-swiper--home-chd-tv-bus-testimonials .chd-swiper__title a {
      color: #fff; }

@media (min-width: 834px) {
  .chd-home-legal {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between; } }

@media (min-width: 1200px) {
  .chd-home-legal {
    flex-direction: column;
    justify-content: flex-start; } }

.chd-home-legal__group-1 {
  flex-basis: 55%; }
  @media (min-width: 1200px) {
    .chd-home-legal__group-1 {
      flex-basis: auto; } }

.chd-home-legal__group-1-inner {
  padding: 0 20px; }
  @media (min-width: 834px) {
    .chd-home-legal__group-1-inner {
      padding: 40px; } }
  @media (min-width: 1200px) {
    .chd-home-legal__group-1-inner {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      column-gap: 38px;
      margin-left: auto;
      margin-right: auto;
      max-width: 980px;
      padding: 0; } }

.chd-home-legal__group-2 {
  flex-basis: 45%; }
  @media (min-width: 1200px) {
    .chd-home-legal__group-2 {
      flex-basis: auto; } }

.chd-home-legal__icon {
  margin-bottom: 16px; }
  @media (min-width: 1200px) {
    .chd-home-legal__icon {
      margin-bottom: 0; } }
  .chd-home-legal__icon img {
    max-width: none;
    width: 50px; }
    @media (min-width: 834px) {
      .chd-home-legal__icon img {
        width: 80px; } }

.chd-home-legal__heading {
  color: #008BB3;
  font-family: "open-sans", "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase; }
  @media (min-width: 834px) {
    .chd-home-legal__heading {
      font-size: 24px; } }

.chd-home-legal__subheading {
  color: #373A3C;
  font-family: Merriweather, serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0em;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left; }
  @media (min-width: 1200px) {
    .chd-home-legal__subheading {
      font-size: 40px;
      line-height: 41px;
      /* 102.5% */ } }

.chd-home-legal__lede {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px; }
  @media (min-width: 834px) {
    .chd-home-legal__lede {
      margin-bottom: 40px; } }

.chd-home-legal__cta {
  margin-bottom: 40px;
  text-align: center; }
  @media (min-width: 834px) {
    .chd-home-legal__cta {
      text-align: left; } }
  @media (min-width: 1200px) {
    .chd-home-legal__cta {
      margin-bottom: 76px; } }

.chd-home-legal__cta-link {
  background: #008BB3;
  color: #fff;
  display: inline-block;
  font-family: "open-sans", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.15em;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.15s; }
  .chd-home-legal__cta-link:hover, .chd-home-legal__cta-link:active, .chd-home-legal__cta-link:focus {
    background: #01647F; }

.chd-home-legal__links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (min-width: 834px) {
    .chd-home-legal__links {
      flex-direction: column;
      flex-wrap: nowrap; } }
  @media (min-width: 1200px) {
    .chd-home-legal__links {
      column-gap: 24px;
      flex-direction: row;
      margin: 0 auto;
      max-width: 1300px; } }

.chd-home-legal__links-item {
  width: 50%; }
  @media (min-width: 834px) {
    .chd-home-legal__links-item {
      width: 100%; } }
  @media (min-width: 1200px) {
    .chd-home-legal__links-item {
      flex-basis: 25%;
      width: auto; } }

.chd-home-legal__links-link {
  display: block;
  height: 270px;
  position: relative; }
  @media (min-width: 834px) {
    .chd-home-legal__links-link {
      height: 180px; } }
  @media (min-width: 1200px) {
    .chd-home-legal__links-link {
      height: 410px; } }
  .chd-home-legal__links-link::after {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 21.75%, rgba(63, 62, 62, 0) 89.66%);
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0; }
  .chd-home-legal__links-link:hover .chd-home-legal__links-title h3, .chd-home-legal__links-link:active .chd-home-legal__links-title h3, .chd-home-legal__links-link:focus .chd-home-legal__links-title h3 {
    color: #B0DDF3; }
  .chd-home-legal__links-link:hover .chd-arrow-right, .chd-home-legal__links-link:active .chd-arrow-right, .chd-home-legal__links-link:focus .chd-arrow-right {
    fill: #B0DDF3; }

.chd-home-legal__links-image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
  .chd-home-legal__links-image img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
    vertical-align: middle; }

.chd-home-legal__links-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  z-index: 1; }
  .chd-home-legal__links-title h3 {
    color: #F4F5F5;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.02em;
    margin-top: 0;
    padding: 0 15px 20px 15px;
    transition: color 0.15s; }
    @media (min-width: 834px) {
      .chd-home-legal__links-title h3 {
        padding: 0 30px 20px 30px; } }
    @media (min-width: 1200px) {
      .chd-home-legal__links-title h3 {
        font-size: 24px;
        line-height: 29px;
        text-align: center; } }

.chd-home-legal__links-title-arrow {
  display: inline-block;
  margin-left: 8px; }
  @media (min-width: 1200px) {
    .chd-home-legal__links-title-arrow {
      display: block;
      margin-left: 0;
      text-align: center; } }
  .chd-home-legal__links-title-arrow .chd-arrow-right {
    transition: fill 0.15s; }

.chd-home-bobby-quote {
  margin-left: auto;
  margin-right: auto;
  max-width: 560px; }
  @media (min-width: 834px) {
    .chd-home-bobby-quote {
      max-width: 615px; } }
  @media (min-width: 1200px) {
    .chd-home-bobby-quote {
      max-width: 920px; } }
  .chd-home-bobby-quote figure {
    padding: 30px 0 0 20px; }
    @media (min-width: 834px) {
      .chd-home-bobby-quote figure {
        padding: 30px 0 0 64px; } }
    @media (min-width: 1200px) {
      .chd-home-bobby-quote figure {
        padding: 52px 0 0 66px; } }
  .chd-home-bobby-quote blockquote {
    color: #008BB3;
    font-family: Merriweather, serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 51px;
    letter-spacing: -0.035em;
    position: relative; }
    @media (min-width: 834px) {
      .chd-home-bobby-quote blockquote {
        font-size: 42px;
        line-height: 56px; } }
    @media (min-width: 1200px) {
      .chd-home-bobby-quote blockquote {
        font-size: 64px;
        line-height: 75px;
        letter-spacing: -0.035em; } }
    .chd-home-bobby-quote blockquote::before {
      color: #DBDBDB;
      content: '“';
      font-family: "open-sans", "Open Sans", sans-serif;
      font-size: 200px;
      font-style: italic;
      font-weight: 400;
      line-height: 1;
      left: -30px;
      letter-spacing: 0em;
      position: absolute;
      top: -60px;
      z-index: 0; }
      @media (min-width: 834px) {
        .chd-home-bobby-quote blockquote::before {
          font-size: 300px;
          left: -80px;
          top: -80px; } }
      @media (min-width: 1200px) {
        .chd-home-bobby-quote blockquote::before {
          font-size: 400px;
          left: -88px;
          top: -120px; } }
    .chd-home-bobby-quote blockquote p {
      position: relative;
      z-index: 1; }
  .chd-home-bobby-quote figcaption {
    color: #929494;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.1em;
    margin-top: 20px;
    text-align: right; }
  .chd-home-bobby-quote cite {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
    @media (min-width: 834px) {
      .chd-home-bobby-quote cite {
        font-size: 20px;
        line-height: 22px; } }
    @media (min-width: 1200px) {
      .chd-home-bobby-quote cite {
        font-size: 24px;
        line-height: 1; } }

.chd-home-chronic-health__cta {
  margin: 1em auto;
  text-align: center; }

.chd-home-chronic-health__cta-link {
  color: #fff;
  display: inline-block;
  font-family: "open-sans", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.15em;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase; }

@media (min-width: 1200px) {
  .chd-swiper--home-resources {
    display: none !important; } }

.chd-swiper--home-resources .swiper-button-next--full-height,
.chd-swiper--home-resources .swiper-button-prev--full-height {
  height: calc(100% - 16px);
  margin: 8px 0; }

.chd-swiper--home-resources .chd-swiper__slide {
  width: 328px; }
  @media (min-width: 834px) {
    .chd-swiper--home-resources .chd-swiper__slide {
      width: 350px; } }
  .chd-swiper--home-resources .chd-swiper__slide:first-child {
    padding-left: 15px; }
    @media (min-width: 834px) {
      .chd-swiper--home-resources .chd-swiper__slide:first-child {
        padding-left: 40px; } }
  .chd-swiper--home-resources .chd-swiper__slide:last-child {
    padding-right: 15px; }
    @media (min-width: 834px) {
      .chd-swiper--home-resources .chd-swiper__slide:last-child {
        padding-right: 40px; } }

.chd-swiper--home-resources .chd-swiper__slide-inner {
  border-radius: 2px;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: row;
  margin: 8px 0;
  overflow: hidden; }

.chd-swiper--home-resources .chd-swiper__image {
  flex-shrink: 0;
  height: 180px;
  width: 155px; }
  @media (min-width: 834px) {
    .chd-swiper--home-resources .chd-swiper__image {
      height: 230px;
      width: 150px; } }
  .chd-swiper--home-resources .chd-swiper__image a {
    display: block;
    height: 100%; }
  .chd-swiper--home-resources .chd-swiper__image img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
    vertical-align: middle; }

.chd-swiper--home-resources .chd-swiper__text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px;
  text-align: center; }

.chd-swiper--home-resources .chd-swiper__title {
  color: #000;
  font-family: "merriweather", Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center; }
  @media (min-width: 834px) {
    .chd-swiper--home-resources .chd-swiper__title {
      font-size: 24px;
      line-height: 29px; } }
  .chd-swiper--home-resources .chd-swiper__title a {
    color: #000; }

.chd-swiper--home-resources .chd-swiper__cta {
  color: #0080A3;
  font-family: "open-sans", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase; }
  .chd-swiper--home-resources .chd-swiper__cta::after {
    content: '\2192'; }
  .chd-swiper--home-resources .chd-swiper__cta:link, .chd-swiper--home-resources .chd-swiper__cta:visited, .chd-swiper--home-resources .chd-swiper__cta:hover, .chd-swiper--home-resources .chd-swiper__cta:active, .chd-swiper--home-resources .chd-swiper__cta:focus {
    color: #0080A3; }

.chd-home-resources {
  display: none; }
  @media (min-width: 1200px) {
    .chd-home-resources {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 20px 20px;
      margin: 0 auto;
      max-width: 1174px; } }
  .chd-home-resources__item {
    border-radius: 2px;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: box-shadow 0.15s;
    width: calc((100% - 40px) / 3); }
    .chd-home-resources__item:hover {
      box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2); }
      .chd-home-resources__item:hover .chd-home-resources__title {
        color: #0080A3; }
  .chd-home-resources__item-inner {
    display: flex;
    flex-direction: row; }
  .chd-home-resources__item-link {
    display: block; }
  .chd-home-resources__image {
    flex-shrink: 0;
    height: 248px;
    width: 160px; }
    .chd-home-resources__image img {
      height: 100%;
      object-fit: cover;
      object-position: center center;
      vertical-align: middle; }
  .chd-home-resources__text-wrap {
    display: flex;
    flex-flow: column nowrap;
    flex-grow: 1;
    justify-content: center;
    padding: 18px;
    text-align: center; }
  .chd-home-resources__title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
    transition: color 0.15s; }
  .chd-home-resources__cta {
    color: #0080A3;
    font-family: "open-sans", "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
    .chd-home-resources__cta::after {
      content: '\2192'; }
    .chd-home-resources__cta:link, .chd-home-resources__cta:visited, .chd-home-resources__cta:hover, .chd-home-resources__cta:active, .chd-home-resources__cta:focus {
      color: #0080A3; }

@keyframes bus-animation {
  from {
    transform: translateX(-250px); }
  to {
    transform: translateX(100%); } }

@media (min-width: 681px) {
  @keyframes bus-animation {
    from {
      transform: translateX(-500px); }
    to {
      transform: translateX(100%); } } }

.chd-home-bus-animation-wrap {
  overflow-x: clip;
  overflow-y: visible; }

.chd-home-bus-animation {
  position: relative;
  animation: bus-animation 20s infinite;
  animation-timing-function: linear;
  z-index: 20; }
  .chd-home-bus-animation__inner {
    pointer-events: none;
    position: absolute;
    top: -73px;
    width: 200px;
    z-index: 99; }
    @media (min-width: 681px) {
      .chd-home-bus-animation__inner {
        top: -145px;
        width: 400px; } }
  .chd-home-bus-animation__bus {
    display: block;
    height: 100%;
    left: 20px;
    pointer-events: auto;
    position: absolute;
    top: -12px;
    width: 82%;
    z-index: 10; }
    @media (min-width: 681px) {
      .chd-home-bus-animation__bus {
        left: 41px;
        top: -20px; } }

.chd-conference__wrapper h1,
.chd-conference__wrapper .chd-conference__title {
  color: #10141D;
  font-size: 36px;
  font-size: calc(36 / 16 * 1rem);
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .chd-conference__wrapper h1,
    .chd-conference__wrapper .chd-conference__title {
      font-size: 24px;
      font-size: calc(24 / 16 * 1rem);
      text-align: center; } }

.chd-conference__wrapper h2 {
  font-size: 20px;
  line-height: 24px; }

.chd-conference__breadcrumb {
  letter-spacing: 1px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .chd-conference__breadcrumb {
      text-align: center; } }

.chd-conference__wrapper {
  padding: 0; }
  .chd-conference__wrapper > .wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 16px auto;
    max-width: 1200px;
    width: 100%; }
    @media (min-width: 768px) {
      .chd-conference__wrapper > .wrapper {
        display: flex;
        flex-direction: row;
        margin: 50px auto; } }
  .chd-conference__wrapper article {
    padding-bottom: 0; }
    .chd-conference__wrapper article img {
      border: none; }
    .chd-conference__wrapper article .featured img {
      margin-bottom: 18px; }
  .chd-conference__wrapper aside {
    display: none; }
    @media (min-width: 768px) {
      .chd-conference__wrapper aside {
        display: block; } }

.chd-conference__article {
  float: none;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .chd-conference__article {
      border-right: 1px solid #E9E8E6;
      padding-right: 70px;
      width: 75%; } }
  @media (min-width: 1220px) {
    .chd-conference__article {
      padding-left: 0; } }
  .chd-conference__article--no-padding {
    padding-left: 0;
    padding-right: 0; }
  .chd-conference__article--full-width {
    border-right: 0 none;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

.chd-conference__aside {
  border: none;
  float: none;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .chd-conference__aside {
      padding-left: 70px;
      width: 25%; } }
  @media (min-width: 1220px) {
    .chd-conference__aside {
      padding-right: 0; } }

.chd-conference__read-more {
  color: #0080A3;
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.1px;
  line-height: 26px;
  position: relative;
  text-align: center;
  text-transform: uppercase; }
  .chd-conference__read-more::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 3.5C0.723858 3.5 0.5 3.72386 0.5 4C0.5 4.27614 0.723858 4.5 1 4.5V3.5ZM11.3536 4.35355C11.5488 4.15829 11.5488 3.84171 11.3536 3.64645L8.17157 0.464466C7.97631 0.269204 7.65973 0.269204 7.46447 0.464466C7.2692 0.659728 7.2692 0.976311 7.46447 1.17157L10.2929 4L7.46447 6.82843C7.2692 7.02369 7.2692 7.34027 7.46447 7.53553C7.65973 7.7308 7.97631 7.7308 8.17157 7.53553L11.3536 4.35355ZM1 4.5H11V3.5H1V4.5Z' fill='%23007899'/%3E%3C/svg%3E");
    margin-left: 8px;
    position: relative;
    top: -1px; }

.chd-conference__btn {
  background: #0080A3;
  color: #fff !important;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 11px 20px;
  text-decoration: none;
  text-transform: uppercase; }
  .chd-conference__btn:link, .chd-conference__btn:visited {
    color: #fff !important;
    text-decoration: none; }
  .chd-conference__btn:hover, .chd-conference__btn:active, .chd-conference__btn:focus {
    color: #fff !important;
    text-decoration: none; }

@media (max-width: 767px) {
  .chd-conference__side-menu {
    text-align: center; } }

.chd-conference__side-menu--mobile {
  margin-bottom: 7px;
  margin-top: 16px; }
  @media (min-width: 768px) {
    .chd-conference__side-menu--mobile {
      margin-bottom: 0;
      margin-top: 0;
      visibility: hidden; } }
  .chd-conference__side-menu--mobile .chd-conference__side-menu-menu-container {
    height: 0;
    overflow: hidden; }

.chd-conference__side-menu-title {
  color: #000;
  font-family: 'open-sans', 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase; }

@media (max-width: 767px) {
  .chd-conference__side-menu-menu-wrap {
    border: 2px solid #0080A3;
    display: inline-block;
    vertical-align: middle; } }

.chd-conference__side-menu-toggle {
  background: #fff;
  border: none;
  color: #000;
  display: none;
  font-family: 'open-sans', 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 14px 36px;
  text-transform: uppercase;
  width: 280px; }
  @media (max-width: 767px) {
    .chd-conference__side-menu-toggle {
      display: inline-block; } }
  .chd-conference__side-menu-toggle::after {
    background: url("images/chd-conf-sidebar-menu-caret.svg") no-repeat center center;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 9px;
    margin-left: 16px;
    transition: rotate 0.15s;
    width: 15px; }
  .chd-conference__side-menu-toggle--open::after {
    rotate: 180deg; }

.chd-conference__side-menu-menu {
  transition: height 0.2s; }
  .chd-conference__side-menu-menu .menu-item {
    color: #000;
    clear: none;
    display: block;
    font-family: Merriweather, Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    font-weight: 700;
    float: none;
    margin: 0;
    padding: 12px 10px 12px 0;
    position: relative; }
    @media (max-width: 767px) {
      .chd-conference__side-menu-menu .menu-item {
        padding: 0; } }
    .chd-conference__side-menu-menu .menu-item::before {
      background: #E9E8E6;
      content: '';
      display: block;
      height: 1px;
      left: 0;
      position: absolute;
      top: 0;
      width: 110px; }
      @media (max-width: 767px) {
        .chd-conference__side-menu-menu .menu-item::before {
          left: 25%;
          width: 50%; } }
    .chd-conference__side-menu-menu .menu-item.current-menu-item {
      color: #0080A3; }
      .chd-conference__side-menu-menu .menu-item.current-menu-item a {
        color: #0080A3; }
        .chd-conference__side-menu-menu .menu-item.current-menu-item a:link, .chd-conference__side-menu-menu .menu-item.current-menu-item a:visited, .chd-conference__side-menu-menu .menu-item.current-menu-item a:hover, .chd-conference__side-menu-menu .menu-item.current-menu-item a:active, .chd-conference__side-menu-menu .menu-item.current-menu-item a:focus {
          color: #0080A3; }
        @media (max-width: 767px) {
          .chd-conference__side-menu-menu .menu-item.current-menu-item a {
            background: #B0DDF3;
            color: #000; }
            .chd-conference__side-menu-menu .menu-item.current-menu-item a:link, .chd-conference__side-menu-menu .menu-item.current-menu-item a:visited, .chd-conference__side-menu-menu .menu-item.current-menu-item a:hover, .chd-conference__side-menu-menu .menu-item.current-menu-item a:active, .chd-conference__side-menu-menu .menu-item.current-menu-item a:focus {
              color: #000; } }
    .chd-conference__side-menu-menu .menu-item a {
      color: #000; }
      .chd-conference__side-menu-menu .menu-item a:link, .chd-conference__side-menu-menu .menu-item a:visited {
        color: #000; }
      .chd-conference__side-menu-menu .menu-item a:hover, .chd-conference__side-menu-menu .menu-item a:active, .chd-conference__side-menu-menu .menu-item a:focus {
        color: #0080A3; }
      @media (max-width: 767px) {
        .chd-conference__side-menu-menu .menu-item a {
          display: block;
          padding: 20px 10px; }
          .chd-conference__side-menu-menu .menu-item a:hover, .chd-conference__side-menu-menu .menu-item a:active, .chd-conference__side-menu-menu .menu-item a:focus {
            background: #B0DDF3;
            color: #000; } }

.chd-conference__wrapper .chd-conference-home__about-title {
  color: #008BB3;
  text-align: center;
  font-family: "open-sans", "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.6875;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  margin-top: 0; }
  .chd-conference__wrapper .chd-conference-home__about-title {
    font-size: 16px; }
    @media screen and (min-width: 390px) {
      .chd-conference__wrapper .chd-conference-home__about-title {
        font-size: calc(16px + 6 * ((100vw - 390px) / 810)); } }
    @media screen and (min-width: 1200px) {
      .chd-conference__wrapper .chd-conference-home__about-title {
        font-size: 22px; } }

.chd-conference__wrapper .chd-conference-home__speakers-title {
  color: #007899;
  text-align: center;
  font-family: "merriweather", Merriweather, serif;
  font-weight: 700;
  margin-top: 0; }
  .chd-conference__wrapper .chd-conference-home__speakers-title {
    font-size: 24px; }
    @media screen and (min-width: 390px) {
      .chd-conference__wrapper .chd-conference-home__speakers-title {
        font-size: calc(24px + 16 * ((100vw - 390px) / 810)); } }
    @media screen and (min-width: 1200px) {
      .chd-conference__wrapper .chd-conference-home__speakers-title {
        font-size: 40px; } }
  .chd-conference__wrapper .chd-conference-home__speakers-title {
    line-height: 24px; }
    @media screen and (min-width: 390px) {
      .chd-conference__wrapper .chd-conference-home__speakers-title {
        line-height: calc(24px + 25 * ((100vw - 390px) / 810)); } }
    @media screen and (min-width: 1200px) {
      .chd-conference__wrapper .chd-conference-home__speakers-title {
        line-height: 49px; } }
  .chd-conference__wrapper .chd-conference-home__speakers-title {
    margin-bottom: 30px; }
    @media screen and (min-width: 390px) {
      .chd-conference__wrapper .chd-conference-home__speakers-title {
        margin-bottom: calc(30px + 20 * ((100vw - 390px) / 810)); } }
    @media screen and (min-width: 1200px) {
      .chd-conference__wrapper .chd-conference-home__speakers-title {
        margin-bottom: 50px; } }

.chd-conference__wrapper .chd-conference-home__topics-title {
  color: #fff;
  text-align: center;
  font-family: "merriweather", Merriweather, serif;
  font-weight: 700;
  margin-top: 0; }
  .chd-conference__wrapper .chd-conference-home__topics-title {
    font-size: 24px; }
    @media screen and (min-width: 390px) {
      .chd-conference__wrapper .chd-conference-home__topics-title {
        font-size: calc(24px + 16 * ((100vw - 390px) / 810)); } }
    @media screen and (min-width: 1200px) {
      .chd-conference__wrapper .chd-conference-home__topics-title {
        font-size: 40px; } }
  .chd-conference__wrapper .chd-conference-home__topics-title {
    line-height: 24px; }
    @media screen and (min-width: 390px) {
      .chd-conference__wrapper .chd-conference-home__topics-title {
        line-height: calc(24px + 25 * ((100vw - 390px) / 810)); } }
    @media screen and (min-width: 1200px) {
      .chd-conference__wrapper .chd-conference-home__topics-title {
        line-height: 49px; } }
  .chd-conference__wrapper .chd-conference-home__topics-title {
    margin-bottom: 10px; }
    @media screen and (min-width: 390px) {
      .chd-conference__wrapper .chd-conference-home__topics-title {
        margin-bottom: calc(10px + 50 * ((100vw - 390px) / 810)); } }
    @media screen and (min-width: 1200px) {
      .chd-conference__wrapper .chd-conference-home__topics-title {
        margin-bottom: 60px; } }

.chd-conference__wrapper .chd-conference-home__events-title {
  color: #000;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center;
  font-weight: 700;
  line-height: 49px; }
  .chd-conference__wrapper .chd-conference-home__events-title {
    font-size: 24px; }
    @media screen and (min-width: 390px) {
      .chd-conference__wrapper .chd-conference-home__events-title {
        font-size: calc(24px + 26 * ((100vw - 390px) / 810)); } }
    @media screen and (min-width: 1200px) {
      .chd-conference__wrapper .chd-conference-home__events-title {
        font-size: 50px; } }
  @media (min-width: 1200px) {
    .chd-conference__wrapper .chd-conference-home__events-title {
      margin-bottom: 30px; } }

.chd-conference__wrapper .chd-conference-home__things-title {
  color: #007899;
  font-family: "open-sans", "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: calc(27 / 22);
  margin-top: 0;
  text-transform: uppercase; }
  .chd-conference__wrapper .chd-conference-home__things-title {
    margin-bottom: 20px; }
    @media screen and (min-width: 390px) {
      .chd-conference__wrapper .chd-conference-home__things-title {
        margin-bottom: calc(20px + 10 * ((100vw - 390px) / 810)); } }
    @media screen and (min-width: 1200px) {
      .chd-conference__wrapper .chd-conference-home__things-title {
        margin-bottom: 30px; } }

.chd-conference__wrapper .chd-conference-home__links-title {
  margin: 0 !important; }

.chd-conference-home__hero-inner {
  height: 100%;
  height: 75vw;
  height: calc(360px + 390 * ((100vw - 390px) / 810));
  min-height: 360px;
  max-height: 750px;
  position: relative; }

.chd-conference-home__hero-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden; }
  .chd-conference-home__hero-image img {
    border: 0 none;
    object-fit: cover;
    object-position: left 50% bottom 0%;
    height: 100%;
    vertical-align: middle;
    width: 100%; }

.chd-conference-home__hero-logo {
  margin-top: 50px; }
  @media screen and (min-width: 390px) {
    .chd-conference-home__hero-logo {
      margin-top: calc(50px + 50 * ((100vw - 390px) / 810)); } }
  @media screen and (min-width: 1200px) {
    .chd-conference-home__hero-logo {
      margin-top: 100px; } }

.chd-conference-home__hero-logo h1 {
  margin: 0 auto;
  min-width: 280px;
  max-width: 570px;
  text-align: center;
  width: 280px;
  width: calc(280px + 290 * ((100vw - 390px) / 810)); }

.chd-conference-home__hero-logo img {
  border: 0 none;
  width: 100%;
  height: auto;
  vertical-align: middle; }

.chd-conference-home .chd-conference-countdown {
  bottom: 0;
  color: #fff;
  left: 0;
  position: absolute;
  text-align: center;
  right: 0; }
  .chd-conference-home .chd-conference-countdown__inner {
    padding: 0 20px 44px; }
    .chd-conference-home .chd-conference-countdown__inner {
      padding-bottom: 44px; }
      @media screen and (min-width: 390px) {
        .chd-conference-home .chd-conference-countdown__inner {
          padding-bottom: calc(44px + 26 * ((100vw - 390px) / 810)); } }
      @media screen and (min-width: 1200px) {
        .chd-conference-home .chd-conference-countdown__inner {
          padding-bottom: 70px; } }
  .chd-conference-home .chd-conference-countdown__time {
    display: flex;
    flex-flow: row;
    justify-content: center; }
    .chd-conference-home .chd-conference-countdown__time {
      column-gap: 24px; }
      @media screen and (min-width: 390px) {
        .chd-conference-home .chd-conference-countdown__time {
          column-gap: calc(24px + 24 * ((100vw - 390px) / 810)); } }
      @media screen and (min-width: 1200px) {
        .chd-conference-home .chd-conference-countdown__time {
          column-gap: 48px; } }
  .chd-conference-home .chd-conference-countdown__days, .chd-conference-home .chd-conference-countdown__hours, .chd-conference-home .chd-conference-countdown__minutes, .chd-conference-home .chd-conference-countdown__seconds {
    display: inline-block;
    vertical-align: middle; }
  .chd-conference-home .chd-conference-countdown__number {
    display: block;
    font-family: "open-sans", "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase; }
    .chd-conference-home .chd-conference-countdown__number {
      font-size: 30px; }
      @media screen and (min-width: 390px) {
        .chd-conference-home .chd-conference-countdown__number {
          font-size: calc(30px + 35 * ((100vw - 390px) / 810)); } }
      @media screen and (min-width: 1200px) {
        .chd-conference-home .chd-conference-countdown__number {
          font-size: 65px; } }
  .chd-conference-home .chd-conference-countdown__label {
    font-family: "open-sans", "Open Sans", sans-serif;
    line-height: 1.3; }
    .chd-conference-home .chd-conference-countdown__label {
      font-size: 18px; }
      @media screen and (min-width: 390px) {
        .chd-conference-home .chd-conference-countdown__label {
          font-size: calc(18px + 2 * ((100vw - 390px) / 810)); } }
      @media screen and (min-width: 1200px) {
        .chd-conference-home .chd-conference-countdown__label {
          font-size: 20px; } }

.chd-conference-home__about-inner {
  margin: 0 auto;
  max-width: 910px;
  padding-left: 18px;
  padding-right: 18px; }
  .chd-conference-home__about-inner {
    padding-bottom: 54px; }
    @media screen and (min-width: 390px) {
      .chd-conference-home__about-inner {
        padding-bottom: calc(54px + 26 * ((100vw - 390px) / 810)); } }
    @media screen and (min-width: 1200px) {
      .chd-conference-home__about-inner {
        padding-bottom: 80px; } }
  .chd-conference-home__about-inner {
    padding-top: 20px; }
    @media screen and (min-width: 390px) {
      .chd-conference-home__about-inner {
        padding-top: calc(20px + 60 * ((100vw - 390px) / 810)); } }
    @media screen and (min-width: 1200px) {
      .chd-conference-home__about-inner {
        padding-top: 80px; } }

.chd-conference-home__about-lede {
  color: #000000;
  font-family: "merriweather", Merriweather, serif;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0.833333333333333em;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .chd-conference-home__about-lede {
    font-size: 24px; }
    @media screen and (min-width: 390px) {
      .chd-conference-home__about-lede {
        font-size: calc(24px + 16 * ((100vw - 390px) / 810)); } }
    @media screen and (min-width: 1200px) {
      .chd-conference-home__about-lede {
        font-size: 40px; } }
  .chd-conference-home__about-lede {
    line-height: 24px; }
    @media screen and (min-width: 390px) {
      .chd-conference-home__about-lede {
        line-height: calc(24px + 25 * ((100vw - 390px) / 810)); } }
    @media screen and (min-width: 1200px) {
      .chd-conference-home__about-lede {
        line-height: 49px; } }
  @media (min-width: 1200px) {
    .chd-conference-home__about-lede {
      margin-bottom: calc((26 / 40) * 1em); } }

.chd-conference-home__about-description {
  font-family: "open-sans", "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: calc((35 / 16) * 1em);
  text-align: center; }
  .chd-conference-home__about-description {
    font-size: 16px; }
    @media screen and (min-width: 390px) {
      .chd-conference-home__about-description {
        font-size: calc(16px + 2 * ((100vw - 390px) / 444)); } }
    @media screen and (min-width: 834px) {
      .chd-conference-home__about-description {
        font-size: 18px; } }
  .chd-conference-home__about-description {
    line-height: 24px; }
    @media screen and (min-width: 390px) {
      .chd-conference-home__about-description {
        line-height: calc(24px + 2 * ((100vw - 390px) / 444)); } }
    @media screen and (min-width: 834px) {
      .chd-conference-home__about-description {
        line-height: 26px; } }

.chd-conference-home__about-ctas {
  display: flex;
  flex-flow: column;
  row-gap: 20px;
  align-items: center; }
  @media (min-width: 834px) {
    .chd-conference-home__about-ctas {
      flex-flow: row;
      column-gap: 20px;
      row-gap: 0;
      justify-content: center; } }
  .chd-conference-home__about-ctas .chd-button--chd-conference-home-2 {
    display: none; }
    @media (min-width: 834px) {
      .chd-conference-home__about-ctas .chd-button--chd-conference-home-2 {
        display: inline-block; } }

.chd-conference-home__speakers {
  background: #F4F5F5; }
  .chd-conference-home__speakers-inner {
    padding-bottom: 30px; }
    @media screen and (min-width: 390px) {
      .chd-conference-home__speakers-inner {
        padding-bottom: calc(30px + 36 * ((100vw - 390px) / 810)); } }
    @media screen and (min-width: 1200px) {
      .chd-conference-home__speakers-inner {
        padding-bottom: 66px; } }
  .chd-conference-home__speakers-inner {
    padding-top: 30px; }
    @media screen and (min-width: 390px) {
      .chd-conference-home__speakers-inner {
        padding-top: calc(30px + 60 * ((100vw - 390px) / 810)); } }
    @media screen and (min-width: 1200px) {
      .chd-conference-home__speakers-inner {
        padding-top: 90px; } }

@media (min-width: 834px) {
  .chd-conference-home-speakers .chd-swiper {
    padding: 0 55px; } }

@media (min-width: 834px) {
  .chd-conference-home-speakers .chd-swiper {
    padding: 0 82px; } }

.chd-conference-home-speakers .chd-swiper__slide {
  text-align: center;
  width: 280px; }

.chd-conference-home-speakers .chd-swiper__slide-inner {
  margin: 0 auto;
  max-width: 280px; }
  @media (min-width: 1200px) {
    .chd-conference-home-speakers .chd-swiper__slide-inner {
      max-width: 334px; } }

.chd-conference-home-speakers .chd-swiper__image {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.1);
  height: 168px;
  margin: 0 auto 30px;
  width: 168px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 1200px) {
    .chd-conference-home-speakers .chd-swiper__image {
      height: 216px;
      width: 216px; } }
  .chd-conference-home-speakers .chd-swiper__image img {
    object-fit: cover;
    vertical-align: middle;
    width: 100%; }

.chd-conference-home-speakers .chd-swiper__name {
  color: #000;
  font-family: "open-sans", "Open Sans", sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px; }
  .chd-conference-home-speakers .chd-swiper__name {
    font-size: 20px; }
    @media screen and (min-width: 390px) {
      .chd-conference-home-speakers .chd-swiper__name {
        font-size: calc(20px + 8 * ((100vw - 390px) / 810)); } }
    @media screen and (min-width: 1200px) {
      .chd-conference-home-speakers .chd-swiper__name {
        font-size: 28px; } }
  @media (min-width: 1200px) {
    .chd-conference-home-speakers .chd-swiper__name {
      margin-bottom: 20px; } }

.chd-conference-home-speakers .chd-swiper__excerpt {
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
  text-align: center; }

.chd-conference-home-speakers .chd-swiper__read-more {
  color: #0080A3;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.15em;
  text-transform: uppercase; }
  .chd-conference-home-speakers .chd-swiper__read-more::after {
    content: '\2192';
    display: inline-block; }

.chd-conference-home-speakers__cta {
  margin-top: 40px;
  text-align: center; }

.chd-conference-home__topics {
  background: #373A3C; }
  .chd-conference-home__topics-inner {
    margin: 0 auto;
    max-width: 1170px;
    padding-left: 16px;
    padding-right: 16px; }
    .chd-conference-home__topics-inner {
      padding-bottom: 50px; }
      @media screen and (min-width: 390px) {
        .chd-conference-home__topics-inner {
          padding-bottom: calc(50px + 50 * ((100vw - 390px) / 810)); } }
      @media screen and (min-width: 1200px) {
        .chd-conference-home__topics-inner {
          padding-bottom: 100px; } }
    .chd-conference-home__topics-inner {
      padding-top: 38px; }
      @media screen and (min-width: 390px) {
        .chd-conference-home__topics-inner {
          padding-top: calc(38px + 62 * ((100vw - 390px) / 810)); } }
      @media screen and (min-width: 1200px) {
        .chd-conference-home__topics-inner {
          padding-top: 100px; } }

.chd-conference-home-topics {
  color: #fff;
  display: flex;
  flex-flow: column;
  row-gap: 30px; }
  @media (min-width: 1200px) {
    .chd-conference-home-topics {
      flex-flow: row;
      column-gap: 140px; } }
  .chd-conference-home-topics__image {
    margin: 0 auto;
    width: 175px; }
    @media (min-width: 1200px) {
      .chd-conference-home-topics__image {
        width: 320px; } }
    .chd-conference-home-topics__image img {
      border: none;
      vertical-align: middle;
      width: 100%; }
  .chd-conference-home-topics__topics {
    margin: 0 auto;
    max-width: 560px; }
  .chd-conference-home-topics__topics-item {
    line-height: 1.2;
    list-style-type: none;
    margin-bottom: 15px;
    position: relative;
    vertical-align: middle;
    display: flex;
    flex-flow: row nowrap;
    gap: 16px;
    align-items: flex-start; }
    .chd-conference-home-topics__topics-item {
      font-size: 16px; }
      @media screen and (min-width: 390px) {
        .chd-conference-home-topics__topics-item {
          font-size: calc(16px + 4 * ((100vw - 390px) / 810)); } }
      @media screen and (min-width: 1200px) {
        .chd-conference-home-topics__topics-item {
          font-size: 20px; } }
    .chd-conference-home-topics__topics-item::before {
      content: url("/wp-content/themes/chd-shop-theme/images/topics-bullet.svg");
      flex: 0 0 0%;
      height: 21px;
      width: 21px; }

.chd-conference-home__events {
  position: relative; }
  .chd-conference-home__events-bg {
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0; }
    .chd-conference-home__events-bg img {
      border: none;
      vertical-align: middle; }
  .chd-conference-home__events-inner {
    padding-left: 20px;
    padding-right: 20px;
    position: relative; }
    .chd-conference-home__events-inner {
      padding-bottom: 40px; }
      @media screen and (min-width: 390px) {
        .chd-conference-home__events-inner {
          padding-bottom: calc(40px + 30 * ((100vw - 390px) / 810)); } }
      @media screen and (min-width: 1200px) {
        .chd-conference-home__events-inner {
          padding-bottom: 70px; } }
    .chd-conference-home__events-inner {
      padding-top: 120px; }
      @media screen and (min-width: 390px) {
        .chd-conference-home__events-inner {
          padding-top: calc(120px + 580 * ((100vw - 390px) / 2170)); } }
      @media screen and (min-width: 2560px) {
        .chd-conference-home__events-inner {
          padding-top: 700px; } }
  .chd-conference-home__events-ctas {
    display: flex;
    flex-flow: row wrap;
    gap: 10px 20px;
    justify-content: center;
    margin-top: 50px; }
    @media (min-width: 1200px) {
      .chd-conference-home__events-ctas {
        margin-top: 80px; } }

.chd-conference-home-events {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 10px; }
  @media (min-width: 1200px) {
    .chd-conference-home-events__group-1 {
      display: flex;
      flex-flow: row;
      gap: 40px;
      justify-content: center; } }
  .chd-conference-home-events__group-2 {
    display: none; }
  .chd-conference-home-events__details {
    margin-top: 30px; }
    @media (min-width: 1200px) {
      .chd-conference-home-events__details {
        margin-top: 0; } }
    .chd-conference-home-events__details:first-child {
      margin-top: 0; }
    @media (min-width: 1200px) {
      .chd-conference-home-events__details {
        flex-basis: calc(100% / 3); } }
    .chd-conference-home-events__details-inner {
      padding: 10px 0; }
      @media (min-width: 1200px) {
        .chd-conference-home-events__details-inner {
          display: flex;
          flex-flow: column;
          gap: 20px;
          padding: 80px 0 0; } }
    .chd-conference-home-events__details summary::after {
      transition: all 0.25s;
      transform: translateY(-50%) rotate(180deg); }
    .chd-conference-home-events__details[open] summary::after {
      transform: translateY(-50%) rotate(0); }
  .chd-conference-home-events__summary {
    border-bottom: 4px solid #0080A3;
    color: #373A3C;
    font-family: "open-sans", "Open Sans", sans-serif;
    font-weight: 600;
    list-style: none;
    position: relative; }
    @media (min-width: 1200px) {
      .chd-conference-home-events__summary {
        border: none; } }
    .chd-conference-home-events__summary::-webkit-details-marker, .chd-conference-home-events__summary::marker {
      color: transparent;
      display: none;
      list-style: none; }
    @media (min-width: 1200px) {
      .chd-conference-home-events__summary time {
        display: flex;
        flex-flow: row nowrap;
        align-items: flex-end; }
        .chd-conference-home-events__summary time .group-1 {
          border-bottom: 4px solid #0080A3;
          flex-grow: 0;
          padding-bottom: 8px; } }
    @media (min-width: 1200px) and (min-width: 1200px) {
      .chd-conference-home-events__summary time .group-1 {
        flex: 0 0 130px; } }
    @media (min-width: 1200px) {
        .chd-conference-home-events__summary time .group-2 {
          border-bottom: 4px solid #0080A3;
          flex-grow: 1;
          padding-bottom: 8px; } }
    .chd-conference-home-events__summary-day-name {
      color: #373A3C;
      font-size: 34px;
      font-weight: 600;
      line-height: calc(39 / 34);
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        .chd-conference-home-events__summary-day-name {
          font-size: 48px;
          line-height: 1; } }
    .chd-conference-home-events__summary-date {
      color: #000;
      font-size: 24px;
      line-height: calc(39 / 24);
      white-space: nowrap; }
      @media (min-width: 1200px) {
        .chd-conference-home-events__summary-date {
          font-size: 24px;
          line-height: 1; } }
      .chd-conference-home-events__summary-date i {
        display: none; }
        @media (min-width: 1200px) {
          .chd-conference-home-events__summary-date i {
            display: inline;
            font-size: 20px;
            font-weight: 400;
            text-transform: lowercase; } }
    .chd-conference-home-events__summary::after {
      content: url("./images/events-arrow.svg");
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      height: 16px; }
      @media (min-width: 1200px) {
        .chd-conference-home-events__summary::after {
          display: none; } }
  .chd-conference-home-events__card {
    border-bottom: 1px solid #E9E8E6;
    color: #373A3C;
    padding: 20px 0; }
    @media (min-width: 1200px) {
      .chd-conference-home-events__card {
        border-bottom: none;
        display: flex;
        gap: 20px;
        padding: 0; } }
    .chd-conference-home-events__card .group-1 {
      color: #0080A3;
      margin-bottom: 4px; }
      @media (min-width: 1200px) {
        .chd-conference-home-events__card .group-1 {
          border-bottom: 1px solid transparent;
          flex: 0 0 110px;
          margin: 0; } }
    @media (min-width: 1200px) {
      .chd-conference-home-events__card .group-2 {
        border-bottom: 1px solid #E9E8E6;
        flex: 1 1 auto;
        padding-bottom: 20px; } }
    .chd-conference-home-events__card-time {
      color: #0080A3;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        .chd-conference-home-events__card-time {
          font-size: 20px;
          display: inline-block;
          margin-top: 8px; } }
    .chd-conference-home-events__card-title {
      color: #373A3C;
      font-family: "open-sans", "Open Sans", sans-serif;
      font-size: 20px;
      font-weight: 700;
      margin: 0; }
      @media (min-width: 1200px) {
        .chd-conference-home-events__card-title {
          font-size: 22px; } }
    .chd-conference-home-events__card-excerpt {
      color: #373A3C;
      font-family: "open-sans", "Open Sans", sans-serif;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 0;
      margin-top: 8px; }
      @media (min-width: 1200px) {
        .chd-conference-home-events__card-excerpt {
          font-size: 18px; } }
    .chd-conference-home-events__card-speaker {
      margin-top: 8px; }
      .chd-conference-home-events__card-speaker-name {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 0; }
        @media (min-width: 1200px) {
          .chd-conference-home-events__card-speaker-name {
            font-size: 18px; } }
      .chd-conference-home-events__card-speaker-title {
        font-size: 16px;
        font-style: italic; }
        @media (min-width: 1200px) {
          .chd-conference-home-events__card-speaker-title {
            font-size: 18px;
            margin-bottom: 0; } }

.chd-conference-home__things {
  background: #F4F5F5; }
  .chd-conference-home__things-inner {
    margin: 0 auto;
    max-width: 1220px;
    padding: 40px 20px; }
    .chd-conference-home__things-inner {
      padding-bottom: 40px; }
      @media screen and (min-width: 390px) {
        .chd-conference-home__things-inner {
          padding-bottom: calc(40px + 50 * ((100vw - 390px) / 810)); } }
      @media screen and (min-width: 1200px) {
        .chd-conference-home__things-inner {
          padding-bottom: 90px; } }
    .chd-conference-home__things-inner {
      padding-top: 40px; }
      @media screen and (min-width: 390px) {
        .chd-conference-home__things-inner {
          padding-top: calc(40px + 50 * ((100vw - 390px) / 810)); } }
      @media screen and (min-width: 1200px) {
        .chd-conference-home__things-inner {
          padding-top: 90px; } }
  .chd-conference-home__things-ctas {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 10px 20px;
    justify-content: center;
    margin-top: 40px; }

.chd-conference-home-things {
  display: flex;
  flex-flow: column;
  gap: 30px; }
  @media (min-width: 834px) {
    .chd-conference-home-things {
      flex-flow: row;
      justify-content: space-between; } }
  @media (min-width: 834px) {
    .chd-conference-home-things .group-1 {
      flex-basis: 520px; } }
  @media (min-width: 834px) {
    .chd-conference-home-things .group-2 {
      flex-basis: calc((590 / 1220) * 100%); } }
  .chd-conference-home-things ul {
    color: #000;
    font-family: "open-sans", "Open Sans", sans-serif;
    font-size: 16px;
    line-height: calc(23 / 16);
    padding-bottom: 0; }
    @media (min-width: 1200px) {
      .chd-conference-home-things ul {
        font-size: 18px; } }
  .chd-conference-home-things p {
    color: #000;
    font-family: "open-sans", "Open Sans", sans-serif;
    font-size: 16px;
    line-height: calc(23 / 16); }
    .chd-conference-home-things p:last-child {
      margin-bottom: 0; }
    @media (min-width: 1200px) {
      .chd-conference-home-things p {
        font-size: 18px; } }
  .chd-conference-home-things__image img {
    border: none;
    vertical-align: middle; }

.chd-conference-home__links {
  background: #fff; }
  .chd-conference-home__links-inner {
    margin: 0 auto;
    max-width: 1170px;
    padding: 50px 18px; }
    @media (min-width: 1200px) {
      .chd-conference-home__links-inner {
        padding: 70px 0; } }

.chd-conference-home-links {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
  align-items: center; }
  @media (min-width: 1200px) {
    .chd-conference-home-links {
      flex-flow: row nowrap;
      justify-content: center; } }
  .chd-conference-home-links__item {
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.08);
    max-width: 356px;
    width: 100%; }
    @media (min-width: 1200px) {
      .chd-conference-home-links__item {
        max-width: 378px; } }
  .chd-conference-home-links__item-link {
    transition: all 0.15s; }
    .chd-conference-home-links__item-link:link, .chd-conference-home-links__item-link:visited, .chd-conference-home-links__item-link:hover, .chd-conference-home-links__item-link:active, .chd-conference-home-links__item-link:focus {
      text-decoration: none; }
      .chd-conference-home-links__item-link:link .chd-conference-home-links__title,
      .chd-conference-home-links__item-link:link .chd-conference-home-links__cta, .chd-conference-home-links__item-link:visited .chd-conference-home-links__title,
      .chd-conference-home-links__item-link:visited .chd-conference-home-links__cta, .chd-conference-home-links__item-link:hover .chd-conference-home-links__title,
      .chd-conference-home-links__item-link:hover .chd-conference-home-links__cta, .chd-conference-home-links__item-link:active .chd-conference-home-links__title,
      .chd-conference-home-links__item-link:active .chd-conference-home-links__cta, .chd-conference-home-links__item-link:focus .chd-conference-home-links__title,
      .chd-conference-home-links__item-link:focus .chd-conference-home-links__cta {
        text-decoration: none; }
    .chd-conference-home-links__item-link:link .chd-conference-home-links__title, .chd-conference-home-links__item-link:visited .chd-conference-home-links__title {
      color: #000; }
    .chd-conference-home-links__item-link:hover .chd-conference-home-links__title, .chd-conference-home-links__item-link:active .chd-conference-home-links__title, .chd-conference-home-links__item-link:focus .chd-conference-home-links__title {
      color: #0080A3; }
    .chd-conference-home-links__item-link:link .chd-conference-home-links__cta, .chd-conference-home-links__item-link:visited .chd-conference-home-links__cta, .chd-conference-home-links__item-link:hover .chd-conference-home-links__cta, .chd-conference-home-links__item-link:active .chd-conference-home-links__cta, .chd-conference-home-links__item-link:focus .chd-conference-home-links__cta {
      color: #0080A3; }
  .chd-conference-home-links__item-inner {
    align-items: center;
    display: flex;
    flex-flow: row nowrap; }
  .chd-conference-home-links__image {
    background: #ccc;
    flex: 0 0 auto;
    height: 180px;
    width: 154px; }
    .chd-conference-home-links__image img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
    @media (min-width: 1200px) {
      .chd-conference-home-links__image {
        height: 248px;
        width: 162px; } }
  .chd-conference-home-links__text-wrap {
    flex: 1 1 auto;
    padding: 10px;
    text-align: center; }
  .chd-conference-home-links__title {
    color: #000;
    font-family: "merriweather", Merriweather, serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.4px;
    text-decoration: none;
    transition: all 0.15s;
    margin-bottom: 20px;
    margin-top: 0; }
    @media (min-width: 1200px) {
      .chd-conference-home-links__title {
        font-size: 24px;
        line-height: calc(29 / 24);
        margin-bottom: 30px; } }
  .chd-conference-home-links__cta {
    color: #0080A3;
    font-family: "open-sans", "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: calc(26 / 14);
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.15s;
    margin-bottom: 0; }
    .chd-conference-home-links__cta::after {
      content: '\2192'; }

.chd-conference__wrapper article section {
  border-bottom: none; }
  .chd-conference__wrapper article section figcaption {
    width: auto; }

.chd-conference__wrapper article figure {
  width: 206px !important; }

.chd-conference__wrapper article p {
  color: #373A3C; }

.chd-conference__wrapper article .chd-conference__speaker-headshot {
  display: flex;
  height: 206px;
  margin: auto;
  width: 206px !important; }
  .chd-conference__wrapper article .chd-conference__speaker-headshot img {
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 3px 6px 4px rgba(0, 0, 0, 0.1); }

.chd-conference__wrapper article .chd-conference__speaker-name {
  font-family: 'open-sans';
  font-size: 16px;
  margin-bottom: 0;
  padding-top: 18px;
  text-align: center; }
  .chd-conference__wrapper article .chd-conference__speaker-name a {
    color: #000; }

.chd-conference__wrapper article .chd-conference__speaker-title {
  color: #373A3C;
  font-family: 'open-sans';
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  padding-bottom: 24px;
  text-align: center; }

.chd-conference__wrapper article .chd-conference__speaker-excerpt {
  color: #373A3C;
  font-size: 14px;
  line-height: 16.5px;
  margin-bottom: 8px;
  padding-bottom: 0;
  text-align: center; }
  @media (min-width: 1328px) {
    .chd-conference__wrapper article .chd-conference__speaker-excerpt {
      font-size: 16px;
      line-height: 20.5px;
      margin-bottom: 21px; } }

.chd-conference__wrapper article .chd-conference__speakers-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto; }
  @media (min-width: 768px) {
    .chd-conference__wrapper article .chd-conference__speakers-index {
      justify-content: space-around;
      gap: 30px 20px;
      margin-top: 50px; } }
  @media (min-width: 1328px) {
    .chd-conference__wrapper article .chd-conference__speakers-index {
      gap: 50px 20px;
      justify-content: space-between; } }

.chd-conference__wrapper article .chd-conference__speaker-card {
  border-bottom: none;
  display: block;
  max-width: 356px;
  padding: 15px 0;
  margin-bottom: 0; }
  .chd-conference__wrapper article .chd-conference__speaker-card:first-child {
    padding-top: 0; }
  .chd-conference__wrapper article .chd-conference__speaker-card figcaption {
    width: auto; }
  @media (min-width: 768px) {
    .chd-conference__wrapper article .chd-conference__speaker-card {
      max-width: 220px;
      max-width: calc((100% - 40px) / 2);
      padding: 0; }
      .chd-conference__wrapper article .chd-conference__speaker-card:first-child {
        padding: 0; } }
  @media (min-width: 1100px) {
    .chd-conference__wrapper article .chd-conference__speaker-card {
      max-width: calc((100% - 40px) / 3); } }
  @media (min-width: 768px) {
    .chd-conference__wrapper article .chd-conference__speaker-card .chd-conference__speaker-headshot {
      height: 154px;
      width: 154px !important; } }
  .chd-conference__wrapper article .chd-conference__speaker-card .chd-conference__speaker-title {
    padding-bottom: 11px; }

@media (min-width: 768px) {
  .chd-conference__wrapper article .chd-conference__speaker-single .chd-conference__speaker-headshot {
    float: left;
    padding: 5px 20px 0 0; } }

@media (min-width: 1100px) {
  .chd-conference__wrapper article .chd-conference__speaker-single .chd-conference__speaker-headshot {
    height: 306px;
    padding: 10px 49px 0 0;
    width: 306px !important; } }

@media (min-width: 768px) {
  .chd-conference__wrapper article .chd-conference__speaker-single .chd-conference__speaker-name {
    padding-bottom: 8px;
    padding-top: 0;
    text-align: left; } }

@media (min-width: 1100px) {
  .chd-conference__wrapper article .chd-conference__speaker-single .chd-conference__speaker-name {
    font-size: 28px;
    margin-top: 56px; } }

@media (min-width: 768px) {
  .chd-conference__wrapper article .chd-conference__speaker-single .chd-conference__speaker-title {
    text-align: left; } }

@media (min-width: 1100px) {
  .chd-conference__wrapper article .chd-conference__speaker-single .chd-conference__speaker-title {
    font-size: 20px; } }

.chd-conference__exhibitors-wrapper h2 {
  margin-bottom: 0;
  padding-bottom: 30px; }

.chd-conference__exhibitors-wrapper .chd-conference__btn {
  margin-bottom: 30px; }

.chd-conference__exhibitors-wrapper .chd-conference__article .chd-conference__exhibitors img {
  aspect-ratio: 1;
  border: 1px solid #ccc;
  object-fit: contain;
  width: 100%; }

.chd-conference__exhibitors-wrapper hr {
  margin: 10px 0 40px; }

.chd-conference__exhibitors .chd-conference__top-level {
  justify-content: center; }

.chd-conference__exhibitors > div {
  display: flex;
  flex-direction: column; }
  .chd-conference__exhibitors > div > div {
    gap: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 30px;
    width: 100%; }
    @media (min-width: 768px) {
      .chd-conference__exhibitors > div > div {
        justify-content: flex-start; } }
    .chd-conference__exhibitors > div > div > div {
      display: flex;
      flex-direction: column; }

.chd-conference__sponsor-level {
  color: #6A9C32;
  font-size: 28px;
  line-height: 48.5px;
  text-transform: uppercase; }

.chd-conference__exhibitor-logo {
  padding-bottom: 13px; }

.chd-conference__top-level > div > div {
  margin: auto;
  max-width: 507px; }

.chd-conference__top-level img {
  max-width: 507px; }

.chd-conference__mid-level > div > div {
  width: 374px; }

.chd-conference__mid-level img {
  width: 374px; }

.chd-conference__bottom-level > div > div {
  width: 241px; }

.chd-conference__bottom-level img {
  width: 241px; }

.chd-conference__bottom-level .chd-conference__exhibitor-title {
  font-size: 16px; }

.chd-conference__exhibitor-title {
  font-family: 'Merriweather';
  font-size: 18px;
  font-weight: bold;
  text-align: center; }

.chd-conference__exhibitors-disclaimer {
  font-size: 14px;
  line-height: normal; }

.chd-conference__wrapper h2.chd-conference__event-name {
  color: #373A3C;
  font-family: 'open-sans';
  font-size: 28px;
  line-height: normal;
  text-transform: uppercase; }

.chd-conference__events-section {
  color: #373A3C;
  padding-top: 32px; }

.chd-conference__day-events {
  padding-bottom: 30px; }
  .chd-conference__day-events > div {
    padding-top: 25px; }
    .chd-conference__day-events > div:nth-of-type(2) {
      padding-top: 41px; }

.chd-conference__schedule-divider {
  border-bottom: 4px solid #0080A3;
  display: flex; }

.chd-conference__day-name {
  font-size: 48px;
  font-weight: 600;
  line-height: 48.5px;
  margin-top: -12px;
  padding-right: 25px;
  text-transform: uppercase;
  width: 150px; }

.chd-conference__day-number {
  display: flex;
  flex-basis: 100%;
  font-size: 28px;
  font-weight: 600;
  line-height: 48.5px; }

.chd-conference__optional-day-message {
  font-size: 20px;
  font-style: italic;
  font-weight: normal;
  margin-left: 6px;
  position: relative;
  text-transform: none;
  top: 3px; }

.chd-conference__event {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 786px) {
    .chd-conference__event {
      flex-wrap: nowrap; } }
  .chd-conference__event.dropdown {
    cursor: pointer; }
    .chd-conference__event.dropdown:after {
      border-bottom: 5px solid #0080A3;
      border-left: 5px solid #0080A3;
      content: '';
      height: 15px;
      margin-left: 20px;
      margin-top: 5px;
      position: absolute;
      right: 50px;
      transform: rotate(315deg);
      transition: .2s;
      width: 15px; }
      @media (min-width: 768px) {
        .chd-conference__event.dropdown:after {
          right: 125px; } }
  .chd-conference__event.open.dropdown:after {
    margin-top: 15px;
    transform: rotate(135deg); }
  .chd-conference__event.open.dropdown .chd-conference__event-full-description {
    display: block; }
    .chd-conference__event.open.dropdown .chd-conference__event-full-description .chd-conference__event-speaker-name {
      margin-bottom: 0; }
  .chd-conference__event.open.dropdown .chd-conference__event-excerpt {
    display: none; }

.chd-conference__event-time {
  color: #0080A3;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 10px;
  margin-right: 10px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .chd-conference__event-time {
      margin-right: 25px;
      margin-top: 5px;
      width: 150px; } }

.chd-conference__optional-override-message {
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  text-transform: none; }

.chd-conference__event-content {
  border-bottom: 2px solid #ccc;
  padding-bottom: 20px;
  transition: .5s;
  width: 100%; }
  .chd-conference__event-content > p {
    margin-bottom: 5px; }
    .chd-conference__event-content > p:not(:first-of-type) {
      font-size: 16px;
      font-style: italic; }

.chd-conference__event-name {
  margin: 0 100px 0 0;
  max-width: 526px;
  padding-bottom: 10px; }

.chd-conference__event-excerpt {
  max-width: 526px; }

.chd-conference__event-full-description {
  display: none;
  max-width: 526px; }
  .chd-conference__event-full-description > p {
    margin-bottom: 5px; }
  .chd-conference__event-full-description:nth-child(2) {
    margin-top: 28px; }

.chd-conference__event-speaker {
  margin-top: 20px; }
  .chd-conference__event-speaker:last-child {
    margin-bottom: 30px; }

.chd-conference__event-speaker-name {
  font-size: 20px;
  font-weight: bold; }

.chd-conference__event-speaker-title {
  font-size: 20px;
  font-style: italic; }

.chd-conference__wrapper .woocommerce ul.products li.product {
  margin-bottom: 60px; }
  @media (max-width: 540px) {
    .chd-conference__wrapper .woocommerce ul.products li.product {
      float: none;
      margin-left: auto;
      margin-right: auto;
      max-width: 250px;
      width: 100%; } }
  @media (max-width: 540px) {
    .chd-conference__wrapper .woocommerce ul.products li.product:nth-child(2n) {
      float: none;
      margin-left: auto;
      margin-right: auto;
      max-width: 250px;
      width: 100%; } }
  .chd-conference__wrapper .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    margin: 30px 0 10px; }
  .chd-conference__wrapper .woocommerce ul.products li.product .price {
    color: #038bb3;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2.1px; }
  .chd-conference__wrapper .woocommerce ul.products li.product .button {
    background: #fff;
    border: 2px solid #0080A3;
    color: #101010;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    margin-top: 28px;
    max-width: 185px;
    padding: 13px 0;
    text-align: center;
    text-transform: uppercase; }
    .chd-conference__wrapper .woocommerce ul.products li.product .button:hover {
      text-decoration: underline; }

@media (min-width: 1000px) {
  .chd-conference__article .chd-conference__travel-section-two h2 {
    padding-top: 25px; } }

@media (min-width: 1000px) {
  .chd-conference__article .chd-conference__travel-section-two p {
    margin-bottom: 25px; } }

.chd-conference__featured-image img {
  width: 100%; }

.chd-conference__travel-section h2 {
  font-size: 20px;
  line-height: 26px;
  text-transform: capitalize; }

.chd-conference__travel-section p {
  font-size: 18px;
  line-height: 26px; }

.chd-conference__travel-section-one {
  padding: 20px 0; }
  @media (min-width: 1000px) {
    .chd-conference__travel-section-one {
      display: flex;
      padding: 76px 0; } }
  .chd-conference__travel-section-one img:nth-of-type(2) {
    padding-top: 16px; }

@media (min-width: 1000px) {
  .chd-conference__travel-section-one-text {
    padding-right: 20px;
    width: 50%; } }

@media (min-width: 1000px) {
  .chd-conference__travel-section-one-images {
    width: 50%; } }

.chd-conference__travel-swiper-background {
  position: relative; }
  @media (min-width: 768px) {
    .chd-conference__travel-swiper-background {
      margin-right: -70px; } }
  .chd-conference__travel-swiper-background:after {
    background: #FBFAF7;
    content: "";
    height: 100%;
    margin-left: -20px;
    margin-right: -20px;
    position: absolute;
    width: 100vw;
    top: 0; }
    @media (min-width: 768px) {
      .chd-conference__travel-swiper-background:after {
        right: 0;
        margin: 0; } }

.chd-conference__travel-swiper {
  position: relative; }
  .chd-conference__travel-swiper.swiper {
    max-width: 864px;
    padding-top: 16px; }
    @media (min-width: 1000px) {
      .chd-conference__travel-swiper.swiper {
        padding: 40px 0; } }
  .chd-conference__travel-swiper h2 {
    color: #008BB3;
    font-size: 22px;
    line-height: 24px;
    margin: 0;
    padding-bottom: 16px;
    text-decoration: none; }
  .chd-conference__travel-swiper p {
    font-size: 18px;
    line-height: 22px; }
  @media (min-width: 600px) {
    .chd-conference__travel-swiper .swiper-slide-active .swiper-button-next {
      display: none; } }
  .chd-conference__travel-swiper .swiper-slide-prev .swiper-button-prev, .chd-conference__travel-swiper .swiper-slide-next .swiper-button-prev {
    display: none; }
  .chd-conference__travel-swiper .swiper-button-prev, .chd-conference__travel-swiper .swiper-button-next {
    background: rgba(255, 255, 255, 0.7);
    height: 100%;
    top: 20px; }
    .chd-conference__travel-swiper .swiper-button-prev:after, .chd-conference__travel-swiper .swiper-button-next:after {
      color: #101010;
      font-size: 16px;
      font-weight: bold; }
  .chd-conference__travel-swiper .swiper-button-next {
    right: 0; }
  .chd-conference__travel-swiper .swiper-button-prev {
    left: 0; }
  .chd-conference__travel-swiper .swiper-button-disabled {
    display: none; }

.chd-conference__travel-hotel {
  width: 100%; }
  @media (min-width: 600px) {
    .chd-conference__travel-hotel .swiper-button-next {
      left: calc(65% - 34px); } }
  .chd-conference__travel-hotel:last-child {
    display: none; }
    @media (min-width: 600px) {
      .chd-conference__travel-hotel:last-child {
        display: flex; } }

.chd-conference__travel-swiper-image {
  position: relative; }
  @media (max-width: 600px) {
    .chd-conference__travel-swiper-image img {
      width: 100%; } }

.chd-conference__travel-info {
  padding-top: 20px; }

.chd-conference__travel-price {
  font-weight: 700; }
  .chd-conference__travel-price span {
    font-weight: 400;
    font-style: italic; }

.chd-conference__travel-swiper-wrapper {
  max-width: 512px; }

.chd-conference__travel-section-two {
  padding: 20px 0; }

.chd-conference__tracks h2 {
  font-size: 28px; }

.chd-conference__tracks h3 {
  color: #000;
  font-family: 'Open-Sans';
  font-size: 20px; }

.chd-conference__tracks-buttons {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  padding-top: 21px;
  padding-bottom: 52px;
  font-size: 12pt; }
  .chd-conference__tracks-buttons a {
    align-items: center;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.08);
    color: #038bb3;
    display: flex;
    font-family: 'Merriweather';
    font-size: 24px;
    font-weight: bold;
    height: 113px;
    justify-content: center;
    letter-spacing: -0.48px;
    line-height: 30px;
    padding: 0 10px;
    width: 313px; }
  @media (min-width: 768px) {
    .chd-conference__tracks-buttons {
      justify-content: flex-start; } }

.chd-conference__wrapper article .chd-conference__video-featured img {
  margin-bottom: 0; }

.chd-conference__wrapper h1.chd-conference__title--video {
  margin-bottom: 5px; }

.chd-conference__wrapper .chd-conference__video-form-title {
  font-size: 24px;
  margin: 20px 0 30px;
  text-align: center; }

.chd-conference__wrapper--videos h1.chd-conference__title {
  margin-bottom: 22px; }

.chd-conference__wrapper--videos p {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 47px; }

.chd-conference__videos {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  justify-content: center; }
  @media (min-width: 768px) {
    .chd-conference__videos {
      gap: 40px 20px; } }
  @media (min-width: 1200px) {
    .chd-conference__videos {
      justify-content: flex-start; } }

.chd-conference__video-card {
  max-width: 250px; }
  .chd-conference__video-card a:hover {
    text-decoration: none; }
    .chd-conference__video-card a:hover .chd-conference__video-card-thumbnail:before {
      background: #101010; }
    .chd-conference__video-card a:hover img {
      box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25); }
    .chd-conference__video-card a:hover h2 {
      color: #0080A3; }
  .chd-conference__video-card img {
    transition: .2s; }
  .chd-conference__video-card h2 {
    font-family: "open-sans", "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 10px;
    transition: .2s; }
  .chd-conference__video-card h3 {
    font-family: "open-sans", "Open Sans", sans-serif;
    font-size: 18px;
    margin-bottom: 2px;
    margin-top: 0;
    padding-top: 14px; }
  .chd-conference__video-card p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 5px; }
    .chd-conference__video-card p > a:hover {
      text-decoration: underline; }

.chd-conference__video-card-thumbnail {
  position: relative; }
  .chd-conference__video-card-thumbnail:before {
    background: rgba(16, 16, 16, 0.6);
    border: 2px solid #fff;
    border-radius: 50%;
    content: '';
    filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.25));
    height: 42px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .2s;
    width: 42px; }
  .chd-conference__video-card-thumbnail:after {
    border-bottom: 10px solid transparent;
    border-left: 17px solid #fff;
    border-top: 10px solid transparent;
    content: '';
    left: 50.5%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }

.chd-conference__video-single h2 {
  font-size: 24px; }
  .chd-conference__video-single h2:first-child {
    margin-top: 24px; }

.chd-conference__video-single a {
  color: #0080A3; }
  .chd-conference__video-single a:link, .chd-conference__video-single a:visited, .chd-conference__video-single a:hover, .chd-conference__video-single a:active {
    color: #0080A3; }

.chd-conference__video-single span {
  color: #0080A3;
  font-size: 24px;
  font-weight: bold; }

.chd-conference__video-single p {
  font-size: 18px;
  line-height: normal; }

.chd-conference__video-single .gf_login_form {
  max-width: 300px;
  width: 100%; }
  @media (min-width: 768px) {
    .chd-conference__video-single .gf_login_form {
      max-width: 509px; } }

@media (min-width: 768px) {
  .chd-conference__video-single .gform_wrapper.gravity-theme .gform_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

@media (min-width: 768px) {
  .chd-conference__video-single .gform_wrapper.gravity-theme .gfield {
    width: 48%; } }

.chd-conference__video-single .gform_wrapper.gravity-theme .gfield.gfield--type-remember_me {
  width: 100%; }

.chd-conference__video-single .gform_wrapper.gravity-theme input[type=text], .chd-conference__video-single .gform_wrapper.gravity-theme input[type=password] {
  background: #FBFAF7;
  border: none;
  border-bottom: 2px solid #0080A3;
  width: 100%; }

.chd-conference__video-single .gchoice {
  text-align: center; }

.chd-conference__video-single #gform_submit_button_0 {
  align-items: center;
  background: #0080A3;
  border-radius: 0;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  height: 47px;
  justify-content: center;
  letter-spacing: 2.1px;
  margin: 16px auto 0;
  max-width: 219px;
  text-transform: uppercase;
  width: 163px; }

.chd-conference__video-single .gform_wrapper.gravity-theme .gform_footer {
  margin-top: 0;
  padding-top: 0; }

.chd-conference__content p {
  margin-bottom: 30px; }

.chd-conference__video-featured-wrapper {
  max-height: 300px;
  overflow: hidden;
  position: relative; }
  .chd-conference__video-featured-wrapper:after {
    background: linear-gradient(0deg, #fff 5%, transparent 60%);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.chd-conference__video-featured {
  position: relative; }

.chd-conference__video-play-icon {
  background: rgba(16, 16, 16, 0.6);
  border: 2px solid #fff;
  border-radius: 50%;
  height: 133px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 133px; }
  .chd-conference__video-play-icon:after {
    border-bottom: 30px solid transparent;
    border-left: 50px solid #fff;
    border-top: 30px solid transparent;
    content: '';
    left: 56%;
    position: absolute;
    top: 51%;
    transform: translate(-50%, -50%); }

.chd-conference__video-bio-link {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px; }

.chd-conference__video-sign-in-form {
  align-items: center;
  display: flex;
  flex-direction: column; }

.chd-conference__video-speaker-name {
  color: #0080A3;
  font-size: 24px;
  text-align: left; }

.chd-conference__video-speaker-excerpt {
  margin-bottom: 16px; }

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

.chd-falconry__featured-image {
  background: #A0C2DC;
  display: flex;
  overflow: hidden; }
  .chd-falconry__featured-image img {
    box-shadow: 0 0 100px 100px #78ABD8;
    height: 220px;
    margin: auto;
    object-fit: cover;
    object-position: right; }
    @media (min-width: 768px) {
      .chd-falconry__featured-image img {
        height: auto;
        max-width: 1440px;
        width: 100%; } }

.chd-falconry__intro-section {
  max-width: 90%;
  margin: auto; }

.chd-falconry__intro-title {
  font-size: 32px;
  line-height: normal;
  padding-top: 25px; }
  @media (min-width: 768px) {
    .chd-falconry__intro-title {
      font-size: 40px;
      padding-top: 87px; } }

.chd-falconry__intro-text {
  font-family: 'open-sans';
  font-size: 20px;
  font-weight: normal;
  line-height: 125%;
  margin: auto;
  margin-bottom: 25px;
  max-width: 549px;
  padding-top: 12px; }
  @media (min-width: 768px) {
    .chd-falconry__intro-text {
      font-size: 28px;
      padding-top: 24px;
      margin-bottom: 40px; } }

.chd-falconry__button {
  background: #0080A3;
  color: #fff;
  display: block;
  font-family: 'open-sans';
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.1px;
  line-height: 26px;
  margin: auto;
  padding: 11px 0;
  text-align: center;
  text-transform: uppercase;
  width: 242px; }
  @media (min-width: 1000px) {
    .chd-falconry__button.--winner-section {
      margin: 0; } }

.chd-falconry__video-content {
  background: #F4F5F5;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .chd-falconry__video-content {
      margin-top: 87px; } }

@media (min-width: 768px) {
  .chd-falconry__video {
    margin: auto; } }

.chd-falconry__video:before {
  background-color: #fff;
  content: '';
  display: block;
  height: 119px;
  left: calc((100%/2) - 50vw);
  position: absolute;
  width: 100vw;
  top: 0; }

.chd-falconry__content-one {
  margin: auto;
  max-width: 766px;
  padding: 25px 0;
  width: 90%; }
  @media (min-width: 768px) {
    .chd-falconry__content-one {
      padding-bottom: 61px;
      padding-top: 58px; } }
  .chd-falconry__content-one p {
    font-family: 'Merriweather';
    padding-bottom: 20px;
    line-height: 24px; }
    @media (min-width: 768px) {
      .chd-falconry__content-one p {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 30px; } }
  .chd-falconry__content-one .chd-falconry__close-date {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .chd-falconry__content-one .chd-falconry__close-date {
        font-size: 24px; } }

@media (min-width: 1000px) {
  .chd-falconry__image-content {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    padding-top: 84px; } }

.chd-falconry__image {
  display: block;
  height: 250px;
  margin: auto;
  max-width: 400px;
  object-fit: cover;
  object-position: 0 -55px;
  padding-top: 25px;
  width: 100%; }
  @media (min-width: 768px) {
    .chd-falconry__image {
      padding-top: 84px; } }
  @media (min-width: 1000px) {
    .chd-falconry__image {
      height: auto;
      margin: 0;
      padding-top: 0; } }
  @media (min-width: 1200px) {
    .chd-falconry__image {
      max-width: 482px;
      height: 586px;
      object-position: top; } }

.chd-falconry__content-two {
  font-family: 'Merriweather';
  margin: auto;
  max-width: 90%;
  padding: 0 0 25px;
  text-align: left; }
  @media (min-width: 768px) {
    .chd-falconry__content-two {
      padding-bottom: 40px; } }
  @media (min-width: 1000px) {
    .chd-falconry__content-two {
      margin: 0;
      padding: 0 51px 84px; } }

.chd-falconry__second-title {
  color: #6A9C32;
  padding-top: 25px; }
  @media (min-width: 768px) {
    .chd-falconry__second-title {
      font-size: 34px;
      margin-bottom: 20px;
      padding-top: 40px; } }

.chd-falconry__winners-list {
  max-width: 640px;
  padding-left: 20px; }
  .chd-falconry__winners-list li {
    padding-bottom: 10px;
    line-height: 28px; }
    @media (min-width: 768px) {
      .chd-falconry__winners-list li {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 20px; } }
    .chd-falconry__winners-list li::marker {
      font-size: 10px; }

.chd-falconry__contest-link {
  line-height: 28px;
  padding-bottom: 25px; }
  @media (min-width: 768px) {
    .chd-falconry__contest-link {
      font-size: 20px;
      line-height: 30px; } }
  @media (min-width: 1000px) {
    .chd-falconry__contest-link {
      padding-bottom: 36px; } }

.chd-shortcode-wrap {
  position: relative;
  z-index: 0; }

.chd-shortcode__link:hover {
  text-decoration: none; }

.chd-shortcode__banner {
  height: 182px;
  margin-bottom: 10px; }
  @media (min-width: 1328px) {
    .chd-shortcode__banner {
      height: 100px; } }
  .chd-shortcode__banner img {
    border: none !important; }

.chd-shortcode__banner--litigation-donation {
  border: none;
  background-color: #0781A2;
  display: flex;
  justify-content: flex-end;
  padding: 0; }
  .chd-shortcode__banner--litigation-donation:hover {
    background-color: #0781A2; }
  .chd-shortcode__banner--litigation-donation span {
    align-items: flex-end;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: 'Merriweather';
    font-size: 22px;
    justify-content: center;
    line-height: normal;
    padding: 0 24px 0 0;
    text-align: right;
    width: 56%;
    z-index: 1; }
    @media (min-width: 391px) {
      .chd-shortcode__banner--litigation-donation span {
        width: 200px; } }
    @media (min-width: 1328px) {
      .chd-shortcode__banner--litigation-donation span {
        align-items: center;
        flex-direction: row;
        font-size: 28px;
        justify-content: space-between;
        width: 560px;
        padding: 0 35px 0 0; } }
    .chd-shortcode__banner--litigation-donation span .chd-shortcode__litigation-donation-text {
      font-size: 16px;
      font-weight: bold;
      color: #000; }
      @media (min-width: 1328px) {
        .chd-shortcode__banner--litigation-donation span .chd-shortcode__litigation-donation-text {
          font-size: 18px;
          line-height: 127.2%;
          text-align: center;
          width: 361px; } }
  .chd-shortcode__banner--litigation-donation img {
    background-color: #336D7D;
    border: none;
    height: 182px;
    left: 0;
    object-fit: cover;
    object-position: calc(20% + 125px);
    position: absolute; }
    @media (min-width: 1328px) {
      .chd-shortcode__banner--litigation-donation img {
        height: 100px;
        object-position: left; } }

.chd-shortcode__litigation-donation-button {
  background: #0080A3;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: 'open-sans';
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2.1px;
  margin-top: 6px;
  max-height: 25px;
  padding: 14px 0;
  text-align: center;
  text-transform: uppercase;
  transition: .2s;
  width: 162px; }
  @media (min-width: 1328px) {
    .chd-shortcode__litigation-donation-button {
      background-color: #fff;
      color: #0080A3;
      margin-top: 0; } }
  .chd-shortcode__litigation-donation-button:hover {
    background-color: #fff;
    color: #0080A3; }
    @media (min-width: 1328px) {
      .chd-shortcode__litigation-donation-button:hover {
        background-color: #0080A3;
        color: #fff; } }

.chd-shortcode__banner--take-action > img {
  height: 182px;
  opacity: .2;
  position: absolute;
  width: 100%;
  z-index: 1; }
  @media (min-width: 1328px) {
    .chd-shortcode__banner--take-action > img {
      height: 100px;
      object-fit: cover;
      object-position: 0 -140px; } }

.chd-shortcode__banner--take-action > span {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  z-index: 10; }
  @media (min-width: 1328px) {
    .chd-shortcode__banner--take-action > span {
      align-items: center;
      flex-direction: row;
      justify-content: flex-end;
      padding: 0 25px; } }

.chd-shortcode__take-action-image {
  bottom: 0;
  max-height: 100px;
  max-width: 65%;
  position: absolute;
  left: 0; }
  @media (min-width: 1328px) {
    .chd-shortcode__take-action-image {
      max-height: 110px; } }

.chd-shortcode__take-action-text {
  align-self: center;
  color: #fff;
  font-family: 'Merriweather';
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .8px;
  line-height: 28px;
  max-width: 360px;
  padding: 15px 0 0;
  text-align: center;
  width: 100%; }
  @media (min-width: 1328px) {
    .chd-shortcode__take-action-text {
      margin-right: 20px;
      padding: 0; } }
  .chd-shortcode__take-action-text span {
    font-style: italic; }

.chd-shortcode__take-action-button {
  align-self: self-end;
  background-color: #FBFAF7;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.1px;
  line-height: 26px;
  margin-bottom: 20px;
  margin-right: 5px;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: .2s; }
  @media (min-width: 500px) {
    .chd-shortcode__take-action-button {
      margin-right: 24px; } }
  @media (min-width: 1328px) {
    .chd-shortcode__take-action-button {
      font-size: 15px;
      margin: auto 0;
      padding: 11px 22px; } }
  .chd-shortcode__take-action-button:hover {
    filter: brightness(120%); }

.chd-shortcode__banner--take-action-2 {
  overflow: hidden;
  position: relative; }
  @media (min-width: 1328px) {
    .chd-shortcode__banner--take-action-2 {
      display: grid; } }
  .chd-shortcode__banner--take-action-2 > img {
    height: 182px;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1; }
    @media (min-width: 1328px) {
      .chd-shortcode__banner--take-action-2 > img {
        height: 200px;
        object-fit: contain;
        object-position: 0 -45px;
        transform: scaleX(-1); } }
  .chd-shortcode__banner--take-action-2 span {
    display: flex;
    gap: 10px;
    height: 100%;
    justify-content: space-between;
    position: relative;
    z-index: 10; }
    @media (min-width: 1328px) {
      .chd-shortcode__banner--take-action-2 span {
        align-items: center;
        flex-wrap: nowrap;
        gap: 0;
        justify-content: flex-start;
        overflow: hidden;
        padding: 0 17px; } }

.chd-shortcode__take-action-2-image {
  border: none;
  height: 150px;
  margin: 20px 0 0 70px;
  transform: rotate(15deg);
  width: auto; }
  @media (min-width: 1328px) {
    .chd-shortcode__take-action-2-image {
      height: 110px;
      margin-left: 75px;
      margin-top: 0;
      position: relative;
      top: 2px;
      transform: rotate(0deg); } }

.chd-shortcode__take-action-2-secondary-image {
  left: 0;
  position: absolute;
  width: 108px;
  z-index: -1; }
  @media (min-width: 1328px) {
    .chd-shortcode__take-action-2-secondary-image {
      width: 125px;
      top: -20px; } }

.chd-shortcode__take-action-2-text-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 10px;
  max-width: 260px; }
  @media (min-width: 500px) {
    .chd-shortcode__take-action-2-text-button {
      margin-right: 20px; } }
  @media (min-width: 1328px) {
    .chd-shortcode__take-action-2-text-button {
      align-items: center;
      flex-direction: row;
      gap: 20px;
      margin-left: 25px;
      max-width: 100%; } }

.chd-shortcode__take-action-2-text {
  color: #fff;
  font-family: 'Merriweather';
  font-size: 19px;
  font-weight: bold;
  letter-spacing: .8px;
  line-height: 23px;
  padding-bottom: 10px;
  text-align: center;
  width: 100%; }
  @media (min-width: 500px) {
    .chd-shortcode__take-action-2-text {
      padding-bottom: 20px; } }
  @media (min-width: 1328px) {
    .chd-shortcode__take-action-2-text {
      font-size: 22px;
      line-height: 28px;
      max-width: 300px;
      padding: 0; } }
  .chd-shortcode__take-action-2-text span {
    font-size: 26px; }
    .chd-shortcode__take-action-2-text span:first-of-type {
      padding-bottom: 4px; }
    .chd-shortcode__take-action-2-text span:last-of-type {
      font-size: 16px;
      text-transform: none; }

.chd-shortcode__take-action-2-button {
  align-self: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2.1px;
  line-height: 26px;
  padding: 11px 12px;
  text-transform: uppercase;
  transition: .2s;
  white-space: nowrap; }
  @media (min-width: 1328px) {
    .chd-shortcode__take-action-2-button {
      margin-right: 0; } }
  .chd-shortcode__take-action-2-button:hover {
    filter: brightness(110%); }

.chd-shortcode__background--take-action-2--desktop, .chd-shortcode__background--take-action-2--mobile {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2; }

.chd-shortcode__background--take-action-2--desktop {
  display: none; }
  @media (min-width: 1328px) {
    .chd-shortcode__background--take-action-2--desktop {
      display: block; } }

@media (min-width: 1328px) {
  .chd-shortcode__background--take-action-2--mobile {
    display: none; } }

.chd-shortcode__banner--take-action-3 {
  display: flex;
  align-items: center; }
  @media (min-width: 1328px) {
    .chd-shortcode__banner--take-action-3 {
      display: grid;
      justify-content: center;
      position: relative; } }
  .chd-shortcode__banner--take-action-3 > img {
    height: 100%;
    position: absolute;
    z-index: 0; }
  .chd-shortcode__banner--take-action-3 span {
    margin-left: 20px;
    position: relative;
    z-index: 10; }
    @media (min-width: 1328px) {
      .chd-shortcode__banner--take-action-3 span {
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
        margin-left: 0;
        padding: 0 25px; } }

.chd-shortcode__take-action-3-image-1 {
  object-fit: cover;
  right: 0; }

.chd-shortcode__take-action-3-background {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%; }
  .chd-shortcode__take-action-3-background--desktop {
    display: none; }
    @media (min-width: 1328px) {
      .chd-shortcode__take-action-3-background--desktop {
        display: block; } }
  @media (min-width: 1328px) {
    .chd-shortcode__take-action-3-background--mobile {
      display: none; } }

.chd-shortcode__take-action-3-image-2 {
  display: none; }
  @media (min-width: 1328px) {
    .chd-shortcode__take-action-3-image-2 {
      display: block; } }

.chd-shortcode__take-action-3-text {
  color: #fff;
  font-family: 'merriweather';
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .8px;
  line-height: 127.2%;
  max-width: 244px;
  padding: 0 0 20px;
  text-align: left;
  width: 100%; }
  @media (min-width: 1328px) {
    .chd-shortcode__take-action-3-text {
      padding: 0;
      text-align: center; } }
  .chd-shortcode__take-action-3-text span {
    font-size: 26px; }
    .chd-shortcode__take-action-3-text span:first-of-type {
      padding-bottom: 4px; }
    .chd-shortcode__take-action-3-text span:last-of-type {
      font-size: 16px;
      text-transform: none; }

.chd-shortcode__take-action-3-button {
  background-color: #fff;
  color: #0080A3;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 2.1px;
  line-height: 26px;
  margin-right: 20px;
  padding: 11px 21px;
  text-transform: uppercase;
  transition: .2s; }
  @media (min-width: 1328px) {
    .chd-shortcode__take-action-3-button {
      margin-right: 0;
      padding: 11px 32px; } }

.chd-shortcode__banner--take-action-4 {
  background: linear-gradient(273deg, #017392 30.97%, #1E5A37 53.63%, #85C23E 95.9%);
  display: flex;
  position: relative; }
  .chd-shortcode__banner--take-action-4::before {
    background: rgba(1, 1, 1, 0.25);
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1; }
    @media (min-width: 1328px) {
      .chd-shortcode__banner--take-action-4::before {
        display: none; } }
  .chd-shortcode__banner--take-action-4 > img {
    height: 182px;
    object-fit: cover;
    object-position: center 50px;
    opacity: .5;
    position: absolute;
    width: 100%;
    z-index: 0; }
    @media (min-width: 1328px) {
      .chd-shortcode__banner--take-action-4 > img {
        height: 100px;
        object-fit: cover;
        object-position: center 18%; } }
  .chd-shortcode__banner--take-action-4 span {
    align-self: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    z-index: 10; }
    @media (min-width: 500px) {
      .chd-shortcode__banner--take-action-4 span {
        flex-wrap: nowrap;
        justify-content: space-around;
        width: 100%; } }
    @media (min-width: 1328px) {
      .chd-shortcode__banner--take-action-4 span {
        align-items: center;
        flex-wrap: nowrap;
        height: 100%; } }

.chd-shortcode__take-action-4-image {
  border: none;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.25)); }
  @media (min-width: 500px) {
    .chd-shortcode__take-action-4-image {
      order: 2; } }
  @media (min-width: 1328px) {
    .chd-shortcode__take-action-4-image {
      order: 1; } }

.chd-shortcode__take-action-4-text-button {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%; }
  @media (min-width: 500px) {
    .chd-shortcode__take-action-4-text-button {
      order: 1;
      max-width: 160px; } }
  @media (min-width: 1328px) {
    .chd-shortcode__take-action-4-text-button {
      flex-wrap: wrap;
      max-width: 100%;
      order: 2; } }

.chd-shortcode__take-action-4-text {
  color: #fff;
  font-family: "merriweather", Merriweather, serif;
  font-size: 24px;
  line-height: 1.2;
  order: 1;
  text-align: center;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.65); }
  @media (min-width: 500px) {
    .chd-shortcode__take-action-4-text {
      width: 100%; } }
  @media (min-width: 1328px) {
    .chd-shortcode__take-action-4-text {
      font-size: 36px;
      order: 2;
      padding: 0;
      text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      width: auto; } }
  .chd-shortcode__take-action-4-text-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 262px; }
    @media (min-width: 1328px) {
      .chd-shortcode__take-action-4-text-inner {
        max-width: none;
        padding: 0 10px; } }
  .chd-shortcode__take-action-4-text span {
    font-size: 26px; }
    .chd-shortcode__take-action-4-text span:first-of-type {
      padding-bottom: 4px; }
    .chd-shortcode__take-action-4-text span:last-of-type {
      font-size: 16px;
      text-transform: none; }

.chd-shortcode__take-action-4-button {
  align-self: center;
  background-color: #000;
  color: #fff;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.35));
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.4px;
  order: 3;
  padding: 11px 35px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.2s;
  width: 70px; }
  @media (min-width: 1328px) {
    .chd-shortcode__take-action-4-button {
      margin-right: 0;
      order: 3;
      padding: 11px 15px;
      width: auto; } }
  .chd-shortcode__take-action-4-button:hover {
    background-color: #0080A3; }

.chd-shortcode__banner--take-action-5 {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  position: relative; }
  .chd-shortcode__banner--take-action-5 span {
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    height: 100%;
    justify-content: flex-end;
    position: relative;
    width: 180px;
    z-index: 10; }
    @media (min-width: 1328px) {
      .chd-shortcode__banner--take-action-5 span {
        align-items: center;
        flex-wrap: nowrap;
        gap: 35px;
        padding: 0 34px;
        width: auto; } }

.chd-shortcode__take-action-5-background {
  height: 100%;
  position: absolute;
  width: 100%; }

@media (min-width: 1328px) {
  .chd-shortcode__take-action-5-background--mobile {
    display: none; } }

.chd-shortcode__take-action-5-background--desktop {
  display: none; }
  @media (min-width: 1328px) {
    .chd-shortcode__take-action-5-background--desktop {
      display: block; } }

.chd-shortcode__take-action-5-image {
  position: absolute;
  right: 65px;
  top: calc(40% - 20vw);
  z-index: -1; }
  @media (min-width: 768px) {
    .chd-shortcode__take-action-5-image {
      top: -28%; } }
  @media (min-width: 1328px) {
    .chd-shortcode__take-action-5-image {
      left: -25px;
      width: 295px; } }

.chd-shortcode__take-action-5-desktop-image {
  display: none;
  position: relative;
  top: 7px;
  width: 364px; }
  @media (min-width: 1328px) {
    .chd-shortcode__take-action-5-desktop-image {
      display: block; } }

.chd-shortcode__take-action-5-mobile-image {
  margin-right: 10px;
  width: 174px; }
  @media (min-width: 1328px) {
    .chd-shortcode__take-action-5-mobile-image {
      display: none; } }

.chd-shortcode__take-action-5-button {
  font-size: 17px;
  font-weight: bold;
  line-height: 26px;
  padding: 11px 15px;
  margin-right: 20px; }
  @media (min-width: 1328px) {
    .chd-shortcode__take-action-5-button {
      margin-right: 0;
      padding: 11px 15px; } }

.chd-shortcode__banner--take-action-archive-1 {
  position: relative; }
  .chd-shortcode__banner--take-action-archive-1::before {
    background: rgba(1, 1, 1, 0.25);
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1; }
    @media (min-width: 1328px) {
      .chd-shortcode__banner--take-action-archive-1::before {
        display: none; } }
  .chd-shortcode__banner--take-action-archive-1 > img {
    height: 182px;
    object-fit: cover;
    position: absolute;
    width: 100%;
    z-index: 0; }
    @media (min-width: 1328px) {
      .chd-shortcode__banner--take-action-archive-1 > img {
        height: 100px;
        object-fit: cover;
        object-position: center 18%; } }
  .chd-shortcode__banner--take-action-archive-1 span {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    z-index: 10; }
    @media (min-width: 1328px) {
      .chd-shortcode__banner--take-action-archive-1 span {
        align-items: center;
        flex-wrap: nowrap;
        height: 100%;
        padding: 0 25px; } }

@media (min-width: 1328px) {
  .chd-shortcode__banner--take-action-archive-2 {
    display: grid; } }

.chd-shortcode__banner--take-action-archive-2 > img {
  height: 182px;
  opacity: .2;
  position: absolute;
  width: 100%;
  z-index: 1; }
  @media (min-width: 1328px) {
    .chd-shortcode__banner--take-action-archive-2 > img {
      height: 100px;
      object-fit: cover;
      object-position: 0 -140px; } }

.chd-shortcode__banner--take-action-archive-2 span {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
  z-index: 10; }
  @media (min-width: 1328px) {
    .chd-shortcode__banner--take-action-archive-2 span {
      align-items: center;
      flex-wrap: nowrap;
      padding: 0 25px; } }

.chd-shortcode__take-action-archive-1-image {
  border: none;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.25));
  order: 2; }
  @media (min-width: 1328px) {
    .chd-shortcode__take-action-archive-1-image {
      order: 1; } }

.chd-shortcode__take-action-archive-1-text {
  color: #fff;
  font-family: "merriweather", Merriweather, serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  order: 1;
  padding: 15px 0 8px;
  text-align: center;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.65);
  width: 100%; }
  @media (min-width: 1328px) {
    .chd-shortcode__take-action-archive-1-text {
      order: 2;
      padding: 0;
      text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } }
  .chd-shortcode__take-action-archive-1-text-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 262px; }
    @media (min-width: 1328px) {
      .chd-shortcode__take-action-archive-1-text-inner {
        max-width: none;
        padding: 0 10px; } }
  .chd-shortcode__take-action-archive-1-text span {
    font-size: 26px; }
    .chd-shortcode__take-action-archive-1-text span:first-of-type {
      padding-bottom: 4px; }
    .chd-shortcode__take-action-archive-1-text span:last-of-type {
      font-size: 16px;
      text-transform: none; }

.chd-shortcode__take-action-archive-1-button {
  align-self: center;
  background-color: #0080A3;
  color: #fff;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.35));
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 26px;
  order: 3;
  padding: 11px 25px;
  text-transform: uppercase;
  transition: 0.2s;
  white-space: nowrap; }
  @media (min-width: 1328px) {
    .chd-shortcode__take-action-archive-1-button {
      margin-right: 0;
      order: 3;
      padding: 11px 15px; } }
  .chd-shortcode__take-action-archive-1-button:hover {
    background-color: #0080A3; }

.chd-shortcode__take-action-archive-2-image {
  border: none;
  height: 51px;
  order: 2; }
  @media (min-width: 1328px) {
    .chd-shortcode__take-action-archive-2-image {
      order: 1; } }

.chd-shortcode__take-action-archive-2-text {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .8px;
  line-height: 23px;
  order: 1;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }
  @media (min-width: 1328px) {
    .chd-shortcode__take-action-archive-2-text {
      order: 2;
      padding: 0; } }
  .chd-shortcode__take-action-archive-2-text span {
    font-size: 26px; }
    .chd-shortcode__take-action-archive-2-text span:first-of-type {
      padding-bottom: 4px; }
    .chd-shortcode__take-action-archive-2-text span:last-of-type {
      font-size: 16px;
      text-transform: none; }

.chd-shortcode__take-action-archive-2-button {
  align-self: center;
  background-color: #85C33F;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2.1px;
  line-height: 26px;
  margin-right: 20px;
  order: 3;
  padding: 11px 25px;
  text-transform: uppercase;
  transition: .2s; }
  @media (min-width: 1328px) {
    .chd-shortcode__take-action-archive-2-button {
      margin-right: 0;
      order: 3; } }
  .chd-shortcode__take-action-archive-2-button:hover {
    background-color: #acd47e; }

.chd-books__breadcrumbs-share-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 10px; }
  .chd-books__breadcrumbs-share-section .share-area {
    margin-top: 0; }

.books__wrapper {
  padding: 0; }

.chd-books {
  /* Note for future clean up: These styles in article will need to be moved to a general sass file for CHD books */ }
  .chd-books__vax-unvax-banner {
    background: linear-gradient(267deg, #FFDF00 -20.4%, #004D35 90.4%);
    height: 343px;
    overflow: hidden;
    position: relative; }
    @media (min-width: 620px) {
      .chd-books__vax-unvax-banner {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: flex-end; } }
    .chd-books__vax-unvax-banner img {
      bottom: 0;
      right: 0;
      max-height: 206px;
      max-width: 108%;
      position: absolute; }
      @media (min-width: 620px) {
        .chd-books__vax-unvax-banner img {
          max-height: 100%;
          max-width: 65%;
          position: relative; } }
    .chd-books__vax-unvax-banner:after {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.23%, #000 97.11%);
      bottom: 0;
      content: "";
      height: 150px;
      position: absolute;
      width: 100%; }
  .chd-books__vax-unvax-title-button {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 231px;
    z-index: 1; }
    @media (min-width: 620px) {
      .chd-books__vax-unvax-title-button {
        margin: 0 0 0 20px;
        max-width: 490px;
        width: 100%; } }
    @media (min-width: 1440px) {
      .chd-books__vax-unvax-title-button {
        left: 100px;
        position: relative; } }
    @media (min-width: 1540px) {
      .chd-books__vax-unvax-title-button {
        margin: 0;
        max-width: none; } }
    @media (min-width: 1840px) {
      .chd-books__vax-unvax-title-button {
        left: auto; } }
    .chd-books__vax-unvax-title-button h1 {
      color: #FBFAF7;
      font-size: 20px;
      line-height: 23px;
      padding: 22px 0 0;
      text-align: center; }
      @media (min-width: 620px) {
        .chd-books__vax-unvax-title-button h1 {
          font-size: calc(20px + 20 * ((100vw - 620px) / 820));
          line-height: calc(23px + 28 * ((100vw - 620px) / 820));
          padding-top: 0; } }
      @media (min-width: 1440px) {
        .chd-books__vax-unvax-title-button h1 {
          font-size: 40px;
          line-height: 51px; } }
      @media (min-width: 1540px) {
        .chd-books__vax-unvax-title-button h1 {
          font-size: calc(40px + 20 * ((100vw - 1440px) / 400));
          line-height: calc(51px + 20 * ((100vw - 1440px) / 400));
          max-width: 740px; } }
      @media (min-width: 1840px) {
        .chd-books__vax-unvax-title-button h1 {
          font-size: 60px;
          line-height: 71px; } }
    .chd-books__vax-unvax-title-button a {
      background: #FBFAF7;
      color: #537826;
      font-size: 15px;
      font-weight: bold;
      letter-spacing: 1.5px;
      line-height: normal;
      margin: 11px 0 0;
      padding: 8px 20px;
      text-transform: uppercase;
      transition: .5s; }
      @media (min-width: 1440px) {
        .chd-books__vax-unvax-title-button a {
          margin-top: 28px;
          padding: 13px 45px; } }
      .chd-books__vax-unvax-title-button a:hover {
        background: #537826;
        color: #FBFAF7; }
  .chd-books__article {
    float: none;
    padding: 32px 0 0; }
    @media (min-width: 1200px) {
      .chd-books__article {
        padding-top: 65px; } }
    .chd-books__article h2 {
      color: #000;
      font-size: 20px;
      line-height: 22px;
      max-width: 65%;
      padding: 0 0 10px; }
      @media (min-width: 1200px) {
        .chd-books__article h2 {
          font-size: 40px;
          line-height: 41px;
          max-width: 100%; } }
    .chd-books__article p, .chd-books__article li {
      font-size: 16px;
      line-height: 20px; }
      @media (min-width: 1200px) {
        .chd-books__article p, .chd-books__article li {
          font-size: 20px;
          line-height: 26px; } }
    .chd-books__article ul li {
      margin-bottom: 3px; }
    .chd-books__article a:link, .chd-books__article a:visited {
      color: #000; }
    .chd-books__article a:hover {
      text-decoration: none; }
    .chd-books__article img {
      border: none; }
  .chd-books__vax-unvax-content-section {
    max-width: 1171px; }
    @media (min-width: 960px) {
      .chd-books__vax-unvax-content-section {
        display: flex;
        gap: 20px;
        justify-content: space-between;
        margin: auto; } }
  .chd-books__vax-unvax-content {
    max-width: 724px;
    margin: 0 15px; }
  .chd-books__vax-unvax-boxes-one {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 34px;
    margin: 34px 15px 0; }
    @media (min-width: 960px) {
      .chd-books__vax-unvax-boxes-one {
        margin-top: 0; } }
    @media (min-width: 1200px) {
      .chd-books__vax-unvax-boxes-one {
        margin-top: 70px; } }
    .chd-books__vax-unvax-boxes-one > a, .chd-books__vax-unvax-boxes-one summary {
      align-items: center;
      border-radius: 2px;
      box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.08);
      color: #000;
      cursor: pointer;
      display: flex;
      font-family: 'Merriweather';
      font-size: 24px;
      font-weight: bold;
      height: 113px;
      justify-content: center;
      text-align: center;
      transition: .5s;
      width: 313px; }
      .chd-books__vax-unvax-boxes-one > a:hover, .chd-books__vax-unvax-boxes-one summary:hover {
        box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2); }
    .chd-books__vax-unvax-boxes-one > a:first-child {
      border-bottom: 9px solid #85C33F; }
    .chd-books__vax-unvax-boxes-one > a:nth-child(2) {
      border-bottom: 9px solid #477627; }
    .chd-books__vax-unvax-boxes-one details {
      border-bottom: 9px solid #004D35;
      box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.08);
      display: flex;
      transition: .5s; }
      .chd-books__vax-unvax-boxes-one details:hover {
        box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.15); }
      .chd-books__vax-unvax-boxes-one details[open] summary:first-child:after {
        transform: rotate(135deg);
        margin-top: 10px; }
      .chd-books__vax-unvax-boxes-one details summary {
        box-shadow: none; }
        .chd-books__vax-unvax-boxes-one details summary::-webkit-details-marker, .chd-books__vax-unvax-boxes-one details summary::marker {
          color: transparent;
          display: none;
          list-style: none; }
        .chd-books__vax-unvax-boxes-one details summary:first-child:after {
          border-bottom: 3px solid #000;
          border-left: 3px solid #000;
          content: '';
          height: 10px;
          margin-left: 15px;
          position: relative;
          transform: rotate(-45deg);
          transition: .2s;
          width: 10px; }
        .chd-books__vax-unvax-boxes-one details summary:hover {
          box-shadow: none; }
      .chd-books__vax-unvax-boxes-one details > div {
        align-items: center;
        display: flex;
        flex-direction: column;
        position: relative;
        text-align: center; }
        .chd-books__vax-unvax-boxes-one details > div a {
          font-family: 'Merriweather';
          font-weight: bold;
          padding: 20px 0;
          width: 100%; }
          .chd-books__vax-unvax-boxes-one details > div a:hover {
            background: #D5EDB3; }
        .chd-books__vax-unvax-boxes-one details > div:not(:last-of-type):after {
          background: #E9E8E6;
          bottom: 0;
          content: '';
          display: block;
          height: 1.5px;
          position: absolute;
          width: 111px; }
        .chd-books__vax-unvax-boxes-one details > div:hover:after {
          display: none; }
  .chd-books__vax-unvax-section-two {
    background: #F4F5F5; }
  .chd-books__vax-unvax-additional-resources {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 42px auto 0;
    max-width: 1172px;
    padding: 44px 20px 33px; }
    @media (min-width: 960px) {
      .chd-books__vax-unvax-additional-resources {
        flex-direction: row; } }
    @media (min-width: 1200px) {
      .chd-books__vax-unvax-additional-resources {
        padding-top: 0; } }
    .chd-books__vax-unvax-additional-resources img {
      margin: 34px 0 0;
      max-width: 246px; }
      @media (min-width: 960px) {
        .chd-books__vax-unvax-additional-resources img {
          order: 1; } }
      @media (min-width: 960px) {
        .chd-books__vax-unvax-additional-resources img {
          margin-top: 22px; } }
  .chd-books__vax-unvax-resources {
    display: flex;
    gap: 34px;
    flex-direction: column;
    text-align: center; }
    @media (min-width: 960px) {
      .chd-books__vax-unvax-resources {
        order: 2; } }
    @media (min-width: 1200px) {
      .chd-books__vax-unvax-resources {
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: left; } }
    .chd-books__vax-unvax-resources h2 {
      align-items: center;
      display: flex;
      flex-direction: column;
      font-family: 'Open-Sans';
      letter-spacing: 2px;
      max-width: 100%;
      text-align: center;
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        .chd-books__vax-unvax-resources h2 {
          align-items: flex-start;
          font-size: 24px;
          grid-column-start: 1;
          grid-column-end: 3; } }
      .chd-books__vax-unvax-resources h2:after {
        background: #373A3C;
        bottom: 0;
        content: '';
        display: block;
        height: 1.5px;
        position: absolute;
        width: 285px; }
        @media (min-width: 1200px) {
          .chd-books__vax-unvax-resources h2:after {
            width: 100%; } }
    .chd-books__vax-unvax-resources a {
      font-family: 'Merriweather';
      font-size: 20px;
      font-weight: bold;
      line-height: 25px; }
      .chd-books__vax-unvax-resources a:hover {
        color: #007899; }
  .chd-books__vax-unvax-boxes-two {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 17px;
    justify-content: center;
    padding: 43px 17px; }
    @media (min-width: 1200px) {
      .chd-books__vax-unvax-boxes-two {
        padding-top: 82px; } }
    .chd-books__vax-unvax-boxes-two a {
      align-items: center;
      display: flex;
      flex-direction: column;
      max-width: 381px; }
      .chd-books__vax-unvax-boxes-two a:hover {
        text-decoration: underline;
        text-decoration-color: #fff; }
    .chd-books__vax-unvax-boxes-two img {
      object-fit: cover;
      width: 100%; }
      @media (min-width: 960px) {
        .chd-books__vax-unvax-boxes-two img {
          height: 222px;
          width: 381px; } }
    .chd-books__vax-unvax-boxes-two span {
      align-items: center;
      background: #174D3A;
      color: #fff;
      display: flex;
      font-family: 'Merriweather';
      font-size: 24px;
      height: 128px;
      justify-content: center;
      letter-spacing: -0.48px;
      line-height: normal;
      margin-top: -66px;
      padding: 0 10px;
      text-align: center;
      width: 275px; }
  .chd-books__vax-unvax-featured-chdtv {
    background: #F4F5F5F5;
    padding: 40px 17px; }
    @media (min-width: 960px) {
      .chd-books__vax-unvax-featured-chdtv {
        padding: 75px 17px; } }
    .chd-books__vax-unvax-featured-chdtv a {
      max-width: 381px; }
      .chd-books__vax-unvax-featured-chdtv a:hover {
        text-decoration: underline; }
    .chd-books__vax-unvax-featured-chdtv h2 {
      color: #174D3A;
      font-family: 'open-sans';
      font-size: 24px;
      letter-spacing: 2.4px;
      margin-bottom: 0;
      max-width: 100%;
      padding-bottom: 30px;
      text-align: center;
      text-transform: uppercase; }
      @media (min-width: 960px) {
        .chd-books__vax-unvax-featured-chdtv h2 {
          font-size: 38px; } }
      @media (min-width: 1245px) {
        .chd-books__vax-unvax-featured-chdtv h2 {
          margin: auto;
          max-width: 1210px;
          text-align: left; } }
    .chd-books__vax-unvax-featured-chdtv span {
      display: block;
      font-size: 18px;
      line-height: 24px;
      padding: 8px 0 0; }
  .chd-books__vax-unvax-chdtv-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 34px;
    justify-content: center; }

.books__wrapper {
  padding: 0; }

.chd-books__wuhan-cover-up-banner {
  background-position: -70px 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 343px;
  max-height: 490px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 500px) {
    .chd-books__wuhan-cover-up-banner {
      background-position: center; } }
  @media (min-width: 620px) {
    .chd-books__wuhan-cover-up-banner {
      align-items: center;
      display: flex;
      height: 100%;
      justify-content: space-between; } }
  .chd-books__wuhan-cover-up-banner img {
    bottom: 0;
    right: 0;
    max-height: 206px;
    max-width: 108%;
    position: absolute;
    width: auto; }
    @media (min-width: 620px) {
      .chd-books__wuhan-cover-up-banner img {
        max-height: 100%;
        position: relative; } }
  .chd-books__wuhan-cover-up-banner .chd-books__book-banner-image {
    max-height: 220px;
    z-index: 1; }
    @media (min-width: 620px) {
      .chd-books__wuhan-cover-up-banner .chd-books__book-banner-image {
        max-height: 100%;
        max-width: 30%;
        order: 3; } }
    @media (min-width: 1200px) {
      .chd-books__wuhan-cover-up-banner .chd-books__book-banner-image {
        max-width: 350px; } }
    @media (min-width: 1440px) {
      .chd-books__wuhan-cover-up-banner .chd-books__book-banner-image {
        margin-right: 110px; } }
  .chd-books__wuhan-cover-up-banner .chd-books__book-banner-image-2 {
    left: 0;
    max-height: 275px; }
    @media (min-width: 620px) {
      .chd-books__wuhan-cover-up-banner .chd-books__book-banner-image-2 {
        max-height: 100%;
        max-width: 22%;
        order: 1; } }
    @media (min-width: 1200px) {
      .chd-books__wuhan-cover-up-banner .chd-books__book-banner-image-2 {
        max-width: 264px; } }
    @media (min-width: 1440px) {
      .chd-books__wuhan-cover-up-banner .chd-books__book-banner-image-2 {
        max-width: 100%;
        top: 90px;
        width: 350px; } }
  .chd-books__wuhan-cover-up-banner:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.23%, #000 97.11%);
    bottom: 0;
    content: "";
    height: 150px;
    position: absolute;
    width: 100%; }

.chd-books__wuhan-cover-up-title-button {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: auto;
  position: relative;
  width: 250px;
  z-index: 1; }
  @media (min-width: 620px) {
    .chd-books__wuhan-cover-up-title-button {
      max-width: 500px;
      order: 2;
      right: 8%;
      width: 100%; } }
  @media (min-width: 1540px) {
    .chd-books__wuhan-cover-up-title-button {
      margin: 0;
      max-width: none;
      right: 11%; } }
  @media (min-width: 1840px) {
    .chd-books__wuhan-cover-up-title-button {
      left: auto; } }
  .chd-books__wuhan-cover-up-title-button h1 {
    color: #FBFAF7;
    font-size: 20px;
    line-height: 23px;
    padding: 22px 0 0;
    text-align: center;
    text-shadow: 2px 2px 20px #000, -2px -2px 20px #000; }
    @media (min-width: 620px) {
      .chd-books__wuhan-cover-up-title-button h1 {
        font-size: calc(20px + 20 * ((100vw - 620px) / 820));
        line-height: calc(23px + 28 * ((100vw - 620px) / 820));
        padding-top: 0; } }
    @media (min-width: 1440px) {
      .chd-books__wuhan-cover-up-title-button h1 {
        font-size: 40px;
        line-height: 51px; } }
    @media (min-width: 1540px) {
      .chd-books__wuhan-cover-up-title-button h1 {
        font-size: calc(40px + 20 * ((100vw - 1440px) / 400));
        line-height: calc(51px + 20 * ((100vw - 1440px) / 400));
        max-width: 750px; } }
    @media (min-width: 1840px) {
      .chd-books__wuhan-cover-up-title-button h1 {
        font-size: 60px;
        line-height: 71px; } }
    .chd-books__wuhan-cover-up-title-button h1 span {
      font-weight: normal;
      font-style: italic; }
  .chd-books__wuhan-cover-up-title-button a {
    background: #FBFAF7;
    color: #D92C22;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: normal;
    margin: 11px 0 0;
    padding: 8px 20px;
    text-transform: uppercase;
    transition: .5s; }
    @media (min-width: 1440px) {
      .chd-books__wuhan-cover-up-title-button a {
        margin-top: 28px;
        padding: 13px 45px; } }
    .chd-books__wuhan-cover-up-title-button a:hover {
      background: #D92C22;
      color: #fff; }

.chd-books__article--wuhan-cover-up h2 {
  padding: 0;
  max-width: 100%; }
  @media (min-width: 1200px) {
    .chd-books__article--wuhan-cover-up h2 {
      font-size: 40px;
      line-height: 41px; } }

.chd-books__article--wuhan-cover-up h3 {
  color: #000;
  font-size: 15px;
  font-style: italic;
  padding: 0 0 5px; }
  @media (min-width: 1200px) {
    .chd-books__article--wuhan-cover-up h3 {
      font-size: 24px; } }

.chd-books__wuhan-cover-up-content-section {
  max-width: 1171px; }
  @media (min-width: 960px) {
    .chd-books__wuhan-cover-up-content-section {
      display: flex;
      gap: 20px;
      justify-content: space-between;
      margin: auto; } }
  @media (min-width: 1200px) {
    .chd-books__wuhan-cover-up-content-section {
      padding-bottom: 50px; } }

.chd-books__wuhan-cover-up-content {
  max-width: 724px;
  margin: 0 15px; }

.chd-books__wuhan-cover-up-share-links {
  background: #fff;
  display: flex;
  gap: 13px;
  margin: 0 0 19px;
  position: relative; }
  @media (min-width: 960px) {
    .chd-books__wuhan-cover-up-share-links {
      margin: 63px 0 24px; } }
  .chd-books__wuhan-cover-up-share-links a {
    align-items: center;
    background: #F70006;
    border-radius: 50%;
    display: flex;
    height: 21px;
    padding: 12px;
    transition: .2s;
    width: 21px; }
    @media (min-width: 960px) {
      .chd-books__wuhan-cover-up-share-links a {
        height: 24px;
        padding: 16px;
        width: 24px; } }
    .chd-books__wuhan-cover-up-share-links a:hover {
      background: #AC0000; }
  .chd-books__wuhan-cover-up-share-links .copied-tool-tip {
    background: #F70006; }
    .chd-books__wuhan-cover-up-share-links .copied-tool-tip.active {
      z-index: -2; }

.chd-books__wuhan-cover-up-boxes-one {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: 34px 15px 0;
  padding-bottom: 53px; }
  @media (min-width: 960px) {
    .chd-books__wuhan-cover-up-boxes-one {
      gap: 34px;
      margin-top: 0; } }
  .chd-books__wuhan-cover-up-boxes-one h2 {
    font-size: 24px;
    margin-bottom: 0; }
    @media (min-width: 1200px) {
      .chd-books__wuhan-cover-up-boxes-one h2 {
        font-size: 30px; } }
  .chd-books__wuhan-cover-up-boxes-one > div:nth-of-type(1n + 2) {
    border-bottom: 6px solid; }
    @media (min-width: 1200px) {
      .chd-books__wuhan-cover-up-boxes-one > div:nth-of-type(1n + 2) {
        border-bottom: 7px solid; } }
  .chd-books__wuhan-cover-up-boxes-one > div:nth-of-type(3n + 2) {
    border-bottom-color: #FFDE00; }
  .chd-books__wuhan-cover-up-boxes-one > div:nth-of-type(3n + 3) {
    border-bottom-color: #F70006; }
  .chd-books__wuhan-cover-up-boxes-one > div:nth-of-type(3n + 4) {
    border-bottom-color: #AC0000; }
  .chd-books__wuhan-cover-up-boxes-one .chd-books__wuhan-cover-up-box {
    align-items: center;
    border-radius: 2px;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.08);
    color: #000;
    cursor: pointer;
    display: flex;
    font-family: 'Merriweather';
    font-size: 18px;
    font-weight: bold;
    justify-content: center;
    padding: 22px 0;
    text-align: center;
    width: 313px; }
    @media (min-width: 1200px) {
      .chd-books__wuhan-cover-up-boxes-one .chd-books__wuhan-cover-up-box {
        font-size: 24px;
        padding: 29px 0; } }
    .chd-books__wuhan-cover-up-boxes-one .chd-books__wuhan-cover-up-box:hover {
      box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2); }
  .chd-books__wuhan-cover-up-boxes-one details {
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.08);
    display: flex; }
    .chd-books__wuhan-cover-up-boxes-one details:hover {
      box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.15); }
    .chd-books__wuhan-cover-up-boxes-one details[open] summary {
      padding-bottom: 25px; }
      .chd-books__wuhan-cover-up-boxes-one details[open] summary:first-child:after {
        transform: rotate(135deg);
        margin-top: 10px; }
    .chd-books__wuhan-cover-up-boxes-one details .chd-books__wuhan-cover-up-box {
      box-shadow: none; }
      .chd-books__wuhan-cover-up-boxes-one details .chd-books__wuhan-cover-up-box::-webkit-details-marker, .chd-books__wuhan-cover-up-boxes-one details .chd-books__wuhan-cover-up-box::marker {
        color: transparent;
        display: none;
        list-style: none; }
      .chd-books__wuhan-cover-up-boxes-one details .chd-books__wuhan-cover-up-box:first-child:after {
        border-bottom: 3px solid #000;
        border-left: 3px solid #000;
        content: '';
        height: 10px;
        margin-left: 15px;
        position: relative;
        transform: rotate(-45deg);
        transition: .2s;
        width: 10px; }
      .chd-books__wuhan-cover-up-boxes-one details .chd-books__wuhan-cover-up-box:hover {
        box-shadow: none; }
    .chd-books__wuhan-cover-up-boxes-one details > div {
      align-items: center;
      display: flex;
      flex-direction: column;
      position: relative;
      text-align: center; }
      .chd-books__wuhan-cover-up-boxes-one details > div a {
        font-family: 'Merriweather';
        font-weight: bold;
        padding: 20px 0;
        width: 100%; }
        .chd-books__wuhan-cover-up-boxes-one details > div a:hover {
          background: #F5CCC9; }
      .chd-books__wuhan-cover-up-boxes-one details > div:not(:last-of-type):after {
        background: #E9E8E6;
        bottom: 0;
        content: '';
        display: block;
        height: 1.5px;
        position: absolute;
        width: 111px; }
      .chd-books__wuhan-cover-up-boxes-one details > div:hover:after {
        display: none; }

.chd-books__wuhan-cover-up-timeline {
  background: #F4F5F5;
  padding-top: 50px; }
  .chd-books__wuhan-cover-up-timeline h2 {
    color: #D92C22;
    font-family: 'open-sans';
    font-size: 24px;
    letter-spacing: 2.4px;
    margin-bottom: 14px;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .chd-books__wuhan-cover-up-timeline h2 {
        font-size: 38px;
        margin: auto;
        max-width: 1140px;
        padding: 0 0 30px; } }

.chd-books__wuhan-cover-up-section-two {
  background: #fff; }

.chd-books__wuhan-cover-up-boxes-two {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 17px;
  justify-content: center;
  padding: 43px 17px 0; }
  @media (min-width: 1200px) {
    .chd-books__wuhan-cover-up-boxes-two {
      padding-top: 82px; } }
  .chd-books__wuhan-cover-up-boxes-two a {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 381px; }
    .chd-books__wuhan-cover-up-boxes-two a:hover span {
      background: #AC0000; }
  .chd-books__wuhan-cover-up-boxes-two img {
    object-fit: cover;
    width: 100%; }
    @media (min-width: 960px) {
      .chd-books__wuhan-cover-up-boxes-two img {
        height: 222px;
        width: 381px; } }
  .chd-books__wuhan-cover-up-boxes-two span {
    align-items: center;
    background: #D92C22;
    color: #fff;
    display: flex;
    font-family: 'Merriweather';
    font-size: 24px;
    height: 128px;
    justify-content: center;
    letter-spacing: -0.48px;
    line-height: normal;
    margin-top: -40px;
    padding: 0 39px;
    text-align: center;
    transition: .2s;
    width: 234px; }

.chd-books__wuhan-cover-up-feature-video {
  background: #F4F5F5;
  padding: 17px;
  position: relative; }
  @media (min-width: 1200px) {
    .chd-books__wuhan-cover-up-feature-video {
      background: none;
      padding: 80px 0 64px; } }
  .chd-books__wuhan-cover-up-feature-video h2 {
    color: #D92C22;
    font-size: 24px; }
    @media (min-width: 1200px) {
      .chd-books__wuhan-cover-up-feature-video h2 {
        font-size: 32px; } }
  .chd-books__wuhan-cover-up-feature-video p {
    line-height: 18px; }
    @media (min-width: 1200px) {
      .chd-books__wuhan-cover-up-feature-video p {
        margin-bottom: 32px; } }
  @media (min-width: 1200px) {
    .chd-books__wuhan-cover-up-feature-video:before {
      background: #F4F5F5;
      content: '';
      height: 350px;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: -1; } }

.chd-books__wuhan-cover-up-feature-video-wrapper {
  margin: auto;
  max-width: 950px; }
  .chd-books__wuhan-cover-up-feature-video-wrapper p {
    font-size: 16px;
    line-height: 135%;
    max-width: 768px; }

.chd-books__wuhan-cover-up-featured-chdtv {
  background: #2C2E30;
  padding: 40px 17px; }
  @media (min-width: 960px) {
    .chd-books__wuhan-cover-up-featured-chdtv {
      padding: 75px 17px 100px; } }
  .chd-books__wuhan-cover-up-featured-chdtv a {
    max-width: 381px; }
    .chd-books__wuhan-cover-up-featured-chdtv a:hover {
      text-decoration: underline;
      text-decoration-color: #fff; }
  .chd-books__wuhan-cover-up-featured-chdtv h2 {
    color: #FFDA00;
    font-family: 'open-sans';
    font-size: 24px;
    letter-spacing: 2.4px;
    margin-bottom: 0;
    max-width: 100%;
    padding-bottom: 30px;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 960px) {
      .chd-books__wuhan-cover-up-featured-chdtv h2 {
        font-size: 38px; } }
    @media (min-width: 1245px) {
      .chd-books__wuhan-cover-up-featured-chdtv h2 {
        margin: auto;
        max-width: 1210px; } }
  .chd-books__wuhan-cover-up-featured-chdtv span {
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 24px;
    padding: 8px 0 0; }

.chd-books__wuhan-cover-up-chdtv-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 49px 34px;
  justify-content: center; }

.chd-books__wuhan-cover-up-additional-resources {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 1172px;
  padding: 67px 20px 64px; }
  @media (min-width: 1200px) {
    .chd-books__wuhan-cover-up-additional-resources {
      flex-direction: row;
      gap: 54px;
      justify-content: flex-start;
      margin-top: 82px;
      padding-top: 0; } }
  .chd-books__wuhan-cover-up-additional-resources img {
    margin: 34px 0 0;
    max-width: 592px;
    width: 100%; }
    @media (min-width: 1200px) {
      .chd-books__wuhan-cover-up-additional-resources img {
        margin-top: 0;
        order: 1; } }

.chd-books__wuhan-cover-up-resources {
  display: flex;
  flex-direction: column;
  gap: 34px;
  text-align: center; }
  @media (min-width: 1200px) {
    .chd-books__wuhan-cover-up-resources {
      min-width: 530px;
      order: 2;
      text-align: left; } }
  .chd-books__wuhan-cover-up-resources h2 {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-family: 'Open-Sans';
    letter-spacing: 2px;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .chd-books__wuhan-cover-up-resources h2 {
        align-items: flex-start;
        font-size: 24px;
        grid-column-start: 1;
        grid-column-end: 3; } }
    .chd-books__wuhan-cover-up-resources h2:after {
      background: #373A3C;
      bottom: -10px;
      content: '';
      display: block;
      height: 1.5px;
      position: absolute;
      width: 285px; }
      @media (min-width: 1200px) {
        .chd-books__wuhan-cover-up-resources h2:after {
          width: 100%; } }
  .chd-books__wuhan-cover-up-resources a {
    font-family: 'Merriweather';
    font-size: 20px;
    font-weight: bold;
    line-height: 25px; }
    .chd-books__wuhan-cover-up-resources a:hover {
      color: #D92C22; }

.tl-storyslider .tl-slider-container-mask {
  background: #F4F5F5; }

.tl-timenav .tl-timenav-slider .tl-timenav-slider-background {
  background: #fff; }

.tl-menubar-button {
  background: #fff; }

.tl-timeaxis {
  background-color: #F4F5F5;
  z-index: 10; }

.tl-timeaxis-background {
  background-color: #F4F5F5;
  z-index: 7; }

.tl-storyslider .tl-slider-container-mask:after {
  background: linear-gradient(90deg, rgba(255, 222, 0, 0.96) 3.13%, rgba(169, 1, 1, 0.96) 86.69%);
  bottom: 0;
  content: '';
  display: block;
  height: 10px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 100%;
  z-index: 10; }

.tl-skinny .tl-text h2.tl-headline-title, .tl-skinny .tl-text h2.tl-headline {
  font-size: 20px;
  line-height: normal; }

.tl-timeline p {
  font-size: 16px;
  line-height: normal; }

.tl-media .tl-media-content-container .tl-media-content img, .tl-media .tl-media-content-container .tl-media-content embed, .tl-media .tl-media-content-container .tl-media-content object, .tl-media .tl-media-content-container .tl-media-content video, .tl-mobile.tl-skinny .tl-media .tl-media-image {
  max-height: 115px !important; }
  @media (min-width: 658px) {
    .tl-media .tl-media-content-container .tl-media-content img, .tl-media .tl-media-content-container .tl-media-content embed, .tl-media .tl-media-content-container .tl-media-content object, .tl-media .tl-media-content-container .tl-media-content video, .tl-mobile.tl-skinny .tl-media .tl-media-image {
      max-height: 390px !important; } }

.tl-storyslider iframe {
  max-height: 130px !important; }
  @media (min-width: 658px) {
    .tl-storyslider iframe {
      max-height: 390px !important; } }

.tl-skinny .tl-media .tl-media-content-container .tl-credit {
  max-width: 250px; }

.tl-timenav {
  max-height: 165px; }

.chd-defender__text-form {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 1280px) {
    .chd-defender__text-form {
      align-items: flex-start; } }

.chd-defender__sign-up {
  align-items: center;
  background: url("./images/defender/defender-free-signup-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px 0 27px; }
  @media (min-width: 1280px) {
    .chd-defender__sign-up {
      background-position-y: -64px;
      flex-direction: row;
      padding: 45px 0; } }
  .chd-defender__sign-up > img {
    width: 193px; }
    @media (min-width: 1280px) {
      .chd-defender__sign-up > img {
        margin-right: 75px;
        width: 197px; } }
  .chd-defender__sign-up .gform_legacy_markup_wrapper {
    margin-bottom: 0px !important;
    margin-top: 22px !important;
    width: 265px; }
    @media (min-width: 1280px) {
      .chd-defender__sign-up .gform_legacy_markup_wrapper {
        margin-top: 14px !important;
        width: 100%; } }
    @media (min-width: 1280px) {
      .chd-defender__sign-up .gform_legacy_markup_wrapper form {
        display: flex; } }
    @media (min-width: 1280px) {
      .chd-defender__sign-up .gform_legacy_markup_wrapper ul {
        display: flex !important; } }
    .chd-defender__sign-up .gform_legacy_markup_wrapper ul > li {
      margin-top: 0 !important;
      padding-right: 0 !important; }
      .chd-defender__sign-up .gform_legacy_markup_wrapper ul > li > div {
        margin-top: 0 !important; }
        @media (min-width: 1280px) {
          .chd-defender__sign-up .gform_legacy_markup_wrapper ul > li > div {
            display: flex !important; } }
        .chd-defender__sign-up .gform_legacy_markup_wrapper ul > li > div:last-child {
          margin-bottom: 0px !important; }
      @media (min-width: 641px) {
        .chd-defender__sign-up .gform_legacy_markup_wrapper ul > li span {
          width: 100% !important; } }
      .chd-defender__sign-up .gform_legacy_markup_wrapper ul > li input {
        line-height: 2 !important;
        margin-top: 0 !important;
        margin-bottom: 22px !important;
        padding-left: 19px !important;
        width: 265px !important; }
        @media (min-width: 1280px) {
          .chd-defender__sign-up .gform_legacy_markup_wrapper ul > li input {
            margin-bottom: 0 !important;
            margin-right: 25px !important; } }
    .chd-defender__sign-up .gform_legacy_markup_wrapper .gform_footer {
      align-items: center !important;
      display: flex !important;
      justify-content: center !important;
      padding: 0 !important;
      margin: 0 !important; }
      @media (min-width: 1280px) {
        .chd-defender__sign-up .gform_legacy_markup_wrapper .gform_footer {
          margin-left: 9px !important; } }
      .chd-defender__sign-up .gform_legacy_markup_wrapper .gform_footer:after {
        background: url("./images/defender-icons/arrow-in-circle.svg");
        background-size: cover;
        content: '';
        display: block;
        height: 17px;
        margin-left: 67px;
        position: absolute;
        width: 17px;
        z-index: 0; }
      .chd-defender__sign-up .gform_legacy_markup_wrapper .gform_footer input {
        background: none !important;
        border: none !important;
        color: #fff !important;
        font-weight: bold !important;
        margin-bottom: 0 !important;
        margin-right: 8px !important;
        padding-right: 30px !important;
        text-transform: uppercase !important;
        width: auto !important;
        z-index: 1; }

.chd-defender__text {
  color: #FBFAF7;
  font-family: 'Merriweather';
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
  padding: 22px 0 0; }
  @media (min-width: 1280px) {
    .chd-defender__text {
      font-size: 28px;
      line-height: 36px;
      padding-top: 0; } }

.chd-bookstore__intro-banner {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: calc(300px + 166 * ((100vw - 360px) / 968));
  justify-content: center;
  line-height: normal;
  margin-bottom: 20px;
  padding: 0 40px;
  text-align: center; }
  @media (min-width: 1328px) {
    .chd-bookstore__intro-banner {
      height: 466px; } }
  .chd-bookstore__intro-banner h1 {
    font-size: calc(28px + 12 * ((100vw - 360px) / 968)); }
    @media (min-width: 1328px) {
      .chd-bookstore__intro-banner h1 {
        font-size: 40px; } }
  .chd-bookstore__intro-banner p {
    font-size: calc(16px + 8 * ((100vw - 360px) / 968));
    max-width: 700px; }
    @media (min-width: 1328px) {
      .chd-bookstore__intro-banner p {
        font-size: 24px; } }

.chd-bookstore__wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 60px; }

.chd-bookstore__article {
  max-width: 1180px;
  width: 100%; }
  .chd-bookstore__article h2 {
    margin-bottom: 0; }
  .chd-bookstore__article a:hover {
    text-decoration: none; }

.chd-bookstore__category-navigation {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  position: relative; }

.chd-bookstore__navigation {
  position: relative;
  width: 95px; }

.chd-bookstore__swiper {
  padding-bottom: 12px;
  position: relative; }
  .chd-bookstore__swiper .swiper-wrapper {
    min-height: 253px;
    overflow-y: hidden !important;
    padding-bottom: 50px; }
  .chd-bookstore__swiper .swiper-pagination {
    bottom: 0; }
  .chd-bookstore__swiper .swiper-slide {
    width: 180px; }
  .chd-bookstore__swiper .swiper-button-next, .chd-bookstore__swiper .swiper-button-prev {
    border: 1px solid #ccc;
    height: 15px;
    padding: 11px 12px;
    width: 15px; }
    .chd-bookstore__swiper .swiper-button-next:after, .chd-bookstore__swiper .swiper-button-prev:after {
      color: gray;
      font-size: 15px;
      margin-top: 1px; }
  .chd-bookstore__swiper .swiper-button-next {
    right: 0; }
    .chd-bookstore__swiper .swiper-button-next:after {
      margin-left: 3px; }
  .chd-bookstore__swiper .swiper-button-prev {
    left: 0; }
    .chd-bookstore__swiper .swiper-button-prev:after {
      margin-right: 3px; }
  .chd-bookstore__swiper .swiper-pagination-bullet {
    height: 11px;
    width: 11px; }

.chd-bookstore__banner {
  align-items: center;
  background-color: #F4F5F5;
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 300px;
  margin: 18px 0 65px;
  width: 100%; }
  @media (min-width: 1328px) {
    .chd-bookstore__banner {
      height: 356px; } }
  .chd-bookstore__banner--right {
    justify-content: flex-end; }
    .chd-bookstore__banner--right .chd-bookstore__banner-text {
      padding-left: 0; }
  .chd-bookstore__banner--center {
    justify-content: center;
    text-align: center;
    background-position: center; }
    .chd-bookstore__banner--center .chd-bookstore__banner-text {
      padding-left: 0; }

.chd-bookstore__banner-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 40px;
  width: calc(65px + 35%); }
  @media (min-width: 1100px) {
    .chd-bookstore__banner-text {
      padding-left: 60px; } }
  @media (min-width: 1328px) {
    .chd-bookstore__banner-text {
      padding-left: 112px; } }
  .chd-bookstore__banner-text :hover {
    text-decoration: none; }
  .chd-bookstore__banner-text h2 {
    color: #007899;
    font-size: calc(24px + 16 * ((100vw - 360px) / 968));
    font-style: italic; }
    .chd-bookstore__banner-text h2:hover {
      text-decoration: none; }
    @media (min-width: 1328px) {
      .chd-bookstore__banner-text h2 {
        font-size: 40px;
        line-height: 42px;
        padding-bottom: 5px; } }
  .chd-bookstore__banner-text p {
    color: #000;
    font-size: calc(16px + 4 * ((100vw - 360px) / 968));
    margin-bottom: 0; }
    @media (min-width: 1328px) {
      .chd-bookstore__banner-text p {
        font-size: 24px; } }
  .chd-bookstore__banner-text div {
    color: #007899;
    font-size: calc(14px + 2 * ((100vw - 360px) / 968));
    font-weight: bold;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    transition: .2s; }
    .chd-bookstore__banner-text div:hover {
      filter: brightness(120%); }
    @media (min-width: 1328px) {
      .chd-bookstore__banner-text div {
        font-size: 16px; } }
    .chd-bookstore__banner-text div:after {
      content: url("/wp-content/themes/chd-shop-theme/images/blue-right-arrow.svg");
      margin-left: 7px;
      position: relative;
      top: -2px; }

.chd-book__article h1 {
  color: #000;
  margin-bottom: 16px; }
  @media (min-width: 1100px) {
    .chd-book__article h1 {
      max-width: 525px; } }
  @media (min-width: 1328px) {
    .chd-book__article h1 {
      margin-bottom: 1.2rem; } }

.chd-book__article .chd-book__button {
  color: #fff; }
  .chd-book__article .chd-book__button:link, .chd-book__article .chd-book__button:visited, .chd-book__article .chd-book__button:hover, .chd-book__article .chd-book__button:focus, .chd-book__article .chd-book__button:active {
    color: #fff;
    text-decoration: none; }

.chd-book__top-information {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  @media (min-width: 1100px) {
    .chd-book__top-information {
      flex-direction: row;
      gap: 20px; } }

.chd-book__featured {
  display: flex;
  justify-content: center; }
  @media (min-width: 768px) {
    .chd-book__featured {
      justify-content: flex-start; } }
  @media (min-width: 1100px) {
    .chd-book__featured {
      padding-bottom: 24px; } }
  .chd-book__featured img {
    max-height: 300px;
    max-width: 200px; }

.chd-book__top-information p {
  margin-bottom: .6rem; }
  .chd-book__top-information p:first-of-type {
    margin-bottom: 1rem;
    white-space: normal; }
    @media (min-width: 1328px) {
      .chd-book__top-information p:first-of-type {
        margin-bottom: 1.5rem; } }

@media (min-width: 1100px) {
  .chd-book__title-info {
    padding-bottom: 24px; } }

.chd-book__button {
  background: #038bb3;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: .8rem;
  padding: 20px;
  position: relative;
  transition: .2s;
  width: 200px; }
  .chd-book__button:hover {
    filter: brightness(110%); }
  .chd-book__button.dropdown:after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    content: '';
    height: 8px;
    position: absolute;
    right: 15px;
    top: 22px;
    transform: rotate(-45deg);
    width: 8px; }

.chd-book__buy-link {
  border: 2px solid #038bb3;
  border-top: none;
  color: #038bb3;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 18px;
  width: 200px; }

.breadcrumb--citations {
  display: flex;
  align-items: center;
  font-size: 1em; }

.breadcrumb__item {
  margin: 0;
  text-transform: uppercase; }

.breadcrumb__separator {
  margin: 0 10px;
  font-size: 1.2em;
  margin-top: -1px; }

.title--citation-tax {
  margin-bottom: 5px; }

.lede--citation-tax {
  font-style: italic;
  margin-bottom: 15px; }

.citation {
  display: flex;
  flex-flow: row nowrap;
  gap: 15px; }
  .citation__id {
    flex: 0 0 40px; }
  .citation p {
    margin: 0; }
  .citation + .citation {
    margin-top: 15px; }

.pagenavi--citation-tax {
  margin-top: 20px; }

.chd-merchandise__main {
  overflow: hidden;
  padding: 0; }
  .chd-merchandise__main .woocommerce-message {
    border-top-color: #0080A3; }

.chd-merchandise__wrapper {
  padding-top: 25px; }
  @media (min-width: 768px) {
    .chd-merchandise__wrapper {
      padding-bottom: 64px; } }
  @media (min-width: 1328px) {
    .chd-merchandise__wrapper {
      padding-top: 45px; } }

.chd-merchandise__banner {
  align-items: center;
  background: #FBFAF7;
  display: flex;
  gap: 10px;
  height: 239px;
  justify-content: center;
  position: relative; }
  @media (min-width: 960px) {
    .chd-merchandise__banner {
      height: 298px; } }
  @media (min-width: 1440px) {
    .chd-merchandise__banner {
      height: 466px; } }

.chd-merchandise__banner-background {
  background-position: center;
  background-size: cover;
  height: 100%;
  max-width: 1600px;
  position: absolute;
  top: 0;
  width: 100%; }

@media (min-width: 768px) {
  .chd-merchandise__banner-background--mobile {
    display: none; } }

.chd-merchandise__banner-background--desktop {
  display: none; }
  @media (min-width: 768px) {
    .chd-merchandise__banner-background--desktop {
      display: block; } }

.chd-merchandise__banner-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  text-align: center;
  z-index: 1; }
  @media (min-width: 960px) {
    .chd-merchandise__banner-text {
      gap: calc(10px + 10 * ((100vw - 960px) / 480)); } }
  @media (min-width: 1440px) {
    .chd-merchandise__banner-text {
      gap: 20px; } }

.chd-merchandise__banner-title {
  font-family: 'Merriweather';
  font-size: 20px;
  font-weight: bold;
  width: 175px; }
  @media (min-width: 960px) {
    .chd-merchandise__banner-title {
      font-size: calc(20px + 20 * ((100vw - 960px) / 480));
      line-height: calc(20px + 20 * ((100vw - 960px) / 480));
      width: 75%; } }
  @media (min-width: 1440px) {
    .chd-merchandise__banner-title {
      font-size: 40px;
      line-height: 40px; } }

.chd-merchandise__banner-paragraph {
  width: 175px; }
  @media (min-width: 960px) {
    .chd-merchandise__banner-paragraph {
      font-size: calc(16px + 4 * ((100vw - 960px) / 480));
      width: 75%; } }
  @media (min-width: 1440px) {
    .chd-merchandise__banner-paragraph {
      font-size: 20px;
      margin-bottom: 25px; } }

.chd-merchandise__banner-button {
  background: #0080A3;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.1px;
  padding: 12px;
  transition: .2s; }
  .chd-merchandise__banner-button:hover {
    background: #05607C; }

.chd-merchandise__mobile-login-cart {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  position: relative; }
  @media (min-width: 960px) {
    .chd-merchandise__mobile-login-cart {
      display: none; } }
  .chd-merchandise__mobile-login-cart:after {
    background: #E7E5E2;
    bottom: 0;
    content: '';
    height: 1.5px;
    position: absolute;
    right: 0;
    width: 100%; }
  .chd-merchandise__mobile-login-cart a {
    color: #000; }

.chd-merchandise__login {
  display: flex;
  font-weight: 600;
  gap: 6px;
  letter-spacing: 1.96px;
  text-transform: uppercase; }
  .chd-merchandise__login span {
    background: url("./images/icons/login-icon.svg") no-repeat;
    display: block;
    height: 18px;
    width: 18px; }

.chd-merchandise__filter {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
  padding: 15px 10px 0; }
  @media (min-width: 1328px) {
    .chd-merchandise__filter {
      margin-bottom: 53px; } }
  .chd-merchandise__filter .woocommerce-ordering {
    float: none;
    margin: 0; }

.chd-merchandise__filter-dropdowns {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  @media (min-width: 768px) {
    .chd-merchandise__filter-dropdowns {
      align-items: center;
      gap: 10px;
      justify-content: flex-start;
      width: auto; } }
  @media (min-width: 960px) {
    .chd-merchandise__filter-dropdowns {
      gap: 30px; } }

.chd-merchandise__filter-cart {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  gap: 10px;
  letter-spacing: 2.24px;
  text-transform: uppercase; }
  .chd-merchandise__filter-cart--mobile .chd-merchandise__filter-cart-icon {
    background-size: cover;
    height: 18px;
    width: 21px; }
  .chd-merchandise__filter-cart--desktop {
    display: none; }
    @media (min-width: 960px) {
      .chd-merchandise__filter-cart--desktop {
        display: flex; } }

.chd-merchandise__filter-cart-icon {
  background: url("./images/icons/shopping-cart.svg") no-repeat;
  display: block;
  height: 25px;
  width: 29px; }

.chd-merchandise__article a {
  color: #000; }
  .chd-merchandise__article a:link, .chd-merchandise__article a:visited, .chd-merchandise__article a:hover, .chd-merchandise__article a:active {
    color: #000; }

.chd-merchandise__article h1 {
  color: #000;
  padding: 0 10px; }
  @media (min-width: 768px) {
    .chd-merchandise__article h1 {
      border-bottom: 1.5px solid #E7E5E2;
      padding: 0 0 10px; } }

.chd-merchandise__article ul.products li.product {
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .chd-merchandise__article ul.products li.product {
      width: 46%; } }
  @media (min-width: 1100px) {
    .chd-merchandise__article ul.products li.product {
      width: 80%; } }
  @media (min-width: 768px) {
    .chd-merchandise__article ul.products li.product a {
      display: block;
      max-width: 210px; } }
  .chd-merchandise__article ul.products li.product img {
    border: 2px solid #F8F8F8; }
  .chd-merchandise__article ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    margin: 30px 0 10px;
    padding: 0; }
  .chd-merchandise__article ul.products li.product .price {
    color: #038bb3;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2.1px; }
  .chd-merchandise__article ul.products li.product .button {
    background: #fff;
    border: 2px solid #0080A3;
    color: #101010;
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2.1px;
    line-height: 26px;
    margin-top: 15px;
    max-width: 185px;
    padding: 13px 0;
    text-align: center;
    text-transform: uppercase;
    transition: .2s; }
    .chd-merchandise__article ul.products li.product .button:hover {
      background: #0080A3;
      color: #fff;
      text-decoration: none; }

.chd-merchandise__article nav.woocommerce-pagination ul.page-numbers {
  border: 0;
  padding-bottom: 45px; }
  @media (min-width: 768px) {
    .chd-merchandise__article nav.woocommerce-pagination ul.page-numbers {
      padding-bottom: 0; } }
  .chd-merchandise__article nav.woocommerce-pagination ul.page-numbers li {
    border-right: 0; }
    .chd-merchandise__article nav.woocommerce-pagination ul.page-numbers li a {
      font-size: 24px;
      font-weight: bold;
      padding: 5px 2px; }
    .chd-merchandise__article nav.woocommerce-pagination ul.page-numbers li span {
      font-size: 24px;
      font-weight: bold; }
      .chd-merchandise__article nav.woocommerce-pagination ul.page-numbers li span.current {
        background: none;
        color: #0080A3;
        padding: 5px 2px; }

.chd-merchandise__sidebar-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 25px 0 50px; }
  @media (min-width: 768px) {
    .chd-merchandise__sidebar-wrapper {
      padding: 0 0 29px 56px; } }
  .chd-merchandise__sidebar-wrapper > div {
    width: 90%; }
    @media (max-width: 768px) {
      .chd-merchandise__sidebar-wrapper > div.chd-merchandise__sidebar-donate {
        width: 100%; } }
    .chd-merchandise__sidebar-wrapper > div h3 {
      letter-spacing: 2.4px; }
      @media (min-width: 768px) {
        .chd-merchandise__sidebar-wrapper > div h3 {
          letter-spacing: 2px; } }
  .chd-merchandise__sidebar-wrapper > .liner:last-of-type:after {
    display: none; }
  .chd-merchandise__sidebar-wrapper h3 {
    color: #000;
    font-family: 'open-sans';
    font-size: 20px;
    padding: 0 0 5px;
    text-transform: uppercase; }
  .chd-merchandise__sidebar-wrapper .liner {
    padding-left: 0; }
    .chd-merchandise__sidebar-wrapper .liner:after {
      background: #E9E8E6;
      content: "";
      display: block;
      height: 1.5px;
      margin: 25px -100px;
      width: 200%; }
      @media (min-width: 768px) {
        .chd-merchandise__sidebar-wrapper .liner:after {
          margin: 50px 0;
          width: 111px; } }
  .chd-merchandise__sidebar-wrapper .border {
    border-top: none;
    padding: 0; }
  .chd-merchandise__sidebar-wrapper .gform_wrapper.gravity-theme .ginput_container_text input, .chd-merchandise__sidebar-wrapper .gform_legacy_markup_wrapper li.hidden_label input {
    background: #f4f5f5;
    border: 1px solid #ccc;
    height: 52px;
    margin-top: 4px;
    padding-left: 24px !important;
    width: 100%; }
    @media (min-width: 768px) {
      .chd-merchandise__sidebar-wrapper .gform_wrapper.gravity-theme .ginput_container_text input, .chd-merchandise__sidebar-wrapper .gform_legacy_markup_wrapper li.hidden_label input {
        width: 284px; } }

.chd-merchandise__sidebar-login nav {
  border-bottom: none;
  margin-bottom: 0; }

.chd-merchandise__sidebar-login .gform_wrapper.gravity-theme .gfield-choice-input + label {
  color: #6A6D72;
  font-size: 18px;
  text-transform: lowercase; }

.chd-merchandise__sidebar-login #gform_submit_button_0 {
  background: #0080A3;
  border-radius: 0;
  font-size: 14px;
  height: 47px;
  letter-spacing: 2.1px;
  max-width: 219px;
  text-transform: uppercase;
  transition: .2s;
  width: 100%; }
  .chd-merchandise__sidebar-login #gform_submit_button_0:hover {
    background: #05607C; }

.chd-merchandise__sidebar-login a {
  font-size: 16px;
  font-weight: 600;
  line-height: normal; }

.chd-merchandise__sidebar-login .widget_custom_html {
  margin-top: 20px; }
  .chd-merchandise__sidebar-login .widget_custom_html p:not(:last-of-type) {
    font-style: italic;
    margin-bottom: 20px; }
    .chd-merchandise__sidebar-login .widget_custom_html p:not(:last-of-type) strong {
      display: block; }

.chd-merchandise__sidebar-refunds h3 {
  line-height: 22px; }
  .chd-merchandise__sidebar-refunds h3 br {
    display: none; }
    @media (min-width: 768px) {
      .chd-merchandise__sidebar-refunds h3 br {
        display: block; } }

.chd-merchandise__sidebar-refunds p {
  font-size: 16px;
  line-height: normal; }
  @media (min-width: 768px) {
    .chd-merchandise__sidebar-refunds p {
      max-width: 285px; } }

.chd-merchandise__sidebar-sign-up h3 {
  padding-bottom: 5px; }

.chd-merchandise__sidebar-sign-up li {
  margin-bottom: 0; }

.chd-merchandise__sidebar-sign-up .gform_legacy_markup_wrapper .gform_heading {
  display: none; }

.chd-merchandise__sidebar-sign-up form div.gform_footer input#gform_submit_button_51 {
  background: #0080A3;
  border-radius: 0;
  font-size: 14px;
  height: 47px;
  letter-spacing: 2.1px;
  margin-top: 16px;
  max-width: 219px;
  text-transform: uppercase;
  transition: .2s;
  width: 100%; }
  .chd-merchandise__sidebar-sign-up form div.gform_footer input#gform_submit_button_51:hover {
    background: #05607C; }

@media (max-width: 450px) {
  .chd-merchandise__sidebar-sign-up form div.gform_footer {
    display: flex; } }

.chd-merchandise__sidebar-donate {
  align-items: flex-start;
  display: flex;
  gap: 17px;
  justify-content: center; }
  @media (min-width: 768px) {
    .chd-merchandise__sidebar-donate {
      display: block; } }
  .chd-merchandise__sidebar-donate img {
    border: 0;
    padding: 8px 0 0;
    width: 55px; }
    @media (min-width: 768px) {
      .chd-merchandise__sidebar-donate img {
        padding: 0 0 18px;
        width: 42px; } }
  .chd-merchandise__sidebar-donate p {
    font-family: 'Merriweather';
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    max-width: 270px; }
  .chd-merchandise__sidebar-donate a {
    align-items: center;
    background: #0080A3;
    border-radius: 0;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    height: 47px;
    justify-content: center;
    letter-spacing: 2.1px;
    margin-top: 16px;
    max-width: 219px;
    text-transform: uppercase;
    transition: .2s;
    width: 100%; }
    .chd-merchandise__sidebar-donate a:link, .chd-merchandise__sidebar-donate a:visited, .chd-merchandise__sidebar-donate a:hover, .chd-merchandise__sidebar-donate a:active {
      color: #fff; }
    .chd-merchandise__sidebar-donate a:hover {
      background: #05607C; }

.chd-merchandise__popup-login h3 {
  color: #000 !important;
  font-size: 20px;
  margin-bottom: 5px; }

.chd-merchandise__popup-login a {
  color: #008BB3; }
  .chd-merchandise__popup-login a:link, .chd-merchandise__popup-login a:visited, .chd-merchandise__popup-login a:hover, .chd-merchandise__popup-login a:active {
    color: #008BB3; }

.chd-merchandise__popup-login .textwidget {
  margin-top: 21px; }
  .chd-merchandise__popup-login .textwidget p {
    color: #373A3C; }
    .chd-merchandise__popup-login .textwidget p:first-of-type {
      margin-bottom: 21px;
      font-style: italic; }

.chd-merchandise__popup-login .gform_wrapper.gravity-theme input[type=text], .chd-merchandise__popup-login .gform_wrapper.gravity-theme input[type=password] {
  background: #f4f5f5;
  border: 1px solid #ccc;
  height: 52px;
  width: 100%; }

.chd-merchandise__main--cart h1 {
  color: #008BB3;
  font-family: "open-sans", "Open Sans", sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.chd-merchandise__main--cart .wc-proceed-to-checkout a.checkout-button {
  background-color: #0080A3;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  transition: .2s; }
  .chd-merchandise__main--cart .wc-proceed-to-checkout a.checkout-button:link, .chd-merchandise__main--cart .wc-proceed-to-checkout a.checkout-button:visited, .chd-merchandise__main--cart .wc-proceed-to-checkout a.checkout-button:active {
    background-color: #0080A3; }
  .chd-merchandise__main--cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #05607C; }

.chd-merchandise__breadcrumb {
  border-bottom: 1.5px solid #E7E5E2;
  font-size: 14px;
  font-weight: 600;
  padding: 0 10px; }
  @media (min-width: 960px) {
    .chd-merchandise__breadcrumb {
      border-bottom: none;
      font-size: 20px;
      padding: 0 0 20px; } }
  @media (min-width: 960px) {
    .chd-merchandise__breadcrumb--mobile {
      display: none; } }
  .chd-merchandise__breadcrumb--desktop {
    display: none; }
    @media (min-width: 960px) {
      .chd-merchandise__breadcrumb--desktop {
        display: block; } }
  .chd-merchandise__breadcrumb a {
    align-items: center;
    color: #000;
    display: flex;
    padding: 15px 0;
    width: 100%; }
    @media (min-width: 960px) {
      .chd-merchandise__breadcrumb a {
        padding: 5px;
        width: auto; } }
    .chd-merchandise__breadcrumb a:before {
      border-bottom: 2px solid #000;
      border-left: 2px solid #000;
      content: '';
      height: 8px;
      margin: 0 5px;
      transform: rotate(45deg);
      width: 8px; }
      @media (min-width: 960px) {
        .chd-merchandise__breadcrumb a:before {
          margin-left: 0; } }
    .chd-merchandise__breadcrumb a:link, .chd-merchandise__breadcrumb a:visited, .chd-merchandise__breadcrumb a:hover, .chd-merchandise__breadcrumb a:active {
      color: #000; }

.chd-merchandise__single-product h2 {
  margin-bottom: 20px; }

.chd-merchandise__single-product div.product form.cart .button {
  background: #fff;
  border: 2px solid #0080A3;
  clear: both;
  color: #101010;
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.1px;
  line-height: 26px;
  margin-top: 15px;
  padding: 13px 0;
  text-align: center;
  text-transform: uppercase;
  transition: .2s;
  width: 185px; }
  .chd-merchandise__single-product div.product form.cart .button:hover {
    background: #0080A3;
    color: #fff; }

.chd-merchandise__single-product .related.products {
  flex-direction: column; }

@media (min-width: 1100px) {
  .chd-merchandise__single-product .products ul li.product, .chd-merchandise__single-product ul.products li.product {
    width: 28%; } }

.chd-donate__main {
  padding-top: 0; }

.chd-donate__banner {
  background-position: center;
  background-size: cover;
  color: #fff;
  position: relative;
  text-align: center;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.45); }
  .chd-donate__banner:before {
    background: linear-gradient(0deg, rgba(55, 58, 60, 0.65) 0%, rgba(55, 58, 60, 0.65) 100%);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%; }

.chd-donate__banner-text h1 {
  font-size: 28px;
  line-height: 40px;
  margin: auto;
  max-width: 840px;
  padding: 40px 22px 20px; }
  @media (min-width: 1200px) {
    .chd-donate__banner-text h1 {
      font-size: 40px;
      padding-bottom: 24px;
      padding-top: 102px; } }

.chd-donate__banner-text p, .chd-donate__banner-text li {
  font-size: 20px;
  line-height: 24px;
  position: relative;
  padding: 0 16px 20px; }

.chd-donate__banner-text ul {
  list-style: none;
  padding-bottom: 37px; }
  @media (min-width: 1200px) {
    .chd-donate__banner-text ul {
      padding-bottom: 50px; } }
  @media (min-width: 1200px) {
    .chd-donate__banner-text ul li {
      padding-bottom: 12px; } }
  .chd-donate__banner-text ul li:before {
    content: '✓';
    padding-right: 5px; }

.chd-donate__banner-buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  padding: 0 16px 40px;
  position: relative; }
  @media (min-width: 1200px) {
    .chd-donate__banner-buttons {
      padding-bottom: 90px; } }
  .chd-donate__banner-buttons p {
    font-family: "merriweather", Merriweather, serif;
    font-weight: bold;
    padding-bottom: 0;
    width: 100%; }
    @media (min-width: 1200px) {
      .chd-donate__banner-buttons p {
        font-size: 28px;
        line-height: 37.5px; } }
  .chd-donate__banner-buttons a {
    align-items: center;
    background: #B0DDF3;
    color: #000;
    display: flex;
    font-size: 20px;
    font-weight: bold;
    height: 87px;
    justify-content: center;
    letter-spacing: 2px;
    max-width: 356px;
    text-shadow: none;
    text-transform: uppercase;
    transition: .2s;
    width: 100%; }
    @media (min-width: 1200px) {
      .chd-donate__banner-buttons a {
        max-width: 331px; } }
    .chd-donate__banner-buttons a:hover {
      background: #008BB3;
      color: #fff; }

.chd-donate__wrapper {
  display: flex;
  justify-content: center;
  padding-top: 37px; }
  @media (min-width: 768px) {
    .chd-donate__wrapper {
      padding-top: 60px; } }

.chd-donate__article {
  max-width: 780px; }
  .chd-donate__article h2 {
    font-family: "open-sans", "Open Sans", sans-serif;
    font-size: 28px;
    font-style: italic; }
  .chd-donate__article .gform_legacy_markup_wrapper h3 {
    color: #008BB3;
    font-size: 28px;
    font-weight: bold; }
  .chd-donate__article p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 28px; }
  .chd-donate__article a {
    font-weight: bold; }
  .chd-donate__article .gform_legacy_markup_wrapper {
    margin-top: 0; }
  .chd-donate__article .partial_entry_warning {
    margin-bottom: 20px !important; }
  .chd-donate__article #gform_submit_button_92 {
    align-items: center;
    background: #0080A3;
    border: none;
    border-radius: 2px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    height: 47px;
    justify-content: center;
    letter-spacing: 2.1px;
    margin-top: 16px;
    max-width: 219px;
    text-transform: uppercase;
    width: 100%; }
  .chd-donate__article .gform_legacy_markup_wrapper .gfield_checkbox li label, .chd-donate__article .gform_legacy_markup_wrapper .gfield_radio li label {
    font-size: 1em; }
  .chd-donate__article.grid8 {
    margin-left: 0;
    width: 100%; }

.chd-donate__guidestar {
  border: none;
  float: left;
  margin-right: 16px;
  width: 92px; }

.chd-events__form-container .em.em-event-editor section {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.chd-events__form-container .em.pixelbones .input label, .chd-events__form-container .label, .chd-events__form-container .em.pixelbones .input legend {
  font-weight: bold !important; }

.chd-events__form-container .em.pixelbones .input .em-timezone label {
  font-size: 15px; }

.chd-events__form-container i {
  color: red; }

/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important; }
  html,
  body {
    overflow: visible; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
