html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
    min-height: 100% !important;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Proxima Nova', Georgia, sans-serif;
    color: #000000 !important;
    position: relative;
    text-align: center;
    font-size: 16px;
    background: #FFFFFF;
}

body.home,
.page-template-default,
.single-post,
.error404 {
    font-family: 'Proxima Nova', Georgia, sans-serif;
    color: #000000 !important;
    position: relative;
    text-align: center;
    background: #FFFFFF;
    font-size: 16px;
}

section#primary-2columns {
    display: inline-flex;
    margin-top: 50px;
}

section#primary {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 0px 75px 0px;
}

/* Front Page */
.home-container {
    display: flex;
}

.home-head {
    width: 100%;
    text-align: center;
}

.home-head-wrapper {
    width: 800px;
    margin: 0 auto;
    display: flex;
    /*	background: #CEF0F9;
	border: 1px solid #C4C4C4;
	box-shadow: 0px 0px 5px 0px #D2D2D2; */
}

.home-head-icon {
    padding: 40px 20px;
}

.home-head-text {
    padding: 30px 10px 10px 20px;
    font-family: Arial;
}

.home-head-text h1 {
    font-size: 18pt;
    font-weight: 700;
}

.home-head-text p {
    font-size: 12pt;
}

.home-wrapper {
    width: 800px;
    display: flex;
    margin: 50px auto;
}

.home-heading {
    width: 33.33%;
    text-align: center;
    background: #CEF0F9;
    box-shadow: 0px 0px 5px 0px #D2D2D2;
    padding: 20px;
    border: 1px solid #C4C4C4;
}

.home-heading h1 {
    font-size: 18pt;
    font-weight: 700;
    text-decoration: none;
}

.home-heading a {
    text-decoration: none;
    color: #000;
}

.home-heading.one {
    margin: 0 25px 0 0;
}

.home-heading.two {
    margin: 0 25px 0 25px;
}

.home-heading.three {
    margin: 0 0 0 25px;
}

.home-assignments {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background: #CEF0F9;
    box-shadow: 0px 0px 5px 0px #D2D2D2;
    padding: 20px;
    border: 1px solid #C4C4C4;
}

.home-assignments h1 {
    font-size: 18pt;
    font-weight: 700;
    text-decoration: none;
}

.home-assignments a {
    text-decoration: none;
    color: #000;
}

.homepage-sidebar {
    width: 200px;
    padding: 0 25px 0 0;
}

.home-news {
    /*	background: #CEF0F9;
	border: 1px solid #C4C4C4;
	box-shadow: 0px 0px 5px 0px #D2D2D2; */
    background: #cef0f94f;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(206, 240, 249, 0.31);
    padding: 10px 30px;
    margin-left: 50px;
    width: 250px;
    min-height: 250px;
    margin-bottom: 30px;
}

.home-news a {
    text-decoration: none;
    color: #000000 !important;
}

.home-downloads {
    /*	background: #CEF0F9;
	border: 1px solid #C4C4C4;
	box-shadow: 0px 0px 5px 0px #D2D2D2; */
    background: #cef0f94f;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(206, 240, 249, 0.31);
    padding: 10px 30px;
    margin-left: 50px;
    min-height: 250px;
    margin-bottom: 30px;
}

.home-downloads a {
    text-decoration: none;
    color: #000000 !important;
}


@media only screen and (max-width: 768px) {
    div#entry-header-menu {
        display: none !important;
    }

    .home-head-wrapper {
        width: 80%;
    }

    .home-wrapper {
        width: 100%;
        display: block;
    }

    .home-heading.one {
        margin: 50px auto;
    }

    .home-heading.two {
        margin: 50px auto;
    }

    .home-heading.three {
        margin: 50px auto;
    }

    .home-heading h1 {
        font-size: 14pt !important;
    }

    .home-head-text h1 {
        font-size: 14pt !important;
    }

    .home-head-text p {
        font-size: 10pt !important;
    }

    .entry-header-logo {
        padding: 45px 0 45px 0 !important;
        width: 100%;
    }

    .entry-header-logo img {
        margin: 20px auto !important;
        width: 70%;
    }

    .entry-content {
        min-width: 375px !important;
    }

    footer {
        padding: 20px 0px !important;
    }

}


