*,p,li,a,blockquote {
	font-family: 'Raleway', sans-serif;
	font-weight:400;
}
h1,h2 {
	font-family: 'Raleway', sans-serif;
	font-weight:700;	
}
h3,h4,h5,h6 {
	font-family: 'Raleway', sans-serif;
	font-weight:600;
}
.home_panels {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin:30px 0px;
	padding:0 15px;
}
.home_panels .home_panel {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding:0 15px;
}
.home_panels .home_panel img {
	width:100%;
	max-width:100%;
	height:auto;
}
.home_panels .home_panel h3 {
    font-size: 18px;
    margin-top:15px;
    margin-bottom:7.5px;
}
.home_panels .home_panel p {
    font-size: 13px;
    margin-top:0;
    margin-bottom:0;
}
span.wpcf7-list-item {
	margin-left:0;
}
span.wpcf7-list-item input {
	margin-left:0;
}
.cc-banner .cc-message {
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
.cc-btn.cc-dismiss {
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;	
}
#footer {
	height: auto;
	display: inline-block;
	width: 100%;
	background-color:#fff;
	border-top: 1px solid #646866;
}
@media(max-width: 767.98px) {
	body, tr, td, table, div, input, textarea, div, p, span {
		line-height:1.2;
		font-size: 16px !important;
	}
	.course-section {
		padding:0 15px;
	}
}