html {
  scroll-behavior: smooth;
}

b,
strong {
  font-weight: bold;
}

i {
  font-style: italic;
}

@media (max-width: 991.98px) {
  .cb-ideas-body .col-lg-3,
  .cb-ideas-body .col-lg-4,
  .cb-ideas-body .col-lg-6,
  .cb-ideas-body .col-lg-5,
  .cb-ideas-body .col-lg-7,
  .cb-ideas-body .col-xl-7 {
    padding: 0;
  }
}

@media (max-width: 1264px) {
  .cb-ideas-body .col-xl-5 {
    position: relative !important;
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .cb-ideas-body .col-xl-7 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.cb-ideas-body .cb-banner:not(.donation-drive-v2) {
  display: none !important;
}
.cb-banner.donation-drive-v2 .cta .cb-button {
  color: white;
}

.hide {
  display: none;
}

.show {
  display: inline-block;
}

.cb-ideas-body {
  /* background-color: #e2dcc3; */
  background-color: #e2dec8;
  font-family: "Merriweather", serif;
  position: relative;
  overflow-y: scroll;
}

.cb-ideas-body,
.cb-article-body {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: none;
}

.cb-ideas-body::-webkit-scrollbar,
.cb-article-body::-webkit-scrollbar {
  display: none;
}

.wrapper {
  max-width: 1320px;
  margin: 0 auto;
}

.cb-ideas-navbar {
  border-bottom: 1px solid #3a3a3b;
  z-index: 1040 !important;
}

@media (max-width: 991.98px) {
  .cb-ideas-navbar {
    padding: 0.5rem 0 !important;
  }
}

@media (min-width: 992px) {
  .cb-ideas-navbar .navbar-nav {
    display: none;
  }
}

.bg-black {
  background-color: #000;
}

.cb-logo {
  width: 160px;
  margin-right: auto;
}

@media (max-width: 991.98px) {
  .cb-logo {
    display: none;
    margin-right: 0;
  }
}

.ideas-logo-nav {
  display: none;
  width: 95px;
  text-align: left;
  margin: 0 auto -3px -60px;
  max-width: none;
}

.cb-article-body .ideas-logo-nav {
  display: inline-block;
}

.ideas-logo-nav-wrap {
  margin: 0 auto 0 0;
}

@media (min-width: 992px) {
  .ideas-logo-nav-wrap {
    margin: 0 auto 0 !important;
  }
}

@media (max-width: 991.98px) {
  .ideas-logo-nav-wrap {
    display: none !important;
  }

  .ideas-logo-nav {
    margin: 0 auto -3px;
  }
}

.cb-icon {
  display: none;
}

@media (max-width: 991.98px) {
  .cb-icon {
    display: inline-block;
    width: 41px;
  }
}

.cb-jumbo-feature {
  display: none;
}

.ideas-read-more,
.ideas-white-read-more {
  min-width: 50%;
}

.cb-ideas-more-btn,
.btn-outline-light .ideas-white-read-more,
.cb-ideas-support-btn {
  font-size: 0.87rem !important;
}

.cb-ideas-support-btn,
.cb-ideas-more-btn {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400 !important;
  color: #ff5831 !important;
  border: 1px solid #ff5831 !important;
}

.cb-ideas-support-btn:hover,
.cb-ideas-more-btn:hover {
  color: #fff !important;
  border-color: #ff5831 !important;
  background-color: #ff5831 !important;
}

.hero {
  min-height: 220px;
  margin-top: 68px;
}

.bg-lines {
  /* background: url("/wp-content/themes/becivil/assets/images/ideas/bg-circle.png") no-repeat 27% 72px; */
  min-height: 220px;
  background-size: 570px;
  position: relative;
}

.short-rule {
  /* border-bottom: 1px solid #3a3a3b;
  width: 27px;
  padding-top: 72px;
  margin-left: 35px; */
  display: none;
}

@media (max-width: 1264px) {
  .hero {
    min-height: 190px;
  }

  .bg-lines {
    /* background: url("/wp-content/themes/becivil/assets/images/ideas/bg-circle.png") no-repeat 210px 40px; */
    min-height: 190px;
    background-size: 530px;
  }

  .short-rule {
    padding-top: 40px;
  }
}

@media (max-width: 740px) {
  .bg-lines {
    /* background: url("/wp-content/themes/becivil/assets/images/ideas/bg-circle.png") no-repeat 110px 40px; */
    min-height: 190px;
    background-size: 530px;
  }
}

.ideas-logo {
  width: 340px;
  position: absolute;
  bottom: 0;
  margin-left: 197px;
}

@media (max-width: 740px) {
  .ideas-logo {
    margin-left: 12.5%;
  }
}

.vertical-rule {
  border-left: 1px solid #ff5831;
  margin-left: 35px;
}

@media (max-width: 768px) {
  .vertical-rule {
    margin-left: 15px;
  }
}

.subtext-row {
  margin-top: 16px;
}

.orange-block {
  border: 7px solid #ff5831;
  margin: 0 12px 0 150px;
  width: 116px;
}

@media (max-width: 740px) {
  .orange-block {
    margin: 0 34px 0 14%;
  }
}

.subtext {
  font-family: "Merriweather Sans", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 17.5px;
  margin-top: -8px;
}

@media (max-width: 400px) {
  .ideas-logo {
    width: 260px;
  }

  .orange-block {
    border: 5px solid #ff5831;
    margin: 0 32px 0 14%;
    width: 100px;
  }

  .subtext {
    font-size: 12px;
    margin-top: -5px;
  }
}

.hero-img-container {
  margin: -150px auto 0;
  overflow: hidden;
  position: relative;
  height: 550px;
  width: 100%;
  z-index: 2;
}

.hero-img {
  width: auto;
  height: 100%;
  max-width: none !important;
}

@media (max-width: 1264px) {
  .hero-img-container {
    margin: 0 auto;
    position: static;
    width: 100%;
    height: auto;
  }

  .hero-img {
    width: 100%;
    height: auto;
    position: static;
  }
}

@media (min-width: 768px) and (max-width: 1264px) {
  .hero-img-container {
    padding: 0 100px;
  }
}

.hero-img:hover {
  animation: move 20s ease;
  -ms-animation: move 20s ease;
  -webkit-animation: move 20s ease;
  -o-animation: move 20s ease;
  -moz-animation: move 20s ease;
}

@media (max-width: 740px) {
  .hero-img:hover {
    animation: none;
  }
}

@keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }

  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
  }
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }

  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
  }
}

@-moz-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }

  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
  }
}

.background-gray-rule {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 700px;
  right: 0;
  top: 500px;
}

@media (max-width: 1264px) {
  .background-gray-rule {
    display: none;
  }
}

.background-black-bar {
  height: 16px;
  width: 90%;
  background-color: #000;
  margin-left: 10%;
}

@media (min-width: 768px) and (max-width: 1264px) {
  .background-black-bar {
    display: none;
  }
}
.featured {
  padding-bottom: 70px;
}

.featured-content {
  margin: 30px 26px 20px 50px;
}

@media (max-width: 1264px) {
  .featured-content {
    margin: 30px 20px 40px;
  }
}

@media (min-width: 768px) and (max-width: 1264px) {
  .featured-content {
    margin: 30px 150px 40px;
  }
}

