:root {
  --bs-primary: #F1BB3C;
  --bs-secondary: #232D35;
  --bs-body-color: var(--bs-secondary);
  --bs-link-color: var(--cep-orange-rust);
  --bs-link-hover-color: var(--bs-secondary);
  --cep-orange-rust: #C15600;
  --cep-blue-gray-dark: #72818D;
  --cep-blue-gray-light: #ABB8C3;
  --cep-blue-light: #CFDDE7;
  --cep-blue-lightest: #EBF1F9;
  --cep-blue-gradient: linear-gradient(180deg, #04111D 0%, #0B283E 100%);
  --animate-duration: 1.5s;
  --animate-delay: 1s;
}

html,
body {
  margin: 0 !important;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: neue-haas-grotesk-display, sans-serif !important;
  font-style: normal;
}

h1 {
  font-size: 72px;
  line-height: 74px;
}

h2 {
  font-size: 54px;
  line-height: 56px;
}

h3 {
  font-size: 42px;
  line-height: 46px;
}

h4 {
  font-size: 34px;
  line-height: 44px;
}

h5 {
  font-size: 28px;
  line-height: 38px;
}

h5 {
  font-size: 28px;
  line-height: 38px;
}

@media only screen and (max-width: 900px) {
  h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
  }

  h1 {
    font-size: 60px;
    line-height: 64px;
  }

  h2 {
    font-size: 54px;
    line-height: 56px;
  }

  h3 {
    font-size: 38px;
    line-height: 42px;
  }

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 28px;
    line-height: 38px;
  }

  h5 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 500px) {
  h1 {
    font-size: 45px;
    line-height: 45px;
  }
}

