body {
    font-family: Roboto;
    font-size: 1.4em;
    font-weight: 300 !important;
    line-height: 1.625;
    color: #000000 !important;
}

.form-control {
    color: #000000 !important;
}

a {
    color: #187cb8;
    transition: all 0.3s;
    font-weight: 300;
}

.loading {
    background-color: rgba(255,255,255,0.8);
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.welcome-font {
    font-size: 1em;
}

.loading div {
    margin: 30% auto;
    width: 100px;
}

ol.getting_started_accordion {
    margin: -20px 0 0 -20px;
}

    ol.getting_started_accordion li {
        font-size: 14px;
    }

        ol.getting_started_accordion li a {
            font-size: 14px;
            color: #0b608d !important;
        }

            ol.getting_started_accordion li a:hover {
                text-decoration: underline;
                border: none;
            }

img {
    border: none;
}
/*Start Create an Account Sign In*/

.modal {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 33%;
    /*margin-left: -280px;*/
    outline: 0 none;
    position: fixed;
    top: 10%;
    bottom: auto !important;
    width: 35%;
    z-index: 1050;
    overflow-y: auto;
}

.zindex-top {
    z-index: 999999;
}

.modal1 {
    left: 35%;
    position: fixed;
    top: 30%;
    z-index: 999999;
    overflow-y: auto;
    width: 31%;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}

.modal-body {
    min-height: 90px;
}

.modal-content1 {
    width: 100%;
    min-height: 150px;
}

.modal-dialog1 {
    width: 100%;
}

@media only screen and (max-width:1000px) {
    .modal {
        width: 45%;
        left: 27%;
    }

    .modal1 {
        width: 45%;
        left: 27%;
    }
}

@media only screen and (max-width:750px) {
    .modal {
        width: 70%;
        left: 15%;
    }

    .modal1 {
        width: 70%;
        left: 15%;
    }
}

@media only screen and (max-width:450px) {
    .modal {
        width: 90%;
        left: 5%;
    }

    .modal1 {
        width: 90%;
        left: 5%;
    }
}

.modal-footer {
    background-color: #F5F5F5;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #DDDDDD;
    box-shadow: 0 1px 0 #FFFFFF inset;
    margin-bottom: 0;
    padding: 14px 15px 15px;
    text-align: right;
}

#signin .modal-header > h3 {
    margin: 0;
    text-align: center;
    font-family: "Roboto", sans-serif;
}

#signin {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

    #signin label {
        display: block;
        margin-bottom: 5px;
        font-weight: normal;
    }

    #signin .form-horizontal .control-label {
        /*float: left;*/
        margin-right: 10px;
        padding-top: 5px;
        text-align: left; /*width: 160px;*/
    }

    #signin .form-horizontal .control-group {
        margin-bottom: 15px;
    }


/* Modal fix by shawn 4/29/15 */
.create_account_body {
    height: 352px !important;
    overflow-y: scroll;
}

#signin .modal-body {
    overflow: hidden;
    padding: 20px 20px 0;
    position: relative;
}

.modal label {
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
}

.win .gecko #signin .modal-body {
    overflow: hidden;
    padding: 20px 20px 0;
    position: relative;
}

.chrome #signin .modal-body {
    overflow: hidden;
    padding: 20px 20px 0;
    position: relative;
}

#ForgotPassword .modal-body {
    overflow: hidden;
    padding: 20px 20px 0 20px;
    position: relative;
}

#ForgotPassword label {
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
}

#signin legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #E5E5E5;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #000000;
    display: block;
    font-size: 17px;
    line-height: inherit;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
}

#signin .menu {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 15px;
}

.modal textarea, .modal .uneditable-input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 0;
    color: #000000;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}

.modal input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 0;
    color: #000000;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}

.input-mini {
    width: 45px;
}

.input-xlarge {
    width: 270px;
}

.dropdown-menu.megamenu.row {
    margin-top: 0;
}

.dropdown-menu a {
    font-weight: 300 !important;
}

.nav > li > a {
    display: block;
    position: relative;
}

.well {
    background-image: none;
    background-color: #F5F5F5;
    border-radius: 0;
}

li.active a {
    background-color: #F5F5F5;
}

/*Start Create an Account Sign In*/

/*Shawn site search css mod Browser Hack*/

/****  Start Bootstrap override for ie by Shawm  ****/
.ie .col-md-3 {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.ie .col-md-4 {
    width: 33.33%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.ie .col-md-5 {
    width: 41.66%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.ie .nav-justified.nav-tabs > li > a {
    margin-right: -3px !important;
    border-radius: 0 !important;
}

.ie .user_list li a {
    padding: 20px 10px 11px 10px !important;
}

.win.gecko .tabbuttons li, .chrome .tabbuttons li {
    padding: 5px 0;
}
/****  End Bootstrap override for ie by Shawm  ****/
/*Bala starts for site search*/


.gsc-control-cse {
    width: 300px;
    margin-top: -21px;
    background: transparent !important;
    border: none !important;
}

    .gsc-control-cse div {
        margin-top: 4px;
    }

.gsc-input-box {
    height: auto;
}

.gsc-input {
    height: 35px !important;
    width: 220px;
    /*border:solid 1px #ccc;*/
}

@media only screen and (max-width:770px) {
    .gsc-input {
        height: 35px !important;
        width: 100%;
    }
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
    padding: 9px 14px !important;
    margin-top: 3px;
}

.gsc-search-button button {
    margin-left: -2px;
}

.gsc-search-button svg {
    width: 20px;
    height: 27px;
}

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    border-color: #336699;
    background-color: #0077B9;
    background-image: none;
    filter: none;
    color: #ffffff !important;
}

.navbar-form {
    margin-left: -23px;
}


ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

input.gsc-search-button {
    margin-left: 0 !important;
}


/*Bala ends for site search*/




.search_type {
    display: inline-block;
    float: left;
    padding: 0 5px 0 40px;
    margin-top: -15px;
}

    .search_type li {
        line-height: 20px;
    }
/*Shawn End site search css mod Browser Hack*/


.rel {
    position: relative;
}
/* Start Custom Buttons Classes */
.btn-default {
    color: #187cb8;
    background: #ffffff;
}


.bttn {
    border-radius: 0;
    font-family: open sans condensed;
    font-size: 20px;
    vertical-align: inherit !important;
}

.bttn-default {
    background-repeat: repeat-x;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    font-size: 20px;
    text-shadow: 0 1px 0 #ffffff;
    transition: all 0.5s ease 0s;
}

    .bttn-default:hover, .bttn-default:focus {
        background-color: #f2f2f2;
        transition: all 0.5s;
    }

.bttn-primary {
    background-repeat: repeat-x;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    font-size: 20px;
    text-shadow: 0 0 0 #ffffff;
    transition: all 0.5s ease 0s;
    background-color: #187cb8;
    color: #ffffff;
}

    .bttn-primary:hover, .bttn-primary:focus {
        background-color: #1e90d5;
        transition: all 0.5s;
    }


.btn-success {
    background-color: #015710 !important;
}

    .btn-success:hover {
        background-color: #16997f !important;
    }

.btn-danger {
    background-color: #d33a35;
}

.btn-red {
    background-color: #ff5d3b;
    background-repeat: repeat-x;
    border-bottom: 3px solid #dc3417;
    border-color: #DDDDDD #DDDDDD #dc3417;
    color: #fff;
    font-size: 20px;
    text-shadow: 0 0 0 #FFFFFF;
    transition: all 0.5s ease 0s;
}

    .btn-red:hover, .btn-red:focus {
        background-color: #dc3417;
        background-position: 0 0;
        color: #fff;
        text-shadow: 0 0 0 #fff;
    }

.btn-green {
    background-color: #015710;
    background-repeat: repeat-x;
    border-bottom: 3px solid #0b4d40 !important;
    color: #fff;
    font-size: 20px;
    text-shadow: 0 0 0 #FFFFFF;
    transition: all 0.5s ease 0s;
}

    .btn-green:hover, .btn-green:focus {
        background-color: #16997f;
        background-position: 0 0;
        color: #fff;
        text-shadow: 0 0 0 #fff;
    }
/* End Custom Buttons Classes */

/* Start Colors */
.content h2 {
    font-family: open sans condensed;
    font-size: 2em;
    font-weight: 300 !important;
}

.persona_role_1 {
    background: none repeat scroll 0 0 #187cb8;
    border-bottom: 3px solid #13598a;
    color: #FFFFFF;
    display: inline-block;
    margin-top: 2px;
    padding: 13px 24px;
    text-align: center;
}

.persona_role_2 {
    background: none repeat scroll 0 0 #0e1528;
    border-bottom: 3px solid #111e2e;
    color: #ffffff;
    display: inline-block;
    margin-top: 2px;
    padding: 13px 24px;
}

.persona_role_3 {
    background: none repeat scroll 0 0 #1a56a7;
    border-bottom: 3px solid #49838b;
    color: #FFFFFF;
    padding: 13px 24px;
    display: inline-block;
    margin-top: 2px;
}

.persona_role_4 {
    background: none repeat scroll 0 0 #015710;
    border-bottom: 3px solid #287b5d;
    color: #FFFFFF;
    padding: 13px 24px;
    display: inline-block;
    margin-top: 2px;
}

.persona_role_5 {
    background: none repeat scroll 0 0 #6954bc;
    border-bottom: 3px solid #cb7f15;
    color: #FFFFFF;
    padding: 13px 24px;
    display: inline-block;
    margin-top: 2px;
}

.persona_role_1, .persona_role_2, .persona_role_3, .persona_role_4, .persona_role_5 {
    min-width: 100%;
}

.persona_role_link_1 {
    color: #187cb8;
}

a:hover.persona_role_link_1 {
    color: #13598a;
}

.persona_role_link_2 {
    color: #0e1528;
}

a:hover.persona_role_link_2 {
    color: #111e2e;
}

.persona_role_link_3 {
    color: #1a56a7;
}

a:hover.persona_role_link_3 {
    color: #49838b;
}

.persona_role_link_4 {
    color: #015710;
}

a:hover.persona_role_link_4 {
    color: #287b5d;
}

.persona_role_link_5 {
    color: #6954bc;
}

a:hover.persona_role_link_5 {
    color: #c36e03;
}

.secton_label_color {
    background: none;
    color: #2f4457;
    font-family: open sans condensed;
    font-size: 2em;
    font-weight: 700 !important;
    margin-top: 10px !important;
    text-transform: uppercase;
    padding: 13px;
}
/*End Colors */


/* Start Main Menu */
.menu {
    border-bottom: 0 solid;
}

    .menu > li.active > a, .menu > li.active > a:hover, .menu > li.active > a:focus {
        border-style: solid;
        background-color: #0e1528;
        color: #fff !important;
        transition: all 0.5s;
    }

    .menu > li > a {
        background: #fff;
        border-left: 1px solid #d2d2d2;
        border-radius: 0;
        border-right: 1px solid #d2d2d2;
        border-top: 1px solid #d2d2d2;
        color: #767676;
        font-family: open sans condensed;
        font-size: 1.1em;
        font-weight: 700;
        transition: all 0.3s ease 0s;
    }

        .menu > li > a:hover {
            color: #fff;
            border-bottom: 0 solid;
            background-color: #0e1528;
        }



/*Edited by Kevin M 4.19.16*/
@media only screen and (max-width:1200px) {
    .top-nav > li {
        width: 25%;
        height: 62px;
        margin: 0;
        text-align: center;
        transition: all 0.3s;
    }
}

@media only screen and (max-width:1000px) {
    .nav-top-margin {
        margin-top: 20px;
    }

    .top-nav > li, .top-nav > li a {
        height: 75px;
    }
}

@media only screen and (max-width:900px) {
    .top-nav > li {
        width: 50%;
        height: 55px;
    }

        .top-nav > li a {
            height: 55px;
        }
}

@media only screen and (max-width:750px) {
    .top-nav > li {
        width: 50%;
        height: 55px;
    }
}

@media only screen and (max-width:450px) {
    .top-nav > li {
        width: 100%;
        height: 55px;
    }
}

ul.block1 li.dropdown-header a {
    padding: 0 !important;
}

.dropdown-first {
    font-family: open sans condensed;
    font-size: 1.05em;
    margin: 0;
}

    .dropdown-first a:link, .dropdown-first a:visited {
        color: #0e1528;
        background-size: 0;
        font-size: 1em;
        font-weight: 600 !important;
        padding: 10px 15px;
    }

    .dropdown-first a:hover {
        background-color: #e6e6e6 !important;
        background-size: 0 !important;
    }

.dropdown-header {
    color: #0e1528;
    font-family: open sans condensed;
    font-size: 1.05em;
    margin: 0;
    padding: 0; /*erase side space*/
    white-space: pre-wrap;
}

    .dropdown-header a {
        color: #0e1528;
        font-family: open sans condensed;
        font-size: 1.05em;
        margin: 0;
        padding: 10px 15px 10px 30px !important;
        white-space: pre-wrap !important;
    }

        .dropdown-header a:hover {
            background-color: #e6e6e6 !important;
        }

.nav-bar > li > .dropdown-menu {
    padding: 0;
    min-width: 200px;
}

@media only screen and (max-width:760px) {
    .dropdown-header a {
        color: #0e1528;
        font-family: open sans condensed;
        font-size: 1.05em;
        margin: 0;
        padding: 3px 15px !important;
        white-space: pre-wrap !important;
    }
}

.pb5:not(*:root) {
    padding-bottom: 5px !important;
}
/* Chrome hack */
/* End Main Menu */



/* Start Sub navigation bar */
.navbar-default .nav-bar > .active > a {
    background: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
    color: #0e1528;
    border-bottom: 3px solid #0e1528;
    background: url("../images/dk-au.png") no-repeat bottom;
}

.chrome .navbar-default .nav-bar > .active > a, .safari .navbar-default .nav-bar > .active > a {
    margin-top: 0;
}

.navbar {
    margin-bottom: 0;
}

header .frm-grp {
    margin-bottom: 10px;
}

.navbar-default .nav-bar > li > a {
    color: #000000;
    font-size: 1.2em;
    line-height: 21px;
    border-bottom: 3px solid #fff;
    background-color: #fff !important;
}
/*add arrow by Kevin M*/
.dropdown a:link, .dropdown a:visited {
    background: url("../images/dk-a.png") no-repeat bottom;
    background-size: 0;
}

.dropdown a:hover {
    background: url("../images/dk-a.png") no-repeat bottom;
}

.dropdown-header a, .dropdown-header a:hover {
    background-image: none !important;
}
/*add arrow end*/

.win.gecko .navbar-default .nav-bar > li > a {
    line-height: 17px;
}

.navbar-default .nav-bar > li > a:hover, .navbar-default .nav-bar > li > a :focus {
    color: #0e1528;
}

.navbar-default {
    background: #fff !important;
    background-repeat: repeat-x;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.15) inset, 0 0 0 rgba(0, 0, 0, 0.075);
}

.navbar-default {
    background-color: #F8F8F8;
    border-color: #fff;
    /*remove for Gafuture logo border-top: 1px solid #d9d9d9;*/
}

.elementary {
    background: url("../images/elementary-school.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 350px;
    position: relative;
}
/* End Sub navigation bar */

.border {
    border-bottom: 2px solid #D9D9D9;
}

.color {
    background-color: #F2F2F2;
}
/* Start Preview slider */
.carous {
    border: 1px solid #D6D6D6;
    margin-bottom: 20px;
    margin-top: 28px;
    padding: 24px;
    background-color: #FFFFFF;
}

.carous2 {
    background-color: #FFFFFF;
    border: 1px solid #D6D6D6;
    height: 510px;
    margin-bottom: 20px;
    margin-top: 28px;
    padding: 24px;
}

.slider, .slide {
    position: relative;
}

.slider-indicators {
    bottom: auto;
    float: right;
    left: auto;
    list-style: none outside none;
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 36%;
    z-index: 15;
}

    .slider-indicators li:hover {
        background-color: #0e1528;
        border-bottom: 5px solid #19222b;
        transition: all 0.5s;
        color: #fff;
    }

        .slider-indicators li:hover .bluearrow {
            display: block;
        }

        .slider-indicators li:hover.active {
            background-color: #0e1528;
            transition: all 0.5s;
            color: #ddd;
            border-bottom: 5px solid #19222b;
        }

    .slider-indicators li {
        background-color: #FFFFFF;
        border: 1px solid #DDDDDD;
        border-radius: 0;
        cursor: pointer;
        display: block;
        height: 115px;
        margin: 0;
        padding: 10px;
        text-indent: 0;
        width: 100%;
        position: relative;
        transition: all 0.5s;
    }

        .slider-indicators li.active .bluearrow {
            display: block;
        }

.bluearrow {
    left: -19px;
    position: absolute;
    top: 0;
    display: none;
}

.slider-indicators .active {
    background-color: #0e1528;
    border-bottom: 5px solid #19222b;
    color: #FFFFFF;
    height: 115px;
    margin: 0;
    width: 100%;
}

.carouselimg {
    float: left;
    margin-left: 0;
    width: 30%;
    max-width: 135px;
}
/* CSS3 Hover Effects */
/*GROW*/
.grow img {
    width: 115px;
    height: 78px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

    .grow img:hover {
        transform: scale(1.1, 1.1) translateX(-12px) translateY(-12px);
    }
/*PIC*/
.pic {
    height: 78px;
    width: 115px;
    overflow: hidden;
    border: 3px solid white;
    float: left;
    margin-top: 7px;
}

    .pic:hover {
        cursor: pointer;
    }

#carousel-generic h2 {
    font-family: Open Sans Condensed;
    float: left;
    font-size: 1.2em;
    font-weight: 700 !important;
    margin: 7px 50px;
    text-align: left;
}

#carousel-generic p {
    float: left;
    font-family: "Roboto", sans-serif;
    font-size: 1.3em;
    font-weight: 300;
    margin: 0 5px;
    text-align: left;
}

.carousel-caption .btn {
    font-size: 1em;
}

.slide {
    /*max-height: 400px;*/
    overflow: hidden;
    position: relative;
}

.slider-caption {
    top: 80px;
    color: #fff;
    left: 6%;
    right: 61%;
    padding-left: 14px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    background: rgba(17, 123, 164, 0.5);
    bottom: auto !important;
}


#carousel-generic div.slider-caption h2 {
    float: left;
    font-size: 2.5em;
    font-weight: normal;
    margin: 3px 5px;
    text-align: left;
}



