/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.pricingTable {
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: none repeat scroll 0 0 #FFF;
	width: 700px;
	padding: 10px 15px;
	border: 1px solid #CFC9C0;
	border-radius: 4px;
	-moz-box-sizing: border-box;
}

.pricingTable tr {
	padding-top: 10px;
}

.pricingTable td {
	padding: 5px 5px 5px 0;
}

.pricingTable .pricingTableContent {
	border-top: 1px solid #EEE;
}

.pricingTable .pricingTableHeader {
	color: #999;
	border-bottom: 1px solid #CFC9C0;
}

.pricingTable .pricingTableDescription {
	width: 450px;
}

.pricingTable .pricingTableNumber {
	width: 150px;
	text-align: center;
}

.pricingTable .pricingTablePrice {
	width: 100px;
	text-align: right;
}

.pricingTableNote {
	color: #BA0812;
}

.largerFontSize P, TD {
	font-size: 14px;
	line-height: 22px;
}

.largerFontSize {
	font-size: 14px;
	line-height: 22px;
}

.fadeSeparator:before {
	content: " ";
	position: absolute;
	left: 0;
	top: -2px;
	width: 100%;
	height: 1px;
	border-top: 1px solid #B7BBC0;
}

.fadeSeparator {
	font-size: 14px !important;
	line-height: 18px !important;
	border-top: 1px solid #F1F2F5;
	background: #C5CACF;
	background: linear-gradient(to bottom,#C8CDD2 0%,#D9DEE4 100px);
	background: -moz-linear-gradient(top,#C8CDD2 0%,#D9DEE4 100px);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#C8CDD2),color-stop(100px,#D9DEE4));
	background: -webkit-linear-gradient(top,#C8CDD2 0%,#D9DEE4 100px);
	background: -o-linear-gradient(top,#C8CDD2 0%,#D9DEE4 100px);
	background: -ms-linear-gradient(top,#C8CDD2 0%,#D9DEE4 100px);
	border-top: 1px solid #FFF;
	margin: 0 9px 10px 0;
	padding: 30px 27px 27px;
	position: relative;
}

.fadeSeparator table {
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 0 solid #FFF;
}

.fadeSeparator td {
	vertical-align: top;
}

#B_sticky_menu .header-holder.tt-logo-center .logo img {
	height: 50px;
}

#horizontal_nav {
	display: none;
}

.mailing_list_input input {
	border: 1px solid rgba(255,255,255,0.15);
	background: rgba(255,255,255,0.2);
	color: #222;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
	font-size: 12px !important;
	width: 98% !important;
	padding: 10px !important;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.mailing_list_input input:focus {
	background: rgba(255,255,255,0.45);
	border: 1px solid rgba(255,255,255,0.35);
}

.mailing_list_form .gfield_required {
	color: #FFFFFF !important;
}

.mailing_list_form input.button {
	border: 0;
	color: #5E5E5E;
	cursor: pointer;
	display: block;
	font-size: 11px !important;
	font-weight: bold;
	letter-spacing: .8px;
	margin: 0;
	padding: 8px 10px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	text-transform: uppercase;
	width: auto;
	background-color: #FDFDFD;
	background-image: linear-gradient(to bottom,#FDFDFD,#9C9C9C);
/* required first in the list for IE11 */
	background-image: -webkit-gradient(linear,left top,left bottom,from(#FDFDFD),to(#9C9C9C));
	background-image: -webkit-linear-gradient(top,#FDFDFD,#9C9C9C);
	background-image: -moz-linear-gradient(top,#FDFDFD,#9C9C9C);
	background-image: -webkit-linear-gradient(top,#FDFDFD,#9C9C9C);
	background-image: -o-linear-gradient(top,#FDFDFD,#9C9C9C);
	background-image: ms-linear-gradient(to bottom,#FDFDFD,#9C9C9C);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FDFDFD',endColorstr='#9C9C9C');
}

.gform_wrapper div.validation_error {
	color: #FFF !important;
}

.gform_wrapper li.gfield.gfield_error {
	background-color: rgba(210,0,0,1) !important;
	border: 0 !important;
}

.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .validation_message {
	color: #FFF !important;
}

.gform_wrapper .top_label .gfield_error input {
	width: 92% !important;
}

.accordion .opener strong {
	font-weight: bold;
	font-size: 14px;
}

.shadow_img_frame .img-preload {
	background: none !important;
}

#main .tt-blog-featured img {
	width: auto !important;
	height: auto !important;
	text-align: center !important;
	padding: 3px;
	border: 2px solid #021a40;
	background-color: #FFF;
}

.shadow_img_frame.tt-blog-featured {
	background-position: 0 -700px;
}

#contact-form-response-hider blockquote {
	display: none !important;
}

.post_footer {
	display: none !important;
}

tr.schedule_header th {
	padding-top: 30px !important;
}