/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./ce-blocks/child-block-editor/style.scss ***!
  \******************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Load: global
 * Deps: ce-block-editor-style
 */
.gform-theme.gform-theme--framework.gform_wrapper .btn.gform_button,
.wp-block-button > .wp-element-button,
.block-editor-content .btn,
.btn {
  position: relative;
  transition: 0.2s ease all;
  font-weight: 500 !important;
  font-family: var(--wp--preset--font-family--primary) !important;
  display: inline-flex;
  align-items: center;
  text-align: left;
}
.gform-theme.gform-theme--framework.gform_wrapper .btn.gform_button:hover, .gform-theme.gform-theme--framework.gform_wrapper .btn.gform_button:focus,
.wp-block-button > .wp-element-button:hover,
.wp-block-button > .wp-element-button:focus,
.block-editor-content .btn:hover,
.block-editor-content .btn:focus,
.btn:hover,
.btn:focus {
  background: var(--wp--preset--color--hero-blue-tint-4) !important;
}
.gform-theme.gform-theme--framework.gform_wrapper .btn.gform_button:active,
.wp-block-button > .wp-element-button:active,
.block-editor-content .btn:active,
.btn:active {
  background: var(--wp--preset--color--executive-blue) !important;
}
.gform-theme.gform-theme--framework.gform_wrapper .btn.gform_button:after,
.wp-block-button > .wp-element-button:after,
.block-editor-content .btn:after,
.btn:after {
  content: "→";
  width: 36px;
  height: 1.4rem;
  font-size: 2em;
  line-height: 1em;
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  transform: scaleX(1) translateY(-0.05em);
  transform-origin: center right;
  transition: 0.2s cubic-bezier(0.36, -0.03, 0.44, 1.54) all, 0s ease color;
}
.gform-theme.gform-theme--framework.gform_wrapper .btn.gform_button:hover:after, .gform-theme.gform-theme--framework.gform_wrapper .btn.gform_button:focus:after,
.wp-block-button > .wp-element-button:hover:after,
.wp-block-button > .wp-element-button:focus:after,
.block-editor-content .btn:hover:after,
.block-editor-content .btn:focus:after,
.btn:hover:after,
.btn:focus:after {
  transform: translateY(-0.05em) translateX(3px);
}
.gform-theme.gform-theme--framework.gform_wrapper .btn.gform_button.has-white-background-color,
.wp-block-button > .wp-element-button.has-white-background-color,
.block-editor-content .btn.has-white-background-color,
.btn.has-white-background-color {
  background: #fff !important;
  color: var(--wp--preset--color--strive-dark-gray) !important;
}
.gform-theme.gform-theme--framework.gform_wrapper .btn.gform_button.has-white-background-color:hover, .gform-theme.gform-theme--framework.gform_wrapper .btn.gform_button.has-white-background-color:focus,
.wp-block-button > .wp-element-button.has-white-background-color:hover,
.wp-block-button > .wp-element-button.has-white-background-color:focus,
.block-editor-content .btn.has-white-background-color:hover,
.block-editor-content .btn.has-white-background-color:focus,
.btn.has-white-background-color:hover,
.btn.has-white-background-color:focus {
  color: var(--wp--preset--color--strive-dark-gray) !important;
  background: #C3D6EE !important;
}
.gform-theme.gform-theme--framework.gform_wrapper .btn.gform_button.has-executive-blue-background-color,
.wp-block-button > .wp-element-button.has-executive-blue-background-color,
.block-editor-content .btn.has-executive-blue-background-color,
.btn.has-executive-blue-background-color {
  background: #234D85 !important;
  color: #fff !important;
}
.gform-theme.gform-theme--framework.gform_wrapper .btn.gform_button.has-executive-blue-background-color:hover, .gform-theme.gform-theme--framework.gform_wrapper .btn.gform_button.has-executive-blue-background-color:focus,
.wp-block-button > .wp-element-button.has-executive-blue-background-color:hover,
.wp-block-button > .wp-element-button.has-executive-blue-background-color:focus,
.block-editor-content .btn.has-executive-blue-background-color:hover,
.block-editor-content .btn.has-executive-blue-background-color:focus,
.btn.has-executive-blue-background-color:hover,
.btn.has-executive-blue-background-color:focus {
  color: #fff !important;
  background: var(--wp--preset--color--strive-dark-gray) !important;
}