p {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.32px;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (max-width: 390px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}

p.lead {
  font-size: 33px;
  font-weight: normal;
  line-height: 43px;
}

@media only screen and (max-width: 900px) {
  p.lead {
    font-size: 24px;
  }
}

@media only screen and (max-width: 500px) {
  p.lead {
    font-size: 18px;
    line-height: 24px;
  }
}

p.prehead {
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  color: var(--cep-blue-gray-light);
}

.badge {
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 8px 10px;
}

.badge.text-bg-light {
  color: var(--bs-secondary) !important;
  background-color: var(--cep-blue-light) !important;
}

img {
  object-fit: cover;
  max-width: 100%;
}

.btn {
  --bs-btn-padding-x: 2.2rem;
  --bs-btn-padding-y: 0.6rem;
  --bs-btn-border-radius: 0;
  --bs-btn-border-width: 0;
  --bs-btn-font-size:  14px;
  --bs-btn-font-weight: bold;
  transition-duration: .45s;
}

.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-hover-bg: var(--cep-orange-rust);
  --bs-btn-color: var(--bs-secondary);
  --bs-btn-hover-color: var(--bs-secondary);
  --bs-btn-active-color: var(--cep-orange-rust);
  --bs-btn-disabled-color: var(--bs-secondary);
  box-shadow: inset 0 0 0 0 #ffffff;
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.btn-primary:after {
  content: "" !important;
  background-color: var(--bs-secondary) !important;
  -webkit-mask-image: url("https://cep.org/wp-content/themes/cep-wordpress-theme/assets/img/icon-chevron-right.svg") !important;
  width: 12px !important;
  height: 12px !important;
  margin-left: 17px !important;
  display: inline-block !important;
  transition: background-color .45s ease-in-out !important;
}

.btn-primary:hover {
  box-shadow: inset 400px 0 1px 0 #ffffff;
  filter: drop-shadow(0 5px 30px rgba(3,21,71,0.4));
}

.btn-light {
  box-shadow: inset 0 0 0 0 var(--cep-blue-light);
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.btn-light:hover {
  box-shadow: inset 400px 0 1px 0 var(--cep-blue-light);
}

.navbar {
  position: fixed;
  width: 100%;
  z-index: 10;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  background-color: transparent !important;
}

.navbar-brand {
  position: fixed;
  top: 2rem;
  left: 2rem;
  z-index: 100;
}

@media only screen and (max-width: 900px) {
  .navbar-brand {
    top: 1rem;
    left: 1rem;
  }
}

.navbar-brand img {
  width: 65px;
  height: 65px;
}

.navbar-brand:hover {
  opacity: 0.8;
  transition: opacity 0.45s ease;
}

.btn-nav {
  position: fixed;
  top: 2rem;
  z-index: 100;
  color: white;
  mix-blend-mode: difference;
  background: transparent;
  transition: unset;
}

@media only screen and (max-width: 900px) {
  .btn-nav {
    top: 1rem;
  }
}

.btn-nav:before,
.btn-nav:after {
  content: "";
  background-color: white;
  mix-blend-mode: difference;
  transition: unset;
}

.fp-viewing-intro .btn-nav,
.fp-viewing-quote .btn-nav,
.fp-viewing-stats .btn-nav {
  mix-blend-mode: unset;
}

.btn-home {
  left: 2rem;
}

@media only screen and (max-width: 900px) {
  .btn-home {
    display: none;
  }
}

.btn-home:before {
  -webkit-mask-image: url("https://cep.org/wp-content/themes/cep-wordpress-theme/assets/img/icon-arrow-left.svg");
  width: 16px;
  height: 16px;
  margin-right: 17px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.btn-download:after {
  -webkit-mask-image: url("https://cep.org/wp-content/themes/cep-wordpress-theme/assets/img/icon-download.svg");
  width: 14px;
  height: 15px;
  margin-left: 10px;
  display: inline-block;
}

.btn-nav:hover {
  color: var(--bs-primary);
  text-decoration: underline;
  mix-blend-mode: unset;
}

.btn-nav:hover:before,
.btn-nav:hover:after {
  background-color: var(--bs-primary);
  mix-blend-mode: unset;
}

.btn-download {
  right: 2rem;
}

@media only screen and (max-width: 900px) {
  .btn-download {
    right: 0;
  }
}

.section:not(.fp-auto-height) {
  overflow: hidden;
}

.section.fp-auto-height {
  overflow: initial;
}

.section-footer {
  overflow: auto;
}

.section-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--cep-blue-gradient);
  animation-delay: 1s;
}

.section-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(266.73deg, rgba(3,21,71,0.4) 0%, #000D29 100%);
}

.section-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.container {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 900px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.section-intro {
  background-color: var(--bs-secondary);
  background: var(--cep-blue-gradient);
  text-align: center;
  color: var(--bs-secondary);
}

.section-intro:not(.section-conclusion) {
  background-color: var(--bs-secondary);
  background: var(--cep-blue-gradient);
  color: rgba(255, 255, 255, 0.3);
  animation: section-intro 1s ease forwards;
  animation-delay: 2.5s;
}

@keyframes section-intro {
  0% {
    color: rgba(255, 255, 255, 0.3);
  }
  100% {
    color: rgba(255, 255, 255, 1);
  }
}

.section-intro .heading {
  margin-bottom: 1.5rem;
  animation-delay: 1s;
}

.section-intro p.lead {
  animation-delay: 1.5s;
}

.section-intro p.normal {
  animation-delay: 1.7s;
}

.section-intro p.cta {
  animation-delay: 2s;
}

.section-intro .btn {
  margin-top: 2rem;
}

@media only screen and (max-width: 900px) {
  .section-intro .container .btn {
    display: block;
  }
}

.section-intro .section-bg {
  animation-delay: 3.5s;
}

.section-overview .container {
  max-width: 950px;
}

@media only screen and (max-width: 900px) {
  .section-overview .container {
    padding-right: 3rem;
  }
}

.section-overview h4 {
  margin-bottom: 1.5rem;
  animation-delay: 0;
}

.section-overview p {
  animation-delay: 0.3s;
}

.section-quote {
  background-color: white;
  color: white;
}

.section-quote .container {
  max-width: 950px;
}

@media only screen and (max-width: 900px) {
  .section-quote .container {
    padding-right: 4rem;
  }
}

.section-quote .heading {
  font-size: 72px;
  line-height: 74px;
  margin-bottom: 1.5rem;
  animation-delay: 1.5s;
  text-indent: -2rem;
  padding-left: 2rem;
}

@media only screen and (max-width: 900px) {
  .section-quote .heading {
    font-size: 50px;
    line-height: 54px;
    text-indent: -1rem;
    padding-left: 1rem;
  }
}

@media only screen and (max-width: 500px) {
  .section-quote .heading {
    font-size: 32px;
    line-height: 36px;
  }
}

.section-quote .heading.heading-animate strong {
  position: relative;
  overflow: hidden;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;

  background-image: url("https://cep.org/wp-content/themes/cep-wordpress-theme/assets/img/gradient-text-mask.png?id=3");
  background-position: right;
  animation: underline 3s ease-out forwards;
  animation-delay: 3s;
}

@keyframes underline {
  0% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}

.section-quote p {
  font-size: 16px;
  font-style: italic;
  color: var(--cep-blue-light);
  margin-top: 2.5rem;
  margin-left: 5rem;
  animation-delay: 2s;
}

@media only screen and (max-width: 900px) {
  .section-quote p {
    margin-left: 1rem;
  }
}

.section-outline {
  text-align: center;
}

.section-outline .container {
  max-width: 100%;
  padding: 0;
}

.section-outline .heading {
  animation-delay: 1.5s;
  z-index: 2;
  position: relative;
}

@media only screen and (max-width: 900px) {
  .section-outline .heading {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.section-outline .tns-item {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-outline .tns-item p,
.section-outline .tns-slide-active + .tns-slide-active + .tns-slide-active p {
  color: transparent;
  text-shadow: 0 0 5px rgba(0,0,0,0.5);
  transition: all 3s ease;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  max-width: 400px;
  margin: 0 auto;
}

.section-outline .tns-slide-active + .tns-slide-active {
  position: relative;
}

.section-outline .tns-slide-active + .tns-slide-active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: radial-gradient(rgba(241, 187, 60,0.4) 0%, #FFFFFF 50%);
  animation: tns-slide-active-bg 3s ease infinite;
  z-index: -1;
}

@keyframes tns-slide-active-bg {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.section-outline .tns-slide-active + .tns-slide-active + .tns-slide-active:before {
  content: unset;
}

.section-outline .tns-slide-active + .tns-slide-active p {
  color: var(--bs-secondary);
  text-shadow: none;
}

@media only screen and (max-width: 900px) {
  .section-outline .tns-slide-active + .tns-slide-active p {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.section-outline .tns-controls {
  margin-top: 3rem;
}

.section-outline .tns-controls button {
  background-color: var(--bs-secondary);
  -webkit-mask-image: url("https://cep.org/wp-content/themes/cep-wordpress-theme/assets/img/icon-arrow-left.svg");
  -webkit-mask-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 17px;
  color: transparent;
  border: none;
  padding: 0;
}

.section-outline .tns-controls button:hover {
  background-color: var(--cep-orange-rust);
}

.section-outline .tns-controls button[data-controls="next"] {
  transform: rotate(-180deg);
  margin-left: 24px;
}

.section-stats {
  background-color: white;
  color: white;
  text-align: center;
}

.section-stats .container {
  max-width: 950px;
}

@media only screen and (max-width: 900px) {
  .section-stats .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.section-stats .heading {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 500px) {
  .section-stats .heading {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 500px) {
  .section-stats p {
    margin-bottom: 0;
  }
}

.section-stats .card-stats h4 {
  font-size: 114px;
  line-height: 100px;
}

@media only screen and (max-width: 500px) {
  .section-stats .card-stats h4 {
    font-size: 88px;
    line-height: 88px;
    margin-bottom: 1rem;
  }
}

.section-stats .card-stats p.lead {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}

@media only screen and (max-width: 900px) {
  .section-stats .card-stats {
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 390px) {
  .section-stats .card-stats {
    margin-bottom: 0.5rem;
  }
}

.section-stats .row-cards {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 500px) {
  .section-stats .row-cards {
    margin-bottom: 1rem;
  }
}

.section-stats .section-bg-bw:after {
  content: unset;
}

.section-stats .section-bg-bw img {
  filter: grayscale(100%);
}

.section-stats .section-bg-color {
  animation-delay: 3s;
  z-index: 1;
}

.slide {
  position: relative;
  overflow: hidden;
}

.slide img.bw,
.slide img.color,
.slide img.ball {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--cep-blue-gradient);
}

.section-finding .slide img.bw {
  filter: grayscale(100%);
}

.section-finding .slide img.color {
  animation-delay: 3s;
  z-index: 1;
}

.section-finding .slide img.ball {
  position: absolute;
  left: calc(30% - 110px);
  top: calc(100% - 310px);
  width: 270px;
  height: 270px;
  border-radius: 100%;
  animation-delay: 2s;
  z-index: 2;
}

@media only screen and (max-width: 1400px) {
  .section-finding .slide img.ball {
    left: calc(30% - 90px);
    top: calc(100% - 210px);
    width: 170px;
    height: 170px;
    border-radius: 100%;
    animation-delay: 2s;
    z-index: 2;
  }
}

@media only screen and (max-width: 900px) {
  .section-finding .slide img.ball {
    left: calc(50% - 90px);
    top: 90px;
    width: 180px;
    height: 180px;
  }
}

@media only screen and (max-width: 390px) {
  .section-finding .slide img.ball {
    left: calc(50% - 50px);
    top: 50px;
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 900px) {
  .section-finding-slide-intro .fp-tableCell {
    vertical-align: bottom;
  }
}

@media only screen and (max-width: 390px) {
  .section-finding-slide-intro .fp-tableCell {
    vertical-align: top;
    padding-top: 9rem;
  }
}

.section-finding-slide-intro .container {
  padding-left: 40%;
}

@media only screen and (max-width: 900px) {
  .section-finding-slide-intro .container {
    padding-left: 1rem;
    padding-right: 3rem;
  }
}

.section-finding-slide-intro .col {
  position: relative;
}

.section-finding-slide-intro .finding-key {
  color: var(--cep-blue-lightest);
  font-size: 440px;
  font-weight: bold;
  line-height: 320px;
  position: absolute;
  left: -12rem;
  top: -8rem;
  animation-delay: 1s;
  z-index: -1;
}

@media only screen and (max-width: 900px) {
  .section-finding-slide-intro .finding-key {
    display: none;
  }
}

.section-finding-slide-intro .prehead {
  animation-delay: 1.2s;
}

.section-finding-slide-intro .heading {
  margin-bottom: 2rem;
  animation-delay: 1.3s;
}

.section-finding-slide-intro p {
  max-width: 600px;
  animation-delay: 1.4s;
}

@media only screen and (max-width: 900px) {
  .section-finding-slide-intro p:last-child {
    margin-bottom: 6rem;
  }
}

.section-finding-slide-quote {
  background-color: white;
  color: white;
}

.section-finding-slide-quote .container {
  max-width: 950px;
}

@media only screen and (max-width: 900px) {
  .section-finding-slide-quote .container {
    padding-right: 4rem;
  }
}

.section-finding-slide-quote .heading {
  margin-bottom: 1.5rem;
  animation-delay: 1.5s;
  text-indent: -0.5rem;
  padding-left: 0.5rem;
}

@media only screen and (max-width: 390px) {
  .section-finding-slide-quote .heading {
    font-size: 21px;
    line-height: 24px;
  }
}

.section-finding-slide-quote p {
  font-size: 16px;
  font-style: italic;
  color: var(--cep-blue-light);
  padding-left: 0.5rem;
  margin-top: 2.5rem;
  animation-delay: 2s;
}

.section-finding-slide-quote .section-bg {
  animation-delay: 0;
}

.section-finding-slide-question .container {
  max-width: 750px;
  text-align: center;
}

.section-finding-slide-question .container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: radial-gradient(rgba(241, 187, 60,0.4) 0%, #FFFFFF 75%);
  animation: tns-slide-active-bg 3s ease infinite;
  z-index: -1;
}

@media only screen and (max-width: 900px) {
  .section-finding-slide-question .container {
    padding-right: 4rem;
  }
}

@media only screen and (max-width: 900px) {
  .section-finding-slide-question .heading {
    font-size: 28px;
    line-height: 32px;
  }
}

.section-finding-slide-graph .container {
  max-width: 1000px;
}

@media only screen and (max-width: 900px) {
  .section-finding-slide-graph .container {
    padding-right: 3rem;
  }
}

.section-finding-slide-graph .figure {
  width: 100%;
  display: block;
  background-color: var(--cep-blue-light);
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
}

.section-finding-slide-graph .figure p {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}

@media only screen and (max-width: 390px) {
  .section-finding-slide-graph .figure p {
    font-size: 14px;
    line-height: 18px;
  }
}

.section-finding-slide-graph .figure p strong {
  font-weight: bold;
}

.section-finding-slide-graph .graph-type-bar {
  width: 1000px;
  margin: 0 auto 1rem auto;
}

.section-finding-slide-graph .graph-type-horizontal {
  height: 450px;
  margin: 0 auto 1rem auto;
}

@media only screen and (max-width: 900px) {
  .section-finding-slide-graph .graph {
    width: 100%;
  }
}

.section-finding-slide-graph .card-doughnut .graph-wrapper {
  position: relative;
}

.section-finding-slide-graph .card-doughnut .graph {
  width: 300px;
  height: 300px;
  margin: 1rem auto;
}

@media only screen and (max-width: 900px) {
  .section-finding-slide-graph .card-doughnut .graph {
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 500px) {
  .section-finding-slide-graph .card-doughnut {
    text-align: left;
  }

  .section-finding-slide-graph .card-doughnut .graph-wrapper {
    float: left;
    margin-top: -0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
  }

  .section-finding-slide-graph .card-doughnut .graph {
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
}

.section-finding-slide-graph .row-image {
  margin-bottom:0.5rem;
}

.section-finding-slide-graph p {
  font-size: 10px;
  line-height: 14px;
}

.card-doughnut {
  position: relative;
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.card-doughnut h4 {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  line-height: 320px;
  left: 0;
  top: 0;
  width: 100%;
}

@media only screen and (max-width: 900px) {
  .card-doughnut h4 {
    font-size: 24px;
    line-height: 110px;
  }
}

@media only screen and (max-width: 500px) {
  .card-doughnut h4 {
    font-size: 24px;
    line-height: 40px;
    position: relative;
    left: unset;
    top: unset;
    line-height: 30px;
    margin-bottom: 1rem;
  }
}

.card-doughnut p.lead {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.card-doughnut p {
  font-size: 17px;
  line-height: 22px;
  font-weight: normal;
}

@media only screen and (max-width: 900px) {
  .card-doughnut p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 390px) {
  .card-doughnut p {
    font-size: 11px;
    line-height: 15px;
  }
}

.card-doughnut h4 span {
  font-size: 40px;
}

@media only screen and (max-width: 900px) {
  .card-doughnut h4 span {
    font-size: 20px;
  }
}

.section-finding-slide-data .container  {
  max-width: 650px;
  text-align: center;
  color: white;
}

@media only screen and (max-width: 900px) {
  .section-finding-slide-data .container {
    padding-right: 3rem;
  }
}

.section-finding-slide-data .heading {
  font-size: 182px;
  line-height: 160px;
}

.section-finding-slide-data .heading.heading-animate {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, var(--bs-primary) 50%) center left no-repeat, white;
  background-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, var(--bs-primary) 50%), white;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-size: 3000%;

  animation: underline 1s forwards;
  animation-delay: 3s;
  /*
  opacity: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 0%;
  background-position: 0%;
  */
}

@media only screen and (max-width: 900px) {
  .section-finding-slide-data .heading {
    font-size: 140px;
  }
}

/*

.section-finding-slide-data .heading.textToYellow {
  animation: textToYellow 2s forwards;
  animation-delay: 2s;
}

@keyframes textToYellow {
  0% { color: white; }
  100% { color: var(--bs-primary); }
}

*/

.section-finding-slide-data .heading span {
  font-size: 112px;
}

@media only screen and (max-width: 900px) {
  .section-finding-slide-data .heading span {
    font-size: 90px;
  }
}

.section-finding-slide-data p.lead {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 900px) {
  .section-finding-slide-data p.lead {
    font-size: 21px;
    line-height: 24px;
  }
}

.section-finding-slide-data p.cta {
  animation-delay: 2s;
}

.section-conclusion {
  background: var(--cep-blue-lightest);
  color: var(--bs-secondary);
  text-align: center;
}

.section-conclusion .container {
  max-width: 800px;
}

@media only screen and (max-width: 900px) {
  .section-conclusion .container {
    padding-right: 3rem;
    text-align: left;
  }
}

.section-conclusion p.normal {
  margin-top: 2rem;
}

@media only screen and (max-width: 900px) {
  .section-conclusion .container .btn {
    display: block;
  }
}

.section-webinar {
  color: white;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.section-webinar .container > .row {
  animation-delay: 2s;
}

.section-webinar .badge {
  margin-bottom: 1rem;
}

.section-webinar .prehead {
  margin-bottom: 1.5rem;
}

.section-webinar .heading {
  font-weight: normal;
}

.section-webinar .heading strong {
  font-weight: bold;
}

@media only screen and (max-width: 900px) {
  .section-webinar .btn {
    margin-top: 1.5rem;
  }
}

@media only screen and (max-width: 900px) {
  .section-webinar .text-end {
    text-align: left !important;
  }
}

.section-webinar .btn:hover {
  background: var(--bs-primary);
  color: var(--bs-secondary);
}

.section-webinar .btn:hover:after {
  background: var(--bs-secondary);
}

@media only screen and (max-width: 900px) {
  .section-webinar .btn {
    display: block;
  }
}

.section-footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}

.section-footer .heading {
  margin-bottom: 3rem;
}

.section-footer .row-logos img {
  margin-bottom: 2rem;
}

.section-footer .row-credits {
  margin-top: 6rem;
}

.section-footer .row-credits p {
  font-size: 11px;
  line-height: 18px;
}


#cepReportMenu {
  position: fixed;
  right: 3rem;
  top: 45%;
  z-index: 100;
  -webkit-transform: translate3d(0,0,0);
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 900px) {
  #cepReportMenu {
    right: 1rem;
  }
}

#cepReportMenu li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
  text-decoration: none;
}

#cepReportMenu li a {
  text-decoration: none;
}

#cepReportMenu li a::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  background: var(--cep-blue-gray-light);
  width: 6px;
  height: 6px;
  border: 0;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

#cepReportMenu li a:hover::before {
  background: var(--bs-primary);
}

#cepReportMenu li a span {
  display: none;
}

#cepReportMenu li.active {
  padding: 40px 0;
  min-height: 14px;
  height: unset;
}

#cepReportMenu li.active a::before {
  content: unset;
}

#cepReportMenu li.active a span {
  clip: unset;
  overflow: visible;
  position: relative;
  background: transparent;
  color: var(--cep-blue-gray-light);
  font-weight: bold;
  font-size: 12px;
  border-radius: 0;
  border-bottom: 5px solid var(--bs-primary);
  top: unset;
  left: -23px;
  padding: 0.3rem 0;
  transform: rotate(90deg);
  display: block;
  width: 90px;
  text-align: center;
  height: unset;
  margin: 0;
}



#fp-nav.fp-right {
  right: 3rem;
}

@media only screen and (max-width: 900px) {
  #fp-nav.fp-right {
    right: 1rem;
  }
}

#fp-nav ul li {
  height: unset;
  min-height: 14px;
}

#fp-nav ul li:hover .fp-tooltip {
  opacity: 0;
}

