@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Signika:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Signika:wght@300..700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif, Raleway, Arial, Helvetica;
  font-size: 14px;
  padding: 0;
  margin: 0;
  overflow: auto;
  color: #000000;

  a {
    text-decoration: none;
  }
}

p {
  color: #000;
}

.content-section {
  padding: 22px 0 20px 0;
}

.content-section>.container>.row {
  padding-left: 3px;
}

@media (min-width: 1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1180px !important;
    height: 100%;

    .row {
      height: 100%;
    }
  }
}

p {
  margin-bottom: 0;
}

.mobile_menu,
#block-pas-family-change-menutogglebtn {
  display: none;
}

span#go-to-top {
  background: #21c2f8;
  height: 40px;
  width: 40px;
  position: fixed;
  text-align: center;
  line-height: 40px;
  font-size: 23px;
  color: #fff;
  right: 25px;
  bottom: 25px;
  cursor: pointer;
  z-index: 999;
  display: none;
  place-content: center;
  transition: all 0.3s linear;

  svg {
    height: 1.2rem;
    width: 1.2rem;
    font-weight: 900;
    fill: #fff !important;
  }
}



iframe {
  height: 475px !important;
  width: 100% !important;
}

@media screen and (min-width: 766px) {

  div:has(> .sidebar-left) {
    /* padding: 0 15px 0 20px !important; */
    padding: 0px 12px 0 17px !important;
  }

  div:has(> .main-content) {
    padding: 0 !important;

    .region-content {
      padding-left: 24px !important;
      margin-right: 4px !important;
    }
  }
}

.sidebar-left ul {
  list-style: none !important;
}

.content-section {
  :is(article, .pas-lesson-content) {
    padding-top: 8px;
  }

  .lesson-body {
    ul {
      list-style: unset !important;
    }
  }

  ul {

    /* li {
      a {
        color: #25aae1;
        &.visited {          
          &::before {
            content: "\2713";
            color: #4b9e4f;
            font-weight: 1000;
            margin-right: 0.8rem;
          }
        }
      }
    } */
    li:has(>a.visited) {
      &::before {
        content: "\2713";
        color: #4b9e4f;
        font-weight: 1000;
        margin-right: 0.8rem;
      }

      a {
        color: #25aae1;

      }
    }
  }

  select {
    word-wrap: normal;
    height: 2.5rem;
    background: #fff;
    border: 1px solid #25AAE2;
  }

  button#answers-cw {
    background-color: #25AAE1;
    height: 40px;
    margin: 20px 0;
    color: #ffffff;
    /* width: 63%; */
    border: none;
  }
}

.get-started-block {
  h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 !important;
    padding-bottom: 10px;
    color: rgb(45, 50, 55);
    border-bottom: 1px solid #c0c0c0;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
  }

  p:has(strong) {
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    color: #000;
    margin: 0;
    padding-top: 10px;

    strong {
      font-weight: 700 !important;
    }
  }

  p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    font-style: normal;
  }

  .language-toggle {
    display: flex;
    gap: 4px;
    margin: 10px 0;
    margin-right: -2px;
  }

  .language-toggle a {
    background: rgb(240, 240, 240);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 48%;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    line-height: normal;
    color: #3d3d3d;

    &.active {
      background: #25aae1;
      font-weight: 700;
      color: #fff !important;
    }

    &:hover {
      background: #25aae1;
      color: #fff !important;
    }
  }

  ul.action-links {
    display: flex;
    flex-direction: column;
    margin-top: 15px;

    li {
      margin: 0;
      width: 62.3% !important;

      .login-logout-btn {
        background: #25aae1;
      }

      .register-btn {
        background: #7b0123;
      }

      a {
        height: 40px;
        margin: 5px 0px;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #39b54a;
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
      }
    }
  }
}

.block-start-course-btn {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 19px;
  padding-bottom: 18px;

  button {
    border: none;
    background: none;
    padding: none;
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-right: 0px;
  }

  a {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    font-style: normal;
    color: #25aae1;
    position: relative;
    padding-right: 50px;

    &::before {
      content: "";
      display: block;
      height: 34px;
      width: 31px;
      mask-image: url(../images/start-course.png);
      mask-repeat: no-repeat;
      mask-size: contain;
      mask-position: center;
      background-color: rgb(0, 128, 0);
      position: absolute;
      right: 15px;
      top: -3px;
    }

    &:hover {
      color: #1f8eaa !important;
    }
  }

  span {
    svg {
      height: 62px;
      width: 66px;
      fill: rgb(0, 128, 0) !important;
    }
  }
}
#block-pas-family-change-resourcemenu ul li a {
    color: #000000;
}
/* Tutorial page styling */