#carousel-generic .bttn-default, #carousel-generic .bttn-primary {
    font-size: 28px;
}

.clear {
    clear: both;
}

.slider-indicators li.active .date {
    color: #eee;
}

.slider-indicators li:hover .date {
    color: #eee;
}



.carousel-indicators {
    position: absolute;
    bottom: 5px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 13px;
        height: 13px;
        text-indent: -999px;
        border: 1px solid #ffffff;
        border-radius: 13px !important;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
        margin-right: 20px;
    }

    .carousel-indicators .active {
        margin-right: 20px;
        width: 15px;
        height: 15px;
        background-color: #187cb8;
    }




.date {
    margin-top: 5px;
    color: #0092e1;
}


/* For ADA compliance Start */
#carouselButtons {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000;
}

#carouselButtonsAcc {
    position: absolute;
    top: 58px;
    z-index: 1000;
}

.carousel-control.left {
    left: -65px;
}

.carousel-control.right {
    left: auto;
    right: -65px;
}

.homeslidetop {
    margin-top: 180px;
}
/* For ADA compliance End */
/* End Preview slider */

@media only screen and (min-width:1800px) {

    .slider-caption {
        top: 120px;
    }
}


@media only screen and (max-width:1400px) {

    .slider-caption h2 {
        font-size: 2em !important;
    }
}




@media only screen and (min-width:1200px) {
    .carousel-control.right {
        right: -6%;
    }

    .carousel-control.left {
        left: -6%;
    }
}

@media only screen and (max-width:1200px) {
    .slider-indicators {
        width: 41%;
    }

    .item img {
        position: relative;
        width: 60%;
    }



    .slider-caption h2 {
        font-size: 1.6em !important;
    }


    .slider-caption p {
        font-size: 1.1em !important;
    }
}


.leftcolumn p, .leftcolumn a, .leftcolumn ul, .leftcolumn li, .leftcolumn td {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.rightcolumn {
    padding-right: 0;
}


@media only screen and (max-width:1000px) {
    .slider-indicators {
        width: 55%;
    }

    .item img {
        position: relative;
        width: 45%;
    }

    .slider-caption {
        top: 24px;
        padding-bottom: 0;
    }

        .slider-caption h2 {
            font-size: 1.5em !important;
            width: 100% !important;
        }

        .slider-caption p {
            width: 100% !important;
        }

    .btn-slider {
        font-size: 20px !important;
        width: 90% !important;
        margin-top: 15px;
    }



    .carousel-control.left {
        left: -6%;
    }
}


@media only screen and (max-width:991px) {
      .slider-caption {
        top: 14px;
        padding-bottom: 0;
    }

.rightcolumn {
        padding-right: 15px;
        margin: auto;
        width: 98%;
    }
}


@media only screen and (max-width:789px) {
    .slide {
        height: auto;
        max-height: none;
    }

    .slider-indicators {
        display: none;
    }

    .item img {
        position: relative;
        width: 100%;
    }

    .slider-caption {
        position: relative;
        width: 100% !important;
        background: #0e1528;
        top: 0;
        left: 0;
        margin: 0;
        padding: 10px 10px 30px 10px;
    }

    .carousel-inner {
        margin: 0;
    }

    .carousel-indicators {
        position: absolute;
        bottom: 17px !important;
    }

    .carousel-control.right {
        background: none;
        top: -20% !important;
        width: 30px;
        height: 20px;
        right: 2px;
    }

    .carousel-control.left {
        background: none;
        top: -20% !important;
        width: 30px;
        height: 20px;
        left: 2px;
    }
}

@media only screen and (max-width:420px) {
    .carousel-indicators {
        bottom: 5px !important;
    }
}



.custom_width {
    width: 300px;
}
/* Start Hyperlink color adjustment by Kevin M */
.leftcolumn a:link, .leftcolumn a:visited {
    color: #187cb8;
    text-decoration: none;
    border-bottom: solid 1px rgba(14,123,181,0);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.leftcolumn a:hover {
    color: #0891E8;
    border-bottom: solid 1px rgba(8,145,232,1);
    text-decoration: none;
}
/* End Hyperlink color adjustment*/


/* Start WHO ARE YOU? Horizontal Sliding Accordion */
#accordionm .content {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-left: 300px;
    margin-top: -330px;
    padding-left: 20px;
    width: 300px;
    height: 340px;
}

    #accordionm .content p {
        font-family: "Roboto", sans-serif;
        font-size: 1.1em;
        font-weight: 300;
        margin: 5px 0;
        text-align: left;
    }

h4 img {
    /*border-left: 1px solid #fff;*/
    border: 1px solid #dcdcdc; /*border fixes for award recipients on homepage*/
}

.more {
    float: right;
    font-size: 22px;
}

a.more {
    bottom: 30px;
    font-family: open sans condensed;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    right: 23px;
}
/* End WHO ARE YOU? Horizontal Sliding Accordion */


/* Start NEWS YOU CAN USE Sidebar What's Hot What's New Tab links */
.tab-content {
    background: none repeat scroll 0 0 #FFFFFF;
}

#newsTab li a {
    background: none repeat scroll 0 0 #f5f5f5;
    border-left: 1px solid #ccc;
    border-radius: 0 !important;
    border-right: 1px solid #ccc;
    border-top: 3px solid #767676;
    color: #696969;
    display: block;
    font-family: open sans condensed;
    font-size: 1.7em;
    padding: 5px 0 !important;
    position: relative;
    transition: all 0.3s ease 0s;
}

#newsTab li.active a {
    color: #0e1528;
    border-top: 3px solid #0e1528;
    border-right: 1px solid #ccc;
    background: #ffffff !important;
}

    #newsTab li.active a:hover {
        font-size: 24px;
        color: #0e1528;
        border-top: 3px solid #0e1528;
        background: #ffffff !important;
    }

#newsTab li a:hover {
    background: none repeat scroll 0 0 #DCDCDC;
    border-radius: 0 !important;
    border-top: 3px solid #9f9f9f;
    color: #9f9f9f;
    display: block;
    padding: 5px 0 !important;
    position: relative;
}

