html {
    font-size:16px;
}
body {
    font-family: 'Lucida Grande',Lucida,Verdana,sans-serif;
}
h2 {
    font-size:1.25rem;
    margin-top:30px;
    margin-bottom:1em;
}
h3 {
    font-size:1.1rem;
    margin-top:2em;
}
.page-content ul {
    overflow:hidden;
    list-style-position: inside;
    padding:0;
}
.page-content ul ul {
    padding-left:20px;
}
p, li {
    font-size:0.9rem;
    line-height:1.4em;
}
p {
    margin-bottom:1.2em;
}
li {
    line-height:1.2em;
    margin-bottom:0.5em;
}
a {
    color:#0082c4;
    text-decoration:underline;
}
.text-bold {
    font-weight:700;
}
.text-italic {
    font-style:italic;
}
.text-blue {
    color:#73a9a5;
}
.text-dark-blue {
    color:#4b817e;
}
.text-black {
    color:#000000;
}
.text-white {
    color:#fff;
}
.text-grey {
    color:#4a4d46;
}
.semi {
    font-weight:600;
}
.extra {
    font-weight:800;
}
.dwnld-logo-width{
    width: 65%;
}
.dwnld-logo-width-50{
    width: 50%;
}
.dwnld-logo-btn{
    background-color: #4b817e;
    border-radius: 20px;
    color: #ffffff;
    padding:5px 10px;
    text-decoration: none;
}
.btn-gri {
    font-family: 'Roboto', sans-serif;
    letter-spacing:-0.035em;
    font-size: 16px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border:none;
    padding: 10px 21px;
    text-decoration: none;
    background: linear-gradient( to bottom, #73a9a5, #4b817e );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73a9a5', endColorstr='#4b817e');
    background-color: #4b817e;
    color: #ffffff;
    display: inline-block;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
}
.btn-gri:hover {
    text-decoration: none !important;
    background: linear-gradient( to bottom, #4b817e, #73a9a5 );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b817e', endColorstr='#73a9a5');
    color: #fff;
    background-color: #73a9a5;
}
.btn-gri:active {
    position: relative;
    top: 1px;
}
.btn-sm.btn-gri {
    font-size:14px;
}
.roboto {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:700;
}


body {
    min-height:100%;
}

#wrapper {
    height:100%;
    min-height:100vh;
    background: url('../images/wrapper.jpg') no-repeat fixed center top/cover;
}

.page-content {
    padding-top:20px;
    padding-bottom:40px;
    background:#fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.page-content h2 {
    font-family: 'Roboto', sans-serif;
    color:#4b817e;
    font-weight:bold;
    text-transform: uppercase;
}
body .page-content,
body .page-content {
    padding-top:80px;
}
#footer {
    padding-top:15px;
    padding-bottom:30px;
}


#header {
    background: url('../images/header.png') no-repeat center bottom;
    height:269px;
}
.top-header {
    padding-top:10px;
}
.top-header .header-social {
    margin-top:5px;
}
.top-header a {
    font-family:Arial, Helvetica, sans-serif;
    color:#fff;
    letter-spacing: .1em;
    text-decoration:none;
    font-size:12px;
}
.logo {
    display:block;
    float:left;
    height:170px;
    width:39%;
}
#menu-main-menu {
    background-color: #4b817e;
    background: -webkit-gradient( linear, left top, left bottom, from(#73a9a5), to(#4b817e) );
    background: -o-linear-gradient( top, #73a9a5, #4b817e );
    background: linear-gradient( to bottom, #73a9a5, #4b817e );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73a9a5', endColorstr='#4b817e');
    margin:0;
    height:54px;
    text-align:center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
#menu-main-menu li {
    height:54px;
    line-height:54px;
    padding-left: 10px;
    padding-right: 10px;
}
#menu-main-menu > li > a {
    display:block;
    font-family: 'Roboto Condensed', sans-serif;

    text-decoration: none;
    font-size:20px;
    color: #fff;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.4);
    position: relative;
}
#menu-main-menu a:hover {
    color: #0b4335;
    text-shadow:none;
    background-color:none;
}
#menu-main-menu li.current_page_item > a:after {
    content:"";
    display:block;
    bottom:0;
    width:26px;
    height:13px;
    border-bottom:8px solid #4b817e;
    border-left:13px solid transparent;
    border-right:13px solid transparent;
    left:50%;
    margin-left:-13px;
    position:absolute;
}
#menu-main-menu li ul {
    display:none;
    position: absolute;
}
#menu-main-menu li.current_page_parent ul,
#menu-main-menu li.current-menu-item.menu-item-has-children ul {
    display:block;
    background: #fcb957;
    padding: 0;
    list-style: none;
    width: 100%;
    left: 0;
    top: 54px;
    text-align: left;
    height:36px;
}
#menu-main-menu li ul li {
    display:inline-block;
    padding-left:5px;
    padding-right:5px;
    vertical-align: top;
    text-transform: none;
    height:36px;
    margin:0;
    font-size: 0.7rem;
}
#menu-main-menu li ul li a {
    color:#4b817e;
    height:36px;
    line-height:36px;
    text-decoration: none;
    position:relative;
    display:block;
}


