
/*root is not supported in IE or EDGE at this time. Must use Chrome
:root {
    --kc-blue: #20419b;
    --kc-orange: #faa73f;
}
*/

@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

hr.separator {
    border-top: 4px solid #faa73f;
}

.content_group {
    padding: 10px 0px 10px 0px;
    width: 100%;
    width: 1500px;
    margin: 10px auto;
    background: white;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    opacity: 0;
    height: fit-content;
}



    .content_group p {
        margin-left: 30px;
        font-size: 20px;
        font-family: arial,serif;
        color: black;
    }

@media only screen and (max-width: 1638px) {
    .content_group {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .content_group {
        width: 1050px;
    }
}
/*.program_info {
padding: 10px 0px 10px 0px;
width: 100%;
width: 1500px;
margin: 10px auto;
opacity: 0;
}*/


.program_button {
    background: #20419b;
    display: inline-block;
    margin-top: 10px;
    color: white;
    width: 100%;
    padding: 20px;
    line-height: 50px;
    font-weight: bold;
    cursor: pointer;
    height: 100px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5);
}

    .program_button > span {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }

.row {
    padding: 5px;
    margin-right: 0px;
    margin-left: 0px;
}

    .row > div {
        text-align: center;
        opacity: 0;
    }

.program_title {
    margin: 30px;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 50px;
    font-family: "Oswald",arial,serif;
    color: #20419b;
}

.second_title {
    margin-left: 30px;
    font-weight: bold;
    font-size: 20px;
    font-family: "Oswald",arial,serif;
    color: #20419b;
}

.form_layout {
    margin: 30px;
}

    .form_layout label {
        font-size: 20px;
        display: block;
        padding-top: 40px;
    }

    .form_layout .form_input, .form_layout input[type=text] {
        padding: 3px;
        width: 100%;
        border-radius: 4px;
        outline: none;
        border: 1px solid gray;
    }

    .form_layout input[type=checkbox] {
        padding: 3px;
    }

    .form_layout textarea {
        padding: 3px;
        width: 100%;
        min-height: 200px;
        border-radius: 4px;
        outline: none;
        border: 1px solid gray;
    }

input[type=submit] {
    width: 100%;
    background-color: #20419b;
    color: white;
    padding: 14px 20px;
    margin: 55px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.form_layout .form_button {
    padding: 10px;
    background: #20419b;
    color: white;
    font-size: 20px;
    margin-top: 20px;
    width: 100%;
    /*float: right;*/
}

.form_layout .form_check {
    padding: 5px;
}

.ge_title {
    margin: 5px 30px;
    font-weight: normal;
    font-size: 30px;
    font-family: "Oswald",arial,se rif;
    cursor: pointer;
}


    .ge_title a {
        color: black;
    }

        .ge_title a:hover {
            color: #20419b !important;
        }

    .ge_title .arrow {
        position: absolute;
        font-size: 30px;
        color: #20419b;
        font-weight: bold;
        top: 230px;
    }

.ge_desc {
    margin-left: 30px;
}

.program_description {
    font-family: arial;
    font-size: 30px;
    margin: 30px;
    line-height: 30px;
}

.yt_video_grid {
    cursor: pointer;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
    border: 0px solid gainsboro;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,0.5);
}

    .yt_video_grid > img {
        width: 100%;
    }

.yt_play_btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #20419b;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 45%;
    top: 35%;
    cursor: pointer;
}

    .yt_play_btn > .fa-play {
        color: white;
        margin-top: 14px;
        margin-left: 5px;
    }

.yt_player_main {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

    .yt_player_main > .yt_player {
        margin-top: 50px;
        width: 80%;
        height: 80%;
    }

    .yt_player_main > .yt_controls {
        background: black;
        width: 80%;
        margin: 20px auto;
    }

        .yt_player_main > .yt_controls > .btn {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #20419b;
            cursor: pointer;
            margin: 20px;
        }

.yt_controls > .btn > i {
    color: white;
    margin-top: 11px;
}


#ada_message {
    display: none;
    font-weight: bold;
    font-size: 20px;
    z-index: 1;
    background: gray;
    color: white;
    padding: 5px;
    border-radius: 0px 0px 10px 0px;
    position: fixed;
}

