/* Static fonts */
/* @font-face {
  font-family: Rubik;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/google/Rubik-Regular.ttf);
}
@font-face {
  font-family: Rubik;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/google/Rubik-Italic.ttf);
}
@font-face {
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/google/Rubik-Medium.ttf);
}
@font-face {
  font-family: Rubik;
  font-style: italic;
  font-weight: 500;
  src: url(../fonts/google/Rubik-MediumItalic.ttf);
} */

.flex-h {
  display: flex;
}

.allow-break {
  overflow-wrap: break-word;
}

/* #region Glossary */
.glossary-load {
  opacity: 0;
  pointer-events: none;
}

#CBEDGlossaryReferences .modal-dialog {
  min-height: 375px;
}

.modal.cbed-glossary-item-modal .modal-body {
  max-height: none;
}

@media (max-width: 991px) and (max-height: 575px) {
  #cbed-glossary-list_wrapper {
    padding-top: 12px;
  }

  #cbed-glossary-list_wrapper .dataTables_scrollBody {
    height: 40vh;
  }

  #cbed-glossary-panel h2 {
    padding: 12px 0;
  }

  #cbed-glossary-wrapper {
    height: calc(100vh - 216px);
  }

  #CBEDGlossaryItem .modal-dialog {
    margin-top: 140px !important;
  }
}

/* #endregion */

/* #region Clipboard */
a[data-clipboard-text] {
  position: relative;
}

a[data-clipboard-text]:before,
a[data-clipboard-text]:after {
  pointer-events: none;
  display: none;
  position: absolute;
  left: 50%;
  background: #000;
}

a[data-clipboard-text]:before {
  content: "Copied!";
  bottom: calc(100% + 10px);
  z-index: 2;
  padding: 10px;
  transform: translateX(-50%);
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

a[data-clipboard-text]:after {
  content: "";
  bottom: calc(100% + 8px);
  z-index: 1;
  width: 10px;
  height: 10px;
  transform: translateX(-50%) rotateZ(45deg);
}

a[data-clipboard-text].copied:before,
a[data-clipboard-text].copied:after {
  display: block;
}

/* #endregion */

/* #region FTTK */
.fttk-nav-bar {
  position: fixed;
  bottom: 0;
  background: #f7f7f7;
  z-index: 1050;
  transform: translateY(100%);
  transition: transform 800ms ease;
  width: 100%;
  padding: 30px 44px;
}

.fttk-nav-bar.in {
  transform: translateY(0);
}

.fttk-nav-bar.down {
  z-index: 950;
}

.fttk-nav-bar .content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fttk-nav-bar button.exit {
  color: #5a5a5a;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  background: transparent;
  border: none;
  padding: 20px;
  margin-right: 20px;
}

.fttk-nav-bar .progress {
  padding: 0 40px;
  border-left: 1px solid #ccc;
  background: transparent;
  height: auto;
  overflow: inherit;
}

.fttk-nav-bar .progress span {
  display: block;
  width: 22px;
  height: 45px;
  padding: 10px 0;
  background: url(../images/icons/chevron-gray.svg) center center no-repeat;
  background-size: contain;
  margin-left: -2px;
  margin-right: -2px;
}

.fttk-nav-bar .progress span:first-child {
  background-image: url(../images/icons/chevron.svg);
}

.fttk-nav-bar .progress.step-2 span:nth-child(1),
.fttk-nav-bar .progress.step-2 span:nth-child(2) {
  background-image: url(../images/icons/chevron.svg);
}

.fttk-nav-bar .progress.step-3 span:nth-child(1),
.fttk-nav-bar .progress.step-3 span:nth-child(2),
.fttk-nav-bar .progress.step-3 span:nth-child(3) {
  background-image: url(../images/icons/chevron.svg);
}

.fttk-nav-bar .progress.step-4 span:nth-child(1),
.fttk-nav-bar .progress.step-4 span:nth-child(2),
.fttk-nav-bar .progress.step-4 span:nth-child(3),
.fttk-nav-bar .progress.step-4 span:nth-child(4) {
  background-image: url(../images/icons/chevron.svg);
}

.fttk-nav-bar .progress.step-5 span:nth-child(1),
.fttk-nav-bar .progress.step-5 span:nth-child(2),
.fttk-nav-bar .progress.step-5 span:nth-child(3),
.fttk-nav-bar .progress.step-5 span:nth-child(4),
.fttk-nav-bar .progress.step-5 span:nth-child(5) {
  background-image: url(../images/icons/chevron.svg);
}

.fttk-nav-bar .copy {
  padding-left: 40px;
  border-left: 1px solid #ccc;
}

.fttk-nav-bar .copy h4 {
  color: #000;
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
  margin-bottom: 2px;
}

.fttk-nav-bar .copy h2 {
  color: #000;
  font-family: "Public Sans", sans-serif;
  font-size: 21px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}

.fttk-nav-bar .actions {
  margin-left: auto;
}

.fttk-nav-bar .actions button {
  height: 40px;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  color: #579dba;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-left: 25px;
}

.fttk-nav-bar .actions button.next {
  background: #579dba;
  color: #fff;
  border: none;
}

@media (max-width: 991px) {
  .fttk-nav-bar {
    padding: 7px;
  }

  .fttk-nav-bar button.exit {
    width: 20px;
    height: 20px;
    text-indent: -500px;
    overflow: hidden;
    background: url(../images/icons/exit.png) center center no-repeat;
    background-size: 18px;
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
  }

  .fttk-nav-bar .copy {
    padding-left: 15px;
  }

  .fttk-nav-bar .copy h4 {
    margin: 0;
  }

  .fttk-nav-bar .copy h2 {
    font-size: 16px;
  }

  .fttk-nav-bar .progress {
    display: none;
  }

  .fttk-nav-bar .actions {
    width: 158px;
    justify-content: flex-end;
    display: flex;
  }

  .fttk-nav-bar .actions button {
    width: 42px;
    height: 47px;
    overflow: hidden;
    text-indent: -500px;
    border: none;
    border-radius: 0;
    background: url(../images/icons/5ttk-prev.svg) center center no-repeat;
    margin-left: 12px;
    background-size: contain;
  }

  .fttk-nav-bar .actions button.next {
    background: url(../images/icons/5ttk-next.svg) center center no-repeat;
    background-size: contain;
  }
}

@media (max-width: 991px) {
  #fttk-nav-topics-bar .actions {
    width: auto;
  }

  #fttk-nav-topics-bar .actions button {
    width: auto;
    height: auto;
    overflow: visible;
    text-indent: 0;
    border-radius: 20px;
    background-image: none;
    border: 1px solid #cdcdcd;
  }

  #fttk-nav-topics-bar .actions button.all-topics {
    margin-left: 0;
  }

  #fttk-nav-topics-bar .actions button.next {
    background: #579dba;
    border: 0;
  }
}

