@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: 100%;
  line-height: 1.5;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  color: #222;
  background-color:#002c80; /* Footer color */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing:grayscale;
  }

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

header {margin-bottom:30px; float:left; width:100%; position:relative; }

/*.index header {margin-bottom: 30px;}*/

.logoBadge {position: absolute; z-index: 999;}


.title {
	margin:50px 0 20px 250px; float:left;
}




/* 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: 1200px; /* page width in modern browsers*/
	}
}
.column,
.columns {
  float: left;
  box-sizing: border-box; }
.row { margin-bottom: 20px; clear:both;}


.outerLeft {width:230px; float:left; padding-top:250px;}


.outerRight {
	width:900px;
	padding:20px 0;
	width: calc(100% - 250px);
	float:right;
}

/* 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: 967px) { /* was 767 */

 .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 { margin-top: 0; margin-bottom:.5em; line-height: 1.1; }

h2, h3, h4, h5, h6 { margin-top: 1em; margin-bottom:.2em; line-height: 1.1; }

h1 { font-size: 2.4em;   color:#002c80;  }
h2 { font-size: 2.1em;   }
h3 { font-size: 1.6em;   }
h4 { font-size: 1.3em;   }
h5 { font-size: 1.1em;   }
h6 { font-size: 1em;   font-weight:bold;   }





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

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

.smaller {font-size:85%;}
.larger {font-size: 120%;}

.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;}

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


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {list-style: square outside; margin-left:1.5em; }
ol {list-style: decimal outside; margin-left:1.5em; }
ol, ul {padding-left: 0; margin-top: 0; }
ul ul, ul ol, ol ol, ol ul {margin: .5em 0;  }
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:#cccccc 1px solid;}
.photoLeftBorder  	{float:left; margin:6px 8px 6px 0; padding:2px;  border:#cccccc 1px solid;}
.photoBorderScale	{max-width: 100%; height: auto; box-sizing: border-box; padding:2px;  border:#cccccc 1px solid; }

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin:10px 0 20px 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#D7D7D7;
}


/* Links
--------------------------------------------------------- */
a {transition:all .2s;}
a:link, a:visited 			{color: #c61e00; text-decoration: none; }
a:hover, a:focus, a:active	{color: #0c2960; 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;}




a[href$='.pdf']:before, a[href$='.PDF']:before, a.forcePDFicon:before {
	font-family: FontAwesome;
    content: "\f1c1";
    display: inline-block;
    padding-right: 3px;
}


.noPDFicon a:before {
	content: "";
}





/* 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 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, .buttonLink, a.buttonLink,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		display:inline-block;
		font-size:1em;
		font-weight: normal;
		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: #c61e00;
		-webkit-appearance: none;
		}


.button:hover, .buttonLink:hover, a.buttonLink:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		background:#6b1000;
		border:none;
		}

.button:active, .buttonLink:active, a.buttonLink:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		background:#7eb801;
		border:none;
		}

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

a:hover.button, a:focus.button, a:active.button { color: #ffffff; background-color:#6b1000; 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: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* 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 {
	color:#CAC9C9;
	clear:both;
	padding:20px 0;
	}

footer a:link, footer a:visited {color:#fff; text-decoration: none;}
footer a:hover, footer a:active {color:#e6be02;	 text-decoration: none;}

footer .copyright {color:#8096c0; text-align:center; font-size:85%; margin:10px 0;}


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

footer hr {border-top: 1px solid #8096c0;}


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

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


/* Main Menu
---------------------------------------------------------- */

#menuTrigger {
		float:right;
		padding: 30px 0 10px 0;
		font-size:140%;
		cursor:pointer;

	}
.menu {
		position:fixed;
		top:0;
		right:0;
		height:100vh;
		width:0;
		background-color: #002c80;
		color:#ffffff;
		transition: all .3s;
		overflow-y: auto;
		z-index: 999;
	}

.expanded {width: 420px; max-width:100%;}

.menu div {
		padding: 20px 0 20px 40px;
		box-sizing:border-box;
		font-size:120%;
		width:360px;
		max-width:90%;
	}

.menu a, .closeMenu {border-bottom:1px solid #6378a0; margin-bottom:15px; padding-bottom:10px; width:100%; display:inline-block; position:relative;}
.menu a:link, .menu a:visited {color:#fff; text-decoration: none;}
.menu a:hover, .menu a:active {color:#e6be02;	 text-decoration: none;}

.menu ul {
	list-style:none;
	padding:0;
	margin:0;
}

.hasSubmenu {transition:all .3s;}

.hasSubmenu::after {
	content: "\f107";
	position:absolute;
	right:0;
	top:0;
	font-family: FontAwesome; font-style: normal; font-weight: normal; font-variant: normal;
}

.selected .hasSubmenu::after { content: "\f106"; }

ul.submenu {display:none;
	padding:0 0 20px 20px;
	transition:all .3s;
	}

.selected ul.submenu {display:block;}


.menu ul li {padding: 6px 0; margin:0;}



.submenu a {border-bottom:none; padding-bottom:0; margin-bottom:5px;}

.submenu a::after { content:" ";}


/* Slide Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.slide { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; }
.trans { z-index: 0; }
.sel { z-index: 1; }
.bg, .heroimg {
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	box-sizing: border-box;
	width: 100%;
	height: 500px;
}
.bg {
	top: 0;
	max-width: 1400px;
	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;
}

/*.slide .bgBlue {  margin-top: 300px; }
.hero p, .hero a { font-size: 1em; line-height: 1.1; color: #fff; }
.hero a { padding: 9px 12px 8px 0; font-weight: 700; border-radius: 5px; }
.hero a:link, .hero a:visited { color: #26ace2; }
.hero a:active, .hero a:hover { color: #fff; background-color: #134e9e; }*/

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

/*.heroText { position: absolute; bottom: 100px; border-right: none; font-size: 1.5em; margin-left: calc(50vw - 540px); padding: 0; }
.heroText h3 { line-height: 1; color: #134e9e; box-sizing: border-box; padding: 10px 10px 10px 10px; background-color: rgba(255,255,255,0.8); border-top-left-radius: 10px; border-top-right-radius: 10px; margin: 0; }
.hero .twelve { box-sizing: border-box; padding: 1em 10px; }
.hero p { font-size: 1.1em; }*/


/* Custom Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Blue #002c80
Dark Blue #0c2960
50% blue: #8096c0
Red #c61e00
yellow #F5DD13
*/




.firstRow {margin-top: 100px;}

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

.hero {
	margin:0 auto 20px auto;
	clear:both;
	position:relative;
	display:block;
	text-align:center;
	height:500px;
	width:1300px;
	line-height:1;
}

.hero img {max-width:100%; height:auto;}

.heroBlock {
	position:absolute;
	box-sizing:border-box;
	background-color:rgba(255,255,255,0.70);
	padding:5px 30px 10px 30px;
	right:30px;
	bottom:30px;
	color:#002c80;
	line-height:normal;
	border-left:#c61e00 4px solid; /* IE 9 */ /* Safari */
 transform: skewX(-10deg);
}

.heroBlock p { /* IE 9 */ /* Safari */
    transform: skewX(10deg);
	}

.heroBlock span {font-size: 200%;font-weight: bold;}


.divider {
	width: 100%;
	float: left;
	height: 52px;
	margin: 30px 0;
	background: url(../images-index-17/plate-icon-divider.svg) no-repeat center center;
	background-size: auto 100%;
}

.highlight {
	width:100%;
	height:auto;
	position:relative;
	margin:15px 0;
}

.highlight a {
	position:absolute;
	color:#FFFFFF;
	padding:5px 15px;
	display:block;
	right:-4px;
	bottom:0;
	font-weight:bold;
}


.highlight a:link, .highlight a:visited 			{background:#002c80; text-decoration: none; }
.highlight a:hover,.highlight a:focus, .highlight a:active	{background: #c61e00; text-decoration: none; }





.partSearch {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	text-align: center;
	background: #e5e5e5;
	float: left;
	clear: both;
	padding: 20px 20px 40px 20px;
}

.partSearch label {
	color:#fff;
		font: 110% sans-serif;
}

.partSearch input {
	font-weight:normal;
	font-size:120%;
	padding: 6px 12px;
	color: #666;
	border:	2px solid #8e9cb6;
	max-width:90%;
	border-radius: 0 0 0 0;
	-webkit-appearance: none;

}


.partSearch input.button {
	background:#c61e00;
	font-weight:400;
	font-size:120%;
	color:#ffffff;
	padding: 6px 12px;
	width:auto;
	margin:4px;
	text-decoration:none;
	border:	2px solid #c61e00;
	border-radius: 0 0 0 0;
	-webkit-appearance: none;
	}

.partSearch input.button:hover, .partSearch input.button:focus {
	background:#6b1000;
	color:#ffffff;
	border:	2px solid #6b1000;
}


.partImage {
	max-width:45%;
	height:auto;
	float:left;
	margin:10px 0;
}

.partImage:first-of-type {
	margin-right:6px;
}

ul.thumbs {
	width:100%;
	list-style: none;
	margin:20px 0;
	}

ul.thumbs li {
	border:#999999 1px solid;
	float:left;
	position:relative;
	width:110px;
	height:83px;
	margin:4px;
	text-align:center;
	overflow:hidden;
	}


#announceWrapper {
	display:none;
	width:100%;
	box-sizing:border-box;
	padding:20px 10px;
	background-color:#c61e00;
	float:left;
	color:#ffffff;
	}


	#announceWrapper a:link, #announceWrapper a:visited {color:#FFBF00; text-decoration: none;}
	#announceWrapper a:hover, #announceWrapper a:active {color:#FFE5B2;	 text-decoration: none;}

/* New Products List
---------------------------------------------------------- */


.newProducts h2 {font-size:150%;}



.newProducts h2:after {
	font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 6px;
	font-size:18px;
}


.newProducts h2.expanded:after {
    content: "\f077";
}


.newProducts a {
	padding: 0px;
	background: none;
	margin: 0 0 8px;
	display:inherit;
	line-height:normal;
}

.newProducts p {
	margin:2px 0 2px 4px;
	line-height:normal;
}

svg.map { max-width: 70%; }
@media only screen and (max-width: 967px) {
  svg.map { max-width: 100%; }
}

#world {
	padding: 0px;
	background: url(/worldmap/worldmap590.jpg) no-repeat;
	width: 538px;
	height: 250px;
	margin: 0px;
	position: relative;
	border:1px solid #CCCCCC;
	font-family:  sans-serif;
}
#world li {padding: 0px;
display: block;
margin:0px;
}
#world a {display: block;
text-indent: 0px;
text-decoration: none;
font-size:13px;
transition:none;
}
#na{position:relative;
left:20px;
top:10px;
width: 140px;
height: 130px }
#na a{text-indent: 0px;
left:0px;
top:0px;
width: 200px;
height: 130px;
display: block;
list-style-type: none;
}
#na a:hover{ width: 230px;
height: 144px;
background-image:url(/worldmap/n_america820.jpg);
background-repeat: no-repeat;
background-position: -11px -10px;
}
#sa{position:absolute;
left:138px;
top:145px;
width: 70px;
height: 95px}
#sa a{text-indent: -110px;
width: 70px;
height: 95px;
display: block;
list-style-type: none;
}
#sa a:hover{ width: 70px;
height: 95px;
background-image:url(/worldmap/s_america871.jpg);
background-repeat: no-repeat;
background-position: 2px -2px;
}
#eu{position:absolute;
left:236px;
top:12px;
width: 82px;
height: 78px}
#eu a{text-indent: 8px;
width: 80px;
height: 95px;
display: block;
list-style-type: none;
}
#eu a:hover{ width: 110px;
height: 95px;
background-image:url(/worldmap/europe156.jpg);
background-repeat: no-repeat;
background-position: 4px 6px;
}
#au{position:absolute;
left:302px;
top:2px;
width: 234px;
height: 166px}
#au a{text-indent: 35px;
line-height:160px;
width: 234px;
height: 166px;
display: block;
list-style-type: none;
}
#au a:hover{
	width: 234px;
	height: 172px;
	background: url(/worldmap/asia-midddleeast.jpg) no-repeat 1px 17px;
}

