/* Minification failed. Returning unminified contents.
(9587,28): run-time error CSS1031: Expected selector, found ','
 */
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/includes/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('/includes/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/includes/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/includes/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/includes/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/includes/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}

/**
 * @license
 * The fonts listed in this notice are subject to the End User License Agreement(s) entered into by the website owner. All other parties are explicitly restricted from using the Licensed Webfont(s).
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3175248
 * © 2016 MyFonts Inc
*/
@font-face {
	font-family: 'AvenirLTStd';
	src: url('/includes/fonts/307350_1_0.eot');
	src: url('/includes/fonts/307350_1_0.eot?#iefix') format('embedded-opentype'),url('/includes/fonts/307350_1_0.woff2') format('woff2'),url('/includes/fonts/307350_1_0.woff') format('woff'),url('/includes/fonts/307350_1_0.ttf') format('truetype');
	font-weight: 400;
}

@font-face {
	font-family: 'AvenirLTStd';
	src: url('/includes/fonts/307350_0_0.eot');
	src: url('/includes/fonts/307350_0_0.eot?#iefix') format('embedded-opentype'),url('/includes/fonts/307350_0_0.woff2') format('woff2'),url('/includes/fonts/307350_0_0.woff') format('woff'),url('/includes/fonts/307350_0_0.ttf') format('truetype');
	font-weight: 800;
}
/*
**  TABLE OF CONTENTS
**
**  01) CSS Reset
**  02) Desktop Nav
**  03) Desktop Body
**  04) Desktop Footer
**  05) @media Queries
**
*/
/* 01) CSS Reset */
* {
	margin: 0;
	padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}

audio, canvas, video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

p {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}

a {
	cursor: pointer;
}

a:focus {
	outline: thin dotted;
}

a:active, a:hover {
	outline: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

h1, h2, h3, p {
	font-weight: normal;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button, input {
	line-height: normal;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], input[disabled] {
	cursor: default;
}

input, textarea {
	outline: none;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea, select {
	outline: none;
}

.clear {
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.center {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 0 40px;
}

.centerContent {
	text-align: center;
}

.nowrap {
	white-space: nowrap;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

html {
	width: 100%;
	height: 100%;
	font-family: AvenirLTStd, 'Avenir 55 Roman',"Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #141414;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	width: 100%;
	height: 100%;
}

.form-group.required label:after {
	content: "*";
	color: #d9534f;
	padding-left: 2px;
}

.help-block.help-block-preceding {
	margin: 0 0 10px;
}

tfoot {
	font-weight: bold;
}

html, body {
	width: 100%;
	height: 100%;
}

.fullPageWrap {
	position: relative;
	display: block;
	min-width: 980px;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #000;
	overflow: hidden;
	box-sizing: border-box;
}

.fullPageWrap.adminCollapsed {
	padding-left: 45px;
}

.fullPageWrap.adminOpen {
	padding-left: 200px;
}

.smallSpace {
	height: 15px;
}

.medSpace {
	height: 30px;
}

.medLargeSpace {
	height: 40px;
}

.largeSpace {
	height: 60px;
}

/* 02) Desktop Nav */
.navWrap {
	position: absolute;
	display: block;
	min-width: 980px;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 500;
	transition: all .25s ease;
	box-sizing: border-box;
}

.adminCollapsed .navWrap {
	margin-left: 45px;
	padding-right: 45px;
}

.adminOpen .navWrap {
	margin-left: 200px;
	padding-right: 200px;
}

.bigDropdownOpen .navWrap, .opaqueHeader .navWrap, .dropdownOpen .navWrap {
	background: #000;
}

.navInner {
	position: relative;
	display: block;
	max-width: 1350px;
	width: 100%;
	margin: 0 auto;
}

.secondaryNavBackground {
	position: absolute;
	display: block;
	width: 100%;
	height: 28px;
	top: 0;
	left: 50%;
	margin: 0 0 0 -440px;
	background: #181818;
	background: rgba(0,0,0,0.61);
	transition: all .25s ease;
}

.bigDropdownOpen .secondaryNavBackground, .opaqueHeader .secondaryNavBackground, .dropdownOpen .secondaryNavBackground {
	background: #1d1d1d;
}

.secondaryNavBackground::before, .secondaryNavBackground:before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	bottom: 0;
	left: -40px;
	border-right: 40px solid #181818;
	border-right-color: rgba(0,0,0,0.61);
	border-bottom: 32px solid transparent;
	transition: all .25s ease;
}

.bigDropdownOpen .secondaryNavBackground::before, .bigDropdownOpen .secondaryNavBackground:before, .opaqueHeader .secondaryNavBackground::before, .opaqueHeader .secondaryNavBackground:before, .dropdownOpen .secondaryNavBackground::before, .dropdownOpen .secondaryNavBackground:before {
	border-right-color: #1d1d1d;
}

.navOffset {
	margin-top: 110px;
}

.secondaryNavWrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 28px;
	top: 0;
	right: 0;
	text-align: right;
	box-sizing: border-box;
	z-index: 501;
}

.mobileWrap .secondaryNavWrap {
	z-index: 499;
}

.secondaryNavLink {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 22px;
	font-size: 10px;
	letter-spacing: .15em;
	line-height: 28px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	opacity: .5;
	transition: all .25s ease;
}

.secondaryNavLink.showMobile {
	display: none;
}

.mobileSecondaryNavLink {
	display: none;
}

.secondaryNavLink:hover {
	opacity: 1;
}

.navLock, .navMag {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 10px;
	margin: 8px 8px 0 0;
	background: url(/images/navSprite.png) no-repeat 0 0;
}

.navMag {
	background-position: -10px 0;
}

.primaryNavWrap {
	position: relative;
	display: block;
	min-width: 980px;
	width: 100%;
	height: 110px;
}

.primaryNavLogo {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 43px 40px 9px 54px;
	text-decoration: none;
}

.primaryNavLogo img {
	display: block;
}

.primaryNavLinkWrap {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 28px 0 0 0;
	font-size: 0;
}

.mobileWrap .primaryNavLinkWrap {
	display: block;
	padding: 0;
	border-top: 1px solid #3e3e3e;
}

.primaryNavLinkDropdownWrap {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.primaryNavLink {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 29px 28px 35px 28px;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .25em;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .25s ease;
}

.primaryNavLink:hover {
	color: #fff;
}

.primaryNavLink::before, .primaryNavLink:before, .primaryNavLink::after, .primaryNavLink:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	top: 55px;
	margin: auto;
	border-top: 1px solid #fff;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	transition: all .25s ease;
}

.primaryNavLink::after, .primaryNavLink:after {
	border-top-width: 0;
	border-left-width: 11px;
	border-right-width: 11px;
}

.primaryNavLink:hover::before, .primaryNavLink:hover:before {
	width: 20px;
}

.mobileWrap .primaryNavLink::after, .mobileWrap .primaryNavLink:after {
	border-top-color: #000;
}

.dropdownOpen::after, .dropdownOpen:after {
	border-top-width: 6px;
}

.primaryNavDropdown {
	position: absolute;
	display: block;
	min-width: 980px;
	width: 100%;
	top: 109px;
	left: 0;
	z-index: 600;
	overflow: hidden;
}

.smallDropdownWrap {
	position: absolute;
	display: block;
	max-width: 1350px;
	width: 100%;
	top: 110px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.projectsDropdown, .aboutDropdown {
	position: absolute;
	display: block;
	left: 250px;
	z-index: 500;
	overflow: hidden;
}

.aboutDropdown {
	left: 340px;
	white-space: nowrap;
}

.dropdownInner {
	position: relative;
	display: block;
	margin: -450px 0 0 0;
	padding: 44px;
	background: #000;
	transition: all .25s ease;
}

.open .dropdownInner {
	margin-top: 0;
}

.aboutDropdownColumn {
	position: relative;
	display: table-cell;
	vertical-align: top;
	max-width: 290px;
	padding: 0 0 0 134px;
}

.aboutDropdownColumn:first-child {
	padding: 0;
}

.aboutDropdownColumnBorder {
	position: absolute;
	display: block;
	width: 1px;
	height: 100%;
	top: 0;
	left: 67px;
	background: #424242;
}

.aboutDropdown a {
	position: relative;
	display: block;
	padding: 3px 0;
	font-size: 13px;
	line-height: 18px;
	color: #bdbdbd;
	text-decoration: none;
	white-space: normal;
	transition: all .25s ease;
}

.aboutDropdown a:hover {
	color: #fff;
}

.aboutDropdown a.aboutDropdownSpecial {
	padding-top: 30px;
}

.aboutDropdown a.aboutDropdownSpecial::after, .aboutDropdown a.aboutDropdownSpecial:after {
	display: none;
}

.aboutDropdown a.aboutDropdownSpecial:first-child {
	padding-top: 0;
}

.aboutDropdownSpecialTitle {
	font-size: 16px;
	font-weight: 800;
	letter-spacing: .15em;
	line-height: 24px;
	text-transform: uppercase;
}

.fullPageFade {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	background: rgba(0,0,0,.5);
	z-index: 498;
}

.bigDropdownOpen .fullPageFade, .dropdownOpen .fullPageFade, .searchOpen .fullPageFade {
	display: block;
}
/* 03) Desktop Body */
h1 {
	position: relative;
	display: block;
	padding: 0;
	font-size: 36px;
	font-weight: 800;
	letter-spacing: .15em;
	line-height: 50px;
	color: #141414;
	text-indent: -2px;
	text-transform: uppercase;
}

.whiteSection h1 {
	max-width: 720px;
}

h2 {
	position: relative;
	display: block;
	padding: 40px 0 0 0;
	font-size: 28px;
	letter-spacing: .015em;
	line-height: 30px;
	color: #141414;
	text-align: left;
	text-indent: -1px;
}

h3 {
	position: relative;
	display: block;
	padding: 30px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #141414;
	text-align: left;
	text-indent: -1px;
}

h4 {
	position: relative;
	display: block;
	padding: 30px 0 0 0;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .2em;
	line-height: 15px;
	color: #141414;
	text-transform: uppercase;
}

h4 a {
	color: #141414;
	text-decoration: none;
}

.rightColumn h4:first-child {
	padding-top: 0;
}

ul, ol {
	margin: 10px 20px;
	padding: 0;
	max-width: 720px;
}

ul li {
	list-style-type: circle;
}

ul ul li {
	list-style-type: disc;
}

ul ul ul li {
	list-style-type: circle;
}

ul ul ul ul li {
	list-style-type: disc;
}

li {
	position: relative;
	display: list-item;
	width: auto;
	padding: 3px 0;
	font-size: 14px;
	letter-spacing: .015em;
	line-height: 20px;
	color: #141414;
}

ol.privacyPolicyList li {
	padding-bottom: 8px;
}

p {
	position: relative;
	display: block;
	max-width: 720px;
	width: auto;
	padding: 15px 0 0 0;
	font-size: 14px;
	letter-spacing: .015em;
	line-height: 26px;
	color: #141414;
}

p a, li a {
	color: #141414;
	text-decoration: underline;
}

li p {
	padding: 0;
}

.defaultCTA, .footerCTA {
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-width: 275px;
	width: auto;
	margin: 15px 0 0 0;
	padding: 16px 65px 16px 25px;
	font-size: 14px;
	letter-spacing: .15em;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background: #212121 url(/images/CTAarrow.png) no-repeat 98% center;
	box-sizing: border-box;
	transition: all .25s ease;
}

.defaultCTA:hover {
	background-position: 103%;
}

.defaultCTAalt {
	padding: 15px 65px 15px 25px;
	color: #141414;
	background-color: #fff;
	background-image: url(/images/darkCTAarrow.png);
	border: 1px solid #000;
}

.footerCTA {
	margin: 0;
	text-align: left;
	background-color: #131313;
	border: 1px solid #6e6e6e;
}

.footerCTA:hover {
	background-color: #000;
	border-color: #fff;
}

.disclaimer {
	padding: 30px 0 0 0;
	font-size: 12px;
	letter-spacing: .025em;
	line-height: 20px;
}

.browserHeight, .desktopBrowserHeight {
	min-height: 750px;
	box-sizing: border-box;
}

.js .browserHeight, .js .desktopBrowserHeight {
	min-height: 900px;
}

.JSHeight, .js .JSHeight {
	min-height: 600px;
}

.JSHeight.brandPromisesWrap, .js .JSHeight.brandPromisesWrap, .JSHeight.darkShutterWrap, .js .JSHeight.darkShutterWrapWrap {
	min-height: 775px;
}

.mainSplash {
	position: relative;
	display: block;
	min-width: 980px;
	width: 100%;
	background: #000 url(/images/main.jpg) no-repeat center center;
	background-size: cover;
}

.mainSplashSlide {
	position: absolute;
	overflow: hidden;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000 url(/images/videoStill.jpg) no-repeat center center;
	background-size: cover;
}

.flexsliderloading > div:first-child {
	opacity: 1 !important;
	display: block;
}

.slides {
	height: 100%;
}

.zindex50 {
	z-index: 50;
}

.mssCutting {
	background-image: url(/images/main.jpg);
}

.mssCoreValues {
	background-image: url(/images/coreValues.jpg);
}

.mssBrandPromises {
	background-image: url(/images/brandPromises.jpg);
}

.fullSlideVideo {
	position: absolute;
	min-width: 100%;
	width: auto;
	min-height: 100%;
	height: auto;
	top: -9999px;
	left: -9999px;
	right: -9999px;
	bottom: -9999px;
	margin: auto;
	background: #000;
	background-size: cover;
}

.js .fullSlideVideo {
	display: none;
}

.no-js .fullSlideVideo {
	display: block;
}

.textureOverlay {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent url(/images/textureOverlay.png) repeat 0 0;
}

.videoOverlay {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.5) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.5) 100%);
	background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=1 );
}

.slideCentered {
	position: absolute;
	display: block;
	width: 690px;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 16px;
	line-height: 28px;
	color: #cbcbcb;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slideCentered p {
	position: relative;
	display: block;
	padding: 7px 0 0 0;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	text-align: center;
}

.mssCTA {
	position: relative;
	display: inline-block;
	min-width: 264px;
	width: auto;
	margin: 35px auto 0 auto;
	padding: 16px 60px 16px 25px;
	font-size: 14px;
	letter-spacing: .15em;
	line-height: 18px;
	text-align: left;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background: #000 url(/images/CTAarrow.png) no-repeat 98% center;
	border: 1px solid #fff;
	box-sizing: border-box;
	opacity: .5;
	transition: all .25s ease;
}

.mssCTA:hover {
	opacity: 1;
	background-position: 103% center;
}

.mainSplashSlide h2 {
	padding: 0;
	font-size: 55px;
	font-weight: 800;
	letter-spacing: .15em;
	line-height: 65px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.mssBrandPromises h2, .mssCoreValues h2 {
	font-size: 60px;
}

.mainSplashPrev, .mainSplashNext {
	position: absolute;
	display: block;
	width: 200px;
	height: 100%;
	bottom: 0;
	left: 0;
	cursor: pointer;
	opacity: .5;
	transition: all .25s ease;
}

.mainSplashNext {
	left: auto;
	right: 0;
	background-position: -16px 0;
}

.mainSplashPrev:hover, .mainSplashNext:hover {
	opacity: 1;
}

.mainSplashPrev .mainSplashArrow, .mainSplashNext .mainSplashArrow {
	position: absolute;
	display: block;
	width: 31px;
	height: 28px;
	top: 50%;
	left: 55px;
	margin: -14px 0 0 0;
	background: url(/images/slideArrows.png) no-repeat 0 0;
	transition: all .25s ease;
}

.mainSplashNext .mainSplashArrow {
	left: auto;
	right: 55px;
	background-position: -31px 0;
}

.mainSplashTitle {
	position: absolute;
	display: block;
	width: 100px;
	height: 40px;
	top: 50%;
	left: 99px;
	margin: -20px 0 0 0;
	font-size: 12px;
	letter-spacing: .15em;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	opacity: 1;
	transition: all .25s ease;
}

.mainSplashNext .mainSplashTitle {
	left: auto;
	right: 99px;
	text-align: right;
}

.mainSplashPrev:hover .mainSplashArrow, .mainSplashPrev:hover .mainSplashTitle {
	margin-left: -20px;
}

.mainSplashNext:hover .mainSplashArrow, .mainSplashNext:hover .mainSplashTitle {
	margin-right: -20px;
}

.mainSplashScroll {
	position: absolute;
	display: block;
	width: 100px;
	height: 100px;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -50px;
	text-decoration: none;
}

.smoothScroll, .smoothScroll:active, .smoothScroll:focus {
	outline: none;
}

.chevron {
	position: absolute;
	display: block;
	width: 17px;
	height: 10px;
	left: 50%;
	margin: 0 0 0 -9px;
	background: url(/images/chevron.png) no-repeat 0 0;
	opacity: .3;
	transition: all .5s ease;
}

.chevron01 {
	top: 35px;
	animation: chev01 1.5s infinite;
}

.chevron02 {
	top: 45px;
	animation: chev02 1.5s infinite;
}

.chevron03 {
	top: 55px;
	animation: chev03 1.5s infinite;
}

@keyframes chev01 {
	0% {
		opacity: 1;
	}

	33% {
		opacity: 1;
	}

	66% {
		opacity: .3;
	}

	100% {
		opacity: .3;
	}
}

@keyframes chev02 {
	0% {
		opacity: .3;
	}

	32.9% {
		opacity: .3;
	}

	33% {
		opacity: 1;
	}

	66% {
		opacity: 1;
	}

	100% {
		opacity: .3;
	}
}

@keyframes chev03 {
	0% {
		opacity: 1;
	}

	33% {
		opacity: .3;
	}

	65.9% {
		opacity: .3;
	}

	66% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

.craftTileWrap {
	position: relative;
	display: block;
	min-width: 980px;
	width: 100%;
	font-size: 0;
	text-align: center;
	background: #000;
	border-bottom: 1px solid #525252;
	transition: all .25s ease;
}

.no-js .craftTileWrap {
	transition-duration: 0s;
}

.primaryNavDropdown .craftTileWrap {
	margin: 0 0 -375px 0;
}

.bigDropdownOpen .primaryNavDropdown .craftTileWrap {
	margin: 0;
}

.mobileWrap .primaryNavDropdown .craftTileWrap {
	margin: -500px 0 0 0;
}

.mobileWrap .bigDropdownOpen .primaryNavDropdown .craftTileWrap {
	margin-top: 0;
}

.craftTile {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	height: 186px;
	background: #000;
	border-top: 2px solid #525252;
	border-left: 2px solid #525252;
	box-sizing: border-box;
}

.craftTile::before, .craftTile:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: .5;
}
.craftTile:nth-child(3n+1) {border-left: none;}
.craftTile:nth-child(n+4) { width: 50%;}

.craft001 {
	background: url(/images/carpenters.jpg) no-repeat center center;
	background-size: cover;
}

.craft002 {
	background: url(/images/pipefitters.jpg) no-repeat center center;
	background-size: cover;
}

.craft003 {
	background: url(/images/ironworkers.jpg) no-repeat center center;
	background-size: cover;
}

.craft004 {
	background: url(/images/operators.jpg) no-repeat center center;
	background-size: cover;
}

.craft005 {
	background: url(/images/millwrights.jpg) no-repeat center center;
	background-size: cover;
}

.craft006 {
	background: url(/images/laborers.jpg) no-repeat center center;
	background-size: cover;
}

.craft007 {
	background: url(/images/bricklayers.jpg) no-repeat center center;
	background-size: cover;
}

.craft008 {
	background: url(/images/boilermakers.jpg) no-repeat center center;
	background-size: cover;
}

.craftTileOverlay {
	position: absolute;
	display: block;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	background: #000;
	background: rgba(0,0,0,.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	transition: all .25s ease;
}

.mobileWrap .mobileSlideMenu .craftTileOverlay {
	background: #efefef;
}

.craftTile:hover .craftTileOverlay {
	background: #fff;
	background: rgba(255,255,255,.9);
}

.craftTileOverlay span {
	position: relative;
	display: inline-block;
	padding: 75px 0 15px 0;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: .15em;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	transition: all .25s ease;
}

.mobileWrap .mobileSlideMenu .craftTileOverlay span {
	color: #141414;
}

.craftTile:hover .craftTileOverlay span {
	color: #121212;
}

.craftTileOverlay span::before, .craftTileOverlay span:before {
	content: '';
	position: absolute;
	display: block;
	width: 0px;
	height: 2px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	transition: all .5s ease;
}

.craftTile:hover .craftTileOverlay span::before, .craftTile:hover .craftTileOverlay span:before {
	width: 70px;
	background: #000;
}

.numbersWrap {
	position: relative;
	display: table;
	width: 100%;
	padding: 85px 0 0 0;
	font-size: 0;
	text-align: center;
}

.numberCountWrap {
	position: relative;
	display: block;
	float: left;
	vertical-align: top;
	width: 33%;
	text-align: center;
	transition: all .75s ease;
	opacity: 1;
	visibility: visible;
	top: 0;
}

.js .numberCountWrapHidden {
	top: 30px;
	visibility: hidden;
	opacity: 0;
}

.numberCount {
	position: relative;
	display: block;
	padding: 0 0 20px 0;
	font-size: 53px;
	letter-spacing: .075em;
	line-height: 60px;
	color: #222;
	text-transform: uppercase;
}

.numberCount::after, .numberCount:after {
	content: '';
	position: absolute;
	display: block;
	width: 62px;
	height: 2px;
	left: 50%;
	bottom: 9px;
	margin: 0 0 0 -31px;
	background: #222;
}

.numberUnit {
	position: relative;
	display: block;
	font-size: 16px;
	letter-spacing: .015em;
	line-height: 20px;
	color: #222;
}

.craftSplash {
	position: relative;
	display: block;
	min-width: 980px;
	width: 100%;
	padding: 60px 0 113px 0;
	background: #000 url(/images/craftSplash.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}

.darkOverlay {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: .4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.carpenterSplash {
	background-image: url(/images/carpenterSplash.jpg);
}

.pipefitterSplash {
	background-image: url(/images/pipefitterSplash.jpg);
}

.ironworkerSplash {
	background-image: url(/images/ironworkerSplash.jpg);
}

.operatorSplash {
	background-image: url(/images/operatorSplash.jpg);
}

.millwrightSplash {
	background-image: url(/images/millwrightSplash.jpg);
}

.laborerSplash {
	background-image: url(/images/laborerSplash.jpg);
}

.bricklayerSplash {
	background-image: url(/images/bricklayerSplash.jpg);
}

.boilermakerSplash {
	background-image: url(/images/boilermakerSplash.jpg);
}
/*.ie8CraftSplash {display: none;}*/
.craftSplashNav {
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	bottom: 0;
	font-size: 0;
	text-align: center;
	background: #090909;
	background: rgba(0,0,0,0.5);
	z-index: 400;
}

.craftSplashNavFixed {
	position: fixed;
	top: 0;
	bottom: auto;
	background: #000;
	background: rgba(0,0,0,0.85);
}

.craftSplashLink {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 30px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .15em;
	line-height: 15px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	opacity: .5;
	transition: all .25s ease;
}

.craftSplashLink:hover, .craftSplashLinkActive {
	opacity: 1;
}

.craftSplashLink::before, .craftSplashLink:before {
	content: '';
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
	margin: 0 auto 10px auto;
	background: url(/images/craftIcons.png) no-repeat 0 0;
}

.craftSplashLink001::before, .craftSplashLink001:before {
	background-position: 0 0;
}

.craftSplashLink002::before, .craftSplashLink002:before {
	background-position: -28px 0;
}

.craftSplashLink003::before, .craftSplashLink003:before {
	background-position: -56px 0;
}

.craftSplashLink004::before, .craftSplashLink004:before {
	background-position: -84px 0;
}

.craftSplashLink005::before, .craftSplashLink005:before {
	background-position: -112px 0;
}

.craftSplashLink006::before, .craftSplashLink006:before {
	background-position: -140px 0;
}

.splashCenter {
	position: absolute;
	display: block;
	width: 500px;
	top: 50%;
	left: 50%;
	margin: 0 0 0 -250px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.term {
	position: relative;
	display: block;
	padding: 0 0 60px 0;
	font-size: 50px;
	font-weight: 400;
	letter-spacing: .15em;
	line-height: 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.term::before, .term:before {
	content: '';
	position: absolute;
	display: block;
	width: 114px;
	height: 2px;
	left: 50%;
	bottom: 29px;
	margin: 0 0 0 -57px;
	line-height: 2px;
	background: #fff;
}

.termOrigin, .termDefinition {
	position: relative;
	display: block;
	font-size: 14px;
	letter-spacing: .015em;
	line-height: 24px;
	color: #fff;
	text-align: center;
}

.darkShutterWrap .termOrigin, .darkShutterWrap .termDefinition {
	display: block;
	position: absolute;
	max-width: 600px;
	width: 100%;
	top: 50%;
	left: 0;
	right: 0;
	margin: -150px auto 0 auto;
	color: #b0b0b0;
	opacity: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	transition: all .25s ease;
}

.darkShutterWrap .shutterOpen .termOrigin, .darkShutterWrap .shutterOpen .termDefinition, .no-js .darkShutterWrap .termOrigin, .no-js .darkShutterWrap .termDefinition {
	opacity: 1;
}

.darkShutterWrap .termDefinition {
	margin-top: -130px;
}

.termDefinition {
	color: #b0b0b0;
}

.artSplash {
	position: relative;
	display: block;
	min-width: 980px;
	width: 100%;
	background: #000 no-repeat center top;
	background-size: cover;
}

.carpenterArtSplash {
	background-image: url(/images/art/carpenters.jpg);
	background-position: right center;
}

.pipefitterArtSplash {
	background-image: url(/images/art/pipefitters.jpg);
	background-position: left center;
}

.ironworkerArtSplash {
	background-image: url(/images/art/ironworkers.jpg);
	background-position: left center;
}

.operatorArtSplash {
	background-image: url(/images/art/operators.jpg);
	background-position: left center;
}

.millwrightArtSplash {
	background-image: url(/images/art/millwrights.jpg);
	background-position: left center;
}

.laborerArtSplash {
	background-image: url(/images/art/laborers.jpg);
	background-position: right center;
}

.bricklayerArtSplash {
	background-image: url(/images/art/bricklayers.jpg);
	background-position: right center;
}

.boilermakerArtSplash {
	background-image: url(/images/art/boilermakers.jpg);
	background-position: right center;
}

.leftSplashContent, .rightSplashContent {
	position: absolute;
	display: block;
	width: 100%;
	min-height: 450px;
	height: auto;
	top: 50%;
	left: 50%;
	margin: 0 0 0 227px;
	background: #fff;
	background: rgba(255,255,255,.9);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.leftSplashContent {
	left: auto;
	right: 50%;
	margin: 0 227px 0 0;
}

.leftSplashContent::after, .leftSplashContent:after, .rightSplashContent::after, .rightSplashContent:after {
	content: '';
	clear: both;
}

.leftSplashContentInner, .rightSplashContentInner {
	position: relative;
	display: block;
	width: 440px;
	padding: 44px 40px 44px 44px;
	text-align: left;
	box-sizing: border-box;
}

.leftSplashContentInner {
	float: right;
}

.artSection, .artTitle, .artQuote, .artName, .artBio {
	position: relative;
	display: block;
	font-size: 10px;
	letter-spacing: .15em;
	line-height: 15px;
	color: #1c1c1c;
	text-transform: uppercase;
}

.artSection {
	padding: 0 0 10px 0;
}

.artTitle {
	padding: 0 0 50px 0;
	font-size: 35px;
	line-height: 40px;
}

.artQuote {
	padding: 0 0 30px 0;
	font-size: 14px;
	letter-spacing: .015em;
	line-height: 24px;
	text-transform: none;
}

.artQuoteAttr {
	display: block;
	font-size: 11px;
	color: #999;
}

.artName {
	font-size: 11px;
	font-weight: 800;
	line-height: 20px;
	padding: 0;
}

.artBio {
	font-size: 11px;
	letter-spacing: .015em;
	line-height: 20px;
	text-transform: none;
	padding: 0;
}

.artAttr {
	font-size: 11px
}

.artTitle::before, .artTitle:before {
	content: '';
	position: absolute;
	display: block;
	width: 90px;
	height: 2px;
	left: 0;
	bottom: 24px;
	line-height: 2px;
	background: #1c1c1c;
}

.skillWrap {
	position: static;
	display: table;
	min-width: 980px;
	width: 100%;
	border-collapse: collapse;
	z-index: 1;
	background: #525252;
}

.skillTrigger {
	position: static;
	display: table-cell;
	vertical-align: top;
	width: 33%;
	height: 250px;
	color: #fff;
	text-decoration: none;
	background: #000 no-repeat center center;
	background-size: cover;
	border: 3px solid #525252;
	border-bottom: none;
}

.skillTrigger:nth-child(3n+1) {
	border-left: none;
}

.skillTrigger:nth-child(3n+3) {
	border-right: none;
}

.skillWrap4 .skillTrigger {
	width: 25%;
}

.skillWrap4 .skillTrigger:nth-child(3n+1) {
	border-left: 3px solid #525252;
}

.skillWrap4 .skillTrigger:nth-child(3n+3) {
	border-right: 3px solid #525252;
}

.skillWrap4 .skillTrigger:nth-child(4n+1) {
	border-left: none;
}

.skillWrap4 .skillTrigger:nth-child(4n+4) {
	border-right: none;
}

.skillTriggerCarpentry001 {
	background-image: url(/images/skill-images/carpenterSkill001.jpg);
}

.skillTriggerCarpentry002 {
	background-image: url(/images/skill-images/carpenterSkill002.jpg);
}

.skillTriggerCarpentry003 {
	background-image: url(/images/skill-images/carpenterSkill003.jpg);
}

.skillTriggerCarpentry004 {
	background-image: url(/images/skill-images/carpenterSkill004.jpg);
}

.skillTriggerCarpentry005 {
	background-image: url(/images/skill-images/carpenterSkill005.jpg);
}

.skillTriggerCarpentry006 {
	background-image: none;
}

.skillTriggerIronworkers001 {
	background-image: url(/images/skill-images/ironworkerSkill001.jpg);
}

.skillTriggerIronworkers002 {
	background-image: url(/images/skill-images/ironworkerSkill002.jpg);
}

.skillTriggerIronworkers003 {
	background-image: url(/images/skill-images/ironworkerSkill003.jpg);
}

.skillTriggerIronworkers004 {
	background-image: url(/images/skill-images/ironworkerSkill004.jpg);
}

.skillTriggerIronworkers005 {
	background-image: url(/images/skill-images/ironworkerSkill005.jpg);
}

.skillTriggerIronworkers006 {
	background-image: url(/images/skill-images/ironworkerSkill006.jpg);
}

.skillTriggerIronworkers001 {
	background-image: url(/images/skill-images/ironworkerSkill001.jpg);
}

.skillTriggerIronworkers002 {
	background-image: url(/images/skill-images/ironworkerSkill002.jpg);
}

.skillTriggerIronworkers003 {
	background-image: url(/images/skill-images/ironworkerSkill003.jpg);
}

.skillTriggerIronworkers004 {
	background-image: url(/images/skill-images/ironworkerSkill004.jpg);
}

.skillTriggerIronworkers005 {
	background-image: url(/images/skill-images/ironworkerSkill005.jpg);
}

.skillTriggerIronworkers006 {
	background-image: url(/images/skill-images/ironworkerSkill006.jpg);
}

.skillTriggerLaborer001 {
	background-image: url(/images/skill-images/laborerSkill001.jpg);
}

.skillTriggerLaborer002 {
	background-image: url(/images/skill-images/laborerSkill002.jpg);
}

.skillTriggerLaborer003 {
	background-image: url(/images/skill-images/laborerSkill003.jpg);
}

.skillTriggerLaborer004 {
	background-image: url(/images/skill-images/laborerSkill004.jpg);
}

.skillTriggerLaborer005 {
	background-image: url(/images/skill-images/laborerSkill005.jpg);
}

.skillTriggerLaborer006 {
	background-image: url(/images/skill-images/laborerSkill006.jpg);
}

.skillTriggerMillwright001 {
	background-image: url(/images/skill-images/millwrightSkill001.jpg);
}

.skillTriggerMillwright002 {
	background-image: url(/images/skill-images/millwrightSkill002.jpg);
}

.skillTriggerMillwright003 {
	background-image: url(/images/skill-images/millwrightSkill003.jpg);
}

.skillTriggerMillwright004 {
	background-image: url(/images/skill-images/millwrightSkill004.jpg);
}

.skillTriggerMillwright005 {
	background-image: url(/images/skill-images/millwrightSkill005.jpg);
}

.skillTriggerMillwright006 {
	background-image: url(/images/skill-images/millwrightSkill006.jpg);
}

.skillTriggerOperator001 {
	background-image: url(/images/skill-images/operatorSkill001.jpg);
}

.skillTriggerOperator002 {
	background-image: url(/images/skill-images/operatorSkill002.jpg);
}

.skillTriggerOperator003 {
	background-image: url(/images/skill-images/operatorSkill003.jpg);
}

.skillTriggerOperator004 {
	background-image: url(/images/skill-images/operatorSkill004.jpg);
}

.skillTriggerOperator005 {
	background-image: url(/images/skill-images/operatorSkill005.jpg);
}

.skillTriggerOperator006 {
	background-image: url(/images/skill-images/operatorSkill006.jpg);
}

.skillTriggerPipefitter001 {
	background-image: url(/images/skill-images/pipefitterSkill001.jpg);
}

.skillTriggerPipefitter002 {
	background-image: url(/images/skill-images/pipefitterSkill002.jpg);
}

.skillTriggerPipefitter003 {
	background-image: url(/images/skill-images/pipefitterSkill003.jpg);
}

.skillTriggerPipefitter004 {
	background-image: url(/images/skill-images/pipefitterSkill004.jpg);
}

.skillTriggerPipefitter005 {
	background-image: url(/images/skill-images/pipefitterSkill005.jpg);
}

.skillTriggerPipefitter006 {
	background-image: url(/images/skill-images/pipefitterSkill006.jpg);
}

.skillTriggerBricklayer001 {
	background-image: url(/images/skill-images/bricklayerSkill001.jpg);
}

.skillTriggerBricklayer002 {
	background-image: url(/images/skill-images/bricklayerSkill002.jpg);
}

.skillTriggerBricklayer003 {
	background-image: url(/images/skill-images/bricklayerSkill003.jpg);
}

.skillTriggerBricklayer004 {
	background-image: url(/images/skill-images/bricklayerSkill004.jpg);
}

.skillTriggerBricklayer005 {
	background-image: url(/images/skill-images/bricklayerSkill005.jpg);
}

.skillTriggerBricklayer006 {
	background-image: url(/images/skill-images/bricklayerSkill006.jpg);
}

.skillTriggerBoilermaker001 {
	background-image: url(/images/skill-images/boilermakerSkill001.jpg);
}

.skillTriggerBoilermaker002 {
	background-image: url(/images/skill-images/boilermakerSkill002.jpg);
}

.skillTriggerBoilermaker003 {
	background-image: url(/images/skill-images/boilermakerSkill003.jpg);
}

.skillTriggerBoilermaker004 {
	background-image: url(/images/skill-images/boilermakerSkill004.jpg);
}

.skillTriggerBoilermaker005 {
	background-image: url(/images/skill-images/boilermakerSkill005.jpg);
}

.skillTriggerBoilermaker006 {
	background-image: url(/images/skill-images/boilermakerSkill006.jpg);
}

.skillTriggerOverlay {
	position: relative;
	display: block;
	width: 100%;
	height: 250px;
	padding: 55px 40px;
	background: #000;
	background: rgba(0,0,0,0.8);
	box-sizing: border-box;
	transition: all .25s ease;
}
/*.skillTrigger:hover .skillTriggerOverlay, .skillTriggerActive .skillTriggerOverlay {
    background: #fff;
    background: rgba(255,255,255,.85);
}*/

.skillTriggerOverlay::after, .skillTriggerOverlay:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -24px;
	border-top: 0px solid #fff;
	border-top: 0px solid rgba(255,255,255,.85);
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	transition: all .25s ease;
}

.skillTriggerActive .skillTriggerOverlay::after, .skillTriggerActive .skillTriggerOverlay:after {
	border-top-width: 24px;
}

.skillTitle {
	position: relative;
	display: block;
	max-width: 300px;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: .015em;
	line-height: 22px;
	color: #fff;
	text-transform: none;
	transition: all .25s ease;
}

.skillDesc {
	position: relative;
	display: block;
	max-width: 240px;
	width: auto;
	font-size: 13px;
	letter-spacing: .025em;
	line-height: 20px;
	color: #fff;
	transition: all .25s ease;
}

/*.skillTrigger:hover .skillTitle, .skillTrigger:hover .skillDesc, .skillTriggerActive .skillTitle, .skillTriggerActive .skillDesc {
    color: #1c1c1c;
}*/

.skillCTA {
	position: relative;
	display: inline-block;
	margin: 25px 0 0 0;
	padding: 17px 80px 17px 20px;
	font-size: 14px;
	letter-spacing: .15em;
	line-height: 18px;
	color: #fff;
	background: #000 url(/images/CTAarrow.png) no-repeat 98% center;
	text-transform: uppercase;
	opacity: 0;
	transition: all .25s ease;
}

/*.skillTrigger:hover .skillCTA, .skillTriggerActive .skillCTA {
    opacity: 1;
    background-position: 103% center;
}*/

.skillSplashWrap {
	position: relative;
	display: none;
	width: 100%;
	overflow: hidden;
}

.skillSplash {
	position: relative;
	display: none;
	width: 100%;
	height: 750px;
	margin: 0 0 -750px 0;
	background: #000 url(/images/skill.jpg) no-repeat center center;
	border-top: 3px solid #525252;
	box-sizing: border-box;
	transition: all .5s ease;
}

/*.skillSplashOpen, .no-js .skillSplash {
    margin: 0;
}*/

.affiliationsSplash {
	position: relative;
	display: block;
	min-width: 980px;
	width: 100%;
	padding: 90px 0;
	background: #1c1c1c;
	border-top: 3px solid #525252;
	box-sizing: border-box;
	text-align: center;
}

.affiliationsSplash h2 {
	font-size: 40px;
	letter-spacing: .15em;
	line-height: 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.affiliationsLogoWrap {
	position: relative;
	display: block;
	width: 100%;
	font-size: 0;
	padding: 35px 0;
}

.affiliationImage {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 30px;
	max-width: 200px;
	width: 25%;
	max-height: 130px;
	height: auto;
}

.affiliationImage img {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 200px;
	width: auto;
	max-height: 130px;
	height: auto;
}

.affiliationImage:nth-child(4n+1) {
	margin-left: 0;
	/*padding-right: 0;*/
}

.affiliationImage:nth-child(4n) {
	margin-right: 0;
	/*padding-right: 0;*/
}

.whiteSection, .workSplash, .estimateSplash, .metricsSplash, .whatWeDoSplash, .employeeSection, .clientSection, .testimonialSection {
	position: relative;
	display: block;
	min-width: 980px;
	width: 100%;
	padding: 90px 0;
	background: #fff;
	box-sizing: border-box;
}

.workSplash, .whatWeDoSplash {
	padding-bottom: 0;
}

.metricsSplash h2, .whatWeDoSplash h2, .workSplash h2, .estimateSplash h2, .employeeSection h2, .clientSection h2 {
	padding: 0;
	max-width: 590px;
	margin: 0 auto;
	font-size: 40px;
	letter-spacing: .15em;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
}

.employeeSection h2 {
	max-width: 980px;
}

.workSplash h2 {
	max-width: 620px;
}

.workSplashSubline, .metricsSplashSubline, .employeeSubline, .clientSubline {
	position: relative;
	display: block;
	margin: 0 auto;
	font-size: 15px;
	letter-spacing: .015em;
	line-height: 20px;
	color: #141414;
	text-align: center;
}

.whatWeDoSplashSubline {
	position: relative;
	display: block;
	padding: 0;
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: .015em;
}

.whatWeDoSplash .termOrigin {
	padding-top: 4px;
	color: #000;
	margin: 0 auto;
	font-weight: 800;
	font-size: 13px;
}

.metricsSplashSubline {
	max-width: 590px;
	margin: 0 auto;
	padding-top: 0;
}

.employeeSubline, .clientSubline {
	letter-spacing: .15em;
	text-transform: uppercase;
	padding: 0;
}

.photoGalleryWrap {
	position: relative;
	display: block;
	min-width: 980px;
	max-width: 1350px;
	width: 100%;
	margin: 0 auto;
	font-size: 0;
}

.photoGalleryItem {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	height: 200px;
	border: 1px solid #fff;
	background: #000 url(/images/wolf.png) no-repeat center center;
	box-sizing: border-box;
	overflow: hidden;
}

.photoGalleryItem img {
	position: absolute;
	display: block;
	min-width: 100%;
	width: auto;
	min-height: 100%;
	height: auto;
	top: -9999px;
	left: -9999px;
	right: -9999px;
	bottom: -9999px;
	margin: auto;
}

.contactIconWrap {
	position: relative;
	display: block;
	font-size: 0;
	text-align: center;
}

.contactIcon {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 87px 45px 0 45px;
	font-size: 17px;
	letter-spacing: .15em;
	line-height: 30px;
	color: #141414;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.contactIcon a {
	color: #141414;
	text-decoration: none;
}

.contactIcon::before, .contactIcon:before {
	content: '';
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	top: 33px;
	left: 50%;
	margin: 0 0 0 -15px;
	background: url(/images/contactIcons.png) no-repeat 0 0;
}

.contactIconPhone::before, .contactIconPhone:before {
	background-position: 0 0;
}

.contactIconEmail::before, .contactIconEmail:before {
	background-position: -30px 0;
}

.contactIconForm::before, .contactIconForm:before {
	background-position: -60px 0;
}

.contactIconSmall {
	font-size: 14px;
}

.IEcontactIcon {
	display: none;
}

.contactFormWrap {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

.applicationFormWrap {
	position: relative;
	display: block;
	max-width: 740px;
	padding: 30px 0 0 0;
	font-size: 0;
}

.validation-summary-errors ul li {
	color: #ff0000;
}

.contactFormInner {
	position: relative;
	display: block;
	font-size: 0;
	margin: -650px 0 0 0;
	text-align: center;
	transition: all .5s ease;
}

.contactFormOpen .contactFormInner, .no-js .contactFormInner {
	margin: 0;
}

.contactFormInner li {
	text-align: left;
}

.contactFieldWrap, .contactSliders, .applicationFieldWrap {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 330px;
	margin: 36px 60px 0 60px;
	box-sizing: border-box;
}

.fullContactFieldWrap {
	width: 780px;
}

.applicationFieldWrap {
	width: 100%;
	margin: 36px 30px 0 0;
}

.afw25 {
	width: 155px;
}

.afw33 {
	width: 227px;
}

.afw50 {
	width: 340px;
}

.afw67 {
	width: 450px;
}

.afw100 {
	width: 710px;
}

.contactFieldWrap, .applicationFieldWrap {
	height: 44px;
	border-bottom: 2px solid #bbb;
}

.contactTextareaWrap, .applicationTextareaWrap {
	height: 234px;
	border: 2px solid #bbb;
}

.contactFieldWrap::before, .contactFieldWrap:before, .applicationFieldWrap::before, .applicationFieldWrap:before {
	content: '';
	position: absolute;
	display: block;
	width: 0%;
	height: 2px;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
	line-height: 2px;
	background: #000;
	transition: all .5s ease;
}

.contactTextareaWrap::before, .contactTextareaWrap:before, .applicationTextareaWrap::before, .applicationTextareaWrap:before {
	height: 100%;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	padding: 2px 0;
}

.contactFieldWrap.inputFocused::before, .contactFieldWrap.inputFocused:before, .applicationFieldWrap.inputFocused::before, .applicationFieldWrap.inputFocused:before {
	width: 100%;
}

.contactTextareaWrap.inputFocused::before, .contactTextareaWrap.inputFocused:before, .applicationTextareaWrap.inputFocused::before, .applicationTextareaWrap.inputFocused:before {
	padding: 2px;
}

.contactFieldWrap .defaultInput, .applicationFieldWrap .defaultInput {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 15px 0 5px 0;
	font-size: 17px;
	letter-spacing: .015em;
	line-height: 24px;
	color: #141414;
	background: none;
	border: none;
	box-sizing: border-box;
}

.contactFieldWrap .defaultTextarea, .applicationFieldWrap .defaultTextarea {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 15px;
	font-size: 17px;
	letter-spacing: .015em;
	line-height: 24px;
	color: #141414;
	background: #fff;
	border: none;
	box-sizing: border-box;
	resize: none;
}

.contactFieldWrap .defaultTextarea::-webkit-input-placeholder {
	font-size: 15px;
	font-style: italic;
	letter-spacing: .015em;
	line-height: 20px;
	color: #9c9c9c;
}

.contactFieldWrap .defaultTextarea::-moz-placeholder {
	font-size: 15px;
	font-style: italic;
	letter-spacing: .015em;
	line-height: 20px;
	color: #9c9c9c;
}

.contactFieldWrap .defaultTextarea:-moz-placeholder {
	font-size: 15px;
	font-style: italic;
	letter-spacing: .015em;
	line-height: 20px;
	color: #9c9c9c;
}

.contactFieldWrap .defaultTextarea:-ms-input-placeholder {
	font-size: 15px;
	font-style: italic;
	letter-spacing: .015em;
	line-height: 20px;
	color: #9c9c9c;
}

.defaultLabel {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	padding: 17px 0 0 0;
	font-size: 15px;
	font-style: italic;
	letter-spacing: .015em;
	line-height: 20px;
	color: #9c9c9c;
	text-align: left;
	transition: all .25s ease;
}

.floatLabel .defaultLabel, .no-js .defaultLabel {
	padding: 0;
	font-size: 10px;
	font-style: normal;
	letter-spacing: .15em;
	line-height: 12px;
	text-transform: uppercase;
}

.sliderLabel01, .sliderLabel02 {
	position: relative;
	display: block;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	color: #131313;
	text-align: left;
}

.sliderLabel01 {
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.sliderLabel02 {
	letter-spacing: .015em;
}

.defaultSubmit {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 276px;
	margin: 36px 87px 0 87px;
	padding: 17px 0 17px 27px;
	font-size: 15px;
	letter-spacing: .15em;
	line-height: 18px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	background: #141414 url(/images/CTAarrow.png) no-repeat 98% center;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	transition: all .25s ease;
}

.defaultSubmit:hover {
	background-position: 103% center;
}

.applicationFormWrap .defaultSubmit, .applicationFormWrap .defaultCTA {
	margin: 30px 17px 0 0;
}

.aboutSplash {
	position: relative;
	display: block;
	min-width: 980px;
	width: 100%;
	background: url(/images/aboutSplash.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}

.aboutSplashContent {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin: 0 0 0 -490px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.aboutSplashContent h2, .careersSplashContent h1 {
	font-size: 50px;
	font-weight: 400;
	letter-spacing: .15em;
	line-height: 50px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
}

.aboutSplashContent p, .careersSplashContent p {
	position: relative;
	display: block;
	max-width: 450px;
	font-size: 14px;
	letter-spacing: .015em;
	line-height: 24px;
	color: #b0b0b0;
}

.aboutSplashLink {
	position: relative;
	display: inline-block;
	padding: 30px 70px 30px 0;
	font-size: 12px;
	letter-spacing: .15em;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background: url(/images/CTAarrow.png) no-repeat 98% center;
	transition: all .25s ease;
}

.aboutSplashLink:hover {
	padding-right: 90px;
	background-position: 103% center;
}

.employeeHeader {
	position: relative;
	display: block;
	width: 100%;
	height: 35px;
	margin: 0 0 35px 0;
	border-bottom: 1px solid #000;
	text-align: center;
}

.employeeHeaderInner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 18px 0 0 0;
	padding: 10px 36px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .15em;
	line-height: 16px;
	color: #141414;
	text-transform: uppercase;
	background: #fff;
}

.employeeWrap {
	position: relative;
	display: block;
	width: 100%;
	font-size: 0;
	text-align: center;
}

.employee {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 236px;
	padding: 0 0 45px 12px;
	font-size: 13px;
	line-height: 16px;
	color: #7c7c7c;
	text-align: left;
	text-decoration: none;
	overflow: hidden;
}

.employee:nth-child(4n+1) {
	padding-left: 0;
}

.employeePhoto {
	position: relative;
	display: block;
	width: 236px;
	height: 260px;
	margin: 0 0 7px 0;
	background: #000 url(/images/wolf.png) no-repeat center center;
	overflow: hidden;
}

.employeePhoto img {
	position: absolute;
	display: block;
	min-width: 100%;
	width: 100%;
	min-height: 100%;
	height: auto;
	top: -9999px;
	left: -9999px;
	right: -9999px;
	bottom: -9999px;
	margin: auto;
}

.employeePhotoOverlay {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 110px 0 0 0;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: .15em;
	line-height: 20px;
	color: #121212;
	text-align: center;
	text-transform: uppercase;
	background: #efefef;
	background: rgba(239,239,239,.9);
	box-sizing: border-box;
	opacity: 0;
	transition: all .25s ease;
}

.employee:hover .employeePhotoOverlay {
	opacity: 1;
}

.employeePhotoOverlay::after, .employeePhotoOverlay:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 2px;
	top: 143px;
	left: 0;
	right: 0;
	margin: auto;
	background: #121212;
	transition: all .5s ease;
}

.employee:hover .employeePhotoOverlay::after, .employee:hover .employeePhotoOverlay:after {
	width: 60px;
}

.employeeName {
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .15em;
	line-height: 16px;
	color: #121212;
	text-transform: uppercase;
}

.employeeTitle {
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 16px;
	color: #7c7c7c;
}

.employeeOverlayWrap {
	position: fixed;
	/*display: none;*/
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #2b2b2b;
	background: rgba(0,0,0,.8);
	overflow: auto;
	z-index: 9999;
}

.employeeOverlayWrap.homePage {
	background: #2b2b2b;
	background: rgba(0,0,0,.9);
}

.employeeOverlayWrap.videoPopup {
	top: -100%;
	transition: all .2s ease;
}

.overlayOpen .employeeOverlayWrap.videoPopup {
	top: 0;
}

.employeeOverlay {
	position: absolute;
	display: block;
	min-width: 980px;
	width: 1132px;
	height: 586px;
	top: 50%;
	left: 50%;
	margin: -293px 0 0 -566px;
	padding: 70px 30px 55px 40px;
	color: #fff;
	background: #000;
	box-sizing: border-box;
	overflow: hidden;
}
/*.overlayOpen .employeeOverlayWrap.videoPopup {}*/

.videoPopup .employeeOverlay {
	padding: 70px 30px 55px 30px;
	width: 1080px;
	height: 705px;
	margin-top: -380px;
}

.letterOverlayWrap .employeeOverlay {
	min-width: 0;
	width: 770px;
	height: 80%;
	top: 10%;
	margin: 0 0 0 -385px;
	padding: 70px 30px 55px 50px;
}

.letterOverlayWrap .employeeOverlayInfo {
	padding: 0;
}

.letterOverlayWrap img {
	position: relative;
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0;
}

.employeeOverlayWrap .mCSB_inside > .mCSB_container {
	margin-right: 0;
}

.mCustomScrollBox {
	padding: 0 75px 0 0;
}

.letterOverlayWrap .mCSB_inside > .mCSB_container *:first-child {
	padding-top: 0;
}

@media (max-width: 1132px) {
	.employeeOverlay {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
}

.employeeOverlayInfo {
	position: relative;
	display: block;
	float: right;
	width: 560px;
	height: 100%;
	padding: 0;
	overflow: auto;
	box-sizing: border-box;
}

.employeeOverlayInfo h2 {
	color: #fff;
}

.employeeOverlayWrap p {
	color: #fff;
}

.employeeOverlayWrap p a {
	color: #fff;
	text-decoration: underline;
	transition: all .25s ease;
}

.employeeOverlayWrap p a:hover {
	color: #fff;
}

.letterOverlayWrap p {
	color: #b4b4b4;
}

.letterOverlayWrap p a {
	color: #b4b4b4;
	text-decoration: underline;
	transition: all .25s ease;
}

.letterOverlayWrap p a:hover {
	color: #fff;
}

.letterOverlayWrap .employeeOverlayInfo {
	float: none;
	width: 100%;
}

.letterOverlayWrapHidden {
	display: none;
}

.overlayOpen {
	overflow: hidden;
}

.employeeOverlayClose, .videoOverlayClose {
	position: absolute;
	display: block;
	width: 75px;
	height: 75px;
	top: 0;
	right: 0;
	background: url(/images/whiteClose.png) no-repeat center center;
	text-decoration: none;
	transition: all .5s ease;
}

.employeeOverlayClose:hover, .videoOverlayClose:hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.employeeOverlayImage {
	position: absolute;
	display: block;
	min-width: 720px;
	min-height: 100%;
	height: auto;
	top: 0;
	right: 412px;
}

.employeeOverlayGradient {
	position: absolute;
	display: block;
	width: 832px;
	height: 100%;
	top: 0;
	left: 50%;
	margin: 0 0 0 -266px;
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 99%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 99%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
	opacity: 1;
}

.employeeOverlayName, p.employeeOverlayName {
	position: relative;
	display: block;
	padding: 0;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: .15em;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
}

.employeeOverlayTitle, p.employeeOverlayTitle {
	position: relative;
	display: block;
	padding: 0;
	font-size: 13px;
	letter-spacing: .15em;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
}

.employeeOverlayInfo p.employeeOverlayTime, .employeeOverlayTime {
	position: relative;
	display: block;
	padding: 0;
	font-size: 13px;
	letter-spacing: .015em;
	line-height: 20px;
	color: #868686;
}

.employeeOverlayStyle01, .employeeOverlayStyle02, p.employeeOverlayStyle01, p.employeeOverlayStyle02 {
	position: relative;
	display: block;
	padding: 0;
	font-size: 14px;
	color: #fff;
}

.employeeOverlayStyle01 {
	padding: 40px 0 0 0;
	font-weight: 800;
}

.ckeditorCraftsmen {
	background: #000;
}

.ckeditorCraftsmen p, .ckeditorCraftsmen p.employeeOverlayStyle01 {
	color: #fff;
}

.employeeOverlayInfo p.employeeOverlayStyle02, .employeeOverlayStyle02, .ckeditorCraftsmen p.employeeOverlayStyle02 {
	color: #878787;
}

.employeeOverlayInfo p.employeeOverlayStyle02Large, .employeeOverlayStyle02Large, .ckeditorCraftsmen p.employeeOverlayStyle02Large {
	font-size: 21px;
	color: #878787;
	padding-top: 5px;
}

.cke_editable {
	padding: 0 20px;
	box-sizing: border-box;
}

.cke_editor_Item_Description p.employeeOverlayStyle01,
.cke_editor_Item_Description p.employeeOverlayStyle02,
.cke_editor_Item_Description .employeeOverlayStyle01,
.cke_editor_Item_Description .employeeOverlayStyle02,
.cke_panel p.employeeOverlayStyle01,
.cke_panel p.employeeOverlayStyle02,
.cke_panel .employeeOverlayStyle01,
.cke_panel .employeeOverlayStyle02,
.cke_panel_listItem .employeeOverlayStyle01,
.cke_panel_listItem .employeeOverlayStyle02 {
	padding: 0;
	color: #141414;
}

.cke_editor_Item_Description p.employeeOverlayStyle02Large, .cke_editor_Item_Description .employeeOverlayStyle02Large, .cke_panel p.employeeOverlayStyle02Large, .cke_panel .employeeOverlayStyle02Large, .cke_panel_listItem .employeeOverlayStyle02Large {
	padding: 0;
	color: #141414;
	font-size: 21px;
}

.cke_panel_listItem p, .cke_panel_listItem h1, .cke_panel_listItem h2, .cke_panel_listItem h3, .cke_panel_listItem h4, .cke_panel_listItem h5, .cke_panel_listItem h6, .cke_panel_listItem pre {
	padding: 0;
}

.cke_editable p {
	position: static;
}

.employeeOverlayLinkWrap {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	padding: 34px;
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 );
}

.employeeOverlayLink {
	position: relative;
	display: block;
	margin: 10px 20px 0 0;
	padding: 0 15px 0 35px;
	font-size: 12px;
	letter-spacing: .015em;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
	background: url(/images/teamContactSprite.png) no-repeat 0 0;
	opacity: .6;
	transition: all .25s ease;
}

.employeeOverlayLink:hover {
	opacity: 1;
}

.employeeOverlayLinkMA {
	background-position: 0 0;
}

.employeeOverlayLinkIN {
	background-position: 0 -24px;
}

.twoColorSplash {
	position: relative;
	display: block;
	min-width: 980px;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
}

.brandPromisesSplash, .coreValuesSplash {
	position: absolute;
	display: block;
	width: 50%;
	height: 100%;
	top: 0;
	padding: 200px 100px;
	box-sizing: border-box;
	transition: all .5s ease;
}

.brandPromisesSplash {
	right: 100%;
	color: #161616;
	text-align: right;
	background: #fff url(/images/brandPromisesSplash.jpg) no-repeat center center;
	background-size: cover;
}

.brandPromisesSplash h2 {
	letter-spacing: .15em;
	text-align: right;
	text-transform: uppercase;
}

.brandPromisesSplash a {
	color: #161616;
}

.coreValuesSplash {
	left: 100%;
	color: #fff;
	background: #000 url(/images/coreValuesSplash.jpg) no-repeat center center;
	background-size: cover;
}

.coreValuesSplash h2 {
	letter-spacing: .15em;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
}

.coreValuesSplash p, .coreValuesSplash a {
	color: #fff;
}

.twoColorReveal .brandPromisesSplash {
	right: 50%;
}

.twoColorReveal .coreValuesSplash {
	left: 50%;
}

.brandPromisesSplash h2, .coreValuesSplash h2 {
	font-size: 35px;
}

.brandPromisesSplash p, .coreValuesSplash p {
	position: relative;
	padding: 7px 0 0 0;
	max-width: 330px;
	font-size: 14px;
	letter-spacing: .015em;
	line-height: 24px;
}

.brandPromisesSplash p {
	float: right;
}

.brandPromisesSplash .CTA, .coreValuesSplash .CTA {
	position: relative;
	display: inline-block;
	margin: 25px 0 0 0;
	padding: 16px 125px 16px 25px;
	font-size: 14px;
	letter-spacing: .15em;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .25s ease;
}

.brandPromisesSplash .CTA {
	color: #fff;
	background: #161616 url(/images/CTAarrow.png) no-repeat 98% center;
}

.coreValuesSplash .CTA {
	color: #161616;
	background: #fff url(/images/darkCTAarrow.png) no-repeat 98% center;
}

.brandPromisesSplash .CTA:hover, .coreValuesSplash .CTA:hover {
	background-position: 103% center;
}

.clientLogoWrap {
	position: relative;
	display: block;
	width: 100%;
	padding: 30px 0;
	font-size: 0;
	text-align: center;
}

.clientLogo {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	height: 170px;
	text-decoration: none;
}

.clientLogo img {
	position: absolute;
	display: block;
	max-width: 100%;
	width: auto;
	max-height: 100%;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.smallHeading {
	position: relative;
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .15em;
	line-height: 20px;
	color: #141414;
	text-align: center;
	text-transform: uppercase;
}

.fullClientList {
	position: relative;
	display: block;
	padding: 30px 0 0 0;
	font-size: 0;
}

.fullClientListColumn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 288px;
	padding: 0 0 0 58px;
}

.fullClientListColumn:first-child {
	padding-left: 0;
}

.fullClientList p {
	position: relative;
	display: block;
	padding: 7px 0;
	font-size: 14px;
	letter-spacing: .015em;
	line-height: 16px;
	color: #141414;
}

.sectionLine {
	position: absolute;
	display: block;
	width: 980px;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-top: 1px solid #000;
}

.testimonialWrap {
	position: relative;
	display: block;
	width: 980px;
	height: 333px;
	margin: 0 auto;
}

.testimonial {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0 95px 124px 95px;
	box-sizing: border-box;
}

.testimonialQuote {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	top: 50%;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-size: 20px;
	font-style: italic;
	line-height: 26px;
	color: #141414;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.testimonialInfo {
	position: absolute;
	display: block;
	width: 100%;
	height: 124px;
	left: 0;
	bottom: 0;
	padding: 20px 0 0 0;
	box-sizing: border-box;
}

.testimonialInfo::before, .testimonialInfo:before {
	content: '';
	position: absolute;
	display: block;
	width: 90px;
	height: 2px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	line-height: 2px;
	background: #141414;
}

.testimonialAuthor {
	position: relative;
	display: block;
	font-size: 12px;
	letter-spacing: .015em;
	line-height: 20px;
	color: #141414;
	text-align: center;
}

.testimonialAuthor span {
	font-size: 11px;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.testimonialCompany {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: .15em;
	line-height: 20px;
	color: #141414;
	text-align: center;
	text-transform: uppercase;
}

.testimonialPrev, .testimonialNext {
	position: absolute;
	display: block;
	width: 51px;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0;
	text-decoration: none;
	transition: all .25s ease;
	z-index: 200;
}

.testimonialNext {
	left: auto;
	right: 0;
}

.testimonialPrev span, .testimonialNext span {
	position: absolute;
	display: block;
	width: 31px;
	height: 28px;
	top: 90px;
	left: 20px;
	background: url(/images/darkSlideArrows.png) no-repeat 0 0;
	opacity: .5;
	transition: all .25s ease;
}

.testimonialNext span {
	left: auto;
	right: 20px;
	background-position: -31px 0;
}

.testimonialPrev:hover span {
	left: 0;
	opacity: 1;
}

.testimonialNext:hover span {
	right: 0;
	opacity: 1;
}

.darkShutterWrap, .lightShutterWrap {
	position: relative;
	display: block;
	min-width: 980px;
	width: 100%;
	padding: 109px 0 0 0;
	background: #000;
}

.lightShutterWrap {
	background: #fff;
}

.shutterOverflow {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all .5s ease;
}

.mobileWrap .lightShutterWrap .shutterOverflow {
	min-height: 420px;
	height: auto;
	overflow: auto;
}

.no-js .shutterOverflow {
	height: auto;
}

.shutter {
	position: relative;
	display: block;
	width: 100%;
	height: 20%;
	background: #000;
	box-sizing: border-box;
	border-top: 1px solid #323232;
	transition: all .75s ease;
	cursor: pointer;
	overflow: hidden;
	z-index: 5;
	box-sizing: border-box;
}

.lightShutterWrap .shutter {
	background-color: #fff;
	border-color: #aaa;
}

.shutter:first-child {
	border-top: none;
}

.shutterOpen .shutter {
	height: 0;
	cursor: default;
	z-index: 1;
}

.shutterExpanded, .shutterOpen .shutterExpanded {
	height: 100%;
}

.mobileWrap .lightShutterWrap .shutter {
	transition: all .5s ease;
	height: 0;
}

.mobileWrap .lightShutterWrap.dynamicShutters .shutter {
	transition: none;
}

.no-js .mobileWrap .lightShutterWrap .shutter {
	max-height: none;
}

.mobileWrap .lightShutterWrap .shutterExpanded, .mobileWrap .lightShutterWrap .shutterOpen .shutterExpanded {
	min-height: 420px;
	max-height: 1000px;
	height: auto !important;
}

.no-js .shutter {
	height: 750px;
	cursor: default;
	z-index: 1;
}

.no-js .shutterDynamicContent {
	opacity: 1;
}

.shutterInner {
	position: absolute;
	display: block;
	min-width: 980px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #000;
	background-size: cover;
	opacity: .5;
	transition: all .25s ease;
}

.mobileWrap .shutter:hover .shutterInner {
	opacity: .5;
}

.darkShutterWrap .shutterInner, .lightShutterWrap .shutterInner {
	background-color: #000;
	background-size: cover;
	background-position: center center;
}

.lightShutterWrap .shutterInner {
	background-color: #fff;
}

.darkShutterWrap .shutterInner.shutterInnerIntegrity {
	background-image: url(/images/integrity.jpg);
}

.darkShutterWrap .shutterInner.shutterInnerHumility {
	background-image: url(/images/humility.jpg);
}

.darkShutterWrap .shutterInner.shutterInnerDiligence {
	background-image: url(/images/diligence.jpg);
}

.darkShutterWrap .shutterInner.shutterInnerOptimism {
	background-image: url(/images/optimism.jpg);
}

.darkShutterWrap .shutterInner.shutterInnerCreativity {
	background-image: url(/images/creativity.jpg);
}

.shutterSafety {
	background-image: url(/images/safety.jpg);
}

.shutterQuality {
	background-image: url(/images/quality.jpg);
}

.shutterService {
	background-image: url(/images/service.jpg);
}

.shutterControls {
	background-image: url(/images/controls.jpg);
}

.shutterReinvestment {
	background-image: url(/images/reinvestment.jpg);
}

.shutter:hover .shutterInner, .shutter:focus .shutterInner, .shutterExpanded .shutterInner, .no-js .shutterInner, .mobileWrap .shutter.shutterExpanded .shutterInner, .no-js .mobileWrap .shutter .shutterInner {
	opacity: 1;
}

.no-js .shutterInner {
	height: 750px;
}

.no-js .mobileWrap .shutterInner {
	height: auto;
}

.shutterClose, .dynamicClose {
	position: absolute;
	display: block;
	width: 70px;
	height: 70px;
	top: 0;
	right: 0;
	background: url(/images/whiteClose.png) no-repeat center center;
	text-decoration: none;
	opacity: 0;
	transition: all .5s ease;
	z-index: -1;
}

.lightShutterWrap .shutterClose, .lightShutterWrap .dynamicClose {
	background-image: url(/images/blackClose.png);
}

.shutterOpen .shutterClose, .mobileWrap .shutterExpanded .dynamicClose {
	opacity: 1;
	z-index: 100;
}

.no-js .shutterClose {
	display: none;
}

.shutterClose:hover, .dynamicClose:hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.shutterTitle {
	position: absolute;
	display: block;
	max-width: 980px;
	width: 100%;
	top: 50%;
	left: 0;
	right: 0;
	margin: -20px auto 0 auto;
	padding: 0;
	font-size: 30px;
	letter-spacing: .2em;
	line-height: 40px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	opacity: .5;
	transition: all .5s ease;
	z-index: 3;
}

.lightShutterWrap .shutterTitle {
	color: #141414;
}

.shutter:hover .shutterTitle {
	opacity: 1;
}

.shutterOpen .shutterTitle, .no-js .shutterTitle {
	margin-top: -150px;
	font-size: 60px;
	line-height: 75px;
	color: #9b9b9b;
	/*color: rgba(255,255,255,.3);*/
	opacity: 1;
}

.darkShutterWrap .shutterOpen .shutterTitle, .no-js .darkShutterWrap .shutterTitle {
	margin-top: -210px;
}

.lightShutterWrap .shutterOpen .shutterExpanded .shutterTitle, .no-js .lightShutterWrap .shutterTitle {
	opacity: 0;
	z-index: -1;
}

.no-js .shutterTitle {
	transition-duration: 0s;
}

.shutterControlWrap {
	position: absolute;
	display: block;
	width: 560px;
	bottom: 20px;
	left: 50%;
	margin: 0 0 0 -280px;
	opacity: 0;
	transition: all .25s ease;
	z-index: 1;
}

.shutterOpen .shutterControlWrap {
	opacity: 1;
	z-index: 10;
	transition-duration: .75s;
}

.no-js .shutterControlWrap {
	display: none;
}

.shutterControlTitle {
	position: relative;
	display: block;
	width: 100%;
	padding: 18px 0;
	font-size: 11px;
	letter-spacing: .2em;
	line-height: 14px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #808080;
	border-bottom: 1px solid rgba(255,255,255,.5);
}

.lightShutterWrap .shutterControlTitle {
	color: #141414;
	border-color: rgba(0,0,0,.5);
}

.shutterControlLinkWrap {
	position: relative;
	display: table;
	width: 100%;
	margin: -1px 0 0 0;
	font-size: 0;
	text-align: center;
	border-collapse: collapse;
}

.shutterControlLink {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 23px 15px;
	font-size: 11px;
	letter-spacing: .2em;
	line-height: 14px;
	color: #808080;
	color: rgba(255,255,255,.5);
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	box-sizing: border-box;
}

.lightShutterWrap .shutterControlLink {
	color: rgba(0,0,0,.5);
}

.shutterControlLink::before, .shutterControlLink:before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 2px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	transition: all .25s ease;
}

.shutterControlLink:hover, .shutterControlLinkActive {
	color: #fff;
}

.lightShutterWrap .shutterControlLink::before, .lightShutterWrap .shutterControlLink:before {
	background: #000;
}

.lightShutterWrap .shutterControlLink:hover, .lightShutterWrap .shutterControlLinkActive {
	color: #141414;
}

.shutterControlLink:hover::before, .shutterControlLink:hover:before, .shutterControlLinkActive::before, .shutterControlLinkActive:before {
	width: 30px;
}

.shutterInnerContent {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}

.shutterRotator {
	position: absolute;
	display: block;
	max-width: 980px;
	width: 100%;
	top: 50%;
	left: 0;
	right: 0;
	margin: -73px auto 0 auto;
	opacity: 0;
	transition: all .25s ease;
}

.lightShutterWrap .shutterRotator {
	margin-top: -93px;
}

.shutterExpanded .shutterRotator, .no-js .shutterRotator {
	opacity: 1;
	transition-duration: 3s;
}

.no-js .shutterRotator {
	transition-duration: 0s;
}

.shutterSlide {
	position: absolute;
	display: block;
	width: 980px;
	top: 0;
	left: 0;
	padding: 0 157px;
	box-sizing: border-box;
}

.no-js .shutterSlide {
	display: none;
}

.no-js .shutterSlide:first-child {
	display: block;
}

.lightShutterWrap .shutterSlide {
	padding: 0 50px;
}

.shutterSlideQuote {
	position: relative;
	display: block;
	max-width: none;
	padding: 0;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-size: 22px;
	font-style: italic;
	letter-spacing: .015em;
	line-height: 36px;
	color: #fff;
	text-align: center;
}

.lightShutterWrap .shutterSlideQuote {
	font-family: AvenirLTStd, 'Avenir 55 Roman',"Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	line-height: 48px;
	color: #141414;
}

.shutterSlideSource {
	position: relative;
	display: block;
	max-width: none;
	font-size: 12px;
	letter-spacing: .2em;
	line-height: 18px;
	color: #a0a0a0;
	text-align: center;
	text-transform: uppercase;
}

.lightShutterWrap .shutterSlideSource {
	color: #5e5e5e;
}

.shutterRotatorPrev, .shutterRotatorNext {
	position: absolute;
	display: block;
	top: -16px;
	padding: 26px;
	text-decoration: none;
	transition: all .25s ease;
	z-index: 50;
}

.no-js .shutterRotatorPrev, .no-js .shutterRotatorNext {
	display: none;
}

.shutterRotatorPrev {
	left: 0;
}

.shutterRotatorNext {
	right: 0;
}

.shutterRotatorPrev:hover {
	padding-left: 0;
	padding-right: 52px;
}

.shutterRotatorNext:hover {
	padding-left: 52px;
	padding-right: 0;
}

.shutterRotatorPrev span, .shutterRotatorNext span {
	position: relative;
	display: block;
	width: 19px;
	height: 15px;
	background: url(/images/slideArrows.png) no-repeat left center;
	background-size: auto 100%;
}

.lightShutterWrap .shutterRotatorPrev span, .lightShutterWrap .shutterRotatorNext span {
	background-image: url(/images/darkSlideArrows.png);
}

.shutterRotatorNext span {
	background-position: right center;
}

.shutterDynamicContent {
	position: relative;
	display: block;
	width: 980px;
	top: 50%;
	margin: 0 auto;
	padding: 0 0 110px 0;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all .5s ease;
	box-sizing: border-box;
	font-size: 0;
}

.shutterExpanded .shutterDynamicContent {
	opacity: 1;
}

.mobileWrap .lightShutterWrap .shutterInner {
	max-height: 100%;
}

.mobileWrap .shutterDynamicContent {
	width: 100%;
	top: 0;
	padding: 60px 0;
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.mobileWrap .shutterLeft, .mobileWrap .shutterRight {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
	opacity: 0;
	transition: all .5s ease;
}

.mobileWrap .shutterDynamicContent .shutterLeft, .mobileWrap .shutterDynamicContent .shutterRight {
	transition: none;
}

.no-js .mobileWrap .shutterLeft, .no-js .mobileWrap .shutterRight, .mobileWrap .shutterExpanded .shutterLeft, .mobileWrap .shutterExpanded .shutterRight {
	opacity: 1;
}

.shutterDynamicTitle, .mobileWrap p.shutterDynamicTitle {
	position: relative;
	display: block;
	max-width: none;
	width: 100%;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: .2em;
	line-height: 20px;
	color: #141414;
	text-align: center;
	text-transform: uppercase;
}

.mobileWrap p.shutterDynamicTitle {
	margin-top: -28px;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
}

.mobileWrap .shutterExpanded p.shutterDynamicTitle {
	margin-top: 0 !important;
}

.shutterLeft, .shutterRight {
	position: relative;
	display: inline-block;
	float: left;
	width: 40%;
	padding: 30px 0 0 0;
	text-align: right;
	box-sizing: border-box;
}

.shutterLeft {
	padding: 30px 0 0 0;
	margin: 0 0 0 10%;
}

.shutterRight {
	margin: 0 7% 0 3%;
	float: none;
	float: right;
	text-align: center;
}

.shutterRight img {
	max-width: 100%;
}

.shutterStyle01, .mobileWrap p.shutterStyle01 {
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #000;
}

.mobileWrap p.shutterStyle01 {
	font-size: 20px;
	line-height: 24px;
}

.shutterStyle02, .mobileWrap p.shutterStyle02 {
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #000;
}

.shutterStyle02 {
	float: right;
	max-width: 360px;
}

.mobileWrap .graphTile {
	padding: 0;
}

.mobileWrap .graphTileTopPad {
	padding: 15px 0 0 0;
}

.mobileWrap .graphName {
	font-size: 13px;
}

.mobileWrap .graphNumber {
	font-size: 26px;
	line-height: 34px;
}

.mobileWrap .graphNumberLarge {
	font-size: 40px;
	line-height: 46px;
}

.mobileWrap .graphDesc {
	font-size: 11px;
}

.graphTileWrap {
	position: relative;
	display: block;
	width: 100%;
	font-size: 0;
}

.graphTile {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 30px 40px 30px;
	font-size: 12px;
	box-sizing: border-box;
}

.graphName {
	position: relative;
	display: block;
	padding: 0 0 10px 0;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 14px;
	color: #000;
	text-transform: uppercase;
}

.graphNumber, .graphNumberLarge {
	position: relative;
	display: block;
	font-size: 37px;
	font-weight: bold;
	line-height: 40px;
}

.graphNumberLarge {
	font-size: 56px;
	line-height: 60px;
}

.graphDesc {
	position: relative;
	display: block;
	font-size: 11px;
	line-height: 20px;
}

.graphDescAlt {
	padding: 0;
}

#incidentChart, #dartChart, #emrChart {
	width: 115px;
	margin: 0 auto;
}

.breadcrumbs {
	position: relative;
	display: block;
	padding: 0;
	font-size: 11px;
	letter-spacing: .2em;
	line-height: 15px;
	color: #8e8e8e;
	text-transform: uppercase;
}

.breadcrumbs a {
	color: #8e8e8e;
	text-decoration: none;
}

.galleryWrap {
	position: relative;
	display: block;
	width: 100%;
	margin: 45px 0 0 0;
	font-size: 0;
}

.galleryItem {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	height: 185px;
	background: #000 url(/images/wolf.png) no-repeat center center;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	overflow: hidden;
}

.equipmentForSaleGalleryWrap .galleryItem {
	width: 33.33%;
	height: auto;
	padding-bottom: 40px;
	background: none;
	text-decoration: none;
}

.galleryItem:nth-child(4n+4) {
	border-right: none;
}

.equipmentForSaleGalleryWrap .galleryItem:nth-child(4n+4) {
	border-right: 1px solid #fff;
}

.equipmentForSaleGalleryWrap .galleryItem:nth-child(3n+3) {
	border-right: none;
}

.galleryItemImageWrap {
	position: relative;
	display: block;
	width: 100%;
	height: 280px;
	background: #000 url(/images/wolf.png) no-repeat center center;
	overflow: hidden;
}

.galleryItem img {
	position: absolute;
	display: block;
	min-width: 100%;
	width: auto;
	min-height: 100%;
	height: auto;
	top: -9999px;
	left: -9999px;
	right: -9999px;
	bottom: -9999px;
	margin: auto;
}

.galleryItemOverlay {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 25px;
	color: #141414;
	background: #f2f2f2;
	background: rgba(242,242,242,.9);
	box-shadow: inset 0 0 100px #ddd;
	box-shadow: inset 0 0 100px rgba(184,184,184,.4);
	box-sizing: border-box;
	opacity: 0;
	transition: all .25s ease;
}

.galleryItem:hover .galleryItemOverlay, .photoGalleryItem:hover .galleryItemOverlay {
	opacity: 1;
}

.galleryItemTitle {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 800;
	line-height: 20px;
	color: #141414;
}

.galleryItemLine {
	position: relative;
	display: block;
	width: 0px;
	height: 2px;
	margin: 10px 0;
	background: #141414;
	transition: all .5s ease;
}

.galleryItem:hover .galleryItemLine, .photoGalleryItem:hover .galleryItemLine {
	width: 52px;
}

.galleryItemDesc {
	position: relative;
	display: block;
	font-size: 11px;
	line-height: 20px;
	color: #141414;
}

.galleryItemVisibleTitle {
	position: relative;
	display: block;
	padding: 7px 30px 0 0;
	font-size: 16px;
	line-height: 22px;
	color: #141414;
	text-decoration: none;
}

.projectsFilter {
	position: relative;
	display: inline-block;
	width: 300px;
	height: 45px;
	margin: 35px 30px 0 0;
	box-sizing: border-box;
	z-index: 50;
	cursor: pointer;
}

.projectsFilterRight {
	position: relative;
	float: right;
}

.projectsFilterRight .projectsFilter {
	margin: 0 0 0 30px;
}

.projectsFilterText {
	position: relative;
	display: block;
	padding: 12px 18px;
	font-size: 15px;
	font-style: italic;
	line-height: 17px;
	color: #9b9b9b;
	text-transform: lowercase;
	background: #fff url(/images/downArrow.png) no-repeat right center;
	border: 2px solid #9c9c9c;
	text-decoration: none;
}

.projectsFilterTextFiltered {
	color: #141414;
	text-transform: inherit;
	font-style: normal;
}

.projectsFilterDropdown {
	position: absolute;
	display: block;
	min-width: 350px;
	width: auto;
	max-height: 0px;
	height: auto;
	padding: 0 35px;
	top: -2px;
	left: -2px;
	font-size: 0;
	background: #fff;
	box-shadow: 0 0 7px #a6a6a6;
	box-shadow: 0 0 7px rgba(0,0,0,.35);
	white-space: nowrap;
	box-sizing: border-box;
	transition: all .5s ease;
	overflow: hidden;
	cursor: default;
}

.projectsFilter.open {
	z-index: 51;
}

.projectsFilter.open .projectsFilterDropdown {
	max-height: 1000px;
	padding: 35px;
}

.projectsFilterRight .projectsFilterDropdown {
	left: auto;
	right: -2px;
}

.projectsFilterDropdownTitle {
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .15em;
	line-height: 20px;
	text-transform: uppercase;
}

.projectsFilterDropdownColumn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-width: 165px;
	width: auto;
	padding: 20px 0 0 90px;
}

.projectsDropdown .projectsFilterDropdownColumn {
	padding-top: 0;
}

.projectsFilterDropdownColumn:first-of-type {
	padding-left: 0;
}

.projectsFilterDropdownColumnTitle {
	position: relative;
	display: block;
	margin: 0 0 7px 0;
	padding: 0;
	font-size: 11px;
	letter-spacing: .15em;
	line-height: 18px;
	border-bottom: 1px solid #000;
	text-transform: uppercase;
}

.projectsDropdown .projectsFilterDropdownColumnTitle {
	color: #7a7a7a;
	border-color: #626262;
}

.navDropdownText {
	display: none;
}

.projectsDropdown .navDropdownText {
	display: inline;
}

.projectsFilterDropdownColumn a {
	position: relative;
	display: block;
	padding: 3px 0;
	font-size: 13px;
	line-height: 18px;
	color: #141414;
	text-decoration: none;
	transition: all .25s ease;
}

.projectsDropdown .projectsFilterDropdownColumn a {
	color: #c5c5c5;
}

.projectsDropdown .projectsFilterDropdownColumn a:hover {
	color: #fff;
}

.projectsFilterDropdownColumn a::after, .projectsFilterDropdownColumn a:after, .allProjectsLink::after, .allProjectsLink:after, .aboutDropdown a::after, .aboutDropdown a:after, .servicesListColumn a::after, .servicesListColumn a::after {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 18px;
	background: url(/images/smallArrow.png) no-repeat -13px center;
	transition: all .25s ease;
}

.servicesListColumn a::after, .servicesListColumn a:after {
	position: absolute;
	margin-top: -1px;
}

.projectsFilterDropdownColumn a:hover::after, .projectsFilterDropdownColumn a:hover:after, .allProjectsLink:hover::after, .allProjectsLink:hover:after, .aboutDropdown a:hover::after, .aboutDropdown a:hover:after, .servicesListColumn a:hover::after, .servicesListColumn a:hover::after {
	background-position: right center;
}

.projectsFilterDropdownClose {
	position: absolute;
	display: block;
	width: 52px;
	height: 52px;
	top: 0;
	right: 0;
	background: url(/images/blackClose.png) no-repeat center center;
	background-size: 12px auto;
	cursor: pointer;
	transition: all .5s ease;
}

.projectsFilterDropdownClose:hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.allProjectsLink {
	position: relative;
	display: block;
	width: 100%;
	margin: 15px 0 -36px 0;
	padding: 30px 0;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .15em;
	line-height: 20px;
	color: #141414;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.projectsDropdown .allProjectsLink {
	margin: 0 0 -43px 0;
	color: #c5c5c5;
	;
}

.sortProjects {
	position: relative;
	display: block;
	max-width: none;
	margin: 40px 0 -40px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
}

.sortProjects a {
	position: relative;
	display: inline-block;
	padding: 0 5px;
	font-weight: normal;
	color: #777;
	text-decoration: none;
	transition: all .25s ease;
}

.sortProjects a:hover {
	color: #141414;
}

.sortProjects a.active {
	font-weight: bold;
	color: #141414;
}

.careerLocation {
	position: relative;
	display: block;
	padding: 0;
	font-size: 14px;
	letter-spacing: .15em;
	line-height: 16px;
	color: #141414;
	text-transform: uppercase;
}

.smallContactLink {
	position: relative;
	display: inline-block;
	margin: 10px 0 0 0;
	padding: 0 27px;
	vertical-align: top;
	font-size: 14px;
	font-weight: 800;
	line-height: 40px;
	color: #222;
}

a.smallContactLink, .smallContactLink a {
	color: #222;
	text-decoration: none;
}

.smallContactLink::before, .smallContactLink:before {
	content: '';
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	top: 11px;
	left: 0;
	background: url(/images/contactIcons.png) no-repeat 0 0;
	background-size: auto 18px;
}

.smallContactLinkPhone::before, .smallContactLinkPhone:before {
	background-position: 0 0;
}

.smallContactLinkEmail::before, .smallContactLinkEmail:before {
	background-position: -18px 0;
}

.projectFeaturedWrap {
	position: relative;
	display: block;
	vertical-align: middle;
	min-width: 980px;
	width: 100%;
	height: 475px;
	text-align: center;
	background: #555 url(/images/wolf.png) no-repeat center center;
	border-bottom: 1px solid #a5a5a5;
	box-sizing: border-box;
	overflow: hidden;
}

.projectFeaturedWrap img {
	position: absolute;
	display: block;
	max-width: 1350px;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
}

.projPrev, .projNext {
	position: absolute;
	display: block;
	width: 80px;
	height: 80px;
	top: 50%;
	margin: -40px 0 0 0;
	text-decoration: none;
	background: #000;
	opacity: .35;
	transition: all .25s ease;
}

.mobileWrap .fancybox-nav span {
	visibility: visible
}

.mobileWrap .fancybox-prev span {
	left: 0
}

.mobileWrap .fancybox-next span {
	right: 0
}

.projPrev:hover, .projNext:hover, .projPrev:focus, .projNext:focus {
	opacity: 1;
}

.projPrev {
	left: 50%;
	margin-left: -675px;
}

.projNext {
	right: 50%;
	margin-right: -675px;
}

.projPrev span, .projNext span {
	position: absolute;
	display: block;
	width: 31px;
	height: 28px;
	top: 50%;
	left: 50%;
	margin: -14px 0 0 -15px;
	background: url(/images/lightSlideArrows.png) no-repeat 0 0;
}

.projNext span {
	background-position: -31px 0;
}

.projectDetailSection {
	position: relative;
	display: block;
	min-width: 980px;
	width: 100%;
	padding: 40px 0 90px 0;
	background: #fff;
}

.projectDetailSection h1 {
	padding: 7px 0 0 0;
	font-size: 32px;
	text-transform: none;
	letter-spacing: 0;
	line-height: 36px;
}

.leftColumn {
	position: relative;
	display: block;
	float: left;
	width: 580px;
}

.rightColumn {
	position: relative;
	display: block;
	float: right;
	width: 300px;
}

.rightColumnLargeText {
	position: relative;
	display: block;
	padding: 0;
	font-size: 32px;
	font-weight: 800;
	line-height: 36px;
}

.rightColumnLargeText .decimal {
	font-size: 15px;
}

.rightColumnLargeText a {
	text-decoration: none;
}

.projectInformation {
	position: relative;
	display: block;
	padding: 10px 0 0 0;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .015em;
	line-height: 15px;
	color: #141414;
}

.projectInformation span {
	color: #a8a8a8;
}

.additionalPhotoWrap {
	position: relative;
	display: block;
	width: 100%;
	font-size: 0;
}

.additionalPhoto {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	margin: 13px 13px 0 0;
	overflow: hidden;
	background: #000;
	text-decoration: none;
}

.additionalPhoto img {
	position: absolute;
	display: block;
	min-width: 0;
	width: 100%;
	min-height: 0;
	height: auto;
	top: -9999px;
	left: -9999px;
	right: -9999px;
	bottom: -9999px;
	margin: auto;
}

.additionalPhoto::after, .additionalPhoto:after {
	content: 'View';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	right: 100%;
	padding: 17px 0;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .15em;
	line-height: 18px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background: #000;
	background: rgba(0,0,0,.8);
	transition: all .25s ease;
	box-sizing: border-box;
}

.additionalPhoto:hover::after, .additionalPhoto:hover:after {
	right: 0%;
}

.shareLinkWrap {
	position: relative;
	display: block;
	padding: 12px 0 0 0;
	font-size: 0;
}

.equipmentDetailSection .shareLinkWrap {
	padding: 30px 0 0 0;
}

.newsShareLinkWrap {
	padding: 7px 0 0 0;
}

.shareLinkWrap p {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 1px 0 0 0;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .15em;
	line-height: 22px;
	color: #141414;
	text-transform: uppercase;
}

.newsShareLinkWrap p {
	font-size: 14px;
	font-weight: 400;
}

.newsShareLinkWrap p.newsDate, .newsDate {
	padding-right: 45px;
}

.shareLink {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 22px;
	height: 22px;
	margin: 0 0 0 8px;
	background: url(/images/darkSocialIcons.png) no-repeat 0 0;
}

.shareLinkFB {
	background-position: 0 0;
}

.shareLinkIN {
	background-position: -22px 0;
}

.shareLinkTW {
	background-position: -44px 0;
}

.shareLinkMA {
	background-position: -66px 0;
}

.tagWrap {
	position: relative;
	display: block;
	font-size: 0;
}

.tag {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 8px 8px 0 0;
	padding: 7px 15px;
	font-size: 13px;
	letter-spacing: .015em;
	line-height: 17px;
	color: #141414;
	text-decoration: none;
	background: #fff;
	border: 1px solid #c3c3c3;
	box-sizing: border-box;
	transition: all .25s ease;
}

.tag:hover {
	border-color: #141414;
}

.servicesPage .tag {
	display: block;
	max-width: 216px;
	padding: 12px 50px 12px 15px;
	font-size: 14px;
	line-height: normal;
}

.servicePage .tag::after, .servicesPage .tag:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 13px;
	height: 11px;
	top: 50%;
	right: 16px;
	margin-top: -7px;
	background: url(/images/darkCTAarrow.png) no-repeat 0 0;
	background-size: auto 11px;
}

.careersSplash {
	position: relative;
	display: block;
	min-width: 980px;
	width: 100%;
	background: url(/images/careersSplash.jpg) no-repeat center center;
	background-size: cover;
}

.careersSplashContent {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin: 0 0 0 -490px;
	padding: 0 0 75px 0;
	color: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.splashCTA {
	position: relative;
	display: inline-block;
	min-width: 265px;
	width: auto;
	margin: 35px 25px 0 0;
	padding: 16px 60px 16px 25px;
	font-size: 14px;
	letter-spacing: .15em;
	line-height: 18px;
	color: #141414;
	text-decoration: none;
	text-transform: uppercase;
	background: #fff url(/images/darkCTAarrow.png) no-repeat 98% center;
	border: 1px solid #fff;
	box-sizing: border-box;
	transition: all .25s ease;
}

.splashCTA:hover {
	background-position: 103% center;
}

.splashCTAalt {
	color: #fff;
	background-color: #000;
	background-color: rgba(0,0,0,.2);
	background-image: url(/images/CTAarrow.png);
	border-color: #414141;
	border-color: rgba(255,255,255,.2);
}

.jobWrap {
	position: relative;
	display: block;
	padding: 20px 0;
}

.jobWrap h2, h2.jobTitle {
	padding: 0;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: .015em;
	line-height: 26px;
}

.jobWrap p {
	padding: 0;
}

.jobLink {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 30px 0 0;
	padding: 20px 32px 20px 0;
	font-size: 14px;
	font-weight: 800;
	line-height: 20px;
	color: #141414;
	background: url(/images/smallArrow.png) no-repeat 95% center;
	text-decoration: none;
	transition: all .25s ease;
}

.jobLink:hover {
	background-position: 100% center;
}

.leftDiv {
	position: relative;
	display: block;
	max-width: 720px;
	width: 100%;
	height: 10px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #000;
}

.videoLink {
	position: relative;
	display: block;
	max-width: 720px;
	min-height: 60px;
	overflow: hidden;
}

.splashCTA.videoLink {
	display: inline-block;
	max-width: 300px;
	min-height: 52px;
	margin: 35px auto 0 auto;
}

.videoLink img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.videoLink:hover {
	cursor: pointer;
}

.videoLink .playButton {
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	right: 0;
	margin: -40px auto 0 auto;
	width: 80px;
	height: 80px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #000;
	background: rgba(0,0,0,.4);
	transition: .25s;
}

.videoLink:hover .playButton, .videoLink:focus .playButton {
	border: 2px solid #000;
	background: #000;
}

.videoLink .playButton::after, .videoLink .playButton:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -7px;
	border-left: 20px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transition: .25s;
}
/*.videoLink:hover .playButton::after, .videoLink:hover .playButton:after, .videoLink:focus .playButton::after, .videoLink:focus .playButton:after {border-left-color: #000;}*/
.pullQuote {
	position: relative;
	display: block;
	width: 100%;
	margin: 30px 0 15px 0;
	padding: 35px;
	font-size: 28px;
	letter-spacing: .025em;
	line-height: 40px;
	color: #141414;
	text-align: center;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	box-sizing: border-box;
}

.HTMLeditorContent {
	position: relative;
	display: block;
	width: 720px;
}

.HTMLeditorContent img {
	margin: 15px 0 0 0;
}

.HTMLeditorContent img[style*="float:left;"], .HTMLeditorContent img[style*="float: left;"] {
	margin: 15px 15px 0 0;
}

.HTMLeditorContent img[style*="float:right;"], .HTMLeditorContent img[style*="float: right;"] {
	margin: 15px 0 0 15px;
}

.caption {
	position: relative;
	display: block;
	padding: 7px 0 0 0;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .015em;
	line-height: 15px;
	color: #141414;
}

.newsFilterWrap {
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 0 0 0;
	font-size: 0;
}

.newsFilter {
	position: relative;
	display: inline-block;
	margin: 0 33px 0 0;
	padding: 10px 0;
	font-size: 12px;
	letter-spacing: .2em;
	line-height: 26px;
	color: #676767;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .25s ease;
}

.newsFilterActive, .newsFilter:hover {
	color: #141414;
}

.newsFilter::before, .newsFilter:before {
	content: '';
	position: absolute;
	display: block;
	width: 0%;
	height: 2px;
	left: 0;
	right: 0;
	bottom: 10px;
	margin: auto;
	background: #000;
	overflow: hidden;
	transition: all .25s ease;
}

.newsFilter:hover::before, .newsFilter:hover:before, .newsFilterActive::before, .newsFilterActive::before {
	width: 100%;
}

.newsTileWrap {
	position: relative;
	display: block;
	width: 100%;
	font-size: 0;
	padding: 7px 0 0 0;
}

.newsTile {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 326px;
	height: 283px;
	padding: 34px;
	text-decoration: none;
	background: #000;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	overflow: hidden;
}

.newsTileImage {
	position: absolute;
	display: block;
	min-width: 100%;
	width: auto;
	min-height: 100%;
	height: auto;
	top: -9999px;
	left: -9999px;
	right: -9999px;
	bottom: -9999px;
	margin: auto;
}

.newsTileOverlay {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	background: rgba(0,0,0,.65);
	transition: all .25s ease;
}

.newsTile:hover .newsTileOverlay {
	background: rgba(255,255,255,.9);
}

.newsTileDate {
	position: relative;
	display: block;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .2em;
	line-height: 12px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .25s ease;
}

.newsTileTitle {
	position: relative;
	display: block;
	padding: 10px 0 0 0;
	font-size: 22px;
	letter-spacing: .015em;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	transition: all .25s ease;
}

.newsTile:hover .newsTileDate, .newsTile:hover .newsTileTitle {
	color: #141414;
}

.newsTileBlurb {
	position: relative;
	display: block;
	padding: 5px 0 0 0;
	font-size: 13px;
	letter-spacing: .015em;
	line-height: 22px;
	color: #a9a9a9;
	text-decoration: none;
}

.newsTile:hover .newsTileBlurb {
	color: #545454;
}

.loadMore {
	position: relative;
	display: block;
	width: 100%;
	margin: 18px 0;
	padding: 10px;
	font-size: 13px;
	letter-spacing: .2em;
	line-height: 17px;
	color: #141414;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #000;
	box-sizing: border-box;
	transition: all .25s ease;
}

.loadMore:hover {
	color: #fff;
	background: #000;
}

.newsTileWrap .loadMore {
	width: 977px;
}

.mapSection {
	position: relative;
	display: block;
	min-width: 980px;
	width: 100%;
	padding: 0 0 0 366px;
	background: #fff;
	box-sizing: border-box;
}

.contactMap {
	position: relative;
	display: block;
	min-width: 614px;
	width: 100%;
	min-height: 750px;
	height: 100%;
}

.mapPin {
	position: absolute;
	display: block;
	width: 18px;
	height: 28px;
	top: 50%;
	left: 50%;
	background: url(/images/mapPin.png) no-repeat 0 0;
}

.contactMapInfoWrap {
	position: absolute;
	display: block;
	width: 366px;
	height: 100%;
	top: 0;
	left: 0;
	padding: 40px;
	overflow: auto;
	box-sizing: border-box;
}

.contactMapInfoWrap h1 {
	font-size: 30px;
	font-weight: 400;
	line-height: 35px;
}

.contactLink {
	position: relative;
	display: block;
	margin: 30px 0 0 0;
	padding: 0 0 0 30px;
	font-size: 15px;
	letter-spacing: .2em;
	line-height: 20px;
	color: #141414;
	text-decoration: none;
	text-transform: uppercase;
}

.rightColumn .contactLink {
	font-size: 12px;
	margin: 15px 0 0 0;
}

.contactLinkMessage {
	background: url(/images/darkCTAarrow.png) no-repeat right center;
}

.contactLink::before, .contactLink:before, .contactLocationWrap::before, .contactLocationWrap:before {
	content: '';
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	background: url(/images/contactIcons.png) no-repeat 0 0;
	background-size: auto 20px;
}

.contactLinkPhone::before, .contactLinkPhone:before {
	background-position: 0 0;
}

.contactLinkEmail::before, .contactLinkEmail:before {
	background-position: -20px 0;
}

.contactLinkMessage::before, .contactLinkMessage:before {
	background-position: -40px 0;
}

.contactLocationWrap::before, .contactLocationWrap:before {
	top: 30px;
	background-position: -60px 0;
}

.contactLocationWrap {
	position: relative;
	display: block;
	width: 100%;
	padding: 19px 30px 0 30px;
	box-sizing: border-box;
}

.contactLocation {
	position: relative;
	display: block;
	height: auto;
	padding: 12px 0;
	border-top: 1px solid #dedede;
}

#locationMap .contactLocation {
	padding: 0;
}

.contactLocationInner {
	position: relative;
	display: block;
	width: 100%;
	max-height: 18px;
	height: auto;
	overflow: hidden;
	transition: all .3s ease;
}

.contactLocation.open .contactLocationInner, .gm-style-iw .contactLocationInner, .no-js .contactLocationInner {
	max-height: 300px;
}

.contactLocation:first-child {
	border: none;
}

.contactLocation::before, .contactLocation:before {
	content: '';
	position: absolute;
	display: block;
	width: 10px;
	height: 11px;
	top: 15px;
	right: 0;
	background: url(/images/downArrow.png) no-repeat 0 0;
	transition: all .5s ease;
}

.contactLocation.open::before, .contactLocation.open:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.no-js .contactLocation::before, .no-js .contactLocation:before {
	display: none;
}

#locationMap .contactLocation::before, #locationMap .contactLocation:before {
	display: none;
}

.contactLocation h2 {
	padding: 0;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .15em;
	line-height: 18px;
	text-indent: 0;
	text-transform: uppercase;
}

.contactLocation p {
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}

.contactLocationTrigger {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}

.no-js .contactLocationTrigger {
	display: none;
}

#locationMap .contactLocationTrigger {
	display: none;
}

.open .contactLocationTrigger {
	height: 33px;
}

.contactMapFormWrap {
	position: absolute;
	display: block;
	width: auto;
	height: 100%;
	top: 0;
	left: 370px;
	background: #fff;
	box-sizing: border-box;
	overflow: auto;
}

.contactMapFormInner {
	max-width: 883px;
	margin: 0 0 0 -900px;
	padding: 10px 50px;
	text-align: center;
	box-sizing: border-box;
	transition: all .5s ease;
}

.open .contactMapFormInner, .no-js .contactMapFormInner {
	margin: 0;
}

.contactMapFormInner li {
	text-align: left;
}

.contactMapFormWrap .contactFieldWrap, .contactMapFormWrap .contactSliders, .contactMapFormWrap .applicationFieldWrap {
	margin: 36px 28px 0 28px;
}

.closeContactMapForm {
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
	text-decoration: none;
	background: url(/images/blackClose.png) no-repeat center center;
	transition: all .5s ease;
}

.no-js .closeContactMapForm {
	display: none;
}

.closeContactMapForm:hover, .closeContactMapForm:focus {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

#sliders {
	margin-top: 15px;
	font-size: 14px;
}

#sliders .sliderLabel01 {
	text-align: center;
}

#sliders > div {
	margin-top: 20px;
	position: relative;
}

.ui-slider.ui-slider-horizontal {
	height: 18px;
	border: none;
	background: #dddddd;
	margin-top: 9px;
}

.ui-slider.ui-corner-all, .ui-slider .ui-corner-all {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.ui-slider .ui-widget-header {
	background: #000000;
}

body .ui-slider-horizontal .ui-slider-handle {
	height: 130%;
	width: 25px;
	background: url(/images/handle.png) no-repeat #FFFFFF center center;
}

#sliders > div .sliderLabel02 {
	position: absolute;
	top: 1px;
}

#sliders > div .sliderLabel02.rightLabel {
	right: 0;
}

.servicesSplash {
	position: relative;
	display: block;
	min-width: 980px;
	width: 100%;
	height: auto;
	background: #0c0c0c url(/images/servicesSplash.jpg) no-repeat center top;
}

.servicesSplash h1 {
	position: relative;
	display: block;
	padding: 175px 0 0 0;
	font-size: 50px;
	font-weight: 400;
	line-height: 55px;
	color: #fff;
	text-align: center;
}

.servicesTagline {
	width: 500px;
	margin: 0 auto;
	font-size: 16px;
	color: #808080;
	text-align: center;
}

.servicesListWrap {
	position: relative;
	display: block;
	width: 100%;
	padding: 120px 0;
	font-size: 0;
	text-align: center;
}

.servicesListColumn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	font-size: 13px;
	padding: 0 45px;
	text-align: left;
	box-sizing: border-box;
}

.servicesListColumn p, .servicesListColumn a {
	position: relative;
	display: block;
	padding: 5px 20px 5px 0;
	font-size: 13px;
	line-height: 16px;
	color: #b6b6b6;
	text-decoration: none;
	transition: all .25s ease;
}

.servicesListColumn p.servicesListParent, .servicesListColumn a.servicesListParent {
	margin-top: 20px;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .15em;
	color: #fff;
	text-transform: uppercase;
}

.servicesListColumn a:hover {
	color: #fff;
}

.additionalService {
	position: relative;
	display: block;
	padding: 5px 0;
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
	color: #141414;
}

.rightColumn h4.largeh4 {
	margin: 60px 0 0 0;
	padding: 3px 0;
	font-size: 15px;
	line-height: 20px;
}

.rightColumn h4.largeh4:first-child {
	margin-top: 20px;
}

.sidebarGallery {
	position: relative;
	display: block;
	width: 100%;
	font-size: 0;
}

.sidebarGalleryItem {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 105px;
	height: 74px;
	margin: 10px 10px 0 0;
	overflow: hidden;
}

.sidebarGalleryItem img {
	position: absolute;
	display: block;
	min-width: 100%;
	width: 100%;
	min-height: 100%;
	height: auto;
	top: -9999px;
	left: -9999px;
	right: -9999px;
	bottom: -9999px;
	margin: auto;
}

.servicesSectionWrap {
	position: relative;
	display: block;
	padding: 15px 0;
}

.servicesSection {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #dedede;
	box-sizing: border-box;
	overflow: hidden;
}

.servicesSection:first-child {
	border: none;
}

.servicesSection h2 {
	padding: 0;
}

.servicesSection h2::after, .servicesSection h2:after {
	content: '';
	position: absolute;
	display: block;
	width: 10px;
	height: 11px;
	top: 50%;
	right: 0;
	margin: -5px 0 0 0;
	background: url(/images/downArrow.png) no-repeat 0 0;
	transition: all .25s ease;
}

.servicesSection.open h2::after, .servicesSection.open h2:after {
	transform: rotate(180deg);
}

.no-js .servicesSection h2::after, .no-js .servicesSection h2:after {
	display: none;
}

.servicesSection h2 a {
	display: block;
}

.servicesSectionInner {
	position: relative;
	display: block;
	max-height: 0;
	height: auto;
	overflow: hidden;
	transition: all .25s ease;
}

.open .servicesSectionInner, .no-js .servicesSectionInner {
	max-height: 9999px;
	transition-duration: 2s;
}

.servicesSectionInner p:first-child {
	padding: 0;
}

.vendorsSplash {
	position: relative;
	display: block;
	box-sizing: border-box;
	background: #000;
}

.vendorsSplash .splashCenter {
	padding-bottom: 255px;
	text-align: center;
}

.vendorsSplash .splashCenter h1 {
	position: relative;
	display: block;
	font-size: 50px;
	font-weight: 400;
	letter-spacing: .15em;
	line-height: 55px;
	color: #fff;
	text-align: center;
}

.vendorsSplash .splashCenter p {
	font-size: 16px;
	letter-spacing: .015em;
	line-height: 30px;
	color: #808080;
	text-align: center;
}

.vendorsSplash .splashCenter .splashCTA, .vendorsSplash .splashCenter .splashCTAalt {
	display: inline-block;
}

.vendorsWrap {
	position: absolute;
	display: block;
	width: 980px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
}

.vendorsWrap h4 {
	font-size: 11px;
	line-height: 16px;
}

.vendorsLogoWrap {
	position: relative;
	display: block;
	width: 100%;
	font-size: 0;
	padding: 0 0 35px 0;
}

.vendorsLogoWrap img {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 165px;
	width: auto;
	max-height: 75px;
	height: auto;
	margin: 10px 20px;
}

.searchWrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 124px;
	top: -124px;
	left: 0;
	background: #000;
	z-index: 900;
	transition: all .5s ease;
}