@media (max-width: 768px) {
  #fttk-nav-topics-bar .actions {
    width: 100%;
    justify-content: center;
  }
}

#fttk-content-modal .skip {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
  color: #fff;
  background: transparent;
  border: none;
}

#fttk-content-modal .modal-content {
  background: #f7f7f7;
  transition: transform 400ms ease;
  padding: 20px 40px 40px;
  border-radius: 10px;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
}

#fttk-content-modal.highlight .modal-content:after {
  display: none;
  content: "";
  background: #f7f7f7;
  width: 13px;
  height: 13px;
  position: absolute;
  transform: translateX(-50%) rotateZ(45deg);
  left: 50%;
  top: -7px;
}

@media (min-width: 992px) {
  #fttk-content-modal.highlight .modal-content:after {
    display: block;
    left: calc(100% - 7px);
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
  }

  #fttk-content-modal.highlight .modal-content.modal-right:after {
    left: -7px;
  }
}

#fttk-content-modal strong {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

#fttk-content-modal .modal-content button.close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url(../images/modal-close.svg) center center no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: -500px;
  padding: 0;
  margin: 0;
}

#fttk-content-modal .modal-content button.close:hover {
  opacity: 0.8;
}

#fttk-content-modal .modal-content p.step {
  color: #5a5a5a;
  margin-bottom: -4px;
}

#fttk-content-modal .modal-content h2 {
  font-family: "Public Sans", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 8px;
}

#fttk-content-modal .modal-content p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  font-family: "Rubik", sans-serif;
}

#fttk-content-modal .modal-content ul {
  margin: 0;
  padding-left: 18px;
}

