@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --primary-color:#F68A1F;
    --primary-hover: #F36621;
    --secondary-color: #000000;
    --dark-color: #000000;
    --lightbg-color: #ececec;
    --primary-font: "PT Sans", sans-serif;
    --seconday-font : "Roboto", sans-serif;
}

body {
    background-color: #ffffff;
    color: #2c2e35;
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    background-image: url("../img/bg.png");
    background-size: 70%;
    background-position: right top;
    background-repeat: no-repeat;
}


* {
    margin: 0;
    padding: 0;
    border: 0;
}
a {
    text-decoration: none;
}
a,a:focus {
    outline: 0;
}
ul {
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
}
.dark-title {
    color: var(--dark-color)!important;
}
.light {
    font-weight: 300!important;
}
.regular {
    font-weight: 400!important;
}
.medium {
    font-weight: 500!important;
}
.semibold {
    font-weight: 600!important;
}
.bold {
    font-weight: 700!important;
}
.font-13 {
    font-size: 13px!important;
}
.font-14 {
    font-size: 14px!important;
}
.secondary-bg {
    background-color: var(--secondary-color);
}
.secondary-color {
    color: var(--secondary-color)!important;
}
.text-black {
    color: #000000!important;
}
.top-page-padding {
    padding-top: 135px;
}
.btn-white {
    background-color: #ffffff;
    padding: 12px 30px;
}
.btn-white:hover {
    background-color: #000000;
    color:#ffffff;
}
.btn-custom-outline {
    background-color: #DEA52C;
    padding: 12px 30px;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.default-padding {
    padding: 70px 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    /*font-weight: 600!important;*/
}
.hover:hover {
    color: var(--primary-color) !important;
}
.pb-top {
    border-top: 5px solid var(--primary-color);
}
.form-control {
    background-color: #ffffff;
}
.btn-primary:hover {
    background-color: #001b35!important;
    border-color: #001b35!important;
}

input.form-control, select.form-control {
    height: 50px;
}
.cpd-card {
    background-color: #FFFFFF;
    padding: 25px;
    border-radius: 30px;
    max-width: 310px;
    margin: auto;
    height: 100%;
    border: 1px solid #D8D8D8;
}
.cpd-img {
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F4F4F4;
    padding: 0 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.cpd-content {
    text-align: center;
}
.cpd-content h5 {
    font-size: 18px;
    font-weight: 400;
    color: #05274A;
    text-align: center;
    margin-bottom: 15px;
}
.cpd-content .btn {
    font-weight: 600;
    display: block;
    /*margin-top: 15px;*/
    border-radius: 0;
    max-width: 160px;
    margin: 20px auto 0;
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.cpd-title-div h6 {
    font-size: 32px;
    text-align: center;
    position: relative;
    padding: 31px 0;
}
.cpd-title-div {
    margin-bottom: 30px;
}
.cpd-title-div span {
    font-size: 80px;
    font-weight: 600;
    opacity: 0.1;
    position: absolute;
    display: block;
    left: 0;
    top: -12px;
    bottom: 0;
    right: 0;
    margin: auto;
}
.cpd-content p {
    color: #585858;
    min-height: 200px;
}
.footer-content p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}
.coming-soon-card {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background-color: var(--primary-color);
    color: #ffffff;
}
/*.cpd-box-div {
    background-image: url("../img/bg2.png");
    background-size: 40%;
    background-position: left bottom;
    background-repeat: no-repeat;
}*/
.cpd-card {
    background-color: #FFFFFF;
    padding: 15px 15px 75px 15px;
    border-radius: 30px;
    max-width: 100%;
    margin: auto;
    height: 100%;
    border: 1px solid #D8D8D8;
    position: relative;
}

.front-footer {
    background-color: #fff;
    padding: 15px 0;
}

.bottomfooter-box p {
    font-size: 13px;
    line-height: 18px;
    color: #7C7C7C;
}
.bottomfooter-box p b {
   color: #000000;
    font-weight: 600;
    font-size: 14px;
}
.bottom-footer small {
    color: #585858;
}

/* ILCNE central homepage */
body.ilcne-homepage {
    --ilcne-purple: #A47CB8;
    --ilcne-purple-dark: #5E496B;
    --ilcne-purple-light: #b388c5;
    --ilcne-mint: #eef7f6;
    --ilcne-ink: #2f2933;
    margin: 0;
    background: var(--ilcne-mint);
    color: var(--ilcne-ink);
    font-family: var(--seconday-font);
}

.ilcne-home-header {
    position: relative;
    z-index: 10;
    background: #fff;
    box-shadow: 0 2px 14px rgba(50, 38, 57, .06);
}

.ilcne-header-inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ilcne-wordmark {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ilcne-purple-dark);
    font-size: 29px;
    font-weight: 800;
    letter-spacing: .8px;
    text-decoration: none;
}

.ilcne-wordmark:hover {
    color: var(--ilcne-purple);
}

.ilcne-wordmark-icon {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% 50% 50% 8px;
    background: var(--ilcne-purple);
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
    transform: rotate(-5deg);
}

.ilcne-login-btn {
    min-width: 105px;
    padding: 11px 24px;
    border: 2px solid var(--ilcne-purple);
    border-radius: 999px;
    background: var(--ilcne-purple);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease;
}

.ilcne-login-btn:hover {
    background: var(--ilcne-purple-dark);
    border-color: var(--ilcne-purple-dark);
    color: #fff;
    transform: translateY(-1px);
}

.ilcne-hero {
    min-height: 580px;
    display: flex;
    align-items: stretch;
    background-image:
        linear-gradient(90deg, rgba(35, 41, 47, .83) 0%, rgba(42, 47, 52, .63) 38%, rgba(42, 47, 52, .08) 68%),
        url('../img/ilcne-home-hero.png');
    background-position: center;
    background-size: cover;
}

.ilcne-hero-inner {
    display: flex;
    align-items: center;
    width: 100%;
}

.ilcne-hero-copy {
    max-width: 670px;
    padding: 75px 0;
    color: #fff;
}

.ilcne-eyebrow,
.ilcne-section-kicker {
    margin: 0 0 12px;
    color: var(--ilcne-purple);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.ilcne-hero .ilcne-eyebrow {
    color: #e2c5ef;
}

.ilcne-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(45px, 5.1vw, 75px);
    line-height: 1.04;
    font-weight: 900;
    text-shadow: 2px 2px 15px #000000;
}

.ilcne-hero h1 em {
    color: #d8aee9;
    /*font-family: Georgia, 'Times New Roman', serif;*/
}


.section-space {
    padding: 50px 0;
}

.ilcne-narrow-copy {
    text-align: center;
}

.ilcne-about h2, .ilcne-section-heading h2, .ilcne-feature h2 {
    margin: 0 0 22px;
    color: var(--ilcne-purple);
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.15;
}

.ilcne-about p:not(.ilcne-section-kicker) {
    margin: 0;
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}

.ilcne-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 580px;
    background: var(--ilcne-purple);
}