.searchOpen .searchWrap {
	top: 0;
}

.searchCenter {
	position: absolute;
	display: block;
	width: 560px;
	height: 56px;
	top: 50%;
	left: 50%;
	margin: -28px 0 0 -280px;
	font-size: 0;
	border-bottom: 2px solid #fff;
	box-sizing: border-box;
}

.searchClose {
	position: absolute;
	display: block;
	width: 67px;
	height: 67px;
	top: 0;
	right: 0;
	text-decoration: none;
	background: url(/images/whiteClose.png) no-repeat center center;
	transition: all .5s ease;
}

.searchClose:hover, .searchClose:focus {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.searchInput {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 440px;
	height: 54px;
	padding: 0 0 0 50px;
	font-size: 20px;
	letter-spacing: .015em;
	line-height: 24px;
	color: #fff;
	background: transparent url(/images/mag.png) no-repeat left center;
	border: none;
	box-sizing: border-box;
}

.searchSubmit {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 120px;
	height: 54px;
	padding: 0 38px 0 0;
	font-size: 13px;
	letter-spacing: .15em;
	line-height: 18px;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	background: transparent url(/images/submitArrow.png) no-repeat right center;
	border: none;
	box-sizing: border-box;
	opacity: .5;
	transition: all .25s ease;
}

.searchSubmit:hover, .searchSubmit:focus {
	opacity: 1;
}

.outsideService {
	position: absolute;
	display: block;
	font-size: 13px;
	padding: 15px 40px;
	bottom: 0;
	left: 0;
}
/* 04) Desktop Footer */
.footerWrap {
	position: relative;
	display: block;
	min-width: 980px;
	width: 100%;
	background: #1b1b1b;
	overflow: hidden;
}

.footerTopWrap {
	position: relative;
	display: block;
	width: 100%;
	border-bottom: 1px solid #313131;
}

.footerClientWrap {
	position: relative;
	display: table;
	width: 980px;
	height: 164px;
	margin: 0 auto;
	border-collapse: collapse;
}

.footerClientLink {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .15em;
	line-height: 18px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}

.footerClientLink span {
	display: inline-block;
	padding: 2px 30px 0 0;
	font-size: 10px;
	background: url(/images/smallArrow.png) no-repeat 95% center;
	transition: all .25s ease;
}

.footerClientLink:hover span {
	background-position: 100% center;
}

.footerClient {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 20%;
	text-align: center;
	box-sizing: border-box;
}

.footerClient img {
	display: inline-block;
	max-width: 95%;
	width: auto;
	max-height: 95%;
	height: auto;
}

.footerBottomWrap {
	position: relative;
	display: block;
	padding: 0 0 90px 0;
}

.footerBottom {
	position: relative;
	display: table;
	width: 100%;
	border-collapse: collapse;
}

.footerBottomRow {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

.footerBottomRowTable {
	display: table;
}

.footerBottomRowSlide {
	position: relative;
	display: block;
	margin: 0 0 -360px 0;
	transition: all .5s ease;
}

.no-js .footerBottomRowSlide, .expanded .footerBottomRowSlide {
	margin-bottom: 0;
}

.footerBottomLeft, .footerBottomRight {
	position: relative;
	display: table-cell;
	vertical-align: top;
	padding: 40px 0 0 0;
	font-size: 0;
}

.footerBottomLeft {
	width: 100%;
}

.footerContactInfo {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 18px 60px 0 0;
	font-size: 10px;
	letter-spacing: .15em;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
}

.footerBottomRowTable .footerContactInfo {
	display: table-cell;
	width: 25%;
}

.footerBottomRowTable .footerContactInfo:last-child {
	text-align: right;
	padding-right: 0;
}

.footerContactInfoLink {
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 800;
	line-height: 26px;
	white-space: nowrap;
}

.footerContactInfoLinkSmall {
	font-size: 14px;
}

.footerContactInfoLink a {
	color: #fff;
	text-decoration: none;
}

.footerContactInfoLink, .footerContactInfoLink a {
	color: #fff;
	text-decoration: none;
}

.footerBottomWrap h3 {
	position: relative;
	display: block;
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .15em;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
}

.footerBottomWrap h3 a {
	color: #fff;
	text-decoration: none;
}

.footerSocialWrap {
	position: relative;
	display: block;
	font-size: 0;
	white-space: nowrap;
}

.footerSocialLink {
	position: relative;
	display: inline-block;
	width: 29px;
	height: 29px;
	margin: 0 11px 0 0;
	padding: 7px 0;
	background: url(/images/socialIcons.png) no-repeat 0 7px;
	text-decoration: none;
	opacity: .22;
	transition: all .25s ease;
}

.footerSocialLink:hover {
	opacity: 1;
}

.footerSocialLinkFB {
	background-position: 0 7px;
}

.footerSocialLinkLI {
	background-position: -29px 7px;
}

.footerSocialLinkIN {
	background-position: -58px 7px;
}

.footerSocialLinkTW {
	background-position: -87px 7px;
}

.footerSocialLinkGP {
	background-position: -116px 7px;
}

.footerSocialLinkYT {
	background-position: -145px 7px;
}

.footerSignupWrap {
	position: relative;
	display: block;
	padding: 25px 0 0 0;
	font-size: 0;
	white-space: nowrap;
}

.footerSignupField {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	width: 210px;
	height: 28px;
	padding: 5px 15px 5px 0;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	background: none;
	border: none;
	border-radius: 0;
	border-bottom: 2px solid #9c9c9c;
	box-sizing: border-box;
}

.footerSignupField::-webkit-input-placeholder {
	font-style: italic;
	color: #9b9b9b;
}

.footerSignupField::-moz-placeholder {
	font-style: italic;
	color: #9b9b9b;
}

.footerSignupField:-moz-placeholder {
	font-style: italic;
	color: #9b9b9b;
}

.footerSignupField:-ms-input-placeholder {
	font-style: italic;
	color: #9b9b9b;
}

.footerSignupSubmit {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	height: 28px;
	padding: 0 40px 0 18px;
	font-size: 12px;
	letter-spacing: .15em;
	line-height: 18px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	background: transparent url(/images/smallArrow.png) no-repeat right center;
	border: none;
	border-radius: 0;
	border-left: 2px solid #9c9c9c;
	border-bottom: 2px solid #9c9c9c;
	box-sizing: border-box;
}

.footerBottomColumn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 90px 0 2px;
	font-size: 12px;
	line-height: 14px;
	color: #aaa;
	box-sizing: border-box;
}

.footerBottomColumn a {
	position: relative;
	display: block;
	padding: 5px 0;
	color: #aaa;
	text-decoration: none;
	transition: all .25s ease;
}

.footerBottomColumn a:hover {
	color: #fff;
}

/* SK add on */
.footerBottomWrap .support {
	position: absolute;
	right: 4%;
	text-align: center;
	top: 22%;
	opacity: .4;
}

.footerBottomWrap .support:hover {
	opacity: 1;
}

.footerBottomWrap .support span {
	font-family: AvenirLTStd, 'Avenir 55 Roman',"Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-size: 14px;
	display: block;
	color: #fff;
	padding: 5px 0 15px;
}

.footerBottomWrap .support img {
	margin: auto;
}

/* End SK add on */

.footerCopyrightWrap {
	position: relative;
	display: block;
	width: 100%;
	background: #000;
}

.expandFooter {
	position: absolute;
	display: block;
	width: 60px;
	height: 34px;
	top: -18px;
	left: 50%;
	margin: 0 0 0 -30px;
	text-align: center;
	text-decoration: none;
	background: #000;
	z-index: 10;
}

.no-js .expandFooter {
	display: none;
}

.expandFooter::before, .expandFooter:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 0;
	top: 0;
	left: -34px;
	border-left: 34px solid transparent;
	border-right: 34px solid transparent;
	border-bottom: 34px solid #000;
}