#fttk-content-modal .modal-content .quiz-actions {
  margin-top: 30px;
  display: flex;
}

#fttk-content-modal .modal-content .quiz-actions button {
  max-width: 120px;
  min-width: inherit;
  border-radius: 30px;
  background-color: #f7f7f7;
  color: #579dba;
  border: 1px solid #cdcdcd;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Rubik", sans-serif;
  margin-right: 30px;
  height: auto;
  position: relative;
}

#fttk-content-modal .modal-content .quiz-actions button:after {
  content: " ";
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background: #bc0800 url(../images/quiz-incorrect.png) center center no-repeat;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 750ms ease;
}

#fttk-content-modal .modal-content .quiz-actions button.correct:after {
  background: #00bc0e url(../images/icons/checkmark.svg) center center no-repeat;
  background-size: 16px;
}

#fttk-content-modal .modal-content .quiz-actions button.selected:after {
  opacity: 1;
}

#fttk-content-modal .modal-content .response button {
  height: auto;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid #579dba;
  background-color: #579dba;
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: block;
}

#fttk-content-modal .modal-content .scrollable {
  margin-top: 30px;
  margin-left: -40px;
  margin-right: -40px;
  /* margin-bottom: 30px; */
  padding: 30px 40px 20px;
  box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.18),
    inset 0 0 5px 0 rgba(0, 0, 0, 0.15);
  max-height: 260px;
  overflow-x: hidden;
  overflow-y: scroll;
  word-break: break-word;
}

#fttk-content-modal .modal-content .scrollable ol {
  font-size: 14px;
  margin-top: 12px;
  padding-left: 28px;
}

#fttk-content-modal .modal-content .scrollable .three-types {
  margin-bottom: 24px;
}

#fttk-content-modal .modal-content .scrollable .three-types img:nth-child(2) {
  border-left: 1px solid #9d9d9d;
  border-right: 1px solid #9d9d9d;
}

@media screen and (max-width: 991px) {
  #fttk-content-modal .modal-content .scrollable .three-types {
    flex-direction: column;
  }

  #fttk-content-modal .modal-content .scrollable .three-types img {
    align-self: center;
  }

  #fttk-content-modal .modal-content .scrollable .three-types img:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 1px solid #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
    margin: 13px auto;
    padding: 13px 0;
  }
}

.fttk-intro .modal-backdrop.show {
  opacity: 1;
  background: linear-gradient(
    114deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.79) 64%,
    rgba(0, 0, 0, 0.63) 86%,
    rgba(0, 0, 0, 0.65) 100%
  );
}

.fttk-intro #fttk-content-modal .modal-dialog {
  max-width: 100%;
}

.fttk-intro #fttk-content-modal .modal-content {
  background: transparent;
  color: #fff;
  font-size: 21px;
  border: none;
  box-shadow: none;
  max-width: 680px;
  margin-left: 50px;
  padding: 0;
}

.fttk-intro #fttk-content-modal .modal-content img {
  max-width: 125px;
  height: auto !important;
}

.fttk-intro #fttk-content-modal .modal-content h1 {
  color: #ffffff;
  font-size: 56px;
  font-weight: 600;
}

.fttk-intro #fttk-content-modal .modal-content p {
  font-size: 21px;
}

.fttk-intro #fttk-content-modal .modal-content button {
  max-width: 120px;
  border-radius: 20px;
  background-color: #579dba;
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Rubik", sans-serif;
  margin-top: 30px;
}

.page-node-1.fttk-intro #fttk-content-modal .modal-content button {
  padding: 11px 10px 9px;
}

@media (min-width: 1400px) {
  .fttk-intro #fttk-content-modal .modal-content {
    margin-left: 128px;
  }
}

@media (max-width: 991px) {
  .fttk-intro #fttk-content-modal .modal-content {
    margin-left: 0;
  }

  .fttk-intro #fttk-content-modal .modal-content h1 {
    font-size: 32px;
    margin-top: 20px;
  }

  .fttk-intro #fttk-content-modal .modal-content p {
    font-size: 16px;
  }
}

.fttk-highlight {
  position: absolute;
  background: #fff;
  z-index: 408;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  cursor: pointer;
  top: -100px;
  left: -100px;
}

.fttk-highlight .pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0 0 0 rgb(87, 157, 186);
  animation: pulse 4000ms infinite;
}

