
/* Most requested */
main.container {
    width: 100%;
    padding: 0px !important;
}

/* Testimonials */
.bc-category {
    text-transform: uppercase;
    font-weight: bold;
    color: #2CA0C8;
}

p#test {
    color: #6f6f6f;
    line-height: normal;
}
#testimonial tr.col-md-3 {
    padding-top: 30px;
}

.test-card {
    min-height: 318px;
    border-radius: 5px;
    background: #fff;
    transition-duration: 0.3s;
}

.test-card-img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.test-card-content {
    padding: 0px 10px 10px 10px;
    margin-top: -18px;
  	font-size: 80%;
}
.test-card:hover {
    box-shadow: 0px 0px 20px #c0c2c7;
}

.bc-h3 {
    text-decoration: none;
    color: #284162 !important;
}
table#testimonial {
    background: #eaebed;
    padding-bottom: 30px;
    max-width: 1189px;
    border-top-right-radius: 5px;
}
table#testimonial.dataTable tbody tr {
    background-color: #eaebed;
}
.table>tbody>tr>td {
    border-top: none;
}

/* Labels */

.label {
  display: inline-block; 
  font-size: 85%;
  font-weight: 500;
  line-height:1.5em; 
  text-align:left; 
  vertical-align: middle; 
  white-space: normal!important;
}

/* Homepage Banner */


.edu-logo-img {
    margin-top: 15px;
  	margin-left:auto;
  	margin-right:auto;
}

.btn-call-to-action {
    background-color: #529F92!important;
    color: #000!important;
    text-shadow: .5px 1px #444;
}

.btn-call-to-action:hover {
    color: #000;
    background-color: #5fb9aa!important;
    border-color: #305a3e;
}

.btn-call-to-action.focus, .btn-call-to-action:focus {
    color: #000;
    background-color: #559b80!important;
    border-color: #192f20;
}

.btn-call-to-action.active.focus, .btn-call-to-action.active:focus, .btn-call-to-action.active:hover, .btn-call-to-action:active.focus, .btn-call-to-action:active:focus, .btn-call-to-action:active:hover, .open>.btn-call-to-action.dropdown-toggle.focus, .open>.btn-call-to-action.dropdown-toggle:focus, .open>.btn-call-to-action.dropdown-toggle:hover {
    color: #000;
    background-color: #60b5a6!important;
    border-color: #192f20;
}

table#tb-blue th {
    background-color: #414141;
    color: #fff;
    text-shadow: none;
    border: #999 solid 1px;

}

#tb-blue td, th {
    padding: 6px;
    border: #999 solid 1px;
}


/* dataTable Testimonials */
table#program { border-bottom: none; }
table#program tbody tr { display: block; }
table#program tbody td { display: inline; padding: 0; }
div#program_filter {
    display: none;
}
div#program_info {
    display: none;
}
div#program_length {
    display: none;
}

        
.bg-info {
    background-color: rgb(238 238 238 / 33%);
}


        
        
.gcweb-menu button[aria-haspopup=true] { display: none;}

.gc-srvinfo ul, .gc-srvinfo ol {
    font-size: 17px;
    line-height: 1.5em;
}
/* SideNav */
        


.pagedetails {
    padding-bottom: 2em;
    padding-top: 2em;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 430px){
  .scaled-image {
    max-width: 85%!important;
    max-height: 85%!important;
    margin-right: 35px;
    width: auto;
    height: auto;
}
}

@media (min-width: 768px){
main .pagedetails {  width: 750px; } 
}
@media (min-width: 992px){
main .pagedetails { width: 970px; }
}
@media (min-width: 1200px){
main .pagedetails { width: 1170px; }
}