main#main-2columns {
    width: 875px;
}

h3.widget-title {
    display: block;
    background: #c0c0c0;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-left: -10px;
    margin-top: -10px;
    font-weight: normal;
}

.widget a {
    text-decoration: none;
    font-size: 12px;
    color: #222222;
}

.widget {
    background: #FFFFFF;
    margin: 0px auto 15px auto;
    border: 1px solid #cacaca;
    padding: 10px;
}

.list_lessons {
    text-align: left;
}

h3.footer-widget-title {
    display: block;
    background: #c0c0c0;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-left: -10px;
    margin-top: -10px;
    font-weight: normal;
}

.footer-widget {
    background: transparent;
    color: #ffffff;
}

.footer-developed-by {
    float: right;
    color: #ffffff;
}

.our-courses-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.our-courses-container-spacer {
    width: 30px;
}

.homepage-course {
    display: block;
    margin: 0px;
}

.homepage-course img {
    width: 180px;
    height: auto;
}

.homepage-featured-lesson img {
    display: block;
    margin: 0px;
    margin-bottom: 0px !important;
}

.entry-content {
    text-align: left;
    max-width: 1100px;
    min-width: 850px;
    margin: auto;
}

.two-col-entry-content {
    text-align: left;
    border: 1px solid #cacaca;
    background-color: #ffffff;
}

.animation-container {
    text-align: center;
    background: #e5e5e5;
    padding: 50px;
}

footer {
    background: #017D8B;
    padding: 20px;
    display: inline-flex;
    width: 100%;
    min-height: 180px;
}

.footer-content {
    text-align: left;
    max-width: 1100px;
    min-width: 850px;
    margin: auto;
}

/* HEADER */
.entry-header-wrapper {
    display: inline-flex;
    width: 100%;
    height: auto;
    max-width: 1200px;
}

.entry-header-container {

    background: #FFFFFF url("/wp-content/uploads/2025/09/header-2025-26class-header.png") no-repeat center center;
    background-size: auto 100%;
    width: 100%;
    height: auto;
    border-bottom: 35px solid #D06D35;
}

.img-gradient {
    position: relative;
    display: inline-block;
}


/* 
#002f4b,#dc4225 
Convert HEX to RGBA - http://hex2rgba.devoth.com/
*/
.img-gradient:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: -moz-linear-gradient(top, rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(220, 66, 37, 0.5)), color-stop(100%, rgba(0, 47, 75, 0.5)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002f4b', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

.img-gradient img {
    display: block;
}


@media (min-width: 1100px) {
    .entry-header-container {
        background-size: cover;
    }
}

.entry-header-upper-header-container {
    background: #017D8B;
    height: 13px;
}

.entry-header-upper-header {
    padding: 5px 35px;
    max-width: 1100px;
    margin: 0 auto;
}

.entry-header-upper-header p {
    color: #FFFFFF;
    text-align: right;
    padding: 0px;
    margin: 0px;
}

.entry-header-logo {
    padding: 45px 100px 30px 0px;
}

.entry-header-logo img {
    margin: 20px 0px 30px 120px;
}

.menu-header-container {
    padding-top: 60px;
}

.entry-title-container {
    background: #eeeeee;
    width: 100%;
    height: 100px;
    max-width: 1100px;
    min-width: 850px;
    margin: 0 auto;
}

.entry-title {
    text-align: center;
}

h1.entry-title {
    font-size: 36px;
    color: #D06D35;
    padding: 0px 10px 0px 0px;
    /*text-transform: uppercase;*/
}

.entry-developed-by {
    color: #8A97A5;
    right: 20px;
    padding-top: 10px;
    min-width: 550px;
    float: right;
}

.entry-developed-by p {
    float: left;
    padding: 5px 20px;
}

.homepage-title-container {
    background: #eeeeee;
    width: 100%;
    height: 100px;
    max-width: 1100px;
    min-width: 850px;
    margin: 0 auto;
}

.homepage-title {
    float: left;
}

h1.homepage-title {
    font-size: 36px;
    color: #8A97A5;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
}

.homepage-developed-by {
    color: #8A97A5;
    padding-top: 10px;
    float: right;
    height: 100%;
}

.homepage-developed-by p {
    float: left;
    padding-right: 5px;
    line-height: 65px;

}

.homepage-developed-by img {
    width: 299px;
    margin-left: 15px;
}

div#entry-header-menu {
    /* margin: auto 0; */
    margin: 230px 49px;
    /* padding-top: 102px; */
    position: absolute;

}

