@font-face {
	font-family: 'carto';
	src: url('../fonts/CartoGothicStd-Book-webfont.ttf') format('truetype'),
		 url('../fonts/CartoGothicStd-Book-webfont.woff') format('woff');
}

html {
	overflow-x: hidden;
}

body {
	font-family: 'carto', Arial, Sans-Serif !important;
	font-weight: normal !important;
}

html,
body {
  font-size: 100%; 
  min-width: 615px;
  }

h1,h2,h3,h4,h5,h6,dd,p {
	color: #444;
}

hr {
	width: 33%;
	margin: 0 auto;
}

table {
	width: 100%;
}

#container {
	padding: 0em;
}


/*~~~ Button Overrides ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.button.tiny {
	min-width: 100px;
	background-color: #113A86;
}

.button.tiny:hover {
	color: #F68D2E;
}

.button.tiny.active {
	min-width: 100px;
	background-color: #0A60AA;
}


/*~~~ Site Navigation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#logo {
	padding: 1em;
}

.logo-name a {
	color: #fff;
}

.logo-name {
	position: relative;
	font-size: 48pt;
	color: #fff;
	z-index: 5;
	padding-left: 50px;
	margin-top: -10px;
}

.logo-bg {
	position: absolute;
	margin-top: -35px;
	max-height: 140px;
}

.logo-bg img {
	height: 100%;
	position: relative;
}

.name {
	list-style-type: none;
}

.nav-bar {
	background-color: #113A86;
	border-bottom: 10px solid #f68d2e;
}

div.inner-wrap {
	background-color: #113A86;
	height: 115px;
}

div.off-canvas-wrap {
	height: 115px;
	overflow: hidden;
}

.left-off-canvas-toggle {
	background-color: #113A86;
}

.left-off-canvas-menu {
	background-color: #113A86;
	border-bottom: 3px solid #F68D2E;
}

.menu-icon {
	position: absolute;
	z-index: 1000;
}

div.inner-wrap {
	background-color: #113A86;
	height: 135px;
}

div.off-canvas-wrap {
	height: 115px;
	overflow: hidden;
}

.left-off-canvas-menu {
	overflow: hidden;
}

.mobile-header {
	list-style-type: none;
}

.mobile-nav {
	list-style-type: none;
	padding-top: 2px;
}

.mobile-nav a {
	color: #fff;
}

.logo-bg.mobile {
	margin-top: -162px;
	position: relative;
	z-index: 70;
	min-height: 80px;
}

.logo-bg.mobile img{
	height: 140px;
	width: 150%;
	min-width: 220px;
}

.orange-line {
	height: 10px;
	background-color: #F68D2E;
	width: 100%;
	margin-top: -25px;
	position: relative;
	z-index: 150;
}

.logo-name.mobile {
	text-align: center;
	margin-top: -68px;
	margin-left: -70px;
	position: relative;
	font-size: 72pt;
	z-index: 80;
	height: 135px;
}

ul.sub-nav {
	background-color: transparent;
}

ul.sub-nav.right {
	font-size: 2px;
}

nav.top-bar {
	height: 80px;
	//margin-top: -10px;
	background-color: #113a86;
	position: relative;
}

.top-bar-section {
	height: 50px;
	display: inline-block;
}

.iir{
	padding-right: 7px;
}

ul.main-nav {
	background-color: transparent;
	padding-top: 35px;
}

.main-nav li a.button {
	background-color: red;
}

.top-bar-section ul li > a.button {
	background: transparent;
}

.top-bar-section ul li.active {
	background: #0A60AA;
	height: 45px;
	padding-top: 0;
}

.top-bar-section ul.sub-nav li.active {
	background: transparent;
	height: 20px;
	padding-top: 0px;
}

.top-bar-section ul.sub-nav li.active a {
	color: #F68D2E;
}

.top-bar-section ul.sub-nav li a.button:hover {
	color: #F68D2E;
	background-color: transparent;
}

.top-bar-section ul li a.button:hover {
	color: #F68D2E;
	background-color: transparent;
}

.contain-to-grid {
    width: 100%;
    box-shadow: 5px 3px 10px rgba(0,0,0,0.5);
}

.off-canvas-wrap.move-right .orange-line{
	margin-top:-5px;
}


/*~~~ Footer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footer {
	padding: 0em;
	height: 100px;
	background-color: #113A86;
	border-top: 10px solid #f68d2e;
	width: 100%;
	margin-bottom: -35px;
	margin-top: 0px;
	position: relative;
	z-index: 100;
	box-shadow: 0px -3px 10px rgba(0,0,0,0.5);
}

#footer-container {
	padding: 0em;
	margin: 27px auto 0px;
	max-width: 980px;
}

.footer {
	margin-top: 0px;
}

.sub-nav.footer li.active a{
	color: #f68d2e;
}

.footer.sub-nav li a {
	display: inline;
	margin: auto 0px;
	color: #fff;
	background-color: transparent;
}

.footer.sub-nav li a:hover {
	color: #f68d2e;
	background-color: transparent;
}

#footer .logo-name {
	margin-top: -45px;
	margin-bottom: -20px;
	padding-top: 5px;
}

#footer .name {
	opacity: 0.4;
	padding-right: 20px;
}

#copyright {
	text-align: center;
	margin: 35px -312px 0 -10px;
	color: #fff;
	float: right;
	font-size: 10px;
}

.view-list {
	margin: 0 auto;
	text-align: center;
	padding: 1.5em;
}


/*~~~ Email Campaigns Page Specific ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
p.hook{
	text-align: center;
}

.hook {
	font-size: 28px;
	margin-top: 20px;
	color: #444;
}


/*~~~ Thumbnails Section ~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.thumbs-nav, .banners-nav {
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

.thumbs-nav span {
	margin: 5px 0px;
}

#thumbs {
	margin-top: 50px;
	min-height: 0px;
}

.row.collapsing {
	min-height: 305px;
}

.hiddden {
	display: none;
}

.emails-content {
	min-height: 0px;
}

#load-thumbs, #load-banners {
	margin-top: 25px;
	min-height: 0px;
}

.thumbs, .banners {
	text-align: center;
}

.thumbnail {
	margin: 20px auto;
}

.thumbnail img{
	border: 1px solid #666;
	box-shadow: 0px 0px 5px 1px #ccc;
}


/*~~~ Show More / Show Less ~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.rotate {
	display: inline-block;
	color: #f68d2e;
	padding: auto 5px;
	-ms-transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}

.rotate-up {
	display: inline-block;
	color: #f68d2e;
	padding: auto 5px;
	-ms-transform: rotateZ(270deg);
	-webkit-transform: rotateZ(270deg);
	transform: rotateZ(270deg);
}

.show-more, .show-less {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 15px;
}

.show-less {
	display: none;
}

.show-more:hover, .show-less:hover {
	cursor: pointer;
}

.show-more p, .show-less p {
	color: #0a60aa;
	margin: 0 auto 20px;
	width: 150px;
}

.tag-line {
	text-align: center;
	margin: 40px auto;
	padding: 10px;
	width: 100%;
}

p.industrial-world {
	font-size: 36pt;
	margin-top: -30px;
	color: #f68d2e;
}


/*~~~ Banners Page Specific ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* ...(See thumbnails section for a few styles
that also apply to banners page)... */
.masthead {
	padding-top: 20px;
}

