/* Training ICA - General */

div.back-to-top {
    margin: 0 auto;
    width: 90%;
    max-width: 1170px;
    padding: 2em 0 4em 0;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

div.back-to-top.no-border {
    padding: 0 0 4em 0;
    border-top: none;
}

@media only screen and (max-width: 600px) {

    div.back-to-top {
        padding: 2em 0;
    }

    div.back-to-top.no-border {
        padding: 0 0 2em 0;
    }
}

div.banner-wt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4em 0;
    color: #ffffff;
}

div.banner-wt.no-image {
    background-color: #17477E;
    background-image: url('images/banner-top.svg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}

@media only screen and (max-width: 600px) {

    div.banner-wt {
        padding: 2em 0;
    }
}

div.banner-wt img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
}

div.banner-carousel {
    margin-bottom: 2em;
}

div.banner-carousel div.image-wrapper img {
    width: 100%;
}

div.banner-carousel ul.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 1.5em 0 auto 0;
    z-index: 997;
}

div.banner-carousel.single-image ul.slick-dots {
    margin: 0;
}
    
div.banner-carousel ul.slick-dots li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    margin: 0 25px 0 0;
}

div.banner-carousel ul.slick-dots li:last-child {
    margin: 0;
}

div.banner-carousel ul.slick-dots li:only-child {
    display: none;
} 

div.banner-carousel ul.slick-dots li:nth-of-type(1n+10) {
    display: none;
}

div.banner-carousel ul.slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border-color: #17477e;
    border: 1px solid #17477e;
    background-color: transparent;
    border-radius: 50%;
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div.banner-carousel ul.slick-dots li button:focus {
    outline: none;
}

div.banner-carousel ul.slick-dots li:hover button,
div.banner-carousel ul.slick-dots li.slick-active button {
    background-color: #17477e;
}

div.banner-carousel ul.slick-dots li button:before {
    display: none;
}

div.banner-carousel button.slick-prev,
div.banner-carousel button.slick-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background-color: #17477e;
    padding: 15px;
    border-radius: 50%;
    margin-top: -20px;
    outline: 0;
    z-index: 50;
}

div.banner-carousel button.slick-prev:focus,
div.banner-carousel button.slick-next:focus {
    outline: 0;
}

div.banner-carousel button.slick-prev svg,
div.banner-carousel button.slick-next svg {
    width: 23px;
    height: 20px;
}

div.banner-carousel button.slick-prev svg {
    margin-left: -3px;
}

div.banner-carousel button.slick-next svg {
    margin-right: -3px;
}

div.banner-carousel button.slick-prev svg path,
div.banner-carousel button.slick-next svg path {
    fill: #ffffff;
}

div.banner-carousel button.slick-prev {
    left: 25px;
}

div.banner-carousel button.slick-next {
    right: 25px;
}

div.btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

div.btn-wrapper.hstack {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

div.btn-wrapper a { 
    margin-top: 0;
}

div.btn-wrapper.flex-justified {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

div.btn-wrapper.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

button.form-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    margin-top: 0;
}

button.form-btn:disabled {
    opacity: 0.4;
}

a.pink-btn,
button.form-btn {
    font-family: "Fredoka One", cursive;
    font-weight: 500;
    background-color: #ec0082;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 150px;
    border-radius: 50px;
    padding: 10px 20px;
    margin-top: 1em;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.dark-blue-btn {
    font-family: "Fredoka One", cursive;
    font-weight: 500;
    background-color: #18477E;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 150px;
    border-radius: 50px;
    padding: 10px 20px;
    margin-top: 1em;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.blue-btn {
    font-family: "Fredoka One", cursive;
    font-weight: 500;
    background-color: #54bfed;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 150px;
    border-radius: 50px;
    padding: 10px 20px;
    margin-top: 1em;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.orange-btn {
    font-family: "Fredoka One", cursive;
    font-weight: 500;
    background-color: #eb9e4f;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 150px;
    border-radius: 50px;
    padding: 10px 20px;
    margin-top: 1em;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.pink-btn:hover,
a.dark-blue-btn:hover,
a.orange-btn:hover,
button.form-btn:hover:not([disabled]) {
    background-color: #11ABFF;
}

a.blue-btn:hover {
    background-color: #17477E;
}

a.blue-btn.outline {
    background-color: transparent;
    border: 2px solid #54bfed;
    color: #54bfed;
    cursor: pointer;
}

a.blue-btn.outline:hover {
    background-color: #54bfed;
    color: #ffffff;
}

a.orange-btn.outline {
    background-color: transparent;
    border: 2px solid #eb9e4f;
    color: #eb9e4f;
    cursor: pointer;
}

a.orange-btn.outline:hover {
    background-color: #eb9e4f;
    color: #ffffff;
}

a.full-width {
    width: 100%;
}

a.with-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

a.with-icon svg {
    width: 20px;
}

a.with-icon svg path {
    fill: #ffffff;
}

a.custom-btn {
    display: block;
}

a.assessment-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: flex-end;
    margin-top: 2em;
}

a.module-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
    margin-top: 2em;
}

@media only screen and (max-width: 600px) {
    
    h1, h2 {
        font-size: 1.75em;
        line-height: 1.25em;
    }
}

div.links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin: 2em 0;
}

div.links-wrapper a.orange-btn,
div.links-wrapper a.pink-btn {
    margin-top: 0;
}

div.text-wrapper h1 {
    margin-bottom: 0.5em;
}

div.text-wrapper p {
    font-size: 1.2em;
}

div.text-wrapper p:last-child {
    margin-bottom: 0;
}

div.text-wrapper.text--center {
    text-align: center;
}

div.cta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2em 0 0 0;
}

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

    div.cta-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 4em 2em 0 2em;
    }   
}