.tabbuttons {
    font-size: 18px;
    list-style: none outside none;
    padding-left: 0;
}

    .tabbuttons li {
        background: none repeat scroll 0 0 #FFFFFF;
        border-bottom: 1px solid #EEEEEE;
        border-left: 1px solid #DDDDDD;
        border-right: 1px solid #DDDDDD;
        overflow: hidden;
        padding: 8px 0;
        position: relative;
        transition: all 0.5s ease 0s;
    }

        .tabbuttons li:hover {
            background: none repeat scroll 0 0 #0e1528;
            /*box-shadow: -5px -2px 0 2px #111E2E inset;*/
            transition: all 0.5s ease 0s;
        }

        .tabbuttons li a {
            color: #000000;
            font-family: "Roboto", sans-serif;
            font-size: 0.8em;
            font-weight: 300;
            padding-left: 20px;
            transition: all 0.5s ease 0s;
        }

            .tabbuttons li a:hover {
                transition: all 0.5s;
                text-decoration: none;
            }

ul.tabbuttons li:hover a {
    color: #fff !important;
    transition: all 0.5s;
    text-decoration: none;
}

    ul.tabbuttons li:hover a span.hiden {
        right: 0;
        visibility: visible;
        transition: all 0.5s;
        text-decoration: none;
    }

.hiden {
    background: none repeat scroll 0 0 #187cb8;
    color: #ffffff;
    float: right;
    margin-top: -2px;
    padding: 13px;
    position: absolute;
    right: -60px;
}

}
/* End NEWS YOU CAN USE Sidebar What's Hot What's New Tab links */


/* Start OTHER WEBSITES */


.ulwebsites > li {
    padding: 15px;
    border-bottom: 1px solid #eee;
    transition: all 0.5s;
    height: 138px;
}

.websites {
    border: 1px solid #DDDDDD;
}

    .websites p {
        font-size: .9em;
        font-weight: 300;
        margin-bottom: 5px;
        color: #000000;
    }

    .websites a {
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 12px;
        text-decoration: none;
    }

.ulwebsites {
    list-style: none outside none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}

.imgwebsites {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    float: left;
    margin-right: 10px;
    margin-top: 8px;
    padding: 3px;
}

.ulwebsites h4 {
    color: #187cb8;
    font-size: 1em;
}

.ulwebsites a > li {
    padding: 15px;
    border-bottom: 1px solid #eee;
    transition: all 0.5s;
    height: 138px;
}

.ulwebsites li:hover {
    background: #e5e5e5;
    transition: all 0.5s;
    box-shadow: 3px 0 0 #187cb8 inset;
}

.bluemore {
    background: none repeat scroll 0 0 #187cb8;
    border-bottom: 3px solid #13598A;
    padding: 5px 20px;
}

    .bluemore p {
        text-align: right;
        margin-bottom: 0;
    }

        .bluemore p a {
            color: #fff;
            font-family: open sans condensed;
            font-size: 1.4em;
        }
/* End OTHER WEBSITES */


/* Start Middle Text widget Go Build Georgia */
.middlec h3 {
    color: #1a56a7;
    font-family: open sans condensed;
    font-size: 2.4em;
    font-weight: 700 !important;
    margin: 0 0 15px;
    padding-top: 0;
}

.middlec {
    background: url("../images/bgmiddlecolumn.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #DDDDDD;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 3px;
    padding: 20px;
    margin-bottom: 25px;
}

.middlecolum {
    padding-left: 5px;
}

.midimg {
    border: 1px solid #DDDDDD;
    float: left;
    margin-right: 7px;
    padding: 3px;
}

.middlec h4 {
    font-size: 1.6em;
}

.middlec p {
    font-size: 1em;
    font-weight: 300;
}

.ulmid {
    display: inline-block;
    margin-top: 20px;
    padding-left: 18px;
    width: 49%;
    color: #1a56a7;
}

ul.ulmid li {
    font-size: 1em;
    font-weight: 300;
}
/* End Middle Text widget Go Build Georgia */


/* Start NEWS YOU CAN USE Sidebar Life$ense FAFSA Completion GATRACS Vertical Accordion */
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'FontAwesome'; /* essential for enabling glyphicon */
    content: "\f00d"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: #fff; /* adjust as needed */
    transition: all .5s;
    transform: rotate(90deg);

    @-moz-keyframes spin {
        100% {
            -moz-transform: rotate(90deg);
        }
    }

    @-webkit-keyframes spin {
        100% {
            -webkit-transform: rotate(90deg);
        }
    }

    @keyframes spin {
        100% {
            -webkit-transform: rotate(90deg);
        }
    }
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    color: #fff;
    content: "\f00d";
    transition: all .5s;
    transform: rotate(45deg);

    @-moz-keyframes spin {
        100% {
            -moz-transform: rotate(45deg);
        }
    }

    @-webkit-keyframes spin {
        100% {
            -webkit-transform: rotate(45deg);
        }
    }

    @keyframes spin {
        100% {
            -webkit-transform: rotate(45deg);
        }
    }
}




.panel-heading2 .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'FontAwesome'; /* essential for enabling glyphicon */
    content: "\f00d"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: #000; /* adjust as needed */
    transition: all .5s;
    transform: rotate(90deg);

    @-moz-keyframes spin {
        100% {
            -moz-transform: rotate(90deg);
        }
    }

    @-webkit-keyframes spin {
        100% {
            -webkit-transform: rotate(90deg);
        }
    }

    @keyframes spin {
        100% {
            -webkit-transform: rotate(90deg);
        }
    }
}

.panel-heading2 .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    color: #000;
    content: "\f00d";
    transition: all .5s;
    transform: rotate(45deg);

    @-moz-keyframes spin {
        100% {
            -moz-transform: rotate(45deg);
        }
    }

    @-webkit-keyframes spin {
        100% {
            -webkit-transform: rotate(45deg);
        }
    }

    @keyframes spin {
        100% {
            -webkit-transform: rotate(45deg);
        }
    }
}




#accordionb .panel-heading:hover, #accordionb .accordion-toggle:hover, #accordionb .accordion-toggle.collapsed:hover, #accordionb .accordion-toggle {
    text-decoration: none;
}

#accordionb .panel-heading {
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
}

#accordionb .accordion-toggle {
    font-family: open sans condensed;
    background: none repeat scroll 0 0 #0e1528 !important;
    border-bottom: 3px solid #111E2E;
    color: #FFFFFF;
    display: block;
    font-size: 23px;
    padding: 10px 15px;
    font-weight: bold;
}

    #accordionb .accordion-toggle.collapsed {
        background: none repeat scroll 0 0 #0e1528;
        border-bottom: 3px solid #eeeeee;
        color: #ffffff;
        display: block;
        font-size: 23px;
        padding: 10px 15px;
    }

.acbimg {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 3px;
    margin: auto;
}

@media only screen and (max-width:600px) {
    .acbimg {
        width: 100%;
    }
}

#accordionb h3 {
    margin-top: 6px;
    margin-bottom: 5px;
}

#accordionb p {
    margin-top: 0;
    margin-bottom: 0;
}

.accord_text {
    font-size: 1em;
    font-weight: 300;
}

#accordionb .panel.panel-default {
    margin-top: 0;
}

#accordionb .panel-group, #accordionb .panel {
    border-radius: 0;
}

#accordionb .panel-body {
    padding: 15px 15px 0;
}
/* End NEWS YOU CAN USE Sidebar Life$ense FAFSA Completion GATRACS Vertical Accordion */


/* Start Footer */
.container-fluid.footer {
    background: url("../images/footer_bg.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #DDDDDD;
    padding-top: 13px;
}

.ftr_bdr {
    border-right: 1px solid #E6E6E6;
    min-height: 250px;
}

@media only screen and (max-width:767px) {
    .ftr_bdr {
        border-right: none;
        border-bottom: 1px solid #E6E6E6;
    }
}

div.footer h3 {
    font-size: 1.6em;
    font-weight: 700 !important;
}

ul.footer {
    list-style: none;
    padding-left: 5px;
    padding-bottom: 20px;
    font-weight: 300;
}

    ul.footer a {
        color: #000000;
    }

        ul.footer a:hover {
            color: #0091e1;
        }

    ul.footer.second {
        padding-left: 0;
        margin-left: 30px;
    }

.socwidth {
    width: auto;
    padding: 20px;
    font-size: 30px;
}

.copyright {
    background: #f8f8f8;
    padding-top: 25px;
    padding-bottom: 30px;
}

.copyr {
    text-align: center;
    font-weight: 300;
}

p.copyr a {
    color: #000000;
}

    p.copyr a:hover {
        color: #025e7e;
    }
/* Start social media icons */

.social-media {
    width: 290px;
    margin: auto;
}

    .social-media div {
        /* width: 62px; */
        height: 60px;
        float: left;
        margin: 0 5px 5px 5px;
    }

@media only screen and (min-width : 360px) and (max-width : 767px) {
    .social-media {
        width: 288px;
        margin: auto;
    }
}
/* End social media icons */


/* End Footer */

.navbar-default .nav-bar > .open > a, .navbar-default .nav-bar > .open > a:hover, .navbar-default .nav-bar > .open > a:focus {
    background: #fff !important;
    border-bottom: 3px solid #0e1528;
    background: url("../images/dk-au.png") no-repeat center bottom !important;
    background-size: 8px !important;
}

.small-blue-arrow {
    display: none;
    bottom: -12px;
    position: absolute;
    right: 45%;
}
/* Bootstrap Overrides */

* {
    border-radius: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal !important;
}

.panel-heading {
    border-bottom: 1px solid transparent;
    padding: 1px 15px;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-radius: 0 !important;
}

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-radius: 0 !important;
    }

.panel {
    border-radius: 0 !important;
}

.form-control {
    border-radius: 0 !important;
}

.block1 {
    min-height: 290px;
    border: 1px solid #ddd;
}

@media only screen and (max-width:770px) {
    .form-control, .input-100p {
        margin-bottom: 10px;
    }
}

@-moz-document url-prefix() {
    .input-100p {
        width: 96%;
    }
}
/*Start second level page */

.topbanner {
    background: #0e1528;
}

    .topbanner h1 {
        color: #ffffff;
        font-size: 2.5em;
        margin: 0 auto;
        padding: 27px 0;
        text-align: center;
    }

.rotate {
    Display: block;
}

.breadcrumbs {
    background: #fff;
    padding: 5px 0;
}

.maincont {
    background: #f2f2f2;
    padding: 0 30px;
}

.slbutton a {
    background: none repeat scroll 0 0 #bab2c0;
    display: inline-block;
    font-size: 27px;
    padding: 38px;
    margin-bottom: 16px;
    vertical-align: top;
    color: #265340 !important;
    border-bottom: 3px solid #939393;
    transition: all 0.5s;
}

    .slbutton a:hover {
        background: none repeat scroll 0 0 #3e2254;
        vertical-align: top;
        border-bottom: 3px solid #3e2254;
        transition: all 0.5s;
    }

.slbutton {
    display: inline-block;
    vertical-align: top;
    width: 100px;
}

.slicon {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCCCCC;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 3px;
    display: inline-block;
    margin-top: 22px;
    padding: 4px;
    vertical-align: top;
    width: 70px;
}

.sltext {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCCCCC;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 3px;
    display: inline-block;
    margin: 0 -4px;
    padding: 5px 20px 5px 40px;
    width: 88%;
    position: relative;
    min-height: 120px;
}

    .sltext table, .content table {
        width: 98%;
    }

/* Adjustment for middle box on 2nd level pages Kevin M*/
@media only screen and (max-width:1200px) {
    .sltext {
        padding: 5px 5px 5px 20px;
        width: 75%;
        position: relative;
    }
}

@media only screen and (max-width:1100px) {
    .sltext {
        padding: 5px 5px 5px 20px;
        width: 80%;
        position: relative;
    }

    .slbutton a {
        padding: 45px 18px;
    }

        .slbutton a:hover {
            padding: 45px 18px;
        }

    .slbutton {
        width: 50px;
    }
}

@media only screen and (max-width:1000px) {
    .sltext {
        width: 75%;
    }
}

