﻿/*

    Blue : #1C2759
    Icon Blue: #003E7E
    Light Grey : #EEEEEE
    Text Gray : #909090
    Dark Gray : #323232

*/

.row {
    max-width: 68.75rem;
}

.width-1000 {
    max-width: 62.5rem;
}

.off-canvas-content {
    background: #ffffff;
}

p {
    color: #6c6c6c;
    font-size: 13px;
}

h1 {
    font-size: 1.5rem;
    color: #444444;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}

@media screen and (max-width: 39.9375em) {
    h1 {
        padding-top: 16px;
    }
}

h2 {
    font-size: 1.375rem;
    color: #444444;
    text-align: center;
}

h3 {
    font-size: 1.125rem;
}

.ERRORTEXT {
    color: #e96969;
}

hr {
    max-width: 68.75rem;
}

#maincontent {
    padding-bottom: 30px;
}

    /* Form Elements */

.button {
    border-radius: 5px;
    font-weight: bold;
    color: #444444;
    background-color: transparent;
    border-color: #444444;
    margin-bottom: 1rem;
}

        .button:hover, .button:focus {
            opacity: 0.5;
            background-color: #1C2759;
            border-color: #1C2759;
        }

.results p .button.orange span, .results p .button.teal span {
    color: black;
}

.results p .button.orange i, .results p .button.teal i {
    color: black;
}

    .button.reverse {
        opacity: 0.7;
    }

        .button.reverse:hover, .button.reverse:focus {
            opacity: 1;
        }

select {
    background-color: #6B6B6B;
    border-color: #6B6B6B;
    color: #aaaaaa;
}

input[type="checkbox"], input[type="radio"] {
    margin-bottom: 0;
}

    input[type="checkbox"] + label, input[type="radio"] + label {
        font-weight: normal;
        display: inline;
    }

.inner-box input[type="checkbox"], .inner-box input[type="radio"] {
    display: block;
    margin-top: 6px;
    margin-bottom: 0;
    float: left;
    margin-right: 7px;
}

    .inner-box input[type="checkbox"] + label, .inner-box input[type="radio"] + label {
        font-weight: normal;
        display: block;
        margin-left: 20px;
    }

    .top-bar, .top-bar ul {
        background-color: #fff;
    }

    #navBar .top-bar-left .menu {
        margin-left: -60px;
    }

footer .widgetBox .widgetContent .secondary-button {
    width: 26px;
    height: 26px;
    line-height: 26px;
}

.dropdown.menu.vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2ba6cb;
}

@media screen and (max-width: 1200px) {
    #navBar .top-bar-left .menu {
        margin-left: 0;
    }

    #navBar .top-bar-left img.isakosheaderlogo {
        display: none;
    }
}

        #navBar .top-bar-left .menu .menu-text {
            padding-top: 15px;
            padding-bottom: 15px;
        }

    #navBar .top-bar-left img {
        height: 50px;
    }

    #navBar .top-bar .menu-text {
        padding: 20px 0;
    }

    #navBar .top-bar .menu > li {
        padding-left: 20px;
    }

.is-dropdown-submenu {
    min-width: 250px;
}

.collections.is-dropdown-submenu {
    min-width: 300px;
}

.narrow.is-dropdown-submenu {
    min-width: 150px;
}

.demos.is-dropdown-submenu {
    min-width: 210px;
}

    #breadcrumbs {
        background-color: #444444;
        color: #A1A1A2;
        font-size: .875rem;
        line-height: 32px;
        margin-bottom: 0;
    }

        #breadcrumbs a {
            color: #A1A1A2;
        }

        #breadcrumbs .fa, #breadcrumbs .fa-solid {
            color: #E8C65E;
        }