.fttk-highlight .pulse:nth-child(1) {
  animation-delay: -1333ms;
}

.fttk-highlight .pulse:nth-child(2) {
  animation-delay: -2666ms;
}

/* #endregion */

/* #region Exit modal */
#fttk-exit-modal {
  padding-left: 5px !important;
  padding-right: 5px;
}

#fttk-exit-modal .modal-dialog {
  max-width: 350px;
}

#fttk-exit-modal .modal-content {
  border-radius: 15px;
  background: #fff;
  border: none;
  padding: 47px 30px 30px;
}

#fttk-exit-modal .close {
  width: 16px;
  height: 16px;
  color: #579dba;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 42px;
  line-height: 16px;
}

#fttk-exit-modal h4 {
  color: #000;
  font-family: "Public Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

#fttk-exit-modal p {
  color: #000;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 30px;
}

#fttk-exit-modal .yes,
#fttk-exit-modal .no {
  margin-left: 16px;
  padding: 10px 24px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  border-radius: 20px;
  color: #fff;
  background: #579dba;
  border: none;
}

#fttk-exit-modal .yes {
  border: 1px solid #cdcdcd;
  color: #579dba;
  background: #fff;
}

@media (max-width: 991px) {
  #fttk-exit-modal .modal-dialog {
    max-width: 365px;
  }

  #fttk-exit-modal .modal-content {
    background: #f2f2f2;
    padding: 50px 20px 20px;
  }

  #fttk-exit-modal h4 {
    font-size: 21px;
  }

  #fttk-exit-modal p {
    margin-bottom: 20px;
  }
}

/* #endregion */

/* #region Header nav */
.page-node-1 #main-wrapper,
.page-quiz-complete #main-wrapper {
  padding-top: 95px;
}

#cbed-glossary-reveal {
  top: 55px;
}

#navbar-main {
  height: 55px;
  padding: 9px 20px !important;
  border-bottom: 1px solid #ededed;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
}

#navbar-main .navbar-collapse {
  top: 55px;
}

#navbar-main .navbar-nav {
  height: calc(100vh - 55px);
}

#navbar-main .navbar-brand {
  height: auto;
  margin: 0;
  padding: 0;
}

#navbar-main .navbar-brand svg {
  width: 88px;
  height: auto;
}

#navbar-main .cbed-menu {
  border: none;
  cursor: pointer;
  right: 20px;
  padding: 0;
  top: 22px;
  width: 18px;
  height: 12px;
  min-width: auto;
  min-height: auto;
}

#navbar-main .cbed-menu > div {
  position: absolute;
  width: 18px;
  height: 2px;
  background: #161616;
  top: 0;
  left: 0;
}

#navbar-main .cbed-menu > div:first-child {
  top: 5px;
}

#navbar-main .cbed-menu > div:last-child {
  top: 10px;
}

#navbar-main .cbed-menu:not(.collapsed) > div {
  display: none;
  top: 50%;
  left: 50%;
}

#navbar-main .cbed-menu:not(.collapsed) > div:first-child {
  display: block;
  transform: translate(-50%, -50%) rotateZ(45deg);
}

#navbar-main .cbed-menu:not(.collapsed) > div:last-child {
  display: block;
  transform: translate(-50%, -50%) rotateZ(-45deg);
}

#navbar-main .cbed-signup {
  border: none;
  border-radius: 30px;
  background-color: #ff9400;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  min-width: auto;
  min-height: auto;
  display: inline-block;
  width: auto;
  left: auto;
  right: 58px;
}

.fttk-locale {
  display: none;
  position: relative;
}

.fttk-locale .choose {
  background: #161616;
  padding: 12px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 40px);
  margin: 0 -20px;
  cursor: default;
  min-width: 320px;
  opacity: 1;
  transition: opacity 200ms ease;
}

.fttk-locale .choose.hidden {
  opacity: 0;
  display: block;
  pointer-events: none;
}

.fttk-locale .choose div {
  padding: 20px;
  color: #ccc;
  cursor: pointer;
}

.fttk-locale .choose div:first-child {
  color: #fff;
  font-weight: 500;
}

.fttk-locale .choose div:hover {
  background: #333;
}