.block-editor-content {
  color: var(--wp--preset--color--black);
}
.block-editor-content h1, .block-editor-content h2, .block-editor-content h3, .block-editor-content h4 {
  font-weight: 700;
  font-family: var(--wp--preset--font-family--secondary);
}
.block-editor-content ul,
.block-editor-content ol,
.block-editor-content p {
  margin: 1.3em 0;
  font-weight: 600;
}
.block-editor-content ul strong,
.block-editor-content ol strong,
.block-editor-content p strong {
  font-weight: 700;
}
.block-editor-content .is-subtitle {
  font-weight: 600;
}
@media (max-width: 1024px) {
  .block-editor-content .is-subtitle {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .block-editor-content .is-subtitle {
    font-size: 13px;
  }
}
.block-editor-content .is-style-chip {
  background: #004BB2;
  color: #fff;
  border-color: #004BB2;
  font-size: 14px;
}
.block-editor-content .down-arrow {
  background-size: 120%;
  background-position: center center;
  background-color: transparent;
}
.block-editor-content .down-arrow.strive-arrow-1 {
  background-image: url(../../images/down-arrow-1.svg);
}
.block-editor-content .down-arrow.strive-arrow-1 i {
  opacity: 0;
}
.block-editor-content .down-arrow.strive-arrow-2 {
  background-image: url(../../images/down-arrow-2.svg);
}
.block-editor-content .down-arrow.strive-arrow-2 i {
  opacity: 0;
}
.block-editor-content .down-arrow.strive-arrow-3 {
  background-image: url(../../images/down-arrow-3.svg);
}
.block-editor-content .down-arrow.strive-arrow-3 i {
  opacity: 0;
}
.block-editor-content .down-arrow.strive-arrow-4 {
  background-image: url(../../images/down-arrow-4.svg);
}
.block-editor-content .down-arrow.strive-arrow-4 i {
  opacity: 0;
}
.block-editor-content blockquote,
.block-editor-content blockquote.is-style-default {
  font-weight: 400;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.8rem;
  margin-bottom: 0.75em;
  border-left: 0.3rem solid #C3D6EE;
}
.block-editor-content blockquote p,
.block-editor-content blockquote.is-style-default p {
  font-family: var(--wp--preset--font-family--secondary);
}
.block-editor-content blockquote cite,
.block-editor-content blockquote.is-style-default cite {
  font-style: italic;
}
.block-editor-content .wp-block-group.go-deeper,
.block-editor-content .wp-block-group.reflect-and-comment,
.block-editor-content .wp-block-group.todays-challenge {
  background: var(--wp--preset--color--strive-light-blue);
  padding: 4.5rem 6rem;
  border-radius: 0.8rem;
  margin: 3.5rem 0 5rem;
}
.block-editor-content .wp-block-group.go-deeper a,
.block-editor-content .wp-block-group.reflect-and-comment a,
.block-editor-content .wp-block-group.todays-challenge a {
  text-decoration: underline;
  color: inherit;
}
.block-editor-content .wp-block-group.go-deeper h2,
.block-editor-content .wp-block-group.reflect-and-comment h2,
.block-editor-content .wp-block-group.todays-challenge h2 {
  font-size: var(--wp--preset--font-size--medium) !important;
  font-family: var(--wp--preset--font-family--primary) !important;
  margin-bottom: 1.5em;
  color: var(--wp--preset--color--strive-black) !important;
  font-weight: 600;
}
.block-editor-content .wp-block-group.go-deeper ul:not(.kt-tabs-title-list),
.block-editor-content .wp-block-group.reflect-and-comment ul:not(.kt-tabs-title-list),
.block-editor-content .wp-block-group.todays-challenge ul:not(.kt-tabs-title-list) {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--default);
  list-style: none;
  padding-left: 0;
}
.block-editor-content .wp-block-group.go-deeper ul:not(.kt-tabs-title-list) > li,
.block-editor-content .wp-block-group.reflect-and-comment ul:not(.kt-tabs-title-list) > li,
.block-editor-content .wp-block-group.todays-challenge ul:not(.kt-tabs-title-list) > li {
  color: inherit;
  padding-left: 40px;
}
.block-editor-content .wp-block-group.go-deeper ul:not(.kt-tabs-title-list) > li:before,
.block-editor-content .wp-block-group.reflect-and-comment ul:not(.kt-tabs-title-list) > li:before,
.block-editor-content .wp-block-group.todays-challenge ul:not(.kt-tabs-title-list) > li:before {
  background-image: url(../../images/action-item-arrow.svg);
  content: "";
  border: 0;
  width: 2.1rem;
  height: 2.1rem;
  display: inline-block;
  margin-left: -40px;
  position: absolute;
}
.block-editor-content .wp-block-group.go-deeper ul:not(.kt-tabs-title-list) > li + li,
.block-editor-content .wp-block-group.reflect-and-comment ul:not(.kt-tabs-title-list) > li + li,
.block-editor-content .wp-block-group.todays-challenge ul:not(.kt-tabs-title-list) > li + li {
  margin-top: 1.5em;
}
.block-editor-content .wp-block-group.go-deeper ul:not(.kt-tabs-title-list) + h2,
.block-editor-content .wp-block-group.reflect-and-comment ul:not(.kt-tabs-title-list) + h2,
.block-editor-content .wp-block-group.todays-challenge ul:not(.kt-tabs-title-list) + h2 {
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .block-editor-content .wp-block-group.go-deeper,
  .block-editor-content .wp-block-group.reflect-and-comment,
  .block-editor-content .wp-block-group.todays-challenge {
    padding: 4.5rem 3rem 3rem;
  }
}
@media (max-width: 480px) {
  .block-editor-content .wp-block-group.go-deeper ul,
  .block-editor-content .wp-block-group.reflect-and-comment ul,
  .block-editor-content .wp-block-group.todays-challenge ul {
    padding-left: 0;
  }
}
.block-editor-content .wp-block-group.source-items {
  padding: 0 0 0 1rem;
  margin: 3.5rem 0 0;
}
.block-editor-content .wp-block-group.source-items h2 {
  font-family: var(--wp--preset--font-family--primary) !important;
  font-size: var(--wp--preset--font-size--medium-small) !important;
  color: #5D7096 !important;
  font-weight: 600;
}
.block-editor-content .wp-block-group.source-items ol, .block-editor-content .wp-block-group.source-items ul {
  border-radius: 0.8rem;
  margin-bottom: 3rem;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--default);
  color: #5D7096;
}
.block-editor-content .wp-block-group.source-items ol > li, .block-editor-content .wp-block-group.source-items ul > li {
  color: inherit;
  font-size: var(--wp--preset--font-size--default);
}
.block-editor-content ul.is-style-checkmarks > li {
  padding-left: 3rem;
}
.block-editor-content ul.is-style-checkmarks > li:before {
  font-size: 0.9rem;
  color: var(--wp--preset--color--strive-blue);
  border-color: var(--wp--preset--color--strive-blue);
  border-width: 0.2rem;
  margin-top: 0.3rem;
  margin-left: -3rem;
}

body.single-lesson .block-editor-content .is-subtitle,
body.single-lesson .block-editor-content .lesson-title,
body.single-lesson .block-editor-content .lesson-description-text,
body.single-lesson .block-editor-content .not-today-notice {
  color: var(--wp--preset--color--white);
  text-wrap: pretty;
}
body.single-lesson .block-editor-content h2 {
  font-size: min(3.2rem, var(--wp--preset--font-size--large));
  color: var(--wp--preset--color--white);
}