.expandFooter::after, .expandFooter:after {
	content: '';
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
	margin: -3px 0 0 -5px;
	background: url(/images/smallArrow.png) no-repeat 0 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: all .25s ease;
}

.expandFooter.expanded::after, .expandFooter.expanded:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.IEarrow {
	display: none;
}

.footerCopyrightLeft, .footerCopyrightRight {
	position: relative;
	display: block;
	padding: 21px 0;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .2em;
	line-height: 14px;
	color: #585858;
	text-decoration: none;
	text-transform: uppercase;
}

a.footerCopyrightLeft, a.footerCopyrightRight, .footerCopyrightLeft a, .footerCopyrightRight a {
	color: #585858;
	text-decoration: none;
	transition: all .25s ease;
}

a.footerCopyrightLeft:hover, a.footerCopyrightRight:hover, .footerCopyrightLeft a:hover, .footerCopyrightRight a:hover {
	color: #fff;
}

.footerCopyrightLeft {
	float: left;
}

.footerCopyrightRight {
	float: right;
}

.returnToMobile {
	position: relative;
	display: none;
	width: 100%;
	padding: 15px 0;
	background: #1b1b1b;
	font-size: 25px;
	line-height: 28px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-top: 1px solid #313131;
}
/* Privacy and Terms */
/* Column widths */
.row {
	display: flex;
	padding-bottom: 50px;
}