.featured-content a {
  color: #212529;
  text-decoration: none !important;
}

.featured-content a:hover {
  color: #000;
}

.featured-content a:hover .quote-source {
  color: #ff5831;
}

.featured-content a:hover .quote-source span {
  color: #000;
}

.featured-content .fa-quote-left {
  font-size: 30px;
  color: #9d9885;
}

.featured-content .quote-img {
  width: 34px;
}

.quote-container {
  background-color: #e2dcc3;
  padding: 30px 30px 10px 0;
  position: relative;
  min-height: 240px;
  z-index: 2;
}

@media (max-width: 1264px) {
  .quote-container {
    min-height: 220px;
  }
}

.podcast-container {
  background-color: #e2dcc3;
  padding: 0 15px 10px 0;
  position: relative;
  min-height: 240px;
  z-index: 2;
}

@media (max-width: 1264px) {
  .podcast-container {
    min-height: 220px;
  }
}

.quote {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.7;
}

.quote-source {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 300;
  margin-top: 30px;
  font-size: 13px;
}

.gold-block {
  background-color: #d5caa1;
  width: 55px;
  height: 77px;
  margin: -64px -20px 0 0;
  position: absolute;
  right: 48px;
}

@media (min-width: 768px) and (max-width: 1264px) {
  .gold-block {
    right: 171px;
  }
}

@media (max-width: 767.98px) {
  .gold-block {
    right: 43px;
  }
}

@media (min-width: 700px) and (max-width: 991.98px) {
  #essays,
  #sunshine,
  #editorials,
  #community-voices,
  #cartoons {
    margin: 0 80px;
  }

  #video .content-section-top-padding {
    padding: 50px 80px 40px;
  }
}

@media (min-width: 620px) and (max-width: 767.98px) {
  #columns .content-section-top-padding {
    padding: 50px 50px 40px;
  }
}

.content-section {
  padding-bottom: 50px;
}

.content-dark {
  padding-bottom: 0;
}

.content-section-top-padding {
  padding-top: 50px;
}

.content-section-top-padding-big {
  padding-top: 70px;
}

@media (max-width: 768px) {
  .content-section-top-padding {
    padding-top: 30px;
  }

  .content-section-top-padding-big {
    padding-top: 50px;
  }
}

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

.content-section-bottom-padding {
  padding-bottom: 50px;
}

.section-header {
  margin: 0 0 0 50px;
}

@media (max-width: 1440px) {
  .section-header {
    margin: 0 0 0 10px;
  }
}

@media (max-width: 992px) {
  .section-header {
    margin: 0;
  }
}

.section-header h1 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 700;
  font-size: 60px;
}

@media (max-width: 767.98px) {
  .section-header h1 {
    font-size: 40px;
  }
}

#essays h1 span,
#sunshine h1 span,
#editorials h1 span,
#community-voices h1 span,
#cartoons h1 span {
  background-color: #e2dcc3;
  padding-right: 35px;
}

@media (max-width: 991.98px) {
  #essays h1 span,
  #sunshine h1 span,
  #editorials h1 span,
  #community-voices h1 span {
    padding-right: 25px;
  }
}

#video h1 span {
  background-color: #000;
  padding-right: 35px;
}

@media (max-width: 991.98px) {
  .video-group-big {
    margin-bottom: 60px;
  }
}

.section-header-dark {
  color: #e2dcc3;
}

.column-header-margin {
  margin-bottom: 0;
}

.header-orange-rule {
  border-top: 1px solid #ff5831;
}

.header-dark-rule {
  border-top: 1px solid #767676;
}

.header-orange-rule,
.header-dark-rule {
  margin-top: -40px;
}

@media (max-width: 767.98px) {
  .header-orange-rule,
  .header-dark-rule {
    margin-top: -30px;
  }
}

#essays .article-columns,
#editorials .article-columns,
#sunshine .article-columns,
#video .video-columns,
#community-voices .article-columns,
#cartoons .article-columns {
  margin: 65px -15px 0 35px;
}

@media (max-width: 1440px) {
  #essays .article-columns,
  #sunshine .article-columns,
  #editorials .article-columns,
  #video .video-columns,
  #community-voices .article-columns,
  #cartoons .article-columns {
    margin: 45px 0 0 0;
  }
}

.article-group {
  margin-bottom: 40px;
}

.essay-img-wrap {
  width: 100%;
  border: 1px solid #9d9885;
}

#essays a:hover .essay-img-wrap {
  border: 1px solid #ff5831;
}

.essay-img-wrap-big {
  width: 100%;
  border: 1px solid #9d9885;
}

#essays a:hover .essay-img-wrap-big {
  border: 1px solid #ff5831;
}

#essays .essays-img {
  width: 100%;
  height: auto;
}

#essays .article-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 10px;
}

#community-voices .article-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0;
}

#essays a,
#community-voices a,
#sunshine a {
  text-decoration: none;
}

#essays a .article-title,
#sunshine a .article-title,
#community-voices a .article-title {
  color: #212529;
  margin-bottom: 10px !important;
}

#essays a:hover .article-title,
#sunshine a:hover .article-title,
#editorials a:hover .article-title,
#community-voices a:hover .article-title {
  color: #ff5831;
}

#essays .article-title-lg,
#sunshine .article-title-lg,
#community-voices .article-title-lg {
  font-size: 24px;
  font-weight: 500;
  margin-top: 15px;
}

@media (max-width: 991.98px) {
  #essays .article-title,
  #community-voices .article-title {
    font-size: 19px;
    margin-top: 12px;
  }

  #essays .article-title-lg,
  #community-voices .article-title-lg {
    font-size: 19px;
    margin-top: 12px;
  }
}

#essays a .article-title-lg,
#sunshine a .article-title-lg,
#community-voices a .article-title-lg {
  color: #212529;
}

#essays a:hover .article-title-lg,
#community-voices a:hover .article-title-lg {
  color: #ff5831;
}

.byline,
.dateline,
.comment-info {
  font-size: 12px !important;
}

#essays .author,
#sunshine .author,
#community-voices .author {
  color: #000;
  margin: 0;
}

#essays .author a,
#sunshine .author a,
#community-voices .author a {
  color: #000;
}

#essays .author a:hover,
#sunshine .author a:hover,
#community-voices .author a:hover {
  color: #ff5831;
}

.byline span,
.dateline span,
.comment-info span {
  margin: 0 2px;
}

@media (max-width: 991.98px) {
  .article-group-cv {
    margin-bottom: 40px;
  }
}

#essays .article-group p,
#sunshine .article-group p,
#community-voices .article-group p,
#community-voices .article-group-cv p {
  color: #3a3a3b;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  #essays .article-group .summary,
  #sunshine .article-group .summary,
  #community-voices .article-group .summary {
    display: none;
  }
}

.article-group-cv-bottom {
  margin-bottom: 40px;
}

.tan-rule {
  border-top: 1px solid #e2dcc3;
}

#columns .tan-rule {
  margin: 70px 80px 0;
  width: 1100px;
}

@media (max-width: 992px) {
  #columns .tan-rule {
    width: 900px;
  }
}

.columnists-row-wrap {
  width: 100%;
  height: 190px;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
}

