/*
	Style Reset billM
*/

.template-front-page .left-col, .template-front-page .right-col {
	width: 26%;
	float: left;
	padding: 10px 20px 0 0;
	border-right: 2px dotted #54c1db;
}
.template-front-page .right-col {
	border-right: none;
	padding: 10px 20px 0 20px;
}
.template-front-page .center-col {
	width: 36%;
	float: left;
	padding: 10px 20px 0;
	border-right: 2px dotted #54c1db;
}
.template-front-page .main-navigation li {
	margin: 0 20px;
}
.template-front-page img {
	border-radius: 0;
	box-shadow: 0 0 0 #ffffff;
}
.template-front-page .callout {
	text-align: center;
}
.template-front-page .callout h2, .template-front-page .callout h3 {
	color: #bf2e1a;
	margin: 0;
	padding: 0;
	line-height: auto;
}
.template-front-page h2, .template-front-page h3 {
	color: #0b72ba;
	margin: 0;
	padding: 0;
	line-height: auto;
}
.template-front-page h1 {
	padding: 0;
	margin: 0;
	line-height: auto;
}
.template-front-page a {
	color: #bf2e1a;
}
.template-front-page a:hover {
	color: #0b72ba;
}
.template-front-page .video {
	padding-top: 10px;
}
.template-front-page .nospace {
	margin: 0;
	padding: 0;
}
.videos {
	margin: 0 auto;
	width: 100%;
}
.videos .inline-row {
	width: 100%;
	clear: both;
	padding: 10px 0;
	display: block;
}
.videos .inline-row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.videos .inline-row .span6 {
	width: 45%;
	padding-right: 30px;
	float: left;
}

/* ------------ Overwrites for interior pages ---------------- */

.site-content article {
	margin-bottom: 0;
	padding-bottom: 0;
}

footer .site-info ul.footer-list {
	list-style-type: none;
}
footer .site-info ul.footer-list li {
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
}
footer .site-info ul.footer-list li:last-child {
	padding-right: 50px;
}
footer .footer-text {
	width: auto;
	padding: 10px;
	line-height: 16px;
}
.wrapper {
	position: relative;
}
.goog-te-gadget-simple {
	position: absolute;
	right: 5px;
	border: none;
}

/* ----------- Specific styles styles ---------------- */

.document-download {
	background: url(images/document_bg.png) top left no-repeat #ffffff;
	padding-left: 34px;
	padding-top: 4px;
	min-height: 35px;
	margin: 6px 0 0 0;
}

/* ----------- Button styles ---------------- */

.btn.blue {
	background: rgb(45,125,200);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #3290c7 0%, #2983b7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3290c7), color-stop(100%,#2983b7));
	background: -webkit-linear-gradient(top, #3290c7 0%, #2983b7 100%);
	background: -o-linear-gradient(top, #3290c7 0%, #2983b7 100%);
	background: -ms-linear-gradient(top, #3290c7 0%, #2983b7 100%);
	background: linear-gradient(to bottom, #3290c7 0%, #2983b7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3290c7', endColorstr='#2983b7',GradientType=0 );
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 14px 40px;
	display: inline-block;
	border: 1px solid rgba(0,0,0,.05);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .3), inset 0px 1px 2px rgba(255,255,255,.5);
	-moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .3), inset 0px 1px 2px rgba(255,255,255,.5);
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .3), inset 0px 1px 2px rgba(255,255,255,.5);
	-webkit-text-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .3), inset 0px 1px 2px rgba(255,255,255,.5);
	-moz-text-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .3), inset 0px 1px 2px rgba(255,255,255,.5);
	text-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .3), inset 0px 1px 2px rgba(255,255,255,.5);
	color: #231f20;
	font-size: 1.4em;
	text-shadow: 0px 1px rgba(255,255,255,.5);
	text-decoration: none;
	white-space: nowrap;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
}
.btn.blue:hover {
	ackground: -moz-linear-gradient(top, #2983b7 0%, #2173a2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2983b7), color-stop(100%,#2173a2));
	background: -webkit-linear-gradient(top, #2983b7 0%, #2173a2 100%);
	background: -o-linear-gradient(top, #2983b7 0%, #2173a2 100%);
	background: -ms-linear-gradient(top, #2983b7 0%, #2173a2 100%);
	background: linear-gradient(to bottom, #2983b7 0%, #2173a2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2983b7', endColorstr='#2173a2',GradientType=0 );
	color: #ffffff;
}


.dotted-line-horizontal {
	border-top: 2px dotted #54c1db;
	height: 4px;
	width: auto;
}
.dotted-line-vertical {
	background: url(../../images/dot_bg.png) top left repeat-y;
	width: 6px;
	width: auto;
	float: left;
}

/*-------------------------------------------------------------------*\
	Media queries for small screens
\*-------------------------------------------------------------------*/

@media screen and (max-width: 480px) {

	.template-front-page .left-col, .template-front-page .right-col, .template-front-page .center-col {
		width: 100%;
		float: left;
		padding: 10px 20px 0 0;
		border: none;
		clear: both;
	}
	#rotator {
		display: none;
	}
	.template-front-page .site-header {
		height: auto;
	}
	.template-front-page #home-logo {
		position: relative;
		width: 100%;
		text-align: center;
		left: auto;
	}
	.template-front-page #home-logo img {
		width: 300px;
	}
	.template-front-page .main-navigation {
		text-align: right;
		padding: 0 20px 0 0;
	}
	.template-front-page h3 {
		font-size: 20px;
		font-family: 'Helvetica Neue', Helvetica, sans-serif;
	}
	.menu-toggle {
		padding: 10px;
	}
	.template-front-page .main-navigation li {
		margin: 0;
		font-size: 16px;
		font-family: 'Helvetica Neue', Helvetica, sans-serif;
		padding: 2px 16px;
		background: rgba(255,255,255,.8);
		border-bottom: 1px solid #cccccc;
	}
	.template-front-page .home-header, .template-front-page .home-header img {
		width: 100%;
	}
	footer .site-info ul.footer-list li {
		display: block;
		text-align: center;
		padding: 10px 0;
	}


}