﻿
/*Global*/


html {
    position: relative;
    height: 100% !important;
    word-wrap: break-word;
}

body {
    line-height: 1.6 !important;
    font-size: 1.45rem;
}

a {
    color: #B30006;
    text-decoration: underline;
}

    a:hover {
        color: #850026;
        text-decoration: none;
    }



p {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.textred {
    color: #B30006;
}

h1 {
    font-family: 'Oswald', sans-serif;
}

.margleft {
    margin-left: 15px;
}

.marglefttwo {
    margin-left: 30px;
}

.marbot {
    margin-bottom: 20px;
}

.form {
    height: 100vh;
}

.calc {
    /*min-height: calc(100vh - 300px);*/
    min-height: 100%;
    margin-bottom: -379px;
    padding-bottom: 20px;
}

    .calc:after {
        content: "";
        display: block;
        height: 379px;
    }

#skip a {
    position: absolute;
    left: -10000px;
    padding: 2rem;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    #skip a:focus {
        height: auto;
        position: static;
        width: auto;
    }

.bottomstick {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    min-height: 379px;
}

.topmarg {
    margin-top: 10px;
}

.pt-cv-colsys {
    margin-left: 0;
    margin-right: 0;
}

.btmbord {
    border-bottom: 1px solid #e1e3e5;
}

.martop {
    margin-top: 25px;
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.nomar {
    margin: 0 !important;
}

.nopad {
    padding: 0 !important;
}

.altsection {
    background-color: #efefef;
    width: 100%;
    padding: 30px 0 30px 0;
    margin-bottom: -40px !important;
    margin-top: 20px;
}

.whitebox {
    background: #fff;
    padding: 20px;
    box-shadow: rgba(0,0,0,.06) 0 0 15px;
    margin: 10px 0 20px 0;
}

.largetext {
    font-weight: 700;
    font-size: 1.125rem;
}


/*cards*/

.cardimage {
    height: 120px;
    background-size: cover;
    position: relative;
    margin: 20px 0 10px 0;
}

.card-info {
    width: 100%;
    padding: 1rem;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: 'Oswald', sans-serif !important;
    font-size: 2rem;
    line-height: 1;
}

.card-grade {
    background: linear-gradient(transparent, #000);
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}





/*navigation*/

#topnav {
    background-color: #333333;
    height: 30px;
    position: relative;
    padding-top: 5px;
    font-family: 'Oswald', sans-serif !important;
}

    #topnav a {
        color: #fff;
        margin: 0 5px;
    }

.topnavlinks {
    position: initial;
}

/*Translate Modal*/

.translate {
    color: #333333;
    text-align: center;
    margin: auto;
    padding: 10px;
}

/*header navigation*/
.navbar {
    border-radius: 0px !important;
    background-color: #fff;
    border: 0px;
    display: block !important;
}

.row:before {
    display: block !important;
}

.navbar-nav {
    font-family: 'Oswald', sans-serif !important;
    padding-top: 15px !important;
    margin-bottom: 0px !important;
    border: 0 !important;
}

    .navbar-nav a:hover, .navbar-nav a:focus {
        color: #B30006 !important;
        background-color: #fff !important;
    }

    .navbar-nav a {
        color: #000 !important;
        font-size: 1.5rem !important;
    }

.navbar-toggle {
    margin-top: 25px;
}

#logo {
    float: left;
    max-width: 380px;
    padding-top: 15px;
}

.logosmall {
    float: left;
    max-width: 380px;
    padding-top: 10px;
}

/*slider*/

#slider {
    background-color: #efefef;
    height: 425px;
    padding-bottom: 1px;
}

.item {
    border-bottom: 1px solid #efefef;
}

.underborder {
    border-bottom: 1px solid #efefef;
}

/*highlights*/

.highlights {
    width: 270px;
    text-align: center;
}


/*social media buttons*/

.socialmedia ul {
    overflow: auto;
    margin-top: 20px;
}

    .socialmedia ul li {
        list-style-type: none;
        float: left;
        padding-bottom: 10px;
    }

        .socialmedia ul li a span {
            color: #fff;
            width: 30px;
            height: 30px;
            border-radius: 20px;
            font-size: 2rem;
            text-align: center;
            margin-right: 10px;
            padding-top: 15%;
            transition: all 0.2s ease-in-out;
        }

.fa-facebook {
    background: #3b5998;
}

.fa-linkedin {
    background: #007bb6;
}

.fa-twitter {
    background: #00aced;
}


.fa-instagram {
    background: #de3869;
}

ul li a i:hover {
    opacity: .7;
}

/*socialmedia icons*/

.social-icon {
    width: 30px;
    height: 30px;
    font-size: 0.938rem;
    background-color: blue;
    color: #fff;
    text-align: center;
    margin-right: 20px;
    padding-top: 7px;
    border-radius: 50%;
}