.nav.columnists-thumb-row {
  flex-wrap: nowrap;
}
.columnists-row-wrap .columnists-row-wrap li {
  scroll-snap-align: left;
}

.columnists-row-wrap::-webkit-scrollbar {
  /* display: none; */
  scrollbar-color: dark;
}

.columnists-row-wrap::-webkit-scrollbar {
  width: 3px;
}

.columnists-row-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0px;
  background: rgba(167, 168, 170, 0);
}

.columnists-row-wrap::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: none;

  background: #e2dcc3;
  opacity: 0.2;
}

@media screen and (max-width: 800px) {
  .columnists-row-wrap::-webkit-scrollbar {
    display: none;
  }
}

.columnists-row-wrap {
  -ms-overflow-style: none;
}

.columnists-thumb-row {
  margin: 0;
  padding-bottom: 8px;
  min-width: 1334px;
  flex-wrap: nowrap;
  margin: 0 0 20px;
}

.columnists-container {
  width: 190px;
  font-family: "Merriweather Sans", sans-serif;
}

@media (max-width: 992px) {
  .columnists-thumb-row {
    min-width: 1180px;
  }

  .columnists-container {
    width: 160px;
    overflow-x: hidden;
  }
}

.columnists-profile-pic {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid #e2dcc3;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .columnists-profile-pic {
    margin: 0 auto 0 0;
  }
}

.columnists-container:hover .columnists-profile-pic {
  border: 4px solid #ff5831;
}

.active .columnists-profile-pic {
  border: 4px solid #ff5831;
}

.columnists-profile-pic img {
  width: 100%;
}

.columnists-profile-name,
.columnists-profile-title {
  text-align: center;
  color: #e2dcc3;
}

.columnists-container:hover .columnists-profile-name,
.columnists-container:hover .columnists-profile-title {
  color: #fff;
}

.active .columnists-profile-name,
.active .columnists-profile-title {
  text-align: center;
  color: #fff;
}

@media (max-width: 1440px) {
  .columnists-profile-name,
  .columnists-profile-title {
    text-align: left;
    margin-left: 4px;
    white-space: nowrap;
  }

  .active .columnists-profile-name,
  .active .columnists-profile-title {
    text-align: left;
    margin-left: 4px;
    white-space: nowrap;
  }
}

.columnists-profile-name {
  margin-top: 10px;
  font-weight: 700;
  font-size: 14px;
}

.columnists-profile-title {
  font-size: 12px;
}

.bg-dark-gray {
  background-color: #28282b;
}

.column-content-margin {
  margin-top: -12px;
}

@media (min-width: 619.98px) and (max-width: 767.98px) {
  .column-content-margin {
    margin-top: -52px;
  }
}

.arrow-down {
  display: none;
}

.active .arrow-down {
  display: block !important;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 11px solid #ff5831;
  margin: 8px 0 0 78px;
}

@media (max-width: 1440px) {
  .active .arrow-down {
    margin: 14px 0 0 26px;
  }
}

.columnist-articles {
  margin: 0 50px;
  padding: 40px 0 10px;
  color: #e7e7e7;
}

@media (max-width: 991.98px) {
  .columnist-articles {
    margin: 0;
  }
}

@media (min-width: 620px) and (max-width: 767.98px) {
  .columnist-articles {
    margin: 0 40px;
    padding: 40px 0 10px;
  }
}

.columnist-articles a {
  color: #e7e7e7;
  text-decoration: none !important;
}

.columnist-articles a p {
  color: #d8d8d8 !important;
}

.columnist-articles a:hover h2 {
  color: #fff !important;
}

.columns-thumb {
  width: 110px;
  height: 110px;
  overflow: hidden;
  margin-right: 16px;
  float: left;
  position: relative;
  border: 1px solid #212124;
}

.columns-thumb .photo-credit,
.photo-credit.overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  /* width: 100%; */
  width: auto;
  padding: 0 5px;
  margin: 0;
  font-size: 10px;
  color: #fff;
  /* background-color: #212124; */
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  opacity: 0;
  transition: 0.5s;
}

.columns-thumb:hover .photo-credit,
.photo-credit-container:hover .photo-credit {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .cv-thumb {
    width: 100%;
    height: auto;
    float: none;
    position: static;
  }
}

.cv-thumb {
  border: 1px solid #9d9885;
}

.cv-thumb img {
  max-width: none !important;
  height: 100%;
}

.cv-thumb-big {
  width: 100%;
  height: auto;
  border: 1px solid #9d9885;
}

.article-link-main:hover .cv-thumb {
  border: 1px solid #ff5831;
}

#community-voices a:hover .cv-thumb-big {
  border: 1px solid #ff5831;
}

.cv-thumb-big img {
  width: 100%;
  height: auto;
}

.columnist-articles a:hover .columns-thumb {
  border: 1px solid #ff5831;
}

.columns-img {
  width: auto;
  height: 100%;
  position: absolute;
  left: -25%;
  max-width: none !important;
}

@media (max-width: 991.98px) {
  .cv-img {
    width: 100%;
    height: auto;
    position: static;
  }
}

.columnist-articles h2 {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #e7e7e7 !important;
}

@media (max-width: 991.98px) {
  .columnist-articles h2 {
    font-size: 17px;
  }
}

.columnist-articles p {
  color: #d8d8d8;
}

.editorials-img-wrap {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
  background-color: #000;
  border: 1px solid #9d9885;
}

#editorials a:hover .editorials-img-wrap {
  border: 1px solid #ff5831;
}

.editorials-img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
}

@media (max-width: 1440px) {
  .editorials-img-wrap {
    width: 100%;
    height: auto;
    position: static;
  }

  .editorials-img {
    width: 100%;
    height: auto;
    position: static;
  }
}

.community-voices-img {
  width: 100%;
}

#editorials .article-title {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
  margin: 12px 0;
}

#editorials a {
  color: #212529;
  text-decoration: none;
}

#editorials p {
  color: #3a3a3b;
}

#video {
  font-family: "Merriweather Sans", sans-serif;
  color: #e7e7e7;
}

#video a {
  color: #e7e7e7;
  text-decoration: none;
}

#video a:hover {
  color: #fff;
}

#video .modal-body iframe {
  width: 100% !important;
  height: 450px !important;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #video .modal-lg {
    max-width: 700px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #video .modal-body iframe {
    height: 280px !important;
  }
}

@media (max-width: 575.98px) {
  #video .modal-lg {
    margin: 0 3%;
  }

  #video .modal-body iframe {
    height: 280px !important;
  }
}

.video-icon {
  background-color: #000;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 32px solid #ff5831;
  margin: 30px auto;
}

.video-thumb-group-sm .video-icon {
  background-color: #000;
  width: 40px;
  height: 40px;
  bottom: 0;
}

.video-thumb-group-sm .arrow-right {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #ff5831;
  margin: 12px auto;
}

@media (max-width: 575.98px) {
  .video-thumb-group-sm .video-icon {
    width: 30px;
    height: 30px;
  }

  .video-thumb-group-sm .arrow-right {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #ff5831;
    margin: 8px auto;
  }
}

.video-group:hover .video-icon {
  background-color: #ff5831;
}

.video-group:hover .arrow-right {
  border-left-color: #000;
}

.video-img {
  width: 100%;
}

.video-info-group {
  margin-top: 14px;
}

