body {
    font-family: Roboto;
    font-size: 1.4em;
    font-weight: 300 !important;
    line-height: 1.625;
}

a {
    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%;
    }
}

@media only screen and (max-width:750px) {
    .modal {
        width: 70%;
        left: 15%;
    }
}

@media only screen and (max-width:450px) {
    .modal {
        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;
    }
/*#signin .form-horizontal .controls {
        margin-left: 180px;
    }*/

/* kevin M - duplicated on doc.css
        #signin .well {
        background-image: none;
        background-repeat: repeat-x;
        border-color: #F5F5F5;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
        margin-bottom: 0;
    }*/

/* 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: #333333;
    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: #555555;
    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: #555555;
    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;
}
/*comment out by Kevin on 5.10.2016- this causing bg color on college detail
    .tab-content > .active {
    background-color: none;
}*/
/*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: 22px;
}

.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: #13856e!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: #13856e;
    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 #304458;
    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 #13856e;
    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: #304458;
}

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: #13856e;
}

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;
    width: 50%;
}
/*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: #304458;
        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: #304458;
        }



/*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: #304458;
        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: #304458;
    font-family: open sans condensed;
    font-size: 1.05em;
    margin: 0;
    padding: 0; /*erase side space*/
    white-space: pre-wrap;
}

    .dropdown-header a {
        color: #304458;
        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: #304458;
        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: #304458;
    border-bottom: 3px solid #304458;
    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: #767676;
    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: #304458;
}

.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: #304458;
        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: #304458;
            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: #304458;
    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 10px 2px;
    text-align: left;
    width: 60%;
}

#carousel-generic p {
    float: left;
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 300;
    margin: 0 10px;
    text-align: left;
    width: 60%;
}

.slide {
    height: 460px;
    overflow: hidden;
    position: relative;
}

.slider-caption {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
    bottom: 0;
    color: #fff;
    left: 0;
    padding-bottom: 20px;
    padding-left: 14px;
    right: auto;
    text-shadow: none;
    width: 66%;
}

#carousel-generic div.slider-caption h2 {
    float: left;
    font-size: 2em;
    font-weight: normal;
    margin: 3px 10px 2px;
    text-align: left;
    width: 60%;
}

#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;
}

.date {
    margin-top: 5px;
    color: #0092e1;
}

.slider-control {
    display: none;
}

/* End Preview slider */

/* Edit by kevin M 4.7.2016 */
@media only screen and (max-width:1200px) {
    .slider-indicators {
        width: 41%;
    }

    .item img {
        position: relative;
        width: 60%;
    }

    .slider-caption {
        position: relative;
        width: 60% !important;
        padding: 20px;
    }

        .slider-caption h2 {
            font-size: 1.5em !important;
        }

        .slider-caption p {
            font-size: .9em !important;
            line-height: 1.3em;
        }

   
}

@media only screen and (max-width:1000px) {
    .slider-indicators {
        width: 55%;
    }

    .item img {
        position: relative;
        width: 45%;
    }

    .slider-caption {
        position: relative;
        width: 45% !important;
    }

        .slider-caption h2 {
            font-size: 1.5em !important;
            width: 100% !important;
        }

        .slider-caption p {
            font-size: .9em !important;
            line-height: 1.3em;
            width: 100% !important;
        }

    .btn-slider {
        font-size: 20px !important;
        width: 90% !important;
        margin-top: 15px;
    }
}

@media only screen and (max-width:789px) {
    .slide {
        height: auto;
    }

    .slider-indicators {
        display: none;
    }

    .item img {
        position: relative;
        width: 100%;
    }

    .slider-caption {
        position: relative;
        width: 100% !important;
    }

    .slider-control {
        display: block;
    }

    .carousel-control.right {
        color: #0e7bb4;
        background: none;
        top: 40% !important;
        width: 30px;
        height: 20px;
        right: 5px;
    }

    .carousel-control.left {
        color: #0e7bb4;
        background: none;
        top: 40% !important;
        width: 30px;
        left: 2px;
    }
}

.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:991px) {
    .rightcolumn {
        padding-right: 15px;
        margin: auto;
        width: 98%;
    }
}

.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: justify;
    }

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: #304458;
    border-top: 3px solid #304458;
    border-right: 1px solid #ccc;
    background: #ffffff !important;
}

    #newsTab li.active a:hover {
        font-size: 24px;
        color: #304458;
        border-top: 3px solid #304458;
        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 {
    border-bottom: 3px solid #DDDDDD;
    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 #304458;
            /*box-shadow: -5px -2px 0 2px #111E2E inset;*/
            transition: all 0.5s ease 0s;
        }

        .tabbuttons li a {
            color: #2b2b2b;
            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: #333333;
    }

    .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;
    text-align: justify;
}

.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 */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; /* adjust as needed, taken from bootstrap.css */
    color: #304458;
}

#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 #304458;
    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 #ffffff;
        border-bottom: 3px solid #eeeeee;
        color: #304458;
        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: #333;
    }

        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: #333;
}

    p.copyr a:hover {
        color: #025e7e;
    }
/* Start social media icons */