div.cta-wrapper p {
    text-align: center;
    font-size: 1.2em;
    max-width: 650px;
}

div.cta-wrapper p:last-of-type {
    margin-bottom: 0;
}

div.cta-wrapper a.dark-blue-btn {
    margin-top: 0;
}

div.flexible-content {
    padding: 2em 0 0 0;
    margin: 0 auto;
    width: 90%;
    max-width: 1170px;
}

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

    div.flexible-content {
        padding: 4em 4em 0 4em;
    }
}

div.flexible-content div.flexible-content__text,
div.flexible-content div.flexible-content__image {
    padding: 2em 0 0 0;
}

div.flexible-content div.flexible-content__text {
    color: #17477E;
}

div.flexible-content > div:first-child {
    padding-top: 0;
}

div.accordion-groups {
    background-color: #e4f3fb;
    border-radius: 20px;
    padding: 2em;
}

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

    div.accordion-groups {
        padding: 4em;
    }
}

div.accordion-group {
    margin-bottom: 2em;
}

div.accordion-group > h2:first-child {
    text-align: center;
}

div.accordion-group:last-of-type {
    margin-bottom: 0;
}

div.accordion-group:last-of-type div.accordions.alternate {
    margin-bottom: 0;
}

div.accordions {
    margin: 2em 0 1em 0;
    border: 2px solid #54bfed;
}

div.accordions.alternate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    gap: 20px;
}

div.accordions div.accordion {
    border-bottom: 2px solid #54bfed;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

div.accordions.alternate div.accordion {
    border-bottom: none;
}

div.accordions.alternate div.accordion div.heading {
    font-family: "Fredoka One", cursive;
    font-weight: 500;
    background-color: #54bfed;
    border-radius: 20px;
}

div.accordions.alternate div.accordion div.heading span.heading__title {
    color: #ffffff;
}

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

    div.accordions.alternate div.accordion div.heading span.heading__title {
        font-size: 1.75em;
        line-height: 1.2em;
    }
}

div.accordions.alternate div.accordion div.heading span.heading__icon {
    margin-top: -3px;
}

div.accordions.alternate div.accordion div.heading span.heading__icon span.h-line,
div.accordions.alternate div.accordion div.heading span.heading__icon span.v-line {
    background-color: #ffffff;
}

div.accordions div.accordion:last-of-type {
    border-bottom: none;
}

div.accordions div.accordion div.heading {
    position: relative;
    padding: 1em 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    cursor: pointer;
}

div.accordions div.accordion div.heading span.heading__title {
    font-size: 1.2em;
    color: #17477E;
}

div.accordions div.accordion div.heading span.heading__icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    min-width: 30px;
    height: 30px;
}

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

    div.accordions.alternate div.accordion div.heading span.heading__icon {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }
}

