@media (min-width: 768px){
.jumbotron .subtitle {
    padding: 20px;
}
}
.box-center{
	margin:0 auto !important;
}
.inner-banner{
	color: #fff;
	min-height: 350px;
}

.inner-banner h1{
	margin-top: 45px;
	font-size: 40px;
}

.jumbotron{
	font-family: 'Oswald', sans-serif;
	/* background: rgba(0, 51, 95, 0.6); */
    color: #fff;
    width: 100%;
    margin: 0 0 0 0;
	border-radius: 0 !important;
/*	padding-top: 40px !important; */
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.inner-banner {
    padding-left: 0;
    padding-right: 0;
}

.highlight-box p {
    font-size: 14px !important;
}

p.intro{
	font-size: 16px;
    line-height: 1.8;
	text-align: justify;
}

h5.custom-h5{
    color: #0099FF;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3edf4;
	position: relative;
}

.custom-h5:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 70px;
    border-bottom: 1px solid #41AEF7;
}

.dark-back{
	color: #fff
}

.callout .btn{
	background: #ce3635 !important
}