/* .col-1 {
    flex-basis: 8.33%;
}

.col-2 {
    flex-basis: 16.66%;
}

.col-3 {
    flex-basis: 25%;
}

.col-4 {
    flex-basis: 33.33%;
}

.col-5 {
    flex-basis: 41.66%;
}

.col-6 {
    flex-basis: 48%;
}

.col-7 {
    flex-basis: 58.33%;
}

.col-8 {
    flex-basis: 66.66%;
}

.col-9 {
    flex-basis: 75%;
}

.col-10 {
    flex-basis: 83.33%;
}

.col-11 {
    flex-basis: 91.66%;
} */


/* Main */

html {
    font-family: Arial, Helvetica, sans-serif;
}

body { 
    margin: 0;
    font-size: 16px;
 }

 .main {
    line-height: 1.45rem;
 }

.container { 
    max-width: 1320px;
 }

.header, .footer {
  padding: .75rem;
}

.footer>* {
    font-size: .75em;
    text-align: right;
}

ul > li {
    line-height: 1.45rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, serif;
}


/*  Styles */

.responsive-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.header-area {
    background-image: url('../images/class-web-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 250px;
}

.header-area > div {
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.2);
    height: 250px;
    width: 100%;
    display: flex;
}

.header-area > div > h1 {
    color: #fff;
    margin-left: 1.5rem;
    text-shadow: 2px 2px #252c26;
}

.main-area {

}

.alert-on {
    display: block !important;
}

.alert-off {
    display: none !important;
}

.alert-section {
    padding: 0.5rem;
    /* background-color: #ea1202;
    color: white; */
    background-color:#FFB612 ;
    color: #000;
    text-align: center;
    border-top: #000 solid 1px;
    border-bottom: #000 solid 1px;
    font-size: 1.25rem;
    line-height: 1.65rem;
}

.callout-section {
    background-color: #f5f5f5;
    margin: 0 auto 2.0rem auto;
    width: 90%;
    padding: 0;
    border: #981e32 1px solid;
    min-height: 305px;
}

.callout-section > div {
    padding: 0 1.0rem 1.0rem 1.0rem;
}

.btn {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    padding: 0.75rem;
    margin: 28px auto;
    border-radius: 0;
    border: none;
    min-width: 140px;
    transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
    -webkit-transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
    -moz-transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
    -ms-transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
    -o-transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
    position: relative;
    z-index: 3;
}

.gry-hover {
    background-color: #252c26;
    color: #fff;
    text-decoration: none;
    border: #252c26 solid 1px;
    font-weight: 700;
    font-size: 20px;
}

.gry-hover:hover, .gry-hover:active {
    color: #252c26 !important;
    background-color: #e5e6e7 !important;
    border: #252c26 solid 1px;;
}

.footer-area {
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 0.5rem;
}

.footer-area a, .footer-area a:visited, .footer-area a:active, .footer-area a:hover {
    color: #fff;
}

.h2-bg {
    background-color: #252c26;
    padding: 0.75rem;
    margin-top: 0;
    color: #fff;
}

.login-box {
    border: #252c26 solid 1px;
    padding: 0;
    width: 90%;
    margin: 0 auto 2.0rem auto;
}

.login-box > div {
    padding: 0 1.0rem 1.0rem 1.0rem;
}

.login-box > h3, .callout-section > h3 {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    padding: 0.75rem 1.0rem 0.75rem 1.0rem;
    line-height: 1.6rem;
}

.login-box > h3 {
    background-color: #252c26;
}

.callout-section > h3 {
    background-color: #981e32;
}

.no-padding {
    padding: 0 !important;
}

.left-side > h2, .right-side > h2 {
    margin-left: 1.5rem;
}

.search-for-classes, .college-lists {
    max-width: 678px;
    margin: 0 auto;
}

.college-lists h3, .search-for-classes > h2 {
    margin-left: 1.5rem;
}

/* Responsive */

@media(min-width: 678px) {
    .flex-row {
        display: flex;
        flex-flow: row wrap;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin-right: auto;
        margin-left: auto;
    }

    .col-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .middle-line {
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        margin-top: 3.0rem;
        margin-bottom: 3.0rem;
        width: 0;
    }

    .left-side, .right-side {
        flex-basis: 45%;
        padding: 0.5rem 1.0rem;
    }

    .wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .cc-list, .lpc-list {
        display: flex;
        flex-direction: column;
        flex-basis: 50%;
    }

}

@media(max-width: 677px) {
    .flex-row {
        display: flex;
        flex-flow: column wrap;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin-right: auto;
        margin-left: auto;
    }

    .col-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .middle-line {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        margin-left: 3.0rem;
        margin-right: 3.0rem;
    }

    .wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .cc-list, .lpc-list {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
    }
}

