/*
Theme Name: Children's Health Defense Theme 2020
Theme URI: https://childrenshealthdefense.org
Author: Lynne Arnold
Author URI: https://lynnearnold.com
Description: Designed by <a href="https://lynnearnold.com">Lynne Arnold</a> for Children's Health Defense 
Version: 2.1
License: Lynne Arnold
License URI: https://lynnearnold.com

*/

@charset "UTF-8";

body {
  font-family: Open-sans, "sans-serif";
  font-weight: 400;
  margin: 0px auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Merriweather, Georgia, Times, 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.4em;
  color: #4a4a4c;
}
article h3 {
  line-height: 130%;
  margin-bottom: 0.4em;
  color: #8dc34b;
}
article h4 {
  line-height: 130%;
  margin-bottom: 0.4em;
  color: #4a4a4c;
}
article h5 {
  line-height: 130%;
  margin-bottom: 0.3em;
  color: #000000;
}
article h6 {
  line-height: 130%;
  margin-bottom: 0.3em;
  color: #8dc34b;
}
article.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 .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 {
  margin-bottom: 1.8em;
  border-bottom: 1px dotted #717070;
  display: block;
  clear: both;
  position: relative;
  padding-bottom: 1em;
}
article section.abstracts {
  padding: 0.5em 0 0.2em 0;
  margin-bottom: 0;
  border-top: 1px dotted #717070;
  border-bottom: none;
}
article section.abstracts p {
  padding-bottom: 0;
  margin-bottom: 0.5em;
}
article section.post-section {
  margin-bottom: 0;
  border-top: 1px dotted #717070;
  border-bottom: none;
  display: 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;
}

footer {
  text-align: center;
  padding-top: 2em;
  line-height: 130%;
}
footer h2 {
  color: #badff8;
}
footer .menu li.menu-item a {
  padding: 0;
}
footer ul.menu li.menu-item:last-of-type {
  padding-bottom: 12px !important;
}
footer ul.menu {
  margin-left: 0 !important;
}

footer p {
  padding: 2%;
  background: #4e4e4e;
}
footer .tableContainer {
  width: 100%;
  display: table;
}
footer .tableContainer .cell.one {
  text-align: center;
}
footer .tableContainer .cell.one h2 {
  text-align: center;
}
footer .tableContainer .cell.one img {
  margin: 0 auto;
}
footer li {
  float: left;
  display: block;
}
footer li:before {
  content: "\25A0";
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -18px;
  top: 0;
  color: #8cc542;
  font-size: 20px;
}

.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 {
  width: 100%;
}
aside span#input_51_2_3_container {
  width: 100%;
}
aside input#input_51_2_6 {
  width: 100%;
}
aside span#input_51_2_6_container {
  width: 100%;
}
aside #field_51_3 {
  width: 100%;
}
aside input#input_51_3 {
  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: #616161444;
}
.homePage section h2 a:link {
  color: #616161444;
}
.homePage section h2 a:hover {
  color: #439bd7;
}
.homePage section h2 a:visited {
  color: #616161444;
}

.mission a {
  color: #616161444;
}
.mission a:link {
  color: #616161444;
}
.mission a:hover {
  color: #439bd7;
}
.mission a:visited {
  color: #616161444;
}
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 {
}
.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-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 {
}
#video-offer-area .link-holder img,
#video-offer-area .link-holder {
}
#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;
}

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 ----- */

header {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
header #header-main {
  margin-top: 30px;
  margin-bottom: 15px;
}
header #signup-area {
  float: right;
}
header #logo-wrapper {
  position: relative;
  display: block;
}
header #logo-area {
  float: left;
  position: relative;
}
header #logo-area .logo {
  width: 100%;
}
header #logo-area .logo-svg {
  margin-top: -10px;
}

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

header .sign-up h2 {
  color: #258bb3;
  line-height: 1.2 !important;
}
header #signup-area #gform_submit_button_2 {
  background: #87c33e !important;
}

/* ------ Global: Main Navigation(blue) ----- */

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

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

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

#top-nav ul li ul.sub-menu a {
  text-transform: none !important;
}
#top-nav ul li ul.sub-menu li a {
  color: #fff !important;
  width: 160px;
}
#top-nav ul li:hover > ul {
  display: block;
  position: absolute;
  top: 39px;
  visibility: visible;
  opacity: 1;
}

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

#top-nav-search-area {
  width: 200px;
  height: 50px;
  background-color: #038bb3;
  position: absolute;
  left: auto;
  right: 0;
  margin-top: 6px;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}

/* ------ Global: Footer ----- */

footer {
  background-color: #f3f2f2;
  border-top: 1px solid #ccc;
}

footer .footer-cat a:visited,
footer .footer-cat a:link {
  color: #000 !important;
}

footer {
  color: #333 !important;
}
footer a {
  color: #439bd7;
}
footer a:hover {
  color: #439bd7 !important;
  text-decoration: underline !important;
}

footer li:before {
  content: "\2B24" !important;
  font-size: 10px !important;
}

footer #category-menu {
  margin-left: 19% !important;
  float: left !important;
  line-height: 2em;
  font-size: 120%;
}

footer p {
  background: transparent !important;
  padding: 0 !important;
}
footer #copyright-line {
  border-top: 1px solid #ccc;
  padding: 35px 0;
}
footer #copyright-line a {
  color: #258bb3 !important;
}
footer h2 {
  color: #258bb3 !important;
}

footer #category-menu li.menu-item {
  display: block !important;
  float: none !important;
  text-align: left !important;
  padding: 0 !important;
}

.social-media .box-feed {
  float: left !important;
  width: 375px !important;
}
.social-media .box-feed .widget {
  width: 375px;
}
.social-media .tab-col {
  float: left;
  text-align: left;
  background-color: #fff;
}
.social-media iframe {
  height: 300px;
  padding-bottom: 10px;
}
.social-media ul.tabs {
  width: 290px !important;
  margin: 0 auto !important;
  border: none !important;
  margin-bottom: 45px !important;
}
.social-media ul.tabs li.current span {
  padding: 6px 0px !important;
}

#footer-modules {
  padding-bottom: 2%;
}
#footer-modules .footer-module {
  width: 27%;
  /* margin: 0 3%; */
  display: inline-block;
  vertical-align: top;
}
#footer-modules .footer-module.module-3 {
  margin: 0;
}

/* ------ 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 rgba(0, 0, 0, 1);
}

#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.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.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.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: #258bb3;
  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 .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;
}

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

.research_db {
  border-bottom: 1px solid #ccc;
  padding-top: 30px;
}

.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) === = == === */

@media only screen and (min-width: 22.5em) {
} /* end */

/* #3 ===== == = === 30em (480px) === = == === */

@media only screen and (min-width: 30em) {
} /* 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 {
    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,.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,.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: .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 {
  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;
  margin: 0 !important;
  margin-top: 1px !important;
}

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

article .caption {
  text-align: right;
  color: #666;
  font-style: italic;
  margin-top: 0px;
  font-size: .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;
}