/*
 * Homepage
 *
*/

h1, h2, h3, h4, h5, h6 {
	font-family: arial, san-serif;
	margin-bottom: 20px;
}
h1, .h1 { font-size: 36px; line-height: 1; font-weight: 700; }
h2, .h2 { font-size: 28px; line-height: 1; font-weight: 600; }
h3, .h3 { font-size: 24px; line-height: 1; font-weight: 600; }
h4, .h4 { font-size: 20px; line-height: 1; font-weight: 600; }
h5, .h5 { font-size: 18px; line-height: 1; font-weight: 600; }
h6, .h6 { font-size: 16px; line-height: 1; font-weight: 600; }

.h1.with-margin,
.h2.with-margin,
.h3.with-margin,
.h4.with-margin,
.h5.with-margin,
.h6.with-margin {
	margin-bottom: 20px;
}

a { 
	color: #333;
}

a:hover { 
	color: #666;
}

.hero-banner { padding: 150px 0; }
.hero-banner .overlay { background: rgba(0,0,0,.5); }

.content-panel {
	border-bottom: 1px solid #ccc;
}

.content-panel {
	padding: 60px 0;
}

.content-panel .content-panel-inner .left-panel {
	padding-right: 20px;
}

.content-panel .content-panel-inner .right-panel {
	padding-left: 20px;
}

.content-panel.even .content-panel-inner .left-panel {
	padding-right: 0;
	padding-left: 20px;
	order: 2;
}

.content-panel.even .content-panel-inner .right-panel {
	padding-right: 20px;
	padding-left: 0;
	order: 1;
}

@media (max-width: 1024px) {
	.hero-banner {
		padding: 100px 0;
	}

	.content-panel {
		padding: 40px 0;
	}
	
	.content-panel .content-panel-inner .left-panel,
	.content-panel .content-panel-inner .right-panel {
		padding-left: 0;
		padding-right: 0;
		max-width: 800px;
	}
	
	.content-panel .content-panel-inner .left-panel {
		padding-bottom: 20px;
		text-align: center;
	}

	.content-panel.even .content-panel-inner .left-panel {
		padding-right: 0;
		padding-left: 0;
		order: 1;
	}

	.content-panel.even .content-panel-inner .right-panel {
		padding-right: 0;
		padding-left: 0;
		order: 2;
	}
}

@media (max-width: 500px) {
	.hero-banner {
		padding: 50px 0;
	}

	.content-panel .content-panel-inner .panel-image {
		display: none;
	}
}