.split-background {
    background: linear-gradient(90deg, #FFFFFF 50%, #ECECEC 50%);
}

.white-background {
    background-color: #FFFFFF;
}

.iframePDFwrapper {
    position: relative;
    padding-bottom: 70%;
    margin-bottom: 15px;
}

.pdfiframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.head-title {
    padding: 15px 0 15px 15px;
}

.head-title h4 {
    display: inline-block;
    margin: 0;
}

    .head-title h4 a {
        color: black;
    }

.head-title i {
    display: inline-block;
    color: #003E7E;
    margin-right: 11px;
}

@media screen and (max-width: 39.9375em) {

    .split-background {
        background: #FFFFFF;
    }

    .content .head-text {
        margin-bottom: 10px;
    }

    .head-title {
        padding: 10px 0 10px 10px;
    }

    .glsearchbar {
        display: none;
    }

    .glsortfilter {
        font-size: .875rem;
    }

    .glsortfilter .button {
        padding-top: 8px;
        padding-bottom: 8px;
        margin-bottom: 4px;
    }

        .glsortfilter .input-group {
            margin-bottom: 4px;
        }

        .glsortfilter .input-group-field {
            height: 2rem;
        }

        .glsortfilter select {
            padding-top: 4px;
            padding-bottom: 4px;
            font-size: .875rem;
        }
}

.profile-overview {
    list-style: none;
    margin: 0;
    width: 100%;
}

.profile-overview li {
    border: 1px solid #ececec;
    border-radius: 4px;
    margin-bottom: 10px;
}

    .profile-overview li:last-of-type {
        margin-bottom: 20px;
    }

@media screen and (max-width: 39.9375em) {
    .profile-overview li:last-of-type {
        margin-bottom: 4px;
    }
}

    .profile-overview li a {
        width: 100%;
        display: inline-block;
        height: 40px;
        color: #6c6c6c;
        font-size: 13px;
        font-weight: bold;
        line-height: 40px;
        float: left;
        padding-right: 15px;
        text-transform: capitalize;
    }

        .profile-overview li a:hover {
            background: #1C2759;
            color: #fff;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .profile-overview li a span {
            font-weight: normal;
        }

        .profile-overview li a i {
            display: inline-block;
            width: 40px;
            height: 40px;
            border-right: 1px solid #ececec;
            background: #f6f6f6;
            font-size: 16px;
            color: #6c6c6c;
            text-align: center;
            float: left;
            line-height: 40px;
            margin-right: 15px;
        }

        .profile-overview li a.active {
            background: #1C2759;
            color: #fff;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

    .post .post-thumb {
        position: relative;
        overflow: hidden;
    }

        .post .post-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .post .post-thumb .video-stats {
            position: absolute;
            bottom: 10px;
            width: 100%;
            left: 0;
            padding: 0 10px;
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
        }

            .post .post-thumb .video-stats .thumb-stats {
                display: inline-block;
                padding: 0 8px;
                height: 30px;
                text-align: left;
            }

                .post .post-thumb .video-stats .thumb-stats h6 {
                    color: #fff;
                    font-weight: 800;
                    margin: 0;
                    line-height: 28px;
                    font-style: italic;
                }

                .post .post-thumb .video-stats .thumb-stats i {
                    display: inline-block;
                    color: #fff;
                    margin-right: 5px;
                    font-size: 14px;
                }

                .post .post-thumb .video-stats .thumb-stats span {
                    color: #fff;
                    font-size: 14px;
                    font-weight: bold;
                    display: inline-block;
                    max-height: 65px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

    .post:hover a.hover-posts {
        visibility: visible;
        transform: scale(1);
    }

    .post .post-des {
        padding: 10px 0 10px 5px;
    }

        .post .post-des .post-stats p {
            margin-bottom: 0;
        }

            .post .post-des .post-stats p span {
                display: block;
                font-size: .625rem;
            }

    .newsletter-links a {
        width: 100%;
        display: inline-block;
        height: 40px;
        color: #6c6c6c;
        font-size: 13px;
        font-weight: bold;
        line-height: 40px;
        float: left;
    }

        .newsletter-links a:hover {
            color: #1C2759;
        }

    @media screen and (max-width: 39.9375em) {
        .newsletter-links {
            text-align: center;
        }
    }

    .author {
        white-space: nowrap;
        margin-right: 10px;
    }

    .results {
        margin-bottom: 20px;
    }

        .results.sponsored {
            background-color: #EEEEEE;
            padding: 10px 0px 10px 10px;
        }

            .results.sponsored .sponsorheader {
                font-size: 12px;
                text-align: center;
                margin-bottom: 10px;
                font-weight: bold;
            }

        .results h1 {
            padding-top: 15px;
            font-size: 1.375rem;
        }

        .results h6 {
            font-size: 15px;
            font-weight: 600;
            color: #444444;
            margin-bottom: 4px;
        }

            .results h6 a {
                color: #003E7E;
            }

            .results h6 .groupdetail a {
                font-weight: normal;
            }

                .results h6 .groupdetail a::after {
                    content: " \25BA";
                    color: #7D9CBE;
                }

                .results h6 .groupdetail a.open::after {
                    content: " \25BC";
                    color: #7D9CBE;
                }

                .results h6 a:hover {
                    color: #222222;
                }

        .results p {
            margin-right: 15px;
            margin-bottom: 5px;
            line-height: 11px;
        }

            .results p i {
                color: #aaaaaa;
                font-size: 11px;
                display: inline-block;
            }

            .results p a {
                color: #7D9CBE;
                font-size: 13px;
            }

            .results p a.watchlist i {
                color: #444444;
                font-size: 15px;
            }

                .results p a:hover {
                    color: #222222;
                }

            .results p span {
                color: #aaaaaa;
                font-size: 11px;
                display: inline-block;
            }

                .results p span a {
                    color: #aaaaaa;
                    font-size: 11px;
                }

                    .results p span a:hover {
                        color: #222222;
                    }

            .results p.faculty span {
                color: #1C2759;
                font-size: .75rem;
                line-height: normal;
            }

                .results p.faculty span i {
                    color: #1C2759;
                    font-size: .75rem;
                }

                .results p.faculty span a {
                    color: #1C2759;
                    font-size: .75rem;
                }

                    .results p.faculty span a:hover {
                        opacity: .5;
                    }

            .results p .button {
                background-color: transparent;
                color: #aaaaaa;
                border: 1px solid #aaaaaa;
                border-radius: 4px;
                padding: .2rem .25rem .2rem .25rem;
                font-size: .625rem;
                text-transform: none;
                margin-bottom: 4px;
                font-weight: normal;
            }

                .results p .button.orange {
                    background-color: #F37245;
                    border-color: #F37245;
                }

                .results p .button.teal {
                    background-color: #5EBDB0;
                    border-color: #5EBDB0;
                }

                .results p .button:hover {
                    background-color: #aaaaaa;
                    color: white;
                }

                .results p .button.reverse.orange:hover {
                    background-color: #F37245;
                    border-color: #F37245;
                }

                .results p .button.reverse.teal:hover {
                    background-color: #456173;
                    border-color: #456173;
                    
                }

                    .results p .button.reverse.teal:hover span, .results p .button.reverse.teal:hover i {
                        color: white;
                    }

                    .button.gray {
                        color: #FFFFFF;
                        background-color: #323232;
                        border-color: #323232;
                    }

.button.navy {
    color: #FFFFFF;
    background-color: #1C2759;
    border-color: #1C2759;
}

.button.orange {
    background-color: #F37245;
    border-color: #F37245;
}

.button.teal {
    background-color: #5EBDB0;
    border-color: #5EBDB0;
}

    .myrating {
        color: #1C2759;
        font-size: .75rem;
        vertical-align: bottom;
    }

    .results .myrating span {
        vertical-align: top;
        line-height: 22px;
    }

    .results .rating {
        min-width: 110px;
        font-size: .875rem;
    }

    .results .format {
        width: 95px;
    }

        .results .format i {
            color: #003E7E;
            font-size: 1.5rem;
        }

    .results.abstract {
        margin-bottom: 10px;
    }

    .results p.summary {
        font-size: 12px;
        line-height: 1.6;
    }

    .ColumnRating {
        display: inline-block;
    }

    .BlackStar {
        height: 24px;
        width: 20px;
        font-size: 1.25rem;
        color: #1C2759;
    }

    .BlackFilledStar {
        height: 24px;
        width: 20px;
        font-size: 1.25rem;
        color: #1C2759;
    }

    .BlackStar:before {
        content: "\2606";
    }

    .BlackFilledStar:before {
        content: "\2605";
    }

    #related {
        width: 100%;
        border-spacing: 0;
        border-collapse: separate;
    }

    .column-block input[type=checkbox] {
        display: inline;
    }

    .column-block {
        margin-bottom: 5px;
    }


.webinarimages img {
    border-color: #AFAFAF;
    border-width: 2px;
    border-style: solid;
    height: 150px;
}

.highlight {
    background-color: yellow
}


/* Registration Section */

.Radio {
    padding: 0 10px 0 10px;
}

    .Radio input[type="checkbox"] + label {
        font-weight: normal;
        padding-left: 5px;
    }

.RegType .Radio {
    padding: 10px 10px 10px 10px;
}

    .RegType .Radio input[type="checkbox"] + label {
        font-weight: bold;
        padding-left: 20px;
    }

.Radio.NoBold input[type="checkbox"] + label, .Radio.NoBold input[type="radio"] + label {
    font-weight: normal;
}

.Radio.Alt {
    background: #f9f9f9;
}

.Radio:hover, .Radio.Selected {
    color: #FFFFFF;
    background-color: #213F7F;
}

    .Radio:hover input[type="checkbox"] + label, .Radio.Selected input[type="checkbox"] + label {
        color: #FFFFFF;
    }

.Radio span {
    display: inline-block;
    width: 90%;
    vertical-align: top;
    padding-left: 5px;
}

.RegType .Radio span {
    padding-left: 20px;
}

.Radio.NoBold span {
    font-weight: normal;
}

.RegForm .RadioTable td {
    padding-top: 0;
    padding-bottom: 0;
}

.RegForm .RadioTable input[type="radio"] {
    margin-top: -1px;
    vertical-align: middle;
}

.RegForm input[type="checkbox"] + label, .RegForm input[type="radio"] + label {
    width: 80%;
}

#Registration table {
    width: 100%;
    border: 1px solid #E7E7E7;
}

    #Registration table th {
        background-color: #92b9d9;
        color: black;
        font-size: .75rem;
    }

    #Registration table td {
        padding: 0in 5.4pt 0in 5.4pt;
        line-height: 22.5pt;
    }

