body {
	background-color: #19469d;
	background-image: url(../img/bg-body.png);
	background-position: 50% 20%;
	background-size: cover;
}

h1 {
	font-size: 60px;
	color: #fff;
	font-family: Myriad Pro, sans-serif;
	margin: 0px;
	text-align: center;
}

.container {
	width: 960px;
	padding-left: 0px;
	padding-right: 0px;
}

.shape {
	max-width: 100%;
	border: 1px solid #fff;
	margin: 45px auto;
	padding: 20px 20px 0px 20px;
}

#video .heading {
	background: url(../img/top-arrow.png) top left no-repeat;
	background-size: 100% 100%;
	padding: 30px 40px 30px 35px;
	font-size: 32px;
	margin-left: -34px;
	margin-bottom: 25px;
	color: #fff;
	font-family: Myriad Pro, sans-serif;
	line-height: 1.1;
	z-index: 9999;
	position: relative;
}

#video .vidBox {
	border: 5px solid #fff;
	margin-left: 30px;
	margin-right: 50px;
}

#video .vidBox iframe {
	width: 100%;
}
/**/
.form {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 15px;
	margin: 25px 20px 0 -40px;	
}

.form-heading {
	color: #fff;
	font-size: 30px;
	background: #19469d;
	text-align: center;
	font-weight: bold;
	padding: 15px 5px 13px 5px;
	border-radius: 15px 15px 0px 0px;
	font-family: Myriad Pro, sans-serif;
	margin-bottom: 25px;
	position: relative;
	text-transform: uppercase;
}

.input-group {
	display: inline-block;
	width: 100%;
	padding: 0px 13px;
}

.input-group .form-control {
	display: inline-block;
	width: 100%;
	background: #f5f5dc;
	border: none;
	color: #333;
	box-shadow: none;
	border-radius: 0px;
	margin-bottom: 5px;
	padding-left: 10px;
	font-size: 19px;
	font-weight: 500;
	font-family: Myriad Pro, sans-serif;
}

.input-group input[type="submit"].form-control {
	border: 1px solid #fff;
	border-radius: 3px;
	font-size: 30px;
	text-transform: uppercase;
	height: 50px;
	line-height: 50px;
	padding: 0px;
	background: url(../img/bg-submit.png) 94% 50% no-repeat;
	background-size: cover;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 10px 0px 10px 0px;
}

.input-group input[type="submit"].form-control:hover {
	background: none;
	background-color: #3b5ea8;
}

.input-group select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	width: 100%;
	background: #fcc86c url(../img/select-arrow.png) 94% 50% no-repeat;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	margin-bottom: 5px;
	height: 35px;
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	font-family: Myriad Pro, sans-serif;
	padding: 0px 10px;
}

#video .form-heading:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 22.5px 0 22.5px;
	border-color: #19469d transparent transparent transparent;
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin-left: -22px;
}

label {
	display: inline-block;
	width: 100%;
	/* color:#fff; */
	color: #19469d;
	font-size: 18px;
	font-weight: 400;
	font-family: Myriad Pro, sans-serif;
}

#video .form p {
	color: #19469d;
	font-size: 14px;
	text-align: center;
}

#info {
	margin-top: 80px;
}

#info .img img {
	margin-top: 30px;
	border: 2px solid #1a2855;
}

#info .row {
	background: #fff;
	color: #1a2855;
	margin-right: -20px;
	margin-left: -20px;
	padding-bottom: 30px;
}

#info a {
	color: #1a2855;
}

#info a:hover {
	color: #337ab7;
	text-decoration: none;
}

#info h4 {

	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 30px;
}

#info ul {
	list-style: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#info li {

	font-size: 15px;
	font-weight: 400;
	margin-bottom: 15px;
	padding-left: 35px;
	background: url(../img/check-black.png) 0% 50% no-repeat;
}

img {
	max-width: 100%;
}

#form-footer {
	margin: 20px auto;
}

#form-footer .form {
	margin: 0 auto;
}

/* Media Css */
@media only screen and (max-width: 767px) {
	.container {
		width: auto;
	}

	#video .form {
		margin-top: 25px;
	}

	h1 {
		font-size: 25px;
	}

	#video .heading {
		font-size: 16px;
		margin-left: -42px;
		padding: 30px;
	}

	#video .vidBox {
		margin: 0px;
	}

	#video .form {
		margin-left: 0px;
		margin-right: 0px;
	}

	#info h4 {
		color: #fff;
		font-size: 18px;
	}

	.small-text-center {
		text-align: center;
	}

	#info .img img {
		margin-left: 0px;
	}

	.shape {
		border: 0px;
		margin: 0px 15px;
	}

	#video .heading {
		background-image: url(../img/top-arrow-2.png);
		padding: 4px 0 54px 28px;
		margin-top: 20px;
	}

	#info .img img {
		margin-top: 10px;
	}

	#info {
		margin-top: 40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {
		width: 750px;
	}

	#info .img img {
		margin-left: 0px;
	}

	#video .heading {
		font-size: 22px;
	}

	#video .heading {
		margin-left: -29px;
	}

	h1 {
		font-size: 38px;
	}
}

.grecaptcha-badge{
	display: none !important;
}