﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
body {
    font-family: 'Open Sans';
}
nav #top-menu ul, nav #top-menu ul a {
    color: white;
}

a {
    color: #003d70;
}
.btn-primary:hover {
    background-color: #003d70;
    border-color: #003d70;
}
.btn-blue {
    color: #fff;
    background-color: #003d70;
    border-color: #003d70;
}

.text-blue {
    color: #003d70;
}

.bg-red {
    background-color: #003d70;
}
.bg-blue {
    background-color: #003d70;
}
.bg-light-blue {
    background-color: #2daae1;
}

.text-light-blue {
    color: #2daae1;
}

.text-red, .text-red a {
    color: #941f1c;
}

.border-red {
    border: 1px solid #003d70;

}

.text-bold {
    font-weight: 500;
}

a {
    color: #2daae1;
}


header {
    min-height: 137px
}

    header .tel {
        color: #5b5859;
        font-size: 14pt;
    }

    header .social {
        display: block;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        header .social li {
            height: 24px;
            width: 24px;
            line-height: 24px;
        }

            header .social li a {
                color: #fff;
                text-decoration: none;
                font-size: 9pt;
            }
#footer .social li {
    height: 24px;
    width: 24px;
    line-height: 24px;
    background-color: #bfbfbf;
}

    #footer .social li a {
        color: #fff;
        text-decoration: none;
        font-size: 9pt;
    }

nav #top-menu ul, nav #top-menu ul a {
    font-weight: 600;
    font-size: 11pt;
    color: #fff;
    text-transform: uppercase;
}

#top-menu a:hover, #top-menu a:active {
    color: #2daae1;
}

nav #top-menu > ul > li.nav-item-parent {
    position: relative;
}
nav #top-menu ul .dropdown-menu {
    background-color: #2daae1;
}
    nav #top-menu ul .dropdown-menu li:hover {
        background-color: rgba(0, 0, 0, 0.25)
    }

        nav #top-menu ul .dropdown-menu li:hover a {
            color: #fff;
        }

    @media (min-width: 992px) {



        nav #top-menu ul .dropdown-menu {
            background-color: #2daae1;
            top: calc(100% - 1px);
            margin: 0;
            border-width: 0;
            border-top-left-radius: 0;
            padding: 5px 0;
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.30);
            z-index: 1;
        }

            nav #top-menu ul .dropdown-menu li {
                border-bottom: 1px solid rgba(0, 0, 0, 0.2);
                border-top: 1px solid rgba(255, 255, 255, 0.2);
                border-radius: 0;
                padding: 8px 13px;
            }

                nav #top-menu ul .dropdown-menu li:first-of-type {
                    border-top-width: 0;
                }

                nav #top-menu ul .dropdown-menu li:last-of-type {
                    border-bottom-width: 0;
                }

            nav #top-menu ul .dropdown-menu a {
                text-decoration: none;
                color: #fff;
            }

            nav #top-menu ul .dropdown-menu li:hover {
                background-color: rgba(0, 0, 0, 0.25)
            }

                nav #top-menu ul .dropdown-menu li:hover a {
                    color: #f6d2d1
                }


        nav #top-menu > ul > li.nav-item-parent:hover {
            background-color: #2daae1 !important;
            border-top-right-radius: 5px;
            border-top-left-radius: 5px;
        }

            nav #top-menu > ul > li.nav-item-parent:hover a {
                color: #fff;
            }

            nav #top-menu > ul > li.nav-item-parent:hover .dropdown-menu {
                display: block;
            }
    }

    .sideBarFeatureImage {
    background-size: cover;
    background-position: top center;
}

nav #top-menu .search {
    min-width: 158px;
    height: 24px;
    border: 1px solid #ececec;
    background-color: #fff;
    position: relative;
    line-height: 0;
}

.circle-icon {
    display: inline-block;
    width: 68px;
    height: 68px;
}

    .circle-icon i {
        font-size: 36px;
    }