@media (min-width: 992px) {
  .page-node-1 #main-wrapper,
  .page-quiz-complete #main-wrapper {
    padding-top: 130px;
  }

  #navbar-main {
    height: 130px;
    padding: 26px 80px 13px !important;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  #navbar-main .cbed-menu {
    display: none;
  }

  #navbar-main .navbar-brand svg {
    width: 140px;
  }

  #navbar-main .cbed-signup {
    font-size: 17px;
    line-height: 20px;
    padding: 14px 35px;
    position: static;
  }

  #navbar-main .cbed-navbar {
    width: calc(100% - 198px);
  }

  #navbar-main .navbar-collapse {
    order: 1;
  }

  #navbar-main .navbar-nav {
    height: auto;
    width: 100%;
    justify-content: space-between;
  }

  #navbar-main .navbar-nav:after {
    display: none;
  }

  #navbar-main .nav-item {
    width: auto;
    height: auto;
    margin: 0;
    border: none;
  }

  #navbar-main .nav-item + span {
    width: 1px;
    height: 16px;
    background: #cbcbcb;
  }

  #navbar-main .nav-item .nav-link {
    padding: 0;
    font-size: 15px;
    line-height: 18px;
  }

  nav#block-cbed-main-menu {
    flex: 1 0 auto;
    margin-top: 25px;
  }

  #navbar-main > .fttk-locale {
    display: block;
    margin: 9px 0 0 30px;
  }
}

@media (max-width: 991px) {
  #navbar-main .navbar-nav {
    background: #fff;
    padding: 44px 0 94px;
  }

  #navbar-main .navbar-nav .nav-item {
    border: none;
    position: relative;
  }

  /* #navbar-main .navbar-nav .nav-item:last-child {
    margin: 24px 40px 0;
  } */

  #navbar-main .navbar-nav .nav-item:nth-last-child(n + 3):after {
    content: "";
    display: block;
    bottom: 0;
    left: 40px;
    box-sizing: border-box;
    height: 1px;
    width: 50px;
    border: 1px solid #979797;
    opacity: 0.5;
    position: absolute;
  }

  #navbar-main .navbar-nav .nav-item:hover .nav-link {
    background: #fff;
  }

  #navbar-main .navbar-nav .nav-link {
    color: #000;
    font-size: 18px;
    line-height: 1;
    padding: 19px 40px;
    margin-bottom: 2px;
  }

  #navbar-main .navbar-collapse .fttk-locale {
    display: block;
    color: #161616;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
  }

  #navbar-main .navbar-collapse .fttk-locale:hover {
    color: #161616;
  }

  #navbar-main .navbar-collapse .fttk-locale img {
    margin-right: 12px;
  }
}

/* #endregion */

/* #region Homepage */
.page-node-1 {
  color: #161616;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.page-node-1 .video-modal .player iframe {
  max-height: 67.5vh;
}

.page-node-1 #cbed-wrapper {
  padding: 0;
}

.page-node-1 h1 {
  font-family: "Public Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 14px;
}

.page-node-1 .home-banner .intro {
  padding: 60px 40px 100px;
  margin-bottom: -36px;
  background: linear-gradient(
      204deg,
      rgba(255, 255, 255, 0.68) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    url(../images/banners/home.png) no-repeat;
  background-size: cover, cover;
}

.page-node-1 .home-banner .intro > * {
  max-width: 415px;
  margin-left: auto;
  margin-right: auto;
}

.page-node-1 .home-banner h2 {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}

.page-node-1 .mouse {
  display: none;
  position: absolute;
  bottom: 65px;
  right: 50px;
}

.page-node-1 .cards {
  padding: 0 9px;
  margin-bottom: 40px;
  max-width: 518px;
  margin-left: auto;
  margin-right: auto;
}

.page-node-1 .cards .copy {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08), 0 1px 1px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px 20px 26px;
  z-index: 1;
}

.page-node-1 .cards h3 {
  font-size: 21px;
  line-height: 22px;
  margin-bottom: 17px;
}

.page-node-1 .cards p {
  color: rgba(22, 22, 22, 0.6);
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}

.page-node-1 .cards .figure {
  position: relative;
  display: block;
}

.page-node-1 .cards a.vimeo-link {
  display: block;
}