.page-text {
    padding-left:50px;
}
.page-title {
    font-family: 'Roboto', sans-serif;
    font-size:1.6rem;
    font-weight:bold;
    color:#4b817e;
}

/* Continuing Education Table (/about-gri/continuing-education-credit/)
 -------------------------------------------------------------- */
.ce-table {
    font-size: 9px;
    text-align: center;
    vertical-align: middle;
}
.ce-table .table td {
    width:55px;
    vertical-align:middle;
}
.ce-table p {
    font-size:9px;
    padding: 8px;
    line-height: 10px !important;
    margin:0;
}
.ce-table p.ce-table-label {
    padding:0;
}



.scholarship-intro {
    background:url('../images/gri-scholarshippage-header-img.jpg') no-repeat left top;
    height:300px;
    padding:20px 400px 0 40px;
}
.scholarship-intro h3 {
    margin-top:0;
}
.scholarship-intro p {
    font-size:0.8rem;
    margin-bottom:1em;
}

.bios h2 {
    margin-top:0;
    margin-bottom:5px;
    font-size:1.2rem;
}
.bios .row {
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid #aaa;
}
.bios img {
    border:6px solid #f4f4f4;
    -webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.2);
    box-shadow:2px 2px 5px rgba(0,0,0,0.2);
    max-height: 124px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
.bios .btn-gri {
    font-size:14px;
}
#sidebar h3 {
    margin-top:0px;
}
#sidebar .btn-gri.btn-block {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 18px;
    letter-spacing:-0.035em;
    padding: 8px 20px;
}
.sidebar-login {
    padding-bottom:20px;
}
#loginform label {
    display:block;
    font-weight: normal;
    text-transform: lowercase;
    color:#999;
    font-size:12px;
    letter-spacing: 0.1em;
    margin-bottom:0;
}
#loginform input[type="text"],
#loginform input[type="password"] {
    display: block;
    width: 100%;
    height: 31px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#loginform input[type="submit"] {
    font-size: 16px;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 6px;
    border: none;
    padding: 5px 30px;
    text-decoration: none;
    background-color: #faad3b;
    background: linear-gradient(to bottom, #fddca4, #faad3b);
    color: #1a1a1a;
    display: inline-block;
    box-shadow:1px 1px 2px rgba(0,0,0,0.5);
    float:right;
}
#loginform input[type="submit"]:hover {
    color: #4b817e;
}
#loginform input[type="submit"]:focus {
    outline:none;
}
#loginform input[type="submit"]:active {
    box-shadow: none;
}

#fb-root {
    display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

#nrds{
    margin: 50px 0 0;
}
#designees{
    padding-left: 0px;
}
#why-gri{
    clear:right;
}
ul#calendar-reg{
    list-style-type: none;
}
ul#calendar-reg li a{
    text-decoration: none;
}
.course-logo{
    max-height: 70px;
  }
.course-history{
    border: 10px solid #4b817e;
    width: 80%;
    padding: 10px;
    text-align: center;
    height: auto;
    margin: 5px 3px 0px 0;
}
.course-history h3{
    margin-top: 0px;
}
.course-history p{
    font-size: 14px;
}


/* Instructor / Provider Area
 -------------------------------------------------------------- */