.btn-primary {
    background-color: #003d70;
    border-color: #2daae1;
}

    .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgb(158, 0, 57);
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        background-color: #2daae1;
        border-color: #003d70;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #003d70;
}

.btn-primary:hover {
    background-color: #2daae1;
    border-color: #003d70;
}

.search-box {
    width: 40%;
    -webkit-box-shadow: inset 0px 0px 0px 30px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 0px 0px 30px rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 0px 30px rgba(0,0,0,0.5);
    /*background-color: rgba(0, 0, 0, 0.50);*/
    padding: 20px;
    border-radius: .5rem !important;
}

    .search-box .form-control {
        height: 55px;
        border-width: 0;
    }

        .search-box .form-control:focus {
            box-shadow: none;
        }

nav #top-menu .search input {
    line-height: 20px;
    height: 22px;
    border-width: 0px;
    background-color: #fff;
    padding: 0 5px;
    font-size: 11px;
    font-weight: bold;
    width: 100%
}

nav #top-menu .search > a {
    display: block;
    text-decoration: none;
    color: #5b5859;
    position: absolute;
    right: 5px;
    top: 2px;
}

.search-result {
    z-index: 3;
    top: -1000px;
    display: none;
    position: absolute;
    max-width: 700px;
    border: 1px solid #ececec;
    background-color: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.60);
    left: 0;
}

    .search-result .d-none.d-md-block {
        min-height: 200px;
    }

    .search-result.mobile {
        border-radius: 5px;
    }

    .search-result a {
        font-size: 11px;
        color: #01244a;
    }

    .search-result .nav.nav-tabs {
        padding: 0 10px;
        margin-top: 15px;
        font-weight: 500;
    }

        .search-result .nav.nav-tabs a.nav-link {
            font-size: 9pt;
            color: #003d70;
            border-color: #003d70;
        }

            .search-result .nav.nav-tabs a.nav-link.active {
                color: #fff;
                border-color: #003d70;
            }

ul.nav-tabs {
    border-bottom-color: #003d70;
}

.search-result .btn-link {
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
    background-color: #941f1c;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
}

    .search-result .tab-content {
        padding: 15px 15px 0 15px;
    }



        .search-result .tab-content a, .search-result .collapse a {
            white-space: nowrap;
            text-overflow: ellipsis;
            display: inline-block;
            overflow: hidden;
            max-width: 100%;
        }

    .search-result p {
        font-size: 8pt;
        color: #6c757d;
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #ccc;
    }

        .search-result p:last-of-type {
            border-bottom-width: 0;
            padding-bottom: 0;
        }

    .search-result .panel-footer {
        background-color: #e9e9e9;
        padding: 8px 15px;
    }

    .search-result .tab-pane .panel-footer {
        margin: 0 -15px;
    }

    .search-result .panel-footer a {
        font-size: 12px;
        font-weight: bold;
        display: inline;
    }

    .search-result .accordion .panel-footer {
        display: none;
    }

    .search-result .collapse {
        padding: 10px;
        max-height: 200px;
        overflow: auto;
    }

    .search-result .accordion .collapse.show + .panel-footer {
        display: block;
    }

.feature-image {
    display: block;
    height: 300px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-gray {
    background-color: #191919;
}

.bg-light {
    background-color: #f6f6f6;
}

.bg-charcoal {
    background-color: #121212;
}

.btn-black {
    color: #fff;
    background-color: black;
    border-color: black;
}

.pipeline > li {
    display: inline-block;
}

.footer a {
    color: #a2a2a2;
}

.flex-list {
    position: relative;
    margin: 1em;
    overflow: hidden;
}

    .flex-list ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: -1px;
    }

    .flex-list li {
        flex-grow: 1;
        flex-basis: auto;
        margin: .25em 0;
        padding: 0 .1em;
        text-align: center;
        border-left: 1px solid #a2a2a2;
    }

.bottomborder > li {
    border-bottom: 1px solid #ccc;
    border-bottom-width: thin;
    padding: 10px 0px;
    text-align: left;
}

.bottomborder > h4 {
    border-bottom: 2px solid #ccc;
    border-bottom-width: thin;
}

