.njcu-header {
    background-image: -moz-linear-gradient(90deg, rgb(77, 230, 207) 0%, rgb(211, 247, 174) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(77, 230, 207) 0%, rgb(211, 247, 174) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(77, 230, 207) 0%, rgb(211, 247, 174) 100%);
    min-height: 275px;
    max-width: 100vw;
    overflow: hidden;
}

.njcu-header-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.njcu-header-column {
    width: 50%;
    padding: 30px 60px;
    margin-top: 20px;
    margin-bottom: -40px;
}

.njcu-get-started-card ul li {
    color: #005aff;
    list-style-type: disc;
    font-weight: 500;
    font-size: smaller;
}

.njcu-get-started-card a {
    color: #005aff;
    text-decoration: underline;
    font-weight: 500;
    font-size: initial;
}

.standout-list-item {
    color: #000 !important;
    list-style-type: none !important;
    font-weight: 300 !important;
    font-size: initial !important;
}

.njcu-header-description {
    margin-top: 30px;
}

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

    .njcu-header-description {
        font-size: larger;
        line-height: 1.4;
    }

    .njcu-header-right-column,
    .njcu-header-right-column a {
        font-size: large !important;
    }

    .njcu-header-right-column ul li {
        font-size: initial !important;
    }
}

@media screen and (min-width: 1600px) {
    .njcu-header-image {
        background-image: url('../images/njcu/njcu-banner-image.png');
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .njcu-header-row {
        justify-content: flex-start;
    }

    .njcu-header-column {
        width: 39%;
        margin-top: 35px;
    }
}

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

    .njcu-header-description {
        font-size: larger;
        line-height: 1.4;
    }
    
    .njcu-header-right-column,
    .njcu-header-right-column a {
        font-size: x-large !important;
    }

    .njcu-header-right-column ul li {
        font-size: large !important;
    }

    .standout-list-item {
        font-size: large !important;
    }

    .njcu-header-column {
        padding: 30px 80px;
    }
}

.njcu-content {
    margin: 0 150px;
    margin-top: -40px;
}

.njcu-events {
    margin: 0 100px;
}

.njcu-header-left-column {
    padding-left: 150px;
}

.njcu-header-right-column {
    padding-right: 140px;
}

.njcu-border-left {
    border-left: 1px solid #015144;
}

@media screen and (max-width: 992px) {
    .njcu-header-row {
        flex-direction: column;
    }

    .njcu-header-column {
        width: 100%;
    }

    .njcu-content {
        margin: 0 20px;
    }

    .njcu-events {
        margin: 0 20px;
    }

    .njcu-header-left-column,
    .njcu-header-right-column {
        padding: 25px 80px;
        border: none;
    }

    .njcu-header-left-column {
        padding-bottom: 10px;
    }

    .njcu-header-right-column {
        margin-top: 40px;
        max-width: 600px;
        width: 100%;
    }
}

.njcu-content-description {
    width: 85%;
}

.njcu-get-started-card {
    background-color: rgb(236, 236, 236);
    padding: 25px 40px;
    width: 40%;
}

@media screen and (max-width: 1440px) {
    .njcu-content-description {
        width: 100%;
    }

    .njcu-get-started-card {
        width: 60%;
    }
}

@media screen and (max-width: 1200px) {
    .njcu-get-started-card-container {
        flex-direction: column;
        align-items: center;
    }

    .njcu-get-started-card {
        width: 80%;
        margin: 20px;
        padding: 20px;
    }
}

.no-list-style {
    list-style-type: none !important;
}

.right-arrow {
    padding: 10px;
    margin-left: -20px;
}

.down-arrow {
    margin-left: -12px;
}

.pricebutton {
    min-width: 220px !important;
    max-width: 240px !important;
}

