/* Custom CSS */

/* General */

a {
  font-weight: 700;
}

/*
.cBuilder > .row > .column.full > p,
.cBuilder > .row > .column.full > ol,
.cBuilder > .row > .column.full > ul,
.cBuilder > .row > .column.full > h1,
.cBuilder > .row > .column.full > h2,
.cBuilder > .row > .column.full > h3,
.cBuilder > .row > .column.full > h4,
.cBuilder > .row > .column.full > h5,
.cBuilder > .row > .column.full > h6,
.cBuilder > .row > .column.full > span {
  max-width: 1600px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .cBuilder > .row > .column.full > p,
  .cBuilder > .row > .column.full > ol,
  .cBuilder > .row > .column.full > ul,
  .cBuilder > .row > .column.full > h1,
  .cBuilder > .row > .column.full > h2,
  .cBuilder > .row > .column.full > h3,
  .cBuilder > .row > .column.full > h4,
  .cBuilder > .row > .column.full > h5,
  .cBuilder > .row > .column.full > h6,
  .cBuilder > .row > .column.full > span {
    padding-left: 60px;
    padding-right: 60px;
  }
}
*/

.cb-btn:after {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), bottom .35s cubic-bezier(.3, .86, .36, .95);
  background: #fed141;
  height: 6px;
  bottom: 0;
}

.cb-btn:after, .cb-btn:before {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  opacity: 0;
}

.cb-btn:hover:after.
.cn-btn:focus:after {
  bottom: -6px;
  opacity: 1;
}

.cb-btn:hover, .cb-btn:focus {
  background: #5d5c5c;
  border-color: #5d5c5c;
  color: #fff;
}


/* Hero Headers */

.no-hero {
  padding: 45px 0;
}

.video {
  max-width: none;
}

@media (min-width: 1024px) {
  .no-hero {
    padding: 142px 0 0;
  }
}

.alt-intro-section {
  background-color: #000;
  color: white;
}

.alt-intro-section:after {
  z-index: 0;
}

.alt-intro-section__bg-image {
  z-index: 0;
}

.alt-intro-section__content-block {
  position: relative;
  z-index: 1;
}

.intro-section__inner {
  align-items: center;
}

.inner-intro-slider .content-center-block h1 {
  text-transform: uppercase;
}

.inner-intro-slider .content-center-block__content-holder {
  position: relative;
}

.inner-intro-slider .slide:after {
  background: linear-gradient(180deg,rgba(67,70,74,0) 0,rgba(28,65,106,.5) 29%,#1c416a 56%,#000);
  height: 380px;
  bottom: 0;
}

@media (min-width: 768px) {
  .intro-section__content {
    padding: 200px 0 80px;
  }
}

.content-center-block__share-block {
  padding-bottom: 30px;
}

.inner-intro-slider__bg-image img {
  object-position: 0 0;
}

.inner-intro-section .content-center-block__share-block {
  text-align: center;
}

@media (min-width: 768px) {
  .intro-section .content-center-block__share-block {
    position: absolute;
    left: 75px;
    text-align: left;
    bottom: 60px;
  }

  .inner-intro-section .content-center-block__share-block {
    padding-left: 90px;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .inner-intro-slider .content-center-block__content-holder {
    margin: 0 auto 60px;
  }
}

/* Hero Overlays */

.featured-video-block img {
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.featured-image-section {
    position: relative;
    padding: 0 0 35px;
    text-align: center;
}

@media (min-width: 1024px) {
  .featured-image-section {
    padding: 0 0 80px;
  }
}

.featured-image-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    height: 80px;
    z-index: -1;
}

@media (min-width: 768px) {
  .featured-image-section:before {
    height: 130px;
  }
}

@media (min-width: 1024px) {
  .featured-image-section:before {
    height: 250px;
  }
}

.featured-image-block {
  position: relative;
}

.featured-image-block .icon-resize {
    position: absolute;
    z-index: 5;
    color: #fff;
    border-radius: 8px;
    background: rgba(0, 0, 0, .69);
    right: 8px;
    bottom: 9px;
    padding: 6px;
    font-size: 16px;
}

@media (min-width: 768px) {
  .featured-image-block .icon-resize {
    right: 12px;
    bottom: 12px;
    padding: 12px;
    font-size: 30px;
  }
}

@media (min-width: 1024px) {
  .featured-image-block .icon-resize {
    right: 11px;
    bottom: 16px;
    padding: 15px;
    font-size: 40px;
  }
}

.inline-image {
  max-width: 100%;
  height: auto;
}

/* Heading Titles */

.section-heading {
  text-transform: uppercase;
}

.section-heading__headinh-holder h1,
.section-heading__headinh-holder .h1 {
  margin-bottom: 0;
}

.heading-block {
  text-transform: uppercase;
}

/* Text image / video */

.directions-list__directions-item--right .directions-list__img-block {
  order: 2;
}

@media (min-width: 1024px) {
  .directions-list__directions-item--33-66 .directions-list__img-block {
    width: 33%;
  }

  .directions-list__directions-item--33-66 .directions-list__text-block {
    width: 66%;
  }

  .directions-list__directions-item--66-33 .directions-list__img-block {
    width: 66%;
  }

  .directions-list__directions-item--66-33 .directions-list__text-block {
    width: 33%;
  }
}

@media (min-width: 1366px) {
  .directions-list__directions-item--right .directions-list__text-block {
    padding: 0 55px 0 20px;
  }
}

/* Quote */

@media (min-width: 1024px) {
  .blockquote-block {
    padding: 60px 0;
  }
}

/* List Items */

.support-social li a {
  text-transform: uppercase;
}

.link-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 40px;
}

.link-list li {
  margin-bottom: 10px;
}

.link-list a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 3px;
}

