.section { padding: 50px; }
.section h1 { margin: 0 0 20px; color:#96110d; font-size: 2.5em; }
.section h2 { margin: 0 0 20px; color:#333; font-size:1.8em; }
.section h3 { margin: 0 0 10px; color:#333; font-size:1.1em; }
.section h3 a { text-decoration:none; }
.section .section-content { max-width: 800px; margin: 0 auto;  }
.section .section-content p { line-height:150%; font-size:1.1em; }
.section .col { margin-left: 20px; }
.section .col:nth-child(1) { margin-left:0px; }

.section-2 { padding:50px 50px 80px; /*background: #66b3ff;*/ background: #ffe680; border-top:1px solid #98a7cd; border-bottom:1px solid #98a7cd }
.section-2 h2 { color:#52492d; }
.section-2 form {
	display: -ms-flexbox; display: -webkit-flex; display: flex;
	border-radius:30px;
	border:1px solid #dedede;
	background: #fff;
	padding: 15px; margin: 20px auto;
	width: 600px;
	box-shadow: 0 2px 24px 0 rgba(0,0,0,.24);
}
.section-2 form div { flex:1; }
.section-2 form input { 
	width:100%; height:100%; border:0px; font-size: 1.3em; color:#666; font-weight:bold;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}
.section-2 form input:focus {
    outline-width: 0;
	outline: none;
}
.section-2 form svg { flex:0 0 35px; width: 35px; height:35px; cursor:pointer; fill: #ffc266; }
.section-2 .message { font-size:.8em; color:red; margin-top:-38px;  }

.section-3 .section-content { max-width: auto;  }
.section-3 .flexbox { margin: 30px auto; -webkit-justify-content: center; justify-content:center; }
.section-3 h3 a { font-weight:bold; }
.section-3 .col .image { width: 300px; height:225px; overflow:hidden; }
.section-3 .col .image img { width:100%; }
.section-3 .col .copyright { text-align:center; font-size: 9px; }

@media (max-width: 900px) {
	
	.full-width-slider { display:none; }

	.section-2 { padding: 50px 20px 80px; }
	.section-2 form {
		width: 90%;
	}

	.section-3 .flexbox { -webkit-flex-wrap: wrap; flex-wrap: wrap; }
	.section-3 .col { margin: 0 0 20px; }

}

@media (max-width: 1199px) {

	.section h1 { font-size: 2.1em; }

}