.instructor-accordion .ui-accordion-header {
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    border: none;
    padding: 10px 21px;
    text-decoration: none;
    background: linear-gradient( to bottom, #73a9a5, #4b817e );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73a9a5', endColorstr='#4b817e');
    background-color: #4b817e;
    color: #fff;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 0px 0px rgba(0,0,0,0.5);
    margin:0;
    cursor:pointer;
}
.instructor-accordion .ui-accordion-header.ui-accordion-header-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.instructor-accordion .ui-accordion-header:focus {
    outline:none;
}
.instructor-accordion .ui-accordion-header-icon {
    padding-right:5px;
}
.ui-accordion-header + div > .instructor-section:last-of-type {
    border-bottom: none;
}
.ui-accordion-content {
    background:#f2f5f7;
    padding:20px 0 10px;
}
.instructor-section {
    margin-bottom:10px;
    border-bottom:1px solid #004568;
    padding:0 0 5px;
    margin-left:15px;
    margin-right:15px;
}
.instructor-section h4 {
    margin-bottom:0;
}
.instructor-section p {
    margin-bottom:10px;
}
.instructor-section p:last-of-type {
    margin-bottom:0;
}
.instructor-accordion .tooltip {
    min-width:300px;
}
.instructor-accordion .tooltip-inner {
    max-width:350px;
}

.instructor-sidebar p {
    font-size:0.8rem;
}

@media screen and (max-width:1390px){

}
@media screen and (max-width:1200px){

}
@media screen and (min-width: 992px){
    #menu-main-menu li ul li {
        font-size: 0.9rem;
    }
}
@media screen and (max-width:992px){
    #header {
        background-size:750px;
        height:246px;
    }
    .logo {
        height:140px;
        margin-top:14px;
    }
    .top-header .header-social {
        margin-top:0;
    }
    #menu-main-menu li {
        padding-left:5px;
        padding-right:5px;
    }
    #menu-main-menu > li > a {
        font-size:16px;
    }
    .scholarship-intro {
        background: #e1dcbd;
        height:auto;
        padding:20px 40px;
        margin-bottom:20px;
    }
}
@media screen and (min-width: 768px){
    #menu-main-menu li.current-menu-item.menu-item-has-children ul {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
@media screen and (max-width:768px){
    #header {
        background-size:100%;
    }
}

@media (max-width: 767px) {
    #header {
        background:none;
        height:auto;
    }
    .logo-mobile  {
        margin-top:10px;
        margin-bottom:10px;
    }
    .logo-mobile img {
        max-width:100%;
        height:auto;
    }
    .mobile-toggle {
        width:35px;
        height:35px;
        background:#faad3b;
        position:relative;
        border:none;
        padding:0;
        float:left;
        margin-bottom:5px;
    }
    .mobile-toggle span {
        width:25px;
        height:2px;
        background:#4b817e;
        position:absolute;
        left:5px;
        top:10px;
    }
    .mobile-toggle span:nth-of-type(2) {
        top:16px;
    }
    .mobile-toggle span:nth-of-type(3) {
        top:22px;
    }
    #searchform {
        clear:both;
    }

    #main-nav{
        opacity:0;
        position: fixed;
        right: -200%;
        top: 0;
        z-index: 9999;
        margin-left: 55px;
        transition:500ms;
        width: calc(100% - 60px);
    }
    #main-nav.active {
        right: 0;
        opacity:1;
    }

    #menu-main-menu {
        height:auto;
        background:#73a9a5;
        display: block;
    }
    #menu-main-menu > li  {
        margin: 0;
        padding:0;
        height:auto;
        line-height:inherit;
        text-align: right;
        display:block;
    }
    #menu-main-menu > li > a {
        font-size:12px;
        text-shadow:none;
        height: 35px;
        line-height: 35px;
        display:block;
        padding-left: 15px;
        padding-right: 15px;
    }
    #menu-main-menu > li.current_page_item > a {
        background:#4b817e;
    }
    #menu-main-menu li.current_page_item > a:after {
        display:none;
    }

    #menu-main-menu li.current_page_parent ul, #menu-main-menu li.current-menu-item.menu-item-has-children ul {
        position:static;
        height:auto;
    }
    #menu-main-menu .sub-menu > li {
        font-size:12px;
        padding:0 8px;
        display:block;
    }

    body.page-child .page-content, body.page-parent .page-content {
        padding-top: 15px;
    }
    .page-text {
        padding-left:15px;
    }
}

.printomatic {
    position: absolute;
    top: 0;
    right: 20px;
}

#supsystic-table-1 {
    max-width: 588px;
}

@media screen and (max-width: 768px){
    #supsystic-table-1 .htCenter {
        text-align: left;
    }
}