.landing_hold h1 {
	color: #36b2ff;
	text-transform: uppercase;
	position: relative;
	font-size: 18px;
}

.landing_hold h2 {
	font-size: 14px;
}

.landing_hold h3 {
	font-size: 14px;
	color: #36b2ff;
}

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

.landing_hold .tight {
	margin-right: 10%;
	margin-left: 10%;
}

.landing_hold .hyphen {
	height: 2px;
	width: 60px;
	background-color: #36b2ff;
	margin-left: calc(50% - 30px);
	margin-top: 30px;
    margin-bottom: 30px;
}

.landing_hold .signup_box .title {
	font-size: 16px;
	text-align: center;
}

.landing_hold .signup_box p {
	margin-bottom: 5px;
}

.landing_hold .signup_box .button {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-image: url(../img/landing/signup_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 43px;
	width: 232px;
	text-decoration: none;
	display: block;
	line-height: 42px;
	margin-left: calc(50% - 116px);
}

.landing_hold .signup_box .subtext {
	font-size: 12px;
	text-align: center;
}

.landing_hold .space_big {
	display: block;
	height: 80px;
	width: 100%;
}

.landing_hold .space_small {
	display: block;
	height: 20px;
	width: 100%;
}

.landing_hold .text_box {
	background-image: url(../img/landing/landing_bg_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 90%;
	border: 1px solid #888888;
	margin-right: 5%;
	margin-left: 5%;
	background-color: #cbcbcd;
}

.landing_hold .padding {
	padding: 50px;
}

.landing_hold .text_box p {
	font-size: 13px;
	font-weight: bold;
}

.landing_hold .youtube {
	position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
	padding-bottom: 45%;
}

.landing_hold .youtube iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.landing_hold .list_box {
	margin-right: 5%;
	margin-left: 5%;
}

.landing_hold ul {
	list-style-image: none;
	list-style-type: none;
}

.landing_hold ul li {
	font-size: 14px;
	/*font-style: italic;*/
	list-style-image: none;
	list-style-type: none;
	font-weight: normal;
	background-image: url(../img/landing/check.png);
	background-position: left top;
	margin-bottom: 20px;
}


@media screen and (min-width: 1200px) {
	
	.landing_hold h1 {
		font-size: 24px;
	}
	
	.landing_hold h2 {
		font-size: 19px;
	}
	
	.landing_hold h3 {
		font-size: 19px;
	}
	
	.landing_hold .tight {
		margin-right: 20%;
		margin-left: 20%;
	}
	
	.landing_hold .signup_box .title {
		font-size: 18px;
	}
	
	.landing_hold .text_box p {
		font-size: 14px;
	}
	
	.landing_hold .youtube {
		padding-bottom: 33.75%;
	}
	
	.landing_hold .list_box {
		margin-right: 10%;
		margin-left: 10%;
	}
	
	.landing_hold ul li {
		font-size: 18px;
	}
	 
}