/************** PRESETS ************/

.blue {
	color: #224194 !important;
}

.maroon {
	color: #B3243E !important;
}

.red {
	color: red;
}

.white {
	color: #fff;
}

.gray {
	color: gray;
}

.yellow {
	color: yellow;
}

.raleway {
	font-family: 'Raleway', sans-serif;
}

.green {
	color: #76EE00 !important;
}

html, body {

	margin: 0 !important;
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 360px;
	padding-right: 0 !important;
}

.inner {
	position: relative;
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 25px;
	
}

.carousel-inner {
	background-color: rgba(0,0,0,.69);
	border-radius: 5px;
	padding-bottom: 15px;
}

.sm-indent {
	padding-left: 10px;
}

.indent {
	padding-left: 25px;
}

.divider-line {
	width: 100%;
	height: 1px;
	background-color: #ddd;
}

.shadowed {
	text-shadow: 1px 1px 1px #000, -1px -1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
}

.light-shadowed {
	text-shadow: 1px 1px 1px #ddd, -1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd;
}

/************** PAGE PARTS ***************/

.carousel-container, .principal-banner {
	display: table;
	position: relative;
	width: 100%;
	height: 40%;
	min-height: 250px;

}


.carousel {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}


.carousel img {
	position: absolute;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: -1;
}

/*

.carousel-banner-img img {
	float: right;
	top: 25px;
	width: 45%;
	height: auto;
	margin: 1% 0;
}

*/

.carousel-tag {
	display: table-cell;
	vertical-align: middle;
	z-index: 10;
}

.carousel-tag h2 {
	font-size: 1.5em;
}

/*
.carousel-tag img {
	display: block;
}
*/

.headline {
	position: relative;
	width: 100%; 
	padding: 50px 0;
	background-color: #fff;	
	border-bottom: 1px solid #ddd;	
}



.headline p, .headline p.lead {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.bordered {
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}

.content {
	padding: 40px 0;
}

.blue-stripes {
	background: url("/_assets/img/blue-stripes.jpg");
}

.blueprint {
	background: url("/_assets/img/gear-blueprint-blue.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.gray-stripes {
	padding: 40px 20px;
	background: url("/_assets/img/gray-stripes.jpg");
}


/************* end PRESETS ***********/

/*************** HEADER ****************/

header {
	width: 100%;
	background-color: rgba(255,255,255,.69);
	border-bottom: 1px solid #ddd;
}

.header-container {
	position: relative;
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
}

.logo-container {
	position: relative;
	width: 95%;
	min-width: 275px;
	max-width: 475px;
	margin: auto;
}

.logo {
	position: relative;
	display: block;
	width: 95%;
	text-align: left;
	min-width: 250px;
	max-width: 450px;
}

.logo:hover, .logo:active {
	text-decoration: none;
}

.logo img {
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: -20px;
}

.logo-tag {
	text-align: right;
	margin-top: 5px;
	font-size: 12px;	
	font-style: italic;
}

#nav {
	padding-top: 5px;
}

#nav li {
	text-align: center;
	width: 24%;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#nav li.principal-dropdown-anchor .principal-subTitle-img {
	position: absolute;
	bottom: -20px;
	text-align: center;
	height: 30px;
	width: auto;
}

#nav li a {
	text-decoration: none;
	color: #224194 !important;
}

#nav li a:hover, #nav li a#currentPage {
	text-decoration: none;
	color: #B3243E !important;
}

.principal-dropdown {
	display: none;
	z-index: 100;
	position: absolute;
	background-color: #fff;
	padding-top: 20px;
}

.principal-dropdown li {
	width: 125px !important;
	text-align: left !important;
}

.principal-dropdown li a {
	display: block;
	width: 100%;
	padding: 5px 25px;
	text-decoration: none;
}

.principal-dropdown li a:not(:first-child) {
	margin-top: 3px;
}

.principal-dropdown li a img {
	display: none;
	height: 20px;
	width: auto;

}

.principal-dropdown li a#currentSubPage {
	text-decoration: none;
	color: #B3243E !important;
}

/*************** end HEADER *********/

/*************** INDEX **************/

#industries {
	margin-top: 15px;
}

.service {
	margin: 10px 0;
}

.service a {
	display: block;
	width: 66.66%;
	margin: 10px auto;
	border: 2px solid #ddd;
	padding: 10px 0;
	background-color: rgb(240,240,240);
}

.service a:hover, .service a:active {
	text-decoration: none;
	color: #224194 !important;
	cursor: pointer;
	text-shadow: 1px 1px 1px #ddd, -1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd;
}

.principal-card {
	padding: 0 !important;
	background-color: white;
	border-radius: 5px;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px 1px #aaa;
}

.principal-card > a {
	display: block;
	padding: 20px 0 !important;
}

.principal-card-container:not(:first-child) {
	margin-top: 20px;
}

.principal-products {
	padding: 20px 0;
	background-color: #eee;
	border-top: 1px solid #ccc;
}

#territory-img img {
	width: 100%;
	max-width: 400px;
	height: auto;
}

.partner:not(:first-child) {
	padding-top: 20px;
}

/************** end INDEX *********/


/************** FOOTER ************/

#to-top {
	display: none;
	position: fixed;
	z-index: 100;
	bottom: 25px;
	right: 25px;
	font-size: 20px;
	padding: 5px 10px;
	border-radius: 40px;
	color: white;
	background-color: #224194;
	border: 1px solid white;
	text-align: center;
	box-shadow: 0 0 3px 1px #aaa;
	cursor: pointer;
}

footer {
	width: 100%;
	padding: 25px;
	border-top: 2px solid #224194;
}

/************* end FOOTER ************/

/*************** responsive *************/

@media screen and (min-width: 500px) {
		.principal-banner-logo-lg {
			height: 60px !important;
		}

		.principal-banner-img-lg {
			height: 100px !important;
		}
}


@media screen and (min-width: 768px) {
	.logo-tag {
		font-size: 14px;
	}

	#nav {
		padding-top: 22px;
	}

	.carousel-container {
		height: 45%;
	}

	.carousel-tag h2 {
		font-size: 2.25em;
	}

	.partner:not(:first-child) {
		padding-top: 0 !important;
	}
	
}

@media screen and (min-width: 992px) {

	.principal-card-container:not(:first-child) {
		margin-top: 0;
	}

	
	
}

@media screen and (min-width: 1024px) {

	

	.logo-tag {
		font-size: 16px;
	}

	#nav {
		padding-top: 30px;
	}

	#nav li a {
		font-size: 125%;
	}

	.carousel-container {
		height: 50%;
	}

	
}
