@charset "utf-8";
/* CSS Document */

/* #topbar { background: #25283d; padding: 10px 0 6px; }
#topbar h3 { color:#ffffff; } */


/*colors in nav menu changed for Bessie Morris */
#edsagenavbar { background: #f49ac0; }
#edsagenavbar .menu a { color:#fff; }
#edsagenavbar .menu a:hover { color:#7a7a7a; }
.is-dropdown-submenu { background: #625c5e;} 
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
border-color: #994d73 transparent transparent;
}


.callout { background-color: #f6511d; color:#fff; padding:30px 100px 20px;}
.orangebg { background-color: #f6511d; color:#fff; padding:30px;}
.parakeetbg { background-color: #00A6ed; color:#fff; padding:30px;}
.vspace { height: 30px; }
.button, .button:visited { background-color: #99rd73; color:#fff; border:thin solid #fff;}
.button:hover { background-color: #fff; color:#f6511d; border:thin solid #fff;}
.button.green { background-color: #7fb800; color:#fff; border:thin solid #7fb800;}
.button.green:hover { background-color:#fff; color:#7fb800; border:thin solid #7fb800;}
.button.large {     background-color: #00a6ed;}
.button.large:hover { color:#111;}
.servicehilite { 
width: 80%; margin-left:20%; margin-top:0; height: auto; 
position:relative; z-index:10;}
.service-titlebox {
	background-color:#ffb400; color:#000;
	width:220px; height:120px; 
	position:relative; z-index: 20;
	top: -60px; 
	padding:20px;
}
.service-titlebox p { 
margin-bottom: .2rem; line-height:1.2;
}
.service-titlebox ul { 
	line-height:1.2;
}
.service-text { margin-top:-30px; }
#optin-row { 
background-image:url("../../images/newsletter-opt-in.jpg"); background-size:cover; background-attachment: fixed; padding:130px 0 80px 0; }
#optin-row h3, #optin-row p { color:#fff;}
#edsfooter { background-color:#25283d; padding:20px 30px 0;}
#edsfooter p, #edsfooter a { color:#fff; font-weight:300; font-size:14px; }
#edsfooter a:hover { color:#ffb400;}
#footerlogo { float:left; margin:0 20px 30px 0; width:90px;}
#consultation-request {  background-image:url("../../images/interview-consultation-educationsage.jpg");background-size:cover; padding: 280px 0 100px 100px; background-position: center;}
.uppercase { text-transform: uppercase; }
.greentxt { color: #7fb800;}
.cell.nopad { padding: 0;}
#pghdgbox #pghdg {
    background-color: rgba(0,166,237,0.85);
    position: absolute;
    z-index: 30;
    top: 230px;
    color: #fff;   
    padding: 10px 30px 10px 20px;
}

#pghdgbox #contactpghdg {
    background-color: rgba(0,166,237,0.85);
    position: absolute;
    z-index:30;
	top:390px;
    color: #fff;   
    padding: 10px 30px 10px 20px;
}
.testimonial {padding:60px;}
.testimonial h5 { font-weight: normal;}
#test1 { background:#25283d; color:#fff; }
#test2 { background:#f6511d; color:#fff;}
#test3 { background:#ffb400; color:#000;}
#test4 { background:#00a6ed; color:#fff;}
#test5 { background:#7fb800; color:#fff;}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
	z-index:100;
}

.schoolcourse-titlebox {
    background-color: #25283d;
    color: #fff;
    width: 220px;
    height: 100px;
    position: relative;
    z-index: 20;
    top: -30px;
    padding: 20px;
}

/* For small screen */
@media screen and (max-width: 39.99875em) {
	
	#topbar { padding: 0;}
	#topbar h3 { text-align: center;}
#hero { padding: 80px 0 80px 0; background-attachment: scroll;}
#pghdgbox #contactpghdg, #pghdgbox #pghdg {
    position: relative;
    z-index:30;
	top:0;
}
#consultation-request { background-image:none; padding:0 0 30px 0;}
#optin-row {
		background-attachment: scroll; padding:20px 0; }
#footerlogo { float:none; clear: both; width:120px; margin:0 auto 30px 90px; }
#ftrdiv1 { text-align: center;}	
}