.has-text-color.has-black-color,
.has-text-color.has-black-color .inherit-wp-color,
.has-text-color.has-black-color .inherit-wp-color * {
  color: #000000;
}

.has-text-color.has-orange-color,
.has-text-color.has-orange-color .inherit-wp-color,
.has-text-color.has-orange-color .inherit-wp-color * {
  color: #ff5831 !important;
}

.has-orange-background-color,
.has-orange-background-color .inherit-wp-color,
.has-orange-background-color .inherit-wp-color * {
  background-color: #ff5831 !important;
}

.has-very-dark-gray-color,
.has-very-dark-gray-color .inherit-wp-color,
.has-very-dark-gray-color .inherit-wp-color * {
  color: #313131 !important;
}

.has-very-light-gray-color,
.has-very-light-gray-color .inherit-wp-color,
.has-very-light-gray-color .inherit-wp-color * {
  color: #f4f4f4 !important;
}

.alignment-wrapper.alignleft {
  float: left;
  /* margin-right: 1rem; */
  display: table;
  max-width: 350px;
  margin: 1rem;
  margin-right: 2rem;
  margin-left: 0;
}

.alignment-wrapper.alignright {
  float: right;
  /* margin-left: 1rem; */
  display: table;
  max-width: 350px;
  margin: 1rem;
  margin-left: 2rem;
  margin-right: 0;
}

.wp-block-quote,
.wp-block-pullquote {
  border-left: none;
  border-left: 10px solid #ff5831;
  padding: 0;
  padding-left: 1rem !important;
  text-align: left;
  margin: 0 0 1rem 0;
  clear: both;
}

.wp-block-quote blockquote,
.wp-block-pullquote blockquote {
  margin-bottom: 0 !important;
}

.wp-block-quote.has-text-align-right,
.wp-block-pullquote.has-text-align-right {
  border-left: none;
  border-right: 10px solid #ff5831;
  padding: 0;
  padding-right: 1rem !important;
  text-align: right;
}

.wp-block-quote.has-text-align-right p,
.wp-block-pullquote.has-text-align-right p {
  text-align: right;
}

.wp-block-quote.has-text-align-center,
.wp-block-pullquote.has-text-align-center {
  border-left: none;
  border-right: none;
  padding: 0;
  text-align: center;
}

.wp-block-quote.has-text-align-center p,
.wp-block-pullquote.has-text-align-center p {
  text-align: center;
}

.cb-page.threecol.-style-modular
  .modular-post-content
  > .wp-block-pullquote.alignright,
.cb-page.threecol.-style-modular
  .modular-post-content
  > .wp-block-pullquote.alignleft {
  max-width: 800px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.cb-page.threecol.-style-modular
  .modular-post-content
  > .wp-block-pullquote.alignright
  blockquote {
  box-sizing: border-box;
  border-right: 10px solid #ff5831;
  padding-right: 1rem !important;
  padding-left: 1rem;
}

.cb-page.threecol.-style-modular
  .modular-post-content
  > .wp-block-pullquote.alignleft
  blockquote {
  box-sizing: border-box;
  border-left: 10px solid #ff5831;
  padding-right: 1rem !important;
  padding-left: 1rem;
}

.wp-block-quote cite,
.wp-block-pullquote cite {
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 150% !important;
  color: #000000 !important;
  opacity: 0.6 !important;
  padding-top: 0.5rem !important;
}

.wp-block-quote p,
.wp-block-pullquote p {
  font-size: 32px;
  font-style: normal;
  font-weight: bold !important;
  line-height: 150% !important;
  color: #000000;
  opacity: 0.9;
}

.wp-block-quote p:last-of-type,
.wp-block-pullquote p:last-of-type {
  margin-bottom: 0 !important;
}

.cgb-sidebar {
  background: white;
  border-top: 5px solid #ff5831;
  border-bottom: 1px solid #ff5831;
  padding: 0.5rem 0 1rem 0;
  /* padding: 1rem; */
  /* background: #f4f4f4; */
}

.modular-post-content > .cgb-sidebar.alignleft {
  float: left;
  margin: 1rem !important;
  max-width: 300px;
}

.modular-post-content > .cgb-sidebar.alignright {
  float: right;
  margin: 1rem !important;
  max-width: 300px;
}

.cgb-sidebar .cgb-header-tag,
.modular-post-content .wp-block-cgb-aside h4 {
  text-transform: uppercase;
  font-weight: bold !important;
  font-size: 18px !important;
}

.modular-post-content .wp-block-cgb-aside .aside-description {
  font-size: 1em;
}

.cgb-sidebar time {
  display: none;
}

.cgb-sidebar ul,
.cb-richtext .cgb-sidebar ul {
  padding: 0;
  margin: 0;
}

.cgb-sidebar ul li,
.cb-richtext .cgb-sidebar ul li {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  gap: 1rem;
  border-bottom: 1px solid #ddd;
}

.cgb-sidebar,
.cb-richtext .cgb-sidebar {
  margin-bottom: 1.4rem;
}

.cgb-sidebar ul li:last-child,
.cb-richtext .cgb-sidebar ul li:last-child {
  border-bottom: none;
}

.cgb-sidebar h4,
.cb-richtext .cgb-sidebar h4 {
  font-size: 14px;
  font-family: "proxima-nova";
  color: #ff5831;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  line-height: 1.4;
}

.cgb-sidebar h5,
.cgb-sidebar h5 a,
.cb-richtext .cgb-sidebar h5,
.cb-richtext .cgb-sidebar h5 a {
  line-height: 1.2;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  color: black;
  margin: 0 !important;
}

.cgb-sidebar .cb-image {
  max-width: 100px;
}

.cgb-sidebar .cb-image .photo-credit {
  display: none;
}

.cgb-sidebar ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.cb-fire-block .card.more-stories-button {
  border-radius: 8px !important;
  border: 1px solid var(--Black, #000) !important;
  height: 100%;
  min-height: 100px;
  display: flex;
  padding: 0px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  transition: 0.2s;
  color: var(--Black, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 18px */
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .alignment-wrapper.alignleft,
  .alignment-wrapper.alignright {
    float: none;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 1rem;
    max-width: none;
    width: 100%;
    display: block;
    clear: both;
    overflow: hidden;
  }

  .alignment-wrapper.alignleft > *,
  .alignment-wrapper.alignright > * {
    display: block;
    margin: 0;
    width: 100%;
  }
}

@media (min-width: 900px) {
  .cb-ideas-body .ideas-wide,
  .cb-ideas-body .alignwide {
    padding: 0 1rem;
    margin-left: -135px !important;
    width: 880px !important;
    max-width: none;
  }
}

@media (min-width: 1040px) {
  .cb-ideas-body .ideas-wide,
  .cb-ideas-body .alignwide {
    margin-left: -215px !important;
    width: 1040px !important;
    max-width: none;
  }
}

@media screen and (max-width: 992px) {
  .page-section .flex-nowrap {
    overflow-y: hidden;
    overflow-x: auto;
  }

  .page-section .section-arrows {
    display: none !important;
  }

  .autosized {
    width: 75% !important;
    display: block !important;
  }

  .autosized.autosized-smaller {
    width: 45% !important;
  }
}