.timestamp {
  color: #ff5831;
  font-weight: 700;
  margin-bottom: 6px;
}

.video-info-group-sm .timestamp {
  font-size: 13px;
  margin-bottom: 4px;
}

@media (max-width: 767.98px) {
  .video-info-group-sm .timestamp {
    margin-bottom: 2px;
  }
}

.video-title {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.video-info-group-sm .video-title {
  font-size: 20px;
}

@media (max-width: 991.98px) {
  .video-title {
    font-size: 21px;
  }
}

@media (max-width: 767.98px) {
  .video-info-group-sm .video-title {
    font-size: 17px;
  }
}

.video-thumb-group-sm {
  width: 160px;
  height: auto;
  overflow: hidden;
  margin: 0 16px 20px 0;
  float: left;
}

@media (max-width: 575.98px) {
  .video-thumb-group-sm {
    width: 120px;
  }
}

.video-img-sm {
  width: 100%;
  height: auto;
}

.video-dark-rule {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 25px;
  clear: both;
}

.cv-light-rule {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}

@media (max-width: 991.98px) {
  .cv-light-rule {
    border-top: none;
    margin: 0;
  }
}

.section-scrolling-navigation {
  display: block;
  position: fixed !important;
  bottom: 54%;
  width: 100%;
  max-width: 110px;
  margin: 0 auto 0 -948px;
  z-index: 3;
  text-align: right;
  height: 0;
  padding-top: 0;
}

.scroll-stop {
  position: sticky !important;
  float: left;
}

@media (max-width: 1520px) {
  .section-scrolling-navigation {
    display: none !important;
  }
}

.section-scrolling-navigation a {
  color: #9d9885;
  text-decoration: none;
  margin-bottom: 4px;
}

.section-scrolling-navigation a:hover {
  color: #ff5831;
  transition: all 0.1s ease-in;
}

.section-scrolling-navigation .nav-pills .nav-link.active,
.section-scrolling-navigation .nav-pills .show > .nav-link {
  color: #ff5831;
  transition: all 0.1s ease-in;
  background-color: rgba(0, 0, 0, 0);
}

.section-scrolling-navigation h5 {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 13px;
  margin-bottom: 0;
}

.vertical-nav-rule {
  border-top: 1px solid #9d9885;
  width: 10px;
  margin: -7px 0 0 0;
  position: absolute;
  left: 116px;
}

.section-scrolling-navigation a:hover .vertical-nav-rule {
  border-top: 1px solid #ff5831;
  width: 20px;
  transition: width 0.18s;
}

.section-scrolling-navigation .nav-pills .nav-link.active .vertical-nav-rule,
.section-scrolling-navigation .nav-pills .show > .nav-link .vertical-nav-rule {
  border-top: 1px solid #ff5831;
  width: 20px;
  transition: width 0.18s;
}

.footer-group {
  padding: 48px 0 20px;
  margin: 0 0 0 30px;
  font-family: "Merriweather Sans", sans-serif;
  color: #e2dcc3;
}

@media (max-width: 575.98px) {
  .footer-group {
    margin: 0;
  }
}

.footer-group .phone-app {
  height: 240px;
  margin: -70px 20px 0 0;
}

@media (max-width: 575.98px) {
  .footer-group .phone-app {
    height: 300px;
    margin: -70px 10px 0 0;
  }
}

.footer-group h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}

@media (max-width: 575.98px) {
  .footer-group h3 {
    font-size: 18px;
  }
}

.footer-group p {
  color: #9d9885;
  font-weight: 300;
  font-size: 14px;
}

@media (max-width: 575.98px) {
  .footer-group h3 {
    font-size: 18px;
  }

  .footer-group p {
    font-size: 13px;
  }
}

.footer-app-promo {
  padding-right: 30px;
}

@media (max-width: 991.98px) {
  .footer-app-promo {
    padding-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .footer-app-promo {
    padding: 0 40px 20px 20px;
    padding-left: 0 !important;
  }
}

@media (max-width: 519px) {
  .footer-app-promo {
    padding: 0 40px 0 20px;
  }
}

.footer-email-promo {
  padding: 0 40px 0 50px !important;
}

.footer-rule-right {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 991.98px) {
  .footer-email-promo {
    padding: 35px 30px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .footer-rule-right {
    border-right: none;
  }
}

.footer-badges {
  margin: 25px 0 20px;
}

.footer-badges a {
  text-decoration: none !important;
}

.footer-badges a img {
  height: 45px;
  margin-bottom: 20px;
}

@media (max-width: 1045px) {
  .footer-badges a img {
    margin-bottom: 15px;
  }
}

.footer-email-promo ul,
li {
  list-style: none;
  list-style-position: outside;
  margin-left: 0;
  padding-left: 0;
}

.footer-email-promo input {
  width: 70%;
  height: 45px;
  margin: 8px 10px 0 0;
  padding: 4px 14px;
  border: 1px solid #9d9c9c;
  border-radius: 4px;
  background-color: #e2dcc3;
  font-size: 15px;
  font-weight: 300;
  float: left;
}

@media (max-width: 575.98px) {
  .footer-email-promo input {
    width: 100%;
    float: none;
  }
}

.footer-email-promo input:hover {
  border: 1px solid #ff5831;
}

.footer-email-promo button {
  height: 45px;
  margin: 8px 10px 0 0;
  padding: 4px 16px;
  border: 1px solid #8b8675;
  border-radius: 4px;
  background-color: #8b8675;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  width: 120px;
}

@media (max-width: 575.98px) {
  .footer-email-promo button {
    margin: 10px 10px 0 0;
  }
}

.footer-email-promo button:hover {
  background-color: #ff5831;
  border: 1px solid #ff5831;
  color: #fff;
}

.footer-email-promo input::placeholder {
  color: #9d9885;
  opacity: 1;
  font-weight: 300;
}

.footer-email-promo .form-error {
  color: #dc3545 !important;
}

.footer-email-promo .form-error,
.footer-email-promo .form-confirmation {
  margin-top: 5px;
}

.footer-bottom {
  margin-top: 120px;
}

.footer-social-icons-wrap {
  background-color: #9d9885;
  border-radius: 50%;
  margin: 0 10px 15px 0;
  height: 50px;
  width: 50px;
  /* display: inline-block; */
  /* text-align: center; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-social-icons-wrap:hover .svg-inline--fa {
  color: #fff;
}

.footer-social-icons-wrap:hover {
  cursor: pointer;
}

#social-icon-fb:hover {
  background-color: #0071e5;
}

#social-icon-tw:hover {
  background-color: #101419;
}

#social-icon-ig:hover {
  background-color: #d72c74;
}

#social-icon-rss:hover {
  background-color: #ff5831;
}

.footer-social-icons a {
  text-decoration: none !important;
  color: black;
  font-size: 24px;
  transition: 0.2s;
}

.footer-social-icons a:hover {
  color: white;
}

.footer-social-icons .svg-inline--fa {
  font-size: 28px;
  color: #000;
  margin-top: 11px;
}

.footer-support-btn {
  display: inline-block;
  margin-left: 2px;
}

.footer-copy {
  margin-top: 30px;
  font-size: 13px !important;
}

/* Article Styles */

.cb-article-body a {
  color: #ff5831;
}

.cb-article-body a:hover {
  color: #ff5831;
}

.cb-article-body .article-main ul li a,
.cb-article-body .article-main strong a {
  color: #ff5831;
  text-decoration: none !important;
}

.cb-article-body .article-main ul li a:hover,
.cb-article-body .article-main strong a:hover {
  color: #ff5831;
  text-decoration: underline !important;
}

#nav-wrapper {
  display: none;
}

.nav-article {
  font-size: 14px;
  background-color: #e2dcc3;
  border-bottom: 3px solid #d5caa1;
  top: 68px;
}

.nav-article-title .category-label {
  font-size: 14px;
  margin-right: 14px;
}

.nav-article-title .category-label a:hover {
  color: #ff5831 !important;
}

.progress-bar {
  height: 3px;
  background-color: #ff5831 !important;
  width: 0%;
  position: absolute;
  top: 125px;
}

@media (max-width: 991.98px) {
  .nav-article,
  .progress-bar {
    display: none !important;
  }
}
.navbar-social div {
  margin-left: 25px;
  display: inline-block;
}

.navbar-social div svg {
  width: 18px !important;
  height: 18px !important;
}

#nav-icon-reddit svg {
  width: 21px !important;
  height: 21px !important;
}

.navbar-social a {
  color: #9d9885;
  text-decoration: none;
}

.navbar-social a:hover {
  color: #ff5831;
}

.article-top {
  margin-top: 68px;
}

.article-top {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}

.article-info {
  margin: 50px 0 30px;
  padding-right: 30px !important;
  padding-left: 100px !important;
}

@media (max-width: 1199.98px) {
  .article-info {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

.article-info-wrap {
  max-width: 640px;
  margin-left: auto;
}

@media (max-width: 1199.98px) {
  .article-top {
    margin-bottom: 30px;
  }

  .article-info-wrap {
    margin: 0 auto;
  }

  .article-info {
    margin: 30px 0 30px;
    padding: 0 20px;
  }
}

.category-label {
  color: #ff5831;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
}

.article-info-wrap .article-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
  color: #212529 !important;
}

.article-lede {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7;
  color: #3a3a3b;
  margin-bottom: 24px;
}

.author-byline {
  font-weight: 300;
  font-size: 14px;
  color: #3a3a3b;
  margin-bottom: 6px;
}

.author-byline a {
  color: #3a3a3b;
}

.author-byline a:hover {
  color: #ff5831 !important;
  text-decoration: none !important;
}

.article-info-wrap .dateline {
  color: #3a3a3b;
  font-weight: 300;
}

.article-social-icons {
  font-size: 28px;
  color: #e2dcc3;
  margin: 30px 0 20px;
}

.article-social-icons a {
  color: #e2dcc3;
  text-decoration: none;
}

.article-social-icons a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.article-social-icons .svg-inline--fa {
  margin-top: 11px;
}

#social-icon-reddit:hover {
  background-color: #ff4402;
}

#social-icon-email:hover {
  background-color: #ff5831;
}