#entry-header-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

#entry-header-menu li {
    float: left;
}

#entry-header-menu li a {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    color: #eef;
    text-align: center;
    padding: 14px 11px;
    text-decoration: none;
}

#entry-header-menu li a:hover {
    background-color: transparent;
    text-shadow: 1px 1px 3px #aaa;
}

#entry-header-menu .active {
    color: #222222;
    font-weight: bold;
}


.ld-course-info-my-courses img {
    height: auto;
    max-width: 100% !important;
    margin-top: 20px;
}

.learndash_post_sfwd-courses {
    margin: 0px 20px 20px 20px;
}

.learndash_post_sfwd-lessons {
    margin: 0px 20px 20px 20px;
}

.learndash_post_sfwd-topic {
    margin: 0px 20px 20px 20px;
}

.member_options {
    color: #555555;
    padding-top: 50px;
}

.textwidget {
    padding-left: 100px;
    text-align: left;
}

.disclaimer {
    font-size: 12px;
    padding-right: 100px;
}

#learndash_next_prev_link {
    padding-bottom: 15px;
}

.ld-lesson-title {
    text-align: left;
}

.ld-topic-title {
    text-align: left;
    font-size: 11px;
}

.user-table {
    width: 40%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 10px 0;
}

.user-table th {
    border: 0px solid #ccc;
    padding: 8px;
    text-align: left;
    font-weight: 600;
}

.user-table td {
    border: 0px solid #ccc;
    padding: 8px;
    text-align: left;
}

/* Directory table sorting indicators */
.directory_listing th {
    cursor: pointer;
    /* Indicates that headers are clickable */
    position: relative;
    /* Required for absolute positioning of icons */
    padding-right: 20px;
    /* Ensure enough space for the icon */
}

.directory_listing th.tablesorter-headerUnSorted:after {
    content: "\f0dc";
    /* FontAwesome icon for descending sort */
    font-family: 'FontAwesome';
    position: absolute;
    right: 8px;
    /* Closer to the text */
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    /* Smaller icon size */
}

/* Styles for ascending sort indicator */
.directory_listing th.tablesorter-headerAsc:after {
    content: "\f0de";
    /* FontAwesome icon for ascending sort */
    font-family: 'FontAwesome';
    position: absolute;
    right: 8px;
    /* Closer to the text */
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 12px;
    /* Smaller icon size */
}

/* Styles for descending sort indicator */
.directory_listing th.tablesorter-headerDesc:after {
    content: "\f0dd";
    /* FontAwesome icon for descending sort */
    font-family: 'FontAwesome';
    position: absolute;
    right: 8px;
    /* Closer to the text */
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 12px;
    /* Smaller icon size */
}

/* Custom H1 colors for LearnDash courses */
.course-11323 h1 {
    color: #800080;
    /* SEBM */
}

.course-11378 h1 {
    color: #31B165;
    /* NDSC */
}

.course-11293 h1 {
    color: #333399;
    /* ILA */
}