.main {
	padding-top: 15px;
	padding-bottom: 8px;
}

.col3 {
	width: 25%;
	flex: 1;
	padding-right: 15px;
}

.col4 {
	width: 40%;
	flex: 1;
	padding-right: 15px;
}

.col7 {
	width: 70%;
	flex: 2;
	padding-right: 15px;
}

.col12 {
	width: 100%;
}
/* Privacy Table */
td p {
	padding: 8px;
	line-height: 22px;
}

address {
	display: block;
	max-width: 100%;
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	color: #333;
	text-align: left;
	padding: 0px 20px 15px 42px;
}

.no-dots li {
	list-style: none;
	padding: 0px 20px 15px 0px;
}

.upper-alpha li {
	list-style: upper-alpha;
	padding: 0px 20px 15px 10px;
}

.lower-alpha li {
	list-style: lower-alpha;
	padding: 10px 20px 15px 10px;
}

.lower-roman li {
	list-style: lower-roman;
	padding: 0px 20px 15px 10px;
}

.dots li {
	list-style: disc;
	padding: 0px 20px 15px 10px;
}

.circle li {
	list-style: disc;
	padding: 0px 20px 15px 10px;
}


address {
	display: block;
	max-width: 100%;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	color: #333;
	text-align: left;
	padding: 0px 20px 15px 42px;
}

