* {
    margin: 0;
    padding: 0
}
*, *::before, *::after { box-sizing: border-box }
:root .is-style-transparent-50.has-cyan-bluish-gray-background-color { background-color:rgba(171,184,195,0.5); }
:root .is-style-transparent-50.has-black-background-color { background-color:rgba(0,0,0,0.5); }
:root .is-style-transparent-50.has-white-background-color { background-color:rgba(255,255,255,0.5); }
:root .is-style-transparent-50.has-pale-pink-background-color { background-color:rgba(247,141,167,0.5); }
:root .is-style-transparent-50.has-vivid-red-background-color { background-color:rgba(207,46,46,0.5); }
:root .is-style-transparent-50.has-vivid-red-background-color { background-color:rgba(207,46,46,0.5); }
:root .is-style-transparent-50.has-luminous-vivid-orange-background-color { background-color:rgba(255,105,0,0.5); }
:root .is-style-transparent-50.has-luminous-vivid-amber-background-color { background-color:rgba(252,185,0,0.5); }
:root .is-style-transparent-50.has-light-green-cyan-background-color { background-color:rgba(123,220,181,0.5); }
:root .is-style-transparent-50.has-vivid-green-cyan-background-color { background-color:rgba(0,208,132,0.5); }
:root .is-style-transparent-50.has-pale-cyan-blue-background-color { background-color:rgba(142,209,252,0.5); }
:root .is-style-transparent-50.has-vivid-cyan-blue-background-color { background-color:rgba(6,147,227,0.5); }
:root .is-style-transparent-50.has-vivid-purple-background-color { background-color:rgba(155,81,224,0.5); }
      
html {
    font-size: 62.5%;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%
}
body {
    min-height: 100vh;
    overflow-y: scroll
}
main { display: block }
img {
    border: 0;
    max-width: 100%;
    vertical-align: top
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit
}
b, strong { font-weight: bolder }
ul, ol { list-style: none }
blockquote, q { quotes: none }
table {
    border-collapse: collapse;
    border-spacing: 0
}
input, textarea, select, button {
    background: none;
    border: 0;
    color: inherit;
    font-family: inherit;
    font-size: 100%
}
[type='search'] { -webkit-appearance: textfield }
button, [type='submit'] {
    -webkit-appearance: none;
    background: none;
    cursor: pointer;
    font-weight: inherit;
    -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none
}
svg {
    fill: currentcolor;
    display: block;
    height: 1em
}
.svg svg { height:auto; }
.svg svg .trp-icon {
    position:static !important;
    margin-left:0 !important;
}
.svg svg foreignObject { overflow:visible; }

p+p { margin-top:1em }
p + h2 { margin-top:1em; }

.sr-only, .form\:minimal .form__label {
    border:0;
    clip:rect(1px, 1px, 1px, 1px);
    -webkit-clip-path:inset(50%); clip-path:inset(50%);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute !important;
    white-space:nowrap !important;
    width:1px
}

body {
    background-color:#fff;
    color:#000;
    font-size:1.8rem;
    font-family:"Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased;
    text-rendering:optimizelegibility
}
body.rtl { font-size:2.4rem; }
a {
    color:#7d6476;
    text-decoration:none
}
a:hover { color:#614d5b }

.ratio>*, .button--ghost::after, a.button--ghost::after, .selectric-items li:before, .input\:toggle input~i,
.input\:toggle input~i::after, .modal-overlay, .modal__close::before {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0
}

.modal { box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25) }
.width {
    max-width:1000px;
    width:calc(100% - 6vw);
    margin:0 auto;
    /*padding: 0 120px;*/
}

@media (min-width: 1200px) {
    /* .width { padding: 0 240px; } */
}

.width .width { padding:0 }
.width--ch {
    max-width: 80ch;
    padding-left: 20px;
    padding-right: 20px
}
.width--narrow { max-width:600px }
.width--full { width:100% }

@supports (padding:0px) {
    @media only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape) {
        body .width, body .mobile-header, body .mobile-nav .nav__link, body .mobile-nav .nav__dropdown a {
            padding-left:env(safe-area-inset-left);
            padding-right:env(safe-area-inset-right)
        }
        body .width { width:auto }
        body .width .width {
            padding-left:0;
            padding-right:0
        }
    }
}
@media (min-width: 771px) { .header\:mobile { display:none !important } }
@media (max-width: 770px) {
    .header\:desktop { display:none !important }
    .mobile-nav-active body { overflow:hidden }
}

.h3, .ld-focus-content h3, .bod-modal-content h3, #overview_slider h3, .h4 { font-size:2.2rem }
.ld-focus-content h4, .bod-modal-content h4 {
    font-weight:bold;
    font-size:2rem;
    margin-top:26px;
    margin-bottom:1em;
}
.h2, .modal__header, .ld-focus-content h2, .bod-modal-content h2, #overview_slider h2 {
    font-size:2.6rem;
    line-height:1.3846;
    --line-height:1.3846;
    --fluid-max:26;
    --fluid-min:21
}
.page-header {
    padding-top:6rem;
    padding-top:var(--space-6);
    padding-bottom:6rem;
    padding-bottom:var(--space-6)
}
.page-header__title {
    font-size:4rem;
    line-height:1.2;
    --line-height:1.2;
    --fluid-max:40;
    --fluid-min:30
}
.h1 {
    font-size:8.5rem;
    line-height:1.1;
    --line-height:1.1;
    --fluid-max:85;
    --fluid-min:45
}
@media only screen and (max-width: 499px) {
    .h2, .ld-focus-content h2, .bod-modal-content h2, #overview_slider h2, .modal__header, .page-header__title, .h1 {
        font-size:calc(var(--fluid-min) * 0.1rem)
    }
}
@media only screen and (min-width: 500px) and (max-width: 899px) {
    .h2, .ld-focus-content h2, .bod-modal-content h2, #overview_slider h2, .modal__header, .page-header__title, .h1 {
        font-size:calc(calc(var(--fluid-min) * 0.1rem) + (var(--fluid-max) - var(--fluid-min)) * ((100vw - 500px) / 400))
    }
}
@media only screen and (min-width: 900px) {
    .h2, .ld-focus-content h2, .bod-modal-content h2, #overview_slider h2, .modal__header, .page-header__title, .h1 {
        font-size: calc(var(--fluid-max) * 0.1rem)
    }
}
@supports (--css: var) {
    .page-header__title::before, .h1::before, .h3::before {
        content:'';
        display:block;
        height:.01px;
        margin-bottom:calc((var(--text-crop-top) - var(--line-height)) * 0.5em)
    }
    .page-header__title::after, .h1::after, .h3::after {
        content:'';
        display:block;
        height:.01px;
        margin-top:calc((var(--text-crop-bottom) - var(--line-height)) * 0.5em)
    }
}