#af{position:absolute;
left:231px;
top:104px;
width: 96px;
height: 100px;
}
#af a{text-indent: 30px;
line-height:60px;
width: 96px;
height: 100px;
display: block;
list-style-type: none;
}
#af a:hover{width: 96px;
height: 100px;
background-image:url(/worldmap/africa552.jpg);
background-repeat: no-repeat;
background-position: 1px -1px;
}
#mle{position:absolute;
z-index:1000;
left:303px;
top:96px;
width: 80px;
height: 50px;
}
#mle a{text-indent: 2px;
line-height:33px;
width: 80px;
height: 50px;
display: block;
list-style-type: none;
}
#mle a:hover{width: 80px;
height: 50px;
background-image:url(/worldmap/middleeast766.jpg);
background-repeat: no-repeat;
background-position: 0px 1px;
}
#oz{position:absolute;
z-index:1200;
left:408px;
top:167px;
width: 108px;
height: 62px;
}
#oz a{text-indent: 8px;
line-height:99px;
width: 108px;
height: 62px;
display: block;
list-style-type: none;
}
#oz a:hover{width: 108px;
height: 62px;
background-image:url(/worldmap/australasia228.jpg);
background-repeat: no-repeat;
background-position: 6px -2px;
}


.staffBlock {
	width:100%;
	float:left;
	margin:10px 0;
	padding:0 0 10px 0;
	border-bottom: #ccc 1px solid;
}