@media only screen and (max-width:768px) {
    .sltext {
        width: 100%;
        overflow: auto;
    }

    .slicon {
        display: none;
    }

    .slbutton a {
        padding: 0;
        width: 100%;
        text-align: center;
        margin: 0;
        margin-left: -4px;
    }

        .slbutton a:hover {
            padding: 0;
        }

    .slbutton {
        width: 100%;
    }

    .arrowin {
        display: none;
    }

    .arrowout {
        display: none;
    }
}
/*End Adjustment for middle box on 2nd level pages*/

.sltext h2 {
    color: #187cb8;
    font-size: 23px;
    font-weight: 500 !important;
    margin-bottom: 5px;
    margin-top: 12px;
}

.sltext p {
    color: #000000;
    font-size: 15px;
    margin-bottom: 16px;
}

.slrow {
    margin-bottom: 10px;
}

.slbanner {
    border: 1px solid #CCCCCC;
    margin-bottom: 25px;
    margin-left: -13px;
    margin-top: 30px;
    position: relative;
    width: 100%;
    background: #fff;
}

.sidebanner {
    width: 343px;
}

.banner-mid {
    margin: 0 3px;
    width: 475px;
}

@media only screen and (max-width:1330px) {
    .sidebanner {
        width: 30%;
    }

    .banner-mid {
        margin: 0;
        width: 40%;
    }
}

@media only screen and (max-width:600px) {
    .sidebanner {
        width: 100%;
    }

    .banner-mid {
        margin: 0;
        width: 100%;
    }
}

.girlbanner {
    bottom: 1px;
    left: 618px;
    position: absolute;
    width: 200px;
}

@media only screen and (max-width:1330px) {
    .girlbanner {
        display: none;
    }
}

.arrowin {
    left: -1px;
    position: absolute;
    top: 43px;
}

.arrowout {
    position: absolute;
    right: -9px;
    top: 44px;
}

.nspace {
    margin-top: 25px;
}

    .nspace a {
        color: #333 !important;
    }

        .nspace a:hover {
            color: #0091e1 !important;
        }

    .nspace h3 a {
        color: #00b3ff !important;
    }

    .nspace ul {
        margin-left: -20px;
    }

    .nspace li {
        margin-left: 6px;
    }

    .nspace ul, .nspace li {
        list-style: outside none none;
    }

    .nspace p {
        background-color: #dbdbdb;
        margin-top: 8px;
        padding-left: 5px;
    }

h3.sm-title {
    border-bottom: 1px solid #c6c6c6;
    font-size: 24.5px !important;
    font-weight: bold !important;
    line-height: 40px !important;
}

.signed-in {
    margin: 0 20px 0 0;
    margin-left: 6px;
}

    .signed-in p {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

        .signed-in p a {
            color: #187cb8;
            font-size: 1.2em;
            font-weight: bold;
            line-height: 1;
            text-decoration: underline;
        }

.school a {
    color: #FFFFFF;
    display: block;
    text-align: right;
    line-height: 1;
}

.square {
    border-radius: 0 !important;
}

.vertical_space {
    margin-top: 45px;
}

.space {
    height: 10px;
}
/*Start second level page */

/*Start Content css*/

.block {
    border-color: #D7D7D7;
    border-style: solid;
    border-width: 1px 1px 3px;
}

.white {
    background-color: #fff;
}

.block.white {
    margin-bottom: 35px;
}

.content p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

div.block.content {
    background-color: white;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

    div.block.content p {
        color: #000000;
    }

    div.block.content h3 {
        font-family: 'Roboto', sans-serif;
        color: #015710;
    }

.content h3 {
    font-family: 'Roboto', sans-serif;
    color: #015710;
}

.content h4 {
    font-family: 'Roboto', sans-serif;
    color: inherit;
    font-weight: inherit;
}

a.logo img {
    width: 80%;
    margin-bottom: 5px;
}

.center-block img {
    margin: 10px;
}
/*bootstrap override*/
b, strong {
    font-weight: 500 !important;
}

a.no-txdeco:hover {
    text-decoration: none;
}
/*End Content css*/


.tlvlmain .tab-content {
    padding: 10px 80px 20px 20px;
}

ul.tlvlul {
    display: inline-block;
    list-style-image: url("if/greentick.png");
    width: 360px;
    margin-top: 20px;
}

    ul.tlvlul li {
        margin-bottom: 15px;
    }

#tlvlTab.menu {
    background: none repeat scroll 0 0 #74B899;
    padding-top: 4px;
}

    #tlvlTab.menu li a {
        color: #fff;
        border-bottom: 0 solid #fff;
        border-radius: 0;
    }

        #tlvlTab.menu li a:hover {
            color: #74B899;
            border-bottom: 0 solid #fff;
            background: #fff;
        }

    #tlvlTab.menu li.active a {
        color: #74B899;
    }

.tlvlmain {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
}

.row.tablinks {
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px 20px 20px;
    width: 100%;
}

    .row.tablinks .col-xs-4 {
        border-top: 1px solid #ccc;
    }

        .row.tablinks .col-xs-4 h2 {
            margin-top: 30px;
        }

p.tlink a {
    color: #606060;
}

    p.tlink a:hover {
        color: #74b899;
        text-decoration: none;
    }

p.tlink {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 6px;
    font-size: 18px;
}

p.ttext {
    font-size: 15px;
    margin-bottom: 20px;
}

.row.gtablinks {
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px 20px 20px;
    width: 100%;
    background: #51a680;
}

    .row.gtablinks h3 {
        background: #fff;
        color: #51a680;
        font-size: 19px;
        font-weight: bold;
        padding: 5px;
        border-bottom: 3px solid #ccc;
        margin-bottom: 25px;
    }

    .row.gtablinks .col-xs-4 h2 {
        margin-top: 30px;
    }

p.gtlink a {
    color: #fff;
}

    p.gtlink a:hover {
        color: #606060;
        text-decoration: none;
    }

p.gtlink {
    border-bottom: 1px solid #7fc3a7;
    padding-bottom: 8px;
    font-size: 18px;
}

.overview h2 {
    padding: 8px 0;
}

.overview p {
    border-bottom: 1px solid #f2f2f2;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 300;
    padding: 5px 0;
}

.overview div {
    padding: 10px 0 10px 0;
}

.divide {
    height: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #808080;
}
/****  My GAfutures Components  ****/

/****  Start Messages  ****/
.mailbox img {
    margin: 14px 0 0 20px;
}

.mailbox h4 {
    background: none repeat scroll 0 0 #187cb8;
    font-size: 24.5px;
    color: #fff;
    font-weight: bold !important;
    line-height: 70px;
    margin-bottom: 0;
    text-align: center;
}

#main-content {
    background-color: #dfe5e9;
    padding: 10px 20px;
    width: 100%;
}

    #main-content.page-mailbox {
        padding: 0 5px 0 14px;
        margin-bottom: 35px;
    }

.page-mailbox .col-md-4 {
    padding-right: 0;
}

.page-mailbox .col-lg-8 {
    padding-left: 0;
    padding-right: 0;
}

.page-mailbox .panel {
    margin-bottom: 0;
}

#messages-list, #message-detail {
    overflow: hidden;
    height: inherit;
}

    #message-detail h2 {
        font-family: "Roboto", sans-serif;
        font-size: 25px;
        font-weight: 300 !important;
    }

.message-action-btn i {
    font-size: 20px;
    line-height: 40px;
}

.icon-rounded {
    text-align: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #BDBDBD;
    color: #bdbdbd;
    display: inline-block;
}

    .icon-rounded:hover {
        border: 1px solid #121212;
        color: #121212;
        cursor: pointer;
    }

    .icon-rounded.heart:hover {
        border: 1px solid #d33a35;
        color: #d33a35;
    }

    .icon-rounded.heart-red {
        border: 1px solid #d33a35;
        color: #d33a35;
    }

    .icon-rounded.gear:hover {
        border: 1px solid #3F97C9;
        color: #3F97C9;
    }

.panel-body.messages {
    padding: 0;
}

.border-bottom {
    border-bottom: 1px solid #EFEFEF !important;
}

#main-content .messages a.btn {
    color: #B3B3B3;
}

.message-item {
    border-bottom: 1px solid #ECEBEB !important;
    margin: 0;
    display: block;
}

    .message-item h5 {
        color: #0e1528;
        font-size: .9em;
        margin-top: 0;
        line-height: 14px;
        font-weight: 500 !important;
    }

    .message-item p {
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        height: 20px;
        line-height: 1;
        margin-bottom: 0;
        overflow: hidden;
        color: #424242;
        font-weight: 100;
        padding: 0 10px;
    }

    .message-item.media.messageactive p {
        font-family: "Roboto", sans-serif;
        margin-bottom: 0;
        overflow: hidden;
    }

    .message-item.media.messageactive h4 {
        font-family: "Roboto", sans-serif;
        font-size: 16px;
    }

    .message-item.media.messageactive h5 strong {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
    }

    .message-item .message-checkbox {
        height: 30px;
    }

.messageactive {
    background-color: #f2f7ff;
}

    .messageactive:hover {
        background-color: #edf6ff !important;
    }

    .messageactive h4 {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
    }

a.message-item.messageactive:hover {
    color: #fff;
    background-color: #008fc0;
}

a.message-item:hover {
    text-decoration: none;
    background-color: #eaeaea;
}

.messages .message-item img {
    border-radius: 3px;
}

.message-item-right {
    padding-left: 33px;
}

.withScroll {
    height: auto;
    overflow: auto;
    overflow: hidden;
}

.messages .mCustomScrollBox {
    overflow: hidden !important;
}

.message-result .message-item {
    padding-left: 0;
}

.message-result .message-item-right {
    padding-left: 0;
}

.message-title {
    margin-top: 0;
}

.message-body {
    padding: 0 20px 20px 20px;
}

    .message-body p {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 300;
    }

.message-attache .media {
    float: left;
    padding-right: 30px;
    margin-top: 0;
    padding-bottom: 30px;
}

.message-attache {
    border-top: 1px solid #ECEBEB !important;
    padding-top: 10px;
}

.message-between {
    height: 8px;
    background-color: #E7E7E7;
}

.footer-message {
    padding-top: 20px;
}

.send-message .form-control {
    height: 34px;
}

.p-20 {
    padding: 20px !important;
}

h5.c-dark strong {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

h4.c-dark {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

.padding {
    padding: 0 10px;
}

@media (min-width: 992px) {
    .email-go-back {
        display: none;
    }
}

@media (max-width: 991px) {
    .email-hidden-sm {
        display: block;
    }

    .email-go-back {
        display: inline-block;
    }
}

@media (max-width: 750px) {
    #main-content {
        background-color: #fff;
        margin-top: 30px;
    }
}

.media-body {
    display: inherit !important;
}
/****  End Messages  ****/

/****  Start Avatar  ****/
.user_pic img {
    width: 140px;
    border: 5px solid #ccc;
    margin-top: 20px;
}



.avatar_header img {
    margin: 14px 0 0 20px;
}

.avatar_header h4 {
    background: none repeat scroll 0 0 #0e1528;
    font-size: 24.5px;
    color: #fff;
    font-weight: bold !important;
    line-height: 70px;
    margin-bottom: 0;
    text-align: center;
}

.avatar_space {
    height: 20px;
}

.avatar_body {
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

#container .thumbnails {
    float: left;
    height: auto;
    overflow: hidden;
    width: 50%;
}

.thumbnails {
    float: right;
    width: 95% !important;
}

.thumbnailimage {
    float: left;
    padding: 7px;
}

.large_thumb {
    float: left;
    position: relative;
    padding: 0 10px 0 0;
}

    .large_thumb img {
        width: 160px;
    }

img.large_thumb_image {
    border: 5px solid #fff;
    left: 0;
    position: absolute;
    top: 0;
}

    img.large_thumb_image:hover {
        border-color: #0e1528;
    }

.thumb_container {
    background: none repeat scroll 0 0 #272727;
    height: 160px;
    width: 160px;
}

#largephoto {
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    height: 370px;
    margin-left: 20px;
    margin-top: 68px;
}

#largetrans {
    height: auto;
    width: auto;
}

.large_image {
    display: none;
}

