@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,500,700&display=swap');

body {
	font-size: 0.9rem;
	line-height: 1.4;
	background-color: #053d72;
	background: url("../img/background.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover
}

.logo-box {
	text-align: center;
}

.logo-box img {
	max-width: 150px;
}

.main-container {
	background-color: rgba(250, 250, 250,0.9);
	position:relative; 
}

.main-container-p2 {
	background-color: rgba(250, 250, 250,0);
	position:relative; 
}

.header-row {
	background-color: #2785e9;
	padding: 20px;
}

.quote-row {
	padding: 5px 30px;
}

.content-row {
	font-size: 16px;
	padding-top: 30px;
}

.content-header {
	font-size: 24px;
	font-weight: bold;
}

blockquote {
	display: block;
	font-family: 'Playfair Display', serif;
	font-size: 17px;
	padding: 1.5em 0 0.5em;
	margin: 15px 0 5px 0;
	position: relative;
}

blockquote:before {
	content: '\201C';
	position: absolute;
	top: 0em;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 3rem;
	height: 2rem;
	font: 6em/1.08em 'PT Sans', sans-serif;
	color: #666;
	text-align: center;
}

blockquote:after {
	content: "\2013 \2003" attr(cite);
	display: block;
	text-align: right;
	font-size: 0.875em;
	color: #888;
}

.slogan {
	padding-top: 5px; 
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	color: #FFF;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

ul {
	margin-top: 15px;
	margin-bottom: 5px;
}

ul li {
	list-style: none;
	font-family: 'Oswald', sans-serif;
    font-weight: 500;
	font-size: 17px;
	padding-bottom: 5px;
}

ul li span{
	font-family: 'Oswald', sans-serif;
    font-weight: 300;
	font-size: 18px;
	padding-left: 25px;
	display: block;
}

ul li:before {    
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: "\f00c";
    margin:0 5px 0 -15px;
}

.thankyou-container {
	background-color: rgba(250, 250, 250,0.9);
}

h1{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	color: #297d95;
}

h2 {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 300;
	line-height: 30px;
	padding-bottom: 25px;
}


h3 {
	font-family: 'Oswald', sans-serif;
    font-size: 25px;
    font-weight: 300;
	margin-top: 75px;
	color: #FFF;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
	max-width: 350px;
}

.p2h1 {
	margin-top: 25px;
	font-size: 20px;
	color: #FFF;
	text-shadow: 3px 3px #000;
}

.content-container {
	padding-left: 0px;
}

.form-container {
	width: 100%;
	padding-top: 10px;
	z-index: 10;
}

.form-header {
    color: #000;
	background-color: #89bdf7;
    padding-top: 15px;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;
	line-height: 20px;
	margin-bottom: 10px;
}

.form-header span {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 300;
	display: block;
	padding-top: 5px;
	padding-bottom: 10px;
}

.form-box {
	border-radius: 25px;
	background-color: rgba(255, 255, 255, 0.9);
	overflow: hidden;
	width: 100%;
	border: 3px solid #FFF;
}

.entry-form {
	width: 100%;
	padding: 0px 15px 0px 15px;
}

.form-group {
    margin-bottom: 0.5rem;
}

.form-group-p2 {
    margin-bottom: 0rem !important;
}

.control-label {
    margin-bottom: 3px;
    font-size: 12px;
    padding-left: 5px;
}

.submit-btn {
	color: #fff;
	background-color: #d6681e;
	background-image: linear-gradient(#fc3030, #c00a0a);
	border: 2px solid #a3490d;
	font-family: 'Oswald', sans-serif;
    font-size: 22px;
	line-height: 30px;
    font-weight: 700;
	text-shadow: 0px 0px 3px #000;
	margin-bottom: 15px;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.label-error {
    color: #FF0000;
    font-weight: bold;
}

.form-control-error {
    border: 1px solid #FF0000 !important;
}

.disclaimer {
	font-size: 10px;
	line-height: 11px;
	margin-bottom: 20px;
}

.disclaimer a{
	color:#000;
	font-weight: 600;
}

.copyright-container {
	text-align: center;
	font-size: 11px;
	color: #000;
	background-image: linear-gradient(rgba(250, 250, 250,0.9), rgba(250, 250, 250,0));
	padding-top: 30px;
	padding-bottom: 50px;
}

.copyright-container a {
	text-decoration: underline;
	color: #000;
}

.copyright-container a:hover {
	color: #555;
}

.copyright-container-p2 {
	text-align: center;
	font-size: 11px;
	color: #FFF;
	padding: 30px 0 50px;
}

.copyright-container-p2 a {
	text-decoration: underline;
	color: #FFF;
}

.copyright-container-p2 a:hover {
	color: #AAA;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ccc !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ccc !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ccc !important;
}

@media (min-width: 576px){
	
	.main-container {
		margin-top: 35px;
	}
	
	.thankyou-container {
		margin-top: 35px;
	}
	
	.header-row {
		border-top-left-radius: 45px;
		border-top-right-radius: 45px;
		border: 2px solid #FFF;
	}

	.main-container {
		border-top-left-radius: 45px;
		border-top-right-radius: 45px;
	}
	
}

@media (min-width: 768px){
	
	h1{
		font-size: 25px;
	}
	
	.p2h1 {
		font-size: 30px;
	}
	
	.quote-row {
		padding: 5px 250px;
	}
	
	.logo-box img {
		max-width: 175px;
	}
	
	.form-header {
    	font-size: 26px;
		line-height: 26px;
	}
	
	.entry-form {
		padding: 0px 30px 0px 30px;
	}
	
}

@media (min-width: 992px){
	
	h1 {
		text-align: left;
		padding-top: 30px;
	}
	
	.p2h1 {
		margin-top: 75px;
	}
	
	.logo-box {
		text-align: left;
	}
	
	.logo-box img {
		max-width: 210px;
	}
	
	.content-row {
		padding: 30px 50px;
	}
	
	ul {
		margin-top: 35px;
	}
	
	ul li {
		font-size: 20px;
		padding-bottom: 20px;
	}
	
	.form-header {
    	padding-top: 26px;
    	font-size: 25px;
    	line-height: 25px;
    	margin-bottom: 15px;
	}
	
	.form-header span {
    	font-size: 20px;
		padding-bottom: 20px;
	}
		
	.form-container {
		margin-top: 0px;
		position: relative;
	}
	
	.content-container {
		margin-top: 20px;
		padding-left: 25px;
	}
	
}

@media (min-width: 1200px){
	
	.main-container {
		min-height: 750px;
	}
		
	.content-container {
		padding-left: 50px;
	}
	
	.form-box {
		width: 90%;
		margin-right: 10%;
	}

}