.terms-sm-item.type-3 a {
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}


/* 05) @media Queries */
@media (max-width: 1350px) {
	.secondaryNavBackground {
		left: 227px;
		margin: 0;
	}

	.mainSplashPrev, .mainSplashNext {
		width: 100px;
	}

	.mainSplashTitle {
		opacity: 0;
	}

	.leftSplashContent {
		right: 100%;
		margin: 0 -440px 0 0;
	}

	.rightSplashContent {
		left: 100%;
		margin: 0 0 0 -440px;
	}

	.projPrev {
		left: 0;
		margin-left: 0;
	}

	.projNext {
		right: 0;
		margin-right: 0;
	}
}

@media screen and (max-device-width: 1024px) {
	.videoPopup .employeeOverlay {
		width: 100%;
		height: 100%;
		padding: 110px 22px 40px 22px;
	}

	.videoPopup .employeeOverlay iframe {
		width: 980px !important;
		height: 557px !important;
	}

	.videoOverlayClose {
		top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.row {
		display: block;
		width: 100%;
	}

	.col3 {
		display: block;
		width: 100%;
	}

	.col7 {
		display: block;
		width: 100%;
		padding-bottom: 15px;
	}
}

@media screen and (max-device-width: 480px) {
	.desktopWrap {
		min-width: 1200px;
	}
}

/*Mobile Styles Start here!!*/
.mobileWrap .profiler-results {
	display: none !important;
}

.mobileWrap .fullPageWrap {
	min-width: 0;
}
/*.mobileWrap .fullPageWrap.mobileNavOpen {overflow: visible;}*/
.mobileWrap .mobileNavOpen .fullPageFade {
	display: block;
}

.mobileWrap .fullSlideVideo {
	display: none !important;
}
/*.mobileWrap .textureOverlay {display: none !important;}*/
.mobileWrap .videoOverlay {
	background: #000;
	opacity: .6;
}

.mobileWrap .center {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}

.mobileWrap h1 {
	text-indent: -1px;
}

.mobileWrap .navWrap {
	min-width: 320px;
	min-height: 58px;
}

.mobileWrap .navWrap, .mobileWrap .navWrap.black {
	background: #000;
}

.mobileWrap .hamburgerWrap {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 15px;
	width: 25px;
	height: 25px;
	margin-top: -13px;
	vertical-align: top;
	z-index: 600;
}

.mobileWrap .menuTitle {
	position: relative;
	display: block;
	vertical-align: top;
	font-size: 7px;
	line-height: 12px;
	color: #c4c4c4;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.mobileWrap .menuBar {
	display: block;
	position: relative;
	width: 100%;
	height: 2px;
	top: 1px;
	background: #c4c4c4;
}

.mobileWrap .hamburgerWrap span.menuBar {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	opacity: 1;
}

.mobileWrap .menuBar.mb1 {
	top: 1px;
}

.mobileWrap .menuBar.mb2 {
	top: 5px;
}

.mobileWrap .open .menuTitle {
	opacity: 0;
	left: -100px;
}

.mobileWrap .open .menuBar.mb1 {
	top: 2px;
	width: 18px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.mobileWrap .open .menuBar.mb2 {
	top: 0px;
	width: 18px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.mobileWrap .mobileSearch {
	position: absolute;
	display: inline-block;
	top: 50%;
	right: 15px;
	width: 20px;
	height: 20px;
	float: right;
	margin-top: -10px;
	background: url(/images/search-icon.png) no-repeat 0px 0;
	background-size: 20px auto;
	color: #141414;
	text-decoration: none;
}

.mobileWrap .searchWrap {
	width: 100%;
	height: 100%;
	display: none;
	top: 0;
	left: 0;
}

.mobileWrap .searchOpen .searchWrap {
	display: block;
}

.mobileWrap .searchCenter {
	width: 90%;
	height: 58px;
	top: 130px;
	left: 0;
	margin: 0 auto;
	margin: 0 15px;
}

.mobileWrap .searchInput {
	display: block;
	width: 100%;
}

.mobileWrap .searchSubmit {
	display: block;
	width: 100%;
	padding: 0 20px;
	text-align: left;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #fff;
	background: transparent url(/images/submitArrow.png) no-repeat 93% center;
	border-radius: 0;
}

.mobileWrap .searchClose {
	width: 60px;
	height: 60px;
	background: url(/images/mobileWhiteClose.png) no-repeat center center;
	background-size: 14px auto;
}

.mobileWrap .gsc-control-cse {
	padding: 0;
}

.mobileWrap form.gsc-search-box {
	padding: 8px 0 2px 0;
}

.mobileWrap .gsc-result-info, .mobileWrap .cse .gsc-webResult.gsc-result, .mobileWrap .gsc-webResult.gsc-result, .mobileWrap .gsc-imageResult-classic, .mobileWrap .gsc-imageResult-column {
	padding-left: 0;
}

.mobileWrap .gsc-result .gs-title {
	height: auto;
}

.mobileWrap .primaryNavLogo {
	position: absolute;
	top: 18px;
	left: 50%;
	margin-left: -48px;
	width: 95px;
	height: auto;
	padding: 0;
}

.mobileWrap .primaryNavLogo img {
	width: 100%;
}

.mobileNavDropdown {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	background: #000000;
	z-index: 499;
	overflow: hidden;
}

.mobileNavInner {
	position: relative;
	display: block;
	width: 100%;
	margin: -700px 0 0 0;
	padding: 58px 0 0 0;
	transition: all .5s ease;
}

.mobileWrap .mobileNavDropdown.open .mobileNavInner {
	margin-top: 0;
}

.mobileWrap .mobileNavDropdown.open .fullPageFade, .mobileWrap .bigDropdownOpen .fullPageFade, .mobileWrap .dropdownOpen .fullPageFade, .mobileWrap .searchOpen .fullPageFade {
	display: block;
}

.mobileWrap .fullPageFade {
	display: none;
}

.mobileWrap .primaryNavLinkWrap a {
	width: 50%;
	padding: 50px 0 48px 0;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	border-left: 1px solid #3e3e3e;
	box-sizing: border-box;
	z-index: 700;
}
.mobileWrap .primaryNavLinkWrap a:nth-child(odd) {border-left: none; border-right: none;}

/*.mobileWrap .primaryNavLinkWrap a:nth-child(even) {border-bottom: 0px solid #525252;}
.mobileWrap .primaryNavLinkWrap a.noLeftBorder {border-left: none;}
.mobileWrap .primaryNavLinkWrap a:nth-child(6) {border-bottom: 1px solid #525252;}*/

.mobileWrap .primaryNavLink.hideMobile {
	display: none;
}

.mobileWrap .secondaryNavWrap {
	position: relative;
	display: block;
	height: auto;
	text-align: left;
	padding: 0 28px;
}
/*.mobileWrap .open .secondaryNavWrap {display: block !important; margin: 6px 0 12px 0;}*/
.mobileWrap .secondaryNavWrap a.secondaryNavLink, .mobileWrap .secondaryNavWrap a.mobileSecondaryNavLink, .mobileWrap .secondaryNavWrap a.secondaryNavLink.showMobile, .mobileWrap .secondaryNavWrap a.mobileSecondaryNavLink.showMobile {
	display: block;
	padding: 0;
	font-size: 13px;
	line-height: 50px;
	color: #e1e1e1;
	border-bottom: 1px solid #2c2c2c;
	opacity: 1;
}

.mobileWrap .secondaryNavWrap a.mobileSecondaryNavLink {
	border-bottom: none;
}

.mobileWrap .secondaryNavWrap a.secondaryNavLink::after, .mobileWrap .secondaryNavWrap a.secondaryNavLink:after, .mobileWrap .dropdownInner a::after, .mobileWrap .dropdownInner a:after, .mobileWrap .primaryNavDropdown a::after, .mobileWrap .primaryNavDropdown a:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 13px;
	height: 11px;
	top: 50%;
	right: 0;
	margin: -5px 0 0 0;
	background: url(/images/darkSlideArrows.png) no-repeat -12px 0;
	background-size: auto 11px;
}

.mobileWrap .secondaryNavWrap a.secondaryNavLink::after, .mobileWrap .secondaryNavWrap a.secondaryNavLink:after {
	background: url(/images/slideArrows.png) no-repeat -12px 0;
	background-size: auto 11px;
	opacity: .8;
}

.mobileWrap .secondaryNavWrap a.secondaryNavLinkSearch, .mobileWrap .secondaryNavWrap a.secondaryNavLinkLogin {
	display: none;
}

.mobileWrap .primaryNavDropdown {
	position: relative;
	display: block;
	top: 0;
	min-width: 320px;
	overflow: hidden;
}

.mobileWrap .bigDropdownOpen .primaryNavDropdown {
	display: block;
}

.mobileWrap .mobileSlideMenu .craftTileWrap {
	padding: 17px 26px;
	box-sizing: border-box;
	background: #efefef;
}

.mobileWrap .primaryNavDropdown .craftTile {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 17px 0;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #3e3e3e;
	background: transparent;
	text-decoration: none;
}

.mobileWrap .primaryNavDropdown .craftTile:hover, .mobileWrap .primaryNavDropdown .craftTile:hover .craftTileOverlay {
	background: none;
}

.mobileWrap .primaryNavDropdown .craftTile:hover .craftTileOverlay span {
	color: #141414;
}

.mobileWrap .primaryNavDropdown .craftTile:last-child {
	border-bottom: none;
}

.mobileWrap .primaryNavDropdown .craftTile::before, .mobileWrap .primaryNavDropdown .craftTile:before {
	display: none;
}

.mobileWrap .primaryNavDropdown .craftTile:nth-child(even) {
	border-left: none;
}

.mobileWrap .primaryNavDropdown .craftTileOverlay {
	position: relative;
	width: 100%;
	height: auto;
}

.mobileWrap .primaryNavDropdown .craftTileOverlay span {
	display: block;
	padding: 0;
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0;
	text-transform: none;
	background: transparent;
}

.mobileWrap .primaryNavDropdown .craftTileOverlay span::before, .mobileWrap .primaryNavDropdown .craftTileOverlay span:before {
	display: none;
}

.mobileWrap .primaryNavLinkDropdownWrap.dropdownOpen .primaryNavDropdown {
	display: block;
}


.mobileWrap .primaryNavLink::before, .mobileWrap .primaryNavLink:before {
	top: auto;
	bottom: 0;
}

.mobileWrap .primaryNavLink:hover::before, .mobileWrap .primaryNavLink:hover:before {
	width: 13px;
}

.mobileWrap .primaryNavLink::before, .mobileWrap .primaryNavLink::before {
	display: none;
}

.mobileWrap .primaryNavLink.dropdownOpen::before, .mobileWrap .primaryNavLink.dropdownOpen:before {
	display: none;
}

.mobileWrap .primaryNavLink::after, .mobileWrap .primaryNavLink:after {
	top: 100%;
	border-left-width: 7px;
	border-right-width: 7px;
}

/*.mobileWrap .primaryNavDropdown a.craftTile {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.mobileWrap .primaryNavDropdown a.craftTileOverlay span {
    padding: 20px 0;
}*/

.mobileWrap .smallDropdownWrap {
	position: relative;
	display: block;
	top: 0;
	min-width: 320px;
}


.mobileWrap .projectsDropdown, .mobileWrap .aboutDropdown {
	position: relative;
	display: block;
	top: auto;
	left: auto;
	background: #181818;
	border-bottom: 1px solid #3e3e3e;
}

.mobileWrap .dropdownInner {
	display: block;
	margin-top: -2000px;
	padding: 17px 26px;
	background: #efefef;
}

.mobileWrap .projectsDropdown.open .dropdownInner, .mobileWrap .aboutDropdown.open .dropdownInner {
	margin-top: 0;
}

.mobileWrap .projectsFilter.open .projectsFilterDropdown {
	min-width: 290px;
}

.mobileWrap .projectsFilterDropdownColumn, .mobileWrap .aboutDropdownColumn {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0 0 20px 0;
	width: 100%;
}

.mobileWrap .projectsFilterDropdownColumn {
	padding-top: 19px;
}

.mobileWrap .aboutDropdownColumn {
	padding: 0;
}

.mobileWrap .projectsFilterDropdownColumn a, .mobileWrap .aboutDropdownColumn a, .mobileWrap .aboutDropdownColumn a.aboutDropdownSpecial {
	border: none;
	width: 100%;
	padding: 17px 0;
	font-size: 15px;
	line-height: 15px;
	color: #141414;
	border-bottom: 1px solid #3e3e3e;
	text-align: left;
}

.mobileWrap .projectsFilterDropdownColumn a:hover, .mobileWrap .aboutDropdownColumn a:hover, .mobileWrap .aboutDropdownColumn a.aboutDropdownSpecial:hover {
	color: #141414;
}

.mobileWrap .aboutDropdownColumn a, .mobileWrap .aboutDropdownColumn a.aboutDropdownSpecial {
	border-bottom: none;
	border-top: 1px solid #3e3e3e;
}

.mobileWrap .aboutDropdownColumn a:first-child {
	border-top: none;
}

.mobileWrap .aboutDropdownColumn a.aboutDropdownSpecial:first-child {
	border-top: 1px solid #3e3e3e;
}

.mobileWrap .aboutDropdownColumn a.aboutDropdownSpecial span {
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 0;
	text-transform: none;
	font-weight: normal;
}

.mobileWrap .projectsFilterDropdownColumn a:last-child {
	border-bottom: none;
}

.mobileWrap .projectsFilterDropdown a.newsFilter {
	display: block;
}

.mobileWrap .mobileNewsFilterWrap {
	padding: 19px 0;
}

.mobileWrap a.newsFilter {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 15px;
	padding: 8px 20px 8px 0;
	border-bottom: 1px solid #d3d3d3;
	letter-spacing: 0;
	box-sizing: border-box;
	text-transform: none;
}

.mobileWrap .mobileNewsFilterWrap a.newsFilter:last-child {
	border-bottom: none;
}

.mobileWrap .projectsFilterDropdown a.newsFilterActive::before, .mobileWrap .projectsFilterDropdown a.newsFilterActive::before, .mobileWrap .newsFilter::before, .mobileWrap .newsFilter:before {
	display: none;
}

.mobileWrap .primaryNavLinkWrap a.allProjectsLink {
	width: 100%;
	border: none;
	text-align: center;
	padding: 25px 0;
	margin: 0;
	color: #141414;
}

.mobileWrap .primaryNavLinkWrap a.allProjectsLink::after, .mobileWrap .primaryNavLinkWrap a.allProjectsLink:after {
	display: none;
}



/*Main Page*/
.mobileWrap .mainSplash, .mobileWrap .careersSplash {
	min-width: 320px;
	height: 445px !important;
}

.mobileWrap .JSHeight, .js .mobileWrap .JSHeight {
	min-height: 445px !important;
}

.mobileWrap .careersSplash.JSHeight, .js .mobileWrap .careersSplash.JSHeight {
	min-height: 394px !important;
	height: auto !important;
}

.js .mobileWrap .desktopBrowserHeight {
	min-height: 379px;
}

.js .mobileWrap .desktopBrowserHeight.aboutSplash {
	min-height: 460px;
}

.mobileWrap .aboutSplash {
	background-position: 65% 52px;
}

.js .mobileWrap .desktopBrowserHeight.craftSplash {
	min-height: 420px;
}

.mobileWrap .craftSplash {
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .8)
}

.mobileWrap .aboutSplash .aboutSplashOverlay {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
}

.mobileWrap .craftSplash {
	padding: 56px 0 132px 0;
}

.mobileWrap .careersSplash {
	background-position: right center;
}

.mobileWrap .slideCentered {
	position: relative;
	width: 320px;
	top: auto;
	margin-top: 145px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.mobileWrap .mssCoreValues .slideCentered, .mobileWrap .mssBrandPromises .slideCentered {
	margin-top: 125px;
}

.mobileWrap .mainSplashSlide h2, .mobileWrap .mainSplashSlide p {
	font-size: 28px;
	line-height: 35px;
}

.mobileWrap .slideCentered h2 {
	width: 100%;
	margin: 0 auto;
	top: auto;
	padding: 0 26px 0px 26px;
	box-sizing: border-box;
}

.mobileWrap .mainSplashSlide p {
	font-size: 15px;
	line-height: 20px;
}

.mobileWrap .mssCTA {
	margin: 15px auto 0 auto;
}

.mobileWrap .mainSplashPrev, .mobileWrap .mainSplashNext {
	width: 50%;
	height: auto;
	max-height: 40px;
	bottom: 52px !important;
}

.mobileWrap .mainSplashPrev:hover {
	left: 0;
	opacity: .5;
}

.mobileWrap .mainSplashNext:hover {
	right: 0;
	opacity: .5;
}

.mobileWrap .mainSplashTitle, .mobileWrap .mainSplashPrev:hover .mainSplashTitle {
	opacity: 1;
	left: 56px;
	font-size: 10px;
	line-height: 15px;
	height: 30px;
	margin-top: -15px;
}

.mobileWrap .mainSplashPrev:hover .mainSplashTitle {
	margin-left: 0;
}

.mobileWrap .mainSplashNext:hover .mainSplashTitle {
	margin-right: 0;
}

.mobileWrap .mainSplashNext .mainSplashTitle, .mobileWrap .mainSplashNext:hover .mainSplashTitle {
	left: auto;
	right: 56px !Important;
}

.mobileWrap .mainSplashPrev .mainSplashArrow, .mobileWrap .mainSplashNext .mainSplashArrow {
	margin: -8px 0 0 0;
	width: 15px;
	height: auto;
	left: 32px;
	background-size: auto 15px;
}

.mobileWrap .mainSplashScroll {
	height: 94px;
}

.mobileWrap .mainSplashNext .mainSplashArrow {
	background-position: -18px 0;
	left: auto;
	right: 32px;
}

.mobileWrap .craftTileWrap {
	min-width: 320px;
}

.mobileWrap .craftTile {
	width: 50%;
	height: 92px;
	border-top: 1px solid #525252;
	border-left: none;
}

.mobileWrap .craftTile:hover {
	background: #000;
	background: rgba(0, 0, 0, .5)
}

.mobileWrap .craftTile:hover .craftTileOverlay span {
	color: #fff;
}

.mobileWrap .craftTile:hover .craftTileOverlay span::before, .mobileWrap .craftTile:hover .craftTileOverlay span:before {
	display: none;
}

.mobileWrap .craftTile:nth-child(odd) {
	border-left: 0;
	border-right: 1px solid #525252;
}

.mobileWrap .craftTile:nth-child(odd):last-child {
	width: 100%;
	border-right: none;
}
.mobileWrap .craftTile:nth-child(3n+1) {
    border-left: none;
}
.mobileWrap .craftTile:hover .craftTileOverlay {
	background: #000;
	background: rgba(0,0,0,.5);
}

.mobileWrap .craftTileOverlay span {
	padding: 44px 0 40px 0;
	font-size: 11px;
	line-height: 8px;
}

.mobileWrap .whiteSection, .mobileWrap .workSplash, .mobileWrap .estimateSplash, .mobileWrap .metricsSplash, .mobileWrap .whatWeDoSplash, .mobileWrap .employeeSection, .mobileWrap .clientSection, .mobileWrap .testimonialSection {
	margin: 0 auto;
	min-width: 320px;
	padding: 26px 0px;
	box-sizing: border-box;
}

.mobileWrap .clientSection {
	padding: 21px 0;
}

.mobileWrap .clientSection h2 {
	font-size: 22px;
	font-weight: normal;
}

.mobileWrap .workSplash {
	padding: 18px 0 14px 0;
}

.mobileWrap p.workSplashSubline {
	padding: 4px 0 0 0;
}

.mobileWrap .employeeSection {
	padding: 5px 0 38px 0;
}

.mobileWrap .sectionLine {
	width: 100%
}

.mobileWrap .testimonialSection .sectionLine {
	border-top: 0;
	width: 90%;
	height: 1px;
	background: #000;
}

.mobileWrap .estimateSplash {
	padding: 16px 0 26px 0;
}

.mobileWrap .whiteSection h1, .mobileWrap .contactMapInfoWrap h1 {
	display: block;
	font-size: 25px;
	line-height: 28px;
	font-weight: 800;
	max-width: none;
}

.mobileWrap .contactLink {
	margin: 22px 0 0 0;
	padding: 0 0 0 36px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 800;
}

.mobileWrap a.contactLink, .mobileWrap .contactLink a {
	text-decoration: none !important;
}

.mobileWrap .contactLink.contactLinkPhone {
	margin-top: 21px;
}

.mobileWrap .contactLink::before, .mobileWrap .contactLink:before {
	width: 24px;
	height: 24px;
}

.mobileWrap .contactLinkPhone::before, .mobileWrap .contactLinkPhone:before {
	width: 21px;
	background-position: 0px 0px;
}

.mobileWrap .contactLinkEmail::before, .mobileWrap .contactLinkEmail:before {
	width: 19px;
	background-size: auto 19px;
	background-position: -19px 0px;
}

.mobileWrap .contactLinkMessage::before, .mobileWrap .contactLinkMessage:before {
	width: 18px;
	left: 4px;
	background-size: auto 17px;
	background-position: -33px 0px;
}

.mobileWrap .contactLocation h2 {
	font-size: 15px;
	line-height: 20px;
	padding: 0;
}

.mobileWrap .contactLocationInner p {
	padding: 1px 0 0 0;
}

.mobileWrap .contactLinkMessage {
	background-position: 80% center;
	background-size: auto 14px;
}

.mobileWrap .outsideService {
	position: relative;
	padding: 20px 10px 0 50px;
}

.mobileWrap .contactLocationWrap {
	padding: 20px 0px 4px 36px;
}

.mobileWrap .contactLocationWrap::before, .mobileWrap .contactLocationWrap:before {
	width: 24px;
	height: 24px;
	top: 32px;
	background-size: auto 24px;
	background-position: -73px -1px;
}

.mobileWrap .contactLocation {
	padding: 14px 0 16px 0;
}

.mobileWrap .contactLocation.open::before, .mobileWrap .contactLocation.open:before {
	top: 15px;
	right: 3px;
	margin-top: 3px;
}

.mobileWrap .contactLocation::before, .mobileWrap .contactLocation:before {
	top: 15px;
	margin-top: 3px;
	right: 3px;
	background: url(/images/mobileDownArrow.png) no-repeat 0 0;
	background-size: auto 11px;
}

.mobileWrap .contactLinkMessage {
	background: url(/images/mobileDarkCTAarrow.png) no-repeat 80% center;
	background-size: auto 14px;
}

.mobileWrap .navOffset {
	margin-top: 58px;
}

.mobileWrap .workSplash h2,, .mobileWrap .clientSection h2 {
	font-size: 22px;
	line-height: 24px;
}

.mobileWrap .employeeSection h2 {
	font-size: 25px;
	line-height: 28px;
	font-weight: normal;
}

.mobileWrap .estimateSplash h2 {
	font-size: 25px;
	line-height: 28px;
	font-weight: normal;
	padding: 24px 10px 0 10px;
}

.mobileWrap .metricsSplash h2, .mobileWrap .whatWeDoSplash h2 {
	font-size: 25px;
	line-height: 27px;
	font-weight: normal;
	padding: 8px 10px 0 10px;
}

.mobileWrap .metricsSplash {
	text-align: center;
	padding: 26px 0 42px 0;
}

.mobileWrap p.metricsSplashSubline, .mobileWrap p.whatWeDoSplashSubline {
	padding: 6px 18px 0 18px;
}
/*.mobileWrap .metricsSplash .center {
    width: 266px;
}*/

.mobileWrap .numbersWrap {
	padding: 10px 0 0 0;
}

.mobileWrap .numberCountWrap {
	display: block;
	width: 100%;
	padding: 24px 0 20px 0;
}

.mobileWrap .numberCount {
	font-size: 35px;
	line-height: normal;
	padding: 0 0 8px 0;
}

.mobileWrap .numberCount::after, .mobileWrap .numberCount:after {
	width: 31px;
	height: 1px;
	bottom: 4px;
	margin: 0 0 0 -15px;
}

.mobileWrap .numberUnit {
	font-size: 14px;
	line-height: 22px;
}

.mobileWrap .employeeSubline {
	padding: 5px 15px 0 15px;
	font-size: 15px;
	line-height: 18px;
	text-transform: none;
	letter-spacing: 0;
}

.mobileWrap .clientSubline {
	font-size: 15px;
	line-height: 25px;
	padding: 3px 30px 0 30px;
	text-transform: none;
	letter-spacing: 0;
}

.mobileWrap .testimonialWrap {
	width: 100%;
	height: auto;
}

.mobileWrap .testimonialSection h3 {
	padding: 9px 0 8px 0;
	font-size: 15px;
}

.mobileWrap .testimonial {
	padding: 0px 25px 75px 25px;
}

.mobileWrap .testimonialPrev, .mobileWrap .testimonialNext {
	width: 36px;
}

.mobileWrap .testimonialPrev span, .mobileWrap .testimonialNext span {
	width: 16px;
	height: 18px;
	left: 15px;
	background-size: 32px auto;
}

.mobileWrap .testimonialNext span {
	left: auto;
	right: 15px;
	background-position: -17px 0;
}

.mobileWrap .testimonialQuote {
	top: 0;
	font-size: 15px;
	line-height: 20px;
	padding: 0 15px 27px 15px;
	box-sizing: border-box;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.mobileWrap .testimonialInfo::before, .mobileWrap .testimonialInfo:before {
	width: 45px;
	height: 1px;
}

.mobileWrap .testimonialInfo {
	position: relative;
	height: auto;
	padding: 24px 0 0 0;
	bottom: auto;
}

.open .servicesSectionInner, .no-js .servicesSectionInner {
	max-height: 9999px;
	transition-duration: 2s;
}

.servicesSectionInner p:first-child {
	padding: 0;
}

.vendorsSplash {
	position: relative;
	display: block;
	height: 840px;
	box-sizing: border-box;
	background: #000;
}

.vendorsSplash .splashCenter {
	padding-bottom: 433px;
	text-align: center;
}

.vendorsSplash .splashCenter h1 {
	position: relative;
	display: block;
	font-size: 50px;
	font-weight: 400;
	letter-spacing: .15em;
	line-height: 55px;
	color: #fff;
	text-align: center;
}

.mobileWrap .testimonialAuthor {
	display: block;
	font-size: 12px;
	line-height: 16px;
}

.mobileWrap .testimonialAuthor span {
	display: block;
}

.mobileWrap .testimonialCompany {
	font-size: 15px;
	line-height: 20px;
}

.vendorsWrap h4 {
	font-size: 11px;
	line-height: 16px;
	color: #808080;
}
/* SK add on */
.mobileWrap .footerBottomWrap .support {
	/*position: absolute;
    right: 4%;*/
	position: relative;
	right: 0;
	top: 0;
	width: 100%;
	text-align: center;
	/*top: 22%;*/
	margin: 0 auto 30px auto;
	opacity: .4;
}

.mobileWrap .footerBottomWrap .support:hover {
	opacity: 1;
}

.mobileWrap .footerBottomWrap .support span {
	font-family: AvenirLTStd, 'Avenir 55 Roman',"Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-size: 14px;
	display: block;
	color: #fff;
	padding: 5px 0 15px;
}

.mobileWrap .footerBottomWrap .support img {
	margin: auto;
}

/* End SK add on */


/*Content Pages*/
.mobileWrap .HTMLeditorContent {
	width: 100%;
}

.mobileWrap h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 800;
	padding: 24px 0 0 0;
}

.mobileWrap .jobDetailPage h2 {
	padding: 19px 0 0 0;
}

.mobileWrap h4 {
	padding: 32px 0 0 0;
	font-size: 13px;
	font-weight: 800;
}

.mobileWrap .equipmentDetailSection h4 {
	padding: 29px 0 1px 0;
}

.mobileWrap ul {
	margin: 7px 17px;
}

.mobileWrap li, .mobileWrap ul li {
	font-size: 15px;
	line-height: 20px;
}

.mobileWrap p {
	font-size: 15px;
	line-height: 20px;
	padding: 10px 0 0 0;
}

.mobileWrap p.noTopPad {
	padding-top: 0;
}

.mobileWrap p.smallTopPad {
	padding-top: 3px;
}

.mobileWrap p.disclaimer {
	padding: 38px 0 0 0;
	font-size: 12px;
	line-height: 18px;
}

.mobileWrap .defaultInput, .mobileWrap .defaultTextarea {
	font-size: 16px;
	border-radius: 0;
}

.mobileWrap p.pullQuote {
	width: 100%;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 30px;
	padding: 34px 0 40px 0;
	font-size: 25px;
	line-height: 28px;
}

.mobileWrap .HTMLeditorContent img {
	width: 100% !important;
	height: auto !important;
	margin: 0 auto;
	margin-top: 15px;
}

.mobileWrap .leftDiv {
	margin: 2px 0 0 0;
}

.mobileWrap #jobs .leftDiv {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #a1a1a1;
}

.mobileWrap p.caption {
	padding: 2px 0 0 0;
	color: #828282;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
}

.mobileWrap .tagWrap {
	margin: 0 0 4px 0;
}

.mobileWrap .tag {
	padding: 11px 18px 13px 18px;
	font-size: 15px;
}

.mobileWrap .artSplash {
	min-width: 320px;
}

.mobileWrap .millwrightArtSplash {
	background-position: center center;
}

.mobileWrap .splashCenter {
	padding: 0 15px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	top: 0;
	left: 0;
	margin-top: 140px;
}

.mobileWrap .craftSplashLink {
	display: none;
}

.mobileWrap .jobWrap {
	padding: 30px 0 6px 0;
}

.mobileWrap .jobWrap:first-child {
	padding-top: 0;
}

.mobileWrap .jobWrap h2 {
	font-size: 20px;
	line-height: 23px;
	font-weight: 800;
	padding-top: 0;
}

.mobileWrap .jobWrap p {
	padding-top: 0;
}

.mobileWrap .jobLink {
	font-size: 15px;
	line-height: 18px;
	padding: 18px 32px 20px 0;
	background: none;
}

.mobileWrap .jobLink::after, .mobileWrap .jobLink:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 13px;
	height: 11px;
	top: 50%;
	left: 90px;
	margin-top: -7px;
	background: url(/images/mobileDarkCTAarrow.png) no-repeat 0 0;
	background-size: auto 11px;
}