.button, a.button, body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button,
.learndash-wrapper .wpProQuiz_content a#quiz_continue_link {
    appearance:none;
    -webkit-appearance:none;
    border-radius:0px !important;
    color:#fff;
    cursor:pointer;
    display:-webkit-inline-flex; display:inline-flex;
    -webkit-justify-content:center; justify-content:center;
    -webkit-align-items:center; align-items:center;
    font-weight:bold !important;
    line-height:1.2;
    padding:1em 3em !important;
    position:relative;
    text-decoration:none;
    transition:all 0.1s ease-in-out;
    vertical-align:middle;
    white-space:nowrap;
    text-transform:uppercase !important;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not([disabled]):not(.wpProQuiz_button_reShowQuestion):not(.wpProQuiz_button_restartQuiz) {
    color:#fff !important;
}
.button:active, a.button:active { top:1px }
.button>*+*, a.button>*+* { margin-left:.5em }
.button--primary, a.button--primary { background-color:#7d6476 }
.button--primary:hover, a.button--primary:hover { background-color:#a08899 }
.button--secondary, a.button--secondary, .login-submit .button, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button,
.learndash-wrapper .wpProQuiz_content a#quiz_continue_link,
.learndash-wrapper .ld-quiz-actions input[name="reShowQuestion"],
.learndash-wrapper .ld-quiz-actions input[name="restartQuiz"] {
    background-color:#394553 !important;
}
.button--secondary:hover, a.button--secondary:hover { background-color:#485768 !important; }
.button--minimal, a.button--minimal {
    background-color:#dee1e8;
    color:#191d24;
}
.button--minimal:hover, a.button--minimal:hover { background-color:#c9ced9 }
.button--ghost, a.button--ghost { color:inherit }
.button--ghost::after, a.button--ghost::after {
    content:'';
    border-radius:inherit;
    border:1px solid currentColor;
    opacity:0.6;
    transition:opacity 0.2s ease-in-out
}
.button--ghost:hover::after, a.button--ghost:hover::after { opacity:1 }
.login-submit .button { width:100%; }

.form__row { margin-bottom:14px }
.form__label { display:block }

@media (max-width:640px) {
    .form\:horizontal .form__label {
        margin-bottom:.4em;
        font-weight:500
    }
}

@media (min-width:641px) {
    .form\:horizontal .form__row { display:-webkit-flex; display:flex }
    .form\:horizontal .form__row>* { -webkit-flex:1 1 100%; flex:1 1 100% }
    .form\:horizontal .form__row>:only-child, .form\:horizontal .form__submit>:only-child { margin-left:140px }
    .form\:horizontal .form__label {
        -webkit-flex:0 0 auto; flex:0 0 auto;
        line-height:50px;
        padding-right:10px;
        text-align:right;
        width:140px
    }
}

.form\:vertical .form__label {
    margin-bottom:1em;
    font-weight:600
}
.form\:minimal .input\:check+.form__label { display:inline-block }
[data-animate-label], p.login-username, p.login-password { position:relative }
[data-animate-label] ::-webkit-input-placeholder, p.login-username ::-webkit-input-placeholder, p.login-password ::-webkit-input-placeholder { color:rgba(0, 0, 0, 0) }
[data-animate-label] ::-moz-placeholder, p.login-username ::-moz-placeholder, p.login-password ::-moz-placeholder { color:rgba(0, 0, 0, 0) }
[data-animate-label] :-ms-input-placeholder, p.login-username :-ms-input-placeholder, p.login-password :-ms-input-placeholder { color:rgba(0, 0, 0, 0) }
[data-animate-label] ::-ms-input-placeholder, p.login-username ::-ms-input-placeholder, p.login-password ::-ms-input-placeholder { color:rgba(0, 0, 0, 0) }
[data-animate-label] ::placeholder, p.login-username ::placeholder, p.login-password ::placeholder { color:rgba(0, 0, 0, 0) }
[data-animate-label] .form__label, p.login-username label, p.login-password label {
    left:1em;
    line-height:50px;
    margin:0;
    max-width:calc(100% - 2em);
    opacity:0.4;
    overflow:hidden;
    pointer-events:none;
    position:absolute;
    text-overflow:ellipsis;
    top:0%;
    transition:all 0.2s linear;
    -webkit-transform-origin:0% 50%; transform-origin:0% 50%;
    white-space:nowrap;
    z-index:1;
}
.form\:animate-contain [data-animate-label].translate-label .form__label {
    font-weight:bold;
    opacity:0.6;
    -webkit-transform:translateY(-12px) scale(0.8); transform:translateY(-12px) scale(0.8)
}
.form\:animate-contain [data-animate-label] input.input\:text {
    line-height: 38px;
    padding-top: 12px
}
.form\:animate-contain [data-animate-label] textarea.input\:text { padding-top: 20px }
.form\:animate-break [data-animate-label] .form__label, p.login-username label, p.login-password label {
    left: .5em;
    padding: 0 .5em
}
.form\:animate-break [data-animate-label] .form__label::before, p.login-username label::before, p.login-password label::before {
    content: '';
    background-color: #fff;
    border-radius: 3px;
    display: block;
    height: 1.6em;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%); transform: translateY(-50%);
    position: absolute;
    z-index: -1;
    opacity: 0
}
.form\:animate-break [data-animate-label].translate-label .form__label, p.login-username.translate-label label,
p.login-password.translate-label label {
    font-weight: bold;
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(0.8); transform: translateY(-50%) scale(0.8)
}
.form\:animate-break [data-animate-label].translate-label .form__label::before, 
p.login-username.translate-label label::before, p.login-password.translate-label label::before { opacity: 1 }
p.login-username label, p.login-password label { text-transform:uppercase; }

@supports (grid-area: auto) and (--css: variables) {
    .form__grid {
        --gap: 14px;
        --width: 240px;
        --fit: auto-fit;
        display: grid;
        grid-gap: var(--gap);
        grid-template-columns: repeat(var(--fit), minmax(var(--width), 1fr));
        margin-bottom: 14px
    }
    .form__grid>* {
        margin: 0;
        max-width: calc(100vw - 6vw);
        min-width: 0
    }
    .form__row .form__grid { margin-bottom: 0 }
    .form__grid>.form__toggle-wrap { margin: 0 !important }
    .form__grid--fill { --fit: auto-fill }
}

.form__group {
    border-top: 1px solid currentcolor;
    border-top-color: #dee1e8;
    padding: 28px 0
}
.form__group:first-child { border-top-width: 0 }
.form__group .form__grid:last-child, .form__group .form__group-inputs .form__row:last-child { margin-bottom: 0 }
.form__group .form__group-text { padding-bottom: 28px }
.form__group .form__group-title { font-weight: bold }
.form__group .form__group-desc { color: #72809d }

@media (min-width: 641px) {
    .form__group { display: -webkit-flex; display: flex }
    .form__group .form__group-text {
        -webkit-flex: 0 0 33%; flex: 0 0 33%;
        padding-bottom: 0;
        padding-right: 20px
    }
    .form__group .form__group-inputs { -webkit-flex: 1 1 100px; flex: 1 1 100px }
}

.form__submit {
    border-top: 1px solid currentcolor;
    border-top-color: #dee1e8;
    padding-top: 14px;
    padding-bottom: 14px
}

@media (min-width: 641px) {
    .form__group+.form__submit { padding-left: 33% }
}

.input\:reset, .input\:text, .select select, #loginform .input {
    -webkit-appearance: none;
    box-shadow: none;
    display: block;
    min-width: 0;
    outline: none;
    text-align: inherit;
    width: 100%;
}
.input\:text, .select, #loginform .input {
    background-color: #fff;
    border: 1px solid;
    border-color: #c9ced9;
    border-radius: 0px;
    height: 50px;
    line-height: calc(50px - 1px * 2);
    padding: 0 1em;
    transition: border-color 0.2s linear
}
#loginform .input { border-color:#454545; }
.select:focus-within, .input\:text:focus, #loginform .input:focus {
    border-color: #9ca6ba;
    outline: none
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: var(--input--placeholder-opacity)
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: inherit;
    opacity: var(--input--placeholder-opacity)
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: inherit;
    opacity: var(--input--placeholder-opacity)
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: inherit;
    opacity: var(--input--placeholder-opacity)
}
input::placeholder, textarea::placeholder {
    color: inherit;
    opacity: var(--input--placeholder-opacity)
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { opacity: 0.1 }
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { opacity: 0.1 }
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { opacity: 0.1 }
input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder { opacity: 0.1 }
input:focus::placeholder, textarea:focus::placeholder { opacity: 0.1 }

textarea.input\:text {
    height: auto;
    line-height: 1.5;
    padding: 1em;
    resize: vertical
}

.select {
    padding: 0;
    position: relative
}
.select::after {
    border: 2px solid currentColor;
    border-right-width: 0px;
    border-top-width: 0px;
    content: '';
    height: 6px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: rotate(-45deg); transform: rotate(-45deg);
    -webkit-transform-origin: 0 0; transform-origin: 0 0;
    width: 6px
}
.select select {
    height: calc(50px - 1px * 2);
    padding: 0 1em
}
.select option { background-color: #fff }

@media (max-width: 860px) { .input\:text, .input\:reset, .select { font-size: 16px } }

.selectric-wrapper {
    border: inherit;
    border-width: 1px;
    border-radius: inherit;
    position: relative;
    cursor: pointer;
    margin: -1px;
    -webkit-transform: translate(0, 0); transform: translate(0, 0)
}
.selectric-responsive { width: 100% }
.selectric {
    position: relative;
    display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
    -webkit-justify-content: flex-start; justify-content: flex-start;
    height: 48px;
    border-radius: inherit;
    border-width: 0px;
    border-style: solid;
    border-color: inherit
}
.label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    padding-left: 1em;
    -webkit-flex: 1 1 auto; flex: 1 1 auto
}
.selectric-button { display: none }
.selectric-open { z-index: 9999 }
.selectric-open .selectric-items { display: block }
.selectric-disabled {
    opacity: 0.45;
    cursor: default;
    -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none
}
.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}
.selectric-hide-select select {
    position: absolute;
    left: -100%;
    display: none
}
.selectric-input {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    outline: none;
    border: none;
    background: none
}
.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important
}
.selectric-items {
    left: -1px;
    right: -1px;
    width: auto !important;
    display: none;
    position: absolute;
    top: 100%;
    margin-top: -1px;
    z-index: 10;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: inherit;
    border-radius: inherit
}
body .selectric-open:not(.selectric-above) .selectric, body .selectric-open.selectric-above .selectric-items {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
body .selectric-open.selectric-above .selectric, body .selectric-open:not(.selectric-above) .selectric-items {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.selectric-scroll { border-radius: inherit }
.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto
}
.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
    margin-top: auto;
    margin-bottom: -1px;
    border-width: 1px 1px 0px 1px
}
.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 20px;
    min-height: 20px
}
.selectric-items li {
    display: block;
    padding: 8px;
    cursor: pointer;
    background-clip: content-box;
    color: currentColor;
    padding-left: 1em;
    position: relative
}
.selectric-items .disabled, .selectric-items .disabled:hover {
    opacity: 0.5;
    cursor: default;
    background: none;
    -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none
}
.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
    background: none
}
.selectric-items .selectric-group.disabled li { opacity: 1 }
.selectric-items .selectric-group li { padding-left: 25px }
.selectric-items li:before {
    content: '';
    background: currentcolor;
    z-index: -1;
    pointer-events: none;
    opacity: 0
}
.selectric-items li:not(.disabled):hover:before { opacity: 0.03 }
.selectric-items li.selected:before, .selectric-items li.selected:not(.disabled):hover:before { opacity: 0.12 }
.selectric-items li.selected:not(.disabled):after {
    content: "\f00c";
    font-family: 'FontAwesome';
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 14px;
    margin-left: 5px;
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0); transform: translate(0, 0);
    opacity: 0.3
}
.selectric-items li.selected.disabled { display: none }
.selectric-wrapper:not(.selectric-chosen) .label {
    color: inherit;
    opacity: var(--input--placeholder-opacity)
}
.selectric-items, .selectric-open .selectric { background: #fff }
.selectric-items { box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 10px }
.selectric-above .selectric-items { box-shadow: rgba(0, 0, 0, 0.06) 0px -10px 10px }

.form__toggle-wrap {
    -webkit-align-items: center; align-items: center;
    display: -webkit-flex; display: flex
}
.form__toggle-wrap>* { -webkit-flex: 0 0 auto; flex: 0 0 auto }
.form__toggle-wrap>*:not(:first-child) { padding-left: 8px }
.form__toggle-wrap+.form__toggle-wrap { margin-top: 10px }

.input\:toggle {
    display: inline-block;
    font-size: 1em;
    height: 1em;
    position: relative;
    vertical-align: middle;
    width: 1em
}
.input\:toggle input {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}
.input\:toggle input:disabled { cursor: default }
.input\:toggle input~i {
    background-color: #fff;
    border-color: currentColor;
    display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
    -webkit-justify-content: center; justify-content: center
}
.input\:toggle input~i::after {
    opacity: 0.4;
    transition: opacity 0.1s ease-in-out;
    content: '';
    border-radius: inherit;
    border-width: 1px;
    border-style: solid;
    border-color: inherit
}
.input\:toggle input:not(:disabled):hover~i::after, .input\:toggle input:not(:disabled):focus~i::after,
.input\:toggle input:checked~i::after { opacity: 1 }
.input\:toggle input:not(:disabled):focus~i::after { box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 3px }
.input\:toggle input:disabled~i { opacity: 0.4 }
.input\:toggle input[type='checkbox']~i {
    border-radius: .2em;
    transition: background 0.15s ease-in-out
}
.input\:toggle input[type='checkbox']~i::before {
    color: #fff;
    content: '';
    width: 1em;
    height: .7em;
    border: .25em solid transparent;
    border-color: transparent transparent currentcolor currentcolor;
    -webkit-transform: rotate(-45deg) translate(15%, -15%) scale(0); transform: rotate(-45deg) translate(15%, -15%) scale(0);
    opacity: 0;
    transition: all 0.15s ease-in-out;
    font-size: 0.6em;
    line-height: 1
}
.input\:toggle input[type='checkbox']:checked~i { background: currentColor }
.input\:toggle input[type='checkbox']:checked~i::before {
    -webkit-transform: rotate(-45deg) translate(15%, -15%) scale(1); transform: rotate(-45deg) translate(15%, -15%) scale(1);
    opacity: 1
}
.input\:toggle input[type='radio']~i { border-radius: 50% }
.input\:toggle input[type='radio']~i::before {
    content: "";
    background: currentcolor;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0); transform: scale(0);
    transition: -webkit-transform 0.15s ease-in-out; transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    display: block
}
.input\:toggle input[type='radio']:checked~i::before { -webkit-transform: scale(1); transform: scale(1) }
.list>li:not(:first-child) { margin-top: 0.25em }
ol.list, .format ol:not([class]) { counter-reset: orderedList }
ol.list>li, .format ol:not([class])>li {
    counter-increment: orderedList;
    padding-left: 2.2em
}
ol.list>li::before, .format ol:not([class])>li::before {
    content: counter(orderedList, decimal) ".";
    margin-left: -2.2em;
    text-align: right;
    width: 2.2em;
    padding-right: 0.4em;
    float: left;
    opacity: 0.5
}
ol.list ol>li::before, .format ol:not([class]) ol>li::before { content: counter(orderedList, lower-alpha) "." }
ul.list>li, .format ul:not([class])>li { padding-left: 1em }
ul.list>li::before, .format ul:not([class])>li::before {
    content: '+';
    margin-left: -1em;
    width: 1em;
    display: inline-block
}