.page-node-1 .cards .figure img {
  cursor: pointer;
  height: auto;
  max-width: 100%;
  box-shadow: 0 1px 11px rgba(0, 0, 0, 0.08), 0 1px 1px rgba(0, 0, 0, 0.08);
  pointer-events: none;
}

.page-node-1 .cards .figure:after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 56px;
  width: 56px;
  background: url(../images/icons/play.svg) no-repeat;
  background-size: contain;
}

.page-node-1 .fttk {
  max-width: 575px;
  margin-left: auto;
  margin-right: auto;
}

.page-node-1 .fttk h2 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 12px;
}

.page-node-1 .fttk p {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 0;
}

.page-node-1 .fttk .intro {
  padding: 0 25px;
  margin-bottom: 45px;
}

.page-node-1 .topics {
  padding: 0 40px;
}

.page-node-1 .topics .img-wrapper {
  margin-bottom: 44px;
}

.page-node-1 .topics .img-wrapper img {
  width: 150px;
  height: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.page-node-1 .topic {
  margin-bottom: 60px;
}

.page-node-1 .topic .title {
  font-family: "Public Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  padding-right: 50px;
  position: relative;
  height: 44px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.page-node-1 .topic .title:after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  position: absolute;
  width: 35px;
  height: 100%;
  background: url(../images/icons/chevron.svg) no-repeat;
  background-size: contain;
  background-position: center right;
}

.page-node-1 .topic .description {
  display: none;
  font-family: "Rubik", sans-serif;
  color: rgba(22, 22, 22, 0.6);
  font-size: 21px;
  line-height: 28px;
}

.page-node-1 .topic .description:before {
  content: "";
  display: block;
  width: calc(100% + 20px);
  background: #eee;
  height: 1px;
  margin: 30px -10px 25px;
}

#fttk-carousel {
  color: #fff;
}

#fttk-carousel .fttk-carousel-control {
  display: none;
  opacity: 1;
  width: 42px;
  height: 47px;
  bottom: 20px;
  top: auto;
}

#fttk-carousel .carousel-control-prev {
  left: 40px;
}

#fttk-carousel .carousel-control-next {
  right: 40px;
}

#fttk-carousel .fttk-carousel-i {
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
}

#fttk-carousel .carousel-control-prev-icon {
  background-image: url(../images/icons/arrow_left.svg);
}

#fttk-carousel .carousel-control-next-icon {
  background-image: url(../images/icons/arrow_right.svg);
}

#fttk-carousel .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right 30%;
  height: 300px;
  padding: 40px 23px 70px;
}

#fttk-carousel .carousel-item > div {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

#fttk-carousel h2 {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 12px;
}

#fttk-carousel p {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 24px;
}

#fttk-carousel .cta {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  width: 146px;
  padding: 14px 39px;
  border-radius: 30px;
  color: #fff;
  background: #ff9400;
  display: inline-block;
}

#fttk-carousel .carousel-indicators {
  margin-bottom: 12px;
}

#fttk-carousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 8px;
  margin: 0 6px;
  opacity: 0.35;
  transition: opacity 0.5 ease;
  will-change: opacity;
  border: none;
}

#fttk-carousel .carousel-indicators li.active {
  width: 12px;
  height: 12px;
  opacity: 1;
  border: none;
}