div.accordions div.accordion div.heading span.heading__icon span.h-line,
div.accordions div.accordion div.heading span.heading__icon span.v-line {
    position: absolute;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    background-color: #17477E;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

div.accordions div.accordion div.heading span.heading__icon span.h-line {
    top: 25%;
    bottom: 25%;
    width: 10%;
    left: 45%;
}

div.accordions div.accordion div.heading span.heading__icon span.v-line {
    left: 25%;
    right: 25%;
    height: 10%;
    top: 45%;
}

div.accordions div.accordion.open div.heading span.heading__icon span.h-line {
    left: 50%;
    right: 50%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

div.accordions div.accordion div.hidden-content {
    display: none;
    color: #17477E;
    padding: 1.5em 1em;
    background-color: rgba(84, 191, 237, 0.2);
    border-top: 2px solid #54bfed;
}

div.accordions.alternate div.accordion div.hidden-content {
    background-color: #ffffff;
    padding: 1.5em;
    border-radius: 20px;
    border-top: none;
}

div.accordions div.accordion div.hidden-content a.custom-btn {
    width: 100%;
}

div.accordions.alternate div.accordion div.hidden-content a.course-link {
    display:  block;
    margin-bottom: 1em;
}

div.accordions div.accordion div.hidden-content img {
    width: 100%;
    border-radius: 20px;
}

div.accordions div.accordion div.hidden-content p:last-of-type {
    margin-bottom: 0;
}

div.two-columns {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

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

    div.two-columns {
        flex-direction: row;
    }
}

div.two-columns div.column {
    width: 100%;
}

div.two-columns div.column a:first-child {
    margin-top: 0;
}

div.iframe-wrapper {
    position: relative;
    padding-top: 56.25%;
}

div.iframe-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: none;
}

form.training-certificate {
    display: none !important;
}

form fieldset.hidden {
    display: none;
}

form fieldset {
    border: 2px solid #54bfed;
    padding: 2em;
    border-radius: 20px;
    color: #17477E;
}

form fieldset h2 {
    margin-bottom: 0.5em;
}

form fieldset.start,
form fieldset.failed,
form fieldset.passed {
    border: 2px solid transparent;
    text-align: center;
}

form fieldset.start,
form fieldset.failed {
    background-color: #E4F3FB;
}

form fieldset.passed {
    background-color: #FBF3E4;
}

form fieldset div.options {
    margin-top: 1em;
    margin-bottom: 1em;
}

form fieldset div.option-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 0.25em;
}

form fieldset div.option-wrapper:last-of-type {
    margin-bottom: 0;
}

form fieldset div.option-wrapper label {
    margin-bottom: 0;
}

form fieldset div.option-wrapper label,
form fieldset div.option-wrapper input {
    cursor: pointer;
}

/* Training ICA - Landing */

section.landing-overview {
    position: relative;
    padding: 4em 0; 
    margin: 0 auto;
    width: 90%;
    max-width: 1170px;
}

@media only screen and (max-width: 600px) {

    section.landing-overview {
        padding: 2em 0; 
    }
}

section.landing-overview div.landing-overview__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 10px;
    margin-bottom: 2em;
}

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

    section.landing-overview div.landing-overview__title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

section.landing-overview div.landing-overview__title h1 {
    color: #17477E;
}

section.landing-overview div.landing-overview__title a {
    margin-top: 0;
}

section.landing-overview div.landing-overview__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2em;
}

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

    section.landing-overview div.landing-overview__intro {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

section.landing-overview div.landing-overview__intro div.info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1em;
    width: 100%;
    background-color: #e4f3fb;
    padding: 2em; 
    border-radius: 20px;
    color: #17477E;
}

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

    section.landing-overview div.landing-overview__intro div.info {
        width: 35%;
        padding: 4em;
    }
}

section.landing-overview div.landing-overview__intro div.info div.info__title { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 1.2em;
}

section.landing-overview div.landing-overview__intro div.info div.info__title span.icon { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 22px;
    height: 22px;
}

section.landing-overview div.landing-overview__intro div.info div.info__title span.icon svg { 
    height: 22px;
    width: auto;
    max-width: 20px;
    fill: #17477E;
}

section.landing-overview div.landing-overview__intro div.image {
    width: 100%;
    overflow: hidden;
}

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

    section.landing-overview div.landing-overview__intro div.image {
        width: 65%;
    }
}

section.landing-overview div.landing-overview__intro div.image img {
    border-radius: 20px;
    width: 100%;
}

section.landing-overview div.landing-overview__text {
    margin: 2em auto 0 auto;
    text-align: center;
    font-size: 1.2em;
    color: #17477E;
}