#containertitle {
    position: absolute;
    margin-top: 35px;
    margin-left: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-shadow: 0 1px 2px #fff;
}

#loader {
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    position: absolute;
}

.thumbnail_header {
    clear: none;
    height: 55px;
    margin-top: 10px;
    padding-right: 27px;
}
/****  End Avatar  ****/

/****  Start profile  ****/


.profile_header img {
    margin: 14px 0 0 20px;
}

.profile_header h4 {
    background: none repeat scroll 0 0 #187cb8;
    font-size: 24.5px;
    color: #fff;
    font-weight: bold !important;
    line-height: 70px;
    margin-bottom: 0;
    text-align: center;
}

.profile_body h3 {
    color: #1a56a7 !important;
}


.GPA_header img {
    margin: 14px 0 0 20px;
}

.GPA_header h4 {
    background: none repeat scroll 0 0 #187cb8;
    font-size: 24.5px;
    color: #fff;
    font-weight: bold !important;
    line-height: 70px;
    margin-bottom: 0;
    text-align: center;
}

.GPA_body h3 {
    color: #1a56a7 !important;
}

.TS_header img {
    margin: 14px 0 0 20px;
}

.TS_header h4 {
    background: none repeat scroll 0 0 #187cb8;
    font-size: 24.5px;
    color: #fff;
    font-weight: bold !important;
    line-height: 70px;
    margin-bottom: 0;
    text-align: center;
}

.StudDoc_header h4 {
    background: none repeat scroll 0 0 #187cb8;
    font-size: 24.5px;
    color: #fff;
    font-weight: bold !important;
    line-height: 70px;
    margin-bottom: 0;
    text-align: center;
}

.StudDoc_header img {
    margin: 14px 0 0 20px;
}


.header-icon {
    color: #fff;
    margin: 15px 0 0 15px;
}

.dblock {
    display: block;
    margin: 10px 0;
    border-radius: 0 !important;
}

.panel-heading.right {
    text-align: right;
}

.share_acct {
    margin-left: 10px;
    margin-top: 13px;
}

.right_border {
    border-right: 1px solid #ccc;
    float: left;
    margin: 0 45px 0 20px;
    min-height: 889px;
}

.dblock span.switch-left, .dblock span.switch-right {
    background-image: none !important;
    border-radius: 0 !important;
    background: #187cb8 !important;
    color: #fff;
}

.dblock span.switch-right {
    background-color: #cfcfcf;
}

.dblock label {
    background-image: none !important;
}

.bootstrap-tagsinput {
    height: 40px;
    width: 100% !important;
}
/* Profile fix by shawn 4/29/15 */
.has-switch span, .has-switch label {
    height: auto !important;
}
/* Highlights, Profile, Messages, and Avatar Dashboard sections */
.section-toggle {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    margin: 0 -15px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

    .section-toggle.open {
        /*max-height: 1200px; Commented by PS on 02/02/16*/
        max-height: 9000px; /*Updated by KM on 12/4/2019 */
        -webkit-transition: .6s all ease .5s;
        -moz-transition: .6s all ease .5s;
        -o-transition: .6s all ease .5s;
        transition: .6s all ease .5s;
    }

.section-toggle-college {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

    .section-toggle-college.open {
        max-height: 99999px;
        -webkit-transition: .6s all ease .5s;
        -moz-transition: .6s all ease .5s;
        -o-transition: .6s all ease .5s;
        transition: .6s all ease .5s;
    }
/*Start Avatar button by Kevin M */

.avatar-btn:link, .avatar-btn:visited {
    display: block;
    float: right;
    margin: 20px 0 0 20px;
    width: 208px;
    height: 58px;
    background-color: #006595;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.avatar-btn:hover {
    background-color: #1A8BC0;
    color: #FFFFFF;
}

.avatar-btn img {
    width: 45px;
    height: 45px;
    border: solid 1px #FFFFFF;
    position: relative;
    left: 10px;
    top: 7px;
    float: left;
}

.avatar-btn span {
    float: left;
    margin: 18px 0 0 25px;
    font-weight: 400;
}
/*End Avatar button*/

.profile-right {
    border-left: solid 1px #e0e0e0;
    padding-left: 60px;
    margin-left: 50px;
}

@media only screen and (max-width:991px) {
    .profile-right {
        border-left: none;
        padding-left: 20px;
        margin-left: 0;
    }
}
/****  End profile  ****/


/*Start My GAfutures landing*/

.banner_secInner {
    padding: 12px 1px 1px;
    margin-bottom: 20px;
}

.user_sec {
    border: 1px solid #d9d9d9;
}

.user_pic {
    padding-top: 0;
    text-align: center;
}

    .user_pic h4 {
        color: #494949;
        margin: 0;
    }

        .user_pic h4 span {
            display: block;
            padding: 2px 0 1px 0;
        }

    .user_pic p {
        color: #494949;
        margin: 0;
        padding: 1px 0 1px 0;
    }


.user_list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #05230b;
    border-top: solid 15px !important;
    border-bottom: solid 15px !important;
}

    .user_list li span {
        display: block;
        float: left;
        padding: 0 10px;
        font-family: "Roboto", sans-serif !important;
        font-size: 13px;
    }

    .user_list li a {
        8px 0 8px 20px !important;
        color: #ffffff !important;
        border-radius: 0 !important;
        min-height: 37px;
    }

        .user_list li a:hover {
            outline: none !important;
        }

        .user_list li a i {
            float: left;
            padding: 5px 0 0 15px;
        }



    .user_list li img {
        float: right;
        padding-right: 10px;
    }


    .user_list li a.safron {
        background: #053a02;
        border-left: 10px solid #4d7108;
        padding: 8px 15px;
    }


        .user_list li a.safron:hover {
            background: #0e6e1e;
            border-left-color: #77ae0c;
            color: #fff !important;
        }

.nav-pills li {
    width: 100%;
    margin-top: 1px !important;
}


.notificetion h4 {
    background: none repeat scroll 0 0 #187cb8;
    border-bottom: 2px solid #13598a;
    color: #fff;
    font-size: 1.8em;
    font-weight: 700 !important;
    line-height: 38px;
    margin: 0;
    padding-left: 10px;
}

.notificetionInner {
    border: 1px solid #cccccc;
    float: left;
    width: 100%;
}

.noti_row {
    border-bottom: 1px solid #cccccc;
    padding: 11px 15px;
    display: inline-block;
    width: 100%;
    border-left: 2px solid #fff;
    float: left;
    word-wrap: break-word;
}

.badge {
    position: absolute;
    top: 7px;
    /*left: 63%;*/
    background-color: #cb2b19;
    font-size: 13px !important;
    font-weight: normal;
    border-radius: 10px 10px 10px 10px !important;
    -moz-border-radius: 10px 10px 10px 10px !important;
    -webkit-border-radius: 10px 10px 10px 10px !important;
    border: 0 solid #000000 !important;
}

/*@media only screen and (max-width:1200px) {
    .badge {
        left: 71%;
    }
}

@media only screen and (max-width:970px) {
    .badge {
        left: 60%;
    }
}

@media only screen and (max-width:400px) {
    .badge {
        left: 70%;
    }
}*/
/*Start Tooltip style*/
.tooltip-inner {
    padding: 10px;
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    border: 0 solid #00000 !important;
    min-width: 250px;
}

/*.gtooltip ~ .right > .tooltip-inner {
    background: #41926e;
}


.greytooltip ~ .right > .tooltip-inner {
    background: #606060;
}

.gtooltip + .tooltip > .tooltip-arrow {
    border-right-color: #41926e;
}



.greytooltip + .tooltip > .tooltip-arrow {
    border-right-color: #606060;
}*/

.bgtooltip ~ .right > .tooltip-inner {
    background: #045000;
}

.bgtooltip + .tooltip > .tooltip-arrow {
    border-right-color: #045000;
}
/*End Tooltip Style*/


/*admin tooltip Start*/
.top > .tooltip-inner {
    background: #4c97a1;
    opacity: 1 !important;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #4c97a1;
    left: 100px;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}
/*admin tooltip End*/



.noti_row h5 {
    color: #0e1528;
    font-size: 1em;
    margin-top: 0;
    line-height: 14px;
    font-weight: bold !important;
}
/* Kevin M 2.18.16  */
.noti_row h6 {
    color: #0e1528;
    font-size: .9em;
    margin-top: 0;
    line-height: 14px;
}

    .noti_row h6 span {
        font-weight: 500;
    }
/* end 2.18.16 */
.noti_row a {
    background: url(../images/close-x.png) no-repeat 0 0;
    width: 13px;
    height: 13px;
    display: block;
}

.noti_row p {
    color: #606060;
    float: left;
    font-weight: 300;
    height: 35px;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    width: 100%;
}

.noti_row:hover {
    border-left: 2px solid #187cb8 !important;
    background: #f5f5f5;
    transition: all 0.25s ease-in-out;
}

    .noti_row:hover a {
        background: url(../images/close-x-r.png) no-repeat 0 0;
        transition: all 0.25s ease-in-out;
    }

.notif_row {
    border-left: 2px solid #fff;
}

    .notif_row a {
        background: url("../images/crose.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        display: block;
        height: 15px;
        width: 16px;
    }

    .notif_row:hover {
        border-left: 2px solid #187cb8;
        background: #f5f5f5;
        transition: all 0.5s ease 0s;
    }

        .notif_row:hover a {
            background: url(../images/croseH.png) no-repeat 0 0;
            transition: all 0.5s ease 0s;
        }
/*End MyGAfutures landing page*/

.isolate {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.shared {
    background: rgba(255, 255, 255, 0.0) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.incomplete {
    z-index: 3;
}

.hvc-image {
    max-width: 100%;
}
/*High volume content template css */

#hvc-nav-content {
    background-color: #015710;
}

    #hvc-nav-content > li > a {
        border-right: 1px solid #fff;
        color: #fff;
        margin-right: 0;
        border-top: 3px solid #015710;
        background-color: #015710;
        border-bottom: 1px solid #d2d2d2;
    }

@media only screen and (min-width:797px) and (max-width:1000px) {
    #hvc-nav-content > li > a {
        font-size: .9em;
    }
}

@media only screen and (max-width:798px) {
    #hvc-nav-content > li {
        width: 100%;
    }

        #hvc-nav-content > li > a {
            border-right: none;
            border-top: 1px solid #fff;
            border-bottom: 2px solid #fff;
        }
}

#hvc-nav-content > li.active > a {
    border-bottom: 1px solid #fff;
}

#hvc-nav-content > li.active > a, .nav-content > li.active > a:hover, .nav-content > li.active > a:focus {
    color: #015710 !important;
    background-color: #fff !important;
    border-top: 3px solid #015710;
    border-left: 1px solid #d7d7d7;
}

#hvc-nav-content > li > a:hover {
    border-right: 1px solid #fff;
    background-color: #fff;
    border-top: 3px solid #015710;
    color: #015710;
}

.hvc-links {
    margin-top: 20px;
}
/* moved down the by shawn ----------- */
.fa-block {
    display: block !important;
    text-align: center;
}