#Registration .subheader {
    background-color: #0C2244;
    color: white;
}

#Registration .subheader2 {
    background-color: #FABD31;
    color: white;
}

/* End Registration */

/* End Registration Section */



    /* --------
    Footer 
   -------- */

footer {
    /*background: #444444;*/
    background: #1C2759;
    padding: 30px 0;
}

    footer .widgetBox h5 {
        /*color: #ececec;*/
        color: #E8C65E;
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 16px;
    }

    @media screen and (max-width: 63.9375em) {
        footer .widgetBox h5 {
            padding-top: 10px;
        }
    }

footer .widgetBox .textwidget {
    color: #dddddd;
}

footer .widgetBox .textwidget a {
    font-weight: bold;
    /*color: #ececec;*/
    color: #E8C65E;
}

        footer .widgetBox .textwidget a:not(:last-child)::after {
            content: "\a\a";
            white-space: pre;
        }

    @media screen and (max-width: 63.9375em) {
        footer .widgetBox .textwidget a:not(:last-child)::after {
            content: "\00a0\00a0|\00a0\00a0";
            white-space: normal;
        }
    }

    footer .widgetBox .textwidget a:hover {
        color: #ececec;
        opacity: 0.5;
    }

footer .widgetBox .tagcloud a {
    background-color: #444A63;
    color: #dddddd;
}