section.landing-benefits svg#top {
    fill: #18477e;
    max-height: 150px;
    width: 100%;
}

section.landing-benefits svg#bottom {
    fill: #18477e;
    max-height: 150px;
    width: 100%;
}

section.landing-benefits div.landing-benefits__wrapper {
    position: relative;
    padding: 4em 0;
    background-color: #18477e;
    z-index: 1;
}

@media only screen and (max-width: 600px) {

    section.landing-benefits div.landing-benefits__wrapper {
        padding: 2em 0;
    }
}

section.landing-benefits div.svg-wrapper.top {
    margin-bottom: -1px;
}

section.landing-benefits div.svg-wrapper.bottom {
    background-color: #e4f3fb;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -1px;
}

section.landing-benefits div.landing-benefits__wrapper div.content-wrapper {
    margin: 0 auto;
    width: 90%;
    max-width: 1170px;
    color: #ffffff;
    text-align: center;
}

@media only screen and (max-width: 600px) {

    section.landing-benefits div.landing-benefits__wrapper div.content-wrapper {
        padding-top: 2em;
    }
}

section.landing-benefits div.landing-benefits__wrapper div.content-wrapper h2 {
    margin-bottom: 0;
}

section.landing-benefits div.landing-benefits__wrapper div.content-wrapper div.benefits-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2em;
    width: 100%;
    margin-top: 2em;
}

section.landing-benefits div.landing-benefits__wrapper div.content-wrapper div.benefits-text {
    font-family: "Fredoka One", cursive;
    font-weight: 500;
    margin: 2em auto 0 auto;
    font-size: 1.2em;
    background-color: #54bfed;
    padding: 2em;
    border-radius: 20px;
}

@media only screen and (max-width: 600px) {

    section.landing-benefits div.landing-benefits__wrapper div.content-wrapper div.benefits-text {
        padding: 1.5em;
    }
}

section.landing-benefits div.landing-benefits__wrapper div.content-wrapper div.benefits-text p:first-child {
    margin-top: 0;
}

section.landing-benefits div.landing-benefits__wrapper div.content-wrapper div.benefits-text p:last-child {
    margin-bottom: 0;
}

section.landing-benefits div.landing-benefits__wrapper div.content-wrapper div.benefits-list div.benefit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2em;
    -ms-flex-preferred-size: calc(33.3333333% - 2em);
    flex-basis: calc(33.3333333% - 2em);
}

@media only screen and (max-width: 600px) {

    section.landing-benefits div.landing-benefits__wrapper div.content-wrapper div.benefits-list div.benefit {
        padding: 0em;
        -ms-flex-preferred-size: calc(50% - 2em);
        flex-basis: calc(50% - 2em);
    }
}

section.landing-benefits div.landing-benefits__wrapper div.content-wrapper div.benefits-list div.benefit span.icon {
    display: block;
    margin-bottom: 1em;
}

section.landing-benefits div.landing-benefits__wrapper div.content-wrapper div.benefits-list div.benefit span.icon svg {
    width: 88px;
    height: 88px;
}

section.landing-benefits div.landing-benefits__wrapper div.content-wrapper div.benefits-list div.benefit p {
    font-size: 1.2em;
    margin-bottom: 0;
}

section.landing-resources {
    background-color: #e4f3fb;
    padding: 4em 0;
    margin-top: -1px;
    text-align: center;
    color: #18477E;
}


@media only screen and (max-width: 600px) {

    section.landing-resources {
        padding: 2em 0;
    }
}

section.landing-resources div.content-wrapper {
    margin: 0 auto;
    width: 90%;
    max-width: 1170px;
}

section.landing-resources div.blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2em;
    width: 100%;
    margin-top: 2em;
}

section.landing-resources div.blocks div.block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1em;
    -ms-flex-preferred-size: calc(33.3333333% - 2em);
    flex-basis: calc(33.3333333% - 2em);
}