.fa-filler {
    margin-bottom: 0;
    margin-top: 5px;
}
/* This is for Admin Menu Border by Bala/Shawn on 09/30/15*/
.dashboard-nav {
    border-top: 1px solid #d9d9d9;
}
/*Start Left Sub Navigation Styles by Kevin M*/
.list-group-item {
    position: relative;
    padding: 0;
    margin-bottom: -1px;
    border: 1px solid #dddddd;
}

    .list-group-item a:link, .list-group-item a:visited {
        position: relative;
        font-weight: 400;
        display: block;
        padding: 10px 15px;
        background-color: #ffffff;
        border-left: solid 0 #1e9bdd;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }

    .list-group-item a:hover {
        color: #ffffff;
        background-color: #187cb8;
        border-left: solid 10px #1e9bdd;
    }
/*End Left Sub Navigation Styles */


/*Class by Kevin M*/

.w100p {
    width: 100%
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pd0 {
    padding: 0;
}

.pd10 {
    padding: 10px;
}

.pd20 {
    padding: 20px;
}

.pd25 {
    padding: 25px;
}

.pd30 {
    padding: 30px;
}

.pd0-5 {
    padding: 0 5px;
}

.pd20-30 {
    padding: 20px 30px;
}

.pd10-20 {
    padding: 10px 20px;
}


.pd10-40 {
    padding: 10px 40px;
}

.pr0 {
    padding-right: 0;
}

.pl0 {
    padding-left: 0;
}

.pl10 {
    padding-left: 10px;
}

.pl30 {
    padding-left: 30px;
}

.pr30 {
    padding-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mr20 {
    margin-right: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml30 {
    margin-left: 30px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr30 {
    margin-right: 30px;
}

/* make division push stop next row
.detail-message {width:777px;}*/
@media only screen and (max-width:1100px) {
    .pr0 {
        padding-right: 15px;
    }

    .pl0 {
        padding-left: 15px;
        margin-bottom: 15px;
    }
}

.copyright-logos {
    width: 345px;
    height: 77px;
}



/*messages board edited by Kevin M 4.20.2016 */
@media only screen and (max-width:760px) {
    .small-height {
        height: 230px !important;
    }

    .col-sm-4 .panel-default .messages .slimScrollDiv {
        height: 230px !important;
    }
}

/*messages board end */

/*Message board usability adjustment with mobile start*/
@media only screen and (max-width:900px) {
    .dashboard-3div {
        display: none;
    }
}

@media only screen and (max-width:768px) {
    .dashboard-2div {
        display: none;
    }
}

.input-100p {
    width: 100%;
    padding: 6px 12px;
}

@media only screen and (max-width:600px) {
    .input-xlarge {
        width: 100%;
    }

    .input-xs {
        width: 100%;
    }
}

.nav-tab-container {
    background-color: #fff;
    padding: 20px;
    border-right: solid 1px #dddddd;
    border-left: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
    margin-bottom: 30px;
}

.nav-tab-container-login {
    background-color: #fff;
    padding: 20px 10%;
    border-right: solid 1px #dddddd;
    border-left: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
    margin-bottom: 30px;
}

@media only screen and (max-width:400px) {
    .nav-tab-container-login {
        padding: 10px 5%;
    }
}

/*Message board usability adjustment with mobile End*/

/*mobile nav break point Override Start*/
@media (max-width: 1200px) {
    .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;
    }
}
/*mobile nav break point Override End*/

.g-search-box {
    width: 300px;
    float: right;
    clear: both;
    margin-bottom: -4px;
}

@media only screen and (max-width:1110px) {
    .top-button-container {
        width: 690px;
        margin: auto;
    }

    .gsc-control-cse {
        width: 90%;
        margin-left: 10%;
    }
}


@media only screen and (max-width:1004px) {

    .gsc-control-cse {
        width: 85% !important;
        margin-left: 15%;
    }
}

@media only screen and (max-width:943px) {

    .gsc-control-cse {
        width: 80% !important;
        margin-left: 20%;
    }
}


@media only screen and (max-width:892PX) {

    .gsc-control-cse {
        width: 70% !important;
        margin-left: 30%;
    }
}


@media only screen and (max-width:1161px) {
    #carouselButtonsAcc {
        top: 90px;
    }
}

@media only screen and (max-width:991px) {
    #carouselButtonsAcc {
        top: 48px;
    }
}

@media only screen and (max-width:875px) {
    #carouselButtonsAcc {
        top: 80px;
    }
}

@media only screen and (max-width:792px) {
    .g-search-box {
        width: 200px;
        float: right;
    }
}

@media only screen and (max-width:768px) {

    .gsc-control-cse {
        width: 94% !important;
        margin-left: 3%;
    }

    .g-search-box {
        float: none;
        padding: 0 !important;
        margin: 15px auto;
        width: 90%;
    }

    .top-button-container {
        width: 98% !important;
        margin: 1% !important;
    }

    #carouselButtonsAcc {
        top: 80px;
    }

    #accordionm .Accslide {
        background-color: #ffffff;
    }

    h4 img {
        width: 36%;
    }

    #accordionm .content {
        margin-left: 35%;
        margin-top: -40%;
        padding-left: 5%;
        width: 64%;
        height: 80%;
    }
}

@media only screen and (max-width:534px) {
    #carouselButtonsAcc {
        top: 110px;
    }
}

@media only screen and (max-width:392px) {
    #carouselButtonsAcc {
        top: 146px;
    }
}
/*Award Slide on Homepage ADA Nav Start*/
#thumbs {
    list-style: none;
    float: left;
    margin-left: -30px;
}

    #thumbs li {
        display: inline;
    }

    #thumbs a {
        margin-left: 5px;
        font-size: 13px;
        color: #0e1528;
        float: left;
        padding: 0 8px;
        border: solid 1px #cccccc;
        text-decoration: none;
        display: block;
    }

        #thumbs a:hover {
            text-decoration: none;
            color: #0e1528;
            background-color: #eee;
        }

#start {
    float: left;
}

#stop {
    float: left;
}
/* Award Slide on Homepage ADA Nav End*/

@media only screen and (max-width:480px) {
    .g-search-box {
        width: 100%;
    }

    .leftcolumn {
        overflow: auto;
    }

    .content {
        overflow: auto;
    }
}
/*bootstrap override start*/
@media (min-width: 768px) {
    .container {
        width: 98%;
    }
}
/*bootstrap override end*/
/*Dropdown scroll bar for Angular Start*/
.dropdown-scroll {
    overflow: auto;
    height: 200px;
    display: block !important;
    position: relative !important;
}

    .dropdown-scroll li {
        display: block !important;
    }
/*Dropdown scroll bar for Angular End*/


/*Global Responsive Table Style Start */
.rwd-table {
    color: #828282;
    overflow: hidden;
    min-width: 200px;
    margin: 1em 0;
}

    .rwd-table th {
        display: none;
    }

    .rwd-table td {
        display: block;
    }

        .rwd-table td:before {
            content: attr(data-th) ": ";
            font-weight: bold;
            /*width: 6.5em;*/
            display: inline-block;
        }

@media (min-width: 770px) {
    .rwd-table td:before {
        display: none;
    }
}

.rwd-table th, .rwd-table td {
    text-align: left;
}

@media (min-width: 770px) {
    .rwd-table th, .rwd-table td {
        display: table-cell;
    }
}

.rwd-table th, .rwd-table td:before {
    color: #2f76aa;
}
/* Global Responsive Table Style end */


/*Global Responsive Table no colon Style Start */
.rwd-table-nc {
    color: #828282;
    overflow: hidden;
    min-width: 200px;
    margin: 1em 0;
}

    .rwd-table-nc th {
        display: none;
    }

    .rwd-table-nc td {
        display: block;
    }

        .rwd-table-nc td:first-child:before {
            content: attr(data-th) " ";
            font-weight: bold;
            display: inline-block;
        }

        .rwd-table-nc td:before {
            content: attr(data-th) ": ";
            font-weight: bold;
            display: inline-block;
        }

@media (min-width: 480px) {
    .rwd-table-nc td:before {
        display: none;
    }
}

.rwd-table-nc th, .rwd-table-nc td {
    text-align: left;
}

@media (min-width: 480px) {
    .rwd-table-nc th, .rwd-table-nc td {
        display: table-cell;
    }
}

.rwd-table-nc th, .rwd-table-nc td:before {
    color: #2f76aa;
}
/* Global Responsive Table no colon colStyle end */

/* CMS Table 1 Style start */

table.responsive-tb {
    width: 100%;
    border-collapse: collapse;
    color: #575757;
}

.responsive-tb tbody tr:first-child {
    background: #187cb8;
    color: #FFFFFF;
    font-weight: bold;
}

.responsive-tb tr:nth-of-type(odd) {
    background: #f9f9f9;
}

    .responsive-tb tr:nth-of-type(odd) a {
        color: #14699d;
    }

.responsive-tb th {
    background: #187cb8;
    color: #FFFFFF;
    font-weight: bold;
}

.responsive-tb td, th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: center;
}
/* CMS Table 1 Style end */

/* CMS Table 2 Start */
table.responsive-tb-left {
    width: 100%;
    border-collapse: collapse;
    color: #575757;
}

.responsive-tb-left tbody tr:first-child {
    background: #187cb8;
    color: #FFFFFF;
    font-weight: bold;
}

.responsive-tb-left tr:nth-of-type(odd) {
    background: #f9f9f9;
}

.responsive-tb-left th {
    background: #187cb8;
    color: #FFFFFF;
    font-weight: bold;
}

.responsive-tb-left td {
    padding: 15px;
    border: 1px solid #ccc;
    text-align: left;
    vertical-align: top;
}

    .responsive-tb-left td p, .responsive-tb-left th p {
        margin: 0;
    }

    .responsive-tb-left td ul {
        margin: 0;
    }

        .responsive-tb-left td ul li {
            margin: 0;
            text-align: left;
        }
/* CMS Table 2 end */

/* HOPE GPA Table Style start */

table.hope-gpa-tb {
    width: 100%;
    border-collapse: collapse;
    color: #575757;
    font-size: 12px;
}


.hope-gpa-tb tr:nth-of-type(odd) {
    background: #f9f9f9;
}

.hope-gpa-tb th {
    background: #187cb8;
    color: #FFFFFF;
    font-weight: normal;
}

.hope-gpa-tb td {
    padding: 3px;
    border: 1px solid #ccc;
    text-align: center;
}
/* HOPE GPA Table Style end */




/*Responsive Video Start*/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/*Responsive Video End*/

.hideElement {
    display: none;
}

.security {
    -webkit-text-security: disc;
}
/* Create account select group edit*/
.select-group {
    padding: 0 0 0 30px;
    font-size: 12px !important;
    margin: 10px 0 0 0;
}

@media (max-width: 1000px) {
    .select-group {
        padding: 0 0 0 20px;
        font-size: 12px !important;
    }
}

.group {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-left: 0 !important;
    margin-top: 0 !important;
}

    .group:hover {
        -webkit-filter: brightness(105%); /* Safari */
        filter: brightness(105%);
    }



.border-high {
    border: solid 6px #47a0d0;
}

    .border-high:hover {
        border: solid 6px #57bef6;
    }

.border-uni {
    border: solid 6px #d8a756;
}

    .border-uni:hover {
        border: solid 6px #ffc25d;
    }

.border-out {
    border: solid 6px #7ea78d;
}

    .border-out:hover {
        border: solid 6px #9fcfb0;
    }

.select-group li {
    font-size: 1.1em;
    line-height: 1.1em;
    margin: 0 0 4px 0;
}