.block-pas-current-chapter-lessons,
#block-pas-family-change-resourcemenu {

  .chapter-name,
  h2 {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #c0c0c0;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
  }
}

.page-node-type-book {
  div:has(> .sidebar-left) {
    padding: 3px 20px 0 24px !important;
  }

  .lessons ul {
    padding: 0px;

    li {
      line-height: 20px;
      padding-bottom: 16px;

      a {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #000;

        &.active {
          color: #ffffff;
          display: block;
          background-color: #25aae1;
          padding: 0.5em 0.75em;

          &:focus {
            text-decoration: underline;
          }
        }
      }
    }
  }

  .lesson-body {
    padding-top: 2px;
  }

  .book-navigation {
    display: flex;
    justify-content: space-between;
    background-color: #20628c;
    align-items: center;
    color: #fff;
    margin-top: 9px;
    padding: 0 .5rem;
    margin-right: 10px;

    p {
      margin: 0;
      font-size: 14px;
      font-weight: 700;
      line-height: 40px;
      color: #fff;
    }
  }

  a.prev-btn,
  a.next-btn {
    font-size: 0;
    transition: all 0.5s ease-in;

    &:hover {
      &::before {
        scale: 1.1;
      }
    }

    &::before {
      content: " ";
      display: block;
      height: 1.6rem;
      width: 1rem;
      -webkit-mask: url(../images/nav-btn.svg) no-repeat center;
      mask: url(../images/nav-btn.svg) no-repeat center;
      mask-size: 100% 100%;
      background-color: #fff;
    }
  }

  a.prev-btn::before {
    transform: rotate(180deg);
  }


}

/* Login register form */

.path-user form .description {
  display: none;
}

.orientation-video-exercise .fc-ws-list li,
.quiz-parents-experience .fc-ws-list li {
  margin-bottom: 30px;
}

#ParentingPlan {
  margin-top: 25px;
}

#ParentingPlan .fc-ws-container {
  margin-bottom: 40px;
}

#ParentingPlan .fc-ws-ans-wrapper,
.moveforward-checklist .fc-ws-ans-wrapper {
  margin-top: 15px;
}

#ParentingPlan .fc-ws-ans-wrapper input#\33 a1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

#ParentingPlan .fc-ws-ans-wrapper.fc-let-only,
.moveforward-checklist .fc-ws-ans-wrapper.fc-let-only {
  display: flex;
  gap: 10px;
  margin: 15px 0;
}

#ParentingPlan .fc-ws-ans-wrapper .fc-ws-input,
.moveforward-checklist .fc-ws-ans-wrapper .fc-ws-input,
#maria-response .fc-ws-input,
.fc-contact-table .fc-ws-input {
  width: 100%;
  border-top: 0px;
  border-left: 0px;
  border-right: 0;
  border-width: 1px;
}

#ParentingPlan .fc-ws-ans-wrapper .fc-ws-input:focus-visible,
.moveforward-checklist .fc-ws-ans-wrapper .fc-ws-input:focus-visible,
.fc-ws-ans-wrapper.ws-ans input:focus-visible,
#maria-response .fc-ws-input:focus-visible,
.fc-contact-table .fc-ws-input:focus-visible {
  outline: none;
}

.quiz-parents-experience .fc-ws-list li div {
  display: flex;
  gap: 7px;
}

.fc-btn-green {
  background-color: #34aa4b !important;
  color: #FFFFFF;
  margin-top: 15px;
  border-radius: 0px;
}

.fc-btn-green:hover {
  background-color: #226f31 !important;
  color: #FFFFFF !important;
}

.parents-checklist table.fc-ws-table thead tr th:first-child {
  text-align: left !important;
}

.parents-checklist table.fc-ws-table thead tr th,
.parents-checklist tbody tr td:has(input) {
  text-align: center;
}

.tabcontent {
  display: none;
  /* hide all by default */
}

.tabcontent.active {
  display: block;
  /* show only active one */
}

.respond-checklist button.tablinks {
  display: block;
  background-color: transparent;
  border-width: 0px;
  color: #25aae1;
  margin: 15px 0px;
}