[data-modal] {
    display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
    -webkit-justify-content: center; justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    visibility: hidden;
    opacity: 0
}
[data-modal].modal--visible {
    visibility: visible;
    opacity: 1
}
[data-modal], .modal { transition: all .25s ease-in-out }
.modal-overlay {
    background: #394553;
    opacity: .95
}
.modal {
    display: -webkit-flex; display: flex;
    -webkit-flex-direction: column; flex-direction: column;
    background-color: #f7f8fa;
    position: relative;
    width: 98%;
    max-width: 800px;
    max-height: 90vh;
    -webkit-transform: translateY(-50px); transform: translateY(-50px);
    border-radius: 5px
}
.video-modal {
    max-width:600px;
    height:450px;
}
#overview_video .video-modal {
    height:auto;
    border:1px solid #fff;
    border-radius:0;
}
.video-modal .ratio { overflow:visible; }
.modal--visible .modal { -webkit-transform: translateY(0px); transform: translateY(0px) }
.modal__close {
    display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
    -webkit-justify-content: center; justify-content: center;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    color: inherit
}
#overview_video .video-modal .modal__close {
    background:#fff;
    border-radius:0;
    top:0px;
    right:0px;
    width:20px;
    height:20px;
}
.modal__close svg {
    position: relative;
    height: 14px
}
.modal__close svg line {
    fill: none;
    stroke: currentColor;
    stroke-width: 2
}
.modal__close::before {
    content: '';
    border-radius: inherit;
    transition: opacity 0.1s linear;
    background: currentColor;
    opacity: 0
}
.modal__close:hover::before { opacity: 0.05 }
#overview_video .modal__close:hover::before { opacity:0}
.overview_modal_content {
    padding:20px;
    overflow:hidden;
}
.modal>.modal__close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1
}
.modal__header {
    -webkit-flex: 0 0 auto; flex: 0 0 auto;
    display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
    -webkit-justify-content: space-between; justify-content: space-between;
    padding: 15px;
    padding-left: 30px;
    border-bottom: 1px solid currentColor
}
.modal__content {
    -webkit-flex: 0 1 auto; flex: 0 1 auto;
    padding: 30px;
    overflow: auto
}
.modal__footer {
    -webkit-flex: 0 0 auto; flex: 0 0 auto;
    padding: 15px;
    text-align: right;
    border-top: 1px solid currentColor
}
.modal__header, .modal__footer { border-color: #eef0f3 }
#overview_video .modal__footer {
    padding-top:6px;
    padding-bottom:6px;
    text-align:left;
}
#keywords_modal .modal, #learning_objectives_modal .modal, #power_parenting_modal .modal {
    max-width:1024px;
    background-color:#fff;
}
#learning_objectives_modal .ld-topic-status {
    display:none;
}
.cardslider { margin-bottom:20px; }
#power_parenting_slider { margin-bottom:40px; }
.cardslider .flex-direction-nav a:before {
    font-family:"FontAwesome";
    font-size:30px;
    line-height:32px;
    width:36px;
    height:36px;
    border:2px solid #000;
    background:#fff;
    border-radius:50%;
    text-align:center;
}
.cardslider .flex-direction-nav .flex-prev, .cardslider .flex-direction-nav .flex-next { opacity:1; }
.cardslider .flex-direction-nav .flex-prev { left:10px !important; }
.cardslider .flex-direction-nav .flex-prev::before { content:"\f104"; }
.cardslider .flex-direction-nav .flex-next { right:10px !important; }
.cardslider .flex-direction-nav .flex-next::before { content:"\f105"; }
.cardslider .flex-control-paging li a {
    background:none;
    border:1px solid #000;
    width:15px;
    height:15px;
    border-bottom:1px solid #000 !important;
}
.cardslider .flex-control-paging li a.flex-active { background:#000; }
#overview_slider ul.slides > li > div, #power_parenting_slider ul.slides > li > div {
    padding-left:60px;
    padding-right:60px;
}
#overview_slider .wpProQuiz_button { display:none; }
#power_parenting_slider .slides img { width:auto; }
#power_parenting_slider .slides img.alignright { float:right; }