.high-box {
    height: 115px;
    cursor: pointer;
    background-color: #fff;
    color: #000000;
    padding: 0;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.col-box {
    height: 115px;
    cursor: pointer;
    background-color: #fff;
    color: #000000;
    padding: 0;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.other-box {
    height: 115px;
    cursor: pointer;
    background-color: #fff;
    color: #000000;
    padding: 0;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

@media (max-width: 1050px) {


    .border-high {
        border: solid 4px #47a0d0;
    }

        .border-high:hover {
            border: solid 4px #57bef6;
        }

    .border-uni {
        border: solid 4px #d8a756;
    }

        .border-uni:hover {
            border: solid 4px #ffc25d;
        }

    .border-out {
        border: solid 4px #7ea78d;
    }

        .border-out:hover {
            border: solid 4px #9fcfb0;
        }

    .select-group li {
        font-size: .9em;
    }
}

@media (max-width: 767px) {


    .select-group {
        background-image: url(/images/click-i.png);
        background-repeat: no-repeat;
        background-position: left center;
    }

        .select-group li {
            list-style: none;
            font-size: 1.1em;
        }

    .group-radio {
        padding: 0 0 15px 10%;
    }

    .high-box {
        height: auto;
        cursor: pointer;
        background-color: #47a0d0;
        color: #fff;
        padding: 5%;
    }

    .col-box {
        height: auto;
        cursor: pointer;
        background-color: #d8a756;
        color: #fff;
        padding: 5%;
    }

    .other-box {
        height: auto;
        cursor: pointer;
        background-color: #7ea78d;
        color: #fff;
        padding: 5%;
        margin-bottom: 20px;
    }
}

@media screen {
    .unofficial {
        display: none;
        background-image: url(/images/unofficial-transcript.gif);
        background-repeat: repeat-y;
    }
}

@media print {
    div {
        page-break-inside: avoid;
    }
}

/*search button fixes */

/*div.gsc-clear-button {
    display: none;
}

table.gsc-search-box td.gsc-input {
    padding-right: 0;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    font-size: 0;
    width: 55px;
    border: solid 1px #063954;
    border-bottom: solid 3px #063954;
}*/


/*MY HOPE GPA Style Start*/
.border-div {
    background: #fff;
    padding: 0 30px 20px 30px;
    border: solid 1px #D8D8D8;
}

.eligiblity {
    border-left: 1px solid #ccc;
    padding-left: 40px;
    color: #015710;
    font-weight: 400;
}

.score-l-div {
    border-right: 1px solid #ccc;
}


.score {
    padding: 20px 0 0 30px;
    font-size: 25px;
    font-weight: 400;
}

.main-blue {
    color: #0e7bb4;
}

.main-green {
    color: #015710;
}

.dot {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

    .dot tr:first-child {
        background-color: #d6dde1;
    }

    .dot td {
        text-align: center;
        padding: 5px 15px;
    }



.scholarship-facts-header {
    background-color: #0e1528;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}

.scholarship-facts {
    border: 1px solid #ccc !important;
    border-top: 0;
    padding: 10px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #f6fcfe 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f6fcfe 0%, ##ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f6fcfe 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

    .scholarship-facts ul {
        margin: 0 0 10px -15px;
    }

        .scholarship-facts ul li {
            margin-top: 20px;
            font-size: 12px;
            font-weight: 500;
            list-style-image: url(/images/bullet-list.svg);
        }



/*MY HOPE GPA Style End*/
/*New Provider */
.np-group label {
    font-size: 15px;
}

.np-blue {
    font-size: 17px;
    color: #0b608d;
}


.normal-label {
    font-weight: normal !important;
}

.slimScrollBar {
    background: #ccc !important;
}

.pagination-first a, .pagination-prev a {
    color: #686868 !important;
}

.gsc-refinementHeader.gsc-refinementhActive {
    text-decoration: none;
    color: #d53924 !important;
}



.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
    color: #007928 !important;
}

.gscb_a {
    color: #396cd9 !important;
}

.modal-header {
    text-align: center;
}



/* New Header Style */

.gsfc-logo-container {
    background: #0e1528;
    width: 100% !important;
    padding: 12px 0 0 0;
}

.topbuttons {
    margin-top: 5px;
}

.gsfc-max-width {
    max-width: 1300px;
    margin: auto;
}

.gsfc-logo {
    margin-top: 5px;
    margin-left: -100px;
}

.gafuture-logo-container {
    position: relative;
    left: -70px;
    top: 6px;
}

.site-logo {
    width: 200px;
}

.top-nav-btns {
    height: 41px;
    font-size: 18px;
    border: 0 !important;
}


@media only screen and (max-width:1480px) {

    .gsfc-max-width {
        max-width: 1340px;
        margin: auto;
    }


    .gsfc-logo {
        margin-left: 0;
    }



    .gafuture-logo-container {
        left: 0;
        top: 20px;
    }

    .site-logo {
        width: 140px;
        height: 70px;
    }
}

@media only screen and (max-width:1230px) {

    .site-logo {
        width: 107px;
        margin: 0;
        float: left;
    }
}


@media only screen and (max-width:1200px) {

    .gsfc-max-width {
        max-width: 100%;
    }


    .gsfc-logo {
        margin-left: 0;
    }



    .gafuture-logo-container {
        left: 0;
        top: 30px;
        height: 170px;
    }

    .site-logo {
        width: 230px;
        margin: 0;
        float: left;
    }
}



@media only screen and (max-width:770px) {



    .site-logo {
        width: 100%;
    }

        .site-logo img {
            margin: auto;
        }

    .gafuture-logo-container {
        top: 0;
    }

    .gsfc-logo-container img {
        margin: auto;
    }


    .topbuttons {
        width: 90%;
        margin-top: 10px;
    }

        .topbuttons a, .topbuttons button {
            width: 90%;
        }
}

@media only screen and (max-width:480px) {

    .copyright-logos {
        width: 100%;
        height: 100%;
    }
}



/*Additional class for new create account page*/
.red {
    color: #cb2b19 !important;
}

.fwb {
    font-weight: bold !important;
}

.fwn {
    font-weight: normal !important;
}
.fwlb {font-weight:500!important;
}

a.tbb:hover, a.tdn:visited {
    text-decoration: none !important;
    border-bottom: 0;
}


/*Popover Start */

.popover {
    max-width: 600px;
    min-width: 200px;
}

    .popover span {
        font-weight: bold;
        color: #187cb8;
    }

.popover-title {
    margin: 0;
    padding: 8px 10px 0 10px;
    font-size: 13px;
    font-weight: 500 !important;
    background-color: #ffffff;
    border-bottom: none;
    border-radius: 5px 5px 0 0 !important;
    color: #187cb8 !important;
    text-shadow: none !important;
}

.popover-content {
    font-size: 12px;
    padding: 8px 10px;
    color: #000000;
}

    .popover-content ul {
        margin-left: -15px !important;
    }

    .popover-content li {
        font-size: 12px;
    }


.nopadding .modal-content {
    width: 100% !important;
    padding: 0 !important;
}



/*Create Account Icon Style*/

.f1 {
    padding: 25px;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .f1 h3 {
        margin-top: 0;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

.f1-steps {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.f1-progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #3d3d3d;
}

.f1-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #1a56a7;
}

.f1-step {
    position: relative;
    float: left;
    width: 25%;
    padding: 0 5px;
}

.f1-step-GU {
    position: relative;
    float: left;
    width: 33.3333%;
    padding: 0 5px;
}



.f1-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #3d3d3d;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    text-align: center;
}

.f1-step.activated .f1-step-icon {
    background: #fff;
    border: 1px solid #1a56a7;
    color: #1a56a7;
    line-height: 38px;
}

.f1-step.active .f1-step-icon {
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: #1a56a7;
    font-size: 22px;
    line-height: 48px;
}



.f1-step p {
    color: #3d3d3d;
}

.f1-step.activated p {
    color: #1a56a7 !important;
}

.f1-step.active p {
    color: #1a56a7 !important;
}

.f1 fieldset {
    display: none;
    text-align: left;
}

.f1-buttons {
    text-align: right;
}

.f1 .input-error {
    border-color: #1a56a7;
}




/***** Media queries *****/


@media (max-width: 415px) {


    .f1 {
        padding-bottom: 20px;
    }

    .f1-buttons button {
        margin-bottom: 5px;
    }
}


/* Retina-ize images/icons */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {

    /* logo */
    .navbar-brand {
        background: #ffffff;
        /*background-image: url(../img/logo@2x.png) !important; background-repeat: no-repeat !important; background-size: 162px 36px !important;*/
    }
}

.btn-grey {
    font-size: 14px !important;
    color: #333 !important;
    border: solid 1px !important;
    background-color: #e6e6e6 !important;
    border-color: #ccc !important;
}


    .btn-grey:hover, .btn-grey.focus, .btn-grey:focus {
        background-color: #e6e6e6 !important;
        border-color: #ccc !important;
    }

.blueText {
    color: #187cb8;
}


/* New Design classes Start*/

.container {
    max-width: 1270px;
}


.news-home {
    position: absolute;
    bottom: -20px;
    right: 100px;
    z-index: 9;
    width: 300px;
    padding: 0;
}

@media (max-width: 990px) {
    .news-home {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        padding: 0;
    }
}


/*Video Gallery Start*/
.video-selected {
    width: 100%;
    margin: 0 auto;
}


.video-iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    margin-bottom: 10px;
}

    .video-iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.video-thumbnails {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.video-thumb {
    min-height: 200px;
    height: auto;
}

    .video-thumb img {
        background-color: #d8d9da;
        width: 100%;
        cursor: pointer;
    }

    .video-thumb iframe {
        display: none;
    }

.video-thumb,
.video-selected {
    padding: 5px;
}

    .video-thumb p {
        margin: 0;
        font-size: 12px;
    }

        .video-thumb p.name {
            margin-top: 5px;
            font-weight: bold;
        }

    .video-thumb .active {
        box-shadow: 0 0 2px #898989;
    }

.twitter-height {
    height: 612px;
}


.award-container {
    background: url(../images/award-bg.jpg) repeat-x #091d02;
    min-height: 562px;
}

.award-title {
    margin: auto;
    margin-top: 50px;
    width: 60%;
}

    .award-title h3 {
        font-size: 2em;
        color: #ffffff;
        font-weight: 500 !important;
    }

.award-inner {
    margin: auto;
    width: 60%;
    min-height: 300px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    padding: 20px;
}

    .award-inner p {
        font-size: 1.2em;
    }

.awardH4 {
    font-size: 1.5em;
    font-weight: bold;
    color: #187cb8 !important;
}

@media (max-width: 990px) {

    .award-title {
        margin: auto;
        margin-top: 0 !important;
    }

    .award-inner {
        margin-bottom: 30px;
    }
}


@media (max-width: 780px) {

    .award-title {
        margin: auto;
        width: 80%;
    }

    .award-inner {
        width: 80%;
    }
}

/*Jumbo Buttons style start*/

.jumbobuttons {
    border-top: solid 10px #d8eaf5;
    border-bottom: solid 10px #d8eaf5;
}

    .jumbobuttons a:link, .jumbobuttons a:visited {
        color: #ffffff !important;
    }

    .jumbobuttons .first {
        background-color: #187cb8;
        transition: all 0.3s;
    }

        .jumbobuttons .first:hover {
            background-color: #156fa5;
            transition: all 0.3s;
        }

    .jumbobuttons .second {
        background-color: #0e1327;
        transition: all 0.3s;
    }

        .jumbobuttons .second:hover {
            background-color: #000000;
            transition: all 0.3s;
        }

    .jumbobuttons .third {
        background-color: #7e1480;
        transition: all 0.3s;
    }

        .jumbobuttons .third:hover {
            background-color: #560c57;
            transition: all 0.3s;
        }

    .jumbobuttons .fourth {
        background-color: #015710;
        transition: all 0.3s;
    }

        .jumbobuttons .fourth:hover {
            background-color: #022e0a;
            transition: all 0.3s;
        }

    .jumbobuttons div {
        height: 180px;
    }

        .jumbobuttons div img {
            height: 35px;
            margin-top: 24px;
        }

    .jumbobuttons h3 {
        color: #ffffff !important;
        font-size: 1.2em;
        font-weight: 500 !important;
    }

.jumbobuttons {
    text-align: center;
    color: #ffffff;
}

/*Jumbo Buttons style end*/

/*twitter iframe height adjustment*/
.middlec iframe {
    height: 575px !important;
}


/* New Design classes End*/

/* Search Result adjustment*/
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
    text-align: left;
}



/*New Student Dashboard */
.welcomeT {
    color: #187cb8;
    font-weight: 500;
    text-align: center;
    margin: 0 0 15px 0;
}

.bdb0 {
    border-bottom: 0 !important;
}

.bsn {
    box-shadow: none;
}

.Dashboardh5 {
    padding: 15px 20px !important;
    border: none !important;
    font-weight: normal !important;
    font-family: roboto !important;
    font-size: 16px !important;
}

.pd15 {
    padding: 15px;
}

.grey-border {
    border: solid 1px #cccccc;
}

.DashTable {
    width: 100%;
    border: solid 1px #cccccc;
}

    .DashTable th {
        background: #187cb8;
        color: #ffffff;
        border: none;
        padding: 5px 15px;
        text-align: left;
        margin: 0;
    }

        .DashTable th select {
            color: #0e1528;
            padding-left: 20px;
        }

        .DashTable th:first-child {
            width: 70%;
            padding-left: 30px;
        }

        .DashTable th:second-child {
            padding-left: 0;
        }

    .DashTable td {
        padding: 30px;
    }

.InDashTable {
    width: 100%;
}

    .InDashTable tr {
        border-bottom: solid 1px #cccccc;
    }

        .InDashTable tr:last-child {
            border-bottom: 0;
        }

    .InDashTable td {
        padding: 10px 15px;
        text-align: left;
        margin: 0;
    }

        .InDashTable td:first-child {
            width: 70%;
        }



.LineOutTable {
    width: 100%;
    border: solid 1px #cccccc;
}

    .LineOutTable th {
        background: #187cb8;
        color: #ffffff;
        border: none;
        padding: 10px 15px;
        text-align: center;
        margin: 0;
        font-weight: 500;
    }

    .LineOutTable td {
        padding: 20px;
    }


.LineInTable {
    width: 100%;
}

    .LineInTable tr {
        border-bottom: solid 1px #cccccc;
    }

        .LineInTable tr:last-child {
            border-bottom: 0;
        }

    .LineInTable th {
        background: none;
        color: #0e1528;
        padding: 10px 15px;
        text-align: center;
        margin: 0;
        font-weight: 500;
    }

    .LineInTable td {
        padding: 10px 15px;
        text-align: center;
        margin: 0;
    }


#accordionC .panel-heading:hover, #accordionC .accordion-toggle:hover, #accordionC .accordion-toggle.collapsed:hover, #accordionC .accordion-toggle {
    text-decoration: none;
}

#accordionC .panel-heading {
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
}

#accordionC .accordion-toggle {
    font-family: open sans condensed;
    background: none repeat scroll 0 0 #0e1528 !important;
    border-bottom: 3px solid #111E2E;
    color: #FFFFFF;
    display: block;
    font-size: 23px;
    padding: 10px 15px;
    font-weight: bold;
}

    #accordionC .accordion-toggle.collapsed {
        background: none repeat scroll 0 0 #0e1528;
        border-bottom: 3px solid #eeeeee;
        color: #ffffff;
        display: block;
        font-size: 23px;
        padding: 10px 15px;
    }