.ilcne-feature-image {
    min-height: 580px;
    overflow: hidden;
}

.ilcne-feature-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 25%;
}

.ilcne-feature-copy {
    display: flex;
    align-items: center;
    gap: 42px;
    padding: 100px 40px;
    color: #fff;
    text-align: center;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

.ilcne-accredited-logo {
    width: 100%;
    max-width: 220px;
    flex: 0 0 auto;
}

.ilcne-feature .ilcne-section-kicker {
    color: #eadcf0;
}

.ilcne-feature h2 {
    color: #fff;
    font-size: clamp(30px, 3vw, 45px);
}

/*.ilcne-feature-copy p:last-child {
    max-width: 610px;
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 17px;
    line-height: 1.75;
}*/
.ilcne-feature-copy p {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 140%;
}
.ilcne-feature-copy p br {
    display: none;
}
.ilcne-courses {
    /*background: #fff;*/
    background: #EBF4F3;
}

.ilcne-section-heading {
    margin-bottom: 48px;
    text-align: center;
}

.ilcne-course-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid #ece6ef;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(64, 45, 73, .09);
    transition: transform .25s ease, box-shadow .25s ease;
    position: relative;
}

.ilcne-course-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 42px rgba(64, 45, 73, .15);
}

.ilcne-course-image {
    position: relative;
    width: 100%;
    min-height: 210px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: #f4f8f8;
    cursor: pointer;
    text-decoration: none;
}

.ilcne-course-image img {
    width: 100%;
    /*height: 145px;*/
    object-fit: contain;
}

.ilcne-course-badge {
    position: absolute;
    right: 0;
    bottom: 10px;
    padding: 5px 10px;
    background: var(--ilcne-purple);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 30px;
    letter-spacing: .5px;
    margin: auto;
    left: 0;
    display: inline-block;
    width: auto;
    max-width: 160px;
}

.ilcne-course-content {
    padding: 25px 24px 65px;
}

.ilcne-course-type {
    margin: 0 0 9px;
    color: var(--ilcne-purple);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.ilcne-course-content h3 {
    margin: 0 0 12px;
    color: var(--ilcne-ink);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    text-transform: capitalize;
}
.ilcne-course-content > p:not(.ilcne-course-type) {
    min-height: 66px;
    margin: 0 0 18px;
    color: #746d77;
    font-size: 14px;
    line-height: 1.55;
}

.ilcne-course-link {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ilcne-purple);
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    position: absolute;
    bottom: 10px;
}
.ilcne-course-link span {
    margin-left: 5px;
    transition: margin-left .2s ease;
}