.blurb-img img {
	max-height: 500px;
	min-height: 300px;
	min-width: 200px;
	margin: 0 auto;
	border: 2px solid #ccc;
	padding: 5px;
}
.blurb-img {
	margin-top: -15px;
}


/*~~~ Contact Page Form ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#contact {
    width: 630px;
    margin: 100px auto;
}

#contact p {
	padding: 10px;
}

fieldset {
	box-shadow: 0px 8px 6px -6px rgb(50,50,50,0.3);
}

#sorry {
    width: 630px;
    margin: 100px auto;
}

#sorry p {
	padding: 10px;
}


/*~~~ Modal (Terms & Definitions) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.valance-container {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	z-index: 9999;
	display: none;
}

.modal-valance {
	opacity: 1;
	width: 650px;
	margin: -50px auto 0;
	text-align: center;
	height: 120px;
	background-color: #666;
	box-shadow: 0 6px 3px -3px rgba(0,0,0,0.7);
}

.inset, .lead {
	color: #fff;
}

#modal-terms {
	height:650px;
	position: absolute;
	top: 370px;
	left: 50%;
	overflow-y: auto;
	z-index: 9998;
	background-color: #777;
	margin-top: 115px;
	border: 1px solid #000;
	box-shadow: 0 2px 5px rgba(0,0,0,0.7);
}

.md-modal {
	left: 50%;
	width: 90%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 9999;
	visibility: hidden;
	display: none;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
	display: inline-block;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

.md-perspective,
.md-perspective body {
	height: 100%;
}

.md-perspective body {
	background: #222;
	perspective: 600px;
	-webkit-perspective: 600px;
}

.container {
	background: #e74c3c;
	min-height: 100%;
}

.md-show.md-effect-5 ~ .md-overlay {
	background: rgba(0,0,0,0.8);
}

.md-effect-5 .md-content {
	transform: scale(0) rotate(720deg);
	opacity: 0;
	transition: all 0.5s;
}

.md-show.md-effect-5 .md-content {
	transform: scale(1) rotate(0deg);
	opacity: 1;
}

/* Effect 5: fall */
.md-effect-5.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-5 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(600px) rotateX(20deg); 
	-moz-transform: translateZ(600px) rotateX(20deg); 
	-ms-transform: translateZ(600px) rotateX(20deg); 
	transform: translateZ(600px) rotateX(20deg); 
	opacity: 0;
}

.md-show.md-effect-5 .md-content {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translateZ(0px) rotateX(0deg);
	-moz-transform: translateZ(0px) rotateX(0deg);
	-ms-transform: translateZ(0px) rotateX(0deg);
	transform: translateZ(0px) rotateX(0deg); 
	opacity: 1;
}