#comments-icon {
  display: inline-block;
  width: 56px;
  height: 50px;
  margin: 0 0 5px 5px;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 18px;
  text-align: center;
  position: relative;
}

#comments-icon .comments-count {
  color: #817c69;
  font-weight: 700;
  position: absolute;
  top: 6.5px;
  left: 25%;
  right: 25%;
}

#comments-icon:hover .comments-count {
  color: #433f30;
}

#comments-icon img {
  width: 100%;
  margin-bottom: 3px;
}

#comments-icon .comments-count .coral-count-text {
  display: none !important;
}

.article-top-img-wrap {
  height: 550px;
  width: 100% !important;
  overflow: hidden;
  padding-right: 0 !important;
  text-align: right;
}

@media (max-width: 1199.98px) {
  .article-top-img-wrap {
    padding-left: 0 !important;
    height: auto !important;
  }
}

.article-top-img-wrap img {
  /* height: 100%; */
  /* width: auto; */
  height: auto;
  width: 100%;
  max-width: none !important;
}

@media (max-width: 1199px) {
  .article-top-img-wrap img {
    height: auto;
    width: 100%;
  }
}

.article-gray-rule {
  border-top: 1px solid #9d9885;
}

.article-orange-rule {
  border-top: 3px solid #ff5831;
  margin-bottom: 25px;
}

.article-gold-rule {
  border-top: 1px solid #9d9885;
  margin-bottom: 25px;
}

.author-container-bottom {
  display: none;
}

.author-container {
  margin: 0 auto 30px 0;
  font-family: "Merriweather Sans", sans-serif;
  max-width: 260px !important;
  width: 100% !important;
}

@media (max-width: 1399.98px) {
  .author-container {
    margin: 0 0 30px auto !important;
  }
}

@media (max-width: 1199.98px) {
  .author-container {
    display: none;
  }

  .author-container-bottom {
    display: block;
    max-width: 100% !important;
    margin: 30px 0 0 !important;
  }
}

.author-container h3,
.comment-widget-container h3 {
  font-size: 16px;
  font-weight: 700;
}

.author-container h3 {
  margin: 30px 0 0;
}

.comment-widget-container {
  font-family: "Merriweather Sans", sans-serif;
  max-width: 300px !important;
  margin: 0 0 0 auto;
}

.comment-widget-container .comment-header-wrap {
  margin: 30px 0;
}

.comment-inside-container {
  margin: 20px 0;
  border-bottom: 1px dashed #9d9885;
  clear: both;
}

.comment-inside-container p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #3a3a3b;
  font-weight: 300;
  line-height: 1.7;
}

.comment-inside-container .comment-info {
  text-align: right;
  color: #767676;
}

.comment-inside-container .comment-info .comment-author {
  color: #212529;
  text-decoration: none;
}

.comment-widget-container h3 {
  float: left;
}

.comment-widget-container h3 .comment-count {
  font-weight: 300;
}

.comment-widget-container .read-more-link {
  float: right;
  font-size: 12px;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  .author-container h3 {
    margin: 10px 0 0;
  }
}

.author-wrap {
  margin: 20px 0 0;
  padding-bottom: 20px;
  border-bottom: 1px dashed #9d9885;
}

.author-wrap p {
  margin-bottom: 0;
}

.author-img-wrap {
  width: 50%;
  margin: 20px 0 10px;
  border: 1px solid #9d9885;
}

.author-img-wrap:hover {
  border: 1px solid #ff5831;
}

.author-img-wrap img {
  width: 100%;
}

.author-info-wrap .author-name {
  font-weight: 500 !important;
  font-size: 15px !important;
  margin-bottom: 5px;
}

.author-info-wrap .author-name a {
  color: #212529;
  text-decoration: none;
}

.author-info-wrap .author-name a:hover {
  color: #ff5831;
  text-decoration: none !important;
}

.author-info-wrap .author-title {
  color: #4f4f4f;
  font-size: 13px !important;
  font-weight: 300 !important;
  line-height: 1.6 !important;
  margin-bottom: 12px;
}

.author-info-wrap .author-title a {
  color: #4f4f4f !important;
}

.author-info-wrap .author-title a:hover {
  color: #ff5831 !important;
  text-decoration: none !important;
}