.footer-social li {
    float: left;
}


/*search button*/
.search {
    border: 0;
    width: 80%;
    height: 20px !important;
    font-size: 1.25rem;
    padding-left: 5px;
    margin: 0 !important;
    display: inline !important;
}


.btnsearch {
    background: url(images/btnsearch.jpg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    border: 0;
    padding-bottom: 4px;
    float: left !important;
}


/*news slider*/

.newsslide {
    position: relative;
    top: 320px;
    left: 15px;
}

    .newsslide p {
        background-color: #B30006;
        margin: 0;
        padding: 6px;
        color: #fff;
        display: table;
        font-family: 'Oswald';
        font-size: 2.25rem !important;
    }

    .newsslide span {
        background-color: #000;
        margin: 0;
        padding: 6px;
        font-size: 1.5rem;
        color: #fff;
        display: table;
        font-family: 'Oswald';
    }

.item {
    height: 425px !important;
    cursor: pointer;
}

.carousel-control {
    font-size: 1.25rem !important;
}

    .carousel-control .glyphicon-chevron-left {
        font-size: 3rem !important;
    }

    .carousel-control .glyphicon-chevron-right {
        font-size: 3rem !important;
    }

    .carousel-control.left {
        background: none;
    }

    .carousel-control.right {
        background: none;
    }

.carousel-indicators {
    bottom: -5px;
}

/*side menu*/

.sidenav {
    margin-top: 15px;
    padding: 0;
}

    .sidenav a {
        padding: 5px;
        color: #B30006;
        line-height: 25px;
        display: block;
    }



.list-group-item {
    padding: 6px 5px !important;
}

    /*side nav hover*/

    .list-group-item:hover, .list-group-item:hover a {
        background-color: #B30006 !important;
        border-color: #B30006 !important;
        color: #ffffff !important;
        text-decoration: none;
    }


.btn-sjcoe {
    color: #fff;
    background-color: #0a4984;
    border-color: none;
}

    .btn-sjcoe:hover, btn-sjcoe:hover a, .btn-sjcoe:focus, btn-sjcoe:focus a {
        color: #fff;
        background-color: #142e47 !important;
        border-color: none;
    }


/*alphabet list*/

.alphalist {
    text-align: center;
    padding-bottom: 15px;
}

    .alphalist ul {
        list-style: none;
        margin: auto;
    }

    .alphalist li {
        display: inline;
        margin-right: 15px;
    }


/* roll */

.roll a:link, .roll a:active, .roll a:visited {
    padding: 5px;
    color: #000000;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.roll a:hover, .roll a:focus {
    background: #B30006;
    color: #ffffff !important;
    padding: 5px;
}


/*News*/

.newsimage {
    display: inline-block;
    margin: 15px;
    width: 250px;
    height: 116px;
}


/*Calendar*/

.calblock {
    padding: 10px;
    overflow: hidden;
    width: 100%;
}

.calbox {
    background-color: #B30006;
    color: #fff;
    text-align: center;
    padding: 0px;
    margin: auto;
    width: 50px;
}

.calday {
    color: #fff;
    font-size: 0.938rem;
}

.calyear {
    background: #434343;
    color: #fff;
    width: 50px;
    padding: 2px;
    text-align: center;
}


.calyear {
    color: #fff;
    text-align: center;
    padding: 0px;
    width: 50px;
    background-color: #434343;
    color: #fff !important;
}

.calpad {
    padding: 15px;
}

.calinfo a:link, .roll a:active, .roll a:visited {
    padding: 5px;
    color: #000000;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.calinfo a:hover, .roll a:focus {
    background: #B30006;
    color: #ffffff !important;
    padding: 5px;
}


/*footer*/

/*ul, li {
    padding: 0;
    margin: 0;
}*/

li {
    list-style-type: none;
}

.slogan {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
}


footer {
    background-color: #333;
    color: #fff;
    min-height: 300px;
    font-family: 'Open Sans', sans-serif;
    padding-top: 15px;
    /*margin-top: 335px;*/
}

    footer p {
        border-bottom: dashed 1px;
        padding-bottom: 5px;
        font-weight: bold;
    }

.footer-col {
    margin-top: 50px;
}

.logofooter {
    margin-bottom: 10px;
    font-size: 1.563rem;
    color: #fff;
    font-weight: 700;
}

.footer-col p {
    color: #fff;
    font-size: 0.625rem;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}

    .footer-col p i {
        width: 20px;
        color: #999;
    }

.footer-ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 2px;
}

    .footer-ul li {
        line-height: 25px;
        font-size: 1.2rem;
    }

        .footer-ul li a {
            color: #fff;
            transition: color 0.2s linear 0s, background 0.2s linear 0s;
        }

    .footer-ul i {
        margin-right: 10px;
    }

    .footer-ul li a:hover {
        transition: color 0.2s linear 0s, background 0.2s linear 0s;
        color: #DFE6EA;
    }