.link-list a:before {
  font-family: "icomoon" !important;
  font-size: 18px;
  margin-right: 5px;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e910";
}

.link-list a[href*="/_gallery/get_file/"]:before {
  content: "\e914";
}

/* Cards */

.info-section__layout {
  justify-content: center;
}

.info-section__title {
  color: #707070;
}

a:hover .info-section__title,
a:focus .info-section__title {
  color: #008ab4;
  text-decoration: none;
}

.logo-box-holder {
  position: relative;
  overflow: hidden;
}

.programs-list__program-item {
  flex: 0 0 100%;
}

@media (min-width: 1024px) {
  .programs-list, .programs-list a, .programs-list li {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .programs-list li {
    flex: 0 0 33.33%;
  }
}

.programs-list__img-block.logo-holder {
  overflow: hidden;
}

.programs-list__img-block .logo-box-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%)translateY(-50%);
  width: 168px;
  height: auto;
}

.logo-box-blur {
  transition: all 0.3s ease;
}

a:hover .logo-box-blur,
a:focus .logo-box-blur {
  filter: blur(10px)
}

.logo-box-info {
  text-align: center;
}

.logo-box-info .programs-list__title:before {
  left: 50%;
  transform: translateX(-50%);
}

.achievements-section {
  padding: 0 !important;
  margin: 0 0 20px;
}

.benefits-item__img img {
  max-height: 150px;
}

@media (min-width: 1024px) {
  .benefits-block__layout--6 .benefits-item__value {
    font-size: 42px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1280px) {
  .benefits-block__layout--6 .benefits-block__column {
    width: 16%;
    padding: 0 6px;
  }
}

@media (min-width: 1024px) {
  .programs-list__text-box {
    min-height: unset;
  }
}


.news-card--large .news-card__title {
  text-transform: uppercase;
}

.energy-section__column {
  margin-bottom: 20px;
}

.energy-section .news-card--large .news-card__title {
  letter-spacing: 2px;
}

.about-card .h4 {
  text-transform: uppercase;
  margin-top: 40px;
  letter-spacing: 2pt;
}


/* Exec Profiles */

.profile-section__title {
  text-transform: uppercase;
}

.profile-section__share {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .profile-section__share {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .profile-section__share {
    margin-top: -40px;
  }
}

.share-label {
  margin: 0 0 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2pt;
}

.inner-intro-section .share-label {
  font-weight: 700;
  color: white;
}

.share-section {
  padding: 40px 0;
}

/* News and Stories */

.latest-story__title {
  text-transform: uppercase;
}


/* Footer */

.footer-block__title,
.footer-block__item,
.footer-block__link-list {
  text-transform: uppercase;
}


.profile-list__item {
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #C4C4C4;
  padding: 50px 0;
  display: flex;
}

.profile-list__layout .profile-list__item:last-child {
  border-bottom: none;
}

.profile-list__img {
  position: relative;
  overflow: hidden;
  order: 2;
  max-width: 33%;
}

.profile-list__img img {
  width: 180px;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
  object-position: 0 0;
  border-radius: 180px;
  transition: all 0.3s ease;

}

.hover-only {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%)translateY(-50%);
  color: white;
  width: 100%;
  text-align: center;
}

.profile-list__img a {
  display: block;
  border-radius: 180px;
  width: 180px;
  overflow-x: hidden;
  position: relative;
  max-width: 100%;
}

.profile-list__img a:hover img,
.profile-list__img a:focus img {
  filter: blur(10px);
}

.profile-list__img a:hover .hover-only,
.profile-list__img a:focus .hover-only {
  display: block;
}

.profile-list__text {
  flex: 1;
  padding-right: 20px;
}

.profile-list__name {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 3pt;
  border-bottom: 3px solid #FFCF00;
width: auto;
display: inline-block;
padding-bottom: 20px;
}

.profile-list__name a {
  color: #5F5F5F;
}

.profile-list__name a:hover,
.profile-list__name a:focus {
  color: #00aee2;
  text-decoration: none;
}

.profile-list__title {
  padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1pt;
    text-transform: uppercase;
}

.searchresults .bcs-container-searchbox {
  position: relative;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 5px 10px;
}

#bcs-searchbox {
  border: none;
}