.respond-checklist button.tablinks:hover {
  text-decoration: underline;
}

.fc-ws-form table.fc-ws-table tbody tr:nth-child(odd) td {
  background: #e9e8e8 !important;
}

.fc-ws-checklist-cols ul {
  padding-inline: 0px;
  margin-bottom: 0;
}

.children-quiz .encol ul li,
.word-list ul li {
  display: inline-block;
  width: 150px;
  margin: 3px 0;
}

.fc-ws-intsructions {
  font-weight: bold;
  padding-bottom: 7px;
  margin-bottom: 1em;
  border-bottom: 1px solid #e9e8e8;
}

ol.fillb.fc-ws-list li {
  margin-bottom: 17px;
}

ol.fillb.fc-ws-list li p,
ol.fillb.fc-ws-list li .dropdown {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

p.fc-ws-plain-text {
  margin-bottom: 7px;
  font-weight: bold;
}

div#checkboxleft {
  float: left;
  margin-right: 4em;
}

.fc-ws-ans-wrapper.ws-ans label,
.fc-ws-ans-wrapper.ws-ans input {
  display: block;
  width: 100%;
}

.fc-ws-ans-wrapper.ws-ans.clear-wrapper {
  margin-top: 20px;
}

.fc-ws-ans-wrapper.ws-ans input {
  border-top: 0px;
  border-left: 0px;
  border-right: 0;
  border-width: 1px;
  margin: 12px 0 20px 0;
}

.fc-ws-checklist-tips .form-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.fillb li {
  margin-bottom: 17px;
}

.fillb li input {
  margin-right: 7px;
}

.fc-ws-situation-table table tbody tr td,
.fc-contact-table tbody tr td {
  border: 0px;
}

.fc-contact-table input.fc-ws-input {
  width: 99%;
}

#maria-response .fc-ws-input {
  margin: 10px 0px;
}

.user-login-page,
.user-register-form {
  max-width: 650px;
  margin: 25px auto;
  background: #ccc;
  padding: 30px;
  border-radius: 7px;
}

#block-pas-family-change-resourcemenu ul {
  padding: 0px;
}

#block-pas-family-change-resourcemenu ul li {
  line-height: 20px;
  padding-bottom: 16px;
}

#block-pas-family-change-resourcemenu ul li.active a {
  color: #ffffff;
  display: block;
  background-color: #25aae1;
  padding: 0.5em;
}

.cali-resource-title h3 {
  margin-top: 4rem;
  font-size: 18px;
}

.row.resource-row {
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.main-content .region.region-content {
  border-left: 3px solid #c0c0c0;
}

.path-user .main-content .region.region-content,
.path-quiz  .main-content .region.region-content{
  border-left: 0px;
}

.node--type-page p {
  padding: 8px 0;
}

.main-content .region.region-content a {
  text-decoration: underline;
  color: #25aae1;
}

.main-content .region.region-content a:hover {
  color: #1f8eaa;
}

.block-page-title-block h1 {
  color: #25aae1;
}

.pas-final-exam-content .content p {
  padding: 7px 0;
}

.webform-submission-evaluation-form-form .js-webform-radios {
  display: flex;
  gap: 15px;
  margin-left: 15px;
}

.webform-submission-evaluation-form-form .form-type-checkbox {
  display: inline;
  margin: 7px;
}

.language-switcher-language-url ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  gap: 15px;
  justify-content: end;
}

.language-switcher-language-url ul li a {
  color: #c0c0c0;
}

.language-switcher-language-url ul li.is-active a,
.language-switcher-language-url ul li:hover a {
  color: #ffffff;
}

.header-top .row {
  align-items: center;
}

.path-course #block-pas-family-change-content ul {
  list-style: none;
}

.path-course #block-pas-family-change-content ul li a::before {
  content: none;
  ;
}

.path-course #block-pas-family-change-content ul li p {
  font-weight: bold;
}

.quiz-parents-experience .correct,
.lesson-body .correct {
  border: 2px solid green;
}

.quiz-parents-experience .wrong,
.lesson-body .wrong {
  border: 2px solid red;
}

.lesson-body #answers-cw {
  padding-left: 10px;
  padding-right: 10px;
}

.page-node-type-book .site-container {
  display: flex;
  gap: 16px;
  margin-bottom: 10px;
}
.field--name-field-referenced-uid {
    display: none;
}