/*~~~ Modal content styles ~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.md-content {
	color: #000;
	background: rgba(255,255,255,0.8);
	position: relative;
	border-radius: 5px;
	margin: 0 auto;
	padding: 10px;
}

.md-content h3 {
	margin: 0;
	text-align: left;
	font-weight: 300;
	opacity: 0.8;
	background: rgba(0,0,0,0.1);
	border-radius: 3px 3px 0 0;
}

.md-content > div {
	padding: 15px 40px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
}

.md-content > div p {
	margin: 0;
	padding: 10px 0;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content > div ul li {
	padding: 5px 0;
	list-style-type: none;
	text-decoration: none;
}

.md-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
}

.md-close{
	float: right;
	display: inline-block;
}

.fancybox-close.modal {
	top: -63px;
	right: 50%;
	margin-right:-340px;
}

.defline {
	list-style-type: none;
	text-decoration: none;
	border: 1px solid black;
	text-align: left;
}

.terms-and-defs {
	margin: 0 auto 30px;
}

.term {
	font-weight: 900;
	padding-left: 10px;
	text-align: right;
}

.definition {
	padding-left: 10px;
}


/*~~~ Roundabout Plug-In ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.roundabout-holder{
	padding: 0;
	margin: -120px auto;
	height: 400px;
	width: 600px;
}

.roundabout-moveable-item{
	height: 240px;
	width: 300px;
	cursor: pointer;
	border: 1px solid black;
	display: block;
	box-shadow: 0px 0px 5px 1px #ccc;
}

.roundabout-moveable-item img{
	height: 100%;
	width: 100%;
}

.roundabout-in-focus{
	cursor: auto;
}

#carousel-descriptions{
	list-style: none;
	display: block;
	width: 100%;
	margin: -10px auto 25px;
	padding: 0;
	color: green;
	text-align: center;
}

#carousel-descriptions li{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	display: none;
	color: #113A86;
}

#carousel-descriptions li.current{
	display: block;
	background-color: transparent;
}

#carousel-controls{
	position: relative;
	z-index: 50;
	max-width: 900px;
	width: auto;
	margin: 5px auto 25px;
	overflow: hidden;
	border-collapse: collapse;
	text-align: center;
}

#carousel-controls span{
	display: inline-block;
	font-size: 14px;
	text-align: center;
	margin: 0 3px;
	padding: 3px;
	cursor: pointer;
	border: 1px solid black;
	background: #999;
}

#carousel-controls .current{
	background: #113A86;
	border-color: #400;
}

#carousel {
	height: 500px;
	position: relative;
	z-index: 5;
}

.carousel {
	position: relative;
	z-index: 5;
}

.circle {
	display: inline-block;
	position: relative;
	z-index: 5000;
	width: 16px;
    height: 16px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border:1px solid grey;
}


/*~~~ FancyBox LightBox Plug-In ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.view-more-button, .view-more-button:active, .view-more-button:visited {
	background-color: #113A86;
	color: #fff;
	border: 1px solid #234E9E;
	padding: 7px;
	font-family: "carto", "Helvetica", Helvetica, Arial, sans-serif !important;
}

.view-more-button:hover {
	color: #ddd;
	border: 1px solid #1E468F;
	padding: 7px;
	background-color: #0A60AA;
}

.fancybox-title-over-wrap {
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 16px;
	background: rgba(50, 50, 50, 0.5);
}

.fancybox-overlay, .fancybox-overlay-fixed {
	background: rgba(0,0,0,0.8) !important;
}


/*~~~ Dynamic Sizing ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media all and (max-width:865px) {
	#footer ul.sub-nav {
		display: none;
	}

	#footer .logo-name.right {
		margin: 0px auto;
		text-align: center;
		float: none !important;
	}

	#footer .title-area.right {
		margin: -33px auto;
		text-align: center;
		float: none !important;
	}

	#copyright.right {
		text-align: center;
		margin: 30px auto;
		color: #fff;
		float: none !important;
	}

	#footer .logo-name {
		padding-left: 0px;
	}

	#footer .logo-name{
		font-size: 24pt;
		padding-top: 10px;
	}
}

@media all and (max-width:1014px) {
	.tag-line {
		text-align: center;
		margin: 40px auto;
		padding: 10px;
		width:100%;
		color: #f68d2e;
	}

.industrial-world {
		font-size: 24pt;
	}

}

@media all and (max-width:850px) {
	html {
		overflow-x: scroll;
	}

	.contain-to-grid.sticky.nav-bar {
		display: none;
	}

	.modal-valance {
		opacity: 1;
		width: 93%;
		margin: -77px auto 0;
		text-align: center;
		height: 120px;
		background-color: #a4a4a4;
		box-shadow: 0 6px 3px -3px rgba(0,0,0,0.7);
	}

	.fancybox-close.modal {
		top: -90px;
		margin-right: -49%;
		right: 50%;
	}

}

@media all and (min-width:719px) and (max-width:761px) {
	.logo-name {
		font-size: 53px;
		padding-top: 0px;
	}
}

@media all and (min-width:850px) {
	.off-canvas-wrap {
		display: none;
	}
}

@media all and (max-width:883px) {
	ul.footer {
		margin-top: -63px;
	}
	#copyright {
		margin: -28px 23px 0 0;
	}
}