.c\:primary, a.c\:primary, .hover__c\:primary:hover, .link__c\:primary a, .link-hover__c\:primary a:hover {
    color: #7d6476
}
.c\:primary-light { color: #a08899 }
.c\:primary-dark { color: #64505e }
.c\:secondary { color: #394553 }
.c\:secondary-light { color: #4e5e71 }
.c\:secondary-dark { color: #242c35 }
.c\:soft, a.c\:soft { color: #72809d }
.c\:heavy, a.c\:heavy { color: #191d24 }
.c\:light, a.c\:light { color: #eef0f3 }
.c\:dark, a.c\:dark { color: #191d24 }
.c\:white, a.c\:white { color: #fff }
.c\:inherit, a.c\:inherit, .link__c\:inherit a { color: inherit }
.c\:reset, a.c\:reset, .hover__c\:reset:hover, .link__c\:reset a, .link-hover__c\:reset a:hover { color: #000 }
.c\:1, a.c\:1, .hover__c\:1:hover, .link__c\:1 a, .link-hover__c\:1 a:hover { color: #f7f8fa }
.c\:2, a.c\:2, .hover__c\:2:hover, .link__c\:2 a, .link-hover__c\:2 a:hover { color: #eef0f3 }
.c\:3, a.c\:3, .hover__c\:3:hover, .link__c\:3 a, .link-hover__c\:3 a:hover { color: #dee1e8 }
.c\:4, a.c\:4, .hover__c\:4:hover, .link__c\:4 a, .link-hover__c\:4 a:hover { color: #c9ced9 }
.c\:5, a.c\:5, .hover__c\:5:hover, .link__c\:5 a, .link-hover__c\:5 a:hover { color: #9ca6ba }
.c\:6, a.c\:6, .hover__c\:6:hover, .link__c\:6 a, .link-hover__c\:6 a:hover { color: #72809d }
.c\:7, a.c\:7, .hover__c\:7:hover, .link__c\:7 a, .link-hover__c\:7 a:hover { color: #4d596f }
.c\:8, a.c\:8, .hover__c\:8:hover, .link__c\:8 a, .link-hover__c\:8 a:hover { color: #384151 }
.c\:9, a.c\:9, .hover__c\:9:hover, .link__c\:9 a, .link-hover__c\:9 a:hover { color: #191d24 }
.bg\:primary { background-color: #7d6476 }
.bg\:primary-light { background-color: #a08899 }
.bg\:primary-dark { background-color: #64505e }
.bg\:secondary { background-color: #394553 }
.bg\:secondary-light { background-color: #4e5e71 }
.bg\:secondary-dark { background-color: #242c35 }
.bg\:reset, .hover__bg\:reset:hover { background-color: #fff }
.bg\:1, .hover__bg\:1:hover { background-color: #f7f8fa }
.bg\:2, .hover__bg\:2:hover { background-color: #eef0f3 }
.bg\:3, .hover__bg\:3:hover { background-color: #dee1e8 }
.bg\:4, .hover__bg\:4:hover { background-color: #c9ced9 }
.bg\:5, .hover__bg\:5:hover { background-color: #9ca6ba }
.bg\:6, .hover__bg\:6:hover { background-color: #72809d }
.bg\:7, .hover__bg\:7:hover { background-color: #4d596f }
.bg\:8, .hover__bg\:8:hover { background-color: #384151 }
.bg\:9, .hover__bg\:9:hover { background-color: #191d24 }

.site-wrap {
    display: -webkit-flex; display: flex;
    -webkit-flex-direction: column; flex-direction: column;
    margin: 0 auto;
    min-height: 100vh
}
.site-main { -webkit-flex: 1 0 auto; flex: 1 0 auto }
body.page-template-default .site-main, body.single-sfwd-courses .site-main { padding-top:40px; }
.site-header {
    background: #394553;
    color: #fff;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    position: -webkit-sticky; position: sticky;
    top: 0;
    z-index: 50
}
body.home .site-header, body.page-template-default .site-header, body.single-sfwd-courses .site-header {
    background:#fff;
    color:#394553;
    position:static;
}
.site-header__align {
    display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
    -webkit-justify-content: space-between; justify-content: space-between;
    min-height: 50px;
    width: auto
}
.logo {
    display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
    -webkit-justify-content: center; justify-content: center;
    -webkit-flex: 0 0 240px; flex: 0 0 240px;
    font-size: 2rem;
    font-weight: bold
}
body.home .site-header .logo, body.page-template-default .site-header .logo, body.single-sfwd-courses .site-header .logo {
    -webkit-flex: 0 0 auto; flex: 0 0 auto;
}
.logo a {
    display:block;
    color:inherit;
    line-height:40px;
}
.logo img, .logo svg { height:40px }

.site-header__title {
    -webkit-flex: 1 1 auto; flex: 1 1 auto;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.navigation-toggle {
    -webkit-flex: 0 0 auto; flex: 0 0 auto;
    display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
    -webkit-justify-content: center; justify-content: center;
    border-radius: 3px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: bold;
    height: 50px;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase
}
.navigation-toggle__icon {
    font-size: 2px;
    color: inherit;
    width: 24px;
    height: 16px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}
.navigation-toggle__icon::before, .navigation-toggle__icon::after, .navigation-toggle__icon>i::before,
.navigation-toggle__icon>i::after {
    content: '';
    display: block;
    width: 100%;
    height: 1em;
    background: currentColor;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.2s ease-in-out
}
.navigation-toggle__icon::before { top: 0 }
.navigation-toggle__icon::after {
    top: auto;
    bottom: 0
}
.navigation-toggle__icon>i::before, .navigation-toggle__icon>i::after {
    -webkit-transform: rotate(0deg); transform: rotate(0deg);
    margin-top: -0.5em
}
.navigation-active .navigation-toggle__icon::before {
    -webkit-transform: translateY(-5px); transform: translateY(-5px);
    opacity: 0
}
.navigation-active .navigation-toggle__icon::after {
    -webkit-transform: translateY(5px); transform: translateY(5px);
    opacity: 0
}
.navigation-active .navigation-toggle__icon>i::before { -webkit-transform: rotate(45deg); transform: rotate(45deg) }
.navigation-active .navigation-toggle__icon>i::after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg) }
.site-navigation {
    -webkit-flex: 0 0 auto; flex: 0 0 auto;
    line-height: 50px;
    white-space: nowrap;
    width: 240px;
    position: relative;
    -webkit-align-self: stretch; align-self: stretch;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    z-index:50;
}
.site-navigation .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-in-out;
    background: #9ca1a8
}
.navigation-active .site-navigation .nav { max-height: 150px }
.site-navigation .nav__item { position: relative }
.site-navigation .nav__link {
    color: currentColor;
    display: block;
    border-bottom: 1px solid #fff !important;
}
.site-navigation__title {
    background: #7d6476;
    cursor: pointer
}

.site-header .ld-progress { margin:0; }
.site-header .ld-progress-stats { display:none !important; }
.site-header .ld-progress .ld-progress-bar {
    margin:0px !important;
    border-radius:0;
    background:#fff;
}
.site-header .ld-progress .ld-progress-label { display:none !important; }
body .learndash-wrapper .ld-breadcrumbs { display:none; }

#lesson_steps {
    overflow:visible;
}
#lesson_step_nav {
    list-style:none;
    /*display:table;*/
    padding:0;
    margin:0;
    width:100%;
    font-size:9px;
    position:relative;
}
#lesson_step_nav .swiper-slide {
    /*display:table-cell;*/
    float:left;
    padding:0;
    margin:0;
    width:2%;
    min-width:68px;
    background:#e5e5e5;
    text-align:center;
    color:#999;
    line-height:25px;
    text-transform:uppercase;
}
#lesson_step_nav .swiper-slide a {
    font-weight:bold;
    display:block;
    line-height:25px;
    color:rgba(255, 255, 255, 0.7);
}
#lesson_step_nav .swiper-slide a:hover {
    color:rgba(255, 255, 255, 1);
    text-decoration:underline;
}
#lesson_step_nav .swiper-slide a.incomplete {
    background:#e5e5e5 !important;
    color:#999;
}
#lesson_step_nav .swiper-slide a.current {
    font-weight:900;
    color:#fff;
}
#lesson_step_nav .swiper-slide a.incomplete.current { color:#666; }
#lesson_step_nav .swiper-slide a span {
    display:none;
    position:absolute;
    top:100%;
    left:0px;
    width:200%;
    z-index:100;
    line-height:1.6em;
    padding-top:6px;
    padding-bottom:6px;
    color:#fff;
}
#lesson_step_nav .swiper-slide:last-child a span {
    left:auto;
    right:0px;
}
#lesson_step_nav .swiper-slide a:hover span {
    display:block;
}
.single-sfwd-lessons #lesson_step_nav { display:none; }
#lesson_step_nav_extra { position:relative; }
#lesson_step_nav_extra ul {
    position:absolute;
    right:0px;
    top:100%;
    overflow:hidden;
    max-height:0px;
    opacity:0;
    transition:all 0.5s; -webkit-transition:all 0.5s;
}
#lesson_step_nav_extra.active > a, #lesson_step_nav_extra.active > a.incomplete { background:#fff !important; }
#lesson_step_nav_extra.active ul {
    max-height:999px;
    opacity:1;
}
#lesson_step_nav_extra li {
    display:block;
    width:100px;
}
.flex-direction-nav a {
    opacity:1;
    text-shadow:none;
    outline:none;
}
#lesson_steps .flex-direction-nav a {
    top:auto;
    bottom:0px;
    background:#e5e5e5;
    text-align:center !important;
    font-size:14px;
    height:25px;
    line-height:25px;
}
#lesson_steps .flex-direction-nav a::before {
    color:#999;
    font-size:14px;
    line-height:25px;
}
#lesson_steps .flex-prev { left:0px; }
#lesson_steps .flex-next { right:0px; }
#lesson_steps .swiper-button-disabled {
    opacity:0;
    pointer-events:none;
}
#lesson_steps .swiper-button-prev, #lesson_steps .swiper-button-next {
    background:#e5e5e5;
    outline:none;
    top:0;
    margin-top:0;
    font-size:18px;
    height:25px;
    line-height:25px;
    color:#999;
}
#lesson_steps .swiper-button-prev { left:0px; }
#lesson_steps .swiper-button-next { right:0px; }
#lesson_steps .swiper-button-prev::after, #lesson_steps .swiper-button-next::after {
    font-family:"FontAwesome";
    font-size:18px;
    line-height:25px;
}
#lesson_steps .swiper-button-prev::after { content:"\f104"; }
#lesson_steps .swiper-button-next::after { content:"\f105"; }

#sidebar_nav {
    position:fixed;
    left:0px;
    top:20vmin;
}
#sidebar_nav a {
    display:block;
    width:75px;
    height:75px;
    line-height:75px;
    background:#394553;
    text-align:center;
    margin-bottom:10px;
}
#sidebar_nav img { vertical-align:middle; }

.site-footer {
    background: #394553;
    color: #fff;
    -webkit-flex: 0 0 auto; flex: 0 0 auto;
    font-size: 1.6rem;
}
.site-footer .button--secondary { background:#000; }
.site-footer a { color:inherit }
.site-footer__logo svg { height:auto }
.site-footer__links {
    display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
    -webkit-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-justify-content: center; justify-content: center;
    font-size: 1.2rem
}
.site-footer__links li { margin: 4px 0 }
.site-footer__links li:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid currentcolor
}
.social-icons {
    display: -webkit-flex; display: flex;
    font-size: 20px;
    color: #fff
}
.social-icons li {
    -webkit-flex: 0 0 auto; flex: 0 0 auto;
    margin-right: 5px
}
.social-icons li:last-of-type { margin-right: 0 }
.social-icons a {
    display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
    -webkit-justify-content: center; justify-content: center;
    position: relative;
    width: 32px;
    height: 32px;
    background: #000;
    color: inherit !important;
    border-radius: 50%
}
.social-icons a::before {
    content: '';
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.15);
    opacity: 0
}
.social-icons a:hover::before { opacity: 1 }
.social-icons span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden
}
.social-icons svg { height: 50% }

.footer-navigation {
    position: fixed;
    bottom: 0;
    right: .5em;
    font-size: 75px;
    color: #fff;
    background: #394553;
    text-transform: uppercase;
    font-weight: 600
}
.footer-navigation__primary { background: #7d6476 }
.footer-navigation__link {
    display: -webkit-flex; display: flex;
    -webkit-flex-direction: column; flex-direction: column;
    width: 1em;
    height: 1em;
    -webkit-justify-content: center; justify-content: center;
    -webkit-align-items: center; align-items: center;
    color: inherit !important;
}
body.locale-fr_FR .footer-navigation__link {
    width: 1.3em;
    height: 1.3em;
}
.footer-navigation__icon {
    font-size: .3em;
    margin-bottom: .15em
}
.footer-navigation__text { font-size: .18em }
form.sfwd-mark-complete { display:none !important; }
.footer-navigation__prev {
    position:fixed;
    right:113px;
    background:#394553;
}

.page-header {
    background: #dee1e8;
    color: #191d24
}
.page-header__title { font-weight: bold }

.section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-top: var(--push);
    padding-bottom: var(--push)
}

.h1 {
    font-family: "Golos";
    --text-crop-top: .8;
    --text-crop-bottom: .8
}
.h2, .ld-focus-content h2, .bod-modal-content h2, #overview_slider h2 {
    text-transform:uppercase;
    font-weight:bold;
    margin-bottom:0.3em;
    color:#7d6476;
}
.h3, .ld-focus-content h3, .bod-modal-content h3, #overview_slider h3 {
    font-weight:bold;
    margin-bottom:0.3em;
}

#ld-profile .ld-item-list-item-course .ld-item-list-item-expanded {
    max-height:none !important;
    overflow:visible;
}
#ld-profile .ld-item-list-item-course .ld-item-contents { display:none; }
#ld-profile .ld-item-list-item-course .ld-progress { margin-bottom:0; }
#ld-profile .ld-course-list .ld-item-list-actions .ld-expand-button,
.user_has_access .ld-lesson-list .ld-item-list-actions .ld-expand-button,
.ld-item-list-item-course .ld-expand-button, .user_has_access .ld-item-lesson-item .ld-expand-button {
    display:none !important;
}
.user_has_access .ld-lesson-list a.ld-item-name { cursor:default; }
.user_has_access .ld-lesson-list a:hover.ld-item-name { color:#495255 !important; }
.tb_lesson_actions {
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;
}

body.ld-in-focus-mode.admin-bar { padding-top:0 !important; }
body.ld-in-focus-mode .learndash-wrapper { background:none; }
.learndash-wrapper .ld-alert {
    margin-top:50px;
    border:none;
    background:none;
    padding-left:0;
    padding-right:0;
    font-weight:bold;
}
.learndash-wrapper .ld-alert .ld-alert-icon.ld-icon-alert { display:none; }
.learndash-wrapper .ld-focus .ld-focus-sidebar { display:none; }
.learndash-wrapper .ld-focus .ld-focus-main {
    margin-left:0 !important;
    margin-right:0;
    overflow-x:hidden;
}
body.single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content,
body.single-sfwd-quiz .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
    /*padding-left:240px;
    padding-right:240px;*/
    padding-left:0px;
    padding-right:0px;
    padding-top: var(--push);
    padding-bottom: var(--push);
    max-width:none;
}
body.single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-main { min-height:100vh; }
body.single-sfwd-lessons #lesson_steps {
    display:none;
}
body.single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
    padding-top:0;
    padding-bottom:0;
}
body.single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .learndash-wrapper {
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    z-index:20;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}

#lesson_overview, #lesson_fun {
    position:absolute;
    padding:0;
    margin-left:0;
    margin-right:0;
    height:300px;
    top:50%;
    margin-top:-150px;
    left:0px;
    width:100%;
    text-align:center;
    overflow:hidden;
}
#lesson_fun { height:380px; }
#lesson_overview li {
    display:inline-block;
    margin-left:15px;
    margin-right:15px;
    margin-top:0;
    margin-bottom:0;
    padding:0;
}
#lesson_overview a.icon, #lesson_fun a.icon {
    display:block;
    position:relative;
    width:215px;
    height:215px;
    background:#394553;
}
#lesson_fun a.icon {
    border:1px solid #394553;
    background:#fff;
}
#lesson_overview a.icon img, #lesson_fun a.icon img {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%);
    transition:all 0.5s; -webkit-transition:all 0.5s;
}
#lesson_overview a:hover.icon img {
    transform:translate(-50%, -50%) scale(1.2); -webkit-transform:translate(-50%, -50%) scale(1.2);
}
#lesson_overview li div, #lesson_fun li div {
    background:#fff;
    text-align:left;
    padding:24px;
}
#lesson_fun li div {
    max-width:215px;
    background:#394553;
    color:#fff;
}
#lesson_overview a div { display:none; }
#lesson_overview li.inactive a div {
    display:block;
    position:absolute;
    background:url(../images/text_coming_soon.png) no-repeat center center;
    background-size:contain;
    width:125px;
    height:66px;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%);
    z-index:11;
}
#lesson_overview li.inactive a.icon::after {
    content:'';
    display:block;
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    background:#f2f2f2;
    opacity:0.5;
    z-index:10;
}
#lesson_overview h2, #lesson_fun h2 {
    font:bold 18px 'Lato', sans-serif;
    text-transform:none;
    color:#000 !important;
    margin-bottom:0;
}
body.locale-fr_FR #lesson_overview h2, body.locale-fr_FR #lesson_fun h2 {
    font-size:17px;
    letter-spacing:-1px;
}
#lesson_overview h2 a { color:#000; }
#lesson_fun h2 {
    color:#fff !important;
    height:44px;
}
#lesson_fun h3 {
    font-size:10px;
    font-weight:400;
}
#lesson_fun h2 a, #lesson_fun h3 a { color:#fff; }
#lesson_overview li.inactive h2, #lesson_overview li.inactive h2 a, #lesson_overview li.inactive h3 {
    color:#969ca3 !important;
}
#lesson_overview h3 {
    font-size:10px;
    text-transform:uppercase;
    margin-top:0;
}
#lesson_overview_footer {
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
    font-size:21px;
    height:50px;
    line-height:50px;
    color:#fff;
    background:#394553;
    text-align:center;
    overflow:hidden;
}
#lesson_copyright {
    position:absolute;
    bottom:60px;
    left:0px;
    right:0px;
    font-size:12px;
    text-align:center;
    color:#fff;
}
#lesson_fun .flexslider {
    border-radius:0;
    border:none;
    background:none;
    max-width:957px;
    margin-left:auto;
    margin-right:auto;
}
@media (max-width: 1024px) { #lesson_fun .flexslider { max-width:710px; } }

#lesson_fun .flexslider .flex-direction-nav .flex-prev, #lesson_fun .flexslider:hover .flex-direction-nav .flex-prev {
    left:-70px;
}
#lesson_fun .flexslider .flex-direction-nav .flex-next, #lesson_fun .flexslider:hover .flex-direction-nav .flex-next {
    right:-70px;
}
#lesson_fun .flex-direction-nav a {
    opacity:1;
    border:2px solid #000;
    border-radius:50%;
    width:60px;
    height:60px;
    text-align:center;
    background:#fff;
}
#lesson_fun .flex-direction-nav a:before {
    text-shadow:none;
    color:#000;
    font-size:32px;
    line-height:60px;
}
#lesson_story {
    position:absolute;
    left:0px;
    right:0px;
    width:100%;
    top:50px;
    bottom:50px;
    height:100%;
}
#time_for_rhyme {
    position:absolute;
    padding:40px;
    top:200px;
    bottom:150px;
    left:15%;
    right:15%;
    background:rgba(255, 255, 255, 0.49);
    overflow:hidden;
}
#time_for_rhyme .scroller {
    position:relative;
    width:100%;
    height:100%;
}
#time_for_rhyme .scroller div {
    max-height:100%;
    overflow-y:auto;
    font-weight:300;
    margin-right:90px;
}
#time_for_rhyme h1 {
    font-family:"Golos-Bold";
    font-size:90px;
    line-height:1em;
    margin-top:0;
    margin-bottom:0.4em;
}
#time_for_rhyme div a.scroll_button {
    position:absolute;
    width:65px;
    height:65px;
    right:0px;
    bottom:0px;
    text-align:center;
    color:rgba(255, 255, 255, 0.7);
    text-transform:uppercase;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:contain;
    font-size:12px;
    font-weight:600;
}