#fp-nav ul li a span {
  background: var(--cep-blue-gray-light);
  width: 6px;
  height: 6px;
  transition: height .1s ease-in-out;
}

#fp-nav ul li:hover a span {
  width: 6px;
  height: 6px;
  margin: -2px 0 0 -2px;
  background: var(--bs-primary);
}

#fp-nav ul li a.active {
  display: block;
  padding: 40px 0 50px 0;
}

#fp-nav ul li a.active span:not(.fp-sr-only) {
  display: none;
}

#fp-nav ul li a.active span.fp-sr-only {
  clip: unset;
  overflow: visible;
  position: relative;
  background: transparent;
  color: var(--cep-blue-gray-light);
  font-weight: bold;
  font-size: 12px;
  border-radius: 0;
  border-bottom: 5px solid var(--bs-primary);
  top: unset;
  left: -23px;
  padding: 0.3rem 0;
  transform: rotate(90deg);
  display: block;
  width: 90px;
  text-align: center;
  height: unset;
  margin: 0;
}

#fp-nav li:nth-child(1),
#fp-nav li:nth-child(3),
#fp-nav li:nth-child(4),
#fp-nav li:nth-child(5),
#fp-nav li:nth-last-child(2),
#fp-nav li:last-child {
  display: none;
}

.fp-viewing-intro #fp-nav,
.fp-viewing-footer #fp-nav,
.fp-viewing-credits #fp-nav {
  display: none;
}