@media (max-width: 1199.98px) {
  .author-img-wrap {
    width: 100px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin: 0 14px 0 0;
  }

  .author-info-wrap {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
  }

  .author-info-wrap .author-name {
    margin-bottom: 2px !important;
  }

  .author-info-wrap .author-title {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 767.98px) {
  .author-img-wrap {
    margin: 0 14px 8px 0;
  }

  .author-info-wrap {
    max-width: 100%;
  }
}

.author-social-icons {
  margin-top: 10px;
}

@media (max-width: 991.98px) {
  .author-social-icons {
    margin-top: 8px;
  }
}

.author-social-icons a {
  margin-right: 10px;
  text-decoration: none;
  color: #767676;
}

.author-social-icons a:hover {
  color: #ff5831;
}

@media (max-width: 991.98px) {
  .author-social-icons a {
    margin-right: 14px;
  }

  .author-social-icons svg {
    height: 20px !important;
    width: 20px !important;
  }
}

.article-main {
  margin: 0 0 100px;
}

@media (max-width: 1199.98px) {
  .article-main {
    max-width: 640px;
    margin: 0 auto 70px;
  }
}

@media (max-width: 700px) {
  .article-main {
    margin: 0 auto 50px;
  }
}

.article-main h1,
.article-main h2,
.article-main h3,
.article-main h4,
.article-main h5,
.article-main .cb-richtext.extensive-styling h1,
.article-main .cb-richtext.extensive-styling h2,
.article-main .cb-richtext.extensive-styling h3,
.article-main .cb-richtext.extensive-styling h4,
.article-main .cb-richtext.extensive-styling h5,
.article-main .cb-richtext.extensive-styling h6 {
  color: rgb(33, 37, 41) !important;
}

.article-main h2 {
  font-size: 26px !important;
  line-height: 1.4 !important;
  margin: 40px 0 15px !important;
}

.article-main p {
  font-size: 19px !important;
  font-weight: 300 !important;
  line-height: 1.7 !important;
  margin-bottom: 25px !important;
}

.article-main p a {
  text-decoration: none !important;
}

.article-main p a:hover {
  text-decoration: underline !important;
}

.cb-ideas-body .wp-block-pullquote {
  float: none;
  width: auto;
}

.article-main blockquote {
  margin: 10px 30px 0 -10% !important;
  width: 50%;
  float: left !important;
  clear: left !important;
  border: none !important;
  border-top: 3px solid #ff5831;
  padding-top: 20px;
  position: relative;
  border-left: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 991.98px) {
  .article-main blockquote {
    float: none;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    margin-left: 0 !important;
    padding-top: 20px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding: 0 !important;
    width: 100% !important;
  }
}

.article-main blockquote p {
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  hanging-punctuation: first;
}

@media (max-width: 991.98px) {
  .article-main blockquote p {
    margin-top: 20px !important;
  }
}

.article-main .cb-richtext .inline-quote {
  border-left: 10px solid #9d9885 !important;
  color: #212529 !important;
}

.article-main .cb-richtext .inline-quote p {
  font-weight: 500 !important;
}

.quote-icon-wrap {
  background-color: #e2dcc3;
  padding: 0 18px;
  top: -20px;
  left: 42%;
  position: absolute;
}

.quote-icon-wrap svg {
  color: #ff5831;
  width: 0.6em !important;
}

@media (max-width: 799.98px) {
  .quote-icon-wrap {
    top: -15px;
  }
  .quote-icon-wrap svg {
    width: 1em !important;
  }
}

.article-iframe-container {
  overflow: hidden;
  padding-top: 110%;
  position: relative;
  margin-bottom: 20px;
}

.article-iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 25px;
}

.article-img {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #9d9885;
  margin-bottom: 30px;
  line-height: 1.3;
}

.article-img img {
  width: 100%;
  margin-bottom: 14px;
}

.article-img-caption,
.article-img-credit {
  display: inline;
  font-size: 14px;
  color: #3a3a3b;
}

.article-img-credit {
  font-weight: 500;
}

.comment-widget-container {
  max-width: 300px;
  margin: 0 0 0 auto;
}

@media (max-width: 1465.98px) {
  .comment-widget-container {
    max-width: 100% !important;
    margin: 0 auto;
  }
}