@media (min-width: 992px) {
  .page-node-1 {
    font-size: 20px;
    line-height: 28px;
  }

  .page-node-1 h1 {
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 58px;
  }

  .page-node-1 .home-banner .intro {
    padding: 126px 40px 370px;
    margin-bottom: -300px;
    position: relative;
  }

  .page-node-1 .home-banner .intro > * {
    max-width: 680px;
  }

  .page-node-1 .mouse {
    display: block;
  }

  .page-node-1 .home-banner h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .page-node-1 .cards {
    margin-bottom: 123px;
    max-width: 1018px;
    display: flex;
    align-items: flex-start;
  }

  .page-node-1 .cards > * {
    flex: 1 0 auto;
    width: 50%;
  }

  .page-node-1 .cards .copy {
    padding: 45px 50px 52px;
  }

  .page-node-1 .cards h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 25px;
  }

  .page-node-1 .cards p {
    font-size: 21px;
    line-height: 28px;
  }

  .page-node-1 .cards .figure {
    margin-top: 75px;
  }

  .page-node-1 .cards .figure:after {
    height: 78px;
    width: 78px;
  }

  .page-node-1 .fttk {
    max-width: 1200px;
  }

  .page-node-1 .fttk h2 {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 50px;
  }

  .page-node-1 .fttk p {
    font-size: 20px;
    line-height: 36px;
  }

  .page-node-1 .fttk .intro {
    max-width: 940px;
    margin: 0 auto 42px auto;
  }

  .page-node-1 .topics {
    max-width: 1200px;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
  }

  .page-node-1 .topics .img-wrapper {
    margin: 32px 140px 0 0;
    flex: 1 0 auto;
  }

  .page-node-1 .topics .img-wrapper img {
    width: 200px;
  }

  .page-node-1 .topic {
    margin: 0 25px;
  }

  .page-node-1 .topic > div {
    padding: 0 10px;
  }

  .page-node-1 .topic .title {
    font-size: 28px;
    line-height: 36px;
    padding-right: 60px;
    height: 72px;
    display: flex;
    align-items: center;
  }

  .page-node-1 .topic .title:after {
    width: 36px;
    right: 10px;
  }

  .page-node-1 .topic .description {
    display: block;
  }

  #fttk-carousel .fttk-carousel-control {
    display: block;
  }

  #fttk-carousel .carousel-item {
    height: 494px;
    padding: 148px 25px 148px;
  }

  #fttk-carousel .carousel-item > div {
    max-width: 640px;
  }

  #fttk-carousel h2 {
    margin-bottom: 18px;
    font-size: 42px;
    line-height: 50px;
  }

  #fttk-carousel p {
    margin-bottom: 28px;
    font-size: 21px;
    line-height: 28px;
  }

  #fttk-carousel .cta {
    width: 154px;
    padding: 14px 43px;
  }

  #fttk-carousel .carousel-indicators {
    margin-bottom: 28px;
  }

  #fttk-carousel .carousel-indicators li {
    width: 16px;
    height: 16px;
    margin: 0 10px;
  }

  #fttk-carousel .carousel-indicators li.active {
    width: 16px;
    height: 16px;
  }
}

/* #endregion */

/* #region Completion page */
.page-quiz-complete {
  max-width: 100vw;
}

.page-quiz-complete .node__content {
  margin-top: 0;
}

.page-quiz-complete .node__content .cbed-info-block {
  margin-top: 40px;
}

.page-quiz-complete .node__content .cbed-info-block > .container-fluid {
  padding: 0;
}

.page-quiz-complete .node__content .cbed-info-block > .container-fluid .row {
  margin: 0;
}

.page-quiz-complete .cbed-info-block .cbed-info-block-content {
  background: none;
  padding: 0;
  max-width: 1160px;
  margin: auto;
  flex: inherit;
}

.page-quiz-complete .cbed-info-block-content h2 {
  font-size: 32px;
}

.page-quiz-complete .cbed-info-block-content ul {
  padding-left: 15px;
}