.fp-viewing-footer .navbar,
.fp-viewing-credits .navbar {
  display: none;
}

.fp-slidesNav {
  text-align: center;
}

.fp-controlArrow {
  top: calc(100% - 30px);
  border: none;
  background-color: var(--cep-blue-gray-light);
  background-repeat: no-repeat;
  -webkit-mask-image: url("https://cep.org/wp-content/themes/cep-wordpress-theme/assets/img/icon-chevron-right.svg");
  -webkit-mask-size: contain;
  width: 16px !important;
  height: 16px !important;
}

@media only screen and (max-width: 900px) {
  .fp-controlArrow {
    top: calc(100% - 10px);
  }
}

.fp-controlArrow:hover {
  background-color: var(--cep-orange-rust);
}

.fp-controlArrow.fp-prev {
  left: calc(50% - 70px);
  transform: rotate(-180deg);
}

@media only screen and (max-width: 900px) {
  .fp-controlArrow.fp-prev {
    left: calc(50% + 30px);
  }
}

.fp-controlArrow.fp-next {
  left: calc(50% + 50px);
}

@media only screen and (max-width: 900px) {
  .fp-controlArrow.fp-next {
    left: calc(50% + 150px);
  }
}

.slide-numbers {
  position: absolute;
  top: calc(100% - 70px);
  left: calc(50% - 50px);
  text-align: center;
  width: 100px;
  color: var(--cep-blue-gray-light);
  font-weight: bold;
  font-size: 14px;
  z-index: 10;
}