/*copyright*/
.copyright {
    min-height: 40px;
    background-color: #2c2c2c;
}

    .copyright p {
        text-align: left;
        color: #FFF;
        padding: 10px 0;
        margin-bottom: 0;
        text-decoration: none;
        font-weight: normal;
        border: 0;
    }

    .copyright a {
        text-align: left;
        color: #fff;
        transition: color 0.2s linear 0s, background 0.2s linear 0s;
        padding: 10px 0;
        margin-bottom: 0;
        text-decoration: none !important;
    }


        .copyright a:hover {
            text-decoration: underline !important;
        }

/*        .copyright a:hover {
            transition: color 0.2s linear 0s, background 0.2s linear 0s;
            color: #e1e3e5;
            text-decoration: underline !important;
        }

        .copyright a:focus {
            transition: color 0.2s linear 0s, background 0.2s linear 0s;
            color: #DFE6EA;
            text-decoration: underline !important;
        }*/

.heading7 {
    font-size: 1.313rem;
    font-weight: 700;
    color: #d9d6d6;
    margin-bottom: 22px;
}

.post p {
    font-size: 0.75rem;
    color: #FFF;
    line-height: 20px;
}

    .post p span {
        display: block;
        color: #8f8f8f;
    }

.bottom_ul {
    list-style-type: none;
    float: right;
    margin-bottom: 0;
}

    .bottom_ul li {
        float: left;
        line-height: 20px;
    }

        .bottom_ul li:after {
            color: #FFF;
            margin-right: 2px;
            margin-left: 2px;
        }

        .bottom_ul li a {
            color: #fff;
            font-size: 0.75rem;
        }


/*about*/
.flex-center-vertically {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 400px;
}

/*news details*/

.newsitems1 {
    font-size: medium !important;
    font-weight: normal !important;
    text-decoration: none !important;
    font-style: normal;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

    .newsitems1 h3 {
        font-size: medium !important;
        font-weight: normal !important;
        text-decoration: none !important;
        font-style: normal;
    }

    .newsitems1 em {
        font-weight: normal !important;
        text-decoration: none !important;
        font-style: normal;
    }

    .newsitems1 strong {
        font-style: normal !important;
    }

    .newsitems1 b {
        font-size: medium !important;
        font-weight: normal !important;
        text-decoration: none !important;
        font-style: normal;
    }

    .newsitems1 h5 {
        font-size: medium !important;
        font-weight: normal !important;
        text-decoration: none !important;
        font-style: normal;
    }

    .newsitems1 p {
        line-height: 1.5 !important;
        font-size: 1.5rem !important;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    .newsitems1 span {
        line-height: 1.5 !important;
        font-size: 1.5rem !important;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }



/*collapse menu*/

@media (min-width: 750px) and (max-width: 991px) {

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    #slider {
        height: 250px !important;
        cursor: pointer;
    }

    .item {
        height: 250px !important;
        cursor: pointer;
        padding: 0;
    }

    .newsslide {
        position: relative;
        top: 150px;
        left: 5px;
    }
}



@media (min-width: 150px) and (max-width: 750px) {

    #slider {
        height: 300px !important;
        cursor: pointer;
        padding: 0 !important;
    }

    .item {
        height: 300px !important;
        cursor: pointer;
    }

    .newsslide {
        position: relative;
        top: 200px;
        left: 0;
    }


    .card-info {
        line-height: 2rem;
    }
}

@media (max-width: 992px) {
    #slider {
        padding: 0 !important;
    }

        #slider .container {
            padding: 0 !important;
            width: 100% !important;
        }

    .logo {
        float: left;
        margin-left: 20px;
    }

    .cardimage {
        height: 120px;
        background-size: cover;
        position: relative;
        margin: 20px 0 10px 0;
    }

    .card-info {
        width: 100%;
        padding: 1rem;
        bottom: 0;
        left: 0;
        color: #fff;
        font-family: 'Oswald', sans-serif !important;
        font-size: 2rem;
        /*line-height: 1;*/
    }

    .card-grade {
        background: linear-gradient(transparent, #000);
        height: 60%;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

@media (min-width: 480px) and (max-width: 750px) {
    .cardimage {
        height: 150px;
        background-size: cover;
        position: relative;
        margin: 20px 0 10px 0;
        width: 100%;
    }
}

@media (min-width: 150px) and (max-width: 480px) {


    .logo {
        float: left;
        width: 200px;
        margin-top: 10px;
        margin-left: 20px;
    }

    .newstitle {
        background-color: #B30006;
        margin: 0;
        padding: 6px;
        color: #fff;
        display: table;
        font-family: 'Oswald';
        font-size: 1.5rem;
    }

    .cardimage {
        height: 120px;
        background-size: cover;
        position: relative;
        margin: 20px 0 10px 0;
        width: 100%;
    }
}