.ada_message_override {
    display: block !important;
}

.ada_compliant {
    position: relative;
    /*top: 600px;*/
}

/*Start loading code*/
.loader {
    position: fixed;
    top: 43%;
    left: 48%;
    z-index: 100;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #20419B;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
    display: none;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*End loading code*/


a {
    text-decoration: none !important;
}

.accessibility {
    display: none;
}

.splash-graduation {
    background: #20419b;
    text-align: center;
    margin-top: 120px;
}

.clear_background {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background: white;
    background: url("/ref/images/back.jpg") no-repeat;
    border: 0px solid;
    background-size: cover;
    color: white;
    font-family: Lato;
    font-size: 80px;
    /*opacity: .9;*/
}

.main_overlay {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    border: 0px solid;
    font-family: Lato;
    font-size: 20px;
    /*display: flex;
    flex-wrap: wrap;*/
    padding: 60px;
}

.faded_background {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background: white;
    background: url('/ref/images/back.jpg') no-repeat;
    border: 0px solid;
    background-size: cover;
    color: white;
    font-family: Lato;
    font-size: 80px;
    opacity: .8;
}

.program_overlay {
    width: 100%;
    margin: auto;
    border: 0px solid;
    font-family: Lato;
    font-size: 20px;
    /*overflow: hidden;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    padding:60px;*/
}



table {
    width: 100%;
    height: 100%;
    border-spacing: 10px;
    border-collapse: separate;
}

td {
    vertical-align: inherit !important;
    color: #20419B;
}



.kiosk_button {
    border-radius: 50%;
    text-align: center;
    width: 200px;
    height: 200px;
    padding-top: 65px;
    color: white;
    font-weight: bold;
    background: #20419B;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 150px 150px;
    background-position: center;
    transition: border-radius .5s;
}

    .kiosk_button:hover {
        //border-radius: 40%;
    }

.ripple {
    border-radius: 40% !important;
}




.social_title {
    text-align: center;
    font-size: 60px;
    margin-bottom: 300px;
    background: rgba(255, 255, 255, .9);
    border-radius: 20px;
}

.social_button {
    text-align: center;
    width: 200px;
    height: 200px;
    color: white;
    font-weight: bold;
    background: #20419B;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}

    .social_button img {
        width: 100%;
        height: 100%;
    }

.kiosk_text {
    /* color: white; */
    background: rgba(255, 255, 255, 1);
    width: 260px;
    padding: 5px;
    border-radius: 20px;
    margin-top: 20px !important;
}


.kiosk-main-item {
    margin-bottom: 80px;
    height: 260px;
}

    .kiosk-main-item a {
        color: #20419B;
        text-decoration: none !important;
    }

.kiosk-sub {
    padding: 10px;
}


.kiosk-program-item {
    background: white;
    height: 200px;
    margin: 10px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}

    .kiosk-program-item .title {
        padding: 5px;
        color: #20419B;
        font-family: Arial;
        font-size: 30px;
    }

    .kiosk-program-item .description {
        padding: 5px;
        color: black;
        font-family: Arial;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }


.kiosk-category-item {
    background: white;
    height: 400px;
    margin: 10px;
    /*box-shadow: 0 2px 2px 0 #20419B, 0 0 0 1px #20419B;*/
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}

    .kiosk-category-item .photo {
        background: lightgray;
        height: 180px;
        overflow: hidden;
        border-bottom: 5px solid #20419B;
    }

        .kiosk-category-item .photo img {
            width: 100%;
        }

    .kiosk-category-item .title {
        padding: 5px;
        color: #20419B;
        font-family: Arial;
        font-size: 30px;
    }

    .kiosk-category-item .description {
        padding: 5px;
        color: black;
        font-family: Arial;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

.center {
    margin: auto;
    text-align: center;
}

.kiosk_program {
    text-align: center;
}

    .kiosk_program img {
        width: 80%;
    }


.program_comments {
    margin-top: 80px;
    display: inline-block;
}

.course_details {
    width: 95%;
    margin: auto;
    padding: 10px;
    margin-bottom: 50px;
}



    .course_details h2 {
        margin-top: 50px
    }

    .course_details p {
        margin-left: 0px;
    }

    .course_details td {
        color: black;
    }

.course_title {
    font-weight: bold;
    /*color: #20419b!important;*/
}

.total_credit {
    float: right;
    font-weight: bold;
    margin-right: 10px;
}



.splash {
    margin: 20px auto;
    width: 80%;
}

    .splash .welcome {
        color: #20419B;
        font-size: 100px;
        font-family: "Oswald",arial,se rif;
        position: absolute;
        top: 20px;
    }

    .splash .touch {
        color: #20419B;
        font-size: 100px;
        font-family: "Oswald",arial,se rif;
        position: absolute;
        bottom: 8px;
        left: 400px;
    }

        .splash .touch .touch_icon {
            width: 150px;
        }

    .splash .logo {
        width: 800px;
        position: absolute;
        top: 180px;
        left: 350px;
    }

.accordian {
    border: 1px solid #b3b3b3;
    padding: 10px;
}

    .accordian .title {
        color: #20419b;
        width: 400px;
        font-size: 25px;
        display: inline-block;
    }

    .accordian .trigger {
        cursor: pointer;
    }

    .accordian i.fa {
        color: #faa73f;
        display: inline-block;
        float: right;
        margin-top: 8px;
        margin-right: 10px;
        cursor: pointer;
    }

    .accordian .content {
        margin-top: 20px;
        display: none;
    }


.faculty_block {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    padding: 10px 10px 25px 10px;
    cursor: pointer;
}

    .faculty_block img {
        width: 100%;
        margin-bottom: 15px;
    }

.faculty_details_layer {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0, 0.8);
    display: none;
}

    .faculty_details_layer .top-close {
        font-size: 30px;
        position: fixed;
        top: 10px;
        right: 10px;
        color: white;
        cursor: pointer;
    }

#ada_close_faculty {
    color: white;
    font-size: 30px;
    position: fixed;
    left: 0px;
    bottom: 10px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    display: none;
}

.faculty_details {
    margin: 200px auto;
    background: white;
    height: 400px;
    width: 1100px;
}

    .faculty_details img {
        height: 100%;
    }

.faculty_name {
    font-weight: bold;
    margin-top: 20px;
    color: #20419B;
    border-bottom: 2px solid #20419B;
    display: inline;
    padding-bottom: 2px;
}

.faculty_info {
    display: inline-table;
    font-size: 18px;
    padding: 30px;
    position: absolute;
}

    .faculty_info .heading {
        font-size: 20px;
        margin-top: 20px;
        font-weight: bold;
    }



@media only screen and (max-width: 1150px) {
    .faculty_details {
        margin: 0px auto;
        height: auto;
        width: 80%;
    }

        .faculty_details img {
            width: 100%;
        }

    .faculty_info {
        position: relative;
    }
}

/*
.kiosk_program2 {
    width: 100%;
    position:fixed;
    top:0px;
    left:0px;
    bottom:0px;
    text-align:center;
}

.kiosk_program2 iframe {
    width: 80%;
    height: 100%;
    border: 0px;
    padding:10px;
}
*/



/*KC Area Jobs*/
.job-list .job-item {
    cursor: pointer;
}

.job-list h2 {
    font-family: "Oswald",arial,serif;
    font-weight: bold;
    margin-left: 30px;
    color: black;
}

.job-list .icon-arrow {
    color: #20419b;
    font-size: 20px;
}

.job-list .row {
    padding: 0px !important;
}

    .job-list .row > div {
        text-align: left;
    }

    .job-list .row:before {
        display: block;
    }

.job-details {
    padding-bottom: 30px;
}

    .job-details h2 {
        margin-top: 35px;
        font-family: "Oswald",arial,serif;
        font-weight: bold;
        margin-left: 30px;
        color: black;
    }

    .job-details p {
        margin: 20px 0px 0px 30px !important;
        font-size: 15px !important;
        font-family: arial,serif !important;
        color: black !important;
    }

        .job-details p span, .job-details p div {
            margin-left: 0px !important;
            font-size: 15px !important;
            font-family: arial,serif !important;
            color: black !important;
        }



.intro-content {
    margin: 500px 100px 0px
}

    .intro-content p {
        font-size: 30px;
        color: white;
        margin: 20px 22px 40px;
        text-shadow: 1px 1px 5px #000000;
    }

.intro-logo {
    width: 300px;
    margin: 0 12px;
}

.explore-button {
    color: black;
    font-size: 25px;
    background: #fff;
    font-family: arial,serif !important;
    text-align: center;
    padding: 15px 30px;
    border-radius: 50px;
    display: block;
    border: 0px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
    transition: 0.3s;
}

.explore-button:hover, .explore-button:focus, .explore-button:active {
    color: black;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
    outline: none;
}

.back-top-button {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    border: 0px;
    background: none;
    outline: none;
    opacity: 0;
    height: 80px;
    width: 80px;
    z-index: 10000;
}

.ada_compliant .back-top-button {
    top: unset;
    left: unset;
    bottom: 10px;
    right: 0px;
    background: #faa73f;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}

.back-top-button span {
    display: inline-block;
    transform: rotate(-90deg);
    color: white;
    //padding: 20px;
    font-size: 25px;
    text-shadow: 1px 1px 20px #000000;
}

.feature-cards {
    position: absolute;
    left: 0px;
    top: 20px;
    border: 0px;
    overflow: hidden;
    height: 550px;
    width: 100%;
}

/*KC Fonts*/
@font-face {
    font-family: 'icomoon';
    src: url('/ref/fonts/icomoon.eot?b4ojb7');
    src: url('/ref/fonts/icomoon.eot?b4ojb7#iefix') format('embedded-opentype'), url('ref/fonts/icomoon.ttf?b4ojb7') format('truetype'), url('/ref/fonts/icomoon.woff?b4ojb7') format('woff'), url('/ref/fonts/icomoon.svg?b4ojb7#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-logo-white-extended-swoosh:before {
    content: "\e91a";
}

.icon-document-file-pdf:before {
    content: "\e918";
}

.icon-file-pdf:before {
    content: "\e919";
}

.icon-snapchat-square:before {
    content: "\e917";
}

.icon-snapchat:before {
    content: "\e916";
}

.icon-arrow:before {
    content: "\e900";
}

.icon-check:before {
    content: "\e901";
}

.icon-close:before {
    content: "\e902";
}

.icon-contact:before {
    content: "\e903";
}

.icon-facebook:before {
    content: "\e904";
}

.icon-facebook-square:before {
    content: "\e905";
}

.icon-filter-both:before {
    content: "\e906";
}

.icon-filter-down:before {
    content: "\e907";
}

.icon-filter-up:before {
    content: "\e908";
}

.icon-instagram:before {
    content: "\e909";
}

.icon-location:before {
    content: "\e90a";
}

.icon-logo-blue:before {
    content: "\e90b";
}

.icon-logo-white:before {
    content: "\e90c";
}

.icon-logo-white-extended:before {
    content: "\e90d";
}

.icon-menu:before {
    content: "\e90e";
}

.icon-minus:before {
    content: "\e90f";
}

.icon-pagination-double:before {
    content: "\e910";
}

.icon-play:before {
    content: "\e911";
}

.icon-plus:before {
    content: "\e912";
}

.icon-search:before {
    content: "\e913";
}

.icon-twitter:before {
    content: "\e914";
}

.icon-youtube:before {
    content: "\e915";
}

.icon-file-pdf2:before {
    content: "\eadf";
}

.icon-cancel-circle:before {
    content: "\ea0d";
}