@media only screen and (max-width: 900px) {
  .slide-numbers {
    top: calc(100% - 50px);
    left: calc(50% + 50px);
  }
}

.slide-numbers span.slide-divider {
  margin: 0 0.5rem;
}

#socialShare {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  list-style: none;
  display: flex;
  z-index: 100;
}

@media only screen and (max-width: 900px) {
  #socialShare {
    bottom: 1.5rem;
    left: 1rem;
  }
}

#socialShare button {
  border: 0;
  background: transparent;
  border-radius: 50px;
  padding: 10px;
  background-color: var(--cep-blue-gray-light);
  margin: 0 0 0 10px;
  transition: background 0.45s ease;
  animation-delay: 1s;
}

#socialShare button span {
  display: block;
  width: 15px;
  height: 15px;
  color: transparent;
  background-color: var(--bs-secondary);
  -webkit-mask-image: url("https://cep.org/wp-content/themes/cep-wordpress-theme/assets/img/icon-facebook.svg");
  -webkit-mask-size: contain;
  background-repeat: no-repeat;
}

#socialShare button:hover {
  background-color: var(--bs-primary);
}

#socialShare button.facebook span {
  -webkit-mask-image: url("https://cep.org/wp-content/themes/cep-wordpress-theme/assets/img/icon-facebook.svg");
}