#time_for_rhyme div a.listen_button {
    background-image:url(../images/ico_listen.png);
    bottom:162px;
    padding-top:38px;
    bottom:0px;
}
#time_for_rhyme div a.listen_button.playing { background-image:url(../images/ico_pause.png); }
#time_for_rhyme div a.scroll_up {
    background-image:url(../images/ico_up.png);
    bottom:80px;
    padding-top:32px;
}
#time_for_rhyme div a.scroll_down {
    background-image:url(../images/ico_down.png);
    padding-top:10px;
}

.ld-tab-content > * {
    /*padding-left:240px;
    padding-right:240px;*/
    max-width:1024px;
    margin-left:auto;
    margin-right:auto;
}

/*.wp-block-mkl-section-block {
    padding-left:240px;
    padding-right:240px;
}*/
.wp-block-mkl-section-block .wp-block-cover.alignwide {
    margin-left:-100px;
    overflow:visible;
}
.wp-block-mkl-section-block .wp-block-cover.alignwide .wp-block-cover__inner-container { margin-right:-200px; }
.wp-block-group.is-style-transparent-white-50 { background-color:rgba(255, 255, 255, 0.5); }
.wp-block-group.is-style-transparent-50, .wp-block-group.is-style-transparent-white-50 { padding:36px; }