.footer-top a {
    color: #a2a2a2;
    text-decoration: none;
}

.footer-top p {
    color: #a2a2a2;
}

#footer h6 {
    border-bottom: solid 2px #ccc;
    padding: 10px 0px;
}


/* Extra Small devices (desktops, 768px and up) */
@media (max-width: 767px) {
    .sideBarFeatureImage {
        height: 100px;
    }
    .search-box {
        width: 80%;
    }

    .home-header {
        height: 350px;
    }

    .h1, h1 {
        font-size: 1.5rem;
    }

    .h3, h3 {
        font-size: 1.2rem;
    }
    .h4, h4 {
        font-size: 1.2rem;
    }
}

/* Small devices (desktops, 768px and up) */
@media (min-width: 768px) {
    .sideBarFeatureImage {
        height: 150px;
    }
    .search-box {
        width: 80%;
    }

    .home-header {
        height: 350px;
    }

    .h1, h1 {
        font-size: 1.5rem;
    }

    .h3, h3 {
        font-size: 1.2rem;
    }
    .h4, h4 {
        font-size: 1.2rem;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .search-box {
        width: 40%;
    }

    .home-header {
        height: 600px;
    }

    .h1, h1 {
        font-size: 2.5rem;
    }

    .h3, h3 {
        font-size: 1.25rem;
    }
    .h4, h4 {
        font-size: 1.25rem;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .search-box {
        width: 40%;
    }

    .home-header {
        height: 600px;
    }

    .h1, h1 {
        font-size: 2rem;
        margin-bottom: 20px;
        color: #003d70;
    }

    .h3, h3 {
        font-size: 1.25rem;
    }
    .h4, h4 {
        font-size: 1.25rem;
    }
}

label[for*="remember"] {
    padding-left: 5px;
    padding-top: 3px;
    padding-right: 4px;
}
.nav-tabs .nav-link{
    color:gray;
}
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #fff;
        background-color: #003d70;
        border-color: #003d70 #003d70 #fff;
    }
#onlinecourselist {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    margin-top:10px;
}

    #onlinecourselist ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        #onlinecourselist ul ul {
            display: none;
        }

    #onlinecourselist li {
        position: relative;
        padding: 0 0 0 24px;
    }

        #onlinecourselist li:before {
            position: absolute;
            display: block;
            top: -20px;
            bottom: 16px;
            width: 1px;
            border-left: 1px dotted #941f1c;
            content: "";
            left: -10px;
        }

        #onlinecourselist li:after {
            position: absolute;
            display: block;
            top: 17px;
            width: 34px;
            border-top: 1px dotted #941f1c;
            content: "";
            left: -10px;
        }

    #onlinecourselist ul li:last-child:before {
        bottom: auto;
        height: 38px;
    }

    #onlinecourselist > ul > li:first-child:before {
        top: 17px;
    }

    #onlinecourselist div {
        border-radius: 5px;
        min-width: 170px;
        text-align: center;
        padding: 5px;
        cursor: pointer;
        margin-bottom: 4px;
        height: 34px;
        border: 1px solid #941f1c;
    }

    #onlinecourselist .depth2 > div {
        background-color: #941f1c;
        color: #FFFFFF;
        font-size: 18px;
    }

    #onlinecourselist li.depth3 > div {
        background-color: #cdcdcd;
        color: #000;
        font-weight: bold;
    }

    #onlinecourselist .depth4 > div {
        background-color: #fff;
        /*border: 1px solid #808080;*/
        font-size: 12px;
    }

    #onlinecourselist i {
        position: absolute;
        top: 10px;
        left: -16px;
        z-index: 2;
        color: #941f1c;
        background-color: #fff;
        z-index: 1
    }
.border-gray{
    border:1px solid gray;
}
.bg-gray {
    background-color: #6c757d;
}
ul.border-bottom-sp li{
    border-bottom:1px solid #dee2e6;
}
    ul.border-bottom-sp li:last-child {
        border-bottom: 0 none;
    }