.mobileWrap .jobLink.jobLinkLong::after, .mobileWrap .jobLink.jobLinkLong:after {
	left: 150px;
}

.mobileWrap .smallContactLink {
	font-size: 15px;
	line-height: 18px;
	padding: 8px 0 0 33px;
	margin: 15px 0 0 0;
}

.mobileWrap .smallContactLinkPhone {
	margin-top: 21px;
}

.mobileWrap #jobs .smallContactLinkPhone {
	margin-top: 15px;
}

.mobileWrap .smallContactLinkEmail {
	margin: 4px 0 0 0;
	padding: 18px 0 0 33px;
}

.mobileWrap .smallContactLink::before, .mobileWrap .smallContactLink:before {
	top: 6px;
	left: -2px;
	width: 22px;
	height: 22px;
	background-size: auto 22px;
}

.mobileWrap .smallContactLinkEmail::before, .mobileWrap .smallContactLinkEmail:before {
	top: 16px;
	left: 0;
	background-position: -21px 0;
}

.mobileWrap .careersNote {
	padding: 0 0 3px 0;
}

.mobileWrap .footerContactInfo {
	width: auto;
	min-width: 240px;
	text-align: center;
}

.vendorsLogoWrap img {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 150px;
	width: auto;
	max-height: 75px;
	height: auto;
	margin: 10px 20px;
}

.mobileWrap .footerContactInfo:last-child {
	text-align: center;
}

.mobileWrap .breadcrumbs {
	display: none;
}

.mobileWrap .projectsFilter {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	float: left;
	padding: 15px 0 15px 0;
	top: 0px;
	box-sizing: border-box;
	text-align: left;
}

.mobileWrap .projectsPage .projectsFilter.pfdFilter {
	padding: 15px 0 6px 0;
}

.mobileWrap .projectsPage .projectsFilter.pfdSortBy {
	padding: 6px 0 15px 0;
}

.mobileWrap .filteredProjects .projectsFilter.pfdFilter {
	padding: 24px 0 7px 0;
}

.mobileWrap .filteredProjects .projectsFilter.pfdSortBy {
	padding: 7px 0 23px 0;
}
/*.mobileWrap .projectsFilter.mobileProjectsFilterLeft {float: left;}*/
.mobileWrap .projectsFilterRight {
	margin: 0 30px 0 0;
}

.mobileWrap .projectsFilterText {
	border: none;
	text-align: left;
	float: none;
	padding: 0 26px 0 0;
	font-size: 10px;
	line-height: 15px;
	color: #141414;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-style: normal;
	background: none;
}

.mobileWrap .projectsFilterText::after, .mobileWrap .projectsFilterText:after {
	content: '';
	position: relative;
	display: inline-block;
	width: 12px;
	height: 13px;
	margin: 0px 0 0 14px;
	background: url(/images/mobileSmallArrow.png) no-repeat 0px 5px;
	background-size: auto 8px;
}

.mobileWrap .projectsFilterDropdown {
	top: -62px;
	left: -1px;
	right: 0;
	width: 100%;
	box-shadow: none;
	/*border: 1px solid red;*/
}

.mobileWrap .projectsPage .open .projectsFilterDropdown {
	padding: 20px 0;
}

.mobileWrap .mobileFilterDropdown .projectsFilterText::after, .mobileWrap .mobileFilterDropdown .projectsFilterText:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 12px;
	height: 12px;
	top: 50%;
	right: 16px;
	margin: -6px 0 0 0;
	background: url(/images/mobileDownArrow.png) no-repeat 0 0;
	background-size: auto 10px;
	opacity: .7;
}

.mobileWrap .projectsFilterDropdownTitle {
	display: inline-block;
	font-size: 25px;
	line-height: 28px;
}

.mobileWrap .whiteSection h1.inlineHeader {
	display: inline-block;
	max-width: 200px;
}

.mobileWrap .projectsFilterDropdownClose {
	background: none;
	transition: none;
}

.mobileWrap .projectsFilterDropdownClose.mobileFilterCancel {
	position: absolute;
	display: inline-block;
	top: 20px;
	right: 16px;
	width: auto;
	padding: 20px 25px 20px 0;
	font-size: 10px;
	line-height: 13px;
	letter-spacing: .15em;
	text-transform: uppercase;
	box-sizing: border-box;
	transition: none;
}

.mobileWrap .pfdSortBy .projectsFilterDropdownClose.mobileFilterCancel {
	top: 30px;
	right: 20px;
}

.mobileWrap .projectsPage .allProjectsLink {
	display: none;
}

.mobileWrap .cancelButton {
	position: relative;
	display: block;
	min-width: 245px;
	width: 80%;
	height: auto;
	margin: 0 auto;
	margin-top: 8px;
	padding: 15px 65px 15px 25px;
	color: #141414;
	/*background: #fff url(/images/darkCTAarrow.png) no-repeat 98% center;*/
	border: 1px solid #000;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: .15em;
	text-decoration: none;
	text-transform: uppercase;
	box-sizing: border-box;
	transition: none;
}

.mobileWrap .dropdownInner .cancelButton {
	display: none;
}

.mobileWrap .cancelButton.projectsFilterDropdownClose::after, .mobileWrap .cancelButton.projectsFilterDropdownClose:after {
	right: 25px;
	width: 13px;
	height: 12px;
	background: #fff url(/images/mobileDarkCTAarrow.png) no-repeat 0 0;
	background-size: auto 12px;
}

.mobileWrap .projectsFilterDropdownClose::after, .mobileWrap .projectsFilterDropdownClose:after {
	content: ' ';
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	top: 50%;
	right: 1px;
	margin: -6px 0 0 0;
	background: url(/images/darkSlideArrows.png) no-repeat -14px 0;
	background-size: auto 12px;
	opacity: .7;
}

.mobileWrap .projectsFilterDropdownColumnTitle {
	margin: 0;
	font-size: 10px;
	line-height: 13px;
	border-bottom: none;
	padding: 19px 0 8px 0;
	color: #141414;
}

