body {
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	min-width: 320px;
	overflow-x: hidden;
	color: #777;
	background-color: #fcfdfe;
}

.header {
	padding-top: 20px;
	color: #fff;
	background: url('../images/bannerbg.jpg') no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-clip-path: polygon(100% 0, 100% 98%, 50% 100%, 0 98%, 0 0);
	clip-path: polygon(100% 0, 100% 98%, 50% 100%, 0 98%, 0 0);
}

.logo {
	display: inline-block;
}

.header h1, .header h2, .header h3 {
	font-weight: 700;
}

.header .infograph {
	margin-top: 50px;
	margin-bottom: 30px;
}

.infograph h3 {
	font-size: 20px;
}

.infograph .table>tbody>tr>td {
	border-color: transparent;
	vertical-align: middle;
	padding: 15px 15px 15px 0;
}

.btn-action {
	padding: 12px 25px;
	border-radius: 20px;
	font-size: 18px;
	color: #fff;
	-webkit-box-shadow: 0 0 13px rgba(0,0,0, .2);
	-moz-box-shadow: 0 0 13px rgba(0,0,0, .2);
	box-shadow: 0 0 13px rgba(0,0,0, .2);
}
.btn-action:hover, .btn-action:focus {
	color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.btn-wrap {
	display: inline-block;
	padding: 10px 30px;
	border-radius: 40px;
	background-color: #e8e8e8;
	-webkit-box-shadow: inset 3px 2px 4px rgba(0,0,0, .14);
	-moz-box-shadow: inset 3px 2px 4px rgba(0,0,0, .14);
	box-shadow: inset 3px 2px 4px rgba(0,0,0, .14);
}
.gradient-orange {
	background: #febf00;
	background: -moz-linear-gradient(top, #febf00 0%, #fc6500 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #febf00), color-stop(100%, #fc6500));
	background: -webkit-linear-gradient(top, #febf00 0%, #fc6500 100%);
	background: -o-linear-gradient(top, #febf00 0%, #fc6500 100%);
	background: -ms-linear-gradient(top, #febf00 0%, #fc6500 100%);
	background: linear-gradient(to bottom, #febf00 0%, #fc6500 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf00', endColorstr='#fc6500', GradientType=0 );
}

.gradient-orange:hover, .gradient-orange:focus {
	background: #fc6500;
}

.text-action {
	background: url('../images/text-action.png') no-repeat center top;
	background-size: 100% 100%;
	padding-top: 20px;
}
.text-action h2 {
	margin-bottom: 25px;
}

.header .text-action {
	padding-bottom: 60px;
}

.video-group {
	padding-top: 80px;
	padding-bottom: 70px;
}

.video-group h2 {
	color: #537490;
	font-weight: 600;
	margin-bottom: 40px;
}
.video-box {
	margin-top: 30px;
}

.learn-more {
	padding-top: 70px;
	padding-bottom: 20px;
	color: #fff;
	background: url('../images/learnmorebg.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-clip-path: polygon(50% 4%, 100% 0, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(50% 4%, 100% 0, 100% 100%, 0 100%, 0 0);
}

.learn-more h2 {
	font-weight: 700;
	line-height: 1.2em;
}

.learn-more .text-action {
	padding-bottom: 100px;
}

.fb-link {
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
}
.fb-link:hover, .fb-link:focus {
	color: #fff;
}

.footer {
	padding: 12px 0 13px;
	background-color: #383838;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.footer a {
	color: #fff;
}

.footer-bottom ul {
	margin-top: 5px;
	margin-bottom: 0;
	list-style: none;
	padding-left: 0;
}

.footer-bottom ul > li {
	display: inline-block;
	line-height: 1em;
}

.footer-bottom ul > li + li {
	border-left: 1px dotted #fff;
}

.footer-bottom ul > li > a {
	padding: 0 5px;
	font-size: 14px;
}

.modal-capture .modal-content{
	padding: 2px;
}
.modal-capture .modal-content,
.modal-capture .modal-header,
.modal-capture .modal-footer {
	border-color: transparent;
}
.modal-capture .modal-content h4 {
	padding-top: 10px;
	font-size: 16px;
}
.modal-capture .modal-content form {
	border: 1px dashed #a2a2a2;
	border-radius: 10px;
}

.modal-capture .form-control {
	height: 46px;
	font-size: 18px;
	background-color: #ddd;
	border-radius: 10px;
	border-color: transparent;
}
.modal-capture .modal-header {
	padding-bottom: 0;
}
.modal-capture .modal-footer {
	padding-top: 0;
}
.modal-capture .btn {
	padding: 7px 15px;
	border-radius: 10px;
	font-size: 24px;
	color: #fff;
}
.gradient-gray {
	background: #dfdfdf;
	background: -moz-linear-gradient(top, #dfdfdf 0%, #f0f0f0 52%, #d7d7d7 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #dfdfdf), color-stop(52%, #f0f0f0), color-stop(100%, #d7d7d7));
	background: -webkit-linear-gradient(top, #dfdfdf 0%, #f0f0f0 52%, #d7d7d7 100%);
	background: -o-linear-gradient(top, #dfdfdf 0%, #f0f0f0 52%, #d7d7d7 100%);
	background: -ms-linear-gradient(top, #dfdfdf 0%, #f0f0f0 52%, #d7d7d7 100%);
	background: linear-gradient(to bottom, #dfdfdf 0%, #f0f0f0 52%, #d7d7d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#d7d7d7', GradientType=0 );
}
@media only screen and (min-width: 768px) {
	.header {
		padding-top: 60px;
		-webkit-clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
		clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
	}
	h1 {
		font-size: 40px;
	}
	.btn-action {
		font-size: 24px;
		min-width: 300px;
	}
	.learn-more {
		padding-top: 170px;
		-webkit-clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
		clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
	}
	.learn-more h2 {
		font-size: 36px;
	}
	.modal-capture .modal-dialog {
    max-width: 420px;
  }
}