/* RESET */

html { height: 100%; }

body { margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

html, body, div, span, applet, object, iframe, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, label, legend, menu, p, blockquote, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: top;
}
address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

a:focus {
	background: none;
    outline: none;
}

a:active, a:hover { outline: 0 none; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

abbr, acronym, fieldset, img { border: 0 none; }

ul { list-style-type: disc; }
ol { list-style-type: decimal; }

em { font-style: italic; }
strong { font-weight: bold; }

/* SITE STYLES */
* {
  -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	  -ms-box-sizing: border-box;
		  box-sizing: border-box;
}

body {
    background: none repeat scroll 0 0 #2D3C48;
    color: #838F98;
    font: 14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height: 1;
} 

.error { color: red; }
.hide { display: none; }
.clear { clear: both; }

h1 { 
	color: #0082C8; 
	font-family: 'Lato', Arial,Helvetica, sans-serif;
	font-size: 42px;
	font-weight: 600;
	height: auto;
	line-height: 48px;
	min-height: 1px;
    max-height: 999999px;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
	width: 100%;
}

h2, .h2 {
    color: #354552;
    font-size: 21px;
    font-weight: 600;
    line-height: 24px;
}

h2.subHead, .h2.subHead { color: #0082C8; }

h2.lato, .h2.lato {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 33px;
    font-weight: 300;
    line-height: 33px;
    margin-bottom: 25px;
    width: auto;
}

h2 a, .h2 a, h2 a:hover, .h2 a:hover { color: #354552; }

h3 {
    color: #354552;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 3px;
}

h3 a, h3 a:hover { color: #354552; }

h4 { 
	color: #354552; 
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 3px;
	
	a, a:hover { color: #354552; }
}

h4 {
    color: #354552;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 3px;
}

h4 a, h4 a:hover { color: #354552; }

p, blockquote, ul, ol { margin: 0 0 15px; }

p.noMargin, blockquote.noMargin, ul.noMargin, ol.noMargin { margin-bottom: 0; }

ul, ol { margin-left: 0; }
p { line-height: 20px; }

a {
    color: #00A6FF;
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
}
a:hover { color: #0082C8; }

a:active { background: none repeat scroll 0 0 transparent; }

dl { margin-bottom: 25px; }

dl dt {
    color: #354552;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

dl dd {
    font-size: 12px;
    line-height: 20px;
}

.flLeft {
    float: left;
    margin-right: 15px;
}

.flRight {
    float: right;
    margin-left: 15px;
}

.imgLeft {
    float: left;
    margin: 10px 35px 35px 0;
}

.imgRight {
    float: right;
    margin: 10px 0 35px 35px;
}

.margin { margin-bottom: 15px; }

button {
	background: #F1F1F1;
		background: -webkit-linear-gradient(center top, #F1F1F1, #A5A5A5);
		background: -moz-linear-gradient(top, #F1F1F1, #A5A5A5);
		background: -o-linear-gradient(top, #F1F1F1, #A5A5A5);
		background: -ms-linear-gradient(top, #F1F1F1, #A5A5A5);
		background: linear-gradient(top, #F1F1F1, #A5A5A5);
		filter:~"progid:dximagetransform.microsoft.gradient(startColorstr='#F1F1F1',endColorstr='#A5A5A5',GradientType=0)";
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 white inset, 0 1px 2px #999999;
	cursor: pointer;
    display: inline-block;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 0 5px;
    padding: 10px 18px;
    text-shadow: 0 1px 0 white;
}

button:hover {
	background: #F1F1F1;
		background: -webkit-linear-gradient(center top, #F1F1F1, #BCBCBC);
		background: -moz-linear-gradient(top, #F1F1F1, #BCBCBC);
		background: -o-linear-gradient(top, #F1F1F1, #BCBCBC);
		background: -ms-linear-gradient(top, #F1F1F1, #BCBCBC);
		background: linear-gradient(top, #F1F1F1, #BCBCBC);
		filter:~"progid:dximagetransform.microsoft.gradient(startColorstr='#F1F1F1',endColorstr='#BCBCBC',GradientType=0)";
}

button:hover a { color: #0082C8; }
button a { color: #666666;}

.button {
	background: #0082C8;
		background: -webkit-linear-gradient(center top, #0082C8, #002469);
		background: -moz-linear-gradient(top, #0082C8, #002469);
		background: -o-linear-gradient(top, #0082C8, #002469);
		background: -ms-linear-gradient(top, #0082C8, #002469);
		background: linear-gradient(top, #0082C8, #002469);
		filter:~"progid:dximagetransform.microsoft.gradient(startColorstr='#0082C8',endColorstr='#002469',GradientType=0)";
    border: 1px solid #2F5DB7;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 #0082C8 inset, 0 1px 2px #999999;
    color: white;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    padding: 3px 18px;
    text-shadow: 1px 0 0 #002469;
}

.button:hover {
	background: #238CC5;
		background: -webkit-linear-gradient(center top, #238CC5, #032D7D);
		background: -moz-linear-gradient(top, #238CC5, #032D7D);
		background: -o-linear-gradient(top, #238CC5, #032D7D);
		background: -ms-linear-gradient(top, #238CC5, #032D7D);
		background: linear-gradient(top, #238CC5, #032D7D);
		filter:~"progid:dximagetransform.microsoft.gradient(startColorstr='#238CC5',endColorstr='#032D7D',GradientType=0)";
    color: white;
}

.border {
    border-bottom: 2px solid #0082C8;
    margin: 0 0 10px;
    padding: 0 0 5px;
}

.intro {
    color: #9DA8B0;
    font-size: 16px;
    height: auto;
    line-height: 21px;
    margin: 0 0 25px;
    max-height: 999999px;
    min-height: 1px;
    width: 100%;
}

.intro.noMargin { margin: 0; }

.wrapper {
    margin: 0 auto;
    padding: 0 10px;
    width: 960px;
}

header {
	background: #F8F8F8;
        /*background-image:url('images/jcheader.png');
        background-repeat: no-repeat;
        background-position:center;
        background-color: white;
        background-size: 83% 100%;*/
        background-image:url('images/jcheader.jpg');
        background-position:center;
        background-color: #F8F8F8;
        background-repeat: no-repeat;
		background: -webkit-linear-gradient(center top, #F8F8F8, #D5D5D5);
		background: -moz-linear-gradient(top, #F8F8F8, #D5D5D5);
		background: -o-linear-gradient(top, #F8F8F8, #D5D5D5);
		/*background: -ms-linear-gradient(top, #F8F8F8, #D5D5D5);*/
		background: linear-gradient(top, #F8F8F8, #D5D5D5);
		filter:~"progid:dximagetransform.microsoft.gradient(startColorstr='#F8F8F8',endColorstr='#D5D5D5',GradientType=0)";
    height: 122px;
    padding: 15px 10px;
}

header menu {
    clear: both;
    float: right;
    position: relative;
}

header menu:first-child { margin-bottom: 25px; }

header menu .searchbar input[type="search"] {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #999999;
    font-size: 12px;
    height: 15px;
    padding: 5px 25px 5px 10px;
    position: absolute;
    right: 0;
    width: 132px;
}

header menu .searchbar input[type="submit"] {
    background: url("images/icon-search.png") no-repeat scroll 95% center transparent;
    display: block;
    filter: none;
    height: 14px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 7px;
    text-indent: -9999px;
    top: 7px;
    width: 14px;
    z-index: 10;
}

header menu button {
    font-size: 14px;
    line-height: 14px;
    padding: 5px 18px;
	vertical-align: middle;
}

header menu button:hover a { color: #0082C8; }

header menu button.inactive {
    background: none repeat scroll 0 0 #EBEBEB;
    border: 1px solid #CCCCCC;
    color: silver;
    cursor: default;
}

header menu button.languages {
    padding-left: 35px;
    position: relative;
}

header menu button.languages i {
    background: url("images/icon-languages.png") no-repeat scroll 0 0 transparent;
    height: 17px;
    left: 10px;
    position: absolute;
    top: 4px;
    width: 16px;
}

header menu button a { color: #818181; }

header menu .solutionFinder {
	background: #fff;
		background: -webkit-linear-gradient(center top, #fff, #D5D5D5);
		background: -moz-linear-gradient(top, #fff, #D5D5D5);
		background: -o-linear-gradient(top, #fff, #D5D5D5);
		background: -ms-linear-gradient(top, #fff, #D5D5D5);
		background: linear-gradient(top, #fff, #D5D5D5);
		filter:~"progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff',endColorstr='#D5D5D5',GradientType=0)";
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
    display: none;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 30px;
    width: 730px;
    z-index: 20;
}

header menu .solutionFinder .close {
    background: -moz-linear-gradient(center top , #6C6C6C, #3F3F3F) repeat scroll 0 0 transparent;
	background: #0082C8;
		background: -webkit-linear-gradient(center top, #0082C8, #002469);
		background: -moz-linear-gradient(top, #0082C8, #002469);
		background: -o-linear-gradient(top, #0082C8, #002469);
		background: -ms-linear-gradient(top, #0082C8, #002469);
		background: linear-gradient(top, #0082C8, #002469);
		filter:~"progid:dximagetransform.microsoft.gradient(startColorstr='#0082C8',endColorstr='#002469',GradientType=0)";
    border: 1px solid black;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 #B7B7B7 inset;
    color: #CCCCCC;
    display: block;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 28px;
    font-weight: 700;
    height: 33px;
    line-height: 25px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 35px;
}

header menu .solutionFinder section {
    border-left: 1px solid white;
    float: left;
    height: 375px;
    margin: 0 0 50px;
    width: 48%;
}

header menu .solutionFinder section:first-child {
    border-left: medium none;
    border-right: 1px solid #B7B7B7;
    width: 52%;
}

header menu .solutionFinder section h4 {
	background: #F0F0F0;
		background: -webkit-linear-gradient(center top, #F0F0F0, #DEDEDE);
		background: -moz-linear-gradient(top, #F0F0F0, #DEDEDE);
		background: -o-linear-gradient(top, #F0F0F0, #DEDEDE);
		background: -ms-linear-gradient(top, #F0F0F0, #DEDEDE);
		background: linear-gradient(top, #F0F0F0, #DEDEDE);
		filter:~"progid:dximagetransform.microsoft.gradient(startColorstr='#F0F0F0',endColorstr='#414F5A',GradientType=0)";
    border-bottom: 2px solid #D5D5D5;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    padding: 15px 0 10px 35px;
    text-shadow: 0 1px 0 white;
    text-transform: uppercase;
}

header menu .solutionFinder section h4 strong { color: #0082C8; }

header menu .solutionFinder section ul {
    list-style-type: none;
    margin: 0;
    padding: 15px 25px 25px;
}

header menu .solutionFinder section ul li { margin-bottom: 8px; }

header menu .solutionFinder section ul li a {
    color: #0082C8;
    font-weight: 600;
}

header menu .solutionFinder section ul.fields { padding-bottom: 0; }

header menu .solutionFinder section ul.fields label {
    color: #868686;
    display: inline-block;
    font-size: 12px;
    margin: 0 10px 0 0;
    text-align: right;
    text-transform: uppercase;
    vertical-align: middle;
    width: 120px;
}

header menu .solutionFinder section ul.fields input {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    height: 25px;
    padding: 2px 5px;
    width: 192px;
}

header menu .solutionFinder section .button { margin: 10px 0 0 160px; }

nav {
  font-size: 15px;
  background: #2d3c48;
  background: -webkit-linear-gradient(top, #2d3c48, #414f5a);
  background: -moz-linear-gradient(top, #2d3c48, #414f5a);
  background: -o-linear-gradient(top, #2d3c48, #414f5a);
  background: -ms-linear-gradient(top, #2d3c48, #414f5a);
  background: linear-gradient(top, #2d3c48, #414f5a);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#2d3c48', endColorstr='#414f5a', GradientType=0);
  height: 45px;
  line-height: 45px;
}

nav > ul { list-style-type: none; }

nav > ul > li {
  border-right: 1px solid transparent;
  float: left;
}

nav > ul > li > a {
  color: #cccccc;
  display: block;
  padding: 0 10px;
  text-shadow: 0 1px 0 black;
}

nav > ul > li > a:active { background: none; }

nav > ul > li:hover {
  background: #2d3c48;
  border-right: 1px solid #454f58;
  color: white;
}

nav > ul > li:hover > a { color: white; }

nav > ul > li:hover > ul { display: block; z-index:1000; }

nav > ul > li > ul {
  background: #2d3c48;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
  display: none;
  list-style-type: none;
  padding: 15px 0;
  position: absolute;
  width: auto;
  z-index: 10;
}
nav > ul > li > ul > li {
  display: block;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  width: auto;
}

nav > ul > li > ul > li > a {
  color: #f1f1f1;
  display: block;
  padding: 8px 20px;
  position: relative;
  text-shadow: 0 -1px 0 #000000;
  white-space: nowrap;
  z-index: 20;
}

nav > ul > li > ul > li:hover > ul { display: block; }

nav > ul > li > ul > li:hover > a {
  background: url('images/nav-bg.jpg') repeat-x right center;
  color: white;
}

nav > ul > li > ul > li:hover > a.subitem {
  background: url('images/nav-arrow.png') no-repeat right center;
  margin: 0 -20px 0 0;
  padding: 8px 40px 8px 20px;
}

nav > ul > li > ul > li > ul {
  border-left: 7px solid #a7a7a7;
  display: none;
  background: white;
  background: -webkit-linear-gradient(top, #ffffff, #d9d9d9);
  background: -moz-linear-gradient(top, #ffffff, #d9d9d9);
  background: -o-linear-gradient(top, #ffffff, #d9d9d9);
  background: -ms-linear-gradient(top, #ffffff, #d9d9d9);
  background: linear-gradient(top, #ffffff, #d9d9d9);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='white', endColorstr='#d9d9d9', GradientType=0);
  list-style-type: none;
  left: 100%;
  margin-top: -45px;
  padding: 15px 0;
  position: absolute;
  width: 100%;
  z-index: 15;
}

nav > ul > li > ul > li > ul > li a {
  display: block;
  padding: 8px 25px;
  white-space: nowrap;
}

nav > ul > li > ul > li > ul > li a:hover { text-decoration: underline; }

.main { background: none repeat scroll 0 0 white; }

.main .content {
    overflow: hidden;
    padding: 40px 0;
}

.main .content ol { margin: 0 0 0 20px; }
.main .content ul { margin: 0 0 0 15px; }
.main .content li { margin: 0 0 10px; }

.main .content ul, .main .content ol, .main .content p {
    height: auto;
    max-height: 999999px;
    min-height: 1px;
    width: 100%;
}


.main .wrapper img { margin-bottom: 15px; }

.locations {
	background: #F8F8F8;
		background: -webkit-linear-gradient(center top, #F8F8F8, #D4D4D4);
		background: -moz-linear-gradient(top, #F8F8F8, #D4D4D4);
		background: -o-linear-gradient(top, #F8F8F8, #D4D4D4);
		background: -ms-linear-gradient(top, #F8F8F8, #D4D4D4);
		background: linear-gradient(top, #F8F8F8, #D4D4D4);
		filter:~"progid:dximagetransform.microsoft.gradient(startColorstr='#F8F8F8',endColorstr='#D4D4D4',GradientType=0)";
    border-bottom: 1px solid white;
    border-top: 1px solid #DADADB;
    color: #354552;
    font-size: 18px;
    font-weight: bold;
    height: 155px;
    letter-spacing: 2px;
    line-height: 155px;
    text-align: center;
    text-shadow: 0 1px 0 white;
    text-transform: uppercase;
    vertical-align: middle;
}

.locations img { margin: 40px 10px 0; }

footer {
    color: white;
    font-size: 12px;
    height: auto;
    line-height: 14px;
    max-height: 999999px;
    min-height: 1px;
    overflow: hidden;
    padding: 25px 0;
    width: 100%;
}

footer a { color: #9DA8B0; }

footer a:hover {
    color: #9DA8B0;
    text-decoration: underline;
}

footer aside {
    float: right;
    width: 215px;
}
 
footer aside div {
    background: none repeat scroll 0 0 #22323E;
    line-height: 18px;
    padding: 20px;
}

footer aside div .logo, footer aside div a { color: #00A6FF; }
footer aside div a:hover { color: #0082C8; }

footer dl {
    float: left;
    margin: 0 20px 50px 0;
    width: 125px;
}

footer dl dt, footer dl dd {
    line-height: 14px;
    margin: 0 0 6px;
}

footer dl dt {
    color: white;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

footer .copyright {
    clear: left;
    font-size: 12px;
}

footer .copyright a { text-decoration: underline; }

/* IE Styles */
.ie9 menu button {
    border-radius: 0 0 0 0;
}
.ie9 nav > ul > li > ul, .ie9 nav > ul > li > ul > li > .navBackground { box-shadow: none; }

.ie8 .main h1, .ie8 .main .lato h2, .ie8 .main .channelChanger .pane p.headline, .ie8 .main .midSection.homepage h1, .ie8 .main .wrapper .sharePrice h2 {
    font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
    font-weight: bold;
}
.ie8 .main .lato h2, .ie8 .main .midSection.homepage h1, .ie8 .main .channelChanger .pane p.headline em { font-weight: normal; }



/* Taleo Styles */
table[role="presentation"] { line-height: 16px; }

table[role="presentation"] form table td { padding: 10px; }
table[role="presentation"] h1 {
	color: #354552;
    font-size: 21px;
    font-weight: 600;
    line-height: 24px;
	margin-bottom: 20px;
	text-transform: none;
}

table[role="presentation"] input[type="text"], table[role="presentation"] .text, table[role="presentation"] input[type="password"] { border: 1px solid #777; }

table[role="presentation"] input[type="submit"] {
	background: #0071B7;
		background: -webkit-linear-gradient(top, #0071B7, #00357A);
		background: -moz-linear-gradient(top, #0071B7, #00357A);
		background: -o-linear-gradient(top, #0071B7, #00357A);
		background: -ms-linear-gradient(top, #0071B7, #00357A);
		background: linear-gradient(top, #0071B7, #00357A);
		filter:~"progid:dximagetransform.microsoft.gradient(startColorstr='#0071B7',endColorstr='#00357A',GradientType=0)";
	border: 1px solid #2F5DB7 !important;
    border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 0 #0082C8 inset, 0 1px 2px #666666;
    clear: both;
    color: white;
	cursor: pointer;
	font-size: 14px !important;
    font-weight: 700;
    line-height: 14px;
    text-shadow: 1px 0 0 #002469;
	padding: 6px 15px !important;
}