.page-quiz-complete .cbed-info-block-content hr {
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-quiz-complete .cbed-info-block-content .btn {
  background: #579dba;
  text-decoration: none;
}

.page-quiz-complete .cbed-info-block-content .btn:hover {
  text-decoration: none;
}

.page-quiz-complete .intro h1 {
  color: #000;
  font-size: 44px;
  line-height: normal;
  margin-bottom: 10px;
}

.page-quiz-complete .intro p {
  font-size: 32px;
  line-height: 22px;
  margin-bottom: 20px;
}

.page-quiz-complete .intro p:first-of-type {
  font-size: 21px;
}

.page-quiz-complete .intro p:last-of-type {
  margin-bottom: 40px;
}

.page-quiz-complete .intro .flex-h {
  width: 194px;
  height: 33px;
  justify-content: space-between;
  margin: 0 auto 48px;
}

.page-quiz-complete .intro .flex-h div {
  padding: 0 16px;
  width: 100%;
}

.page-quiz-complete .intro .flex-h img {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 767px) {
  .page-quiz-complete .cbed-info-block-content .btn {
    margin: auto;
    display: block;
  }

  .page-quiz-complete .infographic img {
    margin: 30px auto 0;
    width: 100%;
  }
}

.page-quiz-complete .additional p {
  font-size: 16px;
  line-height: 21px;
  max-width: 650px;
}

.page-quiz-complete .additional-resources + .row p.small,
.page-quiz-complete .additional-resources--fda-non-fda + .row p.small {
  font-size: 14px;
  line-height: 18px;
  margin-top: 30px;
}

.page-quiz-complete .additional-resources .col-md-3 p:nth-child(2),
.page-quiz-complete
  .additional-resources--fda-non-fda
  .col-md-4
  p:nth-child(2) {
  font-size: 21px;
  line-height: 22px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.page-quiz-complete .additional-resources .col-md-3 p:last-of-type,
.page-quiz-complete
  .additional-resources--fda-non-fda
  .col-md-4
  p:last-of-type {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .page-quiz-complete .additional-resources .col-md-3 img,
  .page-quiz-complete .additional-resources--fda-non-fda .col-md-4 img {
    width: 100%;
  }
}

.page-quiz-complete .signup-row img:first-of-type {
  margin-right: 50px;
  max-height: 94px;
}

.page-quiz-complete .signup-row h2 {
  margin-top: 30px;
}

.page-quiz-complete .signup-row p {
  font-size: 16px;
  line-height: 21px;
}

@media screen and (max-width: 767px) {
  .page-quiz-complete .intro p:first-of-type {
    font-size: 16px;
    line-height: 20px;
  }

  .page-quiz-complete .intro h1 {
    font-size: 32px;
  }

  .page-quiz-complete .intro p:last-of-type {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .page-quiz-complete .cbed-info-block-content h2 {
    font-size: 19px;
    line-height: 23px;
  }

  .page-quiz-complete .signup-images {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .page-quiz-complete .signup-row img {
    display: block;
    margin: inherit;
    margin-bottom: 20px;
  }

  .page-quiz-complete .slick-list {
    padding: 0 20% -0 0 !important;
  }

  .page-quiz-complete .slick-dots {
    position: relative;
    bottom: 0;
  }

  .page-quiz-complete .slick-dots li button:before {
    font-size: 15px;
  }

  .page-quiz-complete .additional-resources + .row p.small,
  .page-quiz-complete .additional-resources--fda-non-fda + .row p.small {
    margin-top: 30px;
  }
}

/* #endregion */

/* Resources */
.page-node-9 #cbed-main-block .video-wrapper iframe {
  width: calc(177.778vh + 177.778vw);
  height: 100%;
  min-height: 56.25vw;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(87, 157, 186, 0.55);
  }

  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(87, 157, 186, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(87, 157, 186, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(87, 157, 186, 0.55);
    box-shadow: 0 0 0 0 rgba(87, 157, 186, 0.55);
  }

  70% {
    -moz-box-shadow: 0 0 0 30px rgba(87, 157, 186, 0);
    box-shadow: 0 0 0 30px rgba(87, 157, 186, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(87, 157, 186, 0);
    box-shadow: 0 0 0 0 rgba(87, 157, 186, 0);
  }
}

@media (max-width: 991px) {
  .modal-backdrop.show {
    opacity: 0.7;
  }

  .modal-open .modal.email-share.show {
    padding-left: 0 !important;
  }

  #block-subscribetoournewsletter .cta-btn {
    text-align: center;
  }

  #block-subscribetoournewsletter .btn-primary {
    width: 254px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #cbed-explore-block
    .cbed-treatment-matters-block-wrapper
    .card-matters
    .card-body {
    height: 410px;
    min-height: 410px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #cbed-resources-block .card-button a {
    display: block;
    position: inherit;
  }

  #cbed-resources-block
    .cbed-resources-block-wrapper
    .card-resource
    .card-body {
    min-height: 564px;
  }

  .view-issue-banners .views-field-field-topics .field-content {
    padding-top: 18px;
  }
}

@media (max-height: 767px) {
  .webform-submission-print-version-sign-up-form
    [data-drupal-selector="edit-email"]
    label:not(.error) {
    margin-top: 120px;
  }
}

@media (max-height: 575px) {
  .webform-submission-print-version-sign-up-form
    [data-drupal-selector="edit-email"]
    label:not(.error) {
    margin-top: 0;
  }
}

@media (max-width: 991px) and (max-height: 767px) {
  .modal.email-share .modal-content {
    position: absolute;
    top: 80px;
  }

  .modal.email-share .modal-content:after {
    content: "";
    background: none;
    width: 100%;
    height: 110px;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