.searchresults .bcs-searchbox-submit {
  position: absolute;
  top: 5px;
  right: 10px;
}

#bcs-results-div {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.searchresults .bcs-result {
  padding: 0;
  margin: 0 0 60px;
}

.searchresults .bcs-result h2 {
  font-size: 20px;
  letter-spacing: 0;
}

.searchresults .bcs-result h2 a {
  color: #393939;
}

.searchresults .bcs-result h2 a:hover,
.searchresults .bcs-result h2 a:focus {
  color: #5f5f5f;
  text-decoration: none;
}

.searchresults .bcs-result .bcs-caption-text {
  font-size: 15px;
  line-height: 1.5;
}

.searchresults .bcs-result .bcs-caption-text cite {
  color: #008ab4;
}

.menu-list {
  padding-left: 0;
}

.menu-list li {
  display: flex;
}

.menu-list li label {
  padding-left: 5px;
}

.form-group > label {
  margin-bottom: 10px;
}

.no-results {
  background-color: white;
  min-height: 100px;
}

.qmod-miniquotes .qmod-quote {
  background: none !important;
  padding: 0 !important;
}

.qmod-quote .qmod-change-group.qmod-ch-down .qmod-segment {
    color: #db6f6b !important;
    letter-spacing: 1.1px;
}

.qmod-quote .qmod-ch-down .qmod-change-icon::before {
  border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #db6f6b;
    border-bottom: none !important;
}

.stock-box .qmod-miniquotes .qmod-quote .qmod-symbol {
    font-size: 23px;
    font-family: "Open Sans", sans-serif;
}

.stock-box .qmod-miniquotes .qmod-quote .qmod-last {
  font-size: 41px;
  font-family: "Open Sans", sans-serif;
  display: block;
}

.stock-box .qmod-block-wrapper {
  background-color: transparent;
}

.stock-box .qmod-simplechart.qmod-ui-tool .qmod-main-chart {
  height: 100px;
}

.stock-box .highcharts-container  {
  width: 100% !important;
  height: 100px !important;
  border: none !important;
}

.stock-box .highcharts-root {
  width: 100% !important;
  height: 100px !important;
}

.stock-box .qmod-quote .qmod-ch-up .qmod-segment {
  color: #00ffb5;
}

.stock-box .qmod-quote .qmod-ch-up .qmod-change-icon::before {
  border-bottom: 6px solid #00ffb5;
}

div.qtool {
  font-family: "Open Sans", sans-serif !important;
}

.stock-box .highcharts-xaxis-grid,
.stock-box .highcharts-xaxis,
.stock-box .highcharts-yaxis-grid,
.stock-box .highcharts-title,
.stock-box .highcharts-subtitle,
.stock-box .highcharts-tooltip,
.stock-box .highcharts-axis-labels {
  display: none;
}

.qmod-quotehead {
  display: none !important;
}

.qmod-sec-filings .qmod-heading {
  display: none !important;
}


.content-share {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  grid-gap: 10px;
}

@media (max-width: 1023px) {
  .content-share {
    justify-content: center;
  }
}


.social-btn {
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  background-color: #5F5F5F;
  color: #fff;
  border-radius: 4px;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.homepage .social-btn {
  background-color: #0F0F0F;
}
.social-btn:hover, .social-btn:focus {
  color: #fff;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.social-btn__label {
  padding: 10px 12px;
  line-height: 1;
  order: 2;
  display: none;
}
@media (min-width: 768px) {
  .social-btn__label {
    /* display: inline; */
  }
}
.social-btn__icon {
  padding: 6px;
  width: 30px;
  height: 30px;
  line-height: 1;
}
@media (min-width: 768px) {
  .social-btn__icon {
    /* border-right: 1px solid #fff; */
  }
}
/* .social-btn--linkedin {
  background-color: #007BB6;
}
.social-btn--facebook {
  background-color: #3B5998;
}
.social-btn--twitter {
  background-color: #00ACED;
}
.social-btn--email {
  background-color: #7B7B7B;
} */

/* Screen Readers */
.screen-reader,
.screen-reader-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Override Twitter with X */
.icon-twitter:before {
  content: "\e61b";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* Add Facebook */
.icon-facebook:before {
  content: "\f39e";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.ipr_contentArea .reports-section__layout {
  display: flex;
}

.ipr_contentArea .reports-section__layout .reports-section__column {
  flex: 0 0 280px;
}

.indented-element {
    margin-left: 40px;
    border: none;
    padding: 0px;
}

.ipr_contentArea  .inner-intro-section {
  position: relative;
  z-index: 1;
}