.social-media {
    width: 270px;
    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 #304458;
    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: #187cb8;
}

    .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 #CCCCCC;
    display: inline-block;
    font-size: 27px;
    padding: 45px 38px;
    vertical-align: top;
    color: #265340 !important;
    border-bottom: 3px solid #939393;
    transition: all 0.5s;
}

    .slbutton a:hover {
        background: none repeat scroll 0 0 #13856e;
        display: inline-block;
        color: #fff;
        font-size: 27px;
        padding: 45px 38px;
        vertical-align: top;
        border-bottom: 3px solid #3e8566;
        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: 78%;
    position: relative;
}

    .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: #13856e;
    font-size: 23px;
    font-weight: 700 !important;
    margin-bottom: 5px;
    margin-top: 12px;
}

.sltext p {
    color: #333333;
    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: #222;
    }

    div.block.content h3 {
        font-family: 'Roboto', sans-serif;
        color: #13856e;
    }

.content h3 {
    font-family: 'Roboto', sans-serif;
    color: #13856e;
}

.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: 400 !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: #304458;
        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 #304458;
        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: #304458;
    }

.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;
}

.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: 3610px; /*Updated by PS on 03/16/16 TFS Bug 200*/
        -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%;
}

    .user_list li span {
        display: block;
        float: left;
        padding: 0 10px;
        font-family: "Roboto", sans-serif !important;
        font-size: 15px;
    }

    .user_list li a {
        padding: 5px 0 !important;
        color: #ffffff !important;
        border-radius: 0 !important;
        min-height: 34px;
    }

        .user_list li a:hover {
            outline: none !important;
        }

        .user_list li a i {
            float: left;
            padding: 5px 0 0 14%;
        }



    .user_list li img {
        float: right;
        padding-right: 10px;
    }

    /*ADA compliance combining as one color navigation.
        
        .user_list li a.blue {
        background: #1a56a7;
        border-left: 10px solid #7fddea;
    }

        .user_list li a.blue:hover {
            background: #82dbe8;
            border-left: 10px solid #b6f6ff;
        }


   


    .user_list li a.green {
        background: #51a680;
        border-left: 10px solid #a0deba;
    }

        .user_list li a.green:hover {
            background: #8eceb1;
            border-left: 10px solid #c6f6da;
        }

    .user_list li a.red {
        background: #6954bc;
        border-left: 10px solid #fed499;
    }

        .user_list li a.red:hover {
            background: #fec77a;
            border-left-color: #ffe9ca;
        }

    .user_list li a.grey {
        background: #9c9c9c;
    }

        .user_list li a.grey:hover {
            background: #c6c6c6;
        }

        .user_list li a.blue:hover, .user_list li a.safron:hover, .user_list li a.green:hover, .user_list li a.red:hover, .user_list li a.grey:hover {
            color: #002337 !important;
        }*/


         .user_list li a.safron {
        background: #304458;
        border-left: 10px solid #187cb8;
    }

       
         .user_list li a.safron:hover { 
           background: #537699;
            border-left-color: #1e92d8;
            color:#fff!important;
        }

.nav-pills li {
    width: 100%;
}

.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: #304458;
}
.bgtooltip + .tooltip > .tooltip-arrow {
    border-right-color: #304458;
}
/*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: #304458;
    font-size: 1em;
    margin-top: 0;
    line-height: 14px;
    font-weight: bold!important;
}
/* Kevin M 2.18.16  */
.noti_row h6 {
    color: #304458;
    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: 1000;
}

.hvc-image {
    max-width: 100%;
}
/*High volume content template css */

#hvc-nav-content {
    background-color: #13856e;
}

    #hvc-nav-content > li > a {
        border-right: 1px solid #fff;
        color: #fff;
        margin-right: 0;
        border-top: 3px solid #13856e;
        background-color: #13856e;
        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: #13856e !important;
    background-color: #fff !important;
    border-top: 3px solid #13856e;
    border-left: 1px solid #d7d7d7;
}

#hvc-nav-content > li > a:hover {
    border-right: 1px solid #fff;
    background-color: #fff;
    border-top: 3px solid #13856e;
    color: #13856e;
}

.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*/


.fl {
    float: left;
}

.fr {
    float: right;
}

.pd0 {
    padding: 0;
}

.pd20 {
    padding: 20px;
}

.pd25 {
    padding: 25px;
}

.pd30 {
    padding: 30px;
}

.pd0-5 {
    padding: 0 5px;
}

.pd20-30 {
    padding: 20px 30px;
}

.pd10-40 {
    padding: 10px 40px;
}

.pr0 {
    padding-right: 0;
}

.pl0 {
    padding-left: 0;
}

.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;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml30 {
    margin-left: 30px;
}

.mr10 {
    margin-right: 10px;
}

.mr30 {
    margin-right: 30px;
}

.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: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;
    }
}

@media only screen and (max-width:900px) {
    .award-slider {
        display: none;
    }
}

@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: #222;
    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: #222;
    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: #222;
    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) {
    .group {
        display: none;
    }

    .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: #13856e;
    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: #13856e;
}

.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: #304458;
    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: #304458;
    width: 100% !important;
    padding: 12px 0 0 0;
}

.gsfc-max-width {
    max-width: 1200px;
    margin: auto;
}

.gsfc-logo {
    margin-top: 5px;
    margin-left: -100px;
}

.gafuture-logo-container {
    position: relative;
    left: -70px;
    top: 10px;
}

.site-logo {
    width: 200px;
}

.top-nav-btns {
height:41px;font-size:18px;border:0!important;
}


@media only screen and (max-width:1380px) {

    .gsfc-max-width {
    max-width: 1240px;
    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;
        }

    .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%;
    }
}