@media only screen and (max-width: 600px) {

    section.landing-resources div.blocks div.block {
        padding: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

section.landing-resources div.blocks div.block div.image-wrapper {
    margin-bottom: 2em;
    padding: 1.5em;
    border-radius: 20px;
    background-color: #ffffff;
    overflow: hidden;
}

section.landing-resources div.blocks div.block div.image-wrapper img {
    border-radius: 20px;
    width: auto;
}

section.landing-cta div.content-wrapper {
    background-color: #ffffff;
}

section.landing-cta div.content-wrapper div.content-wrapper__inner {
    margin: 0 auto;
    width: 90%;
    max-width: 1170px;
    padding: 4em 0 2em 0;
    text-align: center;
    color: #17477E;
}

section.landing-cta div.content-wrapper div.content-wrapper__inner h2 > a { 
    text-decoration: none;
}

@media only screen and (max-width: 600px) {

    section.landing-cta div.content-wrapper div.content-wrapper__inner {
        padding: 2em 0;
    }
}

section.landing-cta svg#top {
    fill: #ffffff;
    max-height: 150px;
    width: 100%;
}

section.landing-cta div.svg-wrapper {
    background-color: #e4f3fb;
}

section.landing-cta div.svg-wrapper.top {
    margin-bottom: -1px;
}

/* Training ICA - Overview */

section.overview-introduction div.content-wrapper {
    padding: 4em 0 0 0;
    margin: 0 auto;
    width: 90%;
    max-width: 1170px;
    color: #17477E;
}

@media only screen and (max-width: 600px) {

    section.overview-introduction div.content-wrapper {
        padding: 2em 0 0 0;
    }
}

section.overview-introduction div.content-wrapper p:last-child {
    margin-bottom: 0;
}

section.overview-modules div.content-wrapper {
    padding: 2em 0;
    margin: 0 auto;
    width: 90%;
    max-width: 1170px;
    color: #17477E;
}

section.overview-modules div.content-wrapper p:last-child {
    margin-bottom: 0;
}

section.overview-modules div.content-wrapper div.accordions {
    margin: 2em 0;
}

/* Training ICA - Module */

section.training-module div.content-wrapper {
    padding: 4em 0;
    margin: 0 auto;
    width: 90%;
    max-width: 1170px;
    color: #17477E;
}

@media only screen and (max-width: 600px) {

    section.training-module div.content-wrapper {
        padding: 2em 0;
    }
}

section.training-module div.content-wrapper p:last-child {
    margin-bottom: 0;
}

section.training-module div.content-wrapper div.modules {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2em;
    margin: 2em 0;
}

section.training-module div.content-wrapper div.modules div.module {
    background-color: #e4f3fb;
    padding: 2em;
    border-radius: 10px;
}

@media only screen and (max-width: 600px) {

    section.training-module div.content-wrapper div.modules div.module {
        padding: 1.5em;
    }
}

section.training-module div.content-wrapper div.modules div.module span.module__title {
    display: block;
    font-family: 'Fredoka One', sans-serif;
    font-size: 2rem;
    margin-bottom: 0.5em;
}

@media only screen and (max-width: 600px) {

    section.training-module div.content-wrapper div.modules div.module span.module__title {
        font-size: 1.75em;
        line-height: 1.25em;
    }
}

section.training-module div.content-wrapper div.modules div.module div.iframe-wrapper iframe {
    border-radius: 10px;
}

/* Training ICA - Assessment */

section.training-assessment div.content-wrapper {
    padding: 4em 0;
    margin: 0 auto;
    width: 90%;
    max-width: 1170px;
    color: #17477E;
}

@media only screen and (max-width: 600px) {

    section.training-assessment div.content-wrapper {
        padding: 2em 0;
    }
}

section.training-assessment div.content-wrapper form {
    margin-top: 2em;
}

/* Training ICA - Dashboard */

section.landing-banner {
    background-color: #e4f3fb;
}

section.landing-banner div.content-wrapper {
    padding: 4em;
    margin: 0 auto;
    width: 90%;
    max-width: 1170px;
    color: #17477E;
}

@media only screen and (max-width: 600px) {

    section.landing-banner div.content-wrapper {
        padding: 2em 0;
    }
}

section.landing-banner div.svg-wrapper svg {
    fill: #ffffff;
    max-height: 150px;
    width: 100%;
}

section.landing-courses div.content-wrapper {
    padding: 4em;
    margin: 0 auto;
    width: 90%;
    max-width: 1170px;
    color: #17477E;
    border-radius: 20px;
}

section.landing-courses div.content-wrapper div.flexible-content {
    padding: 4em 0 0 0;
    width: 100%;
}

@media only screen and (max-width: 600px) {

    section.landing-courses div.content-wrapper {
        padding: 2em 0;
    }

    section.landing-courses div.content-wrapper div.flexible-content {
        padding: 2em 0 0 0;
    }
}