/* responsive video on landing pages */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* gradient button styles for quotes and newsletter sign ups on landing pages */

.newsletter_signup {
	border: 1px solid #7d99ca;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	background-color: #2a90d9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2a90d9), to(#1867a9));
	background-image: -webkit-linear-gradient(top, #2a90d9, #1867a9);
	background-image: -moz-linear-gradient(top, #2a90d9, #1867a9);
	background-image: -ms-linear-gradient(top, #2a90d9, #1867a9);
	background-image: -o-linear-gradient(top, #2a90d9, #1867a9);
	background-image: linear-gradient(to bottom, #2a90d9, #1867a9);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#2a90d9, endColorstr=#1867a9);
}
.newsletter_signup:hover {
	border: 1px solid #5d7fbc;
	background-color: #5d9fc9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5d9fc9), to(#457ea7));
	background-image: -webkit-linear-gradient(top, #5d9fc9, #457ea7);
	background-image: -moz-linear-gradient(top, #5d9fc9, #457ea7);
	background-image: -ms-linear-gradient(top, #5d9fc9, #457ea7);
	background-image: -o-linear-gradient(top, #5d9fc9, #457ea7);
	background-image: linear-gradient(to bottom, #5d9fc9, #457ea7);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#5d9fc9, endColorstr=#457ea7);
}
.quotes_signup {
	border: 1px solid #7d99ca;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	background-color: #bb130e;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bb130e), to(#740704));
	background-image: -webkit-linear-gradient(top, #bb130e, #740704);
	background-image: -moz-linear-gradient(top, #bb130e, #740704);
	background-image: -ms-linear-gradient(top, #bb130e, #740704);
	background-image: -o-linear-gradient(top, #bb130e, #740704);
	background-image: linear-gradient(to bottom, #bb130e, #740704);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#bb130e, endColorstr=#740704);
}
.quotes_signup:hover {
	border: 1px solid #5d7fbc;
	background-color: #b0413d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b0413d), to(#7c2927));
	background-image: -webkit-linear-gradient(top, #b0413d, #7c2927);
	background-image: -moz-linear-gradient(top, #b0413d, #7c2927);
	background-image: -ms-linear-gradient(top, #b0413d, #7c2927);
	background-image: -o-linear-gradient(top, #b0413d, #7c2927);
	background-image: linear-gradient(to bottom, #b0413d, #7c2927);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#b0413d, endColorstr=#7c2927);
}
.buy_the_book {

	border: 1px solid #cb9b14;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	background-color: #eab92d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eab92d), to(#c79810));
	background-image: -webkit-linear-gradient(top, #eab92d, #c79810);
	background-image: -moz-linear-gradient(top, #eab92d, #c79810);
	background-image: -ms-linear-gradient(top, #eab92d, #c79810);
	background-image: -o-linear-gradient(top, #eab92d, #c79810);
	background-image: linear-gradient(to bottom, #eab92d, #c79810);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#eab92d, endColorstr=#c79810);
}
.buy_the_book:hover {
	border: 1px solid #a17b10;
	background-color: #cf9f15;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cf9f15), to(#98740c));
	background-image: -webkit-linear-gradient(top, #cf9f15, #98740c);
	background-image: -moz-linear-gradient(top, #cf9f15, #98740c);
	background-image: -ms-linear-gradient(top, #cf9f15, #98740c);
	background-image: -o-linear-gradient(top, #cf9f15, #98740c);
	background-image: linear-gradient(to bottom, #cf9f15, #98740c);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#cf9f15, endColorstr=#98740c);
}
.signup A:link {
	text-decoration: none;
	color: white;
}
.signup A:visited {
	text-decoration: none;
	color: white;
}
.signup A:active {
	text-decoration: none;
	color: white;
}
.signup A:hover {
	text-decoration: none;
	color: white;
}