.ilcne-course-link:hover {
    color: var(--ilcne-purple);
}

.ilcne-course-link:hover span {
    margin-left: 10px;
}

.ilcne-empty-courses {
    padding: 45px;
    border: 1px dashed #cbbbd2;
    border-radius: 6px;
    background: var(--ilcne-mint);
    color: #6a5b70;
    font-size: 18px;
    text-align: center;
}

.ilcne-tenant-portal-modal .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
}

.ilcne-tenant-portal-modal .modal-content {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.ilcne-tenant-portal-modal iframe {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    display: block;
    border: 0;
    background: transparent;
    opacity: 0;
    transition: opacity .15s ease;
}

.ilcne-tenant-portal-modal iframe.is-loaded {
    opacity: 1;
}

.ilcne-portal-loading {
    position: fixed;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(30, 22, 34, .48);
    backdrop-filter: blur(2px);
}

.ilcne-portal-spinner {
    width: 48px;
    height: 48px;
    border: 4px solid rgba(255, 255, 255, .35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: ilcne-portal-spin .7s linear infinite;
}

@keyframes ilcne-portal-spin {
    to {
        transform: rotate(360deg);
    }
}

.ilcne-footer {
    padding: 40px 0 20px;
    background: var(--ilcne-purple-dark);
    color: rgba(255, 255, 255, .82);
}
.ilcne-footer .footer-text a {
    color: #3b71ca;
}
.ilcne-footer-logo {
    width: 115px;
    max-height: 100px;
    object-fit: contain;
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, .15));
}

.ilcne-footer h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.ilcne-footer p {
    /*max-width: 930px;*/
    margin: 0;
    font-size: 12px;
    line-height: 1.65;
}

.ilcne-copyright {
    margin-top: 32px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .15);
    font-size: 11px;
    text-align: center;
}
.custom-fluid {
    max-width: 95%;
}
.custom-fluid.ilcne-narrow-copy {
    max-width: 1040px;
    padding-left: 32px;
    padding-right: 32px;
}
@media (max-width: 1199px) {
    .custom-fluid {
        max-width: 100%;
    }
}
@media (max-width: 991.98px) {
    .ilcne-hero {
        min-height: 510px;
        background-position: 61% center;
    }

    .ilcne-feature {
        grid-template-columns: 1fr;
    }

    .ilcne-feature-image {
        min-height: 500px;
    }

    .ilcne-feature-copy {
        min-height: 430px;
    }
    .ilcne-feature-copy p {
        font-size: 18px;

    }
    .ilcne-feature-copy p br {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .custom-fluid.ilcne-narrow-copy {
        padding-left: 24px;
        padding-right: 24px;
    }

    .ilcne-header-inner {
        min-height: 70px;
    }

    .ilcne-wordmark {
        font-size: 24px;
    }

    .ilcne-wordmark-icon {
        width: 27px;
        height: 27px;
        font-size: 20px;
    }

    .ilcne-login-btn {
        min-width: 88px;
        padding: 8px 18px;
    }

    .ilcne-hero {
        min-height: 490px;
        background-image:
            linear-gradient(90deg, rgba(35, 41, 47, .88), rgba(35, 41, 47, .28)),
            url('../img/ilcne-home-hero.png');
        background-position: 63% center;
    }

    .ilcne-hero-copy {
        max-width: 78%;
        padding: 65px 0;
    }

    .ilcne-hero h1 {
        font-size: 43px;
        letter-spacing: -1px;
    }

    .section-space {
        padding: 64px 0;
    }
    .ilcne-about p:not(.ilcne-section-kicker) {
        font-size: 14px;
    }
    .ilcne-about p:not(.ilcne-section-kicker) br {
        display: none;
    }

    .ilcne-feature-image {
        min-height: 420px;
    }

    .ilcne-feature-copy {
        min-height: auto;
        align-items: flex-start;
        gap: 25px;
        padding: 52px 25px;
    }

    .ilcne-accredited-logo {
        width: 105px;
    }
}

@media (max-width: 575.98px) {
    .ilcne-hero {
        min-height: 445px;
        background-position: 66% center;
    }

    .ilcne-hero-copy {
        max-width: 94%;
    }

    .ilcne-hero h1 {
        font-size: 36px;
    }

    .ilcne-feature-image {
        min-height: 360px;
    }

    .ilcne-feature-copy {
        display: block;
    }

    .ilcne-accredited-logo {
        width: 95px;
        max-width: none;
        margin-bottom: 28px;
    }

    .ilcne-course-image {
        min-height: 190px;
    }

    .ilcne-tenant-portal-modal iframe {
        height: 100vh;
    }
}