.mobileWrap .projectsPage .projectsFilterDropdownColumn a, .mobileWrap .filteredProjects .projectsFilterDropdownColumn a {
	color: #141414;
	font-size: 14px;
	line-height: 15px;
	padding: 8px 20px 8px 0;
	border-bottom: 1px solid #d3d3d3;
	box-sizing: border-box;
}

.mobileWrap .projectsPage .projectsFilterDropdownColumn a:last-child {
	border-bottom: none;
}

.mobileWrap .projectsPage .projectsFilterDropdownColumn a::after, .mobileWrap .projectsPageFilter .projectsFilterDropdownColumn a:after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -8px;
	background: url(/images/mobileSmallArrow.png) no-repeat center center;
	background-size: auto 8px;
}

.mobileWrap .mobileNewsFilterWrap .newsFilter::after, .mobileWrap .mobileNewsFilterWrap .newsFilter:after {
	content: '';
	position: absolute;
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 18px;
	top: 50%;
	right: 0;
	margin-top: -8px;
	background: url(/images/mobileSmallArrow.png) no-repeat center center;
	background-size: auto 8px;
}

.mobileWrap .galleryWrap, .mobileWrap .photoGalleryWrap {
	margin: 18px 0 0 0;
}

.mobileWrap .photoGalleryWrap {
	min-width: 320px;
	padding: 0 15px;
	box-sizing: border-box;
}

.mobileWrap .equipmentForSaleGalleryWrap {
	margin: 14px 0 0 0;
}

.mobileWrap .galleryItem, .mobileWrap .photoGalleryItem {
	width: 50%;
	height: 109px;
	padding-bottom: 26px;
}