#socialShare button.twitter span {
  -webkit-mask-image: url("https://cep.org/wp-content/themes/cep-wordpress-theme/assets/img/icon-twitter.svg");
}

#socialShare button.linkedin {
  padding: 11px;
}

#socialShare button.linkedin span {
  width: 14px;
  height: 14px;
  -webkit-mask-image: url("https://cep.org/wp-content/themes/cep-wordpress-theme/assets/img/icon-linkedin.svg");
}

.clip-animation {
  clip-path: circle(0% at 50% 50%);
  -webkit-clip-path: circle(0% at 50% 50%);
  animation: clip 3s forwards;
  animation-delay: 1s;
}

@keyframes clip {
  0% {
    clip-path: circle(0% at 50% 50%);
    -webkit-clip-path: circle(0% at 50% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}

.clip-animation-color { 
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--cep-blue-gradient);
  clip-path: circle(0% at 50% 50%);
  animation: clip-color 3s forwards;
  animation-delay: 1s;
  animation-duration: 3s;
}

@keyframes clip-color {
  0% {
    clip-path: circle(0% at 50% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
  }
}

.clip-animation-round-left {
  clip-path: circle(0% at 100% 50%);
  animation: clip-round-left 3s forwards;
  animation-delay: 1s;
  animation-duration: 3s;
} 

@keyframes clip-round-left {
  0% {
    clip-path: circle(0% at 100% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
  }
}

.clip-animation-round-right {
  clip-path: circle(0% at 0% 50%);
  animation: clip-round-right 3s forwards;
  animation-delay: 1s;
  animation-duration: 3s;
}

.clip-animation-round-right-mini { 
  position: absolute;
  left: 0;
  top: 0;
  width: 30% !important;
  height: 100%;
  clip-path: circle(0% at 0% 50%);
  animation: clip-round-right 3s forwards;
  animation-delay: 1s;
  animation-duration: 3s;
}

@media only screen and (max-width: 900px) {
  .clip-animation-round-right-mini {
    width: 100% !important;
    height: 200px !important;
  }
}

@media only screen and (max-width: 390px) {
  .clip-animation-round-right-mini {
    height: 100px !important;
  }
}

@keyframes clip-round-right {
  0% {
    clip-path: circle(0% at 0% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
  }
}

.clip-animation-circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  clip-path: circle(0% at 100% 50%);
  animation: clip-circle 3s forwards;
  animation-delay: 1s;
  animation-duration: 3s;
}

.clip-animation-circle-mini { 
  position: absolute;
  left: 0;
  top: 0;
  width: 30% !important;
  height: 100%;
  clip-path: circle(0% at 100% 50%);
  animation: clip-circle 3s forwards;
  animation-delay: 1s;
  animation-duration: 3s;
}

@media only screen and (max-width: 900px) {
  .clip-animation-circle-mini {
    width: 100% !important;
    height: 200px !important;
  }
}

@media only screen and (max-width: 390px) {
  .clip-animation-circle-mini {
    height: 100px !important;
  }
}

@keyframes clip-circle {
  0% {
    clip-path: circle(0% at 50% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
  }
}

.clip-fade { 
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fade 3s forwards;
  animation-delay: 1s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
