@import url('https://fonts.googleapis.com/css?family=Oswald:300,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Ultra&display=swap');

body {
	font-size: 0.9rem;
	line-height: 1.4;
	background-color: #0051b2;
	background: url("../img/background-sm.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover
}

.bullet-row {
	position: absolute;
	margin: 250px 0 0 45px;
	background-color: rgba(255, 255, 255, 0.75);
}

.bullet-row ul {
	margin-top: 15px!important;
	padding-left: 25px;
}

.bullet-row ul li {
	width: 500px;
	padding-right: 150px;
}

.quote-row {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #FFF;
	margin-top: 10px;
	text-shadow: 0 0 3px #000;
}

.quote-row p {
	margin-bottom: 8px;
}

.qa-row {
	margin-top: 20px;
	font-family: 'Ultra', serif;
	font-size: 30px;
	text-align: center;
	color: #db6f26;
	text-shadow:
   		-2px -2px 0 #FFF,  
    	2px -2px 0 #FFF,
    	-2px 2px 0 #FFF,
     	2px 2px 0 #FFF;
}

.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: 500;
	font-size: 15px;
	padding-left: 25px;
	display: block;
	color: #555;
}

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: 'Ultra', serif;
	font-size: 30px;
	text-align: center;
	color: #07317d;
	text-shadow:
   		-1px -1px 0 #FFF,  
    	1px -1px 0 #FFF,
    	-1px 1px 0 #FFF,
     	1px 1px 0 #FFF;
}

h1 span {
	font-size: 15px;
	display: inline-block;
}

h2 {
    color: #709426;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    font-weight: 700;
	line-height: 28px;
	margin-top: 20px;
	text-shadow:
   		-2px -2px 0 #FFF,  
    	2px -2px 0 #FFF,
    	-2px 2px 0 #FFF,
     	2px 2px 0 #FFF;
	text-align: center;
}

h3 {
	font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 500;
	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;
}

h4 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-shadow: 
   		-1px -1px 0 #555,  
    	1px -1px 0 #555,
    	-1px 1px 0 #555,
     	1px 1px 0 #555;
	color: #FFF;
	padding-top: 15px;
	text-align: center;
}

.p2h1 {
	margin-top: 25px;
	font-size: 20px;
	color: #07317d;
	text-shadow:
   		-1px -1px 0 #FFF,  
    	1px -1px 0 #FFF,
    	-1px 1px 0 #FFF,
     	1px 1px 0 #FFF;
}

.p2h1sub {
	margin-top: 25px;
	font-size: 22px;
	color: #07317d;
	text-shadow:
   		-1px -1px 0 #FFF,  
    	1px -1px 0 #FFF,
    	-1px 1px 0 #FFF,
     	1px 1px 0 #FFF;
}

.content-container {
	padding-left: 0px;
}

.form-container {
	width: 100%;
	padding-top: 10px;
	z-index: 10;
}

.form-header {
    color: #000;
    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;
}

.p2form-header {
    color: #000;
    padding-top: 15px;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;
	line-height: 20px;
	margin-bottom: 10px;
}

.p2form-header span {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 300;
	display: block;
	padding-top: 5px;
	padding-bottom: 10px;
}

.form-box {
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	overflow: hidden;
	width: 100%;
}

.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;
	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: #000;
	padding: 30px 0 50px;
}

.copyright-container-p2 a {
	text-decoration: underline;
	color: #000;
}

.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;
	}
	
}

@media (min-width: 768px){
	
	h1{
		line-height: 30px;
		text-shadow:
   			-2px -2px 0 #FFF,  
    		2px -2px 0 #FFF,
    		-2px 2px 0 #FFF,
     		2px 2px 0 #FFF;
	}
	
	h1 span {
		font-size: 30px;
	}
	
	.p2h1 {
		font-size: 30px;
	}
	
	.quote-row {
		font-size: 18px;
	}
	
	.logo-box img {
		max-width: 175px;
	}
	
	.form-header {
    	font-size: 26px;
		line-height: 26px;
	}
	
	.p2form-header {
    	font-size: 26px;
		line-height: 26px;
	}
	
	.entry-form {
		padding: 0px 30px 0px 30px;
	}
	
}

@media (min-width: 992px){
	
	body {
		font-size: 0.9rem;
		line-height: 1.4;
		background-color: #0051b2;
		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
	}
	
	h1 {
		font-size: 45px;
		line-height: 30px;
		text-align: left;
		padding-top: 30px;
	}
	
	h2 {
		text-align: left;
		padding-bottom: 25px;
		margin-top: 40px;
	}
	
	.p2h1 {
		margin-top: 75px;
	}
	
	.logo-box {
		text-align: left;
	}
	
	.logo-box img {
		max-width: 210px;
	}
	
	.quote-row {
		color: #07317d;
		text-shadow: 0 0 5px #FFFFFF;
	}
	
	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;
	}
	
	.p2form-header {
    	padding-top: 15px;
    	font-size: 20px;
    	line-height: 25px;
    	margin-bottom: 0px;
	}
	
	.p2form-header span {
    	font-size: 16px;
		padding-bottom: 15px;
	}
		
	.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%;
	}
	
	.bullet-row ul li {
		padding-right: 50px;
	}

}