#accordionD .panel-heading:hover, #accordionD .accordion-toggle:hover, #accordionD .accordion-toggle.collapsed:hover, #accordionD .accordion-toggle {
    text-decoration: none;
}

#accordionD .panel-heading {
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
}

#accordionD .accordion-toggle {
    font-family: open sans condensed;
    background: none repeat scroll 0 0 #0e1528 !important;
    border-bottom: 3px solid #111E2E;
    color: #FFFFFF;
    display: block;
    font-size: 23px;
    padding: 10px 15px;
    font-weight: bold;
}

    #accordionD .accordion-toggle.collapsed {
        background: none repeat scroll 0 0 #0e1528;
        border-bottom: 3px solid #eeeeee;
        color: #ffffff;
        display: block;
        font-size: 23px;
        padding: 10px 15px;
    }



        #accordionA .panel-heading:hover, #accordionA .accordion-toggle:hover, #accordionA .accordion-toggle.collapsed:hover, #accordionA .accordion-toggle {
            text-decoration: none;
        }

#accordionA .panel-heading {
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
}

#accordionA .accordion-toggle {
    font-family: open sans condensed;
    background: none repeat scroll 0 0 #0e1528 !important;
    border-bottom: 3px solid #111E2E;
    color: #FFFFFF;
    display: block;
    font-size: 23px;
    padding: 10px 15px;
    font-weight: bold;
}

    #accordionA .accordion-toggle.collapsed {
        background: none repeat scroll 0 0 #0e1528;
        border-bottom: 3px solid #eeeeee;
        color: #ffffff;
        display: block;
        font-size: 23px;
        padding: 10px 15px;
    }


accordionE .panel-heading:hover, #accordionE .accordion-toggle:hover, #accordionE .accordion-toggle.collapsed:hover, #accordionE .accordion-toggle {
    text-decoration: none;
}

#accordionE .panel-heading {
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
}

#accordionE .accordion-toggle {
    font-family: open sans condensed;
    background: none repeat scroll 0 0 #0e1528 !important;
    border-bottom: 3px solid #111E2E;
    color: #FFFFFF;
    display: block;
    font-size: 23px;
    padding: 10px 15px;
    font-weight: bold;
}

    #accordionE .accordion-toggle.collapsed {
        background: none repeat scroll 0 0 #0e1528;
        border-bottom: 3px solid #eeeeee;
        color: #ffffff;
        display: block;
        font-size: 23px;
        padding: 10px 15px;
    }




.gradW {
    padding: 15px 10px;
    margin: 20px 0;
    border: solid 1px #ccc;
    border-radius: 10px !important;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
}

    .gradW h4 {
        color: #187cb8;
        margin: 5px 0;
        font-size: 1.1em;
    }

.ActOutter {
    margin: 10px;
}

.mr0 {
    margin-right: 0 !important;
}

.ml0 {
    margin-left: 0 !important;
}

.ActOutTable {
    width: 100%;
}

.ACTSATTable {
    width: 100%;
}

    .ACTSATTable tr {
        border-bottom: solid 1px #cccccc;
    }

        .ACTSATTable tr:last-child {
            border-bottom: 0;
        }

    .ACTSATTable td {
        width: 33%;
        padding: 6px;
        text-align: center;
    }

        .ACTSATTable td:first-child {
            text-align: left;
        }

        .ACTSATTable td:last-child {
            text-align: right;
        }


.TestScoreReq {
    width: 100%;
    margin-top: 20px;
}

tr.first {
    background-color: #cec9d7 !important;
}

tr.second {
    background-color: #ece8f0 !important;
}

.TestScoreReq td {
    padding: 10px 15px;
    text-align: center;
    border: solid 1px #fff;
}

.throw {
    background-color: #2f2254 !important;
    color: #fff;
}

.throw th{font-weight:500!important;
}
.accordText {
    padding: 20px;
}

    .accordText p {
        margin: 15px 0;
    }

    .accordText ol {
        margin-bottom: 30px;
    }

    .accordText li {
        margin: 12px 0;
    }

    .accordText ul {
        margin-bottom: 30px;
    }

.salEmail {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}

.pwl {
    font-size: 1.2em;
    font-weight: bold;
}


/*Bala added for TFS 3957 - SAL Dashboard*/
.capitalize {
    text-transform: capitalize;
}

.panel-group {
    margin-bottom: 0;
}


/* Google Translate container*/

.Gt-container {
    width: 100%;
    background: #187cb8;
}





/*Georgia Match Style */


.accordionStyle .panel-heading:hover, .accordionStyle .accordion-toggle:hover, .accordionStyle .accordion-toggle.collapsed:hover, .accordionStyle .accordion-toggle {
    text-decoration: none;
}

.accordionStyle .panel-heading {
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
}

.accordionStyle .accordion-toggle {
    font-family: open sans condensed;
    background: none repeat scroll 0 0 #0e1528 !important;
    border-bottom: 3px solid #111E2E;
    color: #FFFFFF;
    display: block;
    font-size: 23px;
    padding: 10px 15px;
    font-weight: bold;
}

    .accordionStyle .accordion-toggle.collapsed {
        background: none repeat scroll 0 0 #0e1528;
        border-bottom: 3px solid #eeeeee;
        color: #ffffff;
        display: block;
        font-size: 23px;
        padding: 10px 15px;
    }

.accordionStyle {
    margin-bottom: 8px;
}


.accordionStyle2 .accordion-toggle {
    font-family: open sans condensed;
    background: none repeat scroll 0 0 #2c5d20 !important;
    border-bottom: 3px solid #111E2E;
    color: #FFFFFF;
    display: block;
    font-size: 23px;
    padding: 10px 15px;
    font-weight: bold;
}

    .accordionStyle2 .accordion-toggle.collapsed {
        background: none repeat scroll 0 0 #2c5d20;
        border-bottom: 3px solid #eeeeee;
        color: #ffffff;
        display: block;
        font-size: 23px;
        padding: 10px 15px;
    }


.gmGreen {
    color: #005810;
}

.btn-gm {
    background-color: #005810;
    color: #ffffff;
    border-color: #ffffff !important;
}

    .btn-gm:hover, .btn-gm:focus {
        background-color: #3ab64b;
        color: #ffffff;
    }
.fw400 {
    font-weight: 400;
}

.SLWith {
    width: 92%;
    margin: 40px auto;
}

.list p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.name h3 {
    margin-top: 0;
    font-size: 2rem;
}

.w130px {
    width: 130px;
}

.borderB {
    border-bottom: solid 1px #cccccc;
    padding-bottom: 30px;
    margin-bottom: 35px;
}

.GM-btn {
    padding: 10px 14px;
    width: 47%;
    min-width: 140px;
    font-size: 1.5rem;
}

.GM-map-icon {
    width: 100%;
    max-width: 50px;
}

.GM-map-div {
    width: 10%;
    float: left;
}

.GM-SN-div {
    width: 50%;
    float: left;
}

.GM-btn-div {
    width: 40%;
    float: left;
}

@media screen and (max-width: 780px) {
    .GM-map-div {
        width: 6%;
        float: left;
        margin-right: 2%;
    }

    .GM-SN-div {
        width: 92%;
        float: left;
    }

    .GM-btn-div {
        width: 100%;
        float: left;
        margin-top: 15px;
    }
}



.GM-btn.requested {
    cursor: not-allowed;
    pointer-events: none;
    background-color: #777777;
    color: #ffffff;
    -webkit-box-shadow: inset 0 0 5px #000000;
    box-shadow: inset 0 0 5px #000000;
    border: solid 1px #ffffff;
}


.bg-lg {
    background: #e8f1e4 !important;
}

.bg-lp {
    background: #edfbff !important;
}

.panel-group .panel {
    margin-bottom: 20px;
}

.sort:focus {
    outline: none;
    color: #ffffff;
    background-color: #3ab64b;
}

.sort:after {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: "";
    position: relative;
    top: -10px;
    right: -5px;
}

.sort.asc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    position: relative;
    top: 4px;
    right: -5px;
}

.sort.desc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    content: "";
    position: relative;
    top: -4px;
    right: -5px;
}

.sortorder:after {
    content: '\25b2';
    color:white;
    /*WHITE UP-POINTING TRIANGLE*/
}

.sortorder.reverse:after {
    content: '\25bc';
    color: white;
    /*WHITE DOWN-POINTING TRIANGLE*/
}

.font14 {
    font-size: 14px !important;
}

.font16 {
    font-size: 16px !important;
}

.GM-slider-text {
    position: absolute;
    width: 60% !important;
    top: 30px !important;
    left: 270px !important;
    color: #187cb8;
    background: none;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 !important;
    padding: 10px;
    display: block;
    overflow: hidden;
}

.GM-item img {
    width: auto;
    margin-left: 30px;
}


@media screen and (max-width: 1200px) {

    .GM-slider-text {
        width: 60% !important;
        top: 10px !important;
        left: 260px !important;
    }

    .GM-item img {
        display: block;
    }
}





@media screen and (max-width: 1000px) {

    .GM-slider-text {
        position: relative;
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
        color: #ffffff;
        background: #0e1528;
        background-image: linear-gradient(150deg, #4354a5, #40b549);
        font-size: .9em;
    }

    .GM-item img {
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 40%;
    }
}

.btn.disabled, .btn[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

/*	Style for Browse button Start */
.file-upload_label {
    display: block;
    padding: 5px 0;
    width: 80px;
    color: #333;
    background: #D9D9D9;
    transition: background .3s;
    text-align: center;
    font-weight: normal;
    border: solid 1px #ccc;
}

    .file-upload_label:hover {
        cursor: pointer;
        color: #0d70a4;
        background: #D3D3D3;
    }

.file-upload_input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width: 0;
    opacity: 0;
}
/* Style for Browse button End */

label span {
    color: #DA080C;
}
.ha {
    height: auto !important;
}

/* Style for Plan&Pay custom Print */
/*@media print {
    @page {
        size: landscape;
        max-height: 100%;
        max-width: 100%;
        margin:0px;
    }
    .no-print {
        display: none !important;
    }    
}*/

.planpayT {
    display: none;
    color: #187cb8;
    font-weight: 500;
    text-align: center;
    margin: 0 0 15px 0;
}

@media print {
    @page {
        size: landscape;
        max-height: 100%;
        max-width: 100%;
        margin:68px 10px;
        
    }

    div {
        break-before: avoid !important;
        break-after:  avoid !important;
    }

    header, footer, nav, br, p, h1, .gsfc-logo-container, .copyright, .footer, .breadcrumbs, .dt-buttons, .no-print, img {
        display: none;
    }

    .print {
        width: 100% !important;
        display: block;
    }

    .planpayT{
        display: block;
    }
}




/* Style for Plan&Pay custom Print */

