/* home page only: 'your education is more than a matter of degree' tagline */

@media (max-width:768px) {
.front .highlighted-wrapper h4 {
text-align: center;
}
}

@media (min-width:769px) {
.front .highlighted-wrapper h4 {
margin-top:15px;
text-align: left!important;
}
}

.front .highlighted-wrapper h4 {
color: #f77a05;
margin: 5px 0 15px;
text-align: center;
font-size: 1.5em;
}

.front .highlighted-wrapper {
border-bottom:5px solid #d36122;
}

.highlighted-wrapper .grid-5.col-sm-5.omega {
padding: 0;
}

@media (max-width:1600px) {

.front .highlighted-wrapper {
background-color: #102436;
}

}