footer .widgetBox .tagcloud a:hover {
    background: #E8C65E;
    color: #fff;
}

footer .footerinput {
    /*background-color: #6B6B6B;
        border-color: #6B6B6B;*/
    background-color: #8B8B8B;
    border-color: #8B8B8B;
    color: #CCCCCC;
}

footer .widgetContent .button {
    background-color: #444A63;
    color: #dddddd;
    margin-bottom: 16px;
}

    footer .widgetContent .button:hover {
        background: #E8C65E;
        color: white;
        opacity: unset;
    }

    footer .social-links {
        text-align: right;
    }

footer .widgetBox .widgetContent .secondary-button {
    background-color: #444A63;
    /*opacity: .5;*/
    color: #dddddd;
}

    footer .widgetBox .widgetContent .secondary-button:hover {
        /*background: #1C2759;*/
        background: #E8C65E;
        color: white;
        /*opacity: unset;*/
    }

    #footer-bottom .logo {
        color: #898989;
        font-size: 12px;
    }

    #footer-bottom .btm-footer-text p {
        color: white;
    }

#footer-bottom .logo img {
    height: 40px;
    margin-top: 10px;
}

/* Website Ads */

#mvLeaderboard img {
    height: auto;
    max-width: 100%;
}

.banner-ad {
    background-color: #E6E7E8;
    /*opacity: 0.7;*/
   /* height: 90px;*/
    width: 100%;
}

#sticky-bottom-leadeboard {
    opacity: 1;
}