@media (max-width: 1199.98px) {
  .comment-widget-container {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .article-main .size-cb-160 {
    display: none !important;
  }
}

.article-main .cb-image {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #9d9885;
  margin-bottom: 30px !important;
}

.article-main .cb-image img {
  width: 100% !important;
}

.article-main .cb-sidebar,
.cb-richtext .cb-sidebar {
  padding: 25px 30px !important;
  background: #f0ebd5 !important;
}

.article-main .cb-sidebar h4,
.cb-richtext .cb-sidebar h4 {
  color: #212529 !important;
  font-weight: 700 !important;
  line-height: 1.4;
  margin: 0 0 20px !important;
}

.article-main .cb-sidebar .sidebar-body-content p,
.cb-richtext .cb-sidebar .sidebar-body-content p {
  font-size: 15px !important;
  word-break: break-word !important;
}

.article-main .cb-sidebar .sidebar-body-content p:last-child,
.article-main .cb-richtext .cb-sidebar .sidebar-body-content p:last-child {
  margin-bottom: 0 !important;
}

.article-main .cb-sidebar .cb-image {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

.article-main .cb-sidebar .cb-image img {
  margin-top: 6px;
}

.article-main .cb-sidebar ul li h5,
.article-main .cb-richtext .cb-sidebar ul li h5 {
  line-height: 1.4 !important;
  font-size: 14px !important;
  font-weight: 300 !important;
}

.article-main .cb-sidebar ul li,
.article-main .cb-richtext .cb-sidebar ul li {
  margin-bottom: 0 !important;
}

.article-main .cb-sidebar ul li time,
.cb-richtext .cb-sidebar ul li time {
  text-transform: none !important;
}

.article-main .cb-sidebar ul li time,
.cb-richtext .cb-sidebar ul li time {
  text-transform: none !important;
}

.article-main .cb-sidebar ul li h5 a,
.article-main .cb-richtext .cb-sidebar ul li h5 a {
  color: #212529 !important;
  text-decoration: none !important;
}

.article-main .cb-sidebar ul li h5 a:hover,
.article-main .cb-richtext .cb-sidebar ul li h5 a:hover {
  color: #ff5831 !important;
  text-decoration: none !important;
}

.article-main .cb-richtext ul,
.article-main .cb-richtext ol,
.article-main ul,
.article-main ol {
  font-weight: 300 !important;
  margin: 40px 0 !important;
}

.article-main .cb-richtext ul,
.article-main .cb-richtext ol {
  font-weight: 300 !important;
  margin: 40px 0;
}

.article-main .cb-richtext ul {
  list-style-type: decimal !important;
  margin: 0 0 30px !important;
}

.article-main .cb-richtext ul li {
  list-style-type: disc !important;
  margin-bottom: 12px;
}

.article-main .cb-richtext ol li {
  list-style-type: decimal !important;
  margin-bottom: 12px;
}

.article-main .cb-soundgrid .cell .cell-label {
  font-size: 12px !important;
  padding: 0 12px !important;
}

.article-main .cb-soundgrid .cell .cell-title {
  padding: 12px 16px !important;
}

.article-main .cb-soundgrid .cell .cell-title > span.main-title {
  font-size: 16px !important;
}

.article-main .cb-soundgrid .cell .cell-title > span.main-subtitle {
  font-size: 13px !important;
  margin-top: 3px;
}

.article-main .cb-modal-subscribe.-insert .modal-align .modal-box {
  background: #f0ebd5 !important;
  color: #212529 !important;
  border: 1px solid #ff5831 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  padding: 30px 40px !important;
  margin-top: 30px;
  font-family: "Merriweather Sans", sans-serif !important;
}

.article-main .cb-modal-subscribe.-insert .modal-align .modal-box .modal-title {
  color: #3a3a3b !important;
  font-size: 15px !important;
  max-width: none !important;
  margin: 0 0 25px !important;
}

.article-main .modal-title ::before {
  content: "Wake up with the Morning Beat!";
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #212529 !important;
}

.cb-modal-subscribe.-insert .modal-align .modal-box .modal-title > span {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.article-main
  .cb-modal-subscribe
  .modal-align
  .modal-box
  .modal-form
  .form-body
  .form-field.oneline
  input {
  border: 1px solid #9d9885 !important;
  height: 45px !important;
  width: 70% !important;
  padding: 4px 14px !important;
  font-size: 15px !important;
  margin-right: 10px !important;
  border-radius: 4px;
  background-color: #fdfbf0;
  float: left;
}

.article-main .cb-modal-subscribe {
  text-align: left !important;
}

.article-main
  .cb-modal-subscribe
  .modal-align
  .modal-box
  .modal-form
  .form-body {
  padding: 0 !important;
}

.article-main
  .cb-modal-subscribe
  .modal-align
  .modal-box
  .modal-form
  .form-body
  .form-field.oneline
  button {
  background: #8b8675 !important;
  border: 1px solid #8b8675 !important;
  border-radius: 4px !important;
  font-weight: 500 !important;
  font-family: "Merriweather Sans", sans-serif !important;
  text-transform: none !important;
  height: 45px !important;
  padding: 4px 16px !important;
  font-size: 15px;
  color: #fff;
  display: inline-block;
}

.article-main
  .cb-modal-subscribe.-insert
  .modal-align
  .modal-box
  .form-body
  .form-field.oneline
  button {
  position: static !important;
}

.article-main
  .cb-modal-subscribe
  .modal-align
  .modal-box
  .modal-form
  .form-body
  .form-field.oneline
  button
  svg {
  display: none !important;
}
.cb-ideas-navbar {
  border-bottom: 1px solid #3a3a3b;
  z-index: 1040 !important;
}

.article-main
  .cb-modal-subscribe.-insert
  .modal-align
  .modal-box
  .modal-title
  img {
  display: none !important;
}

.article-main
  .cb-modal-subscribe.-insert
  .modal-align
  .modal-box
  .modal-title
  img {
  display: none !important;
}

.article-main
  .cb-modal-subscribe
  .modal-align
  .modal-box
  .modal-form
  .form-body
  .form-field.oneline
  input:hover {
  border: 1px solid #ff5831 !important;
}

.article-main
  .cb-modal-subscribe
  .modal-align
  .modal-box
  .modal-form
  .form-body
  .form-field.oneline
  input::placeholder {
  color: #9d9885;
  opacity: 1;
  font-weight: 300;
}

.article-main
  .cb-modal-subscribe
  .modal-align
  .modal-box
  .modal-form
  .form-body
  .form-field.oneline
  button:hover {
  background-color: #ff5831 !important;
  border: 1px solid #ff5831 !important;
  color: #fff !important;
}

@media (max-width: 1199.98px) {
  .article-main .cb-modal-subscribe.-insert .modal-align .modal-box {
    padding: 30px !important;
  }
}

@media (max-width: 575.98px) {
  .article-email-promo li input {
    width: 100% !important;
    float: none !important;
    margin-bottom: 10px !important;
  }
  .article-main
    .cb-modal-subscribe.-insert
    .modal-align
    .modal-box
    .modal-form
    .form-body
    .form-field.oneline
    input {
    width: 100% !important;
    float: none !important;
    margin-bottom: 10px !important;
  }
  .article-main
    .cb-modal-subscribe.-insert
    .modal-align
    .modal-box
    .modal-title {
    margin: 0 0 15px !important;
  }
}

.article-main .cb-richtext .gform_wrapper {
  font-family: "Merriweather Sans", sans-serif;
  margin-bottom: 50px !important;
}

.article-main .cb-richtext .gform_wrapper .gform_body .gform_fields .gfield {
  list-style-type: none !important;
}
.article-main
  .cb-richtext
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  .gfield_checkbox
  li {
  list-style-type: none !important;
}

.article-main .cb-richtext .gform_wrapper .gform_footer .gform_button:hover {
  border: 1px solid #ff5831 !important;
  background: #ff5831 !important;
  color: #fff !important;
}

.article-main .wp-caption-source {
  font-size: 12px !important;
  line-height: 1.2 !important;
}

.article-main .wp-caption-text {
  font-size: 14px !important;
  color: #3a3a3b !important;
  line-height: 1.6 !important;
  padding: 0 !important;
  margin: 14px 0 0 !important;
}

.article-bottom-msg {
  font-size: 19px;
  line-height: 1.7;
}

.article-bottom-img-wrap {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  margin-right: 14px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #9d9885;
}

.article-bottom-img-wrap:hover {
  border: 1px solid #ff5831;
}

.article-bottom-img-wrap img {
  height: 100%;
  position: absolute;
  left: 0;
  max-width: none !important;
}

.article-bottom-info-wrap {
  display: inline-block;
  width: 70%;
  vertical-align: top;
}

.article-bottom-msg .article-title {
  font-size: 20px !important;
  margin: 0 0 10px !important;
}

.article-bottom-msg a {
  color: #212529;
  text-decoration: none;
}

.article-bottom-msg h2 a:hover,
.article-bottom-msg p span a:hover {
  color: #ff5831;
  text-decoration: none !important;
}

.article-bottom-info-wrap .byline {
  color: #3a3a3b;
  font-size: 12px !important;
}

.article-bottom-info-wrap .byline .author {
  color: #000;
}

@media (max-width: 575.98px) {
  .article-bottom-img-wrap {
    float: left;
    display: static;
    vertical-align: middle;
  }

  .article-bottom-info-wrap {
    display: static;
    vertical-align: middle;
  }

  .article-bottom-msg .article-title {
    font-size: 18px;
  }
}

@media (max-width: 499.98px) {
  .article-bottom-img-wrap {
    margin-right: 10px;
  }

  .article-bottom-info-wrap {
    width: 68%;
  }

  .article-bottom-msg .article-title {
    font-size: 16px;
  }
}

.article-bottom-msg h4 {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}

.article-donation-msg {
  font-family: "Merriweather Sans", sans-serif;
}

.article-donation-msg p {
  line-height: 1.5 !important;
}

.article-donation-msg .btn-orange {
  color: #fff;
  background-color: #ff5831;
  border: 1px solid #ff5831;
  width: 100%;
  margin: 14px 0 20px;
}

.article-donation-msg .btn-orange:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.btn-gold {
  height: 45px;
  width: 100%;
  padding: 11px 16px !important;
  border: 1px solid #8b8675 !important;
  border-radius: 4px !important;
  background-color: #8b8675 !important;
  font-size: 15px !important;
  color: #fff !important;
  margin-bottom: 40px !important;
}

.btn-gold:hover {
  color: #fff !important;
  border: 1px solid #ff5831 !important;
  background-color: #ff5831 !important;
}

.post-type-bottom-msg span {
  font-weight: 500 !important;
}

.community-voices-bottom-msg,
.campaign-corner-bottom-msg {
  margin: 50px 0;
  padding-top: 30px;
  border-top: 1px dashed #9d9885;
}

.ideas-about-msg {
  margin-top: 0 !important;
  border-top: none !important;
  padding-top: 0 !important;
}

.ideas-about-msg h3 {
  margin-top: 30px !important;
}

.ideas-about-msg p {
  font-size: 14px;
  color: #3a3a3b;
  font-weight: 300;
  line-height: 1.7;
}

.logged-in .cb-ideas-navbar,
.logged-in .nav-article,
.logged-in .progress-bar {
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
  .logged-in .cb-ideas-navbar,
  .logged-in .nav-article,
  .logged-in .progress-bar {
    margin-top: 46px;
  }
}

.comic-columns a {
  text-decoration: none !important;
}

.cb-article-body #comments {
  margin: 50px 0 20px;
  background-color: #fff !important;
  padding: 20px !important;
}

.comic-title {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
  margin: 12px 0;
  color: #212529 !important;
}

.comic-columns .article-group a:hover .comic-title {
  color: #ff5831 !important;
}

.comic-img-wrap {
  height: 260px;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  border: 1px solid #9d9885;
}

@media (min-width: 700px) and (max-width: 991.98px) {
  .comic-img-wrap {
    height: auto;
    max-height: 400px;
  }
}

.comic-columns .article-group:hover .comic-img-wrap {
  border: 1px solid #ff5831;
}

.comic-columns .author a {
  color: #212529 !important;
}

.comic-columns .author a:hover {
  color: #ff5831 !important;
}

.comic-img {
  width: 100%;
  height: auto;
}

.columnists-container {
  position: relative;
}
.nav.columnists-thumb-row .nav-item:last-child .line-right {
  display: none !important;
}

.columnists-container .line-right {
  position: absolute;
  left: 50%;
  width: 100%;
  top: 45px;
  height: 1px;
  background: #e2dcc3;
  z-index: 2;
}

.columnists-container .columnists-profile-pic {
  position: relative;
  z-index: 3;
}
.photo-credit {
  font-size: 11px;
  line-height: 1.5;
  padding: 0 0.5em;
  /* position: absolute; */
  /* bottom: 0; */
  /* right: 0; */
  /* background: rgba(0, 0, 0, 0.6); */
  color: #777;
  /* text-align: center; */
}

#sunshine .section-description-area {
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(213, 202, 161, 1);
}

#sunshine .section-title {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  color: #212529;
}