.staffBlock img {
	padding:3px;
	border:#ccc 1px solid;
	float:right;
	margin:10px 0 10px 10px;
}

.staffBlockInset {
	float:right;
	width:480px;
}

.staffLanguage {font-style:italic;}

.staffLanguage img {
	border:none;
	float:none;
	margin:0 2px;
	vertical-align:-5px;
}


/* Sliding Panes - FAQ
---------------------------------------------------------- */
.slidepane { cursor: pointer; position: relative; padding-left: 1.2em; }
.slidepane:before {
	content: '\f01b';
	position: absolute;
	font-family: FontAwesome;
	color: #b3282d;
	font-size: 1.1em;
	left: 1px;
	top: -1px;
	transition: all .3s;
}
.slidepane.open:before { transform: rotate(180deg); }
.slidepane + div { box-sizing: border-box; padding: 0 0 0 1.6em; }




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

	.mobileOnly, #mobileMenuTrigger, mobileTest {display:none;}




	/* 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: 967px) {


		.hideMobile, .logoBadge, .hero {display:none;}

		.logoMobile {margin:10px 0 0 10px;}
		.index .logoMobile {display:none;}

		.index .wrapper {
			background: #ffffff url(/images-index-17/mobile-hero-parts.jpg) no-repeat top center;
			background-size:contain;
			padding-top:50%;
			}

		.outerLeft {display:none;}

		.outerRight {
			width:100%;
			float:none;
		}


		.mobileOnly, .mobileTest {display:block;}

		#mobileMenuTrigger {
			display:block;
			position:fixed;
			top:0;
			right:0;
			padding: 10px 20px;
			font-size:120%;
			background-color:#002c80;
			color:#ffffff;
			font-family: FontAwesome; font-style: normal; font-weight: normal; font-variant: normal;
			border-bottom-left-radius: 4px;
			z-index:999;


	}

		header { display: none;}
		.firstRow {margin-top: 6;}



		.mobileCenter {text-align:center;}

		.wrapper {overflow:hidden; transition: all .3s}
		.wrapperShifted {transform: translateX(200px);}

		.partImage {
			max-width:90%;
			height:auto;
			float:none;
			margin:10px 0;
		}

		.partImage:first-of-type {
			margin-right:0;
		}


	}

	/* 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) {


	}
