@charset "UTF-8";
/* Web Solutions 4.0 Compatible */
* {margin:0;padding:0;border:0;outline:none;box-sizing:border-box;-moz-box-sizing:border-box}
ul li{list-style:none}
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr{font-family:inherit; font-size:inherit; font-style:inherit;font-weight:inherit}
table {border-collapse:collapse}
td, th {empty-cells:show;vertical-align:top;text-align:left}
body {background:#00060a url(/images/bg.jpg); padding-top: 5em; background-attachment: fixed}
#skipNavigation{background:#fff;color:#000;padding:.5em;position:absolute;left:0;top:-100px;z-index:10}
	#skipNavigation:focus,#skipNavigation:active{top:0;}
/*page widths*/
body>header, main, body>footer, #alertApp{width:100%;float:left;clear:left;padding:0 10px;display:block;}
body>*>.wrap, body>footer>.fatFooter,#alertApp>*, .home section .wrap{max-width:80em; width:100%; margin-left:auto;margin-right:auto;position:relative;overflow:auto}

/* text */
body, .text, input, button{font-family:"jaf-facitweb", sans-serif;line-height:1.563em;color:#333}
a, a *{color:#13bf2c;text-decoration:none}
a:hover, a:active, a:hover *, a:active *{color:#0072ff}
p,h1,h2,h3,h4,hr,.content ul,.contentEditor ul,blockquote,dd,ol{margin-bottom:1em}
h1, h2, h3, h4, h5, h6, h7, h8, h9, th{font-weight:400; line-height: 120%;}
p + h2, p + h3, p + h4, p + h5, p + h6 {margin-top:1.3em;}
em, i, q, cite, .italic{font-style: italic}
b, strong{font-weight:700}
u { text-decoration:none}
hr{border-top:1px solid rgba(0,0,0,.15);margin:2em 0;padding-top:1px}
p{font-size:1em}
h1, .content article.blog>h1{font-size:1.875em;margin-bottom:0.9em; font-weight:700; color:#001222}
.content>section{margin:2em 0}
h2, .content * h1{font-size:1.625em; color:#13bf2c}
#ContactForm h2 em {font-size:0.5em}
ul + h2 {margin-top:2em}
h3{font-size:1.5em; color:#001222}
h4, th{font-size:1.375em; color:#13bf2c}
h5 {font-size:1.25em; color:#2c3845}
h6 {font-size:1.15em; color:#13bf2c}
h7, h8, h9{font-size:1em}
sup, sub { font-size:.6em; line-height:.6em;vertical-align:baseline;position:relative}
sup {bottom:1ex}
sub {top:.5ex}

/* level1 list */
.content ul li{position: relative; margin-top:.3em;padding-left:2em}
.content ul li:before{content: "›"; position: absolute; left:1em; top:-0.1em; color:#001222}
.content ul li li:before{content: "-"; position: absolute; color:#333}
.content ol, #content_home ol, .contentEditor ol{margin-left:35px}
.contentEditor ol {padding: 10px 0 0 25px !important}

/* level2 list */
.content ul li li:before{content: "-"; position: absolute; color:#333}

/* addon classes */
.clearFloats{clear:both}
.nobr{ white-space: nowrap}
.twoCol {
-webkit-columns:2;
   -moz-columns:2;
        columns:2;
-webkit-column-gap:40px;
   -moz-column-gap:40px;
        column-gap:40px;
-webkit-column-rule:1px outset rgba(0,0,0,.15);
   -moz-column-rule:1px outset rgba(0,0,0,.15);
        column-rule:1px outset rgba(0,0,0,.15);
}
.threeCol {
-webkit-columns:3;
   -moz-columns:3;
        columns:3;
-webkit-column-gap:30px;
   -moz-column-gap:30px;
        column-gap:30px;
-webkit-column-rule:1px outset rgba(0,0,0,.15);
   -moz-column-rule:1px outset rgba(0,0,0,.15);
        column-rule:1px outset rgba(0,0,0,.15);
}
.resCol {
-webkit-column-count: 2;
   -moz-column-count: 2;
        column-count: 2;
}

.twoCol li { display: inline-block; width: 100%; margin-bottom: 1em}

/*grid */
.grid {width:100%; float: left; clear: both}
.grid .col{float:left; position: relative}
.grid .col10{width:10%}
.grid .col20{width:20%}
.grid .col25{width:25%}
.grid .col30{width:30%}
.grid .col33{width:33.333%}
.grid .col40{width:40%}
.grid .col50{width:50%}
.grid .col60{width:60%}
.grid .col66{width:66.666%}
.grid .col70{width:70%}
.grid .col75{width:75%}
.grid .col80{width:80%}
.grid .col90{width:90%}
.grid .col img {max-width:100%; height:auto}

.req{color:#c00}
.textIcon{background:#999; background-color:rgba(0,0,0,.2);font-size:.8em;line-height:1em;display:inline-block;padding:.2em .4em;border-radius: .5em;color:#fff}
.textIcon:hover{background:#666; background-color:rgba(0,0,0,.4);color:#fff}

/* forms */
input, button{font-size:1em}
input[type="text"], input[type="password"], input[type="tel"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], textarea, select, input[type="button"], input[type="submit"]{border-radius:0;-webkit-appearance:none}
input[type="radio"],input[type="checkbox"]{}
input[type="text"], input[type="password"], input[type="tel"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], textarea, select{border:1px solid rgba(0,0,0,.2);background-color:#f2f2f2;padding:0.25em 1em; border-radius: 0.214em; transition: ease all 150ms}
input[type="text"]:hover, input[type="password"]:hover, input[type="tel"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, textarea:hover, select:hover{border: 1px solid #666;}
input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, textarea:focus, select:focus{border: 1px solid #666; box-shadow:0px 2px 4px 0px rgba(0, 0, 0, .2)}
textarea{display:block; font-size: 1em; padding:1em}
select{padding:0; font-size: 1em}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select{background-image:url(/images/icons/16x16/select.png);background-repeat:no-repeat;background-position:right center;padding:3px 16px 3px 5px}
	input[type="search"]::-webkit-search-decoration {-webkit-appearance:none}
	input[type="search"]{padding-right:0}
}
select option{padding:0 .2em}
button,.button,input[type="button"], input[type="submit"], input[type="reset"]{background:#13bf2c; border-radius: 0.214em; color:#fff;border:0;padding:1em 1.5em; font-style: italic; font-size: 1.05em; font-weight:500; text-shadow: 0 1px 0 rgba(0,0,0,0.40); line-height:1em;cursor:pointer; transition: all 150ms ease-out; border: 1px solid #fff; display:inline-block}
input::-moz-focus-inner {border:0;padding:0;}
button:hover,input[type="button"]:hover,input[type="submit"]:hover,input[type="reset"]:hover,.button:hover,.button:focus,input[type="button"]:focus,input[type="submit"]:focus,input[type="reset"]:focus{background-color:#0072ff;color:#fff}
button img{height:1em;width:auto;vertical-align:top}
input.bulky, .bulky {padding:.4em .6em;font-size:1.2em}
.formTable, .formTable table{width:100%}
.formTable td{width:50%}
.formTable input[type="text"], .formTable input[type="password"], .formTable input[type="tel"], .formTable input[type="number"], .formTable input[type="email"], .formTable input[type="url"], .formTable input[type="search"], .formTable textarea{width:100%}
.formTable td{padding:0 0 .5em .5em}
.formTable td:first-child{padding:0 .5em .5em 0}
.formTable table td,.formTable table td:first-child{padding-bottom:0}
.formTable.right td:first-child{text-align:right;width:1%}
.formTable.right td{width:auto}
.formTable td[colspan="2"]{padding-right:0}
.formTable.formLoose,.formTable.formLoose td{width:auto}
.subjClass{display:none !important;}
#Captcha label{padding-left:0}
td.right, th.right{text-align:right}
.wsNew{display:inline-block;font-size:.7em;line-height:1.5em;height:1.5em;padding:0 .3em;margin:.3em 0;background-color:#FFC700;overflow:visible;vertical-align:top;color:#fff;font-style:italic}


/* HEADER ------------------------------*/
body>header{margin:0 auto; position: fixed; top:0; left:0; z-index:10; width:100%;background:#fff; border-bottom:1px solid #d6d6d6}
body>header .wrap {max-width:80em; position: relative; margin:0 auto; overflow: visible;}
body>header>.wrap {position: static}
.management>header{top:34px}
#brand{height:100%; margin-right:3em; display: inline-block; vertical-align: middle}
#brand:hover{opacity:0.5; -webkit-filter: grayscale(1); filter: grayscale(1);}
#brand:before {content: ""; height: 100%; display: inline-block; vertical-align: middle}
#brand img {display: inline-block; vertical-align: middle}
/* ancillary */
#ancillary {font-family: "adelle-sans", sans-serif; float: right; text-align: right; padding-top: 0.75em}
#ancillary span {display: block;font-size: 0.875em; color:#666}
#ancillary a {display: inline-block; font-size: 1.313em; font-weight:700; color:#001222}
#ancillary a:before {content:""; width: 1em; margin-right:0.15em; height: 1em; vertical-align: middle; display: inline-block; background:url(/images/icons/misc/phone.svg) no-repeat center right}


/* PRIMARY NAV ------------------------------ */
#mainnav {display: inline-block; vertical-align: middle; overflow:visible}
#mainnav ul{text-align:center;overflow:visible}
#mainnav li{display:inline-block;line-height: 5em; position: relative}
#mainnav a{color:#666;padding:1em; border-radius:0.188em;display:inline-block; line-height: 100%; text-decoration:none;-webkit-text-size-adjust:none}
#mainnav>ul>li:hover>a, #mainnav>ul>li:active>a{background:#13bf2c;color:#fff}
#mainnav>ul>li.on>a{background:#fff;color:#13bf2c}
/*dhtml*/
#mainnav li ul{z-index:1;width:16em;padding:0.5em;background:rgba(0,0,0,.8);position:absolute;overflow:auto;height:auto}
#mainnav>ul>li:last-child ul{right:0}
#mainnav li ul li{width:100%;display:block;float:left}
#mainnav ul li ul li a{background:none;color:#fff}
#mainnav li ul li a{font-size:.9em;line-height:1.1em;padding:0.5em; display:block;width:100%;text-align:left;float:left}
#mainnav li ul li a:hover, .t1 li ul li a:active{color:#000;background:#fff}

/* MAIN ------------------------------ */
main, .mceContentBody{background:#fff}
main>.wrap{padding-top:3em; overflow: visible}
.home main {padding:0}
.interior > main {margin-top:4em}
.contentEditor{background:#fff;min-width:100%;}
/* side column */
main>div>aside{position:relative; width:14.921875000000002%; float:left; overflow:hidden}
/* t1 */
#sidenav{margin:0 0 40px}
#sidenav li{height:1%;margin-bottom:1px;overflow:hidden}
#sidenav li a{padding:.5em;border-radius: 0.214em;line-height:1.1em;display:block}
#sidenav li a:hover, #sidenav li a:active{background:#e5e5e5}
#sidenav li.on>a{color:#13bf2c; font-weight: 700}
#sidenav li.on>a:hover{color:#0072ff; background:none}
/* t2 */
#sidenav li.on ul{border-top:1px solid rgba(0,0,0,.15)}
#sidenav li.on ul li a{font-size: 0.875em; border-radius: 0.214em; padding:0.5em 1em;color:#000}
#sidenav li ul li a:hover, #sidenav li ul li a:active{color:#fff;background:#13bf2c}
#sidenav li ul li.on>a{color:#fff; background:#13bf2c; font-weight:400}
#sidenav li ul li.on>a:hover{color:#fff; background:#0072ff}
#sidenav li ul li.on>a:before{content: "›"; float: right}
/* t3 */
#sidenav li ul li.on ul{padding-bottom:.5em;border:0}
#sidenav li ul li.on ul li{border:0}
#sidenav li ul li.on ul li a{font-size: 0.750em; padding-left:1.75em; color:#666}
#sidenav li ul li ul li a:hover, #sidenav li ul li ul li a:active{color:#000; background:#ececec}
#sidenav li ul li ul li.on>a{color:#000; background:#ececec;}
#sidenav li ul li ul li.on>a:before{content:''}
/* t4 */
#sidenav li ul li ul li.on ul li a{padding-left:3em;font-size:.7em;color:#666}
#sidenav li ul li ul li ul li a:hover, #sidenav li ul li ul li a:active{background:#fff}
#sidenav li ul li ul li ul li.on>a{color:#000; background:none;}
/*section callouts*/
main>div>aside section{margin:0 0 20px;padding:10px}
main>div>aside section:hover{background:#FFC}
main>div>aside section h1{margin:0;font-size:1.2em}
main>div>aside section p{margin:0}
/* breadcrumb */
.breadcrumb{margin-bottom: 1em}
.breadcrumb a:after{content: "\00A0\00A0\203A\00A0"}

/* content */
#content{float:right;width:81.25%;padding:0 0 5em; min-height:600px;word-wrap:break-word;position:relative}
#content .photoright, #content .photoleft{max-width:50%; /*box-shadow: 0 5px 13px 0 rgba(0,0,0,0.5)*/; height:auto}
#content .photoright img,#content .photoleft img {max-width:100%;height:auto}
#content img.phototreatment{max-width:50%;height:auto}
img.phototreatment,img.photoright,img.photoleft,.photoright img,.photoleft img {}
.photoright{float:right;margin:0 0 3em 4em;clear:right}
.photoleft{float:left;margin:0 4em 3em 0;clear:left}
.muted {opacity:0.5;filter:alpha(opacity=50)}
.highlight, .content .highlight{background:#e8e8e0; color:#666; border-radius: 0.313em; padding:2em;margin:2em 0}
#content * h1{font-size:1.25em; color:#001222; margin-bottom:1em}
small, .textSm{font-size:.8em}
#content table, .contentEditor table{width:100%}

.bottomCallout {width:100%; float: left; clear: both;text-align: center; padding:3.750em 1em; background: #e8e8e0}
.bottomCallout h1 {margin-bottom: 1em}
.bottomCallout p {font-size: 1.5em; font-style: italic; margin-bottom: 1.6em}
.bottomCallout a {background:#fff; border-radius: 0.167em; border: 1px solid #13bf2c; display: inline-block; color:#161b1f; font-size: 1.125em; line-height: 120%; padding: 0.75em 1.15em; font-weight:700;}
.bottomCallout a:hover {background:#13bf2c; color:#fff}

.home .productlines {padding: 5em 1em 5.5em; text-align: center; background: #00060a url(/images/bg.jpg); background-attachment: fixed}
.home .productlines h1 {font-size:1.50em; color:#fff; margin-bottom: 0.5em}
.home .industries {padding: 5em 1em 5.5em; text-align: center;}
.home .industries h1 {font-size:1.50em; margin-bottom: 0}
.home .industries.cards img {margin-bottom: 0.5em}
.home .industries.cards .button {transform: none; -webkit-transform:none; margin: 0; background:#fff; border: 1px solid #13bf2c; color:#161b1f; text-shadow:none}
.home .industries.cards .col:hover .button, .interior .industries.cards .col:hover .button {background:#0072ff; color:#fff; border: 1px solid #0072ff}
.grid {overflow: hidden}
.cards .col {width: 22.5%; text-align: center; vertical-align: top; background: #fff; border-radius: 0.188em; padding:2.2em 1em 0.75em; margin: 3% 1% 2%; float: none; display: inline-block;}
     .industries.cards .col {width:33%; margin: 0 0 3em; padding: 0}
     .interior .cards .col, .interior .content .cards .col {margin: 3% 2%; width:28%; background: #e8e8e0; border: 1px solid #d2d2cf}
     .interior .industries.cards .col {background: none;padding: 0.25em 1em 0.5em}
.cards .col h2 {font-size: 1.125em; font-weight: 600; margin-bottom: 1.25em; color: #001222}
     .productlines.cards .col h2 {position: relative; height: 2em}
     .productlines.cards .col h2 span{position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%);-webkit-transform: translateY(-50%); margin: 0; color:#001222}
     .interior .cards .col h2 {font-size: 1.10em}
.cards .col span, .interior .cards .col a {margin-top: -0.75em; transform: translateY(2.25em); -webkit-transform: translateY(2.25em)}
.home .cards a:hover .button {background: #0072ff; color: #fff}
     .interior .cards .col a {font-size: 1em}
.cards ul {text-align: left; margin: 1.5em 0}
.cards ul li {color:#666666; font-size: 0.75em; margin-top:1em; line-height: 120%}
.newsevents {overflow: auto; background: #00060a url(/images/bg.jpg); background-attachment: fixed}
.newsevents .grid {
         display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.home .newsevents .wrap {max-width: 40em;}
.home .news {background: #e8e8e0}
.home .news .wrap {float: right; padding:4em 10% 2.5em 1em}
.home .news .button {font-size: 0.875em; padding: 0.75em 1.25em}
.home .news .wrap > .button {float: right}
.home .news h1 {font-size: 1.5em; font-style: italic}
.home .news h2 {font-size: 1em; color: #001222; font-weight: 600; margin-bottom: 0.5em}
.home .news a:hover h2 {color: #0072ff}
.home .news li {overflow: auto; padding: 1.5em 0}
.home .news li+li {border-top: 1px solid #bbbbb6}
.home .news li p {line-height: 150%; color:#666}
.home .news .wrap li .button {color:#161b1f; text-shadow: none; border: 1px solid #13bf2c; background:#fff}
.home .news .wrap li .button:hover {color:#fff;background: #13bf2c}
.home .callouts .wrap {position: absolute; left:0; top:49%; padding-left:10%; text-align: center; transform: translateY(-50%); -webkit-transform: translateY(-50%); overflow:visible}
.home .callouts .gallery, .home .callouts .events {display: inline-block; width:100%; max-width:26.375em; padding-top: 33%; border: 1px solid #fff; border-radius:0.214em}
.home .callouts .gallery {margin-bottom: 8%; background: url(/images/home/gallery.png) no-repeat center; background-size: cover}
.home .callouts .events {background: url(/images/home/events.png) no-repeat center; background-size: cover}
.home .callouts a .button {transform: translateY(50%); -webkit-transform: translateY(50%)}
.home .callouts a:hover .button {background: #0072ff; color: #fff}

.home .main {position: relative; overflow: hidden}
.home .main .wrap {padding: 5.750em 1em 15%; text-align: center}
.home .main #content {text-align: center; z-index:1; width:100%; max-width: 43.750em; float: none; display:inline-block; min-height: 0; padding:0}
.home .main #content h1 {font-size: 1.875em; margin-bottom: 1.2em}
.home .main #content :nth-child(2) {font-size: 1.125em; margin-bottom: 1.75em; font-style: italic}
.home .main #content .button {font-size: 1.125em; color: #001222; background: #fff; border: 1px solid #13bf2c; text-shadow: none; font-style: normal; font-weight:600; margin-top: 1.15em}
.home .main #content .button:hover {background: #13bf2c;color:#fff}
.home .main .image {position: absolute; transition: ease all 1s 1s; top:0; height: 100%; width:50%;}
.home .main .image.left {left: -100%; background: url(/images/home/image-left.jpg) no-repeat bottom left; background-size: contain}
.home .main .image.slide.left {left: 0;}
.home .main .image.right {right:-100%; background: url(/images/home/image-right.jpg) no-repeat bottom right; background-size: contain}
.home .main .image.slide.right {right:0;}

.widetable {
  overflow-x: auto;
  background-image: linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
  background-position: 0 0, 100% 0, 0 0, 100% 0;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 4em 100%, 4em 100%, 1em 100%, 1em 100%;
  background-attachment: local, local, scroll, scroll;
}

.tableWrap { width:100%; overflow:auto;-webkit-overflow-scrolling: touch;}

.fancyTable{width:100%; background:#fff; margin: 2em 0;}
.highlight .fancyTable {border: 1px solid #ccc}
.fancyTable th {background:#001222;vertical-align:top; text-align: center; border-left: solid 1px #fff; color: #fff; padding: .5em .5em}
.fancyTable td {border-bottom:solid 1px #ccc; text-align: center; border-top:solid 1px #ccc;vertical-align:middle; border-left: solid 1px #ccc; line-height: 1em; padding: .25em .5em; line-height: 1.4em;}
.fancyTable td h2 { margin-bottom:0}
.fancyTable td:first-child{ border-left: none; color: #000}
.fancyTable tr {border-bottom:solid 1px #ccc}
.fancyTable tr:nth-child(even) { background:#ececec}
.fancyTable em, #content figure.photoright em { font-size: .85em; padding-top: .5em; display: block}
.fancyTable a{ display: block}

#content .figContainer {background:#ececec; float: left; width: 100%; padding:2em 1em; margin: 1em 0}
.figContainer.two figure, .figContainer.three figure, .figContainer.four figure, .figContainer.half figure {float: left;text-align: center; padding: 0 2%}
.figContainer.four figure, .figContainer figure {width: 25%}
.figContainer.two figure, .figContainer.three figure {width: 33%;}
.figContainer.half figure {width: 50%}
.figContainer figure img { max-width: 100%;height: auto; border: solid 1px #ccc}
.figContainer figcaption, #content > figure figcaption  { font-size: .8em; text-align: left; line-height: 1.25em; color: #000; font-style: italic}

.centered {margin: 0 auto; text-align: center; display: block}
#content figure.photoright {box-shadow:none; max-width: 30%}
#content figure.photoright.large {box-shadow:none; max-width: 50%}

.content > section {
    clear: both;
    margin: 2em 0;
}
#content .expand>h1{padding:.5em 1em ; background: #1d2429; color: #fff;margin: 0; cursor: pointer; font-weight: normal; border-radius: 2px}
#content .expand:nth-child(even)>h1{ background: #232a2f}
#content .expand{position: relative; margin: 0 0 3px 0}
#content .expand div{display:none; padding-bottom:2em}
#content .expand div img{padding:0 2em}
#content .expand.open div {display:block}
#content .expand.open div {background: #ececec}
#content .expand.open  ul, #content .expand.open p{padding:1em 2em 1em 1em; margin-bottom: 0}
#content .expand.open>h1 {background:#13bf2c}
#content .expand.open>h1:after {
    content: " – ";
    display: block;
    position: absolute;
    right: .5em;
    top: .35em;
}
#content .expand>h1:after {
    content: " + ";
    display: block;
    position: absolute;
    right: .5em;
    text-align: center;
    top: .35em;
    width: 1.5em;
}

.fancybox-overlay {z-index: 999}
.fancybox-overlay .rsContent p {position: relative; padding:1em; text-align: center}
.fancybox-overlay .rsContent p span {font-size: 1.125em; font-weight:600; color:#fff}
.directionsForm input {width: 90% !important; height: 2rem; line-height: 2rem; padding: 0 0.25em; margin-top:0.5em; font-size: 1em;}
.directionsForm input[type="submit"] {width: 2em !important;text-align: center}

.fullImg {max-width: 100%; height: auto}
.dataCollection th {background: #001222; font-size: 1rem; text-align: center; color:#fff; padding:1em}
.dataCollection td {padding: 2em 1em; border-top:1px solid #ccc}
.dataCollection td:first-child,
.dataCollection td:last-child {padding-left:0; padding-right:0}
.dataCollection td:nth-child(2),
.dataCollection td:nth-child(3),
.dataCollection td:nth-child(4) {padding: 0 1em 2em}
.dataCollection td:nth-child(2),
.dataCollection td:nth-child(4) {padding-top:5em}
.dataCollection td:nth-child(3) {width:24em; background: #ececec; padding-top:2em}
.dataCollection td h3 {font-size: 1.25em; font-weight:600}
.dataCollection td:first-child img {max-width:15em; width:100%; height: auto}
.dataCollection td:last-child img {max-width:20em; width:100%; height:auto;}
.dataCollection .arrow {position: relative}
.dataCollection .arrow:after {content: ""; display: inline-block; width: 0;height: 0;border-style: solid;border-width: 15px 0 15px 15px;border-color: transparent transparent transparent #d1d1d1;}
.dataCollection th .arrow:after {width: 0;height: 0; position: absolute; top:30%; left:0; border-style: solid;border-width: 7.5px 0 7.5px 7px;border-color: transparent transparent transparent #fff;}
.dataCollection ul li {font-size: 0.875em; line-height:1.5em; margin-bottom:0.75em}


/* FOOTER ------------------------------ */
body>footer{padding-top:4.188em;}
body>footer a{color:#13bf2c}
body>footer a:hover, footer a:active{color:#ccc}
body>footer a.on, footer .on>a{text-decoration:none;color:#ccc}
body>footer .fatFooter > div { color:#9e9e9e; font-size:0.875em;line-height:1.357em; width:100%; float:left; clear:both}
body>footer .fatFooter > a {font-weight: 700; font-size: 1.125em; text-transform: uppercase; color: #fff; margin-bottom: 2em; display: block}
body>footer .fatFooter > a:hover {color: #ccc}
body>footer .fatFooter address {float: left; width:33%;}
body>footer .fatFooter address a {display: block; margin-bottom: 2em}
body>footer .fatFooter address span {display: block}
body>footer .fatFooter nav {float: left; width:66%; padding-left:5%}
body>footer .fatFooter li>a {display: none}
body>footer .fatFooter li li>a {display: block; position: relative; padding:0.5em 0.75em;}
body>footer .fatFooter li li>a:before {content: url(/images/icons/16x16/bullet-footer.svg); position: absolute; left:0; top:0.3em;}
body>footer .fatFooter li ul {-webkit-column-count: 2; -moz-column-count: 2; column-count: 2;}
body>footer .fatFooter .wrap{margin-top:4em; overflow:visible; border-top: 1px solid rgba(255,255,255,0.2); padding:2em 0}
body>footer .fatFooter .wrap div{font-size: 0.750em}
body>footer .fatFooter .wrap div:first-child{float: right}
body>footer .fatFooter .wrap div img{max-width:48px; height: auto; display: inline-block; vertical-align: middle; margin-right:1em}
body>footer .fatFooter .wrap div strong {font-size: 1.125em; margin-right:2em; display: inline-block}
body>footer .fatFooter .wrap nav{display:inline; width:auto; float: none; padding:0}
body>footer .fatFooter .wrap a{color: #9e9e9e}
body>footer .fatFooter .wrap a.on,
body>footer .fatFooter .wrap a:hover {color: #ccc}

/* APPS ------------------------------ */

/* pagination */
.pagination{font-size:.95em;text-align:right}

/* page header */
.pageHeader{width:100%;height:auto;margin-bottom:2em}

/* ALERT */
#alertApp, #alertApp.alertStatic:hover{width:100%; background:#990000}
#alertApp h1{margin-bottom:0;font-size:1.1em;padding:5px;color:#fff;text-align:center}
#alertTitle span{float:right; opacity:.5}
#alertApp:hover #alertTitle span{opacity:1}
#alertTitle a{color:#fff;text-decoration:underline}
#alertDesc{overflow:hidden}
.alertClosed #alertDesc{height:auto;max-height:0}
.alertOpen #alertDesc{height:auto;min-height:0;max-height:250px;}
#alertDesc p{color: rgba(255,255,255,.8);}
#alertApp {cursor:pointer;}
#alertApp.alertStatic{cursor:auto}
#alertApp:hover { background:#660000;}


/* MANAGEMENT OVERRIDES ------------------------------ */
#wysiwygBody{background:#fff}

/* management table */
hr+.manage{margin-top:-1em}
.manage{border-bottom:1px solid rgba(0,0,0,.2);width:100%;line-height:1.3em}
.manage th{border-bottom:1px solid rgba(0,0,0,.2);text-align:left}
.manage th.right{text-align:right}
.manage th.sort{cursor:pointer}
.manage th.sort img{margin-left:5px}
.manage th img {position:relative;bottom:-2px}
.manage td,.manage th{padding:5px 5px 5px 0}
.manage td:first-child{padding-left:.8em}
.manage img.preload{display:none;position:absolute;z-index:9900;top:0;border:solid 1px #fff}
.manage td.icons img{margin-left:5px;position:relative;bottom:-2px}
.manage td:first-child.icons img{margin-left:0}
.manage td:first-child.icons{padding-left:3px;padding-right:3px}
.manage td.icons a:first-child img{margin-left:0}
.manage td.icons input{position:relative;bottom:2px;margin-left:5px}
.manage .hidden{font-style:italic;color:#900}
.manageButton{text-align:right;padding:10px 0}
.alternate tbody tr:nth-child(even), .even{background:#fff}
.alternate tbody tr:nth-child(odd), .odd {background:rgba(0,0,0,.06)}
.manage+hr, .manage+.manageLinks+hr{margin-top:50px}
.manageLinks{margin-top:10px}
.manageLinks a{white-space:nowrap}
.manageLinks a img{position:relative;bottom:-2px}
.manageLinks button{margin-left:5px}
.manageButtons{text-align: right;padding:10px 0}
.wsReturnToButton {float:right;margin-top:-3.5em}
.manage.rightFirstChild td:first-child{text-align:right}
.sortRow th{cursor:pointer}
.manageEllipsis{width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}
.contentEditor {padding-top: 0; font-size: 1em}
/*
.manage td.reportTitle{padding-left:5px;width:150px; cursor:pointer}
.manage td.views{padding-right:5px}
.manageCaption{}
.manageCaption td:first-child{padding-top:0;padding-left:0;font-size:.85em; font-style:italic;opacity:0.4;filter:alpha(opacity=4)}
*/


/* RESPONSIVE ------------------------------ */
@media screen and (max-width:1100px) {
     body {padding-top: 9.25em}
     #brand {position: absolute; height: auto; top: 1em; left:1em}
     #mainnav {margin-top: 4.25em}
     #mainnav ul {text-align: left}
     #ancillary {position: absolute; top:3em ;right:1em; padding:0}
     .productlines.cards .col {width: 30.5%}
     .dataCollection {font-size: 0.875em}
     .dataCollection th:nth-child(2),
     .dataCollection th:nth-child(4),
     .dataCollection td:nth-child(2),
     .dataCollection td:nth-child(4) {display: none}
     .dataCollection td:first-child {padding-right:1em}
     .dataCollection td:last-child {padding-left:1em;}
     .dataCollection td:nth-child(3) {width:20em}
}

@media screen and (max-width:1100px) {
     .home .cards .col h2 {font-size: 1.75vw}
     #mainnav .swapContent {width: calc(100% - 23em)}
     #mainnav .swapContent .linkImage {display: none}
}
@media screen and (max-width:970px) { 
body>header, #mainnav, main, body>footer{min-width:750px}
body>*>.wrap, body>footer>.fatFooter{width:100%}
     .productlines.cards .col, .industries.cards .col {width: 43.5%}

}

@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
body {background:#00060a url(/images/bg@2x.jpg) repeat / 1200px 1200px}
}


/* TRANSITIONS ------------------------------ */
a, a *,button,.button,input[type="button"],input[type="submit"],.rsFullscreenBtn,#alertApp,#alertApp span,#alertDesc, .expand>h1{-webkit-transition: all 150ms ease-out;transition: all 150ms ease-out}

/* Buzz Out */
.shake img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.shake:hover img, .shake:focus img, .shake:active img {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes shake {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes shake {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}


/* FORM ERROR ------------------------------ */
.formError {background-color:Black; border:0; padding: 5px 10px; color:#fff; display:none; margin:0 0 2px; z-index:9999; border-radius: 10px; -moz-box-shadow:0 2px 2px #333; -webkit-box-shadow:0 2px 2px #333;}
.formError p {margin:0; font-size:.9em; }
.formError em { border:10px solid;  border-color:Black transparent transparent; bottom:-17px; display:block; height:0; left:40px; position:absolute; width:0; }