.mobileWrap .photoGalleryItem {
	background: #000;
	border: none;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.mobileWrap .equipmentForSaleGalleryWrap .galleryItem:nth-child(3n+3) {
	border-right: 1px solid #fff;
}
/*.mobileWrap .galleryItem:nth-child(odd) {
    width: 49%;
    margin-right: 1%;
}*/
.mobileWrap .galleryItem img, .mobileWrap .photoGalleryItem img {
	position: absolute;
	width: auto;
	height: 100%;
	min-height: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.mobileWrap .equipmentForSaleGalleryWrap .galleryItem {
	height: 165px;
	padding-bottom: 20px;
}

.mobileWrap .galleryItem:nth-child(2n+2) {
	border-right: none;
}

.mobileWrap .galleryItemImageWrap {
	width: 100%;
	height: 109px;
}

.mobileWrap .galleryItemImageWrap img {
	width: 100%;
	height: auto;
}

.mobileWrap .galleryItemVisibleTitle {
	padding: 6px 30px 0 0;
	font-size: 13px;
	line-height: 15px;
}

.mobileWrap .galleryItemOverlay {
	display: none;
}

.mobileWrap .projectFeaturedWrap {
	min-width: 320px;
	height: 238px;
}

.mobileWrap .projectFeaturedWrap img {
	max-width: 100%;
	max-height: 100%;
}

.mobileWrap .projPrev, .mobileWrap .projNext {
	width: 40px;
	height: 40px;
	margin: -32px 0 0 0;
}

.mobileWrap .projPrev span, .mobileWrap .projNext span {
	width: 16px;
	height: 14px;
	margin: -7px 0 0 -8px;
	background-size: 31px auto;
}

.mobileWrap .projNext span {
	background-position: -15px 0;
}

.mobileWrap .projectDetailSection {
	min-width: 320px;
	padding: 11px 0 90px 0;
}

.mobileWrap .projectDetailSection h1 {
	font-size: 20px;
	line-height: 23px;
}

.mobileWrap .leftColumn {
	width: 100%;
}

.mobileWrap .leftColumn p {
	padding: 17px 0 0 0;
}

.mobileWrap .equipmentDetailSection .leftColumn p {
	padding: 4px 0 0 0;
}

.mobileWrap .equipmentDetailSection .leftColumn p.rightColumnLargeText a {
	letter-spacing: .15em;
	text-decoration: none;
}

.mobileWrap .equipmentDetailSection .rightColumn {
	padding-top: 18px;
}

.mobileWrap .rightColumn {
	float: none;
	width: 100%;
}

.mobileWrap .rightColumn h4 {
	padding: 32px 0 0 0;
}

.mobileWrap .projectInformation {
	font-weight: normal;
}

.mobileWrap .leftColumn p.projectInformation {
	padding: 7px 0 0 0;
}

.mobileWrap .projectInformation span {
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 13px;
	letter-spacing: .15em;
}

.mobileWrap .additionalPhotoWrap {
	overflow: hidden;
}

.mobileWrap .additionalPhoto, .mobileWrap .sidebarGalleryItem {
	width: 21%;
	min-width: 60px;
	min-height: 60px;
	height: auto;
	margin: 15px 5% 5px 0;
}

.mobileWrap .additionalPhoto:nth-child(4n+5), .mobileWrap .sidebarGalleryItem:nth-child(4n+4) {
	width: 21%;
	margin: 15px 0 5px 0;
}

.mobileWrap .additionalPhoto::after, .mobileWrap .additionalPhoto:after {
	display: none;
}

.mobileWrap .morePhotosLink {
	position: absolute;
	display: none;
	width: auto;
	margin: 15px 0 0 0;
	padding: 24px 25px 15px 0;
	color: #141414;
	font-size: 13px;
	line-height: 15px;
	text-align: right;
	box-sizing: border-box;
	text-decoration: none;
}

.mobileWrap .morePhotosLink::after, .mobileWrap .morePhotosLink:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 13px;
	height: 11px;
	top: 50%;
	right: 2px;
	margin-top: 0px;
	background: url(/images/mobileDarkCTAarrow.png) no-repeat 0 0;
	background-size: auto 11px;
}

.mobileWrap .rightColumnLargeText {
	padding: 0;
	font-size: 25px;
	line-height: 25px;
}

.mobileWrap .defaultCTA.moreEquipment {
	width: 100%;
	margin-top: 72px;
	background: #141414 url(/images/CTAarrow.png) no-repeat 98% center;
	background-size: auto 10px;
}

.mobileWrap .mapSection {
	min-width: 320px;
	padding: 0 0 50px 0;
	height: auto !important;
}

.mobileWrap .contactMapInfoWrap {
	position: relative;
	width: 100%;
	height: auto;
	padding: 26px 15px 0 15px;
	box-sizing: border-box;
	overflow: hidden;
}

.mobileWrap .contactMapFormWrap {
	position: relative;
	display: none;
	width: 100%;
	height: auto;
	left: 0;
}

.mobileWrap .contactMapFormWrap.open {
	display: block;
}

.mobileWrap .contactMapFormInner {
	width: 100%;
	padding: 10px 15px;
}

.mobileWrap .contactMapFormInner .defaultSubmit {
	display: block;
	width: 100%;
	margin: 36px 0;
}

.mobileWrap .contactMapFormWrap .contactFieldWrap, .mobileWrap .contactMapFormWrap .contactSliders, .mobileWrap .contactMapFormWrap .applicationFieldWrap {
	width: 100%;
	margin: 36px 0 0 0;
}

.mobileWrap .contactMapFormWrap .cfwFirstField {
	margin-top: 0;
}

.mobileWrap .careersSplashContent {
	position: relative;
	width: 100%;
	top: 60px;
	left: 0;
	margin: 0 auto;
	padding: 0 38px;
	box-sizing: border-box;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.mobileWrap .careersSplashContent h1 {
	font-size: 25px;
	line-height: 28px;
}

.mobileWrap .careersSplashContent p {
	padding: 3px 0 0 0;
	color: #c2c2c2;
}

.mobileWrap .defaultCTA, .mobileWrap .splashCTA {
	display: block;
	width: 80%;
	min-width: 245px;
	margin: 0 auto;
	padding: 16px 65px 16px 30px;
	font-size: 13px;
	line-height: 10px;
	background-size: auto 11px;
	background-position: 97% center;
	box-sizing: border-box;
}

.mobileWrap .splashCTA {
	width: 100%;
	min-width: 100%;
	margin: 54px 0 0 0;
	padding: 15px 65px 15px 22px;
}

.mobileWrap .slideCentered .splashCTA {
	margin: 17px auto 0 auto;
	padding: 15px 65px 15px 65px;
	min-width: 290px;
	width: 80%;
}

.mobileWrap .splashCTAalt {
	margin: 18px 0 0 0;
}

.mobileWrap .servicesSectionWrap .defaultCTA, .mobileWrap .servicesSectionWrap .defaultCTAalt {
	margin: 15px 0 0 0;
}

.mobileWrap .applicationFormWrap {
	padding: 0;
}

.mobileWrap .applicationFieldWrap {
	width: 100%;
}

.mobileWrap .darkShutterWrap, .mobileWrap .lightShutterWrap {
	min-width: 320px;
	padding: 56px 0 0 0;
}

.mobileWrap h1.vendorsHeadline {
	font-size: 25px;
	line-height: 28px;
}

.mobileWrap .vendorsSplash {
	height: auto !important;
	min-height: 0 !important;
}

.mobileWrap .vendorsSplash .splashCenter {
	position: relative;
	top: 0px;
	margin: 120px 0 32px 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.mobileWrap .vendorsSplash .splashCenter p {
	font-size: 15px;
	line-height: 20px;
	padding: 8px 30px 0 30px;
}

.mobileWrap .vendorsSplash .splashCTA {
	padding: 16px 52px 16px 15px;
	width: auto;
	min-width: 245px;
	font-size: 13px;
	line-height: 10px;
	margin: 26px 0 0 0;
	background-size: auto 11px;
	box-sizing: border-box;
}

.mobileWrap .vendorsWrap {
	position: relative;
	display: block;
	width: 100%;
	bottom: auto;
	padding: 0 15px;
	border-top: 1px solid #242424;
	box-sizing: border-box;
}

.mobileWrap .vendorsWrap h4 {
	padding: 21px 0 0 0;
	font-size: 10px;
	line-height: 20px;
	color: #808080;
}

.mobileWrap .vendorsLogoWrap {
	padding: 10px 0 35px 0;
}

.mobileWrap .vendorsLogoWrap img, .mobileWrap .clientLogo {
	position: relative;
	display: inline-block;
	width: 48%;
	margin: 5px 0;
}

.mobileWrap .vendorsLogoWrap img:nth-child(odd) {
	margin: 5px 2% 5px 0;
}

.mobileWrap .vendorsLogoWrap img:nth-child(even) {
	margin: 5px 0 5px 2%;
}

.mobileWrap .contactIcon {
	width: 33%;
	padding: 66px 0px 0 0px;
	font-size: 11px;
	line-height: 12px;
	box-sizing: border-box;
	letter-spacing: .2em;
}

.mobileWrap .estimateSplash .contactIcon {
	padding: 60px 0 0 0;
}

.mobileWrap .contactIcon::before, .mobileWrap .contactIcon:before {
	width: 20px;
	height: 20px;
	margin: 0 0 0 -10px;
	background-size: auto 20px;
}

.mobileWrap .contactIconPhone::before, .mobileWrap .contactIconPhone:before {
	background-position: 0px 0;
	margin: -1px 0 0 -12px;
}

.mobileWrap .contactIconEmail::before, .mobileWrap .contactIconEmail:before {
	background-position: -20px 0;
	margin: -4px 0 0 -13px;
}

.mobileWrap .contactIconForm::before, .mobileWrap .contactIconForm:before {
	background-position: -40px 0;
	margin: -3px 0 0 -10px;
}

.mobileWrap .estimateSplash .contactIconPhone::before, .mobileWrap .estimateSplash .contactIconPhone:before {
	margin-top: -7px;
}

.mobileWrap .estimateSplash .contactIconEmail::before, .mobileWrap .estimateSplash .contactIconEmail:before {
	margin-top: -11px;
}

.mobileWrap .estimateSplash .contactIconForm::before, .mobileWrap .estimateSplash .contactIconForm:before {
	margin-top: -10px;
}

.mobileWrap .contactFormWrap {
	display: none;
}

.mobileWrap .contactFormWrap.contactFormOpen {
	display: block;
}

.js .mobileWrap .darkShutterWrap.desktopBrowserHeight {
	min-height: 480px;
}
/*.mobileWrap .shutter {height: 20%;}*/
.mobileWrap .shutterExpanded, .mobileWrap .shutterOpen .shutterExpanded {
	height: 100%;
}

.mobileWrap h2.shutterTitle {
	margin-top: -24px;
	max-width: 100%;
	padding: 0;
	font-size: 18px;
	line-height: 48px;
}

.mobileWrap .shutterOpen .shutterExpanded h2.shutterTitle, .no-js .mobileWrap .shutterExpanded .shutterTitle {
	top: 0;
	margin-top: 124px;
	font-size: 28px;
	line-height: 48px;
	font-weight: normal;
}

.mobileWrap .darkShutterWrap .shutterOpen .shutterExpanded h2.shutterTitle, .no-js .mobileWrap .darkShutterWrap .shutterExpanded .shutterTitle {
	margin-top: 75px;
}

.mobileWrap .lightShutterWrap .shutterTitle {
	display: none;
}

.mobileWrap .shutterInner {
	position: relative;
	min-width: 0;
	top: 0;
	bottom: auto;
}

.js .mobileWrap .desktopBrowserHeight.shutterInner {
	height: auto; /*min-height: 96px;*/
}

.js .mobileWrap .shutterExpanded .desktopBrowserHeight.shutterInner {
	height: auto;
	min-height: 480px;
}

.mobileWrap .shutterInnerContent {
	position: relative;
	height: auto;
	top: auto;
}

.mobileWrap .shutterSlideQuote {
	font-size: 15px;
	line-height: 22px;
}

.mobileWrap .shutterSlideSource {
	font-size: 11px;
	line-height: 30px;
	padding-top: 4px;
}

.mobileWrap .shutterRotator {
	max-width: 100%;
	top: 0px;
	margin: 0 auto;
	margin-top: 220px;
}

.mobileWrap .darkShutterWrap .shutterRotator {
	margin-top: 190px;
}

.mobileWrap .shutterSlide {
	padding: 0 50px;
}

.mobileWrap .shutterRotatorPrev, .mobileWrap .shutterRotatorNext {
	top: auto;
	padding: 26px;
}

.mobileWrap .shutterRotatorPrev {
	padding: 26px 26px 26px 15px;
}

.mobileWrap .shutterRotatorNext {
	padding: 26px 15px 26px 26px;
}

.mobileWrap .shutterRotatorPrev span, .mobileWrap .shutterRotatorNext span {
	width: 16px;
	height: 13px;
	background-size: auto 15px;
}

.mobileWrap .shutterClose, .mobileWrap .dynamicClose {
	width: 60px;
	height: 60px;
}

.mobileWrap .darkShutterWrap .shutterClose {
	background: url(/images/mobileWhiteClose.png) no-repeat center center;
	background-size: 14px auto;
}

.mobileWrap .lightShutterWrap .shutterClose {
	display: none;
}

.mobileWrap .lightShutterWrap .dynamicClose {
	background: url(/images/mobileBlackClose.png) no-repeat center center;
	background-size: 14px auto;
}
/*.mobileWrap .servicesSplash {min-width: 320px; width: 100%; background: #fff;}
.mobileWrap .servicesSplash h1 {color: #141414; font-size: 25px; line-height: 28px; font-weight: 800;}
.mobileWrap .servicesListColumn {
    display: block;
    width: 100%;
}*/
.mobileWrap .shutterControlWrap {
	display: none;
}


/*Crafts Pages*/
.mobileWrap .craftSplash .splashCenter {
	position: relative;
	top: 50%;
	margin-top: 0;
}

.mobileWrap p.term {
	font-size: 25px;
	line-height: 23px;
	font-weight: 800;
	padding: 0 0 29px 0;
	margin-top: 14px;
}

.mobileWrap .term::before, .mobileWrap .term:before {
	width: 58px;
	height: 1px;
	line-height: 1px;
	margin: 0 0 0 -29px;
	top: 40px;
	bottom: auto;
}

.mobileWrap .termOrigin, .mobileWrap .termDefinition {
	padding: 0;
}

.mobileWrap .darkShutterWrap .termOrigin, .mobileWrap .darkShutterWrap .termDefinition {
	position: relative;
	max-width: 290px;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #b0b0b0;
	font-size: 12px;
	line-height: 16px;
}

.mobileWrap .darkShutterWrap .termOrigin {
	padding: 120px 15px 0 15px;
}

.mobileWrap .darkShutterWrap .termDefinition {
	margin-top: 0;
	padding: 0 15px;
}

.mobileWrap .whatWeDoSplash .termOrigin {
	padding-top: 8px;
}

.js .mobileWrap .desktopBrowserHeight.artSplash {
	min-height: 475px;
	height: auto;
}

.mobileWrap .leftSplashContent, .mobileWrap .rightSplashContent {
	min-height: 50%;
	padding: 31px 32px 38px 32px;
	top: auto;
	left: 0;
	bottom: 0;
	margin: 0 auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	box-sizing: border-box;
}

.mobileWrap .leftSplashContentInner, .mobileWrap .rightSplashContentInner {
	width: 100%;
	padding: 0;
	float: none;
	box-sizing: border-box;
}

.mobileWrap .artSection {
	padding-top: 0;
	font-size: 10px;
	line-height: 12px;
}

.mobileWrap .artTitle {
	padding: 4px 0 24px 0;
	font-size: 25px;
	line-height: 29px;
}

.mobileWrap .artTitle::before, .mobileWrap .artTitle:before {
	width: 45px;
	height: 1px;
	line-height: 1px;
	top: 75px;
	bottom: auto;
}

.mobileWrap p.artQuote {
	font-size: 14px;
	line-height: 18px;
	padding-top: 5px;
}

.mobileWrap .artName {
	padding-top: 15px;
	font-size: 12px;
	line-height: 15px;
}

.mobileWrap .artBio {
	padding-top: 0;
	font-size: 12px;
	line-height: 15px;
}

.mobileWrap .skillWrap {
	min-width: 320px;
	display: block;
}

.mobileWrap .skillTrigger {
	display: block;
	width: 100%;
	height: auto;
	border-left: none;
	border-right: none;
	border-top: 1px solid #666;
	border-top: 1px solid rgba(255, 255, 255, .4);
	background: #000 !important;
	/*background: rgba(0,0,0,.8) !important;*/
}

.mobileWrap .skillTriggerOverlay {
	position: relative;
	display: table;
	padding: 0;
	min-height: 92px;
	height: 100%;
	box-sizing: border-box;
	vertical-align: middle;
}

.mobileWrap .skillTrigger:hover .skillTriggerOverlay, .mobileWrap .skillTriggerActive .skillTriggerOverlay {
	background: none
}

.mobileWrap .skillTriggerOverlay span {
	display: table-cell;
	padding: 0 75px 0 32px;
	font-size: 14px;
	line-height: 16px;
	vertical-align: middle;
}

.mobileWrap .skillTitle {
	display: inline-block;
}

.mobileWrap .skillTrigger:hover .skillTitle, .mobileWrap .skillTrigger:hover .skillDesc, .mobileWrap .skillTriggerActive .skillTitle, .mobileWrap .skillTriggerActive .skillDesc {
	color: #fff;
}

.mobileWrap .skillTriggerOverlay .skillCTA, .mobileWrap .skillTriggerOverlay .skillDesc {
	display: none;
}

.mobileWrap .skillTriggerOverlay::after, .mobileWrap .skillTriggerOverlay:after {
	display: none;
}
/*.mobileWrap .skillTriggerOverlay::before, .mobileWrap .skillTriggerOverlay:before {
    content:'';
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    right: 32px;
    margin-top: -7px;
    background: url(/images/skillsArrowSprite.png) no-repeat 1px 0;
    background-size: auto 15px;
}*/
.mobileWrap .skillSplash {
	background: #fff;
	padding: 32px;
	border-top: none;
}
/*.mobileWrap .skillSplash.skillSplashOpen {min-height: 358px; height: auto;}*/
.mobileWrap .skillSplash .skillTitle {
	display: block;
	color: #141414;
	font-size: 14px;
	line-height: 16px;
}

.mobileWrap .skillSplash .skillTitle::after, .mobileWrap .skillSplash .skillTitle:after {
	content: ' ';
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 50%;
	right: 0px;
	margin-top: -7px;
	background: url(/images/skillsArrowSprite.png) no-repeat -24px 0;
	background-size: auto 15px;
}

.mobileWrap .skillSplash .skillDetail {
	padding: 22px 0 18px 0;
	border-bottom: 1px solid #efeeee;
}

.mobileWrap .skillSplash .skillDetail:last-child {
	border-bottom: none;
}

.mobileWrap .workSplash h2 {
	padding: 24px 10px 0 10px;
	font-size: 25px;
	line-height: 28px;
	font-weight: normal;
}


.mobileWrap .affiliationsSplash {
	padding: 42px 0; /*background: #1c1c1c;*/
	border-top: none;
}

.mobileWrap .affiliationsSplash h2 {
	padding: 0;
	font-size: 25px;
	line-height: 28px;
	font-weight: normal;
	padding-top: 3px;
}

.mobileWrap .affiliationsLogoWrap {
	margin: 0 auto;
	padding: 18px 0 0 0;
}

.mobileWrap .affiliationImage {
	width: 50%;
	max-width: 240px;
	max-height: 130px;
	height: auto;
	padding: 15px 20px;
	margin: 0;
	box-sizing: border-box;
}

.mobileWrap .affiliationImage img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/*NEWS PAGE*/
.mobileWrap .newsShareLinkWrap {
	padding: 0;
}

.mobileWrap .newsShareLinkWrap p.newsDate, .mobileWrap .newsDate {
	font-size: 11px;
	line-height: 20px;
	padding: 0;
}

.mobileWrap .mobileFilterDropdown {
	position: relative;
	display: block;
	padding: 0;
	width: 100%;
	height: auto;
	float: left;
	margin: 7px 0 7px 0;
	border: 1px solid #000;
}

.mobileWrap .mobileFilterDropdown .projectsFilterDropdownClose {
	background: url(/images/blackClose.png) no-repeat center center;
	transition: all .5s ease
}

.mobileWrap .mobileFilterDropdown .projectsFilterDropdownClose::after, .mobileWrap .mobileFilterDropdown .projectsFilterDropdownClose:after {
	display: none;
}

.mobileWrap .mobileFilterDropdown .projectsFilterText {
	padding: 10px 0 10px 18px;
	text-align: left;
	font-size: 11px;
	line-height: 28px;
}

.mobileWrap .newsTile {
	display: block;
	width: 100%;
	height: auto;
	padding: 26px 0 23px 0;
	background: none;
	color: #141414;
	border-bottom: 0;
	border-top: 1px solid #999999;
}

.mobileWrap .newsTileWrap .newsTile:first-child {
	border-top: none;
}

.mobileWrap .newsTileImage {
	display: none;
}

.mobileWrap .newsTileOverlay {
	display: none;
}

.mobileWrap .newsTileDate {
	color: #141414;
}

.mobileWrap .newsTileTitle {
	padding: 4px 0 0 0;
	font-size: 19px;
	line-height: 26px;
	color: #141414;
	font-weight: 800;
}

.mobileWrap .newsTileBlurb {
	padding: 3px 0 0 0;
	font-size: 15px;
	line-height: 20px;
	color: #141414;
}

.mobileWrap .newsTileBlurb span {
	font-weight: 800;
}

.mobileWrap .newsTileWrap .loadMore {
	width: 100%;
}

.mobileWrap .shareLinkWrap {
	padding: 0;
}

.mobileWrap .shareLinkWrap p {
	display: block;
}

.mobileWrap .shareLink {
	width: 51px;
	height: 51px;
	margin: 15px 15px 0 0;
	background: url(/images/mobileDarkSocialIcons.png) no-repeat 0 0;
	background-size: auto 52px;
}

.mobileWrap .shareLinkFB {
	background-position: 0 -1px;
}

.mobileWrap .shareLinkIN {
	background-position: -52px -1px;
}

.mobileWrap .shareLinkTW {
	background-position: -103px -1px;
}

.mobileWrap .shareLinkMA {
	background-position: -155px -1px;
}

/*ABOUT PAGE*/

.mobileWrap .aboutSplash, .mobileWrap .craftSplash, .mobileWrap .artSplash, .mobileWrap .affiliationsSplash, .mobileWrap .servicesSplash {
	min-width: 320px;
}

.mobileWrap .artSplash {
	background: none !important
}

.mobileWrap .artSplash .mobileArtSplash {
	position: relative;
	display: block;
	width: 100%;
	height: 175px;
}

.mobileWrap .ironworkerArtSplash .mobileArtSplash {
	background: url(/images/art/ironworkers-m.jpg);
	background-position: right center;
	background-size: 100% auto;
}

.mobileWrap .carpenterArtSplash .mobileArtSplash {
	background: url(/images/art/carpenters-m.jpg);
	background-position: left center;
	background-size: 100% auto;
}

.mobileWrap .pipefitterArtSplash .mobileArtSplash {
	background: url(/images/art/pipefitters-m.jpg);
	background-position: left center;
	background-size: 100% auto;
}

.mobileWrap .operatorArtSplash .mobileArtSplash {
	background: url(/images/art/operators-m.jpg);
	background-position: left center;
	background-size: 100% auto;
}

.mobileWrap .millwrightArtSplash .mobileArtSplash {
	background: url(/images/art/millwrights-m.jpg);
	background-position: right center;
	background-size: 100% auto;
}

.mobileWrap .laborerArtSplash .mobileArtSplash {
	background: url(/images/art/laborers-m.jpg);
	background-position: right center;
	background-size: 100% auto;
}

.mobileWrap .bricklayerArtSplash .mobileArtSplash {
	background: url(/images/art/bricklayers-m.jpg);
	background-position: right center;
	background-size: 100% auto;
}

.mobileWrap .boilermakerArtSplash .mobileArtSplash {
	background: url(/images/art/boilermakers-m.jpg);
	background-position: right center;
	background-size: 100% auto;
}

/*.mobileWrap .ironworkerArtSplash {background: url(/images/preminified/ironworkers-m.jpg); background-position: right center;}*/
.mobileWrap .carpenterArtSplash {
	background-size: cover;
	background-position: center center;
}

.mobileWrap .aboutSplashContent {
	width: 100%;
	top: 97px;
	left: 0;
	margin: 0;
	margin: 0 auto;
	text-align: center;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.mobileWrap .aboutSplashContent p {
	display: block;
	max-width: 100%;
	padding: 8px 27px 0 27px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

.mobileWrap .aboutSplashContent h2 {
	font-size: 25px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
}

.mobileWrap .aboutSplashContent .splashCTA {
	margin: 0 auto;
	margin-top: 60px;
	padding-right: 60px;
	width: 80%;
	min-width: 256px;
	font-size: 12px;
	background-size: auto 12px;
	text-align: left;
}

.mobileWrap .aboutSplashContent .splashCTAalt {
	margin-top: 15px;
}

.mobileWrap .brandPromisesSplash {
	width: 100%;
	min-width: 320px;
	text-align: center;
}

.mobileWrap .twoColorSplash {
	min-width: 320px;
}

.mobileWrap .twoColorSplash.JSHeight {
	min-height: 700px !important;
	height: auto !important;
}

.mobileWrap .twoColorReveal .brandPromisesSplash {
	position: relative;
	display: block;
	right: auto;
	left: 0;
}

.mobileWrap .brandPromisesSplash, .mobileWrap .coreValuesSplash {
	position: relative;
	display: block;
	padding: 90px 15px 113px 15px;
	width: 100%;
	height: auto;
	right: auto;
	text-align: center;
}

.mobileWrap .coreValuesSplash {
	padding: 90px 15px 128px 15px;
}

.mobileWrap .brandPromisesSplash h2, .mobileWrap .coreValuesSplash h2 {
	font-size: 22px;
	text-align: center;
	padding: 0;
	font-weight: normal;
}

.mobileWrap .brandPromisesSplash a.CTA, .mobileWrap .coreValuesSplash a.CTA {
	width: 80%;
	min-width: 245px;
	margin-top: 30px;
	font-size: 13px;
	line-height: 10px;
	padding: 17px 100px 17px 25px;
	background-size: auto 11px;
	background-position: 97% center;
	box-sizing: border-box;
	text-align: left;
}

.mobileWrap .coreValuesSplash a.CTA {
	margin-top: 32px;
}

.mobileWrap .coreValuesSplash {
	position: relative;
	display: block;
	left: 0;
}

.mobileWrap .brandPromisesSplash p {
	float: none;
	text-align: center;
}

.mobileWrap .employeeOverlayWrap {
	min-width: 320px;
}

.mobileWrap .letterOverlayWrap .employeeOverlay {
	width: 100%;
	min-width: 320px;
	margin-left: 0;
}

.mobileWrap .mCustomScrollBox {
	min-width: 290px;
	box-sizing: border-box;
	padding: 0;
}

.mobileWrap .videoLink img {
	display: block;
}

.mobileWrap .videoLink {
	width: 100%;
	font-size: 13px;
	line-height: 19px;
}
/*.mobileWrap .videoLink:hover .playButton, .mobileWrap .videoLink:focus {border: 2px solid #fff; background: rgba(0,0,0,.4);}*/
.mobileWrap .videoLink:hover .playButton, .mobileWrap .videoLink:focus .playButton, .mobileWrap .videoLink .playButton {
	background: rgba(0,0,0,.4);
	border: 2px solid #fff;
}

.mobileWrap .rightSplashContent, .mobileWrap .leftSplashContent {
	position: relative;
	left: 0;
	bottom: auto;
	margin: 0 auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	min-height: 300px;
	background: #fff !important;
}

.mobileWrap .rightSplashContent::before, .mobileWrap .rightSplashContent:before, .mobileWrap .leftSplashContent::before, .mobileWrap .leftSplashContent:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+70,1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.mobileWrap .employeeHeader {
	height: 32px;
	margin: 0 0 14px 0;
}

.mobileWrap .employeeHeaderInner {
	margin: 15px 0 0 0;
	padding: 10px 14px;
}

.mobileWrap .employeeSection .center {
	padding: 0;
}

.mobileWrap .employeeWrap {
	display: block;
	width: 100%;
	font-size: 0;
	vertical-align: top;
}

.mobileWrap .employee {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 0 45px 0;
}

.mobileWrap .employee:nth-child(odd) {
	padding: 0 6px 45px 0px;
}

.mobileWrap .employee:nth-child(even) {
	padding: 0 0 45px 6px;
}

.mobileWrap .employeePhoto {
	display: block;
	width: 100%;
	height: auto;
	color: #000;
}

.mobileWrap .employeePhoto::before, .mobileWrap .employeePhoto:before {
	content: '';
	position: relative;
	display: block;
	width: 100%;
	padding: 100% 0 0 0;
}

.mobileWrap .employeePhotoOverlay {
	display: none;
}

.mobileWrap .employeeName, .mobileWrap .employeeTitle {
	text-align: center;
}

.mobileWrap .letterOverlayWrap .employeeOverlay {
	background: #000;
}

.mobileWrap .letterOverlayWrap .employeeOverlayInfo {
	padding: 50px 0;
}

.mobileWrap .letterOverlayWrap img {
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.mobileWrap .letterOverlayWrap .mCustomScrollBox {
	padding: 0;
}

.mobileWrap .letterOverlayWrap .employeeOverlayClose {
	width: 60px;
	height: 60px;
	background: url(/images/mobileWhiteClose.png) no-repeat center center;
	background-size: 14px auto;
}


.mobileWrap .contactFormInner {
	margin: 0 auto;
}

.mobileWrap .contactFieldWrap, .mobileWrap .contactSliders {
	margin: 36px 0 0 0;
	width: 100%;
}

.mobileWrap .contactFieldWrap {
	height: 40px;
	border-bottom: 1px solid #bbb;
}

.mobileWrap .contactTextareaWrap {
	height: 132px;
	margin-top: 54px;
	border: 1px solid #bbb;
}

.mobileWrap .contactFormWrap .defaultTextarea {
	padding: 12px;
}

.mobileWrap .contactFieldWrap.floatLabel {
	height: 36px;
}

.mobileWrap .contactFormWrap .floatLabel .defaultLabel {
	top: -2px;
}

.mobileWrap .estimateSplash .contactFieldWrap.cfwFirstField {
	margin-top: 26px;
}

.mobileWrap .contactSliders p.sliderLabel01 {
	font-size: 13px;
	line-height: 18px;
	padding-top: 4px;
}

.mobileWrap .contactSliders p.sliderLabel02 {
	font-size: 14px;
	line-height: 18px;
	padding-top: 0;
}

.mobileWrap #sliders > div {
	margin-top: 26px;
}

.mobileWrap #sliders > div:first-child {
	margin-top: 20px
}

.mobileWrap #sliders p.sliderLabel01 {
	padding: 0;
}

.mobileWrap .contactSliders {
	margin: 36px 0 0 0;
	width: 100%;
}

.mobileWrap .ui-slider.ui-slider-horizontal {
	height: 15px;
	margin-top: 7px;
}

.mobileWrap .defaultSubmit {
	margin: 36px 0 0 0;
	width: 80%;
	min-width: 245px;
	font-size: 13px;
	line-height: 10px;
	background-size: auto 11px;
	float: left;
	border-radius: 0;
}

.mobileWrap .contactFormWrap .defaultSubmit {
	margin-top: 20px;
	padding-left: 30px;
	background-position: 97% center;
}

.mobileWrap .employeeOverlay {
	position: relative;
	min-width: 320px;
	top: 0;
	left: 0;
	margin: 0 auto;
	padding: 0;
	height: auto;
	background: #fff;
	color: #141414;
	overflow: hidden;
}

.mobileWrap .employeeOverlayImage {
	position: relative;
	min-width: 320px;
	width: 115%;
	height: auto;
	min-height: 0;
	top: 0;
	left: 0;
	right: auto;
}

.mobileWrap .employeeOverlayInfo {
	float: left;
	width: 100%;
	height: auto;
	padding: 16px 15px 32px 15px;
	box-sizing: border-box;
	color: #141414;
}

.mobileWrap .employeeOverlayInfo p {
	padding: 0;
}

.mobileWrap .employeeOverlayName {
	font-size: 22px;
	line-height: 27px;
	color: #141414;
}

.mobileWrap .employeeOverlayTitle {
	font-size: 12px;
	line-height: 20px;
	color: #141414;
}

.mobileWrap .employeeOverlayInfo p.employeeOverlayTime, .mobileWrap .employeeOverlayTime {
	font-size: 12px;
	color: #141414;
}

.mobileWrap .employeeOverlayLinkWrap {
	position: relative;
	left: 0;
	bottom: auto;
	padding: 16px 0;
	background: none;
}

.mobileWrap .employeeOverlayLink {
	margin: 0;
	font-size: 14px;
	color: #141414;
	background: none;
	opacity: 1;
	padding: 0 15px 0 27px;
}

.mobileWrap .employeeOverlayLink::before, .mobileWrap .employeeOverlayLink:before {
	content: ' ';
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	margin: -9px 0 0 0;
	background: url(/images/darkTeamContactSprite.png) no-repeat 0 0;
	background-size: 18px auto;
}

.mobileWrap .employeeOverlayLinkIN::before, .mobileWrap .employeeOverlayLinkIN:before {
	background-position: 0 -18px;
}

.mobileWrap .employeeOverlayLinkIN {
	background-position: 0 -24px;
	margin: 11px 0 0 0;
}

.mobileWrap .employeeOverlayStyle01 {
	color: #141414;
}

.mobileWrap .employeeOverlayStyle02, .mobileWrap .employeeOverlayInfo p.employeeOverlayStyle02, .mobileWrap .employeeOverlayStyle02 {
	color: #636363;
}

.mobileWrap .employeeOverlayStyle02Large, .mobileWrap .employeeOverlayInfo p.employeeOverlayStyle02Large, .mobileWrap .employeeOverlayStyle02Large {
	padding: 5px 0 0 0;
	color: #636363;
	font-size: 18px;
	line-height: 21px;
}

.mobileWrap .clientLogoWrap {
	padding: 0 0 30px 0;
}

.mobileWrap .clientLogo {
	width: 46%;
	max-width: 145px;
	height: 145px;
	min-height: 0;
	max-height: 145px;
}

.mobileWrap .clientLogo:nth-child(odd) {
	margin: 5px 4% 5px 0;
}

.mobileWrap .clientLogo:nth-child(even) {
	margin: 5px 0 5px 4%;
}

.mobileWrap .clientLogo img {
	width: 100%;
	height: auto;
}

/*Careers Page*/
.mobileWrap .careerLocation {
	font-size: 13px;
	line-height: 20px;
	padding: 0;
}

.mobileWrap .defaultCTA.applyNow {
	margin-top: 20px;
	margin-bottom: 5px;
	float: left;
	min-width: 0;
	max-width: 245px;
	width: 100%;
}

.mobileWrap .applicationFieldWrap {
	margin: 39px 0 0 0;
	height: 38px;
	border-bottom: 1px solid #bbb;
}

.mobileWrap .applicationFieldWrap.applicationTextareaWrap {
	border: 1px solid #bbb;
}

.mobileWrap .applicationFieldWrap.applicationTextareaWrap {
	margin-top: 56px;
	height: 130px;
}

.mobileWrap .applicationFieldWrap.afwSmallTopMarg {
	margin: 15px 0 0 0;
}

.mobileWrap .floatLabel.applicationFieldWrap {
	margin-top: 35px;
}

.mobileWrap .floatLabel.applicationFieldWrap .defaultInput {
	padding: 12px 0 8px 0;
}

.mobileWrap .applicationFieldWrap.inputFocused {
	border-bottom: none;
}

.mobileWrap .contactFieldWrap::before, .mobileWrap .contactFieldWrap:before, .mobileWrap .applicationFieldWrap::before, .mobileWrap .applicationFieldWrap:before {
	height: 1px;
	line-height: 1px;
	bottom: -1px;
}

.mobileWrap .contactFieldWrap.contactTextareaWrap::before, .mobileWrap .contactFieldWrap.contactTextareaWrap:before {
	height: 100%;
	padding: 0px;
}

.mobileWrap .contactFieldWrap.contactTextareaWrap.inputFocused::before, .mobileWrap .contactFieldWrap.contactTextareaWrap.inputFocused:before {
	height: 100%;
	padding: 1px;
}

.mobileWrap .applicationFieldWrap.applicationTextareaWrap::before, .mobileWrap .applicationFieldWrap.applicationTextareaWrap:before {
	height: 100%;
	line-height: 1px
}
/*.mobileWrap .applicationFieldWrap.applicationTextareaWrap.inputFocused::before, .mobileWrap .applicationFieldWrap.applicationTextareaWrap.inputFocused:before {padding: 1px;}*/
.mobileWrap .defaultLabel {
	padding: 22px 0 0 0;
	font-size: 15px;
	line-height: 8px;
	z-index: 20;
}

.mobileWrap .applicationTextareaWrap .defaultLabel {
	padding: 15px 0 0 12px;
}

.mobileWrap .floatLabel .defaultLabel {
	padding: 0;
	top: -6px;
	font-size: 10px;
}

.mobileWrap .contactFieldWrap .defaultInput, .mobileWrap .applicationFieldWrap .defaultInput {
	line-height: 8px;
	padding: 15px 0 2px 0;
	font-weight: 800;
}

.mobileWrap .applicationFieldWrap .defaultTextarea {
	font-size: 16px;
	padding: 8px 12px;
	font-weight: 800;
}

.mobileWrap .applicationFieldWrap .defaultTextarea::-webkit-input-placeholder {
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
}

.mobileWrap .applicationFieldWrap .defaultTextarea::-moz-placeholder {
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
}

.mobileWrap .applicationFieldWrap .defaultTextarea:-moz-placeholder {
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
}

.mobileWrap .applicationFieldWrap .defaultTextarea:-ms-input-placeholder {
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
}

.mobileWrap .applicationFormWrap .defaultSubmit {
	width: 80%;
	min-width: 245px;
	margin-top: 24px;
}

/*SERVICES PAGE*/
.mobileWrap .servicesSplash h1 {
	padding: 72px 13px 0 13px;
	font-size: 25px;
	line-height: 28px;
	text-align: left;
}

.mobileWrap .servicesTagline {
	width: auto;
	padding: 6px 13px 0 13px;
	text-align: left;
	color: #c2c2c2;
}

.mobileWrap .servicesListWrap {
	padding: 30px 0;
}

.mobileWrap .servicesListColumn {
	display: block;
	width: 100%;
	padding: 0 10px;
}

.mobileWrap .servicesListParent {
	font-size: 20px;
	line-height: 22px;
}

.mobileWrap .servicesSectionWrap {
	padding: 0 0 15px 0;
}

.mobileWrap .servicesSection {
	padding: 0;
	border-top: none;
	border-bottom: 1px solid #dedede;
}

.mobileWrap .servicesSection.open, .mobileWrap .servicesSection:last-child {
	border-bottom: none;
}

.mobileWrap .servicesSection h2 {
	padding: 11px 0;
}

.mobileWrap .servicesSection.open h2 {
	padding: 11px 0 0 0;
}

.mobileWrap .servicesSection:first-child h2 {
	margin-top: 13px;
}

.mobileWrap .servicesSection h2 a {
	padding: 0 40px 0 0;
}

.mobileWrap .servicesSection h2::after, .mobileWrap .servicesSection h2:after {
	background: url(/images/mobileDownArrow.png) no-repeat 0 0;
	background-size: auto 11px;
}

.mobileWrap .leftColumn .servicesSectionInner p {
	padding: 6px 0 0 0;
}

.mobileWrap .servicesPage a.tag {
	font-size: 13px;
	line-height: 15px;
	border: none;
	padding: 14px 0;
}

.mobileWrap .servicesPage a.tag::after, .mobileWrap .servicesPage a.tag:after {
	position: relative;
	top: 1px;
	left: 14px;
	right: auto;
	margin-top: 0;
}

/*FOOTER*/
.mobileWrap .footerBottomWrap {
	padding: 0;
}

.mobileWrap .footerWrap {
	min-width: 320px;
}

.mobileWrap .footerBottomWrap .center {
	padding: 0;
}

.mobileWrap .footerBottomWrap h3 {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}

.mobileWrap .footerClientWrap {
	display: none;
}

.mobileWrap .footerBottomRow {
	display: block;
	width: 100%;
	padding: 34px 0 0 0;
	box-sizing: border-box;
}

.mobileWrap .footerBottomRow.footerBottomRowTable {
	padding: 0;
}

.mobileWrap .footerBottomLeft, .mobileWrap .footerBottomRight {
	display: block;
	text-align: center;
}

.mobileWrap .footerBottomRight {
	padding: 20px 0 40px 0;
}

.mobileWrap .mobileBotBorder {
	padding: 10px 40px 30px 40px;
	border-bottom: 1px solid #444444;
	box-sizing: border-box;
}

.mobileWrap .mobileBotBorder.quickContactInfo {
	padding: 10px 40px 32px 40px;
}

.mobileWrap .mobileBotBorder.emailListSignup {
	padding: 12px 40px 40px 40px;
}
/*.mobileWrap .mobileBotBorder:last-child {
    border-bottom: none;
}*/
.mobileWrap .mobileBotBorder p {
	margin: 0 auto;
	min-width: 240px;
}

.mobileWrap .footerSocialWrap {
	margin: 0 auto;
	width: auto;
	margin-top: 4px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.mobileWrap .footerSocialWrap .footerSocialLink {
	width: 36px;
	height: 36px;
	background: url(/images/mobileFooterSocialIcons.png) no-repeat 0 7px;
	background-size: auto 36px;
}

.mobileWrap .footerSocialWrap .footerSocialLinkFB {
	background-position: 0 7px;
}

.mobileWrap .footerSocialWrap .footerSocialLinkLI {
	background-position: -36px 7px;
}

.mobileWrap .footerSocialWrap .footerSocialLinkIN {
	background-position: -72px 7px;
}

.mobileWrap .footerSocialWrap .footerSocialLinkTW {
	background-position: -108px 8px;
}

.mobileWrap .footerSocialWrap .footerSocialLinkGP {
	background-position: -144px 7px;
}

.mobileWrap .footerSocialWrap .footerSocialLinkYT {
	background-position: -180px 7px;
}


.mobileWrap .footerSocialLink.footerSocialLinkYT {
	margin: 0;
}

.mobileWrap .footerBottomColumn {
	display: none;
}


.mobileWrap .footerBottomRow .footerContactInfo {
	display: block;
	padding: 14px 0px 0 0px;
	text-align: center;
	font-size: 12px;
	line-height: 19px;
	width: 100%;
	min-width: 224px;
}

.mobileWrap .footerBottomRow .footerContactInfo.fciEmail {
	padding: 29px 0 0 0;
}

.mobileWrap .footerBottomRow .footerContactInfo.fciSocial {
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
/*.mobileWrap .footerContactInfo:last-child {
    text-align: center;
}*/

.mobileWrap .footerContactInfoLink {
	font-size: 14px;
	line-height: 18px;
}

.mobileWrap .footerSignupField {
	display: block;
	width: 100%;
	margin: 0 auto;
	border-radius: 0;
	padding: 5px 15px;
}

.mobileWrap .footerSignupField::-webkit-input-placeholder {
	text-align: center;
}

.mobileWrap .footerSignupField::-moz-placeholder {
	text-align: center;
}

.mobileWrap .footerSignupField:-moz-placeholder {
	text-align: center;
}

.mobileWrap .footerSignupField:-ms-input-placeholder {
	text-align: center;
}

.mobileWrap .footerSignupWrap::before, .mobileWrap .footerSignupWrap:before {
	content: '';
	position: absolute;
	display: block;
	width: 0%;
	height: 2px;
	top: 51px;
	left: 0;
	right: 0;
	margin: 0 auto;
	line-height: 2px;
	background: #fff;
	transition: all .5s ease;
}

.mobileWrap .footerSignupWrap.inputFocused::before, .mobileWrap .footerSignupWrap.inputFocused:before {
	width: 100%;
}

.mobileWrap .footerSignupWrap.inputFocused .footerSignupField {
	border-bottom: 0;
}

.mobileWrap .footerSignupSubmit {
	width: 100%;
	height: auto;
	margin-top: 15px;
	padding: 16px 0;
	font-size: 13px;
	line-height: 10px;
	text-align: center;
	background: none;
	border: 1px solid #3c3c3c;
	color: #9c9c9c;
	box-sizing: border-box;
	border-radius: 0;
}

.mobileWrap .footerCopyrightWrap {
	margin: 0 auto;
	margin-top: 40px;
	width: 290px;
	background: none;
	box-sizing: border-box;
}

.mobileWrap .footerCopyrightWrap .center {
	width: 292px;
}

.mobileWrap .fullSiteLink /*.mobileWrap .footerLogin*/ {
	display: block;
	font-size: 10px;
	line-height: 13px;
	text-transform: uppercase;
	color: #8f8f8f;
	font-weight: 800;
	text-decoration: none;
	letter-spacing: .15em;
	text-align: center;
}

.mobileWrap .returnToMobile {
	display: none;
}

.mobileWrap .navLock {
	margin: 1px 6px 0 0;
	opacity: .6;
	width: 8px;
	height: 8px;
	background-size: auto 8px;
}

.mobileWrap .footerLogin {
	float: right;
}

.mobileWrap .footerCopyrightLeft {
	width: 100%;
	padding: 16px 0 16px 0;
	font-size: 7px;
	line-height: 13px;
	text-align: center;
}

.mobileWrap .footerCopyrightLeft.mobileTermsLinks {
	padding: 0px 0 54px 0;
}

.mobileWrap .footerCopyrightRight {
	display: none;
}

.expandFooter.expanded::after, .expandFooter.expanded:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.footerCopyrightLeft, .footerCopyrightRight {
	position: relative;
	display: block;
	padding: 21px 0;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .2em;
	line-height: 14px;
	color: #a1a1a1;
	text-decoration: none;
	text-transform: uppercase;
}

.mobileWrap .footerCopyrightLeft a {
	padding: 10px 5px;
}

a.footerCopyrightLeft, a.footerCopyrightRight, .footerCopyrightLeft a, .footerCopyrightRight a {
	color: #a1a1a1;
	text-decoration: none;
	transition: all .25s ease;
}

a.footerCopyrightRight, .footerCopyrightRight a {
	color: #333;
}

a.footerCopyrightLeft:hover, a.footerCopyrightRight:hover, .footerCopyrightLeft a:hover, .footerCopyrightRight a:hover {
	color: #fff;
}

.footerCopyrightLeft {
	float: left;
}

.footerCopyrightRight {
	float: right;
}

.readMoreLink {
	padding: 10px 0 0;
	/*background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);*/
	/*top: -2em;*/
	position: relative;
	color: #141414;
	cursor: pointer;
}

.ie10 .contactMapFormWrap {
	width: 0;
	-ms-overflow-style: none;
}

.ie10 .contactMapFormWrap.open {
	width: auto;
	-ms-overflow-style: auto;
}

.ie10 .contactMapFormInner {
	margin-left: 0;
}

/* 05) @media Queries */
@media (max-width: 1350px) {
	.secondaryNavBackground {
		left: 227px;
		margin: 0;
	}

	.mainSplashPrev, .mainSplashNext {
		width: 100px;
	}

	.mainSplashTitle {
		opacity: 0;
	}

	.leftSplashContent {
		right: 100%;
		margin: 0 -440px 0 0;
	}

	.rightSplashContent {
		left: 100%;
		margin: 0 0 0 -440px;
	}

	.projPrev {
		left: 0;
		margin-left: 0;
	}

	.projNext {
		right: 0;
		margin-right: 0;
	}
	/* SK add on */
	.desktopWrap .footerBottomWrap .support {
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
		text-align: center;
		margin: 30px auto 0px auto;
		opacity: .4;
	}

	.desktopWrap .footerBottomWrap .support:hover {
		opacity: 1;
	}

	.desktopWrap .footerBottomWrap .support span {
		font-family: AvenirLTStd, 'Avenir 55 Roman',"Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
		font-size: 14px;
		display: block;
		color: #fff;
		padding: 5px 0 15px;
	}

	.desktopWrap .footerBottomWrap .support img {
		margin: auto;
	}

	/* End SK add on */
}

@media only screen and (max-device-width: 767px) {
	.returnToMobile {
		display: block;
	}
}

@media only screen and (max-device-width: 374px) {
	.mobileWrap .craftSplash .splashCenter {
		margin-top: -30px;
	}
}

.input-imp-long {
	font-size: 0px !important;
	border: none !important;
}

/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(/includes/malihu-custom-scrollbar-plugin-master/mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}