.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-topic-status { display:none; }
.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content > h1 { display:none; }
.learndash-wrapper .ld-tabs { margin:0; }
.ld-tab-content {
    background-repeat:no-repeat;
    background-position:left top;
    background-size:100% auto;
}
/*
.ld-tab-content > p:first-child { margin-top:2.5em; }
*/
.learndash-wrapper em {
    font-family:"Museo Slab";
    font-style:normal;
}
.learndash-wrapper em strong {
    font-family:"Lato";
    font-weight:500;
    font-style:italic;
}
.learndash-wrapper .ld-focus .ld-tab-content ul, .plus_list ul {
    padding-left:0px !important;
    overflow:hidden;
}
.learndash-wrapper .ld-focus .ld-tab-content ul li, .plus_list ul li {
    list-style:none;
    position:relative;
    padding-left:1em;
    margin-bottom:0.25em;
}
.learndash-wrapper .ld-focus .ld-tab-content ul li:before, .plus_list ul li::before {
    content:">";
    position:absolute;
    left:0px;
    top:0px;
}
.learndash-wrapper .ld-focus .ld-tab-content ul.is-style-light-larger li, .plus_list ul.is-style-light-larger li::before {
    margin-bottom:0.75em;
}

#quiz_wrap {
    /*padding-left:240px;
    padding-right:240px;*/
    max-width:1024px;
    margin-left:auto;
    margin-right:auto;
}
body.questions-left .wpProQuiz_content {
    float:left;
    min-width:550px;
    max-width:650px;
}
body .learndash-wrapper .ld-quiz-actions {
    border-top:none;
    -webkit-box-pack:start;
    -ms-flex-pack: start;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding-top:10px;
    padding-bottom:20px;
}
.learndash-wrapper .ld-quiz-actions .quiz_continue_link { margin:0; }
.learndash-wrapper textarea { height:120px; }
body.short-answer textarea { height:58px; }
.wpProQuiz_content .select {
    display:inline-block;
    min-width:350px;
}
.wpProQuiz_content .wpProQuiz_questionListItem:last-child, .wpProQuiz_content .wpProQuiz_questionListItemLastChildIE {
    padding:0;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem textarea.wpProQuiz_questionEssay {
    border-radius:0;
    border-width:1px;
    padding:0.8em;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label { border:none !important; }
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type="single"] .wpProQuiz_questionListItem {
    padding:0;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type="single"] .wpProQuiz_questionListItem label {
    padding:0;
    display:flex;
    align-items:flex-start;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type="single"] .wpProQuiz_questionListItem label input {
    /*float:left;*/
    margin-top:8px;
    /*margin-bottom:10px;*/
    margin-right:0.6em;
}
.learndash-wrapper .wpProQuiz_content { padding-top:1em; }
.learndash-wrapper .wpProQuiz_content .wpProQuiz_question { padding:0; }
.wpProQuiz_content div { clear:none !important; }
.wpProQuiz_content .wpProQuiz_question_text { font-weight:600; }
.wpProQuiz_content .wpProQuiz_question_text p { font-weight:normal; }
.wpProQuiz_content .wpProQuiz_question_text h5 {
    text-transform:uppercase;
    font-size: 10px;
    font-weight:bold;
    color:#808080; 
    margin-bottom:0.5em;
}
body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button { float:none !important; }
.graded-disclaimer { display:none; }
.wp-block-image .alignright { margin-left:0px; }
.wp-block-image .aligncenter {
    margin-top:2em;
    margin-bottom:2em;
}
.wp-block-image.alignfull img, .wp-block-image.alignwide img { height:auto; }

.wpProQuiz_results .wpProQuiz_header { display:none; }
.wpProQuiz_clear { display:none; }
ol.tb_question_list { list-style-type:decimal; }
.tb_question_list textarea {
    border:1px solid #e2e7ed;
    padding:0.8em;
    width:75%;
    height:4.4em !important;
    vertical-align:-55px;
    margin-bottom:10px;
}
.quiz_cols_2 .wpProQuiz_listItem {
    display:inline-block;
    vertical-align:top;
    width:35%;
    margin-right:1%;
}
.quiz_cols_2 textarea { height:4.4em !important; }
.wpProQuiz_question.blanks_not_unique .wpProQuiz_question_text::after {
    color:red;
    content:"Please ensure all your answers to this question are different.";
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td .wpProQuiz_maxtrixSortText {
    padding-left:0 !important;
    font-size:15px;
}
.wpProQuiz_questionList[data-type="matrix_sort_answer"] { clear:left; }
.wpProQuiz_questionList[data-type="matrix_sort_answer"] table { border:none !important; }
.wpProQuiz_questionList[data-type="cloze_answer"] { line-height:2em; }
.wpProQuiz_questionList[data-type="cloze_answer"] .wpProQuiz_cloze { line-height:1.5em; }
.learndash-wrapper .wpProQuiz_content fieldset.wpProQuiz_question,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem fieldset { border:none; }
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_sortable { border:none; }
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_sortable:before {
    font-family:"Lato", sans-serif !important;
    content:"\2022";
}
.wpProQuiz_matrixSortString .wpProQuiz_header { display:none; }
li.wpProQuiz_listItem[data-type="matrix_sort_answer"] .wpProQuiz_question { position:relative; }
.wpProQuiz_matrixSortString {
    position:absolute;
    right:0px;
    top:20px;
    overflow:visible !important;
    bottom:0px;
    font-size:15px;
    border:1px dashed #eee !important;
    width:40%;
}
.wpProQuiz_content .wpProQuiz_question .wpProQuiz_matrixSortString ul.wpProQuiz_sortStringList {
    height:100%;
    padding:5px !important;
    margin-top:0 !important;
}
.wpProQuiz_sortStringItem { font-size:15px; }
.wpProQuiz_matrixSortString .wpProQuiz_sortStringItem {
    display:block !important;
    float:none !important;
    margin-right:0 !important;
}
li.wpProQuiz_listItem[data-type="matrix_sort_answer"] .wpProQuiz_questionList { width:60%; }
li.wpProQuiz_listItem[data-type="matrix_sort_answer"] .wpProQuiz_questionList .wpProQuiz_placehold {
    width:100%;
    height:64px;
    min-height:64px;
}
.wpProQuiz_button:hover { opacity:1 !important; }
.wpProQuiz_button_reShowQuestion, .wpProQuiz_button[name="reShowQuestion"] { margin-left:0 !important; }
.learndash-wrapper .wpProQuiz_content .wpProQuiz_response {
    border:none;
    background:none;
    text-align:left;
    text-transform:uppercase;
    padding:0;
    min-height:auto;
    margin-top:0;
}
.wpProQuiz_response div {
    background-repeat:no-repeat;
    background-position:left center;
    background-size:contain;
    padding-left:30px;
    display:inline-block;
}
.wpProQuiz_content .wpProQuiz_response span {
    font-size:14px;
    font-weight:600;
}
.wpProQuiz_correct, .wpProQuiz_answerCorrectIncomplete { color:#6BB820; }
.wpProQuiz_correct { background-image:url(../images/ico_tick.png); }
.wpProQuiz_incorrect {
    color:#B90004;
    background-image:url(../images/ico_cross.png);
    background-size:22px auto !important;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label {
    background:none;
    color:#000;
    font-weight:normal;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td,
.learndash-wrapper .wpProQuiz_content li.wpProQuiz_questionListItem.wpProQuiz_answerCorrect,
.learndash-wrapper .wpProQuiz_content li.wpProQuiz_questionListItem.wpProQuiz_answerCorrect label {
    background:none;
    border:none;
    color:#6BB820;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect>table td,
.learndash-wrapper .wpProQuiz_content li.wpProQuiz_questionListItem.wpProQuiz_answerIncorrect {
    border:none;
    color:#B90004;
}

.wpProQuiz_incorrect .wpProQuiz_AnswerMessage {
    line-height:1.5em;
    text-transform:none;
    color:#000;
    margin-top:1.5em !important;
}
.wpProQuiz_incorrect .wpProQuiz_AnswerMessage p { margin-bottom:1.5em !important; }
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td:first-child { width:40%; }

.user-feedback-button-init { display:none; }
.user-feedback-modal-title { color:#394553 !important; }
.user-feedback-button-primary { background-color:#394553 !important; }
#notes {
    display:none;
    position:absolute;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    background:rgba(255, 255, 255, 0.95);
    z-index:1000;
}
#notes.active { display:block; }
#notes > div {
    position:relative;
    margin-left:235px;
    margin-right:235px;
    margin-top:20vmin;
}
#notes h2 {
    line-height:0.9em;
    margin-bottom:0.25em;
}
#notes textarea {
    border:1px solid #000;
    width:100%;
    height:55vmin;
}

@media (max-width: 1182px) {
    .ld-tab-content > *, #quiz_wrap {
        /*padding-left:120px;
        padding-right:120px;*/
        max-width:890px;
    }
    .learndash-wrapper .ld-focus .ld-tab-content ul { 
        /*padding-left:120px;*/ 
    }
}
@media (max-width: 1045px) {
    .ld-tab-content > *, #quiz_wrap {
        /*padding-left:100px;
        padding-right:100px;*/
        max-width:800px;
    }
    .learndash-wrapper .ld-focus .ld-tab-content ul { 
        /*padding-left:100px;*/
    }
    body.questions-left .wpProQuiz_content { min-width: 500px; }
}
@media (max-width: 946px) {
    .ld-tab-content > *, #quiz_wrap {
        /*padding-left:100px;
        padding-right:100px;*/
        max-width:740px;
    }
}
@media (max-width: 900px) { #sidebar_nav { display:none; } }

.h\:100vh { min-height: 100vh }
body.page-template-template_login { font-size:1.6rem; }
.tarbiyah-register { overflow-x: hidden }
.tarbiyah-register .width {
    width: auto;
    max-width: 1200px;
    padding:0;
    margin:0 auto;
}
.tarbiyah-register .form__label, #loginform label { font-size: .8em }
.tarbiyah-register__cells {
    min-height: 100vh;
    -webkit-align-items: stretch;
    align-items: stretch
}
.tarbiyah-register__text {
    position: relative;
    color: #fff
}
.tarbiyah-register__text::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    background: #394553;
    z-index: -1
}
.tarbiyah-register__social li+li { margin-top: 8px }
.tarbiyah-register__social a {
    font-size: .8em;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background: #555;
    color: #fff;
    padding: 1.2rem 0 1.2rem 2rem;
    text-transform: uppercase
}
.tarbiyah-register__social a[href*='facebook.com'] { background: #0a51a1 }
.tarbiyah-register__social a[href*='linkedin.com'] { background: #0177b5 }
.tarbiyah-register__social svg { margin-right: 2rem }

.site-header__world-federation {
    max-width: 110px;
    margin-left: 20px
}
.site-header__world-federation img { display: block }
.site-header__user {
    background: #394553;
    color: #fff;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 20px;
    -webkit-flex: 0 1 180px;
    flex: 0 1 180px;
    transition: all 0.2s ease-in-out
}
.site-header__user a {
    color: inherit;
    display: -webkit-flex;
    display: flex;
    padding: 0 1em;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}
.site-header__user:hover { background: #506074 }
.site-header__user svg {
    height: .8em;
    margin-right: .8em
}