#sunshine .section-description {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 26px;
  color: #212529;
}

#sunshine .section-tidbits {
  font-family: Merriweather Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}
#sunshine .section-tidbits .section-title {
  font-family: Merriweather Sans;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0 0 20px;
}
#sunshine .section-tidbits ul {
  list-style-type: disc;
  margin: 0;
  padding-left: 1em;
}

#sunshine .section-tidbits ul li {
  list-style-type: disc;
  margin: 0 0 20px;
}

#sunshine .section-feature-image {
  margin: 0 0 36px;
  display: block;
}

#sunshine .section-feature-image img {
  display: block;
  height: auto !important;
}

#sunshine .article-title {
  font-family: Merriweather;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;

  margin: 0 0 20px;
}

#sunshine .lede {
  font-family: Merriweather Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0 0 5px;
}

#sunshine .excerpt {
  margin: 0 0 3em;
}

.cb-modal.modal-video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 9999;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cb-modal.modal-video .align {
  background: transparent;
  max-width: 90%;
  padding: 2em;
  display: flex;
  padding: 2em;
  height: 100%;
  vertical-align: middle;
  justify-content: center;
}

.cb-modal.modal-video .align iframe {
  width: 100%;
  height: 80%;
  aspect-ratio: 16 / 9;
}

.cb-modal.modal-video a.modal-close {
  color: white;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 16px;
  background: black;
  padding: 7px 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cb-modal.modal-video a.modal-close:hover {
  color: white;
  text-decoration: none;
  scale: 1.1;
}

@media only screen and (max-width: 400px) {
  .cb-modal {
    padding: 0 0.5em;
  }

  .cb-modal .align {
    padding: 1.5em;
  }
}

.card.video-overlay {
  /* should be 640x360 */
}

.card.video-overlay .overlay {
  position: relative;
}

.card.video-overlay .play-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #ff5831;
  color: white;
  font-size: 17px;
  font-weight: 500;
  line-height: 36px;
  padding: 0 0.75em;
  text-decoration: none !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.card.video-overlay .play-button > i {
  margin-right: 0.5em;
}

.card.video-overlay .img-graph {
  width: 100%;
  padding-bottom: 56.25%;
  background: black;
  position: relative;
}

.card.video-overlay .img-graph img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card.video-overlay:hover .play-button {
  color: white;
  text-decoration: none;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.card.video-overlay.tall-overlay {
  position: relative;
}

.card.video-overlay.tall-overlay .card-img-top {
  height: auto;
}

@media screen and (min-width: 1300px) {
  .card.video-overlay.tall-overlay .card-img-top {
    height: 30vw;
  }
}

@media screen and (max-width: 750px) {
  .card.video-overlay.tall-overlay .card-img-top {
    height: auto;
  }
}

.card.video-overlay {
  background: black;
  border: none;
  border-radius: 0;
}

.card.video-overlay .card-body {
  padding-left: 0;
  padding-right: 0;
}

.card.video-overlay .photo-credit {
  padding: 0;
  display: none;
}

.card.video-overlay.tall-overlay .overlay .flag {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 25px;
  text-transform: uppercase;
}

.card.video-overlay.tall-overlay .overlay .flag span {
  display: inline-block;
  padding: 0 0.75em;
  line-height: 28px;
  background: #ff5831;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
}

.card.video-overlay.tall-overlay .overlay .black-fade {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  font-size: 25px;
  padding: 45px 1em 35px;
  color: white;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(30.55%, rgba(0, 0, 0, 0.675295)),
    to(#000000)
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.675295) 30.55%,
    #000000 100%
  );
}

.card.video-overlay.tall-overlay .overlay .black-fade .card-title {
  color: white;
}

.card.video-overlay.with-flag {
  position: relative;
}

.card.video-overlay.with-flag .flag {
  position: absolute;
  top: 0;
  left: 0;
  position: absolute;
  min-width: 45px;
  min-height: 44px;
  text-align: center;
  background: #ff5831;
  color: #ffffff;
  font-size: 20px;
  line-height: 44px;
}

.card.video-overlay.author-face .card-img-top {
  background: #26292b;
  position: relative;
  height: 200px;
}

@media screen and (max-width: 1000px) {
  .card.video-overlay.author-face .card-img-top {
    height: 250px;
  }
}

.card.video-overlay.author-face .card-img-top .face {
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #e2dcc3;
  background-size: cover;
  background-position: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 992px) {
  .card.video-overlay.author-face .card-img-top .face {
    width: 150px;
    height: 150px;
  }
}
