@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:none;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  color: #737373;
  background-color:#00578a; /* Footer color */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing:grayscale;
  }

.wrapper {
	width:100%;
	float:left;
	background:#eef3f5; /* page color */
	min-height:400px;
	padding-bottom:30px;
}

header {
	padding: 25px 0;
	background: #fff;
}

header .logo {margin:10px 0 4px 0;}

@media only screen and (max-width: 767px) {
	header .logo { display:block; margin:10px auto;}
}


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width:960px; /* width for ie 8 */
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  clear:both; }
@media (min-width: 768px) {
	.container {
		  width: 90%;
		  max-width: 960px; /* page width in modern browsers*/
	}
}
.column,
.columns {
  float: left;
  box-sizing: border-box; }
.row { margin-bottom: 20px; clear:both;}

/* Based on Skeleton V2.0.4, Copyright 2014, Dave Gamache, www.getskeleton.com */

  .column,.columns 				{margin-left: 4%;}
  .column:first-child,
  .columns:first-child 			{margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }



@media (max-width: 767px) {

 .column, .columns		{width: 100% !important; clear:both; margin:0; }
 .container				{width: 85%; padding: 0;}
 header .container		{width: 100%;}

 /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns,
  .offset-by-two.column,
  .offset-by-two.columns,
  .offset-by-three.column,
  .offset-by-three.columns,
  .offset-by-four.column,
  .offset-by-four.columns,
  .offset-by-five.column,
  .offset-by-five.columns,
  .offset-by-six.column,
  .offset-by-six.columns,
  .offset-by-seven.column,
  .offset-by-seven.columns,
  .offset-by-eight.column,
  .offset-by-eight.columns,
  .offset-by-nine.column,
  .offset-by-nine.columns,
  .offset-by-ten.column,
  .offset-by-ten.columns,
  .offset-by-eleven.column,
  .offset-by-eleven.columns,
  .offset-by-one-third.column,
  .offset-by-one-third.columns,
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns,
  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 0; }


}









/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Font Awesome */
.iconFont, .iconFontLarger		{ font-family: FontAwesome; font-style: normal; font-weight: normal; font-variant: normal; }
.iconFontLarger					{ font-size:2.8em; vertical-align:-.2em; }

h1, h2, h3, h4, h5, h6 { margin-top: .5em; margin-bottom:.2em; }

h1 { font-size: 2.3em;  line-height: 1.2;  }
h2 { font-size: 2em;   line-height: 1.25;  }
h3 { font-size: 1.8em; line-height: 1.3;   }
h4 { font-size: 1.6em;  line-height: 1.35;  }
h5 { font-size: 1.2em; line-height: 1.5;   }
h6 { font-size: 1em;    line-height: 1.6; font-weight:bold;   }


p {margin: 0 0 .6em 0;}

.smallText {
	font-size: 11px;
	color: #999;
	margin:2px 0 2px 0;
	line-height:normal;
}

.smaller {font-size:85%;}

.alignCenter	{text-align:center;}
.alignLeft		{text-align:left;}
.alignRight		{text-align:right;}
.alignLeftMobileCenter		{text-align:left;}
.alignRightMobileCenter		{text-align:right;}
.alignTop		{vertical-align: top;}


@media only screen and (max-width: 767px) {
	.alignLeftMobileCenter		{text-align:center;}
	.alignRightMobileCenter		{text-align:center;}
}


sup {font-size:50%;vertical-align: super;}
sub {font-size:50%;vertical-align: sub;}

.nowrap {white-space:nowrap;}

blockquote {
	width:90%;
	padding:.1em 4%;
	margin:20px auto 20px 0;
	border-left:4px solid #666666;
	font-style:italic;
}

blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5 {margin:0 0 0.2em 0; color:#666666; font-style:normal;}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {list-style: square inside; }
ol {list-style: decimal outside; }
ol, ul {padding-left: 0; margin-top: 0; }
ul ul, ul ol, ol ol, ol ul {margin: .5em 20px; list-style: circle inside; }
li {margin-bottom: .5em; }


/* Images
------------------------------------------------------- */
img.scale-with-grid, .editor img {max-width: 100%; height: auto; }

.photoRight 		{float:right; margin:4px 0 4px 6px;}
.photoLeft  		{float:left; margin:4px 6px 4px 0;}
.photoRightBorder 	{float:right; margin:6px 0 6px 8px; padding:2px; border:#b0b0b0 1px solid;}
.photoLeftBorder  	{float:left; margin:6px 8px 6px 0; padding:2px;  border:#b0b0b0 1px solid;}


/* Links
--------------------------------------------------------- */
a {transition:all .2s;}
a:link, a:visited 			{color: #00578a; text-decoration: none;}
a:hover, a:focus, a:active	{color: #0080cc; text-decoration: none; }
a img {border: 0; }
a.imageFadeLink {transition:all .3s;}
a.imageFadeLink:link, a.imageFadeLink:visited { opacity:1.0;}
a.imageFadeLink:hover, a.imageFadeLink:focus, a.imageFadeLink:active {opacity:.6;}

p a:link, p a:visited, td a:link, td a:visited  				{ border-bottom: 1px solid #94b4c7 }
p a:hover, p a:focus, p a:active, td a:hover, td a:focus, td a:active	{ border-bottom: 1px solid #0080cc}


/* Main Menu
---------------------------------------------------------- */
ul.mainMenu {
	display:none;
	position: absolute;
	background:#fff;
	width:90%;
	max-width:18em;
	right:0;
	top:148px;
	font: 1.2em;
	margin:0 0 0 0;
	list-style:none;
	z-index:999;
	box-sizing:border-box;
	padding: 10px;
	border-top: 4px solid #fcb018;
	border-bottom: 2px solid #fcb018;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	}

.mainMenu li {
	float:none;
	margin:0;
	padding:5px 0;
	}
.mainMenu>li { font-weight: 700; }

.mainMenu a {
	display:block;
	padding: 0 20px;
	transition:all .3s;
	}

.mainMenu a:link, .mainMenu a:visited {color:#737373; background-color: transparent; text-decoration: none;}
.mainMenu a:hover, .mainMenu a:active {color:#00578a; background-color: transparent; text-decoration: none;}

#mobileMenuTrigger {display:inline-block; position: absolute; bottom: 25px; right: 0; font-size: 1.5em; }
#mobileMenuTrigger a:link, #mobileMenuTrigger a:visited { color: #737373; }
#mobileMenuTrigger a:active, #mobileMenuTrigger a:hover { color: #fcb018; }
.mainMenu { display: none; }

.menutoggle:after {
	content: '\f054';
	font-family: 'FontAwesome';
	font-weight: 700;
	position: absolute;
	right: 25px;
	transition: all .3s;

}
.menutoggle.js-on:after { transform: rotate(90deg); }

.mobilesubmenu {
	list-style: none;
	margin: 0;
}
.mobilesubmenu li {
	padding-left: 12px;
	font-weight: 400;
}

/* Standard Form
---------------------------------------------------------- */

fieldset {margin:10px 0; padding:0;}

form.standard {
	margin-bottom: 20px; }
.standard fieldset {
	margin-bottom: 20px; }
.standard input[type="text"],
.standard input[type="password"],
.standard input[type="email"],
.standard textarea,
.standard select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	border-radius: 2px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #777;
	margin: 0;
	width: 300px;
	max-width: 90%;
	margin-bottom: 10px;
	background: #fff; }
.standard select {
	padding: 4px; margin-top:1px;}
.standard input[type="text"]:focus,
.standard input[type="password"]:focus,
.standard input[type="email"]:focus,
.standard textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	box-shadow:  0 0 3px rgba(0,0,0,.2); }
.standard textarea {
	min-height: 80px; }
.standard label,
.standard legend {
	display: block;
	font: bold 13px Arial, Helvetica, sans-serif;
}
.standard select {
	width: 220px; }
.standard input[type="checkbox"] {
	display: inline; }
.standard label span,
.standard legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444; }


.multirow {
	width:100%;
	float:left;
	clear:both;
}

.multirow input.short, .multirow select.short {
	width:60px;
	float:left;
	margin-right:10px;
}

.multirow input.medium, .multirow select.medium {
	width:200px;
	float:left;
	margin-right:10px;
}

input.short, select.short {
	width:60px;
}

input.medium, select.medium {
	width:200px;
}

form.standard p.supplementalInfo {
	margin:-13px 0 15px 0;
	font-size:80%;
}

form.standard  label.error {
	margin:-6px 0 15px 0;
	color:#d10109;
}

.multirow label.error {
	display:inline-block;
	clear:both;
}

form.standard  input.error, form.standard  select.error {
	background-color:#fefee8;
}

label.error { float: none;
	color: red;
	vertical-align: top;
	margin:4px 0 0 0;
	padding:0;
	width: 250px;
	text-align:left;
}


/* #Buttons
---------------------------------------------------------- */
.button, a.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		display:inline-block;
		font-family: sans-serif;
		font-size:1em;
		padding: 10px 20px;
		line-height:1.3em;
		width: auto;
		margin: 4px 0;
		text-transform: uppercase;
 		text-decoration: none;		border: none;
		border-radius: 6px;
		transition:all .2s;
		box-sizing: border-box;
		color: #ffffff;
		background: #00578a;
		}


.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
    color: #00578a;
		background: #fcb018;
		border:none;
		}

.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
    color: #00578a;
		background: #fcb018;
		border:none;
		}

a:link.button, a:visited.button {color: #ffffff; background-color:#00578a; text-decoration: none; transition:all .2s;}

a:hover.button, a:focus.button, a:active.button { color: #00578a; background-color:#fcb018; text-decoration: none; }

.button.large, a.button.large,
	button.large,
	input[type="submit"].large,
	input[type="reset"].large,
	input[type="button"].large {
		font-size:1.3em;
		line-height:1.4em;
		padding: 10px 25px;
		max-width:100%;
		overflow:hidden;
		white-space:nowrap;
		 }



/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2em .5em;
  margin: 0 .2em;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 5px 15px;
  text-align: left; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }

.datatable { width: 100%; margin-bottom: 15px; }
.datatable td, .datatable th { vertical-align: top; }
.datatable tr td:first-of-type { width: 70%; }
.datatable .brdrBottom { border-bottom: 1px solid #ccc; }
@media only screen and (max-width: 767px) {
	.datatable tr td:first-of-type { width: 50%; }
}

/* Margin
------------------------------------------------------- */
.noMargin       {margin:0;}
.noMarginTop    {margin-top:0;}
.noMarginBottom {margin-bottom:0;}

.marginTop5     {margin-top:5px;}
.marginTop10    {margin-top:10px;}
.marginTop20    {margin-top:20px;}
.marginTop40    {margin-top:40px;}

.marginBottom5  {margin-bottom:5px;}
.marginBottom10 {margin-bottom:10px;}
.marginBottom20 {margin-bottom:20px;}
.marginBottom40 {margin-bottom:40px;}

.marginVert5     {margin-top:5px; margin-bottom:5px;}
.marginVert10    {margin-top:10px; margin-bottom:10px;}
.marginVert20    {margin-top:20px; margin-bottom:20px;}
.marginVert40    {margin-top:40px; margin-bottom:40px;}


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width		{width: 100%; box-sizing: border-box; }
.u-max-full-width	{max-width: 100%;box-sizing: border-box; }
.u-block			{width: 100%; box-sizing: border-box; float:left; clear:both;}
.floatLeft			{float:left;}
.floatRight			{float:right}
.noDisplay			{display:none;}
.clearDiv			{clear: both;width:100%; height:1px;}



/* Footer
---------------------------------------------------------- */
footer {
	position: relative;
	font-size:90%;
	clear:both;
	padding:20px 0 0;
	min-height: 110px;
	}

footer a:link, footer a:visited {color:#fcb018; text-decoration: none; border-bottom:none;}
footer a:hover, footer a:active {color:#ffffff;	 text-decoration: none; border-bottom:none;}

footer .copyright {
	color: #fff;
	text-align: center;
	font-size: 85%;
	box-sizing: border-box;
	padding: 14px 20px 10px;
	bottom: 0;
	width: 100%;
}
.copyright a:link, .copyright a:visited {color:#fff; text-decoration: none; border-bottom:none;}
.copyright a:hover, .copyright a:active {color:#fff; text-decoration: none; border-bottom:none;}


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }



/* Custom Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.fullBlock {
	width:100%;
	float:left;
	box-sizing:border-box;
	padding:20px 0;
	background-color:#BDBABB;
}

p.large { font-size: 1.5em; }

.splitBG .bgYellow { padding: 20px 20px 20px 0; }
.splitBG .bgLtBlue {
	font-size: 1.2em;
	padding: 30px 20px;
	line-height: 1;
	position: absolute;
	top: -2px;
	height: 24px;
}

.tblHead { border-bottom: 1px solid #fcb018; }
.tblHead h4, .tblHead p { display: inline-block; font-weight: 400; }
.tblHead p { margin-left: 10px; }

.small { font-size: .9em; }

/* Homepage Cards
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.card {
	display: inline-block;
	border-radius: 10px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	transition: all .2s;
	vertical-align: top;
	margin: .75%;
	background-color: #fff;
}
@media only screen and (min-width: 1120px) {
	.card { width: 31.4% !important; }
	.cardimg {-webkit-filter: grayscale(0.4);filter: grayscale(0.4);}
}
@media only screen and (min-width: 768px) and (max-width: 1120px) {
	.card { width: 48.2% !important; }
	.cardimg {-webkit-filter: grayscale(0.4);filter: grayscale(0.4);}
	.card:last-of-type { width: 98.4% !important; }
}
@media only screen and (max-width: 767px) {
	.card { width: 100%; margin-bottom: 3%; }
}
.cardimg {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 250px;
	width: 100%;
	transition: all .2s;
}
.card h4 { margin: 20px; font-size: 1.1em; line-height: 1; }
.card p { margin: 0 20px 20px; color: #737373 !important; }
.card i {
	font-size: 2.5em;
	margin: 20px;
}
a:hover .cardimg { -webkit-filter: grayscale(0); filter: grayscale(0); }
a.card:link h4, a.card:visited h4, a.card:active h4, a.card:hover h4,
a.card:link p, a.card:visited p, a.card:active p, a.card:hover p { color: #00578a; }

/* Heros
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero { min-height: 400px; position: relative; background-color: #00578a; }
.agriculture, .aviation, .business, .construction, .commarts, .cyber, .energy, .healthcare, .hospitality, .manufacturing {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 400px;
	box-sizing: border-box;
	position: relative;
	width: 100%;
}
.agriculture, .aviation, .business, .construction, .commarts, .cyber, .energy, .healthcare, .hospitality, .manufacturing { position: absolute; top: 0; max-width: 1400px; }
.agriculture.bg, .aviation.bg, .business.bg, .commarts.bg, .construction.bg, .cyber.bg, .energy.bg, .healthcare.bg, .hospitality.bg, .manufacturing.bg {
	max-width: none;
	margin-left: 0 !important;
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
	opacity: .3;
}
.home .hero { text-align: center; }
.banner {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 15px 0;
}
.agriculture { background-image: url(../images-index/heros/agriculture.jpg)}
.aviation { background-image: url(../images-index/heros/aviation.jpg)}
.business { background-image: url(../images-index/heros/business.jpg)}
.commarts { background-image: url(../images-index/heros/commercial-arts.jpg)}
.construction { background-image: url(../images-index/heros/construction.jpg)}
.cyber { background-image: url(../images-index/heros/cybersecurity-it.jpg)}
.energy { background-image: url(../images-index/heros/energy.jpg)}
.healthcare { background-image: url(../images-index/heros/healthcare.jpg)}
.hospitality { background-image: url(../images-index/heros/hospitality.jpg)}
.manufacturing { background-image: url(../images-index/heros/manufacturing.jpg)}

.hero .four { padding: 20px 30px; min-width: 320px; }
.hero h3 { line-height: 1; margin: 5px 0 8px; }
.hero p:first-of-type { font-size: .9em; }
.hero p, .hero a { font-size: 1em; line-height: 1.1; }
.hero a { padding: 6px 12px 8px; font-weight: 700; }
.hero a:link, .hero a:visited { color: #fcb018; }
.hero a:active, .hero a:hover { color: #fff; background-color: #fcb018; }

.status {
	position: relative;
	height: 5px;
	width: 100%;
	background: #00578a;
}
.status div {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	height: 5px;
	background: #fcb018;
}

@media only screen and (min-width: 1401px) {
	.agriculture, .aviation, .business, .commarts, .construction, .cyber, .energy, .healthcare, .hospitality, .manufacturing {margin-left: calc(50vw - 700px); }
}
@media only screen and (max-width: 550px) {
	.aviation { background-image: url(../images-index/cards/src-aviation.jpg)}
	.business { background-image: url(../images-index/cards/src-business.jpg)}
	.commarts { background-image: url(../images-index/cards/src-commercial.jpg)}
	.construction { background-image: url(../images-index/cards/src-construction.jpg)}
	.cyber { background-image: url(../images-index/cards/src-it.jpg)}
	.energy { background-image: url(../images-index/cards/src-electric.jpg)}
	.healthcare { background-image: url(../images-index/cards/src-healthcare.jpg)}
	.hospitality { background-image: url(../images-index/cards/src-hospitality.jpg)}
	.manufacturing { background-image: url(../images-index/cards/src-manufacturing.jpg)}
}
/* Color Sets
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.bgWhite { background-color:  #fff; }
.bgBlue { background-color: #00578a; color: #fff; }
.bgYellow { background-color: #fcb018; }
.bgLtBlue { background-color: #eef3f5; }
.splitBG {
	background: #fcb018;
	background: linear-gradient(to right,  #fcb018 0%,#fcb018 50%,#eef3f5 51%,#eef3f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb018', endColorstr='#eef3f5',GradientType=1 );
	line-height: 0;
}

.colorWhite { color: #fff; }
.colorBlue, a.colorBlue:link, a.colorBlue:visited { color: #00578a; }
	a.colorBlue:active, a.colorBlue:hover { color: #fcb018; }
.colorYellow { color: #fcb018; }


	/* #Media Queries
================================================== */

	.mobileOnly {display:none;} /*, #mobileMenuTrigger*/

	@media only screen and (min-width: 767px) {
		.splitBG .bgYellow, .splitBG .bgLtBlue { display: inline-block; }
	}


	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {


	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {


	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {


		.hideMobile {display:none;}

		.mobileOnly {display:block;}

		/*#mobileMenuTrigger {display: block;}*/

		.mobileCenter {text-align:center;}

		.wrapper {overflow:hidden;}

		#mobileMenuTrigger {
			position:fixed;
			width: 20px;
			height: 30px;
			top:0;
			left:0;
			padding:5px 10px;
			background-color:#005da4;
			z-index:1000;
			border-bottom-right-radius: 3px;
			font-size: 1.2em;
		}
		#mobileMenuTrigger a {color:#fff !important;}

		.logo { width: 60vw; }

		ul.mainMenu { width: 100%; max-width: 100%; top: 102px; }


	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {


	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {


	}
