/* Minification failed. Returning unminified contents.
(12805,44): run-time error CSS1046: Expect comma, found '0'
(12805,48): run-time error CSS1046: Expect comma, found '/'
 */
/* Use this stylesheet to place @imports at the top of the stack */
@font-face {
    font-family: 'Simian';
    src: url('/includes/fonts/simiandisplay-orangutan-webfont.woff2') format('woff2'), url('/includes/fonts/simiandisplay-orangutan-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*!
 *  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";
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*
------- RESET
------- DEFAULTS
------- NAVIGATION
------- FOOTER
------- HOME
------- GALLERY
------- ABOUT
------- CONTACT
------- FIND A REP
_------ NEWS / RESOURCES
------- MEDIA

*/

/* RESET */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *::before, *:before, *::after, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

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;
    max-width: 800px;
}

a {
    cursor: pointer;
}

    a:focus {
        outline: thin dotted;
    }

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

    a[href^=tel], a[href^=sms], p a[href^=tel], p a[href^=sms] {
        color: inherit !important;
        text-decoration: none !important;
        cursor: default;
    }

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 {
    color: #514c4d;
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    font-weight: normal;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    position: relative;
}

    p a {
        color: #514c4d;
    }

h1,
h2,
h3,
.h1style,
.h2style,
.h3style {
    display: block;
    font-family: "Simian", 'Trebuchet MS', 'Segoe UI', sans-serif;
    position: relative;
}

h1,
.h1style {
    font-size: 3.5rem;
    line-height: 1.15em;
    letter-spacing: .035em;
    margin-bottom: .75rem;
    padding-bottom: .25em;
    text-transform: uppercase;
}

    h1.deco,
    .h1style.deco {
        margin-bottom: 1.5rem;
    }

    .h1style.animatedText {
        margin-bottom: 0;
        max-width: 33.7rem;
        overflow: hidden;
    }

        .h1style.animatedText span.letter {
            display: inline-block;
            line-height: inheir;
        }

h2,
.h2style {
    font-size: 3.5rem;
    line-height: 1.1em;
    text-transform: uppercase;
}

.center .h2style {
    max-width: 10em;
}

h3,
.h3style {
    font-size: 1.9rem;
    letter-spacing: .045em;
    line-height: 1.2em;
    padding: 0 0 1em 0;
    text-transform: uppercase;
}

    .h3style.centered {
        margin: 0 auto;
        text-align: center;
    }

    .h1style.deco::before,
    .h1style.deco:before,
    .h2style.deco::before,
    .h2style.deco:before,
    .h3style.deco::before,
    .h3style.deco:before,
    .header.deco::before,
    .header.deco:before {
        background: #ed831f;
        content: '';
        display: block;
        left: .3rem;
        height: .2rem;
        position: absolute;
        top: 69%;
        width: 3.6rem;
    }

.h1style.deco::before,
.h1style.deco:before {
    top: 96%;
    width: 3.1rem;
}
/*.h2style.deco::before,
.h2style.deco:before {
    top: 99%;
}*/
.h3style.deco.centered::before,
.h3style.deco.centered:before,
.header.deco.centered::before,
.header.deco.centered:before {
    left: 0;
    margin: auto;
    right: 0;
    top: 85%;
    width: 3rem;
}

.header.deco.centered::before,
.header.deco.centered:before {
    width: 3.7rem;
}

img {
    border: 0;
}

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

figure {
    margin: 0;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

legend {
    border: 0;
    font-size: 0;
    line-height: 0;
    margin: 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: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-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;
}

.contentWrap {
    background: #fff;
}

.center {
    position: relative;
    max-width: 75rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem
}

#designer {
    border-top: 1px solid #c2c2c2;
    overflow: hidden;
}

    #designer .center {
        max-width: 88rem;
        height: 100%;
    }

.designerLoading {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 355;
    text-align: center;
}

    .designerLoading img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.centerContent {
    text-align: center;
}

.nowrap {
    white-space: nowrap;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

html {
    width: 100%;
    height: 100%;
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.2em;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

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

.sr-only {
    display: block;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}


.fullWrap.adminOpen, .fullWrap.adminCollapsed {
    padding-left: 45px;
}

.skipNav {
    position: absolute;
    display: block;
    width: 10em;
    top: -20em;
    left: 50%;
    margin: 0 0 0 -5em;
    padding: .5em;
    font-size: 1em;
    line-height: 1.2em;
    color: #000;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border: 1px solid #000;
    z-index: -1;
}

    .skipNav.back {
        position: fixed;
        top: auto;
        bottom: -200px;
    }

    .skipNav:focus {
        top: 0;
        z-index: 9999;
    }

    .skipNav.back:focus {
        z-index: 9999;
        top: auto;
        bottom: 0;
    }


/*------- DEFAULTS -------*/

#content {
    display: block;
    height: auto;
    position: relative;
    width: auto;
}

.indent {
    display: block;
    position: relative;
    padding-left: 1.5rem;
    max-width: 45rem;
}

/*.searchOpen #content {
    padding-top: 5rem;
    top:0;
}*/
.fullWrap {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.browserHeight {
    max-height: 49.1rem;
    min-height: 48rem;
    height: 100vh;
}

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

    .hero.browserHeight {
        height: 100vh;
    }

.smHero .hero, .noHero .hero {
    background: #333;
    height: auto;
    margin-top: 6.7rem;
    min-height: 31rem;
    position: relative;
}



.navWrap::before,
.navWrap:before,
.hero::after,
.hero:after {
    background: url(/images/navFade.png) repeat-x center 0;
    background-size: auto 100%;
    content: '';
    display: block;
    height: 169%;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.altHero .navWrap::before,
.altHero .navWrap:before {
    left: 19.7rem;
    width: auto;
}

.hero::after,
.hero:after {
    background: url(/images/heroBottomFade.png) no-repeat center 100%;
    background-size: 100% auto;
    bottom: 0;
    height: 39%;
    top: auto;
    z-index: 10;
}

.smHero .hero::after,
.smHero .hero:after {
    display: none;
    visibility: hidden;
}

.homeHeroSlider::before,
.homeHeroSlider:before,
.aboutHero::before,
.aboutHero:before {
    background: url(/images/heroLeftFade.png) no-repeat 0 0;
    background-size: auto 100%;
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    min-width: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 10;
}


.kenburns {
    -webkit-animation: kenburns 25s ease infinite;
    -o-animation: kenburns 25s ease infinite;
    -moz-animation: kenburns 25s ease infinite;
    -ms-animation: kenburns 25s ease infinite;
    animation: kenburns 25s ease infinite;
}

@-webkit-keyframes kenburns {
    0% {
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center;
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
    }

    50% {
        transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }

    100% {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
    }
}

.slick-slider {
    height: 100%;
    position: relative;
    width: 100%;
}


.slick-list, .slick-track {
    height: 100%;
}

.heroImage, .slick-slide {
    display: block;
    height: 100%;
    position: relative;
}

.smHero .heroImage {
    position: relative;
    display: block;
    height: 100%;
}

.heroImage img, .slick-slide img {
    bottom: -999px;
    display: block;
    height: auto;
    left: -999px;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    right: -999px;
    top: -999px;
    width: auto;
}

    .heroImage img.mobileOnly {
        display: none;
    }

.homeHeroSlider.desktopOnly {
    display: block;
    visibility: visible;
}

.homeHeroSlider.mobileOnly {
    display: none;
    visibility: hidden;
}

.smHero .hero img {
    display: block;
    position: absolute;
    min-width: 0;
    margin: 0 auto;
    margin-left: 50%;
    min-height: 1rem;
    transform: translateX(-50%);
    height: 100%;
}

.slick-dots {
    bottom: 3.4rem;
    display: block;
    font-size: 0;
    left: 0;
    list-style-type: none;
    margin: auto;
    max-width: 75rem;
    padding: 0 1rem;
    position: absolute;
    right: 0;
    text-align: left;
    z-index: 15;
    pointer-events: none;
}

    .slick-dots li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        font-size: 0;
        line-height: 0;
        list-style-type: none;
        margin-right: .4rem;
        padding: .325rem;
        text-align: center;
        vertical-align: middle;
        pointer-events: all;
    }

        .slick-dots li::before, .slick-dots li:before {
            display: none;
        }

        .slick-dots li button {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: #fff;
            border: none;
            border-radius: 50%;
            height: 11px;
            margin: 0 auto;
            text-align: center;
            width: 11px;
        }

        .slick-dots li.slick-active {
            border: 2px solid #fff;
            border-radius: 50%;
        }

.heroContent {
    display: block;
    height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 100;
}

    .heroContent .h1style {
        color: #fff;
    }

.pageScroll {
    background: url(/images/orange-scroll.png) no-repeat center;
    background-size: 1.8rem auto;
    bottom: 2.8rem;
    display: block;
    height: 2.8rem;
    left: 0;
    margin: auto;
    padding: .5em;
    pointer-events: all;
    position: absolute;
    right: 0;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    width: 2.8rem;
    z-index: 15;
}

    .pageScroll:hover,
    .pageScroll:focus {
        -webkit-transform: scale(1.25);
        -moz-transform: scale(1.25);
        transform: scale(1.25);
    }

.decoLine {
    background: #ed831f;
    display: block;
    height: .2em;
    margin: 1em .1em;
    position: relative;
    width: 3.1em;
}

.heroContent .decoLine {
    margin-top: 2.2rem;
}

.simpleCTA {
    color: #282827;
    display: inline-block;
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    font-size: .9rem;
    line-height: 1.33em;
    margin: 1em 0;
    padding: .4em 0;
    position: relative;
    text-decoration: none;
}


.simpleCTA.centered {
    margin: 2em 0 0 0;
    left: 50%;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    z-index: 1;
}

    .simpleCTA::before,
    .simpleCTA:before,
    .contactLine p a::before,
    .contactLine p a:before {
        background-color: #ed831f;
        bottom: 0;
        content: '';
        display: block;
        left: 0;
        height: 1px;
        position: absolute;
        right: 0;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        transition: all .25s ease;
        width: 100%;
    }

.contactLine a[href^="tel:"] {
    text-decoration: underline !important;
    cursor: pointer;
}

.contactLine p a::before,
.contactLine p a:before {
    display: none;
}

.simpleCTA:hover::before,
.simpleCTA:hover:before,
.simpleCTA:focus::before,
.simpleCTA:focus:before {
    background-color: #333;
    left: -2%;
    margin: auto;
    right: -2%;
    width: 104%;
}

.defaultCTA, .navCTA, .formWrap .inlineButton {
    -webit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ed831f;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    font-size: .65rem;
    font-weight: 500;
    height: 2.7em;
    letter-spacing: .1em;
    line-height: 1.2em;
    padding: 1.55em 2.1em 2.65em 2.1em;
    pointer-events: all;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    vertical-align: top;
    width: auto;
}

    .defaultCTA.transparent,
    .dark .downloadWrap .defaultCTA,
    .sidebarInner .defaultCTA.transparent {
        background: transparent;
        border: 1px solid #9c9c99;
    }

        .defaultCTA.transparent.dark {
            border: 1px solid #d4d4cb;
            color: #474445;
        }

.formWrap .inlineButton {
    bottom: 0;
    display: block;
    max-width: 28%;
    margin: auto;
    position: absolute;
    right: 1px;
    top: -1px;
    z-index: 50;
}

.heroContent .defaultCTA {
    margin-top: 1rem;
}

.heroContent.multiCTA {
    top: 54.2%;
}

    .heroContent.multiCTA .h1style {
        padding-bottom: 0;
    }

    .heroContent.multiCTA .defaultCTA {
        font-size: .65rem;
        margin: 1.7rem .3rem 0 0;
        min-width: 8.5rem;
        padding: 1.15em 1.6em 2.35em 1.6em;
    }

.defaultCTA:hover,
.defaultCTA:focus {
    background: #514c4d;
}

.defaultCTA.transparent:hover,
.defaultCTA.transparent:focus {
    background: #ed831f;
    color: #fff;
    border-color: #ed831f;
}

.defaultCTA.transparent.dark:hover,
.defaultCTA.transparent.dark:focus {
    color: #474445;
}

.inner .defaultCTA,
#catenary-guide .defaultCTA {
    margin: 2rem auto;
}

.downloadWrap .defaultCTA {
    border-color: #9c9c99;
    letter-spacing: 0;
    margin: .25em 0 0 .95em;
    padding: 1.15em 2.7em 2.45em 3rem;
    text-transform: uppercase;
}

    .downloadWrap .defaultCTA span {
        background-image: url(/images/download-hover-icon.png);
        background-size: 100% auto;
        bottom: 0;
        display: block;
        height: .8rem;
        left: 1.4rem;
        margin: auto;
        position: absolute;
        top: 0;
        width: .75rem;
    }

.dark .downloadWrap .defaultCTA span {
    background: url(/images/download.png) no-repeat center;
    background-size: 100% auto;
}

.downloadWrap .defaultCTA:hover span,
.downloadWrap .defaultCTA:focus span {
    background-image: url(/images/download-hover-icon.png);
    background-size: 100% auto;
}

.formWrap {
    display: block;
    font-size: 0;
    position: relative;
    margin-top: 1.7rem;
    text-align: left;
    width: 100%;
}

.formHeader {
    color: #fff;
    font-family: "Simian", 'Trebuchet MS', 'Segoe UI', sans-serif;
    font-size: 1.3rem;
    letter-spacing: .11em;
    text-align: left;
    text-transform: uppercase;
}

.formMod, .fancyDropdownWrap {
    display: inline-block;
    font-size: 20px;
    margin: 0 .8rem .8em 0;
    position: relative;
    width: 100%;
}

#crmWebToEntityForm {
    width: 100% !important;
}

.ThreeDThanks p {
    color: #fff;
}

.fancyDropdownLabel {
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    color: #6d6c6c;
    display: block;
    font-size: .9em;
    min-height: 3em;
    padding: .8em;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.formMod.formMod50 {
    width: 49%;
}

.formMod.formMod100 {
    display: block;
    width: 100%;
}

.formMod.formMod80 {
    display: block;
    width: 80%;
}

.formMod.formModLast {
    margin-right: 0;
}

.filterDropdown {
    background: #fff;
    font-size: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    transition: .15s;
    width: 100%;
    z-index: 110;
}

.open .filterDropdown {
    border: 1px solid #c5c5c5;
    border-top: 0;
    font-size: 20px;
    height: auto;
    max-height: 14rem;
    padding: 1.2rem 1.05rem 1.2rem 1.6rem;
}

.filterDDinner {
    display: block;
    max-height: 12rem;
    overflow: auto;
    position: relative;
    width: 100%;
}

.filterLink {
    color: #474445;
    display: block;
    font-size: .75em;
    font-weight: 500;
    line-height: 2.26em;
    padding: 0 1em 0 0;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}

    .filterLink.filterChild {
        padding: 0 1em;
    }

    .filterLink.filterParent {
        font-weight: 700;
    }

    .filterLink:hover,
    .filterLink:focus {
        padding: 0 .5em;
    }

    .filterLink.filterChild:hover,
    .filterLink.filterChild:focus {
        padding: 0 .5em 0 1.5em;
    }

span.ddArrow {
    background: url(/images/select-arrow.png) no-repeat 0 0;
    background-size: 100% auto;
    bottom: 0;
    display: block;
    height: .5rem;
    margin: auto;
    position: absolute;
    right: .9em;
    top: 0;
    width: .75rem;
}

.open span.ddArrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.defaultLabel {
    display: block;
    color: #6d6c6c;
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    font-size: .9em;
    left: 1.3em;
    pointer-events: none;
    position: absolute;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    transition: all .15s ease;
    top: .8em;
    z-index: 50;
}

    .defaultLabel.smallLabel, .inputFocused .defaultLabel.selectLabel, .textEntered .defaultLabel.selectLabel, .inputFocused .defaultLabel, .textEntered .defaultLabel {
        bottom: .05em;
        font-size: .45em;
        left: 1.7em;
        text-transform: uppercase;
        top: auto;
    }

.defaultInput,
.defaultSelect,
.defaultTextarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #efefef;
    border: 1px solid #efefef;
    border-radius: 4px;
    color: #6d6c6c;
    display: block;
    font-size: .9em;
    min-height: 3em;
    padding: .8em;
    position: relative;
    width: 100%;
}

.inputFocused .defaultInput,
.inputFocused .defaultSelect,
.inputFocused .defaultTextarea,
.textEntered .defaultInput,
.textEntered .defaultSelect,
.textEntered .defaultTextarea,
.ui-autocomplete {
    background: #fff;
    border-color: #c5c5c5;
    color: #333
}

.inputFocused .defaultSelect,
.textEntered .defaultSelect {
    background: #fff url(/images/select-arrow.png) no-repeat 95% center;
    background-size: .75rem auto;
}

.defaultSelect {
    background: #fff url(/images/select-arrow.png) no-repeat 95% center;
    background-size: .75rem auto;
    border: 1px solid #c5c5c5;
}

.inline .defaultInput,
.inline .defaultSelect,
.inline .defaultTextarea {
    display: inline-block;
    margin-right: 1%;
    width: 68%;
    vertical-align: top;
}

.inline .defaultCTA {
    display: inline-block;
    min-width: 28%;
    position: relative;
    vertical-align: top;
}
/*------- NAVIGATION -------*/
.searchWrap {
    background: #333;
    display: none;
    font-size: 20px;
    height: 5rem;
    position: relative;
    width: 100%;
    z-index: 400;
}

/*.searchOpen .searchWrap {
    display: block;
    font-size: 20px;
    height: 5rem;
}*/

.searchInner {
    display: block;
    height: 100%;
    padding: 1em;
    position: absolute;
    width: 100%;
}

.searchWrap .formMod {
    display: none;
    margin: 0 auto;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    visibility: hidden;
}

.searchOpen .searchWrap .formMod {
    display: block;
    visibility: visible;
}

.searchWrap .closeSearch {
    display: block;
    height: 1.25em;
    position: absolute;
    right: 0;
    top: 0;
    width: 1.25em;
}

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

.ui-autocomplete {
    border: 1px solid #c2c2c2;
    max-width: 480px;
    padding-left: 0.8em;
    position: relative;
    z-index: 410;
}

    .ui-autocomplete li {
        font-size: 0.9em;
        cursor: pointer;
    }

        .ui-autocomplete li::before {
            display: none;
        }

.pageOverlay {
    background: rgba(0,0,0, .88);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    transition: all .15s ease;
    width: 100%;
    z-index: 100;
}

.navOverlay .pageOverlay {
    opacity: 1;
}

.navWrap {
    color: #fff;
    display: block;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 120;
}

/*.searchOpen .navWrap {
    top: 5rem;
}*/
.searchOpen.altHero .navWrap {
    top: 0;
}
/*.navWrap.mobileNav {
        display: none;
        visibility: hidden;
 }*/
.noHero .navWrap::before,
.noHero .navWrap:before,
.smHero .navWrap::before,
.smHero .navWrap:before {
    display: none;
    visibility: hidden;
}
.mainNav {
    display: block;
    padding: 1.5rem 0 .7rem 0;
    position: relative;
}
.navOverlay .mainNav {
    z-index: 150;
}

.mobileMenuToggle, .mainReturn {
    display: none;
    visibility: hidden;
}

.mainNav .center {
    max-width: 86rem;
}

.navLogo {
    color: #fff;
    display: inline-block;
    padding: 1.5em 0 1em 0;
    position: relative;
    text-decoration: none;
    width: 12.5rem;
    vertical-align: middle;
    visibility: visible;
}

    .navLogo img {
        height: auto;
        width: 100%;
    }

    .altHero .navLogo img,
    .navLogo .dark,
    .noHero .navLogo img,
    .noHero.navOverlay .navLogo .dark,
    .smHero .navLogo img {
        display: none;
        visibility: hidden;
    }

.altHero .navLogo .dark,
.noHero .navLogo .dark,
.noHero.navOverlay .navLogo img,
.smHero .navLogo .dark {
    display: inline-block;
    visibility: visible;
}


.navLinkWrap {
    display: block;
    font-size: 0;
    float: right;
    position: static;
    width: 75%;
    width: calc(100% - 13.5rem);
}

    .navLinkWrap.mobile {
        display: none;
        visibility: hidden;
    }

.navLinkInner, .rightNavWrap {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.navLinkInner {
    display: inline-block;
    padding-left: 1em;
    position: static;
}

.navLinkGroup {
    font-size: 1rem;
    display: inline-block;
    padding: 0;
    position: static;
    vertical-align: middle;
}

    .navLinkGroup .link::after,
    .navLinkGroup .link:after {
        background: #ed831f;
        content: '';
        display: block;
        left: 0;
        height: 5px;
        margin: auto;
        position: absolute;
        right: 0;
        top: 89%;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        transition: all .25s ease;
        width: 0;
    }

    .navLinkGroup:hover .link::after,
    .navLinkGroup:hover .link:after,
    .navLinkGroup:focus .link::after,
    .navLinkGroup:focus .link:after {
        width: 100%;
    }

.link, .dropdownWrap .link, .rightNavWrap .link {
    color: #fff;
    display: inline-block;
    font-family: "Simian", 'Trebuchet MS', 'Segoe UI', sans-serif;
    font-size: .6em;
    letter-spacing: .035em;
    line-height: 1.5em;
    padding: 1em 1.1em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    transition: .15s;
    vertical-align: middle;
}

.navFocus .navLinkGroup .link {
    opacity: .55;
}

.navFocus .navLinkGroup:hover .link,
.navFocus .navLinkGroup:focus .link {
    opacity: 1;
}

.link.linkParent, .link {
    display: block;
    font-size: .8em;
    line-height: 1.5em;
    padding: 2.65em 1.5em 1.4em 1.5em;
}

.dropdownWrap {
    background: #fff;
    display: block;
    font-size: 0;
    height: 0;
    left: 50%;
    margin: auto;
    margin-left: -34%;
    max-width: 46.1rem;
    min-height: 0;
    overflow: hidden;
    position: absolute;
    right: auto;
    text-align: left;
    top: 100%;
}

    .dropdownWrap.simple {
        background: #333;
        margin-left: -22%;
    }

        .dropdownWrap.simple .dropdownInner {
            min-width: 23rem;
            padding: 2.2rem 3.1rem;
            width: auto;
        }

.hasDropdown:hover .dropdownWrap,
.hasDropdown:focus .dropdownWrap {
    font-size: 20px;
    height: 100%;
    min-height: 37.5em;
}

    .hasDropdown:hover .dropdownWrap.simple,
    .hasDropdown:focus .dropdownWrap.simple {
        min-height: 10em;
        height: auto;
    }

.ddInnerGroup {
    display: block;
    position: static;
    width: 100%;
}

    .ddInnerGroup .ddInnerLink {
        border-left: .6rem solid rgba(237,131,31,0);
        color: #514c4d;
        display: block;
        font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
        font-size: 1.2em;
        padding: 3.15rem 28.5rem 3.15rem 3.9rem;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        transition: all .25s ease;
        width: 100%;
    }

    .ddInnerGroup.cg1 {
        background: #fff;
    }

    .ddInnerGroup.cg2 {
        background: #f7f6f6;
    }

    .ddInnerGroup.cg3 {
        background: #efefef;
    }

    .ddInnerGroup.cg4 {
        background: #e8e8e8;
    }

    .ddInnerGroup .ddInnerLink .navImage {
        bottom: 0;
        display: inline-block;
        left: auto;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        overflow: hidden;
    }

        .ddInnerGroup .ddInnerLink .navImage img {
            display: block;
            height: auto;
            min-height: 100%;
            min-width: 100%;
            position: absolute;
            width: 100%;
        }

    .ddInnerGroup:hover .ddInnerLink,
    .ddInnerGroup:focus .ddInnerLink {
        border-color: rgba(237,131, 31, 1);
    }

    .ddInnerGroup.hasFlyout .ddInnerLink::after,
    .ddInnerGroup.hasFlyout .ddInnerLink:after {
        border-right: 17px solid #333;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        bottom: 0;
        content: '';
        display: block;
        height: 0;
        left: 43%;
        margin: auto;
        opacity: 0;
        position: absolute;
        top: 0;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        transition: all .25s ease;
        width: 0;
    }

    .ddInnerGroup.hasFlyout:hover .ddInnerLink::after,
    .ddInnerGroup.hasFlyout:hover .ddInnerLink:after,
    .ddInnerGroup.hasFlyout:focus .ddInnerLink::after,
    .ddInnerGroup.hasFlyout:focus .ddInnerLink:after {
        opacity: 1;
    }

.ddFlyout {
    background: #333;
    bottom: 0;
    display: block;
    font-size: 20px;
    height: 100%;
    left: 45.7%;
    margin: auto;
    min-height: 27.2rem;
    position: absolute;
    /*right: 0;*/
    top: 0;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    transition: all .25s ease-in;
    width: 0;
    z-index: 30;
}

.ddInnerGroup.hasFlyout:hover .ddFlyout,
.ddInnerGroup.hasFlyout:focus .ddFlyout,
.ddInnerGroup.hasFlyout:focus .ddFlyout:hover,
.ddInnerGroup.hasFlyout:focus .ddFlyout:focus {
    display: block;
    width: 54.4%;
    z-index: 60;
}

.ddFlyoutInner {
    display: block;
    height: 100%;
    padding: 2.2em 5.1em;
    position: relative;
    width: 100%;
}

.flyoutHeader {
    display: block;
    color: #fff;
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    font-size: .5em;
    line-height: 1.2em;
    position: relative;
    text-transform: uppercase;
}

.catLink, .ddLink {
    color: #9c9c99;
    display: block;
    font-size: .9em;
    line-height: 1.2em;
    margin: 1.5em 0 1.5em -1em;
    opacity: 0;
    padding: 0 1em;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}

.ddInnerGroup.hasFlyout:hover .catLink,
.ddInnerGroup.hasFlyout:focus .catLink,
.ddLink,
.ddLink {
    opacity: 1;
}

    .catLink:hover,
    .catLink:focus,
    .ddLink:hover,
    .ddLink:focus {
        margin-left: 0;
        color: #fff;
    }

.rightNavWrap {
    display: block;
    float: right;
    font-size: 1rem;
    padding: 1.9em 0 0 0;
    position: relative;
}

    .rightNavWrap .navCTA {
        font-size: .55em;
        padding: .85em 1em 1.95em 1em;
    }

        .rightNavWrap .navCTA:hover,
        .rightNavWrap .navCTA:focus {
            background: #333;
        }

    .rightNavWrap .link.iconLink {
        display: inline-block;
        height: 2.53em;
        padding: 0;
        position: relative;
        text-align: center;
        vertical-align: top;
        width: 2.3em;
    }

        .rightNavWrap .link.iconLink .dark,
        .noHero .rightNavWrap .link.iconLink img,
        .smHero .rightNavWrap .link.iconLink img {
            display: none;
            visibility: hidden;
        }


        .rightNavWrap .link.iconLink img {
            bottom: 0;
            display: block;
            height: .8rem;
            image-rendering: -webkit-optimize-contrast;
            left: auto;
            position: absolute;
            right: 0;
            top: 0;
            margin: auto;
            width: .8rem;
        }

        .rightNavWrap .link.iconLink:hover img,
        .rightNavWrap .link.iconLink:focus img {
            opacity: .8;
        }

    .rightNavWrap .link::before,
    .rightNavWrap.link:before {
        background: #ed831f;
        content: '';
        display: block;
        height: 2px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 80%;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        transition: all .25s ease;
        width: 0;
    }

    .rightNavWrap .link:hover::before,
    .rightNavWrap .link:hover:before,
    .rightNavWrap .link:focus::before,
    .rightNavWrap .link:focus:before {
        width: 100%;
    }

    .rightNavWrap .link.iconLink::before,
    .rightNavWrap.link.iconLink:before {
        display: none;
        visibility: hidden;
    }

.noHero .rightNavWrap .link.iconLink .dark,
.smHero .rightNavWrap .link.iconLink .dark {
    display: inline-block;
    visibility: visible;
}
.noHero.navOverlay .rightNavWrap .link.iconLink img,
.smHero.navOverlay .rightNavWrap .link.iconLink img {
    display: inline-block;
    visibility: visible;
}
.noHero.navOverlay .rightNavWrap .link.iconLink .dark,
.smHero.navOverlay .rightNavWrap .link.iconLink .dark {
    display: none;
    visibility: hidden;
}
.rightNavSocialWrap {
	display: inline-block;
    padding: 0 .65em 0 0;
	position: relative;
	vertical-align: top;
}
.rightNavSocial {
	color: #fff;
	display: inline-block;
    padding: .2em 0;
	position: relative;
    text-align: center;
	text-decoration: none;
    transition: .25s;
	vertical-align: top;
    width: 1.6em;
}
.noHero .rightNavSocial {
    color: #514c4d;
}
.noHero.navOverlay .rightNavSocial {
    color: #fff;
}
.rightNavSocial:hover,
.rightNavSocial:focus-visible {
    color: #ed831f;
}
.rightNavSocial .fa {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1em;
}

#sticky {
    position: absolute !important;
    top: 0;
    width: 100%;
}

    #sticky.is-affixed {
        position: absolute !important;
    }

.stickyNavWrap {
    background: #2f2f2f;
    -webkit-box-shadow: 0px 16px 26.1px 2.9px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 16px 26.1px 2.9px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 16px 26.1px 2.9px rgba(0, 0, 0, 0.34);
    opacity: 0;
    font-size: 0;
    position: fixed;
    transition: transform .5s ease, opacity .5s ease;
    width: 100% !important;
    z-index: 360;
    transform: translateY(-100%);
    height: 4.1rem;
    left: 0;
    right: 0;
    top: 0;
}

.is-affixed .stickyNavWrap {
    transform: none !important;
    opacity: 1;
}

.prodName {
    background: #ed831f;
    display: inline-block;
    height: 100%;
    min-width: 10.2rem;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: auto;
}

    .prodName p {
        color: #fff;
        font-family: "Simian", 'Trebuchet MS', 'Segoe UI', sans-serif;
        font-size: 1rem;
        letter-spacing: .135em;
        padding: 1.3rem 2.2rem 1.3rem 1.7rem;
        text-decoration: none;
        text-transform: uppercase;
    }

        .prodName p span {
            display: block;
            color: #fff;
            font-size: .65rem;
            letter-spacing: .01em;
            line-height: 1.2em;
            opacity: 1;
            position: absolute;
            text-decoration: none;
            text-transform: none;
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            transition: all .25s ease;
        }

            .prodName p span::after,
            .prodName p span:after {
                bottom: 0;
                content: '\f106';
                font-family: 'FontAwesome';
                font-size: .65rem;
                line-height: 1.1em;
                margin: auto;
                position: absolute;
                right: -14px;
                top: 0;
            }

/*.prodName:hover p span,
    .prodName:focus p span {
        opacity: 1;
    }*/

.stickyInner {
    display: inline-block;
    height: 100%;
    /*max-width: 74.55rem;*/
    max-width: 80%;
    position: relative;
    vertical-align: middle;
    width: 100%;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}

    .stickyInner .stickyLeftNav {
        font-size: 0;
    }

.linkWrap {
    display: inline-block;
    font-size: 1rem;
    height: 100%;
    margin: 0 0 0 1.6rem;
    padding: 0;
    position: relative;
    vertical-align: middle;
}

    .linkWrap::before,
    .linkWrap:before {
        content: '';
        background: #ed831f;
        bottom: 0;
        display: block;
        height: .15rem;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 0;
    }

    .linkWrap.active::before,
    .linkWrap.active:before {
        width: 100%;
    }

    .linkWrap .pageLink {
        color: #b4b0b1;
        font-size: .7em;
        padding: 1.2rem .3rem 1.45rem 1.2rem
    }

    .linkWrap.active .pageLink, .linkWrap:hover .pageLink, .linkWrap:focus .pageLink {
        color: #fff;
    }

.stickyNavWrap .pageLink .icon {
    background: url(/images/page-icons-w.png) no-repeat;
    background-size: 87% auto;
    opacity: .36;
    top: 2.15em;
    width: 1.3em;
}

.stickyNavWrap .active .pageLink .icon, .stickyNavWrap .linkWrap:hover .pageLink .icon, .stickyNavWrap .linkWrap:focus .pageLink .icon {
    background-image: url(/images/page-icons-w.png);
    background-size: 87% auto;
    opacity: 1;
}

.stickyNavWrap .defaultCTA {
    background: transparent;
    border: 1px solid #4f4f4f;
    bottom: 0;
    font-size: .6rem;
    margin: auto;
    padding: 1.15em 1.35em 2.15em 1.35em;
    position: absolute;
    right: 1.5rem;
    top: 0;
}

    .stickyNavWrap .defaultCTA:hover,
    .stickyNavWrap .defaultCTA:focus {
        background: #ed831f;
        border-color: #ed831f;
    }

.noHero .navWrap, .smHero .navWrap {
    /*background: #fff;*/
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 .7em 0;
    /*position: static;*/
}

.navOverlay .navWrap {
    border-bottom: none;
}

.noHero .contentWrap {
    padding-top: 6.7rem;
}

.noHero .link, .smHero .link {
    color: #514c4d;
}

.noHero.navOverlay .link, .smHero.navOverlay .link {
    color: #fff;
}
/*------- FOOTER -------*/
.footerWrap {
    background: #fff;
    display: block;
    padding: 3.5rem 0 0 0;
    position: relative;
}

.map .footerWrap {
    padding-top: 0;
}

.footerTop {
    background: #fff;
    display: block;
    position: relative;
    margin: 0 auto;
    padding-bottom: 4.7rem;
    text-align: center;
}

.map .footerTop {
    display: none;
    visibility: hidden;
}

.footerTop.centered p {
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    font-size: .65em;
    line-height: 1.38em;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.footerTop.centered .header {
    font-family: "Simian", 'Trebuchet MS', 'Segoe UI', sans-serif;
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

.footerTop .formWrap {
    max-width: 25.6rem;
    margin: 1.7rem auto 0 auto;
    text-align: center;
}

.mortarrLink {
    border: 1px solid rgba(212,212,203, .16);
    border-radius: 4px;
    color: #8a8a87;
    display: block;
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    font-size: .7em;
    line-height: 1.7em;
    margin-top: 0;
    letter-spacing: .03em;
    padding: 1.05rem 1.8rem 1.15rem 6rem;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}

    .mortarrLink .icon {
        background: url(/images/mortarr.png) no-repeat center;
        background-size: 100% auto;
        display: block;
        height: 1.8rem;
        left: 1.4rem;
        position: absolute;
        top: 1.05em;
        width: 3.6rem;
    }

    .mortarrLink:hover .icon,
    .mortarrLink:focus .icon {
        background: url(/images/mortarr-hover.png) no-repeat center;
        background-size: 100% auto;
    }

    .mortarrLink:hover,
    .mortarrLink:focus {
        color: #fff;
        border-color: #fff;
    }


.footerMain {
    background: #333;
    color: #9c9c99;
    display: block;
    position: relative;
    width: 100%;
}

.footerColumnWrap {
    font-size: 0;
    padding: 6rem 0 0 0;
}

.footerMain .center {
    max-width: 74.3rem;
}

.footerColumn {
    display: inline-block;
    font-size: 20px;
    padding: 0 .8em 0 3.96em;
    position: relative;
    width: 25%;
    vertical-align: top;
}

    .footerColumn:first-child {
        padding-left: 6em;
    }

    .footerColumn.narrow {
        padding-left: 1.16em;
        width: 12%;
    }

    .footerColumn.wide {
        padding: 0 .8em 0 4.16em;
        width: 32%;
    }

.footerLink {
    display: block;
    color: #9c9c99;
    font-size: .8em;
    line-height: 1.43em;
    padding: .15em 1em .15em 0;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}

    .footerLink:hover,
    .footerLink:focus {
        color: #fff;
        padding: .15em .5em .15em .5em;
    }

    .footerLink.footerColHeader, .footerColHeader {
        color: #fff;
        font-family: "Simian", 'Trebuchet MS', 'Segoe UI', sans-serif;
        letter-spacing: .035em;
        padding: 0 1em .5em 0em;
        text-transform: uppercase;
    }

        .footerLink.footerColHeader:hover,
        .footerLink.footerColHeader:focus {
            padding: 0 .5em .5em .5em;
        }


.footerColumn.narrow .footerLink.footerColHeader {
    padding-bottom: .8em;
    margin-bottom: .6em;
}

p.footerColHeader {
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    letter-spacing: 0;
    line-height: .8em;
    padding-bottom: 1.2em;
    text-transform: none;
}

.footerBottom {
    display: block;
    margin: 0 auto;
    max-width: 33em;
    padding: 3.3em 0;
    position: relative;
    text-align: center;
}

.footerWrap .formMod {
    margin-right: 0;
    text-align: center;
}

.footerWrap .footerMain .formMod {
    text-align: left;
}

.footerMain .inline .defaultInput {
    background: #292928;
    border-color: transparent;
    color: #8c8c89;
    width: 65%;
}

.footerMain .inline.textEntered .defaultInput,
.footerMain .inline.inputFocused .defaultInput {
    color: #fff;
}

.footerWrap .footerMain .formMod .defaultCTA {
    background: #424240;
    max-width: 32%;
}

    .footerWrap .footerMain .formMod .defaultCTA:hover,
    .footerWrap .footerMain .formMod .defaultCTA:focus {
        background: #ed831f;
    }

.socialWrap {
    display: block;
    font-size: 0;
    height: auto;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: auto;
}

.socialLink, .shareLink {
    display: inline-block;
    font-size: 20px;
    height: 2em;
    overflow: hidden;
    padding: .25em .25em 0 .25em;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 2.1em;
    vertical-align: middle;
}

    .socialLink.fb {
        background: url(/images/fb.png) no-repeat center -43px;
        background-size: 1.6em auto;
    }



        .socialLink.fb:hover,
        .socialLink.fb:focus {
            background-position: center 0;
        }

    .socialLink.tw {
        background: url(/images/tw.png) no-repeat center -43px;
        background-size: 1.6em auto;
    }

        .socialLink.tw:hover,
        .socialLink.tw:focus {
            background-position: center 0;
        }

    .socialLink.li {
        background: url(/images/li.png) no-repeat center -41px;
        background-size: 1.6em auto;
    }

        .socialLink.li:hover,
        .socialLink.li:focus {
            background-position: center 0;
        }

    .socialLink.pn {
        background: url(/images/pin.png) no-repeat center -41px;
        background-size: 1.6em auto;
    }

        .socialLink.pn:hover,
        .socialLink.pn:focus {
            background-position: center 0;
        }

    .socialLink.in {
        background: url(/images/inst.png) no-repeat center -41px;
        background-size: 1.6em auto;
    }

        .socialLink.in:hover,
        .socialLink.in:focus {
            background-position: center 0;
        }

.contactLine,
.copyLine {
    display: block;
    font-size: 0;
    padding-top: .5rem;
    position: relative;
    text-align: center;
}


    .contactLine p,
    .copyLine a,
    .copyLine p {
        color: #9c9c99;
        display: inline-block;
        font-size: .85rem;
        position: relative;
        vertical-align: middle;
    }

        .contactLine p:nth-child(2) {
            padding: 0 1.5em;
        }

    .copyLine a,
    .copyLine p {
        font-size: .6rem;
        line-height: 1.2em;
        padding: 0 1em;
        text-decoration: none;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        transition: all .25s ease;
    }

        .copyLine a:hover,
        .copyLine a:focus {
            color: #fff;
        }
/*------- HOME -------*/
.homeHeroSlider {
    background: #000;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.hero .center {
    height: 100%;
}

.hero.aboutHero .center {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.homePage .heroContent {
    max-width: 34em;
    -webkit-transform: translateY(-33%);
    -moz-transform: translateY(-33%);
    transform: translateY(-33%);
    z-index: 20;
}
.section#catenary-guide {
    background: #f6f6f6;
    padding: 2.6rem 0 2.2rem 0;
}
.section#designer-feature .inner {
    padding: 7.9em 0 2.1em 0;
}

.inlineContent {
    display: inline-block;
    position: relative;
    width: 30%;
    vertical-align: top;
}
#catenary-guide .sectionImage {
    display: inline-block;
    margin-left: -.6rem;
    margin-right: 5.2%;
    position: relative;
    vertical-align: middle;
    width:45.5%;
}
    #catenary-guide .sectionImage img {
        display: block;
        height: auto;
        position: relative;
        width: 100%;
    }
    #catenary-guide .inlineContent {
        margin-top: -1.5rem;
        vertical-align: middle;
        width: 49%;
    }
#catenary-guide .center .h2style {
    max-width: 12em;
}

.designFeatureImage {
    display: inline-block;
    padding: 52% 0 0 0;
    position: relative;
    width: 69%;
    vertical-align: top;
    pointer-events: none;
}

    .designFeatureImage img {
        position: absolute;
        display: block;
        left: auto;
        height: 100%;
        right: -20%;
        top: -4.7em;
    }

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

#news-page .newsWrap {
    text-align: left;
}

.newsLink {
    border: none;
    color: #474445;
    display: inline-block;
    font-size: 1rem;
    margin: 1.6em .2% 0 0;
    position: relative;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
    width: 33.2%;
}

    .newsLink:nth-child(3n+3) {
        margin-right: 0;
    }

    .newsLink .imageWrap {
        background: #8a8a87;
        display: block;
        overflow: hidden;
        padding: 68% 0 0 0;
        position: relative;
        width: 100%;
    }

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

    .newsLink .linkTitle {
        display: block;
        font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
        font-size: 1.6em;
        line-height: 1.34em;
        padding: .2em 1em 1em 0;
        position: relative;
    }

.newsLinkArrow {
    background: url(/images/ro-arrow.png) no-repeat center;
    background-size: 100% auto;
    display: inline-block;
    height: .7rem;
    line-height: inherit;
    margin: 0 0 0 1.2rem;
    position: relative;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    vertical-align: middle;
    width: 1rem;
}

.newsLink:hover .newsLinkArrow,
.newsLink:focus .newsLinkArrow {
    margin: 0 0 0 1.7rem;
}
/*------- PRODUCTS -------*/
.heroDetailWrap {
    background: #f6f6f6;
    display: inline-block;
    font-size: 20px;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 19.7rem;
    vertical-align: top;
    z-index: 50;
}

    .heroDetailWrap .inner {
        max-height: 100%;
        padding: 6.4em 5.3em 2em 5.5em;
        position: relative;
    }

    .heroDetailWrap p {
        font-size: .7em;
        font-weight: 300;
        line-height: 1.6em;
    }

p.smallHeader,
h1.smallHeader {
    font-family: "Simian", 'Trebuchet MS', 'Segoe UI', sans-serif;
    font-size: 1.2em;
    letter-spacing: .035em;
    line-height: 1.2em;
    padding-bottom: 0;
    text-transform: uppercase;
}

.heroDetailWrap h1.smallHeader {
    margin-bottom: .25rem;
}

.pageLinksWrap {
    display: block;
    position: relative;
    padding: 0 0 .5em 0;
}

.pageLink, .downloadLink, .newsSideLink {
    display: block;
    color: #514c4d;
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    font-size: .75em;
    line-height: 1.5em;
    padding: .1em 1.4em 1em 1.6em;
    position: relative;
    text-decoration: none;
}

.pageLink {
    line-height: 2.1em;
}

.newsSideLink {
    line-height: 1.7em;
    margin-left: -1.6em;
    max-width: 100%;
    padding-bottom: 1em;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

    .newsSideLink:hover,
    .newsSideLink:focus {
        margin-left: 0;
    }

    .newsSideLink span {
        display: block;
        font-family: "Simian", 'Trebuchet MS', 'Segoe UI', sans-serif;
        color: #9c9c99;
        text-transform: uppercase;
    }

.pageLink .icon,
.event-pdf .icon,
.event-detail .icon{
    background: url(/images/page-icons.png) no-repeat 0 0;
    background-size: 100% auto;
    bottom: 0;
    display: block;
    height: 1.2em;
    left: .15em;
    line-height: inherit;
    position: absolute;
    top: .65em;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    width: 1em;
}
.event-pdf .icon,
.event-detail .icon {
    background: url(/images/page-icons-w-update.png) no-repeat 0 0;
    background-size: 100% auto;
    top:1.45em;
}
.event-detail .icon {
    background-position: 0 -80px;
    height: 1.1em;
    width: .9em;
}

.pageLink:hover .icon,
.pageLink:focus .icon,
.event-pdf:hover .icon,
.event-pdf:focus .icon,
.event-detail:hover .icon,
.event-detail:focus .icon {
    background: url(/images/page-icons-o-update.png) no-repeat 0 0;
    background-size: 100% auto;
}
.event-detail:hover .icon, 
.event-detail:focus .icon {
    background-position: 0 -80px;
}

.pageLink .icon.iSpec,
.event-pdf .icon.iSpec {
    background-position: 0 0;
}

.pageLink .icon.iDesign,
.pageLink:hover .icon.iDesign,
.pageLink:focus .icon.iDesign {
    background-position: 0 -32px;
}

.stickyNavWrap .pageLink .icon.iDesign,
.stickyNavWrap .pageLink:hover .icon.iDesign,
.stickyNavWrap .pageLink:focus .icon.iDesign {
    background-position: 0 -34px;
}

.pageLink .icon.iGallery,
.pageLink:hover .icon.iGallery,
.pageLink:focus .icon.iGallery {
    background-position: 0 -64px;
}

.stickyNavWrap .pageLink .icon.iGallery,
.stickyNavWrap .pageLink:hover .icon.iGallery,
.stickyNavWrap .pageLink:focus .icon.iGallery {
    background-position: 0 -67px;
}


.prodImageWrap {
    bottom: 0;
    display: block;
    position: relative;
    left: 0;
    height: auto;
    margin: auto;
    max-height: 75%;
    min-height: 32rem;
    right: 0;
    width: 6rem;
}

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

/*.imgDetail {
    background: #f6f6f6;
    border: 1px solid #ededed;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    bottom: 2.2em;
    display: block;
    min-width: 6em;
    padding: .5em 1.5em;
    position: absolute;
    right: 0;
    text-align: right;
    width: auto;
}*/
.imgDetail {
    bottom: 1.3em;
    display: block;
    font-size: 20px;
    left: 0;
    min-width: 6em;
    padding: .5em 2.6em;
    position: absolute;
    width: auto;
    z-index: 20;
}

    .imgDetail p {
        color: #fff;
        font-family: "Simian", 'Trebuchet MS', 'Segoe UI', sans-serif;
        font-size: .75em;
        line-height: 1.267em;
        letter-spacing: .035em;
        text-transform: uppercase;
    }

        .imgDetail p.miniHeader {
            font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
            font-size: .6em;
            line-height: 1.7em;
            text-transform: none;
        }

.productHero.hero {
    font-size: 0;
    padding-left: 19.7rem;
}

.productHero .heroImage {
    /*display: inline-block;*/
    /*padding-top: 63%;*/
    vertical-align: top;
}

.heroVideo {
    bottom: -100em;
	display: block;
	height: 100%;
	left: -100em;
    margin: auto;
    min-height: 178vw;
    min-width: 178vh;
	object-fit: cover;
	position: absolute;
    right: -100em;
	top: -100em;
	width: 100%;
}

.section {
    background: #fff;
    display: block;
    position: relative;
    width: 100%;
}

    .section#gallery {
        overflow: hidden;
    }

.noHero .section:first-child {
    padding-top: 6.7rem;
}

.noHero .section.htmlSection:first-child {
    padding-top: 4.7rem;
}

.section.dark {
    background: #171717 url(/images/3dbkg.png) repeat 0 0;
    background-size: 231px auto;
}

    .section.dark.browserHeight {
        max-height: 49.2rem;
        min-height: 49rem;
    }


.section.htmlSection {
    padding: 2.5rem 0 0 0;
}

.htmlSection p, .cke_editable p {
    display: block;
    font-weight: 300;
    line-height: 1.45em;
    max-width: 100%;
    padding-bottom: 1rem;
}

    .htmlSection p.h2style, .cke_editable p.h2style {
        font-size: 2.9rem;
        line-height: 1em;
        padding: 1.2rem 0 .5rem 0;
    }

    .htmlSection p.h3style, .cke_editable p.h3style {
        font-size: 1.9rem;
        padding: 1rem 0 .5rem 0;
    }

    .htmlSection p a,
    .cke_editable p a,
    .htmlSection p a.defaultCTA.transparent,
    .cke_editable p a.defaultCTA.transparent {
        color: #514c4d;
    }

        .htmlSection p a.defaultCTA,
        .cke_editable p a.defaultCTA {
            color: #fff;
            margin: 1rem auto;
        }

    .htmlSection p.faqQ,
    p.faqQ,
    .cke_editable p.faqQ {
        font-weight: bold;
        padding-bottom: .5em;
    }

    .htmlSection p.faqA,
    p.faqA,
    .cke_editable p.faqA {
        margin-left: 1rem;
        padding-bottom: 2em;
    }

    .htmlSection p img,
    .htmlSection img {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

        .htmlSection p img[style*="left"],
        .htmlSection img[style*="left"] {
            margin: .5em 1em .5em 0;
        }

        .htmlSection p img[style*="right"],
        .htmlSection img[style*="right"] {
            margin: .5em 0 .5em 1em;
        }

    .htmlSection p iframe,
    .cke_editable p iframe {
        display: block !important;
        height: 600px !important;
        margin: 0 auto 1em auto;
        width: 100% !important;
    }

    .htmlSection p.header {
        line-height: 1.25em;
    }

        .htmlSection p.header.deco::before, .htmlSection p.header:before {
            bottom: .7rem;
            top: auto;
        }

.htmlSection ul,
.htmlSection ol,
ul, ol {
    font-size: 20px;
    list-style-type: none;
    padding: 0 0 0 2.6em;
    position: relative;
}

    .htmlSection ul li,
    .htmlSection ol li,
    ul li,
    ol li {
        color: #333;
        font-family: "Proxima Nova",Tahoma,Arial,sans-serif;
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.2em;
        max-width: 80%;
        padding: .15em 0 .35em 0;
        position: relative;
    }

        ul li a,
        ol li a {
            color: #333;
        }

        ul li::before, ul li:before {
            content: '';
            display: block;
            width: 8px;
            height: 3px;
            background: #ed831f;
            top: .7em;
            left: -1.2em;
            position: absolute;
        }

.model {
    cursor: url('/images/scroll-cursor.png'), auto;
    display: block;
    height: 100%;
    left: 11rem;
    margin: auto;
    min-height: 10rem;
    position: absolute;
    width: 60%;
    z-index: 300;
}

.dark .model {
    cursor: url('/images/scroll-cursor-w.png'), auto;
}

.modelHelp {
    background: #fff;
    background: rgba(255,255,255,.7);
    border-radius: 1.6rem;
    bottom: 3rem;
    color: #474445;
    display: inline-block;
    font-size: .8rem;
    line-height: 1.2em;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 200px;
    padding: .6rem 1.6rem;
    position: absolute;
    text-align: right;
}

    .modelHelp::before,
    .modelHelp:before {
        content: '';
        position: absolute;
        display: block;
        width: 1.2rem;
        height: 1.2rem;
        background: url(/images/scroll-feat-dark.png) no-repeat left center;
        background-size: 100% auto;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 1.6rem;
    }

.dark::before,
.dark:before {
    background: url(/images/dark-radial.png) no-repeat center;
    background-size: auto 100%;
    bottom: -999px;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    top: -999px;
    width: 70%;
}

.model:focus {
    outline: none;
}

.section#designer .inner,
.section#designer .center {
    pointer-events: none;
}


.largeImage {
    background: #8a8a8a;
    display: block;
    height: 0;
    margin: 0 auto;
    margin-bottom: .2%;
    overflow: hidden;
    padding: 52% 0 0 0;
    position: relative;
    /*-webkit-transform: scale(1.29);
    -moz-transform: scale(1.29);
    transform: scale(1.29);*/
    width: 100%;
    /*width: 73.5rem;*/
}

    .largeImage img {
        bottom: -999px;
        display: block;
        height: auto;
        left: -999px;
        margin: auto;
        min-height: 100%;
        /*min-width: 100%;*/
        position: absolute;
        right: -999px;
        top: -999px;
        /*-webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);*/
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        transition: all .25s ease;
        width: 100%;
    }

    .largeImage:hover img,
    .largeImage:focus img {
        transform: scale(1.05);
    }

    .largeImage.portrait img {
        height: 100%;
        width: auto;
    }

.playButton {
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    height: 5.7rem;
    left: 50%;
    position: absolute;
    text-decoration: none;
    top: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    width: 5.7rem;
}

.video .playButton {
    height: 3.7rem;
    opacity: 0;
    top: 40%;
    width: 3.7rem;
}

.video:hover .playButton,
.video:focus .playButton {
    opacity: 1;
}

.playButton::before,
.playButton:before {
    background: #fff;
    border-radius: 50%;
    bottom: 0;
    color: #000;
    content: '\f04b';
    font-family: FontAwesome;
    font-size: 1rem;
    left: 0;
    height: 3.75rem;
    margin: auto;
    padding: 1.375rem 1.675rem;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    width: 3.75rem;
}

.video .playButton::before,
.video .playButton:before {
    height: 2.4rem;
    font-size: .9rem;
    padding: .69em 1.08em;
    width: 2.4rem;
}
/*.largeImage:hover .playButton,
.largeImage:focus .playButton {
    height: 5.2rem;
    width: 5.2rem;
}*/
/*.largeImage:hover .playButton::before,
    .largeImage:focus .playButton::before,
    .largeImage:hover .playButton:before,
    .largeImage:focus .playButton:before {
        height: 3.55rem;
        padding: 1.175rem 1.575rem;
        width: 3.55rem;
    }*/
.galleryWrap {
    display: block;
    font-size: 0;
    margin: 0 auto;
    max-width: 73.75rem;
    /*max-width: 100%;*/
    margin: 0 auto;
    /*min-height: 22rem;*/
    position: relative;
    width: 100%;
}
/*#education-gallery .galleryWrap {
    min-height: 5rem;
}*/
#gallery .galleryWrap {
    max-width: 83.75rem;
    margin-top: 3rem;
}

.galleryWrapInner, .videoWrapInner {
    margin-left: .2%;
}

.videoWrapInner {
    font-size: 0;
    height: auto;
}

.grid-sizer {
    width: 20%;
}

.prodsWrapInner .grid-sizer {
    width: 19.9%;
}

.gutter-sizer {
    width: .1%;
}

.galleryWrapInner .gutter-sizer {
    width: .2%;
}

.videoWrapInner .gutter-sizer {
    width: .5%;
}

.galleryItem {
    background: #c0c0c0;
    /*border: 2px solid #fff;*/
    display: inline-block;
    float: left;
    font-size: 0;
    height: auto;
    position: relative;
    overflow: hidden;
    width: 39.6%;
}

.fourCol .galleryItem {
    width: 49.8%;
}

.threeCol .galleryItem {
    background: #000;
    float: none;
    overflow: hidden;
    vertical-align: top;
    width: 33%;
}
/*    .threeCol .galleryItem:nth-child(3n+1) {
        margin-left: 0;
    }*/

.galleryWrapInner .grid-sizer,
.galleryItem.galleryItemPortrait {
    width: 19.7%;
}

.fourCol .galleryWrapInner .grid-sizer,
.fourCol .galleryItem.galleryItemPortrait {
    width: 24.8%;
}

.threeCol .videoWrapInner .grid-sizer,
.threeCol .galleryItem.video {
    width: 33%;
}

.galleryItem::before,
.galleryItem:before,
.galleryItem.galleryItemPortrait::before,
.galleryItem.galleryItemPortrait:before {
    content: '';
    display: block;
    height: 0;
    padding-top: 66.67%;
    position: relative;
    width: 100%;
}

.galleryItem.galleryItemPortrait::before,
.galleryItem.galleryItemPortrait:before {
    padding-top: 133.88%;
}

.galleryItem.video::before,
.galleryItem.video:before {
    padding-top: 56.4%;
}

.galleryItem img {
    bottom: -999px;
    display: block;
    height: auto;
    left: -999px;
    margin: auto;
    min-height: 0;
    min-width: 100%;
    position: absolute;
    right: -999px;
    top: -999px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    width: 100%;
}

.videoWrapInner .video:hover img,
.videoWrapInner .video:focus img {
    opacity: .6;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.videoWrapInner .galleryItem .video-title {
    color: #fff;
    display: block;
    font-family: "Proxima Nova",Tahoma,Arial,sans-serif;
    font-size: 1rem;
    left: 0;
    padding: .8rem .8rem 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50;
}

    .videoWrapInner .galleryItem .video-title::before,
    .videoWrapInner .galleryItem .video-title:before {
        background: url(/images/products-overlay.png) no-repeat 0 0;
        background-size: 100% auto;
        content: '';
        display: block;
        height: 100%;
        left: 0;
        min-height: 13rem;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: -1;
    }

.galleryItem.galleryItemPortrait img {
    height: 100%;
    min-width: 100%;
    width: auto;
}

.galleryItem:hover img, .galleryItem:focus img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.section .inner {
    padding: 5.5em 0;
}

    .section .inner.lgBotPad {
        padding-bottom: 11em;
    }

    .section .inner.noTopPad {
        padding-top: 0;
    }

    .section .inner.padding-right {
        max-width: 50rem;
        padding: 2.5em 5em 2.5em 0;
    }

.section.wood .inner.lgBotPad {
    padding: 9.5em 0 1rem 0;
}

.productFeatureContainer {
    position: relative;
    display: inline-block;
    width: 71%;
}

.sidebar {
    display: inline-block;
}

.sidebar,
.productFeature {
    position: relative;
    vertical-align: top;
}

.productFeature {
    margin: 4.7em 0 0 0;
    padding: 0 0 10.7em 8.5em;
    overflow: hidden;
}


.wood .productFeature {
    position: absolute;
    overflow: visible;
    width: 100%;
}

    .wood .productFeature.accoya-wood {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 1;
    }

    .productFeature.default,
    .wood .productFeature.default {
        top: 0;
    }

.scrollmagic-pin-spacer {
    background: #fff;
}

.prodFeatInner {
    color: #fff;
    display: block;
    padding: 9.3rem 0 0 9.6rem;
    position: relative;
    top: 0;
}

.accoya-wood .prodFeatInner {
    padding: 3.3rem 0 1rem 9.3rem;
}

.productFeature.accoya-wood > img {
    border-top-left-radius: 7px;
    display: block;
    height: 118%;
    margin-top: -3rem;
    margin-left: -.3rem;
    object-fit: cover;
    position: absolute;
    width: 123%;
}

.productFeature .h2style {
    padding-bottom: .95em;
}

.prodFeatInner .h2style {
    color: #fff;
    padding-bottom: .6em;
}

.productFeature p {
    font-size: 1.05em;
    font-weight: 700;
    line-height: 1.24em;
    max-width: 60%;
    padding: 0 0 1.1em .75em;
}

.productFeature.default p::before,
.productFeature.default p:before {
    background: #ed831f;
    border-radius: 50%;
    content: '';
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    top: .5em;
    width: 6px;
}


.productFeature .accChart {
    display: block;
    font-size: 0;
    margin-bottom: 1rem;
    max-width: 35rem;
    position: relative;
}

    .productFeature .accChart p {
        color: #fff;
        display: inline-block;
        font-size: .8rem;
        font-weight: 300;
        padding: 0;
        position: relative;
        vertical-align: middle;
    }

    .productFeature .accChart.accoya p {
        font-weight: 700;
    }

.productFeature p.barText {
    background: rgba(0,0,0,.42);
    font-weight: 500;
    margin-right: 1.15rem;
    padding: .7em .95em;
}

.productFeature .accoya p.barText {
    background: #ed831f;
}

.productFeature p.barText.bt79 {
    min-width: 79%;
}

.productFeature p.barText.bt52 {
    min-width: 52%;
}

.productFeature p.barText.bt35 {
    min-width: 32%;
}

.featFooter {
    display: block;
    padding: 8.3rem 0 0 0;
    position: relative;
}

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

        .featFooter .featInfo p {
            color: #fff;
            display: inline-block;
            font-size: .75rem;
            font-weight: 500;
            line-height: 1.2em;
            margin-right: 2.5em;
            position: relative;
            vertical-align: middle;
        }

.featureImage {
    bottom: -2rem;
    display: block;
    opacity: 1;
    position: absolute;
    right: -0.3rem;
    width: 32%;
    /*z-index: -1;*/
}

.wood .featureImage {
    opacity: 0;
}

/*.wood .featureImage {
    display: none;
}*/

.featureImage img {
    position: relative;
    display: block;
    min-width: 100%;
    width: 100%;
    min-height: 100%;
    height: auto;
}

.sidebar {
    border-right: 2px solid #e0e0e0;
    margin: 4.8em 0 0 0;
    max-width: 21.7em;
    padding: 0 1.5em 3em 2.7em;
    width: 28%;
}

    .sidebar.newsSidebar {
        position: absolute;
        border-right: none;
        border-left: 2px solid #e0e0e0;
        right: 0;
        top: 0;
        vertical-align: top;
    }

/*.wood .sidebar {
    position: sticky;
    top: 8rem;
}*/
.wood .sidebar, .productDetail .sidebar {
    position: relative;
    top: 0;
    /*float: left;*/
}

.sidebar .decoLine {
    margin: .4em 0em;
    width: 2em;
}

.dlGroup {
    display: block;
    padding: .4em 0 .7em 0;
    position: relative;
}

    .dlGroup p {
        font-size: .8em;
        font-weight: 500;
        line-height: 1.5em;
    }

.downloadLink::before,
.downloadLink:before {
    background: url(/images/page-icons.png) no-repeat 0 0;
    background-size: 100% auto;
    content: '';
    display: block;
    height: 1.2em;
    left: .15em;
    line-height: inherit;
    top: .4em;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    position: absolute;
    width: .95em;
}

.downloadLink:hover::before,
.downloadLink:hover:before,
.downloadLink:focus::before,
.downloadLink:focus:before {
    background: url(/images/page-icons-o.png) no-repeat 0 0;
    background-size: 100% auto;
}

.section#similar-products .inner {
    padding: 5.5rem 0 8rem 0;
}

.similarProdWrap {
    display: block;
    font-size: 0;
    margin: 2.7rem auto 0 auto;
    max-width: 73rem;
    padding: 0 0 0rem 0;
    position: relative;
    width: 100%;
}

#featured-projects .similarProdWrap {
    max-width: 100%;
    padding-bottom: 4rem;
}

.prodLink,
.educationLink {
    display: inline-block;
    font-size: 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 25%;
    vertical-align: top;
}

    .prodLink.active, .prodLink:hover, .prodLink:focus {
        z-index: 60;
    }

    .prodLink .imageWrap,
    .educationLink .imageWrap {
        background: #000000;
        display: block;
        height: auto;
        left: 0;
        /*min-height: 25.6em;*/
        margin-bottom: .7rem;
        min-height: 0;
        overflow: hidden;
        padding: 140% 0 0 0;
        position: relative;
        right: 0;
        top: 0;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        transition: all .25s ease;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        width: 100%;
    }

    .prodLink.large .imageWrap {
        margin-bottom: 0;
    }

    .prodLink .imageWrap::before,
    .prodLink .imageWrap:before {
        bottom: 0;
        -webkit-box-shadow: 0px 7px 26.1px 2.9px rgba(0, 0, 0, 0.36);
        -moz-box-shadow: 0px 7px 26.1px 2.9px rgba(0, 0, 0, 0.36);
        box-shadow: 0px 7px 26.1px 2.9px rgba(0, 0, 0, 0.36);
        content: '';
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: -1;
    }




    .prodLink .imageWrap img,
    .educationLink .imageWrap img {
        background: #000000;
        bottom: -999px;
        display: block;
        height: 100%;
        left: -999px;
        margin: auto;
        min-height: 100%;
        min-width: 100%;
        opacity: .6;
        position: absolute;
        right: -999px;
        top: -999px;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        transition: all .25s ease;
        width: auto;
    }
    .educationLink:hover .imageWrap img,
    .educationLink:focus .imageWrap img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        transform: scale(1.05);
    }
    .prodLink.active .imageWrap,
    .prodLink:hover .imageWrap,
    .prodLink:focus .imageWrap {
        border-radius: 4px;
        left: -.215em;
        right: -.96em;
        top: -.315em;
        -webkit-transform: scale(1.04, 1.05);
        -moz-transform: scale(1.04, 1.05);
        transform: scale(1.04, 1.05);
        z-index: 25;
    }

    .prodLink.med.active .imageWrap,
    .prodLink.med:hover .imageWrap,
    .prodLink.med:focus .imageWrap {
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }

    .prodLink.active .imageWrap img,
    .prodLink:hover .imageWrap img,
    .prodLink:focus .imageWrap img {
        opacity: 1;
    }



    .prodLink .prodTitle {
        color: #413d3e;
        display: block;
        font-family: "Simian", 'Trebuchet MS', 'Segoe UI', sans-serif;
        font-size: 1em;
        letter-spacing: .035em;
        line-height: 1.2em;
        position: relative;
        text-transform: uppercase;
    }

    .prodLink .prodDesc {
        color: #413d3e;
        display: block;
        font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
        font-size: .65em;
        line-height: 1.38em;
        max-width: 13em;
        margin: 0 auto;
        padding-top: .2em;
        position: relative;
    }

    .prodLink.large .featureImageDetail {
        display: block;
        left: 0;
        padding: 1.7rem 2.25rem 6rem 2.25rem;
        position: absolute;
        text-align: left;
        top: 0;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        transition: all .25s ease;
        width: 100%;
        z-index: 50;
    }

    .prodLink.large:hover .featureImageDetail,
    .prodLink.large:focus .featureImageDetail {
        left: .385em;
        padding-top: 2.715rem;
        right: 0;
        top: -1em;
        -webkit-transform: scaleX(1.04);
        -moz-transform: scaleX(1.04);
        transform: scaleX(1.04);
    }

    .prodLink.large .featureImageDetail::before,
    .prodLink.large .featureImageDetail:before,
    .prodLink.med .featureImageDetail::before,
    .prodLink.med .featureImageDetail:before {
        content: '';
        background: url(/images/products-overlay.png) no-repeat 0 0;
        background-size: 100% auto;
        bottom: 0;
        display: block;
        left: 0;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .prodLink.med .featureImageDetail::before,
    .prodLink.med .featureImageDetail:before {
        background-size: 100% auto;
    }


    .prodLink.large .featureImageDetail span,
    .prodLink.med .featureImageDetail span {
        color: #fff;
    }

        .prodLink.large .featureImageDetail span.prodDesc {
            margin: 0;
            font-size: .8em;
            line-height: 1.125em;
        }

        .prodLink.large .featureImageDetail span.prodTitle,
        .prodLink.med .featureImageDetail span.prodTitle {
            font-size: 1.5em;
            line-height: 1.2em;
            text-transform: uppercase;
            margin-top: .2em;
        }

        .prodLink.large .featureImageDetail span.hoverText,
        .prodLink.med .featureImageDetail span.hoverText {
            display: block;
            font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
            font-size: .5em;
            letter-spacing: .025em;
            opacity: 0;
            position: relative;
            text-transform: uppercase;
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            transition: all .25s ease;
        }

    .prodLink.large:hover .featureImageDetail span.hoverText,
    .prodLink.large:focus .featureImageDetail span.hoverText,
    .prodLink.med:hover .featureImageDetail span.hoverText,
    .prodLink.med:focus .featureImageDetail span.hoverText {
        opacity: 1;
    }

    .prodLink.large .featureImageDetail span.hoverText .arrow,
    .prodLink.med .featureImageDetail span.hoverText .arrow {
        background: url(/images/arrow-l-w.png) no-repeat center;
        background-size: 100% auto;
        display: inline-block;
        height: .5rem;
        margin-left: .75em;
        position: relative;
        width: .7rem;
        vertical-align: middle;
    }

.tinyHeader {
    display: block;
    padding-top: .2em;
    font-size: 1rem;
    letter-spacing: .015em;
    line-height: 1.2em;
    position: relative;
    text-transform: uppercase;
}

.dark .tinyHeader {
    color: #fff;
}

.designerSidebar {
    display: inline-block;
    margin-top: 3.6rem;
    margin-left: 2.2rem;
    pointer-events: all;
    position: relative;
    vertical-align: top;
    z-index: 310;
}

.toggleSwitch {
    cursor: pointer;
    display: inline-block;
    height: 2.1rem;
    position: relative;
    width: 4.2rem;
}

    .toggleSwitch input {
        height: 0;
        opacity: 0;
        width: 0;
    }

    .toggleSwitch .slider {
        background: #2f2f2f;
        border-radius: 1rem;
        bottom: 0;
        cursor: pointer;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        transition: .4s;
    }

        .toggleSwitch .slider::before, .toggleSwitch .slider:before {
            background: #fff url(/images/night-dark.png) no-repeat center;
            background-size: 1.05rem auto;
            border-radius: 50%;
            bottom: 0;
            content: '';
            height: 1.7rem;
            left: 4px;
            margin: auto;
            position: absolute;
            top: 0;
            -webkit-transition: .45s;
            -moz-transition: .45s;
            transition: .45s;
            width: 1.7rem;
            z-index: 20;
        }

.slideIcon {
    background: url(/images/night-light.png) no-repeat center;
    background-size: 100% auto;
    bottom: 0;
    display: block;
    height: 1.05rem;
    left: .5rem;
    margin: auto;
    position: absolute;
    top: 0;
    -webkit-transition: .45s;
    -moz-transition: .45s;
    transition: .45s;
    width: 1.05rem;
    z-index: 10;
}

    .slideIcon.day {
        background: url(/images/day-light.png) no-repeat center;
        background-size: 100% auto;
        left: auto;
        right: .55rem;
    }
/*input:checked + .slideIcon.day {
    background: url(/images/day-dark.png) no-repeat center;
    background-size: 100% auto;
}
input:checked + .slideIcon.night {
    background: url(/images/night-light.png) no-repeat center;
    background-size: 100% auto;
}*/
input:checked + .slider::before, input:checked + .slider:before {
    background: #fff url(/images/day-dark.png) no-repeat center;
    background-size: 1.05rem auto;
    -webkit-transform: translateX(41px);
    -ms-transform: translateX(41px);
    transform: translateX(41px);
}

.adjBrightWrap {
    display: block;
    height: 18.9rem;
    margin-top: 8.1rem;
    left: -16%;
    position: relative;
    width: 2.6rem;
}

.lightIcon {
    background: url(/images/light-icon.png) no-repeat 0 0;
    background-size: 100% auto;
    display: block;
    height: 1.5rem;
    margin: 0 auto .3rem auto;
    overflow: hidden;
    position: relative;
    width: 1.3rem;
}

.dark .lightIcon {
    background-position: 0 -2.6rem;
}

.brightSlide, input[type='range'], input[name='product-light'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #595959;
    display: block;
    height: 5px;
    /*position: relative;*/
    left: 23px;
    margin: auto;
    outline: none;
    /*overflow: hidden;*/
    position: absolute;
    right: auto;
    top: 36px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: 7.5rem 7.5rem;
    width: 15rem;
}
    /*.brightSlide, input[type='range'] {
    -webkit-appearance: slider-vertical;
    appearance: slider-vertical;
    background: #595959;
    display: block;
    height: 100%;
    max-height: 15rem;
    outline: none;
    position: relative;
    width: 5px;
}*/

    /*.brightSlide, input[type='range'] {
    -webkit-appearance: none;
    position: absolute;
    left: 23px;
    right: auto;
    top: 36px;
    margin: auto;
}*/


    /*input[type='range']::-webkit-slider-container {
        width: 5px;
        background: #595959;
    }*/

    .brightSlide::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        background: #c2c2c2;
        border-radius: 50%;
        /*box-shadow: -100vw 0 0 100vw #c2c2c2;*/
        cursor: pointer;
        height: 12px;
        width: 12px;
    }

    .brightSlide::-moz-range-thumb {
        background: #c2c2c2;
        border-radius: 50%;
        cursor: pointer;
        height: .6rem;
        width: .6rem;
    }

.dark .brightSlide::-webkit-slider-thumb {
    background: #fff;
}

.dark .brightSlide::-moz-range-thumb {
    background: #fff;
}

.designerOptions {
    display: inline-block;
    float: right;
    font-size: 0;
    padding: 0 0 0 .1rem;
    pointer-events: all;
    position: relative;
    right: 0rem;
    top: 2.5rem;
    vertical-align: top;
    width: 22rem;
}

.optionsWrap {
    display: block;
    font-size: 20px;
    padding-top: .9em;
    position: relative;
}

@media screen and (min-width: 1201px) {
    .optionsWrap {
        display: block !important;
    }
}

.optionsHeader, .downloadHeader {
    color: #b9b9b9;
    display: block;
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    font-size: .75rem;
    line-height: 1.6em;
    padding-left: .95em;
    position: relative;
}

    .optionsHeader .bold {
        color: #514c4d;
        font-family: "Simian", 'Trebuchet MS', 'Segoe UI', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }

.dark .optionsHeader .bold {
    color: #fff;
    letter-spacing: .1em;
}

.downloadWrap {
    margin-top: 1.5rem;
}

.downloadHeader {
    color: #514c4d;
    padding-bottom: .3rem;
}

.dark .downloadHeader {
    color: #fff;
}

.optionsInner {
    display: block;
    padding: .5em 0 0 0;
    position: relative;
}

.finishOp {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    color: #fff;
    display: inline-block;
    margin: 0 auto .9em auto;
    padding: 0.4em 0 .6em 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    width: 17.6%;
}

.opColor {
    background: #c2c2c2;
    border: 2px solid #727272;
    border-radius: 50%;
    display: block;
    height: 2.5rem;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    width: 2.5rem;
}

.dark .opColor {
    border: 2px solid #fff;
}

.opImg {
    border-radius: 50%;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

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

.finishOp:hover .opColor,
.finishOp:focus .opColor {
    border-color: #727272;
}

.dark .finishOp:hover .opColor,
.dark .finishOp:hover .opColor,
.dark .finishOp:focus .opColor,
.dark .finishOp:focus .opColor {
    border-color: #fff;
}

.finishOp.active .opColor::before,
.finishOp.active .opColor:before {
    border: 3px solid #ed831f;
    border-radius: 50%;
    bottom: -999px;
    content: '';
    display: block;
    height: 3.2rem;
    left: -999px;
    margin: auto;
    position: absolute;
    right: -999px;
    top: -999px;
    width: 3.2rem;
}

/*.finishOp.active {
    transform: scale(1.3);
}*/

.opName {
    /*bottom: -1.2em;*/
    color: #333;
    display: none;
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    font-size: .6rem;
    left: 0;
    line-height: 1.1em;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 95%;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}

.dark .opName {
    color: #fff;
}

.finishOp:hover .opName,
.finishOp:focus .opName,
.finishOp.active .opName {
    display: block;
}

.finishOp.active .opName {
    font-size: .6rem;
}

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

.prodLink.med, .educationLink.med {
    margin: 0;
    overflow: hidden;
    width: 19.9%;
}

.educationLink.med {
    width: 24.9%;
}
    /*.prodLink.med:nth-child(5n+5) {
        margin-right: 0;
    }*/
    .prodLink.med .imageWrap,
    .educationLink.med .imageWrap {
        padding: 128.1% 0 0 0;
        margin-bottom: 0;
    }
        .educationLink.med .imageWrap {
            font-size: 0;
            line-height: 0;
            padding: 0 0 48px;
        }

    .educationLink.med .imageWrap {
        font-size: 0;
        line-height: 0;
        padding: 90% 0 0 0;
    }

.prodLink.med .imageWrap::before,
.prodLink.med .imageWrap:before {
    display: none;
}

.prodLink.med.active .imageWrap img,
.prodLink.med:hover .imageWrap img,
.prodLink.med:focus .imageWrap img {
    bottom: -999px;
    left: -999px;
    right: -999px;
    top: -999px;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.prodLink.med .featureImageDetail {
    display: block;
    left: 0;
    padding: 1rem 2rem 6rem 2rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50;
}

/*.prodLink.med:hover .featureImageDetail,
    .prodLink.med:focus .featureImageDetail {
        padding-top: 1.615rem;
    }*/

.prodLink.med .prodTitle, .prodLink.med .hoverText {
    text-align: left
}

.downloadFormTemplate {
    display: none;
}

.imlbContent .custom {
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom .contactForm {
    margin: auto;
    width: 100%;
}
/*------- EDUCATION & EVENTS -------*/
#event-reg .pageHeader {
    margin-bottom: 1.6rem;
}
    #event-reg .pageHeader p {
        font-size: .8rem;
    }
    #education .filterBlock {
        max-width: 35.7%;
    }

#education .pageHeader {
    margin-bottom: 2.8rem;
}

.educationWrapInner .grid-sizer {
    width: 24.9%;
}

.orange-bg {
    background: #ed831f;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.education-details {
    display: block;
    left: 0;
    margin: auto;
    padding: 0 2.6rem 0 2.6rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.static .education-details {
    height: 100%;
    padding: 32% 0 0 0;
    text-align: center;
}

.education-details .item-title {
    color: #fff;
    display: block;
    font-size: 1.5rem;
    line-height: 1.2em;
    padding-top: 22%;
    text-align: left;
}

.static .education-details .item-title {
    font-weight: 300;
    margin: 0 auto;
    margin-top: .8em;
    max-width: 50%;
    padding-top: 0;
    text-align: center;
}

.education-details .item-title span {
    display: block;
    position: relative;
}

.education-details .item-title .event-type {
    font-size: .45em;
    letter-spacing: .1em;
    line-height: 1.2em;
    text-transform: uppercase;
}

.education-details .item-title .title {
    font-size: 1em;
    line-height: 1.3em;
}

.play-button {
    background: #fff;
    border-radius: 50%;
    display: block;
    height: 66px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    text-align: center;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
    vertical-align: middle;
    width: 66px;
}

    .play-button::before,
    .play-button:before {
        background: #fff;
        background-size: auto 100%;
        border-radius: 50%;
        bottom: 0;
        color: #ed831f;
        content: '\f04b';
        font-family: 'FontAwesome';
        font-size: 15px;
        display: block;
        height: 66px;
        left: 0;
        margin: auto;
        padding-top: 22px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 66px;
    }

    .play-button .play-ring {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: -9999px;
        left: -9999px;
        right: -9999px;
        bottom: -9999px;
        margin: auto;
        border-radius: 50%;
        border: 2px solid #fff;
        -webkit-animation: ringPulse linear 1s infinite;
        -moz-animation: ringPulse linear 1s infinite;
        -o-animation: ringPulse linear 1s infinite;
        animation: ringPulse linear 1s infinite;
    }

play-ring.ring2 {
    -webkit-animation-name: ringPulse2;
    -moz-animation-name: ringPulse2;
    -o-animation-name: ringPulse2;
    animation-name: ringPulse2;
}

.play-rings.ring3 {
    -webkit-animation-name: ringPulse3;
    -moz-animation-name: ringPulse3;
    -o-animation-name: ringPulse3;
    animation-name: ringPulse3;
}

@-webkit-keyframes ringPulse {
    0% {
        width: 100%;
        height: 100%;
        opacity: 1;
    }

    100% {
        width: 150%;
        height: 150%;
        opacity: .67;
    }
}

@-moz-keyframes ringPulse {
    0% {
        width: 100%;
        height: 100%;
        opacity: 1;
    }

    100% {
        width: 150%;
        height: 150%;
        opacity: .67;
    }
}

@-o-keyframes ringPulse {
    0% {
        width: 100%;
        height: 100%;
        opacity: 1;
    }

    100% {
        width: 150%;
        height: 150%;
        opacity: .67;
    }
}

@keyframes ringPulse {
    0% {
        width: 100%;
        height: 100%;
        opacity: 1;
    }

    100% {
        width: 150%;
        height: 150%;
        opacity: .67;
    }
}

@-webkit-keyframes ringPulse2 {
    0% {
        width: 150%;
        height: 150%;
        opacity: .67;
    }

    100% {
        width: 175%;
        height: 175%;
        opacity: .33;
    }
}

@-moz-keyframes ringPulse2 {
    0% {
        width: 150%;
        height: 150%;
        opacity: .67;
    }

    100% {
        width: 175%;
        height: 175%;
        opacity: .33;
    }
}

@-o-keyframes ringPulse2 {
    0% {
        width: 150%;
        height: 150%;
        opacity: .67;
    }

    100% {
        width: 175%;
        height: 175%;
        opacity: .33;
    }
}

@keyframes ringPulse2 {
    0% {
        width: 150%;
        height: 150%;
        opacity: .67;
    }

    100% {
        width: 175%;
        height: 175%;
        opacity: .33;
    }
}

@-webkit-keyframes ringPulse3 {
    0% {
        width: 175%;
        height: 175%;
        opacity: .33;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@-moz-keyframes ringPulse3 {
    0% {
        width: 175%;
        height: 175%;
        opacity: .33;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@-o-keyframes ringPulse3 {
    0% {
        width: 175%;
        height: 175%;
        opacity: .33;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes ringPulse3 {
    0% {
        width: 175%;
        height: 175%;
        opacity: .33;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.event-date {
    background: #ed831f;
    display: block;
    font-size: 20px;
    left: 2.6rem;
    padding: .3em 1em .5em 1em;
    position: absolute;
    text-align: left;
    top: 0;
}

    .event-date span,
    .event-date p {
        color: #fff;
        display: block;
        font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
        position: relative;
    }

    .event-date .sm-text {
        font-size: .6em;
        letter-spacing: .1em;
        line-height: 1.2em;
        text-transform: uppercase;
    }

    .event-date .date {
        font-size: 1.1em;
        font-weight: 500;
        letter-spacing: .1em;
        line-height: 1.2em;
        text-transform: uppercase;
    }
    .fancyDropdownLabel.defaultCTA {
        border: none;
        color: #fff;
    }
.fancryDropdownLabel.defaultCTA.transparent {
    border: 1px solid #c5c5c5;
    color: #c5c5c5;
}
/*.overlayWrap.eventOverlayWrap {
    left: 0;
    width: 100%;
}*/

.eventOverlayWrap .overlayContent {
    background: #1c1c1c;
    /*min-height: 100% !important;*/
    height: 74%;
    max-height: 35.35rem;
}

.eventOverlayWrap .galleryImageWrapper {
    padding: 2.6rem 3.35rem;
    width: 54%;
}

.eventOverlayWrap .overlayInfoSidebar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 44%;
}

.eventOverlayWrap .largeImageWrap {
    /*background: #1c1c1c;*/
    height: auto;
    max-height: 100%;
    /*padding: 2.6rem 3.35rem;*/
}

    .eventOverlayWrap .largeImageWrap::before,
    .eventOverlayWrap .largeImageWrap:before {
        background: #333;
        padding: 90% 0 0 0;
    }
.eventOverlayWrap .sidebarInner {
    padding-left: 0.4em;
    padding-right: 3.35em;
}
.eventOverlayWrap .event-date {
    left: .4rem;
}

.eventOverlayWrap .event-overlay-content {
    color: #fff;
    display: block;
    padding: 2.5rem 0 0 0;
    position: relative;
}

.event-overlay-content p {
    color: #fff;
}

.eventOverlayWrap .event-type,
.eventOverlayWrap .event-length {
    display: inline-block;
    font-size: .6rem;
    line-height: 1.5em;
    letter-spacing: .1em;
    position: relative;
    text-align: right;
    text-transform: uppercase;
    vertical-align: middle;
}

.eventOverlayWrap .event-length {
    color: #9e9e98;
}
    .eventOverlayWrap .event-title {
        font-size: 1.5rem;
        letter-spacing: .03em;
        line-height: 1.2em;
        padding-top: .1em;

    }
    .eventOverlayWrap .sidebarInner .defaultCTA {
        font-size: .6em;
        font-weight: 600;
        margin: 2.2rem 0 2.1rem 0;
        padding: 1.15em 2.3em 2.25em 2.4em;

    }
        .eventOverlayWrap .sidebarInner .fancyDropdownWrap.withButton {
            display: inline-block;
            padding: 0;
            width: auto;
        }
            .eventOverlayWrap .sidebarInner .fancyDropdownWrap.withButton .defaultCTA {
                min-height:0;
            }
            .eventOverlayWrap .event-desc {
                color: #9e9e98;
                font-size: .7em;
                line-height: 1.95em;
            }
.eventOverlayWrap .event-pdf, 
.eventOverlayWrap .event-detail {
    color: #9e9e98;
    display: block;
    font-size: .7em;
    line-height: 1.2em;
    padding: 1rem .5rem .5rem 1rem;
    position: relative;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    text-decoration: none;
}
.eventOverlayWrap .event-pdf:hover, 
.eventOverlayWrap .event-detail:hover {
    color: #ed831f;
    text-decoration: none;
}
.eventOverlayWrap .shareWrap {
    bottom: 2.65rem;
    padding: 1.2rem 2.05rem .6rem .35rem;
}
.eventOverlayWrap .filterDropdown {
    width: 170%;
}
/*------- GALLERY -------*/
.galleryHeader, .pageHeader {
    display: block;
    font-size: 0;
    margin-bottom: 3.6rem;
    position: relative;
}

    .pageHeader p.breadcrumbs,
    .pageHeader p.breadcrumbs a {
        color: #9c9c99;
        font-family: "Simian", 'Trebuchet MS', 'Segoe UI', sans-serif;
        font-size: .85rem;
        font-weight: 500;
        letter-spacing: .035em;
        padding: 0 0 .25em 0;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        transition: all .25s ease;
    }

.htmlSection .pageHeader {
    margin-bottom: 1.8rem;
}

.pageHeader p.breadcrumbs a:hover,
.pageHeader p.breadcrumbs a:focus {
    color: #333;
}

.pageHeader .newsDate {
    font-size: .85rem;
    padding: .75rem 0 0 .25rem;
}

.inlineHead {
    display: inline-block;
    max-width: 55%;
    vertical-align: top;
}

.galleryHeader .inlineHead {
    max-width: 5em;
}

#education-gallery .galleryHeader .inlineHead {
    max-width: 12em;
}

.filterBlock {
    display: inline-block;
    float: right;
    font-size: 0;
    margin: -.7rem 0 0 3rem;
    max-width: 25%;
    position: relative;
    vertical-align: top;
    width: 100%;
}

.galleryHeader .filterBlock {
    max-width: 75%;
}

#education-gallery .filterBlock {
    margin-top: 1.4rem;
    max-width: 22.5%;
}

.filterBlockTop {
    display: block;
    position: relative;
}

.filterLabel {
    color: #474445;
    display: block;
    font-family: "Simian", 'Trebuchet MS', 'Segoe UI', sans-serif;
    font-size: .75rem;
    line-height: 1.2em;
    padding: 0 0 .6em 0;
    position: relative;
}

.clearFilter {
    background: #f5f4f5;
    color: #514c4d;
    display: block;
    font-size: .65rem;
    margin-bottom: .5em;
    min-height: 1.7rem;
    padding: .42em 1.88em .42em 2.2em;
    right: 0;
    top: -1.05rem;
    position: absolute;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    z-index: 10;
}

    .clearFilter:hover,
    .clearFilter:focus {
        background: #333;
        color: #fff;
    }

    .clearFilter .clear-x {
        background: url(/images/grey-close.png) no-repeat center;
        background-size: 100% auto;
        bottom: 0;
        display: block;
        height: .4rem;
        left: 1em;
        margin: auto;
        position: absolute;
        top: 0;
        width: .4rem;
    }

    .clearFilter:hover .clear-x,
    .clearFilter:focus .clear-x {
        background: url(/images/white-close.png) no-repeat center;
        background-size: 100% auto;
    }

.filterBlock .formMod, .fdInline {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

    .filterBlock .formMod.inlineFormField30, .fdInline.fdi30 {
        width: 29%
    }

    .fdInline.fdi30 {
        margin-right: 2%;
        width: 30%;
    }

    .fdInline.fdi50 {
        margin-right: 2%;
        width: 49%;
    }

        .fdInline.fdi50.fdiLast {
            margin-right: 0;
        }

    .filterBlock .formMod.inlineFormField36 {
        width: 36%;
    }

.overlayWrap {
    background: #000;
    background: rgba(0,0,0,.88);
    bottom: 0;
    height: 100%;
    left: -100%;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: left .5s;
    -moz-transition: left .5s;
    transition: left .5s;
    width: 0;
    z-index: 700;
}

.overlayOpen .overlayWrap {
    left: 0;
    overflow: auto;
    width: 100%;
}


.overlayContent {
    bottom: 9%;
    display: block;
    font-size: 0;
    height: 82%;
    /*height: auto;*/
    left: 0;
    margin: auto;
    max-height: 39rem;
    max-width: 73rem;
    position: absolute;
    right: 0;
    top: 9%;
    /*-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);*/
    width: 100%;
}
/*.overlayContent::before,
.overlayContent:before {
    content:'';
    display: block;
    padding: 67% 0 0 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;

}*/

.galleryImageWrapper,
.overlayInfoSidebar {
    display: inline-block;
    font-size: 0;
    height: 100%;
    margin: 0 .6rem 0 0;
    position: relative;
    vertical-align: top;
    width: 71%;
}

.largeImageWrap {
    background: #333;
    display: block;
    /*height: 34.75rem;*/
    height: auto;
    max-height: 90%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .largeImageWrap::before,
    .largeImageWrap:before {
        content: '';
        display: block;
        left: 0;
        padding: 67% 0 0 0;
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
    }

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

/*.largeImageWrap.portrait img {
        height: 100%;
        min-width: 0;
        width: auto;
    }*/

.morePhotosWrap {
    background: #0d0d0c;
    display: block;
    font-size: 0;
    height: 4.1rem;
    padding: .6rem 1.15rem;
    position: relative;
    width: 100%;
}

    .morePhotosWrap p {
        color: #fff;
        display: inline-block;
        font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
        font-size: .6rem;
        line-height: 1.4em;
        max-width: 11.5em;
        padding: 0 1.8em 0 0;
        position: relative;
        text-transform: uppercase;
        vertical-align: middle;
    }

.morePhotosSlider {
    display: inline-block;
    height: 100%;
    max-width: 83%;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}

    .morePhotosSlider .sliderInner {
        display: block;
        height: 100%;
        overflow: hidden;
        overflow-x: auto;
        width: 100%;
    }

    .morePhotosSlider .slick-track {
        margin-left: 0;
        margin-right: auto;
    }

.sliderInner::-webkit-scrollbar {
    display: none;
}

.sliderInner {
    -ms-overflow-style: none;
}

.slideGalleryPhoto {
    background: #333;
    display: inline-block;
    height: 100%;
    margin-bottom: .5rem;
    margin-right: 12px;
    opacity: .5;
    overflow: hidden;
    position: relative;
    width: 10%;
}

    .slideGalleryPhoto.active {
        opacity: 1;
    }

        .slideGalleryPhoto.active::before, .slideGalleryPhoto.active:before {
            bottom: 0;
            content: '';
            background: #ed831f;
            height: 3px;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            width: 100%;
            z-index: 2;
        }

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

/*.slideGalleryPhoto.portrait img {
        height: 100%;
        min-width: 0;
        width: auto;
    }*/

.overlayInfoSidebar {
    background: #1c1c1b;
    -webkit-box-shadow: 0px 0px 46.98px 7.02px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 46.98px 7.02px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 46.98px 7.02px rgba(0, 0, 0, 0.5);
    margin: 0;
    overflow: hidden;
    width: 28%;
}

.sidebarInner {
    bottom: 0;
    display: block;
    font-size: 20px;
    height: 100%;
    left: 0;
    padding: 1.6em 2.05em;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

    .sidebarInner p,
    .sidebarInner a {
        font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    }

        .sidebarHeader,
        .sidebarInner p.sidebarHeader {
            color: #fff;
            display: block;
            font-family: "Simian", 'Trebuchet MS', 'Segoe UI', sans-serif;
            font-size: 1.4em;
            letter-spacing: .035em;
            line-height: 1.2em;
            max-width: 97%;
            padding-bottom: .1em;
            position: relative;
            text-transform: uppercase;
        }

    .sidebarInner .defaultCTA {
        border-color: #333331;
        font-size: .5rem;
        padding: 1.65em 2.1em 2.65em 2.1em;
    }

    .sidebarInner .decoLine {
        margin: 1.4em .1em;
    }

.sidebarSubhead {
    color: #9e9e98;
    font-size: .7em;
    line-height: 1.28em;
    max-width: 11.5em;
    padding-bottom: 1em;
}

.overlayScrollSection {
    display: block;
    max-height: 18em;
    overflow: auto;
    position: relative;
}

.projectInfoWrap, .catWrap {
    display: block;
    padding: .7rem 0 0 0;
    position: relative;
}

.projectInfoWrap {
    padding: .5rem 0 0 .7rem;
}

.catWrap {
    padding: .9rem 0 0 0;
}

    .catWrap.env {
        padding: .3rem 0 0 0;
    }

    .projectInfoWrap p, .catWrap p {
        color: #fff;
        display: block;
        font-size: .6em;
        letter-spacing: .1em;
        line-height: 1.4em;
        position: relative;
        text-transform: uppercase;
    }

.projectInfoWrap p {
    padding-bottom: .3rem;
    padding-left: 4.5rem;
}

    .projectInfoWrap p span, .catWrap p.info {
        display: inline-block;
        line-height: inherit;
        position: relative;
        vertical-align: top;
    }

        .projectInfoWrap p span.title {
            left: 0;
            min-width: 7em;
            position: absolute;
            top: 0;
        }

        .projectInfoWrap p span.projInfo {
            color: #9e9e98;
            letter-spacing: normal;
            max-width: 75%;
            text-transform: none;
        }

.catWrap a {
    color: #9e9e98;
    display: block;
    font-size: .7em;
    line-height: 1.8em;
    padding: 0 .78em;
    position: relative;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}

    .catWrap a:hover,
    .catWrap a:focus {
        color: #fff;
    }

.shareWrap {
    bottom: 0;
    display: block;
    font-size: 0;
    height: 4.8rem;
    left: 0;
    margin: auto;
    padding: 0.4rem 2.05rem .9rem 2.05rem;
    position: absolute;
    right: 0;
    text-align: left;
    width: 100%;
}

    .shareWrap p {
        color: #fff;
        font-size: .6rem;
        text-transform: uppercase;
    }

.shareLink {
    background: url(/images/share-links.png);
    background-size: auto 3rem;
    height: 1.25rem;
    margin: .3rem .75rem .5rem 0;
    overflow: hidden;
    padding: 0;
    width: 1.25rem;
}

    .shareLink.em {
        background-position: 0 0;
    }

        .shareLink.em:hover,
        .shareLink.em:focus {
            background-position: 0 -1.75rem;
        }

    .shareLink.fb {
        background-position: -1.9em 0;
    }

        .shareLink.fb:hover,
        .shareLink.fb:focus {
            background-position: -1.9em -1.75rem;
        }

    .shareLink.tw {
        background-position: -3.7em 0;
    }

        .shareLink.tw:hover,
        .shareLink.tw:focus {
            background-position: -3.7em -1.75rem;
        }

    .shareLink.li {
        background-position: -5.5em 0;
    }

        .shareLink.li:hover,
        .shareLink.li:focus {
            background-position: -5.5em -1.75rem;
        }

    .shareLink.pin {
        background-position: -7.3em 0;
    }

        .shareLink.pin:hover,
        .shareLink.pin:focus {
            background-position: -7.3em -1.75rem;
        }

    .shareLink.in {
        background-position: -9.2em 0;
    }

        .shareLink.in:hover,
        .shareLink.in:focus {
            background-position: -9.2em -1.75rem;
        }

.overlayInnerSlider {
    display: block;
    height: 100%;
    margin: 0 auto;
    overflow: auto;
    position: relative;
    width: 100%;
}

.overlayToggle, .morePhotos {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/images/overlay-arrows.png) no-repeat 0 0;
    background-size: auto 2.3em;
    border: none;
    display: block;
    height: 2.3em;
    left: 9%;
    position: absolute;
    top: 47%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    width: 1.3em;
}

.overlayToggle {
    background: none;
    height: 10rem;
    left: 6rem;
    margin: auto;
    opacity: .7;
    width: 2.6rem;
}

    .overlayToggle::before,
    .overlayToggle:before {
        background: url(/images/overlay-arrows.png) no-repeat 0 0;
        background-size: auto 100%;
        bottom: 0;
        content: '';
        display: block;
        height: 2.3em;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        transition: all .25s ease;
        width: 1.3em;
    }

.morePhotos {
    background-size: auto 100%;
}

.overlayToggle.next {
    left: auto;
    right: 6rem;
}

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

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



.morePhotos.next {
    background-position: -20px 0;
    height: 1rem;
    left: auto;
    opacity: .5;
    right: -1.5rem;
    width: .5rem;
}

.slick-prev {
    display: none !important;
    font-size: 0;
    visibility: hidden !important;
}

a.closeOverlay {
    background: url(/images/overlay-close.png) no-repeat center;
    background-size: 1rem auto;
    display: block;
    font-size: 20px;
    height: 1.5em;
    padding: .25em;
    position: absolute;
    right: 1.1em;
    text-decoration: none;
    top: 1em;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    width: 1.5em;
    z-index: 70;
}

    a.closeOverlay:hover,
    a.closeOverlay:focus {
        opacity: .8;
        -webkit-transform: scale(1.25);
        -moz-transform: scale(1.25);
        transform: scale(1.25);
    }
/*------- ABOUT -------*/
.aboutHero video {
    bottom: -9999px;
    display: block;
    height: auto;
    left: -9999px;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    right: -9999px;
    top: -9999px;
    width: 104%;
}

.videoControlWrap {
    bottom: 1.25rem;
    display: block;
    font-size: 0;
    position: absolute;
    right: 1.25rem;
}

.videoControl {
    background: #fff;
    border-radius: 4px;
    color: #333;
    display: inline-block;
    height: 32px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    margin: 6px;
    opacity: .7;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
    vertical-align: middle;
    width: 32px;
    z-index: 100;
}

.videoControlPlayPause::before,
.videoControlPlayPause:before,
.videoControlPlayPause::after,
.videoControlPlayPause:after {
    content: '';
    border-left: 4px solid #333;
    display: block;
    height: 14px;
    left: 50%;
    margin: -7px 0 0 -6px;
    position: absolute;
    top: 50%;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
    width: 4px;
}

.videoControlPlayPause::after,
.videoControlPlayPause:after {
    margin: -7px 0 0 2px;
}

.videoControlPlayPause.play::before,
.videoControlPlayPause.play:before {
    border-top: 7px solid transparent;
    border-left-width: 12px;
    border-right: none;
    border-bottom: 7px solid transparent;
    height: 0;
    margin-left: -4px;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    width: 0;
}

.videoControlPlayPause.play::after,
.videoControlPlayPause.play:after {
    display: none;
}

.section.centered {
    padding: 7.2rem 0 0 0;
}

.centered .sectionInner {
    display: block;
    margin: 0 auto;
    max-width: 51rem;
    padding: 3.5rem 0;
    position: relative;
    width: 100%;
}

    .centered .sectionInner:first-child {
        padding-top: 0;
    }

.centered p {
    display: block;
    font-size: 1.2rem;
    letter-spacing: .01em;
    line-height: 1.45em;
    margin: 0 auto;
    max-width: 90%;
    padding: .8em 0 0 0;
    position: relative;
    text-align: center;
}

.centered .header, .header {
    font-family: "Simian", 'Trebuchet MS', 'Segoe UI', sans-serif;
    font-size: 3rem;
    letter-spacing: .06em;
    line-height: 1.25em;
    max-width: 100%;
    padding: 0;
    text-transform: uppercase;
}

.processWrap {
    display: block;
    font-size: 0;
    margin: 0 auto 7.8rem auto;
    max-width: 80rem;
    padding: 0 .3rem;
    position: relative;
    text-align: center;
}

    .processWrap.resources {
    }

.processBlock {
    border: 1px solid #d4d4cb;
    border-radius: 4px;
    display: inline-block;
    margin-right: 1%;
    max-width: 390px;
    min-height: 20rem;
    position: relative;
    text-decoration: none;
    width: 24.25%;
    vertical-align: top;
}

    .processBlock:last-child {
        margin-right: 0;
    }

    .processBlock.rLink {
        min-height: 7.5rem;
        margin-bottom: 1%;
        width: 24%;
    }

        .processBlock.rLink:nth-child(4n+4) {
            margin-right: 0;
        }

.blockInner {
    display: block;
    font-size: 20px;
    padding: 1.55rem 2.5rem;
    position: relative;
    text-align: left;
    width: 100%;
}

.processBlock.rLink .blockInner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .processBlock.rLink .blockInner span {
        font-weight: 500;
        text-align: center;
    }

.blockInner p, .blockInner span {
    color: #333;
    display: block;
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    font-size: 1.05em;
    line-height: 1.4em;
    margin: 0;
    max-width: 100%;
    padding: 0;
    text-align: left;
    position: relative;
}

    .blockInner p.number {
        color: #a4a4a4;
        font-family: "Simian", 'Trebuchet MS', 'Segoe UI', sans-serif;
        font-size: 1.2em;
        line-height: 1.33em;
    }

    .blockInner p.processTitle, .blockInner span.processTitle {
        font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
        font-size: 1.5em;
        line-height: .94em;
        font-weight: 700;
    }

.processBlock .decoLine {
    margin: .8em .1em 1em .1em;
    width: 1.5em;
}

.processBlock.rLink .decoLine {
    margin: .8em auto 0 auto;
}

.sectionBlocksWrap {
    display: block;
    font-size: 0;
    margin: .8rem auto 0 auto;
    max-width: 46.65rem;
    min-height: 200px;
    position: relative;
    text-align: center;
}

.sectionBlock {
    display: inline-block;
    font-size: 20px;
    line-height: 1.23em;
    padding: 0 2.275rem .8rem 2.275rem;
    position: relative;
    vertical-align: middle;
    width: 33.3%;
}

    .sectionBlock p {
        font-size: 1.05em;
        font-weight: 500;
        letter-spacing: .01em;
        line-height: 1.33em;
        max-width: 100%;
    }

    .sectionBlock .decoLine {
        margin: .8rem auto;
        width: 1.4rem;
    }

.teamWrapper {
    background: #fff;
    display: block;
    font-size: 0;
    padding: 4.3rem 0 4.5rem 0;
    position: relative;
    width: 100%;
}

    .teamWrapper .header {
        margin: 0 auto 2.4rem auto;
        padding: 0 0 1.5rem 0;
        text-align: center;
    }

.teamMember {
    background: #f7f7f7;
    display: inline-block;
    font-size: 20px;
    margin: 0 0 .3% .3%;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 19.76%;
}

    .teamMember:nth-child(5n+1) {
        margin: 0;
    }

    .teamMember::before,
    .teamMember:before {
        content: '';
        display: block;
        height: 0;
        left: 0;
        padding: 123% 0 0 0;
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
    }

    .teamMember .teamContent::after,
    .teamMember .teamContent:after {
        content: '';
        background: #ed831f;
        /*bottom: 1.05rem;*/
        display: block;
        height: 2.9rem;
        left: 0;
        position: absolute;
        /*top: 1.45rem;*/
        top: .35rem;
        width: .2rem;
    }

.teamLink {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin: auto;
    padding: 1.35rem 2rem;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    width: 100%;
}

.teamLink span {
    color: #5b5657;
    display: block;
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    font-size: .7em;
    font-weight: 300;
    line-height: 1.29em;
    position: relative;
    z-index: 10;
}

        .teamLink span.name {
            font-size: 1.05em;
            font-weight: 700;
            line-height: 1.1em;
        }

        .teamLink span.email {
            padding-top: .3em;
        }

.teamLink span.emailIcon {
    background: #ed831f url(/images/email-icon.png) no-repeat center;
    background-size: 100% auto;
    border-radius: 50%;
    bottom: .7rem;
    right: 1.6rem;
    /*bottom: 1.5rem;
    right: 1.3rem;*/
    display: block;
    height: 2.2rem;
    position: absolute;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    width: 2.2rem;
}

    .teamLink:hover span.emailIcon,
    .teamLink:focus span.emailIcon {
        -webkit-transform: scale(1.25);
        -moz-transform: scale(1.25);
        transform: scale(1.25);
    }


.teamLink img {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin: auto;
    /*max-height: 82%;*/
    max-height: 100%;
    min-width: 100%;
    position: absolute;
    right: 0;
    width: auto;
}

#our-community p {
    max-width: 60%;
}

    #our-community p.header {
        max-width: 90%;
    }

.communityPhotoWrap {
    display: block;
    margin: 2.6rem auto 0 auto;
    position: relative;
}

.charityWrap {
    display: block;
    font-size: 0;
    height: auto;
    margin: 0 auto;
    max-width: 42.6rem;
    padding-bottom: 4.4rem;
    position: relative;
    text-align: center;
    width: 100%;
}

    .charityWrap p.medHeader, #our-community .charityWrap p.medHeader {
        font-weight: 700;
        max-width: 100%;
        padding-top: 2.3rem;
        margin-bottom: 1.6rem;
    }

.communityLink {
    display: inline-block;
    height: 6rem;
    padding: 0 .75rem;
    position: relative;
    vertical-align: middle;
    width: 20%;
}

    .communityLink img {
        bottom: 0;
        display: block;
        height: auto;
        left: 0;
        margin: auto;
        min-height: 2rem;
        min-width: 3rem;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
    }

.privacy-table {
    border: 1px solid #333;
    margin: 1em 1em 1em 0;
    max-width: 720px;
}

    .privacy-table th, .privacy-table td {
        border: 1px solid #3d3d3d;
        vertical-align: top;
    }

        .privacy-table th p, .privacy-table td p {
            font-size: .9em;
            padding: .5em;
            line-height: 1.2;
            text-align: left;
        }

        .privacy-table th p, .privacy-table td:first-child p {
            font-weight: 700;
        }


/*------- CONTACT -------*/
.contactInlineBlock {
    display: inline-block;
    margin-right: 2%;
    width: 26%;
    position: relative;
    vertical-align: top;
}

    .contactInlineBlock .contactLine {
        display: block;
        position: relative;
        text-align: left;
    }

        .contactInlineBlock .contactLine p {
            display: inline-block;
            color: #9c9c99;
            font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
            font-weight: 500;
            text-transform: none;
            padding: 0 0 .5em 0;
            position: relative;
            vertical-align: top;
        }

            .contactInlineBlock .contactLine p:first-child {
                color: #333;
                font-family: "Simian", 'Trebuchet MS', 'Segoe UI', sans-serif;
                font-weight: 700;
                text-transform: uppercase;
                width: 5em;
            }
        #event-reg .contactInlineBlock .contactLine p:first-child {
            width: 7em;
        }


        .contactInlineBlock .contactLine p a, .contactInlineBlock .contactLine .simpleCTA {
            display: inline-block;
            margin: 0;
            padding: 0 0 .4em 0;
            vertical-align: top;
        }
        #event-reg .contactInlineBlock .defaultCTA {
            border: 1px solid #d4d4cb;
            color: #fff;
            font-size: .8em;
            width: 70%;
        }
            #event-reg .contactInlineBlock .defaultCTA.transparent {
                color: #474445;
            }
            #event-reg .contactInlineBlock .defaultCTA:hover {
                color: #fff;
            }
            .contactForm {
                display: block;
                margin: 4rem 0 2rem 0;
                max-width: 40rem;
                position: relative;
            }

    .contactForm .defaultSelect {
        background-color: #efefef;
        border: none;
    }

    .contactForm .inputFocused .defaultSelect,
    .contactForm .textEntered .defaultSelect {
        background-color: #fff;
        border: 1px solid #c5c5c5;
    }

/* --------- FIND A REP -------------*/
.section.mapSection {
    height: calc(100vh - 5.7em);
    min-height: 40em;
    overflow: hidden;
    padding: 0;
    /*top: 6.7rem;*/
}

.mobileToggleWrap {
    position: relative;
    display: none;
    width: 100%;
}

.mapSection #list {
    background: #fff;
    -webkit-box-shadow: 4px 0 8.6px 1.4px rgba(0,0,0,.21);
    -moz-box-shadow: 4px 0 8.6px 1.4px rgba(0,0,0,.21);
    box-shadow: 4px 0 8.6px 1.4px rgba(0,0,0,.21);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 25.7rem;
    z-index: 20;
    -webkit-overflow-scrolling: touch
}

#list.itemSelected .location {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}

    #list.itemSelected .location.selectedItem {
        -webkit-filter: none;
        -moz-filter: none;
        -o-filter: none;
        -ms-filter: none;
        filter: none
    }

.mapListItem {
    position: relative;
}

.miniSearchWrap {
    display: block;
    margin: 2.2rem 0 0 0;
    max-width: 21.5rem;
    position: relative;
    width: 100%;
}

.mapSection .miniSearchWrap {
    border-bottom: 1px solid #dcdcdc;
    margin: 0 auto;
    max-width: 100%;
    padding: 1.3em 2.4em 1.3em 2em;
}

.miniSearchWrap p {
    font-size: 1.4rem;
    line-height: 1.2em;
}

.miniSearchWrap .subHead {
    display: none;
    visibility: hidden;
}

.mapSection .miniSearchWrap p.header {
    display: inline-block;
    font-size: 1.1em;
    line-height: 1.09em;
    margin-bottom: .5rem;
    max-width: 6.2rem;
    vertical-align: middle;
    visibility: visible;
}

.mapSection .miniSearchWrap .formWrap {
    display: inline-block;
    margin-top: 0;
    max-width: 21.5rem;
    vertical-align: middle;
}

.mapSection .miniSearchWrap .formMod {
    margin: 0;
}

.mapSection .miniSearchWrap .inline .defaultSelect {
    width: 95%;
}

.mapSection .miniSearchWrap .formWrap .inlineButton {
    font-size: .55rem;
    height: 2.65em;
    max-width: 30%;
    padding: 1.85em 1.8em 2.95em 1.8em;
    top: 0;
    width: auto;
}

.ziperror, .mapSection .ziperror {
    display: none;
    position: absolute;
    font-size: .8rem;
    color: #ba0000;
}

.mapListItemlocations {
    position: relative;
    height: 85%;
    max-height: 680px;
    /*padding-top: 6.3rem;*/
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.errorMessage {
    color: #ef7068;
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    font-size: .8rem;
    font-weight: 500;
    padding: 1rem 1.8rem 0 1.8rem;
}

.mapListItem.location {
    border-bottom: 1px solid #dcdcdc;
    display: block;
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    padding: 1.3em 2.4em 1.4em 1.7em;
    position: relative;
    width: 100%;
}

.mapListItem .inner {
    padding: 0;
}

.mapListItem.location a {
    color: #333;
    text-decoration: none;
}

    .mapListItem.location a.mapLink {
        border-left: 6px solid #fff;
        bottom: 0;
        cursor: pointer;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        transition: all .25s ease;
        width: 100%;
    }

        .mapListItem.location a.mapLink:hover,
        .mapListItem.location a.mapLink:focus {
            border-color: #ed831f;
        }

    .mapListItem.location a.simpleCTA {
        margin-bottom: 0;
        pointer-events: all;
        z-index: 50;
    }

.mapListItem.location p {
    pointer-events: none;
}

.mapListItem.location .name {
    font-family: "Simian", 'Trebuchet MS', 'Segoe UI', sans-serif;
    font-size: 1.2em;
    font-weight: 900;
    letter-spacing: .035em;
    line-height: 1.4em;
    text-transform: uppercase;
}

.mapListItem .distance {
    position: absolute;
    display: block;
    right: 3.1em;
    bottom: 2.1em;
    font-size: .8em;
    line-height: 1.35em;
}

#divMap {
    position: absolute;
    top: 0;
    right: 0;
    left: 25.7em;
    bottom: 0;
    z-index: 1;
    min-height: 100%;
}

.mapPopUp {
    position: absolute;
    display: none;
    min-width: 13.3rem;
    width: auto;
    font-size: 0;
    background: #fff;
    -webkit-box-shadow: 1.816px 3.564px 8.6px 1.4px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 1.816px 3.564px 8.6px 1.4px rgba(0, 0, 0, 0.21);
    box-shadow: 1.816px 3.564px 8.6px 1.4px rgba(0, 0, 0, 0.21);
    border-radius: 4px;
    top: 26%;
    left: 46%;
    z-index: 50;
}

    .mapPopUp.coursePopup::before, .mapPopUp.coursePopup:before {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        right: -15px;
        top: 43%;
        border-left: 17px solid #fff;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
    }

    .mapPopUp .popUpPadding {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        padding: 1.7rem 1.1rem 1.7rem 1.4rem;
    }

    .mapPopUp .closePopup {
        position: absolute;
        display: block;
        top: .6rem;
        right: .9rem;
        width: .6rem;
        height: .6rem;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        transition: all .25s ease;
        cursor: pointer;
        z-index: 300;
        text-decoration: none;
        background: url(/images/map-close.png) no-repeat center;
        background-size: 100% auto;
    }

    .mapPopUp p, .mapPopUp a {
        display: block;
        max-width: 100%;
        font-size: .9rem;
        line-height: 1.44;
        color: #282828;
        font-weight: 500;
    }

        .mapPopUp p.locationText.marg {
            margin-top: .4em;
        }

        .mapPopUp a.inlineLink {
            display: inline-block;
            font-size: .8rem;
            line-height: 1.5em;
            font-weight: 900;
            margin-top: .5rem;
        }

    .mapPopUp .courseType {
        line-height: 1.64em;
    }

    .mapPopUp .coursePrice {
        display: inline-block;
        font-weight: 900;
        float: right;
        vertical-align: middle;
    }

    .mapPopUp .location {
        font-size: 1.5rem;
        line-height: .967em;
        font-weight: 900;
    }

    .mapPopUp::after, .mapPopUp:after {
        content: '';
        position: absolute;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        border-right: 18px solid #fff;
        margin-top: -54px;
        margin-left: 14px;
    }

.mapSection .mapPopUp::after, .mapSection .mapPopUp:after {
    margin-left: 23px;
}

.mapPopUp.coursePopup::after, .mapPopUp.coursePopup:after {
    display: none;
}

.mapPopUp .popup-anchor {
    position: absolute;
}

.popup-anchor {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 63%;
}

.mapPopUp .popup-content {
    min-width: 290px;
    position: absolute;
    padding: 1.425rem 1.875rem;
    background: #fff;
    box-shadow: 0px 19px 29.12px 2.88px rgba(25, 25, 26, 0.33);
    top: -102px;
    left: 2rem;
}

.popup-content {
    position: absolute;
    display: block;
    min-width: 0;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    box-shadow: none;
    border: 1px solid #dbdbdb;
}

.mapPopUp .popup-anchor .close {
    position: absolute;
    display: block;
    top: 1rem;
    right: 1rem;
    width: 1rem;
    height: 1rem;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    cursor: pointer;
    z-index: 300;
}

    .mapPopUp .popup-anchor .close img {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        opacity: .45;
    }

    .mapPopUp .popup-anchor .close:hover img, .mapPopUp .popup-anchor .close:focus img {
        opacity: 1;
    }


/*.mapPopUp p, .mapPopUp a {
    position: relative;
    display: block;
    padding-bottom: .5em;
    width: 100%;
    font-size: 1rem;
    line-height: 1.25em;
    font-weight: 300;
}*/

/*.mapPopUp.list p, .mapPopUp.list a {
        font-size: 1.125rem;
    }*/

.mapPopUp p.locationName {
    font-family: "Simian", 'Trebuchet MS', 'Segoe UI', sans-serif;
    font-size: 1.125rem;
    line-height: 1.2em;
    letter-spacing: .03em;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
}

.mapPopUp p.Phone {
    color: #9c9c99;
}

.mapPopUp p a {
    color: #333;
    display: inline;
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    font-size: 1em;
    padding: .4em 0 .1em 0;
    text-decoration: none;
}

.mapPopUp .getDirections {
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.mapPopUp .fileTransferLink {
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.section-list {
    font-size: 0;
    margin-top: 20px;
    margin-bottom: 80px;
}

.mapPopUp.list {
    position: relative;
    display: inline-block;
    margin-top: 1%;
    margin-right: 1%;
    top: auto;
    left: auto;
    width: 24.25%;
    vertical-align: top;
}

    .mapPopUp.list:nth-child(4n+4) {
        margin-right: 0;
    }


.disclaimer a, .disclaimer a.inlineLink {
    text-decoration: none;
    line-height: 1.6em;
}

.newsLink .newsTitle .arrow, .mapPopUp .arrow {
    position: relative;
    display: inline-block;
    margin-left: .9em;
    width: .92em;
    height: .46em;
    background: url(/images/orange-arrow.png) no-repeat 0 0;
    background-size: 100% auto;
    vertical-align: middle;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}


/* --------- NEWS / RESOURCES -------------*/
#news.section .inner {
    padding-top: 2.75rem;
}

#finishes-wrap .sectionInner .defaultCTA {
    margin-top: 1.2rem;
}

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

#finishes-wrap h1.ceco,
#finishes-wrap h1.h1style.deco {
    margin-bottom: 0;
}

.inlineInner {
    border-left: 1px solid #c2c2c2;
    display: inline-block;
    font-size: 20px;
    padding: 4.3rem 0 0 7%;
    position: relative;
    width: 42%;
    vertical-align: top;
}

    .inlineInner.large {
        margin: 0 0 0;
        border: none;
        padding: 4.3rem 4% 0 0;
        width: 57%;
    }

    .inlineInner .h3style {
        padding: 0 0 .2rem 0;
    }

    .inlineInner .optionsWrap {
        padding: 0;
    }

    .inlineInner .optionsHeader {
        font-size: 1.4rem;
        padding: 0;
    }

        .inlineInner .optionsHeader.sub {
            font-size: .85rem;
            color: #9c9c99;
        }

    .inlineInner .finishOp {
        margin: 0 3% 1em 0;
        text-align: left;
        width: 20%;
    }

        .inlineInner .opColor,
        .inlineInner .finishOp:hover .opColor,
        .inlineInner .finishOp:focus .opColor {
            border-color: #c2c2c2;
            border-radius: 4px;
            height: 8rem;
            margin: 0;
            width: 8rem;
        }

    .inlineInner .opImg {
        border-radius: 0;
    }

    .inlineInner .finishOp .opColor::before,
    .inlineInner .finishOp .opColor:before {
        display: none;
        visibility: hidden;
    }

    .inlineInner .opName {
        bottom: auto;
        color: #333;
        display: block;
        font-size: .85rem;
        padding-top: .15em;
        margin: 0;
        position: relative;
        right: auto;
        text-align: center;
    }

    .inlineInner .contactForm {
        margin: 1rem 0;
    }

    .inlineInner .formMod.formMod50 {
        margin-right: 2%;
        width: 49%;
    }

        .inlineInner .formMod.formMod50.formModLast {
            margin-right: 0;
        }
/* --------- SEARCH PAGE -------------*/
.searchFormWrap {
    margin-bottom: 3.3rem;
    width: 53%;
}

    .searchFormWrap .inline .defaultInput {
        width: 82%;
    }

    .searchFormWrap .inline .defaultCTA {
        min-width: 15%;
        padding: 1.55em 1.3em 2.65em 1.2em;
        width: 15%;
    }

.resultItem {
    border-bottom: 1px solid #e9e9e9;
    display: block;
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    margin-bottom: 1rem;
    padding: 1rem 0 2rem 0;
    position: relative;
    text-decoration: none;
}

    .resultItem:last-of-type {
        border-bottom: none;
    }

    .resultItem span {
        display: block;
        font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
        max-width: 80%;
        position: relative;
    }

.resultTitle {
    color: #333;
    font-family: "Simian", 'Trebuchet MS', 'Segoe UI', sans-serif;
    font-size: 1.2rem;
}

.resultUrl {
    color: #9c9c99;
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    font-size: .7rem;
    font-weight: 300;
}

.resultItem:hover .resultUrl,
.resultItem:focus .resultUrl {
    text-decoration: underline;
}

.resultDesc {
    color: #514c4d;
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif !important;
    font-size: .8rem;
    font-weight: 500;
}

.searchPaging {
    display: block;
    margin: 0 auto;
    max-width: 60rem;
    text-align: center;
    width: 100%;
}

    .searchPaging a#prevPage,
    .searchPaging a#nextPage,
    .searchPaging #pagingList {
        display: inline-block;
        vertical-align: middle;
    }

    .searchPaging a {
        color: #333;
        display: inline-block;
        font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
        font-size: 1.2rem;
        line-height: 1em;
        padding: .2em .5em;
        text-decoration: none;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        transition: all .25s ease;
    }

        .searchPaging a.current {
            border-bottom: 2px solid #ed831f;
        }

        .searchPaging a#prevPage,
        .searchPaging a#nextPage {
            font-size: .8rem;
            line-height: 1.6em;
        }

        .searchPaging a#prevPage {
            float: left;
        }

        .searchPaging a#nextPage {
            float: right;
        }

        .searchPaging a:hover,
        .searchPaging a:focus {
            opacity: .65;
        }

/*CAREERS PAGE*/
.careerheroImage{
    height:100%;
    min-height: 0;
    min-width: 0;
    object-fit:cover;
    width:100%;
}
.heroContent .careerCTA {
    background-color: #ed831f;
    border: 1px solid #ed831f;
    font-size: .8rem;
    height: auto;
    padding: 0.771rem 0.915rem;
    pointer-events: all;
}
.what-we-do-wrapper {
    display: block;
    padding: 7.4rem 0 0;
    position: relative;
    width: 100%;
}
.what-we-do-inner {
    position: relative;
    max-width: 75rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}
.what-we-do-inner .sectionInner{
    margin: 0 auto 4.3rem;
    max-width: 56rem;
    text-align: center;
}
.what-we-do-title {
    color: #504C4D;
    font-family: "Simian", 'Trebuchet MS', 'Segoe UI', sans-serif;
    font-size: 3.2rem;
    letter-spacing: .06em;
    line-height: 1.3em;
    max-width: 100%;
    padding: 0;
    text-align:center;
    text-transform: uppercase;
}
.what-we-do-desc {
    color: #504C4D;
    display: block;
    font-size: 1.3rem;
    letter-spacing: .01em;
    line-height: 1.46em;
    margin: 0 auto;
    max-width: 90%;
    padding: 0.8em 0 0 0;
    position: relative;
    text-align: center;
}
.career-page.processWrap {
    margin-bottom: 0;
}
.career-page .processBlock {
    min-height: 18rem;
}
.career-page .blockInner .processDescription{
    color: #333;
    display: block;
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.34em;
    margin: 0;
    max-width: 100%;
    padding: 0;
    text-align: left;
    position: relative;
}
.what-we-do-wrapper .processBlock {
    min-height: 18rem;
}
.benefits-wrapper {
    display: block;
    padding: 7.4rem 0 0;
    position: relative;
    width: 100%;
}
.benefits-inner {
    position: relative;
    max-width: 75rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}
.benefits-inner  .sectionInner {
    margin: 0 auto 4.3rem;
    max-width: 56rem;
    text-align: center;
}
.benefits-box-wrapper {
    align-items: stretch;
    display: flex;
    flex-wrap:wrap;
    gap: .85rem;
    position: relative;
}
.Benfits-sectionInner {
    margin: 0 auto;
    max-width: 66.65rem;
    text-align: center;
}
.benefits-box {
    border: 1px solid #d4d4cb;
    border-radius: 4px;
    display: inline-block;
    flex-basis: 33.33%;
    flex-basis: calc(33.33% - .58rem);
    min-height: 22.75rem;
    position: relative;
    text-decoration: none;
    vertical-align: top;
}
.benefits-box .decoLine {
    margin:0.5em .1em 1rem;
    width: 1.75rem;
}
.benefits-box-inner {
    display: block;
    font-size: 20px;
    padding: 2.7rem 2.1rem;
    position: relative;
    text-align: left;
    width: 100%;
}
.icon-box {
    display: block;
    height: 2.1rem;
    margin: 0 0 0.75rem 0;
    overflow: hidden;
    position: relative;
    width: 2.1rem;
}
.icon-box img{
    bottom:0;
   image-rendering: -webkit-optimize-contrast;
    height:100%;
    left:0;
    object-fit:contain;
    position:absolute;
    top:0;
    right:0;
    width:100%;
}
.benefits-box-title {
    color: #333;
    display: block;
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.26em;
    margin: 0;
    max-width: 100%;
    padding: 0 0 .1rem 0;
    text-align: left;
    position: relative;
}
.benefits-box-desc {
    color: #333;
    display: block;
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.34em;
    margin: 0;
    max-width: 100%;
    padding: 0;
    text-align: left;
    position: relative;
}
.life-at-wrapper {
    display: block;
    padding: 7.4rem 0 0;
    position: relative;
    width: 100%;
}
.life-at-inner {
    position: relative;
    max-width: 75rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}
.life-at-inner .sectionInner {
    margin: 0 auto 4.7rem;
    max-width: 56rem;
    text-align: center;
}
.life-at-title {
    color: #504C4D;
    font-family: "Simian", 'Trebuchet MS', 'Segoe UI', sans-serif;
    font-size: 3.2rem;
    letter-spacing: .06em;
    line-height: 1.3em;
    max-width: 100%;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.life-at-slick-wrapper{
    display:block;
    position:relative;
}
.life-at-slick-wrapper .slick-track {
    align-items: flex-end;
    display: flex;
}
.life-at-img-wrapper {
	display: inline-block;
	margin: 0 .85em;
	overflow: hidden;
	/*padding:0 1rem 0 0;*/
	overflow: hidden;
	position: relative;
	/*width: 25rem;
	height: 20rem;*/
}
/*.life-at-img-wrapper img{
    bottom:0;
    height:100%;
    left:0;
    object-fit:contain;
    object-position: center bottom;
    position:absolute;
    right:0;
    top:0;
    width:100%;
}*/
    .life-at-img-wrapper img {
        bottom: 0;
        display: block;
        /*height: 268px;*/
        left: 0;
        margin: 0;
        max-width: 300px;
        min-width: 0;
        position: relative;
        right: auto;
        top: auto;
        width: auto;
        object-fit: cover;
    }
.slick-next {
    background: #FF8F05;
    border: 1px solid #FF8F05;
    border-radius: 50%;
    color: #fff;
    height: 2.95rem;
    left: auto;
    position: absolute;
    right: 1.65rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.95rem;
}
.open-positions-wrapper {
    display: block;
    padding: 7.4rem 0 1.6rem;
    position: relative;
    width: 100%;
}
.open-positions-inner {
    position: relative;
    max-width: 75rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}
.open-positions-inner .sectionInner {
    margin: 0 auto 4.7rem;
    max-width: 56rem;
    text-align: center;
}
.open-positions-inner-wrapper {
    align-items: flex-start;
    display: flex;
    gap: 1.8rem;
    margin: 0 auto;
    max-width: 63.25rem;
    position: relative;
    width: 100%;
}
.open-positions-left-wrapper {
    display: inline-block;
    padding: 0 2rem 0 0;
    position: relative;
    width: 35%;
}
.open-positions-right-wrapper {
    display: inline-block;
    margin: 0 auto;
    padding: 0 1.85rem;
    position: relative;
    width: 62.5%;
}
.open-positions-left-wrapper + .open-positions-right-wrapper {
    border-left: 1px solid #D9D9D9;
    margin: 0;
    padding: 0 .4rem 0 3.3rem;
}
.open-position-tile {
    display: block;
    padding: .8rem 0;
    position:relative;
    text-decoration: none;
    width: 100%;
}
.open-position-tile:first-child{
     padding: .1rem 0 .8rem;
}
.open-position-tile:after,
.open-position-tile::after{
    content: '\f054';
    color:#ED831F;
    display: block;
    font-family: FontAwesome;
    height: .8rem;
    pointer-events: none;
    position: absolute;
    right: -.2rem;
    top: 50%;
    width: .8rem;
    transform:translateY(-50%);
}
.open-position-title {
    color: #333;
    display: block;
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.55em;
    margin: 0;
    max-width: 18rem;
    padding: 0 2rem 0.2rem 0;
    text-align: left;
    position: relative;
}
.open-position-subtitle {
    color: #333;
    display: block;
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    font-size: .8rem;
    font-weight: 300;
    line-height: 1.4em;
    margin: 0;
    max-width: 20rem;
    padding: 0 2rem 0 0;
    text-align: left;
    position: relative;
}
.contact-form-inner {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    justify-content: space-between;
    padding: 0;
    position: relative;
    width: 100%;
}
.input-wid-50 {
    display: inline-block;
    float: left;
    flex-basis: calc(50% - 0.35rem);
    position: relative;
    /* width: 49%;*/
}
.input-wid-100 {
    display: block;
    position: relative;
    width: 100%;
}
.form-label, .form-label-textarea {
    color: #5A5657;
    display: block;
    font-size: .9rem;
    font-weight: 400;
    left: 1em;
    line-height: 1.2em;
    margin: auto;
    position: absolute;
    pointer-events: none;
    top: .95rem;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    z-index: 1;
}
.form-default-input {
    background: #EFEFEF;
    border: 1px solid #EFEFEF;
    border-radius: .2rem;
    color: #777777;
    font-size: .8em;
    font-weight: 800;
    height: 3.688em;
    line-height: 1.2em;
    margin-bottom: 0.2em;
    padding: 1.2em 0.9em 0.5em;
    position: relative;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
}
.form-default-textarea {
    background: #EFEFEF;
    border: 1px solid #EFEFEF;
    border-radius: 0.2rem;
    color: #777777;
    font-size: .8em;
    font-weight: 800;
    height: 7.7rem;
    line-height: 1.2em;
    margin-bottom: 0.2em;
    padding: 1.2em 0.8em;
    resize: none;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
}
.form-input .form-label.smallLabel,
.form-input.inputFocused .form-label,
.form-input.textEntered .form-label {
    color: #535250;
    font-size: .6em;
    font-weight: 400;
    left: 1.3em;
    letter-spacing: .01em;
    line-height: 1em;
    margin: 0;
    text-transform: uppercase;
    top: .6rem;
}
.form-textarea .form-label-textarea.smallLabel,
.form-textarea.inputFocused .form-label-textarea,
.form-textarea.textEntered .form-label-textarea {
    color: #535250;
    font-size: .6em;
    font-weight: 400;
    left: 1.3em;
    letter-spacing: .01em;
    line-height: 1em;
    margin: 0;
    text-transform: uppercase;
    top: .45rem;
}
.nice-selectFilterWrap .nice-select {
    background: #EFEFEF;
    border: 1px solid #EFEFEF;
    border-radius: .2rem;
    color: #5A5657;
    font-size: .9rem;
    line-height: 3.25em;
    height: 2.95rem;
}
.nice-selectFilterWrap .nice-select .option {
    font-size: .8rem;
    max-width: 100%;
    padding: 0.15rem 0.95rem;
    width: 100%;
}
.apply-position-title {
    color: #504C4D;
    display: block;
    font-family: "Simian", 'Trebuchet MS', 'Segoe UI', sans-serif;
    font-weight:400;
    font-size: 1.8rem;
    letter-spacing: .06em;
    line-height: 1.7rem;
    margin: 0 0 1.2rem 0;
    max-width: 100%;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
.orange-filled-btn {
    -webit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ed831f;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    font-size: .8rem;
    font-weight: 500;
    height: 2.7em;
    letter-spacing: .1em;
    line-height: 1.2em;
    padding: 1.2em 2.1em 2.5em 2.1em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    vertical-align: top;
    width: auto;
}
.orange-filled-btn:hover,
.orange-filled-btn:focus-visible{
    background-color:#333333;
}
.grey-filled-btn {
    -webit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #D9D9D9;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    color: #333333;
    display: inline-block;
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    font-size: .8rem;
    font-weight: 500;
    height: 2.7em;
    letter-spacing: .1em;
    line-height: 1.2em;
    padding: 1.2em 2.1em 2.5em 2.1em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    vertical-align: top;
    width: auto;
}
.resume-attached {
    padding: 1.2em 3.7em 2.5em 2em;
    text-transform: lowercase;
}
.resume-attached span{
    display: inline-block;
    max-width: 7.9rem;
    overflow: hidden;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.resume-img-close {
    position: absolute;
    right:.9rem;
    top: 50%;
    transform: translateY(-50%);
}
.job-posting-wrapper {
    display: block;
    padding: 14.6rem 0 0;
    position: relative;
    width: 100%;
}
.job-posting-inner {
    position: relative;
    max-width: 75rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}
.job-posting-inner .sectionInner{
     max-width: 47.95rem;
    width: 100%;
}
.job-posting-inner .h1style{
     max-width: 21rem;
}
.jobposting .footerTop{
    display:none;
}
.jobposting .open-positions-wrapper {
    padding: 7.4rem 0 6.8rem;
}
.job-posting-desc {
    color: #514C4D;
    display: block;
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4em;
    margin: 0;
    max-width: 100%;
    padding: .75rem 0;
    text-align: left;
    position: relative;
}
.job-posting-inner ul li {
    color: #514C4D;
    display: block;
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0;
    max-width: 100%;
    text-align: left;
    padding:0;
    position: relative;
}
.career-overlay {
    background-color: #333333;
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow:hidden;
    left: 0;
    right: 0;
    z-index: 1000;
}
body.career-overlay-open{
    overflow:hidden;
}
.career-overlay-inner {
    background-color: #656565;
    border-radius:.2rem;
    display: block;
    max-width: 44.35rem;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    padding: 5.3rem;
    max-height: 28.65rem;
}
.career-overlay-title {
    color: #fff;
    font-family: "Simian", 'Trebuchet MS', 'Segoe UI', sans-serif;
    font-size: 1.8rem;
    letter-spacing: .06em;
    line-height: 1.3em;
    max-width: 100%;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.career-overlay-desc {
    color: #fff;
    display: block;
    font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.58em;
    margin: 0;
    max-width: 100%;
    padding: .1rem 0 2.2rem;
    text-align: left;
    position: relative;
}
.career-overlay-close {
    cursor: pointer;
    display: block;
    left: auto;
    padding: 1rem;
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
}
.small-line-height{
    line-height:1.1em;
}
/* TEAM UPDATES */
.teamWrapInner {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}
.teamMember {
  background: #fff;
  display: inline-block;
  margin: 0 0 .3% .3%;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  width: 19.76%;
}
.teamMember:nth-child(5n+1) {
  margin: 0 0 .3% 0;
}
.teamMember::before, 
.teamMember:before {
  content: '';
  display: none;
}
.teamLink {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  /*justify-content: space-between;*/
  justify-content: flex-start;
  position: relative;
  padding: 1.35rem 0 0;
}
.teamLink span.teamContent {
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.29em;
  padding: .5em 0 0;
  /*padding: 0;*/
  position: relative;
}
.teamLink span.name,
.teamLink span, 
.teamLink span.email{
  padding: 0 2rem;
}
.teamLink span.email {
  padding: .3em 2rem;
}
.teamLink span.teamImageWrap,
.teamLink span.emailIcon {
  padding: 0;
}
.teamLink span.teamImageWrap {
  display: block;
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  padding: 97.3% 0 0 0;
  position: relative;
  width: 100%;
}
.teamLink img {
  bottom: -.5rem;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  transition: .25s;
  width: 100%;
}
/* --------- MOBILE ONLY -------------*/
.mobileOnly {
    display: none;
    visibility: visible;
}

/* --------- NEWSLETTER SIGNUP FORM -------------*/
.newsletter-signup-wrap {
  background: rgba(242,242,242,0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -moz-box-shadow: 5px 5px 16px 6px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 5px 5px 16px 6px rgba(0, 0, 0, .3);
  box-shadow: 5px 5px 16px 6px rgba(0, 0, 0, .3);
  display: block;
  right: 0;
  max-width: 22rem;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  transition: all .25s;
  width: 100%;
  z-index: 2000;
}
.newsletter-signup-wrap.close {
  right: -23rem;
}
.newsletter-signup-inner {
  display: block;
  max-width: 76em;
  margin: 0 auto;
  padding: 1.7em 1.7em .7em;
  position: relative;
  width: 100%;
}
.newsletter-signup-close {
  background: #514c4d url(/images/close-white.png) no-repeat center;
  background-size: 0.75em auto;
  cursor: pointer;
  color: #fff;
  display: block;
  height: 1.25em;
  position: absolute;
  left: 0;
  text-decoration: none;
  top: 0;
  width: 1.25em;
  z-index: 1;
}
.newsletter-popup-heading {
  color: #514c4d;
  display: block;
  font-family: "Simian", 'Trebuchet MS', 'Segoe UI', sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
  padding: 0 0 0.17em 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.newsletter-popup-text {
  display: block;
  font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  position: relative;
}
.newsletter-signup-wrap .email-signup-form-wrap,
.newsletter-signup-wrap .email-signup-form-wrap {
  padding: 1.5em 0 0 0;
  width: 100%;
}
.newsletter-signup-wrap .email-signup-form,
.newsletter-signup-wrap .one-column-form {
  max-width: 100%;
}
.newsletter-signup-wrap .one-column-form,
.newsletter-signup-wrap form.one-column-form {
  display: block;
  font-size: 1em;
  padding: 0;
}
.email-signup-wrap .one-colum-form,
.newsletter-signup-wrap .wrapperContainer {
  display: block;
  position: relative;
}
.newsletter-signup-wrap .wrapperContainer.lp-form-header {
  display: none;
  margin: 0;
}
.no-js .newsletter-signup-wrap .email-signup-label,
.newsletter-signup-wrap .input-focused .email-signup-label,
.newsletter-signup-wrap .has-value .email-signup-label {
  color: #081f2c;
}
.newsletter-signup-wrap #mce-responses,
.newsletter-signup-wrap #mce-responses a {
  /*color: #cf3339;*/
  color: #514c4d;
  margin-top: 1em;
}
/*.email-signup-wrap #mce-responses {
  color: #fff;
}*/
.mc-field-group {
  display: block;
  position: relative;
}
.email-signup-form-wrap .formMod {
  margin: 0 .8rem 0 0;
}
/* CATENARY FORM */
.catenary-wrap .inlineInner.large {
  padding: 1.3rem 4% 0 0;
}
.additional-label {
  color: #514c4d;
  font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0;
  line-height: .8em;
  padding-bottom: 1.2em;
  text-transform: none;
}
.additional-entry {
  color: #514c4d;
  cursor: pointer;
  font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
  font-size: .8em;
  letter-spacing: 0;
  line-height: .8em;
}
.addtional-entry input[type="radio"] {
  cursor: pointer;
}
.extra-fields-product.defaultCTA {
  background: #424240;
}
.extra-fields-product.defaultCTA:hover,
.extra-fields-product.defaultCTA:focus {
  background: #ed831f;
}
.product_records_dynamic.active .Product_records.single.remove {
  background: #c5c5c5;
  border-radius: 4px;
  display: block;
  margin-bottom: 0.75rem;
  padding: 1rem 1rem 1rem;
  position: relative;
}
.remove-field,
.remove-field.extra-fields-product.defaultCTA.btn-remove-product {
  background: #ff0000;
  border: 1px solid transparent;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 700;
  height: 2.3em;
  right: -2.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 2.2em;
  position: absolute;
  top: 40%;
  width: 2.3em;
}
.remove-field.extra-fields-product.defaultCTA.btn-remove-product .fa {
  margin: 0 -.1rem -1rem 0;
}
.remove-field.extra-fields-product.defaultCTA.btn-remove-product:hover, 
.remove-field.extra-fields-product.defaultCTA.btn-remove-product:focus {
  background: #fff;
  border: 1px solid #ff0000;
  color: #ff0000;
}
.epaerror,
.fixtureweighteerror,
.fixtureerror,
.poleserror,
.poletypeerror,
.shapeerror,
.specerror {
    display: block;
    position: absolute;
    bottom: -1.15em;
    left: 0;
}
 
.Product_records.single.remove .formMod {
  margin: 0 2% 1.3rem 0;
} 
.Product_records.single.remove .formMod.formModLast {
  margin-right: 0;
}
.catenary-wrap .formMod {
  margin: 0 .8rem 1.3rem 0
}
.formMod.validation-error label {
  color: #ff0000;
}
.section-header-wrap {
  display: inline-block;
  font-size: 1rem;
  position: relative;
  width: 100%;
}
.product-header {
  color: #514c4d;
  display: inline-block;
  font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0;
  line-height: .8em;
  padding-bottom: 1.2em;
  text-transform: none;
}
.tooltip {
  align-items: center;
  border-radius: 50%;
  border: 1px solid #000;
  cursor: pointer;
  display: inline-flex;
  height: 1.2em;
  justify-content: center;
  position: absolute;
  top: -0.3rem;
  right: -1.6rem;
  width: 1.2em;
}
.tooltip .tooltip-txt {
  visibility: hidden;
  width: 233px;
  background-color: #514c4d;
  color: #fff;
  text-align: center;
  padding: .2em;
  border-radius: 6px;
  position: absolute;
  left: .5rem;
  z-index: 100;
}
.tooltip:hover .tooltip-txt {
  visibility: visible;
}
.tooltip .tooltip-txt img {
  border-radius: 6px;
  display: block;
  position: relative;
  width: 100%;
}
.tooltip-overlay {
  background-color: rgba(0,0,0,0.7);
  bottom: 0;
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 500;
}
.tooltip-overlay .tooltip-image-wrap {
  bottom: 0;
  display: block;
  height: calc(90vh - 3rem);
  left: 0;
  margin: auto;
  max-width: 40em;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.tooltip-overlay .tooltip-image-wrap img {
  display: inline-block;
  height: 100%;
  position: relative;
  mix-blend-mode: difference;
  width: auto;
}
.overlayClose {
  background: url(/images/products/popup-close-white.png) no-repeat center;
  background-size: 100% auto;
  display: inline-block;
  height: 5rem;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: -1.5rem;
  transition: all .15s ease;
  width: 2rem;
  z-index: 100;
}
.desktopSidebar {
  display: block;
  float: right;
  max-width: 28%;
  position: relative;
  right: 0;
  top: .5em;
  width: 100%;
}
.sidebarWrap {
  display: block;
  margin-top: 0;
  padding: 0 1.1em;
  position: relative;/* this will change with js*/
  z-index: 50;
}
.sidebarSection {
  border-radius: 4px;
  box-shadow: 0px 12px 38px 0px rgba(0, 0, 0, 0.12);
  display: block;
  margin: 0 0 1.85em 0;
  position: relative;
  width: 100%;
}
.sidebarHeader-item {
  background: #444;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: block;
  height: 3.2em;
  padding: .65em 2em;
  position: relative;
  width: 100%;
  z-index: 1;
}
.sidebarHeader-item.orange {
  background: #ed831f;
}
.sidebarHeader-item p, 
.contentWrap .sidebarHeader-item p {
  color: #fff;
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.6;
  padding: 0;
}
.sidebarInner-item {
  background: #fff;
  padding: .9em 3.5em .7em 2.1em;
}
.section.tablemagic {
  padding-right: 28%;
}
.sidebarInner-item a {
  position: relative;
  display: block;
  text-decoration: none;
}
.sidebarInner-item a.sidebarLink {
  border-bottom: 1px solid #d8d8d8;
  margin-top: 1em;
  padding: .5em .5em .8em 0;
  transition: all .25s ease;
}
.sidebarInner-item a.sidebarLink.programs {
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 1.2rem 0 1.2rem 0;
  transition: all .25s ease;
}
.sidebarLink span {
  color: #444;
  display: block;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
}
.sidebarLink:hover span {
  color: #ed831f;
}
.innerInlineWrap.catenary-wrap {
  display: block;
  position: relative;
}
.catenary-wrap #sticky {
  position: absolute;
  top: 3.4em;
}

/*------- MEDIA -------*/
@media screen and (min-width: 1921px) {
    .fullWrap {
        margin: 0 auto;
        max-width: 96rem;
    }

    .hero {
        margin: 0 auto;
        max-width: 96rem;
    }

    .heroImage img, .slick-slide img {
        min-width: 0;
        max-width: 96rem;
    }
}

@media screen and (max-width: 1800px), print {
    /*------- DEFAULTS -------*/
    .browserHeight {
        max-height: 39.3rem;
        min-height: 36rem;
    }
    /*------- NAVIGATION -------*/
    .mainNav .center {
        padding: 0 5.4rem;
    }
    .job-posting-inner {
        padding: 0 5.4rem;
    }
    /*.navLinkWrap {
        max-width: 75%;
    }*/
    /*------- FOOTER -------*/
    /*------- HOME -------*/
    .hero .center {
        padding: 0 5.4rem;
    }
    /*------- PRODUCTS -------*/
    #designer.section .inner {
        padding: 3.5em 0 5.5em 0;
    }

    .designerSidebar {
        margin-top: 0;
    }

    .designerOptions {
        top: -1rem;
    }
    .model {
        left: 9rem;
        width: 54%;
    }
    .downloadWrap {
        margin-top: .75rem;
    }
    /*------- GALLERY -------*/
    .overlayContent {
        max-height: 35rem;
        max-width: 60rem;
    }

    .overlayToggle {
        left: 4rem;
    }

        .overlayToggle.next {
            right: 4rem;
        }
    .eventOverlayWrap .sidebarInner .defaultCTA {
        margin: 1.2rem 0;
    }
    /*------- ABOUT -------*/
    /*------- CONTACT -------*/
    /* --------- FIND A REP -------------*/
    /* --------- NEWS / RESOURCES -------------*/
}

@media screen and (max-width: 1500px), print {

    /*------- DEFAULTS -------*/

    .center {
        max-width: 67rem;
    }

    .decoLine {
        width: 2.3em;
    }

    .center {
        max-width: 56rem;
    }

    #designer .center {
        max-width: 60rem;
    }

    .section .inner {
        padding: 4.4em 0;
    }

    .mapListItem .inner {
        padding: 0;
    }

    .section .inner.lgBotPad {
        padding-bottom: 8.8em;
    }

    .section.wood .inner.lgBotPad {
        padding: 4rem 0 0 0;
    }

    h1, .h1style {
        font-size: 2.8rem;
    }

    h2, .h2style {
        font-size: 2.6em;
    }

    .decoLine {
        margin: .75em .1em;
    }

    .noHero .contentWrap {
        padding-top: 5.84rem;
    }

    .galleryHeader,
    .pageHeader {
        margin-bottom: 2.8rem;
    }

    /*------- NAVIGATION -------*/

    .mainNav .center {
        max-width: 74rem;
        padding: 0 2.7rem;
    }

    .mainNav {
        padding: .7rem 0;
    }

    .navLogo {
        width: 9.5rem;
    }

    .rightNavWrap {
        padding: 1.65em 0 0 0;
    }

    .navLinkWrap {
        width: calc(100% - 10.5rem);
    }

    .link.linkParent, .link {
        padding: 2.25em .9em 1.4em .9em;
    }
    /*------- FOOTER -------*/
    .footerColumn.wide {
        padding: 0 .8em 1.1em;
    }

    .mortarrLink {
        padding: .85rem 1.5rem .95rem 5.5rem;
    }

        .mortarrLink .icon {
            height: 1.4rem;
            width: 2.8rem;
        }
    /*------- HOME -------*/
    .browserHeight {
        max-height: 40rem;
        min-height: 32rem;
        min-height: 100%;
    }

    .homePage .heroContent {
        max-width: 27.5em;
    }

    .hero .center {
        max-width: 74rem;
        padding: 0 2.7rem;
    }

    .h1style.animatedText {
        max-width: 27.2rem;
    }

    .slick-dots {
        bottom: 1.4rem;
        max-width: 64rem;
    }

    .newsLink .linkTitle {
        font-size: 1.28em;
    }

    #catenary-guide .sectionImage {
        margin-right: 8%;
        width: 40%;
    }

    #catenary-guide .inlineContent {
        margin-top: -1rem;
        width: 52%;
    }
    /*------- PRODUCTS -------*/
    .stickyInner {
        max-width: 51rem;
    }

    p.smallHeader,
    h1.smallHeader {
        font-size: 1em;
    }

    .pageScroll {
        bottom: 1.5rem;
    }

    .productHero.hero {
        padding-left: 15.75rem;
    }

    .heroDetailWrap {
        width: 15.75rem;
    }

    .altHero .navWrap::before, .altHero .navWrap:before {
        left: 15.75rem;
    }

    .prodImageWrap {
        min-height: 18rem;
        width: 5.5rem;
    }

    .heroDetailWrap .inner {
        padding: 4.1em 3.2em 1.6em 2.7em;
    }

    .sidebar {
        margin: 3.8em 0 0 0;
        max-width: 17.3em;
    }

    .productFeature, .prodFeatInner {
        margin: 3.8em 0 0 0;
        padding: 0 0 5.5em 3.8em;
        width: 45%;
    }

        /*.wood .productFeature.default {
        opacity: 0;
    }*/

        .productFeature.accoya-wood {
            width: 100%;
        }

    .prodFeatInner {
        width: 100%;
    }

    .featureImage {
        bottom: 0;
        right: -10%;
        width: 40%;
    }

    .similarProdWrap {
        max-width: 49rem;
    }

    .prodLink.large .imageWrap {
        min-height: 17.2em;
    }

    .prodLink.large.active .imageWrap img {
        left: -.615em;
    }

    .stickyNavWrap {
        height: 3rem;
    }

    .prodName p {
        padding: .9rem 1.7rem;
        font-size: .8rem;
    }

    .linkWrap {
        margin: 0 0 0 1.1rem;
    }

        .linkWrap:first-child {
            margin-left: 1.6rem;
        }

        .linkWrap .pageLink {
            padding: .7rem .3rem .85rem 1.2rem;
        }

    .stickyNavWrap .pageLink .icon {
        top: 1.75em;
    }

    .prodLink.large .featureImageDetail span.prodDesc {
        font-size: .75em;
    }

    .prodLink.large .featureImageDetail span.prodTitle,
    .prodLink.med .featureImageDetail span.prodTitle {
        font-size: 1.2em;
    }

    .prodLink.large .featureImageDetail, .prodLink.large:hover .featureImageDetail, .prodLink.large:focus .featureImageDetail {
        padding: 1.7rem 2.95rem 5.3rem 1.7rem;
    }

    .featureImageDetail.prodLink.large:hover .featureImageDetail, .prodLink.large:focus .featureImageDetail {
        top: -.7em;
    }

    .section.dark.browserHeight {
        max-height: 38.3rem;
        min-height: 38rem;
    }

    .model {
        left: 9rem;
        width: 54%;
    }

    .designerSidebar {
        margin-top: 1rem;
        margin-left: .8rem;
    }

    .toggleSwitch {
        height: 1.9rem;
        width: 3.7rem;
    }

        .toggleSwitch .slider::before,
        .toggleSwitch .slider:before {
            background-size: .85rem auto;
            height: 1.5rem;
            left: .3em;
            width: 1.5rem;
        }

    input:checked + .slider::before, input:checked + .slider:before {
        left: 0;
    }

    .adjBrightWrap {
        left: -18%;
        margin-top: 4.1rem;
    }

    .lightIcon {
        height: 1.4rem;
        width: 1.1rem;
    }

    .dark .lightIcon {
        background-position: 0 -2.2rem;
    }

    .brightSlide, input[type='range'] {
        top: 0;
        width: 13.4rem;
    }

    .designerOptions {
        top: 1rem;
        width: 17.2rem;
    }

    .optionsWrap {
        padding: 0 0 .1em 0;
    }

    .optionsInner {
        padding: .2em 0 0 0;
    }

    .finishOp {
        margin: 0 auto .7em auto;
        width: 18.6%;
    }

    .opColor {
        height: 2.1rem;
        width: 2.1rem;
    }

    .opName {
        font-size: .55rem;
    }

    .finishOp.active .opColor::before,
    .finishOp.active .opColor:before {
        height: 2.4rem;
        width: 2.4rem;
    }

    .downloadWrap {
        margin-top: .8rem;
    }

        .downloadWrap .defaultCTA {
            font-size: .55rem;
            margin-top: 0;
            padding: 1.05em 2.7em 2.45em 2.4rem;
        }

            .downloadWrap .defaultCTA span {
                height: .6rem;
                left: 1.2rem;
                width: .55rem;
            }

    /*.largeImage {
        width: 59rem;
    }*/
    #gallery .galleryWrap {
        margin-top: 0;
    }
    /*------- EDUCATION & EVENTS -------*/
    .play-button {
        height: 44px;
        width: 44px;
    }

        .play-button::before, .play-button:before {
            font-size: 12px;
            height: 44px;
            padding-top: 10px;
            padding-left: .2em;
            width: 44px;
        }

    .static .education-details .item-title {
        font-size: 1.1rem;
    }

    .event-date {
        left: 1.95em;
        padding: .2em .75em .4em .75em;
    }

        .event-date .sm-text {
            font-size: .55em;
        }

        .event-date .date {
            font-size: .85em;
        }

    .education-details {
        padding: 0 1.95rem;
    }

        .education-details .item-title {
            padding-top: 30%;
        }

            .education-details .item-title .title {
                font-size: 1rem;
            }

    .eventOverlayWrap .overlayContent {
        height: 70%;
    }

    .eventOverlayWrap .galleryImageWrapper {
        padding: 2.1rem 1.75rem;
        width: 45%;
    }

    .eventOverlayWrap .largeImageWrap {
        padding: 2rem 2.5rem;
    }

    .eventOverlayWrap .overlayInfoSidebar {
        width: 53%;
    }

    .eventOverlayWrap .sidebarInner {
        padding-right: 1.5em;
    }

    .eventOverlayWrap .event-overlay-content {
        padding: 1.5rem 0 0 0;
    }

    .eventOverlayWrap .event-title {
        font-size: 1rem;
    }

    .eventOverlayWrap .sidebarInner .defaultCTA {
        font-size: .55em;
        margin: 1.7em 0 .5em 0;
        padding: .9em 1.5em 1.9em 1.5em;
    }

    .eventOverlayWrap .shareWrap {
        bottom: 1.65rem;
    }
    /*------- GALLERY -------*/
    .filterBlock {
        max-width: 30%;
    }

    .galleryHeader .filterBlock {
        max-width: 70%;
    }

    .overlayToggle {
        height: 7.5em;
        width: 1.95em;
    }

        .overlayToggle.prev {
            left: 2rem;
        }

        .overlayToggle.next {
            background-position: -33px 0;
            right: 2rem;
        }



    .overlayContent {
        max-height: 29rem;
        max-width: 54rem;
        width: 90%;
    }

    a.closeOverlay {
        background-size: .8rem;
        height: 1.2em;
        width: 1.2em;
    }

    .galleryImageWrapper {
        width: 70%;
    }

    .morePhotosSlider {
        max-width: 75%;
    }

    .largeImageWrap::before,
    .largeImageWrap:before {
        padding-top: 58%;
    }

    .sidebarInner {
        padding: 1.2em 1.5em;
    }

    .overlayScrollSection {
        max-height: 100%;
    }



    .sidebarHeader,
    .sidebarInner p.sidebarHeader {
        font-size: 1.2em;
    }


    .sidebarInner .defaultCTA {
        padding: .9em 1.5em 1.9em 1.5em;
    }

    .projectInfoWrap, .catWrap {
        padding: .75rem 0;
    }

    .overlayScrollSection {
        max-height: 13em;
    }

    .projectInfoWrap p,
    .catWrap p {
        line-height: 1.4em;
    }

    .projectInfoWrap p {
        padding-left: 4rem;
    }

        .projectInfoWrap p span.projInfo {
            display: inline;
            padding: 0 0 .5em 0;
        }

    .projectInfoWrap {
        padding: 0;
    }

    .shareWrap {
        height: 3.8rem;
        padding: 0 1.5rem;
    }

    /*------- ABOUT -------*/
    .heroContent.multiCTA .h1style {
        max-width: 26rem;
    }

    .centered p {
        font-size: 1rem;
    }

    .centered .header,
    .header {
        font-size: 2.2rem;
    }

    .section.centered {
        padding: 5.7rem 0 0 0;
    }

    .centered .sectionInner {
        max-width: 40.8rem;
        padding: 2.8rem 0;
    }

    .processWrap {
        margin: 0 auto 6.2rem auto;
        max-width: 64rem;
    }

    .processBlock {
        max-width: 312px;
        min-height: 17.4rem;
    }

    .blockInner {
        padding: 1rem 1.7rem;
    }

        .blockInner p.number {
            font-size: 1em;
        }

        .blockInner p.processTitle {
            font-size: 1.1em;
        }

        .blockInner p {
            font-size: .85em;
        }

    .sectionBlocksWrap {
        max-width: 37rem;
    }

    .sectionBlock {
        padding: 0 1.7rem .8rem 1.7rem;
    }

        .sectionBlock p {
            font-size: .85em;
        }

    .teamLink {
        padding: .75rem 1.1rem;
    }

    .teamLink span {
        font-size: .6em;
    }

    .teamLink span.name {
        font-size: .85em;
    }

    .charityWrap {
        max-width: 34rem;
    }

    .communityLink img {
        min-height: 1.6rem;
        min-width: 2.4rem;
        max-width: 4.5rem;
    }
    /* TEAM SECTION */
    .teamLink {
      padding: .75rem 0 0;
    }
    .teamLink span.name,
    .teamLink span,
    .teamLink span.email {
      padding: 0 1.1rem;
    }
    /*.teamLink span.teamImageWrap,*/ 
    .teamLink span.emailIcon {
      padding: 0;
    }
    /*------- CONTACT -------*/
    .contactInlineBlock {
        width: 36%;
    }

    .contactForm {
        margin: 3.2rem 0 1.6rem 0;
    }
    /* --------- FIND A REP -------------*/
    .mapSection .miniSearchWrap {
        padding: 1em 2em 1.1em 1.3em;
    }

        .mapSection .miniSearchWrap p.header {
            font-size: .85em;
        }

    .section.mapSection {
        height: calc(100vh - 5.9rem);
        min-height: 25em;
        /*top: 5.9rem;*/
    }

    /*.mapListItemlocations {
        max-height: 470px;
    }*/

    .mapListItem.location {
        padding: 1em 1.9em 1.1em 1.3em;
    }

        .mapListItem.location p {
            font-size: .8rem;
        }

        .mapListItem.location .name {
            font-size: 1em;
        }

        .mapListItem.location a.simpleCTA {
            margin: .5rem 0 0 0;
            font-size: .8rem;
        }
    /* --------- NEWS / RESOURCES -------------*/
    .smHero .hero {
        margin-top: 5.9rem;
        min-height: 24rem;
    }

    .section .inner.padding-right {
        max-width: 40rem;
        padding: 1em 4em 1em 0;
    }

    .inlineInner,
    .inlineInner.large {
        padding-top: 3.3rem;
    }

        .inlineInner .opColor,
        .inlineInner .finishOp:hover .opColor,
        .inlineInner .finishOp:focus .opColor {
            height: 5.6rem;
            width: 5.6rem;
        }

        .inlineInner .opName {
            font-size: .75rem;
        }

    #education-gallery .galleryWrap {
        max-width: 60rem;
    }

    .videoWrapInner .galleryItem .video-title {
        font-size: .8rem;
    }
    /*CAREER PAGE*/
    .benefits-box-title {
        font-size: 1.1rem;
    }
    .benefits-box-desc,
    .career-page .blockInner .processDescription {
        font-size: .85rem;
    }
    .benefits-box {
        min-height: 19.5rem;
    }
    .career-page .processBlock {
        min-height: 15rem;
    }
    .open-position-subtitle,
    .open-position-title {
        max-width: 17rem;
        padding: 0 2rem 0 0;
    }
    .job-posting-inner,
    .open-positions-inner,
    .career-page.processWrap,
    .benefits-inner {
        padding: 0 2.7rem;
    }
    .tooltip-overlay .tooltip-image-wrap {
      margin: 3em auto 2em auto;
    }
    /* REP PORTAL SIDEBAR */
    .catenary-wrap .desktopSidebar {
      max-width: 36%;
    }
    .catenary-wrap .sidebarInner-item {
      padding: 0 3.5em 0 2.1em;
    }
}

@media screen and (max-width: 1200px), print {

    /*------- DEFAULTS -------*/

    .center {
        max-width: 52rem;
    }

    .noHero .contentWrap {
        padding-top: 3rem;
    }

    .noHero .section:first-child {
        padding-top: 4.7rem;
    }

    .noHero .section.htmlSection:first-child {
        padding-top: 3.7rem;
    }

    .pageOverlay {
        display: none;
        visibility: hidden;
    }

    .desktopOnly {
        display: none;
        visibility: hidden;
    }

    .mobileOnly {
        display: block;
        visibility: visible;
    }

    .decoLine {
        margin: .75em .1em;
        width: 2.33em;
    }

    h1, .h1style {
        font-size: 2.1rem;
    }

    h2,
    .h2style {
        font-size: 2.6em;
    }

    h3,
    .h3style {
        font-size: 1.5em;
    }

    .inline .defaultInput, .inline .defaultSelect, .inline .defaultTextarea {
        width: 68%;
    }

    .centered .header, .header {
        font-size: 1.8rem;
    }

    .searchWrap .closeSearch {
        height: .75rem;
        right: .4rem;
        width: .75rem;
    }
    /*------- NAVIGATION -------*/
    /*.navWrap {
        display: none;
        visibility: hidden;
    }*/

    .searchWrap {
        position: fixed;
    }

    .searchInner {
        border-bottom: 1px solid #9c9c99;
        padding: .75rem .3rem;
    }


    .navWrap {
        display: block;
        padding: 0;
        position: fixed;
        visibility: visible;
        z-index: 400;
    }

        .navWrap::before,
        .navWrap:before,
        .hero::after,
        .hero:after {
            height: 130%;
        }


        .navWrap.whiteNav {
            background: #fff;
            border-bottom: 1px solid #e3e3e3;
            z-index: 400;
        }

    .noHero .navWrap,
    .smHero .navWrap {
        background: #fff;
        padding: 0;
    }

    .mainNav {
        min-height: 2.7rem;
        padding: .3rem 0;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        transition: all .25s ease;
    }

        .mainNav .center {
            max-width: 100%;
            padding: 0;
        }

    .mobileMenuToggle {
        display: inline-block;
        height: 100%;
        margin: -.1em 0 0 0;
        max-height: 3.9rem;
        padding: 0 .75rem;
        position: absolute;
        text-decoration: none;
        vertical-align: middle;
        visibility: visible;
        width: 2.5rem;
        z-index: 250;
    }

        .mobileMenuToggle .menuBar {
            position: absolute;
            display: block;
            width: 1.25rem;
            height: 2px;
            background: #fff;
            top: 50%;
            left: 0;
            right: 0;
            margin: auto;
            opacity: 1;
            overflow: hidden;
            transform: translateY(-50%);
            transition: all .4s ease;
        }

    .noHero .mobileMenuToggle .menuBar, .smHero .mobileMenuToggle .menuBar, .whiteNav .mobileMenuToggle .menuBar {
        background: #333;
    }

    .noHero.menuOpen .mobileMenuToggle .menuBar, .smHero.menuOpen .mobileMenuToggle .menuBar, .menuOpen .whiteNav .mobileMenuToggle .menuBar {
        background: #fff;
    }

    .mobileMenuToggle .menuBar.mb1 {
        margin-top: -7px;
    }

    .menuOpen .mobileMenuToggle .menuBar.mb1 {
        transform: rotate(45deg) translateY(0px) translateX(3px);
    }

    .menuOpen .mobileMenuToggle .menuBar.mb2 {
        opacity: 0;
    }

    .mobileMenuToggle .menuBar.mb3 {
        margin-top: 7px;
    }

    .menuOpen .mobileMenuToggle .menuBar.mb3 {
        transform: rotate(-45deg) translateY(-7px) translateX(10px);
    }

    .dropdownInnerOpen .mainReturn {
        background: url(/images/mobNavArrow-L.png) no-repeat left center;
        background-size: .3rem auto;
        color: #a8a8a8;
        display: inline-block;
        font-family: "Simian", 'Trebuchet MS', 'Segoe UI', sans-serif;
        font-size: .7rem;
        left: 4rem;
        line-height: 1.1em;
        margin: auto;
        padding: 1.1rem 0 1rem 1rem;
        position: fixed;
        text-decoration: none;
        text-transform: uppercase;
        top: 0;
        visibility: visible;
        z-index: 150;
    }

    .hasDropdown:hover .dropdownWrap.simple, .hasDropdown:focus .dropdownWrap.simple {
        height: 100%;
    }
    /*.menuOpen .mobileMenuToggle {
        position: fixed;
    }*/
    .searchOpen.altHero .navWrap {
        top: 5rem;
    }

    .navLinkWrap.desktop {
        display: none;
        visibility: hidden;
    }

    .navLinkWrap {
        display: block;
        background: #333;
        float: none;
        height: 0;
        max-width: 18.75rem;
        opacity: 0;
        position: fixed;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
        visibility: visible;
        width: 100%;
        z-index: 200;
    }

        .navLinkWrap::before, .navLinkWrap:before {
            background: #333;
            content: '';
            display: block;
            height: 3.3rem;
            left: 0;
            max-width: 18.75rem;
            position: absolute;
            right: 0;
            top: -3.2rem;
            width: 100%;
            z-index: -1;
        }

        .navLinkWrap.desktopOnly {
            display: none !important;
            visibility: hidden !important;
        }

    .menuOpen .navLinkWrap, .menuOpen .navLinkWrap.mobileOnly {
        display: block;
        height: 100%;
        left: 0;
        opacity: 1;
        padding: .75rem 0;
        position: fixed;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
        visibility: visible;
    }

    .menuOpen .navLinkInner {
        display: block;
        max-width: 18.75rem;
        position: fixed;
        width: 100%;
    }

    .navLinkGroup {
        display: block;
        position: relative;
    }

    .link.linkParent, .link, .noHero .link, .smHero .link {
        color: #fff;
        font-size: .95em;
        padding: 1em 2.5em 1em 2.5em;
    }

        .link.iconLink {
            display: block;
            padding: .55rem 1.05rem .25rem .45rem;
            position: absolute;
            right: 0;
            top: 0;
        }

            .link.iconLink .dark {
                display: none;
                visibility: hidden;
            }
        /*.altHero .link.iconLink img,*/
        .noHero .link.iconLink img,
        .altHero .whiteNav .link.iconLink img {
            display: none;
            visibility: hidden;
        }
        /*.altHero .link.iconLink .dark,*/
        .noHero .link.iconLink .dark,
        .whiteNav .linkIconLink .dark,
        .altHero .whiteNav .link.iconLink .dark {
            display: block;
            visibility: visible;
        }

        .link.iconLink img {
            width: .75rem;
        }
        /*.link.iconLink {
        top: 1em;
        position: absolute;
    }*/
        .link.linkParent span {
            display: inline-block;
            position: relative;
        }

    .navLinkGroup:hover .linkParent::after,
    .navLinkGroup:hover .linkParent:after,
    .navLinkGroup:focus .linkParent::after,
    .navLinkGroup:focus .linkParent:after,
    .navLinkGroup .link::after,
    .navLinkGroup .link:after {
        display: none;
        visibility: hidden;
    }

    .navLinkGroup .linkParent span::before,
    .navLinkGroup .linkParent span:before {
        background: url(/images/mobNavArrow.png) no-repeat center;
        background-size: 100% auto;
        bottom: 0;
        content: '';
        display: block;
        height: 1rem;
        margin: auto;
        position: absolute;
        right: -1.3rem;
        top: 0;
        width: .35rem;
    }



    .navLogo /*.altHero .navLogo .dark, .altHero .navLogo img*/ {
        display: inline-block;
        left: 2.5rem;
        padding: .6em 0;
        text-align: center;
        /*-webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);*/
        visibility: visible;
        width: 8em;
    }

    .altHero .navLogo .dark {
        display: none;
        visibility: hidden;
    }

    .whiteNav .navLogo img,
    .altHero .whiteNav .navLogo img {
        display: none;
        visibility: hidden;
    }

    .altHero .navLogo img,
    .whiteNav .navLogo .dark,
    .altHero .whiteNav .navLogo .dark {
        display: inline-block;
        visibility: visible;
    }

    .hasDropdown:hover .dropdownWrap, .hasDropdown:focus .dropdownWrap, .dropdownWrap {
        font-size: 0;
        left: -100%;
        height: 100%;
        margin-left: 0;
        max-width: 100%;
        min-height: 0;
        top: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        width: 100%;
        visibility: hidden;
    }

    .hasDropdown.dropdownOpen .dropdownWrap {
        background: #333;
        display: block;
        height: 100%;
        left: 0;
        margin: 0 auto;
        max-width: 18.75rem;
        overflow: visible;
        position: fixed;
        top: 3.1rem;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        width: 100%;
        visibility: visible;
        z-index: 100;
    }

    .ddInnerGroup .ddInnerLink {
        font-size: .85rem;
        overflow: hidden;
        padding: 1.5em;
    }

    .ddInnerGroup .ddInnerLink .navImage {
        right: -8%;
    }

    .ddInnerGroup.hasFlyout .ddInnerLink::after,
    .ddInnerGroup.hasFlyout .ddInnerLink:after {
        display: none;
    }

    .ddInnerGroup.hasFlyout:hover .ddFlyout,
    .ddInnerGroup.hasFlyout:focus .ddFlyout,
    .ddInnerGroup.hasFlyout .ddFlyout {
        bottom: auto;
        display: block;
        height: auto;
        left: -100%;
        position: fixed;
        top: 0;
        width: 100%;
        visibility: hidden;
        z-index: 125;
    }

    .ddInnerGroup.hasFlyout:hover .ddFlyout,
    .ddInnerGroup.hasFlyout:focus .ddFlyout,
    .ddInnerGroup.hasFlyout .ddFlyout {
        visibility: hidden;
        left: -100%;
    }

    .ddInnerGroup.hasFlyout:hover .ddFlyout,
    .ddInnerGroup.hasFlyout:focus .ddFlyout,
    .ddInnerGroup.hasFlyout .ddFlyout {
        visibility: hidden;
        left: -100%;
    }

    .ddInnerGroup.hasFlyout.flyoutOpen:hover .ddFlyout,
    .ddInnerGroup.hasFlyout.flyoutOpen:focus .ddFlyout,
    .ddInnerGroup.hasFlyout.flyoutOpen .ddFlyout {
        left: 0;
        visibility: visible;
    }

    .ddFlyoutInner {
        padding: 0 1.9rem;
    }

    .dropdownWrap.simple .dropdownInner {
        min-width: 100%;
        padding: 1rem 2.5rem;
    }

    .catLink,
    .catLink:hover,
    .catLink:focus {
        color: #fff;
        font-family: "Simian", 'Trebuchet MS', 'Segoe UI', sans-serif;
        font-size: .95rem;
        line-height: 1.2em;
        margin: 1.7em 0;
        opacity: 1;
        text-transform: uppercase;
    }

    .navLinkInner {
        display: none;
    }

    .navLinkWrap.mobile .defaultCTA {
        font-size: .7rem;
        margin: 1rem 0 0 2.5rem;
    }

    .rightNavWrap {
        padding: .2em 3rem 0 0;
        pointer-events: none;
    }

        .rightNavWrap .link,
        .rightNavWrap .link.iconLink {
            display: none;
            visibility: hidden;
        }

        .rightNavWrap .navCTA {
            margin-top: .3em;
            pointer-events: all;
        }

    .hero::before, .hero:before {
        top: 0;
    }

    .pageOverlay, .navOverlay .pageOverlay {
        display: none;
    }

    .menuOpen .pageOverlay {
        display: block;
    }
    /*------- FOOTER -------*/
    .footerTop {
        padding-bottom: 3.5rem;
    }

        .footerTop .formWrap {
            max-width: 80%;
        }

    .footerWrap .footerTop .formMod {
        width: 80%;
    }

    .footerColumnWrap {
        padding-top: 4rem;
        text-align: center;
    }

    .footerColumn,
    .footerColumn.narrow,
    .footerColumn:first-child {
        margin: 0 auto;
        padding: 0 1em;
        text-align: left;
        width: 33%;
    }

        .footerColumn.narrow {
            width: 19%;
        }

        .footerColumn.wide {
            display: block;
            margin: 0 auto;
            padding: 2em 4em;
            width: 100%;
        }

    p.footerColHeader {
        margin: 0 auto;
        text-align: center;
    }

    .footerWrap .formMod {
        display: block;
        margin: 0 auto .8em auto;
        width: 56%;
    }


    .footerTop .formWrap {
        width: 60%;
    }

    .footerWrap .footerTop .formMod {
        width: 100%;
    }

    .footerMain .inline .defaultInput {
        width: 69%;
    }

    .mortarrLink {
        font-size: .6em;
        margin: 0 auto;
        max-width: 55.5%;
    }
    /*------- HOME -------*/
    .browserHeight {
        max-height: 32rem;
        min-height: 30rem;
    }

    .overlayWrap.browserHeight {
        min-height: 100%;
    }

    .h1style.animatedText {
        max-width: 20.5rem;
    }

    .heroImage img, .slick-slide img {
        height: auto;
        min-width: 100%;
        object-fit: cover;
        width: 110%;
    }

    .life-at-slick-wrapper .slick-slide img {
        min-width: 0;
        width: auto;
    }

    .productHero .heroImage img.mobileOnly {
        display: none;
        visibility: hidden;
    }

    .hero .center {
        max-width: 100%;
        padding: 0 1.75rem;
    }

    .homePage .heroContent, .heroContent {
        max-width: 86%;
    }

    .inlineContent {
        width: 46%;
    }

    .designFeatureImage {
        padding: 51% 0 0 0;
        width: 52%;
    }

        .designFeatureImage img {
            top: -1em;
            right: -24%;
        }


    .newsLink .linkTitle {
        font-size: 1em;
        padding-bottom: 3rem;
    }

    #news-page .newsLink .linkTitle {
        padding-bottom: 1em;
    }

    .newsLinkArrow {
        width: .75rem;
    }

    .simpleCTA.centered {
        margin-top: 1rem;
    }
    #catenary-guide .sectionImage {
        margin-right: 2%;
        width: 35%;
    }
    #catenary-guide .inlineContent {
        margin-top: -.5rem;
        width: 59%;
    }
    .inner .defaultCTA, #catenary-guide .defaultCTA {
        margin: 1rem auto;
    }
    /*------- PRODUCTS -------*/
    .productHero.hero {
        padding-left: 0;
    }

    .altHero .navWrap::before, .altHero .navWrap:before {
        left: 0;
        right: 0;
        width: 100%;
    }

    .altHero .whiteNav.navWrap::before,
    .altHero .whiteNav.navWrap::before {
        display: none;
    }

    .heroDetailWrap {
        display: block;
        height: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 10.75em;
    }

        .heroDetailWrap .inner {
            padding: 1.2em;
        }


        .heroDetailWrap p {
            font-size: .6em;
        }

            .heroDetailWrap p.smallHeader,
            .heroDetailWrap h1.smallHeader {
                margin-bottom: .25rem;
                padding-bottom: 0;
            }

    .prodImageWrap,
    .imgDetail {
        display: none;
        visibility: hidden;
    }

    p.smallHeader,
    h1.smallHeader {
        padding-bottom: .25em;
        font-size: 1.3em;
    }

    .stickyNavWrap {
        height: 2.6rem;
        z-index: 400;
    }

    .productFeature .accChart {
        max-width: 28rem;
    }

    .featFooter {
        padding: 6.6rem 0 0 0;
    }

        .featFooter img {
            max-width: 10rem;
        }

        .featFooter .featInfo p {
            font-size: .7rem;
            margin-right: 2rem;
        }

    .prodFeatInner .h2style {
        font-size: 1.8em;
    }

    .stickyInner {
        max-width: 80%;
    }

    .prodName {
        min-width: 7.8em;
    }

        .prodName p {
            padding: .8rem 1.4rem .6rem 1rem;
        }

            .prodName p span {
                display: inline-block;
                font-size: 0;
                right: .9rem;
                top: 65%;
                position: absolute;
            }

    .linkWrap:first-child, .linkWrap {
        margin-left: 1rem;
    }

        .linkWrap .pageLink {
            font-size: .6rem;
            padding: 1rem .2rem .95rem 1rem;
        }

    .stickyNavWrap .pageLink .icon {
        background-size: 100% auto;
        top: 1.65em;
        width: 1em;
    }

    .pageLink, .downloadLink {
        font-size: .7em;
        line-height: 1.2em;
        padding: 1em 0 0 1.6em;
    }

        .pageLink .icon,
        .event-pdf .icon {
            top: 1.1em;
        }

            .pageLink .icon.iDesign {
                background-position: 0 -30px;
            }

    .linkWrap .pageLink .icon.iDesign {
        background-position: 0 -21px;
    }

    .pageLink .icon.iGallery {
        background-position: 0 -60px;
        background-size: 100% auto;
    }

    .linkWrap .pageLink .icon.iGallery {
        background-position: 0 -50px;
    }

    .stickyNavWrap .defaultCTA {
        font-size: .5rem;
        padding: 1em 1.15em 1.95em 1.15em;
        right: 1rem;
    }



    .section .inner {
        padding: 3.3em 0;
    }


    .mapListItem .inner {
        padding: 0;
    }

    .section .inner.lgBotPad {
        padding-bottom: 6.6em;
    }

    .section.wood .inner.lgBotPad {
        padding: 2rem 0 0 0;
    }

    .section.dark.browserHeight {
        max-height: 100%;
        min-height: 20rem;
    }

    #designer.section .inner {
        height: 100%;
        padding-bottom: 10rem;
    }

    .section#designer-feature .inner {
        padding: 5.9em 0 2.75em 0;
    }

    .dark::before,
    .dark:before {
        background-size: contain;
        height: 70%;
        width: 100%;
    }

    .model {
        height: 80%;
        left: 0;
        margin: auto;
        min-height: 8rem;
        right: 0;
        width: 80%;
    }

        .model .modelHelp {
            font-size: .8rem;
            max-width: 270px;
        }

        .model canvas {
            min-height: 100%;
            width: auto;
        }

    .designerSidebar {
        margin-top: 0rem;
        margin-left: 0;
        z-index: 350;
    }

    .adjBrightWrap {
        margin-top: 2.1rem;
    }

    .brightSlide::-webkit-slider-thumb {
        height: 18px;
        width: 18px;
    }

    .brightSlide, input[type='range'] {
        top: -2.7rem;
        width: 10rem;
    }


    .designerOptions {
        bottom: -10rem;
        display: block;
        float: none;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: auto;
        width: 100%;
        z-index: 355;
    }

        .designerOptions.open {
            bottom: -10rem;
        }

    .desOptionNav {
        background: url(/images/design-mob-fade-w.png) repeat-x center;
        background-size: auto 165%;
        border: 1px solid #171717;
        border-radius: 3px;
        display: table;
        font-size: 0;
        line-height: 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        width: 98%;
    }

    .open .desOptionNav {
        padding-top: 1.5rem;
    }

    .dark .desOptionNav {
        background: url(/images/design-mob-fade-b.png) repeat-x center;
        background-size: auto 100%;
    }

    .open .desOptionNav {
        border: none;
    }

    .desOptionNav a {
        border-right: 1px solid #171717;
        color: #333;
        display: table-cell;
        font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
        font-size: .65rem;
        font-weight: 700;
        height: 100%;
        letter-spacing: .05em;
        line-height: 1.15em;
        padding: .95rem 0;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        vertical-align: middle;
        width: 33.3%;
    }

    .open .desOptionNav a {
        border: none;
    }

    .dark .desOptionNav a {
        color: #fff;
    }

    .dark .open .desOptionNav a,
    .open .desOptionNav a {
        color: #888;
    }

        .open .desOptionNav a.active {
            color: #333;
            opacity: 1;
        }

            .open .desOptionNav a.active::before,
            .open .desOptionNav a.active:before {
                background: #ed831f;
                bottom: 0;
                content: '';
                height: 6px;
                left: 0;
                margin: auto;
                position: absolute;
                right: 0;
                width: 75%;
            }

        .dark .open .desOptionNav a.active {
            color: #fff;
            opacity: 1;
        }


    .desOptionNav a .linkIcon {
        display: inline-block;
        margin: 0 auto;
        padding-left: .6rem;
        position: relative;
    }

        .desOptionNav a .linkIcon.download {
            margin-right: -.4rem;
        }

        .desOptionNav a .linkIcon::before,
        .desOptionNav a .linkIcon:before {
            content: '';
            background: url(/images/option-icon.png) no-repeat center;
            background-size: 100% auto;
            bottom: 0;
            display: block;
            height: .65rem;
            left: -.5rem;
            margin: auto;
            position: absolute;
            top: 0;
            width: .7rem;
        }

        .desOptionNav a .linkIcon.download::before,
        .desOptionNav a .linkIcon.download:before {
            left: -.3rem;
        }

    .desOptionNav a.active .linkIcon::before,
    .desOptionNav a.active .linkIcon:before {
        background: url(/images/option-icon-dark.png) no-repeat center;
        background-size: 100% auto;
    }

    .dark .desOptionNav a.active .linkIcon::before,
    .dark .desOptionNav a.active .linkIcon:before {
        background: url(/images/option-icon-w.png) no-repeat center;
        background-size: 100% auto;
    }

    .desOptionNav a .linkIcon.download::before,
    .desOptionNav a .linkIcon.download:before {
        background: url(/images/download.png) no-repeat center;
        background-size: auto 100%;
    }

    .desOptionNav a:last-child {
        border-right: none;
    }

    .downloadWrap {
        display: none;
        visibility: hidden;
    }

    .optionsHeader {
        display: none;
        visibility: hidden;
    }

        .optionsHeader.mobileOnly {
            border-bottom: 1px solid #dcdcdc;
            display: block;
            visibility: visible;
            white-space: nowrap;
        }

    .optionsWrap {
        background: #fff;
        border-radius: 4px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        font-size: 0;
        height: 0;
        overflow: hidden;
        padding: 0;
    }

        .optionsWrap.optionsOpen {
            border: 1px solid #dcdcdc;
            height: auto;
            font-size: 20px;
            padding: .75rem;
        }

    .optClose {
        background: url(/images/grey-close.png) no-repeat center;
        background-size: .7rem auto;
        display: block;
        height: 1rem;
        padding: .15rem;
        position: absolute;
        right: .45rem;
        text-decoration: none;
        top: .45rem;
        width: 1rem;
        z-index: 50;
    }

    .optionsInner {
        -ms-overflow-style: none;
        overflow: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        padding-right: 3.5rem;
    }

        .optionsInner::-webkit-scrollbar {
            display: none;
        }

    .optionsWrap::before, .optionsWrap:before {
        background: url(/images/option-fade.png) no-repeat right 0;
        background-size: auto 100%;
        content: '';
        display: block;
        height: 3.8rem;
        margin: auto;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 3rem;
        width: 22%;
        z-index: 10;
    }

    .optSort {
        color: #888;
        display: inline-block;
        font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
        font-size: .75rem;
        font-weight: 700;
        line-height: 1.1em;
        margin-right: 1.5rem;
        padding: .45rem 0 .9rem 0;
        position: relative;
        text-decoration: none;
    }

        .optSort.active {
            color: #474445;
        }

            .optSort.active::before,
            .optSort.active:before {
                background: #ed831f;
                bottom: 0;
                content: '';
                display: block;
                height: 4px;
                margin: auto;
                position: absolute;
                right: 0;
                width: 100%;
            }

    .finishOp {
        min-width: 4.4rem;
        padding-bottom: 1rem;
        white-space: normal;
        width: 13%;
    }

    .opColor {
        height: 2.2rem;
        width: 2.2rem;
    }

    .opName, .dark .opName {
        bottom: auto;
        color: #474445;
        display: block;
        color: #474445;
        font-size: .5rem;
        top: 80%;
    }

    .scrollInd {
        bottom: 1.6rem;
        display: none;
        font-family: "Proxima Nova", Tahoma, Arial, sans-serif;
        max-height: 4rem;
        padding: .8rem;
        pointer-events: none;
        position: absolute;
        right: 0;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        transition: all .25s ease;
        z-index: 50;
    }

    .open .scrollInd {
        display: block;
    }

    .scrollInd span {
        display: block;
        margin: 0 auto;
        position: relative;
    }

        .scrollInd span.icon {
            background: url(/images/scroll-icon.png) no-repeat center;
            background-size: 100% auto;
            height: 1.875rem;
            margin-top: .7rem;
            width: 1.125rem;
        }

    .swiped .scrollInd {
        opacity: 0;
    }

    .scrollInd span.text {
        color: #222222;
        font-size: .5rem;
        font-weight: 500;
        line-height: 1.1em;
        padding-top: .2em;
        text-transform: uppercase;
    }

    .sidebar {
        margin: 2.8em 0 0 0;
        padding: 0 1em 2em 1em;
    }

    .downloadLink::before,
    .downloadLink:before {
        top: 1.05em;
    }

    .productFeature {
        margin: 2.8em 0 0 0;
        padding: 0 0 4.3em 3em;
    }

        .productFeature p {
            font-size: .9em;
            max-width: 50%;
        }
            /*.productFeature .accChart p {
                display: block;
            }*/

            .productFeature .accChart p, .productFeature p.barText {
                font-size: .65rem;
            }

                .productFeature p.barText.bt79 {
                    min-width: 65%;
                }

                .productFeature p.barText.bt52 {
                    min-width: 52%;
                }

    .featureImage {
        right: -15%;
        width: 50%;
    }

    /*.largeImage {
        width: 44rem;
    }*/

    .playButton {
        height: 4.5rem;
        width: 4.5rem;
    }

        .playButton::before, .playButton:before {
            height: 3rem;
            padding: .8975rem 1.25rem;
            width: 3rem;
        }

    .section#similar-products .inner {
        padding: 3.3rem 0 6rem 0;
    }

    .similarProdWrap {
        max-width: 100%;
        margin: 2.5rem auto 0rem auto;
        padding: 0 0 3rem 0;
    }

    .prodLink.large .imageWrap {
        min-height: 14.2em;
    }

    .prodLink.large .featureImageDetail span.prodDesc {
        font-size: .65em;
    }

    .prodLink.large .featureImageDetail span.prodTitle,
    .prodLink.med .featureImageDetail span.prodTitle {
        font-size: .9em;
    }

    .prodsWrapInner .grid-sizer {
        width: 24.8%;
    }

    .prodLink.med,
    .prodLink.med:nth-child(5n+5) {
        margin: 0 0 .2% 0;
        width: 24.8%;
    }

        .prodLink.med .imageWrap {
            padding: 125.5% 0 0 0;
        }

            .prodLink.med .imageWrap img,
            .prodLink.med.active .imageWrap img,
            .prodLink.med:hover .imageWrap img,
            .prodLink.med:focus .imageWrap img {
                filter: none;
                opacity: 1;
                -webkit-transform: none;
                -moz-transform: none;
                transform: none;
            }

        .prodLink.large .featureImageDetail span.hoverText,
        .prodLink.med .featureImageDetail span.hoverText,
        .prodLink.large:hover .featureImageDetail span.hoverText,
        .prodLink.large:focus .featureImageDetail span.hoverText,
        .prodLink.med:hover .featureImageDetail span.hoverText,
        .prodLink.med:focus .featureImageDetail span.hoverText {
            display: none;
            opacity: 0;
        }
        /*.prodLink.med:nth-child(4n+4) {
            margin-right: 0;
        }*/
        .prodLink.med .featureImageDetail {
            padding: 1rem 1rem 6rem 1rem;
        }

    /*------- EDUCATION & EVENTS -------*/
    .static .education-details {
        padding: 27% 0 0 0;
    }
        .static .education-details .item-title {
            font-size: .9rem;
        }
        .education-details {
            padding: 0 1.5rem;
        }
    #education .filterBlock {
        max-width: 65%;
    }
    .event-date {
        left: 1.5em;
        padding: .2em .6em .4em .6em;
    }
    .event-date.desktopOnly {
        display: block;
        visibility: visible;
    }
    .event-date.mobileOnly {
        display: none;
        visibility: hidden;
    }
    .event-date .sm-text {
        font-size: .5em;
    }
    .event-date .date {
        font-size: .65em;
    }
    .education-details .item-title .event-type {
        font-size: .4em;
    }
    .education-details .item-title .title {
        font-size: .8rem;
    }
    .eventOverlayWrap .galleryImageWrapper {
        display: inline-block;
        width: 40%;
    }
    .eventOverlayWrap .overlayInfoSidebar {
        display: inline-block;
        height: 100%;
        margin-bottom: 0;
        width: 57%;
    }
    .eventOverlayWrap .shareWrap {
        position: absolute;
    }
    /*------- GALLERY -------*/
    .inlineHead, .filterBlock {
        display: block;
        max-width: 100%;
    }

    #products .filterBlock {
        display: inline-block;
        max-width: 30%;
    }

    .galleryHeader .filterBlock {
        max-width: 100%;
    }

    .fdInline.fdi30 {
        margin-right: 1%;
        width: 30%;
    }

    .filterBlock .formMod.inlineFormField36 {
        width: 38%;
    }

    .pageHeader p.breadcrumbs,
    .pageHeader p.breadcrumbs a {
        font-size: .75rem;
    }

    .filterBlock {
        float: none;
        margin: 1.5rem 0 .5rem 0;
    }

    #products .filterBlock {
        float: right;
        margin: -3.7rem 0 0 3rem;
    }

    .overlayToggle {
        height: 5.6rem;
        width: 1.4rem;
        z-index: 300;
    }

        .overlayToggle.prev {
            left: .2rem;
        }

        .overlayToggle.next {
            right: .2rem;
        }

        .overlayToggle::before, .overlayToggle:before {
            height: 1.7rem;
            width: .975rem;
        }

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

    .overlayInnerSlider {
        max-height: 100%;
        overflow: hidden;
    }

    .overlayContent {
        background: #1c1c1b;
        height: 100%;
        max-height: 100%;
        max-width: 100%;
        overflow: auto;
        width: 100%;
    }

    .galleryOverlayHeader {
        margin-bottom: 0;
        padding: 1rem 0 0 1.6rem;
    }

    .galleryImageWrapper,
    .overlayInfoSidebar {
        display: block;
        width: 100%;
    }

    .galleryImageWrapper {
        height: auto;
    }

    .overlayInfoSidebar {
        height: auto;
        margin-bottom: 5rem;
        min-height: 40%;
    }

    .overlayScrollSection {
        height: auto;
        max-height: 100%;
        padding: 1rem 0 1.6rem 0;
    }

    .sidebarSubhead {
        display: none;
        visibility: hidden;
    }

    .sidebarInner .decoLine {
        display: none;
        visibility: hidden;
    }

    .shareWrap {
        padding: 0;
        position: relative;
    }

    a.closeOverlay {
        right: .5rem;
        top: .5rem;
    }

    .largeImageWrap::before, .largeImageWrap:before {
        padding-top: 47%;
    }

    .morePhotosWrap {
        bottom: 0;
        display: none;
        height: 5rem;
        left: 0;
        position: fixed;
        right: 0;
        visibility: hidden;
    }

    .overlayOpen .morePhotosWrap {
        background: rgba(13,13,12,.8);
        display: block;
        visibility: visible;
    }

    .morePhotosWrap p {
        max-width: 100%;
    }

    .morePhotosSlider {
        max-width: 95%;
        height: 2rem;
    }

    .slideGalleryPhoto {
        width: 19%;
    }

    .overlayToggle.next {
        background-position: -20px 0;
    }

    .sidebarInner {
        padding: 1em 4em;
        position: relative;
    }

        .sidebarHeader, .sidebarInner p.sidebarHeader {
            font-size: 1.2rem;
            max-width: 10em;
            padding: 0 0 .7em 0;
        }

            .sidebarHeader.desktopOnly, .sidebarInner p.sidebarHeader.desktopOnly {
                font-size: 0;
            }

    .sidebarSubhead {
        font-size: .65rem;
    }
    /*------- ABOUT -------*/
    .heroContent.multiCTA .h1style {
        max-width: 24rem;
        margin-bottom: 0;
    }

    .section.centered {
        padding: 4.2rem 0 0 0;
    }

    .centered .sectionInner {
        max-width: 30.6rem;
    }

    .centered p {
        font-size: .8rem;
    }

    .teamMember,
    .teamMember:nth-child(5n+1) {
        margin: 0 0 .3% .3%;
        width: 24.7%;
    }

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

    .teamLink span.emailIcon {
        height: 1.8rem;
        width: 1.8rem;
    }

    .processBlock {
        min-height: 16.2rem;
    }

    .blockInner {
        padding: .8rem 1.2rem;
    }

        .blockInner p {
            font-size: .75em;
        }

            .blockInner p.number {
                font-size: .8em;
            }

            .blockInner p.processTitle {
                font-size: .9em;
            }
    /*------- CONTACT -------*/
    .contactInlineBlock {
        width: 40%;
    }

    .contactForm {
        margin: 2rem 0;
    }

    .formMod.formMod50 {
        display: block;
        margin-right: 0;
        width: 100%;
    }
    /* --------- FIND A REP -------------*/

    .section.mapSection {
        height: calc(100vh - 4em);
        /*top: 3rem;*/
    }

    .mapSection #list {
        width: 18rem;
    }

    .mapListItem.mapSearchBox.mobileOnly {
        display: none;
        visibility: hidden;
    }

    .mapListItemlocations {
        height: 75%;
        /*max-height: 100%;*/
    }

    .mapListItem.location p {
        font-size: .75rem;
    }

    .mapListItem.location .name {
        font-size: .8em;
    }

    .mapListItem.location a.simpleCTA {
        margin: .3rem 0;
        font-size: .7rem;
    }

    /*.mapSection .miniSearchWrap .inline .defaultSelect {
        width: 95%;
    }*/

    #divMap {
        margin: auto;
        left: 18rem;
    }

    /* --------- NEWS / RESOURCES -------------*/
    .smHero .hero {
        margin-top: 3.1rem;
        min-height: 20rem;
    }

    .sidebar.newsSidebar {
        border-left: none;
        border-top: 1px solid #e0e0e0;
        display: block;
        margin-top: 1rem;
        max-width: 100%;
        padding: 1rem 0;
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
    }

    .newsSide:link {
        padding: 1em 1.6em;
    }

    .inlineInner, .inlineInner.large {
        border: none;
        display: block;
        padding: 1.2rem 0 0 0;
        width: 100%;
    }

    .section .inner.padding-right {
        max-width: 100%;
        padding: 1em 13rem 1em 0;
    }

    .section.htmlSection .inner.padding-right {
        padding: 1em 6rem 1em 0;
    }

    .inlineInner .optionsWrap {
        font-size: 20px;
        height: auto;
        padding: 0;
    }

        .inlineInner .optionsWrap::before,
        .inlineInner .optionsWrap:before {
            display: none;
            visibility: hidden;
        }

    .inlineInner .optionsHeader {
        display: block;
        visibility: visible;
    }

    .inlineInner .optionsInner {
        overflow: hidden;
        white-space: normal;
        padding-right: 0;
    }

    .inlineInner .finishOp {
        margin: 0 0 .5em 0;
        min-width: 5rem;
        padding-top: 0.2em;
        width: 11%;
    }

        .inlineInner .opColor,
        .inlineInner .finishOp:hover .opColor,
        .inlineInner .finishOp:focus .opColor {
            height: 4.5rem;
            margin: 0 auto;
            width: 4.5rem;
        }

    .inlineInner .opName {
        font-size: .65rem;
    }

    .inlineInner .formMod.formMod50 {
        margin-right: 0;
        width: 100%;
    }

    .processBlock.rLink,
    .processBlock.rLink:nth-child(4n+4) {
        margin: 0 .5% 1%;
        width: 32%;
    }

    .rLink .blockInner p.processTitle, .rLink .blockInner span.processTitle {
        font-size: 1.2em;
    }

    #education-gallery .filterBlock {
        max-width: 100%;
    }
    /* --------- SEARCH PAGE -------------*/
    .searchFormWrap {
        margin: 1.3rem 0 2.6rem 0;
        width: 63%;
    }

    .noHero #search-page .section:first-child {
        padding-top: 2rem;
    }

    .searchFormWrap .inline .defaultInput {
        width: 70%;
    }

    .searchFormWrap .inline .defaultCTA {
        min-width: 26%;
        padding: 1.35em 1.3em 2.35em 1.3em;
    }

    .resultItem {
        padding: .75rem 0 1.5rem 0;
        margin-bottom: .75rem;
    }

    .searchPaging #pagingList {
        display: block;
    }

    .searchPaging a#prevPage,
    .searchPaging a#nextPage {
        float: none;
        line-height: 1.2em;
    }

    .searchPaging a {
        font-size: .9rem;
    }
    /*CAREER PAGE*/
    .what-we-do-desc {
        font-size: 1rem;
    }
    .career-page .processBlock {
        min-height: 12rem;
    }
    .benefits-box {
        min-height: 17.75rem;
    }
    .benefits-box-title{
        font-size:.9rem;
    }
    .benefits-box-desc,
    .career-page .blockInner .processDescription {
        font-size: .65rem;
    }
    .open-positions-left-wrapper{
        width:40%;
    }
    .open-positions-right-wrapper{
        width:58%;
    }
    .input-wid-50 {
        width: 100%;
    }
    .open-position-subtitle,
    .open-position-title {
        max-width: 16rem;
        padding: 0 2rem 0 0;
    }
    .job-posting-wrapper {
        padding: 7.5rem 0 0;
    }
    .job-posting-inner,
    .open-positions-inner,
    .career-page.processWrap,
    .benefits-inner {
        padding: 0 1.75rem;
    }
    .apply-position-title {
        font-size: 1.4rem;
    }
    .what-we-do-title,
    .life-at-title {
        font-size: 2.1rem;
    }
    .open-position-title{
        font-size:.9rem;
    }
    /* CAREERS */
    .life-at-slick-wrapper .slick-slide img {
        max-height: 18rem;
        max-width: 18rem;
    }
    /*Change background content scroll*/
    .white-navWrap {
        background-color: #fff;
        border-bottom: none;
        box-shadow: 0 0.25em 0.5em 0 rgb(0 0 0 / 25%);
        transition: .5s;
        position: fixed;
    }
    .white-navWrap .link,
    .white-navWrap .rightNavWrap .link,
    .white-navWrap .rightNavSocial{
        color:#333333;
    }
    .white-navWrap .rightNavWrap .link.iconLink img.dark{
        display:block;
        visibility: visible;
    }
    .navWrap.white-navWrap
    .navWrap.white-navWrap::before,
    .navWrap.white-navWrap:before {
        display: none;
    }
    .white-navWrap .navLogo img{
        display:none;
        visibility:hidden;
    }
    .white-navWrap .navLogo img.dark {
        display: block;
        visibility: visible;
    }
    .white-navWrap .mobileMenuToggle .menuBar {
        background-color:#333333;
    }
    .white-navWrap .mainNav {
        padding: 0.7rem 0;
    }
    /* CATENARY FORM */
    .product_records_dynamic.active .Product_records.single.remove {
      padding: 1rem 1rem .1rem;
      margin-right: 1rem;
    }
    /* REP PORTAL SIDEBAR */
    .catenary-wrap #sticky {
      display: block;
      float: none;
      max-width: 42rem;
      position: relative !important;
      top: 0;
      width: 100%;
    }
    .catenary-wrap .desktopSidebar {
      order: 2;
    }
    .catenary-wrap .inlineInner {
      order: 1;
    }
    .sidebarWrap {
      left: unset !important;
      padding: 0 4% 0 0;
      position: relative !important;
      top: unset !important;
      width: 100% !important;
    }
    .innerInlineWrap.catenary-wrap {
      display: flex;
      flex-direction: column;
      gap: 1em;
    }
    .catenary-wrap .sidebarHeader-item.orange {
      height: 2.4em;
      padding: .5em 2em;
    }
    .catenary-wrap .sidebarHeader-item p, 
    .contentWrap .catenary-wrap .sidebarHeader-item p {
      line-height: 1.2em;
    }
    .catenary-wrap .sidebarInner-item {
      padding: 0 3.5em 0 2.1em;
    }
    /* COMPLIANCE NAV UPDATE */
    .ddInnerGroup .ddInnerLink .navImage {
      width: 56%;
    }
}


@media screen and (max-width: 900px), print {
    /*------- DEFAULTS -------*/
    .browserHeight,
    .section.dark.browserHeight {
        max-height: 100%;
        min-height: 24rem;
    }

    .center {
        max-width: 100%;
        padding: 0 1.35rem;
    }

    h2, .h2style {
        font-size: 1.95em;
    }

    .defaultCTA, .navCTA, .rightNavWrap .navCTA {
        font-size: .5rem;
        padding: 1.05em 1em 2.25em 1em;
    }

        .defaultCTA:hover,
        .defaultCTA:focus,
        .defaultCTA {
            background: #ed831f;
            color: #fff;
        }

            .defaultCTA.transparent:hover,
            .defaultCTA.transparent:focus,
            .defaultCTA.transparent {
                background: transparent;
                color: #fff;
                border-color: #9c9c99;
            }

    .heroContent .careerCTA {
        background-color: #ed831f;
        border: 1px solid #ed831f;
    }
    .productCategoryMeta .defaultCTA.transparent {
        margin-bottom: 1.5rem;
    }

    .defaultLabel {
        font-size: .8em;
        left: 1.1rem;
    }

        .defaultLabel.smallLabel,
        .inputFocused .defaultLabel.selectLabel,
        .textEntered .defaultLabel.selectLabel,
        .inputFocused .defaultLabel,
        .textEntered .defaultLabel {
            left: .7rem;
            line-height: 1.7em;
        }

        .defaultLabel.smallLabel {
            left: 1.8rem;
        }

    .footerTop .defaultLabel {
        left: 1.8rem;
    }

    .defaultInput, .defaultSelect, .defaultTextarea {
        font-size: .8em;
    }

    .noHero .section:first-child {
        padding-top: 3.5rem;
    }

    .noHero .section.htmlSection:first-child {
        padding-top: 2.5rem;
    }

    .htmlSection p img[style*="left"],
    .htmlSection img[style*="left"],
    .htmlSection p img[style*="right"],
    .htmlSection img[style*="right"],
    .htmlSection p img,
    .htmlSection img {
        height: auto !important;
        margin: .5rem 0;
        width: 100% !important;
    }

    .noHero.map .section:first-child {
        padding-top: 0rem;
    }

    .htmlSection ul, .htmlSection ol, ul, ol {
        padding: 0 0 0 1.3rem;
    }

        .htmlSection ul li, .htmlSection ol li, ul li, ol li {
            font-size: .8rem;
        }

    .tableOverflowWrap {
        display: block;
        overflow-y: auto;
        position: relative;
    }

    .privacy-table th p, .privacy-table td p {
        font-size: .7em;
        padding: .3em;
    }

    .simpleCTA:hover::before,
    .simpleCTA:hover:before,
    .simpleCTA:focus::before,
    .simpleCTA:focus:before {
        background-color: #ed831f;
    }
    /*------- NAVIGATION -------*/
    .rightNavWrap .navCTA:hover,
    .rightNavWrap .navCTA:focus,
    .rightNavWrap .navCTA {
        background: #ed831f;
    }

    .searchWrap {
        height: 3.5rem;
    }

    .searchInner .center {
        padding: 0 1.4rem 0 1rem;
    }

    .searchOpen .searchWrap .formMod {
        width: 95%;
    }

    .ui-autocomplete {
        max-width: 300px;
    }

    .searchInner .defaultLabel {
        font-size: .65em;
    }

    .searchInner .textEntered .defaultLabel,
    .searchInner .inputFocused .defaultLabel {
        font-size: .45rem;
        left: 1em;
    }

    .searchInner .defaultInput {
        min-height: 2em;
        padding: .6em;
    }

    .searchInner .defaultCTA {
        font-size: .6rem;
    }

    .searchOpen .navWrap {
        top: 4rem;
    }

    .searchOpen .searchWrap .formMod {
        float: left;
    }

    .mobileMenuToggle {
        margin: 0;
    }

    .navWrap {
        padding: 0;
    }

    .navLogo {
        width: 6.4rem;
    }

    .rightNavWrap {
        padding-right: .5rem;
    }

    .link.iconLink,
    .link.iconLink .dark,
    .altHero .link.iconLink .dark,
    .noHero .link.iconLink .dark {
        display: none;
        visibility: hidden;
    }
    .menuOpen .link.iconLink {
        display: block;
        padding: .5em 1.625em;
        position: absolute;
        right: 0;
        top: 0;
        visibility: visible;
        z-index: 250;
    }

        .menuOpen .link.iconLink.dark {
            display: none;
            visibility: hidden;
        }

        .menuOpen .link.iconLink img,
        .altHero.menuOpen .link.iconLink img,
        .noHero.menuOpen .link.iconLink img {
            display: block;
            width: .75rem;
            visibility: visible;
        }

            .menuOpen .link.iconLink img.dark,
            .noHero .link.iconLink .dark,
            .whiteNav .linkIconLink .dark,
            .altHero .whiteNav .link.iconLink .dark {
                display: none;
                visibility: hidden;
            }


    .menuOpen .navLinkWrap,
    .menuOpen .navLinkWrap.mobileOnly {
        max-width: 100%;
        padding: 0;
    }

    .navLinkWrap::before,
    .navLinkWrap:before {
        max-width: 100%;
    }

    .menuOpen .navLinkInner {
        max-width: 100%;
    }

    .hasDropdown.dropdownOpen .dropdownWrap {
        background: #e8e8e8;
        height: 100%;
        max-width: 100%;
        top: 3.2rem;
    }

        .hasDropdown.dropdownOpen .dropdownWrap.simple {
            background: #333;
            height: 100%;
        }
    /*------- FOOTER -------*/
    .footerWrap .footerMain .formMod .defaultCTA:hover,
    .footerWrap .footerMain .formMod .defaultCTA:focus {
        background: #424240;
    }

    .mortarrLink:hover,
    .mortarrLink:focus,
    .mortarrLink {
        color: #8a8a87;
        border-color: rgba(212,212,203, .16);
    }

        .mortarrLink:hover .icon,
        .mortarrLink:focus .icon
        .mortarrLink .icon {
            background: url(/images/mortarr.png) no-repeat center;
            background-size: 100% auto;
        }

    .footerWrap {
        padding-top: 2.5rem;
    }

    .footerTop {
        padding-bottom: 2rem;
    }

    .footerColumnWrap {
        padding-top: 2rem;
    }

    .footerColumn,
    .footerColumn.narrow,
    .footerColumn:first-child,
    .footerColumn.wide {
        display: block;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        width: 100%;
    }

        .footerColumn.wide {
            padding-top: 2rem;
        }

    .footerLink {
        display: none;
        visibility: hidden;
    }

        .footerLink.footerColHeader,
        .footerLink.footerColHeader:hover,
        .footerLink.footerColHeader:focus,
        .footerColumn.narrow .footerLink.footerColHeader,
        .footerColumn.narrow .footerLink.footerColHeader:hover,
        .footerColumn.narrow .footerLink.footerColHeader:focus {
            display: block;
            margin: 0 auto .6em auto;
            padding: .5em 0 .8em;
            text-align: center;
            visibility: visible;
        }

    .footerWrap .formMod {
        width: 100%;
    }

    .footerWrap .formMod {
        width: 100%;
    }

    .footerMain .inline .defaultInput {
        width: 69%
    }

    .footerWrap .footerMain .formMod .defaultCTA {
        min-width: 29%;
        font-size: .6rem;
        padding: 1.35em 1.2em 2.55em 1.2em;
    }

    .contactLine p, .copyLine a, .copyLine p {
        display: block;
        padding: .5em 0;
    }

    /*.contactLine p a::before,
        .contactLine p a:before {
            display: block;
        }*/

    .footerTop .formWrap {
        max-width: 100%;
        width: 100%;
    }

    .inline .defaultInput,
    .inline .defaultSelect,
    .inline .defaultTextarea {
        margin-right: 1%;
        width: 67%;
    }

    .formWrap .inlineButton {
        max-width: 30%;
        min-width: 25%;
        padding: 1.35em 1.7em 2.35em 1.7em;
    }

    .mortarrLink {
        max-width: 100%;
    }

    .copyLine {
        padding: 1rem 0 0 0;
    }
    /*------- HOME -------*/
    .homeHeroSlider.desktopOnly {
        display: none;
        visibility: hidden;
    }

    .homeHeroSlider.mobileOnly {
        display: block;
        visibility: visible;
    }

    .smHero .hero {
        min-height: 15rem;
    }

    .h1style.animatedText {
        max-width: 10em;
        font-size: 1.65rem;
    }

    .hero .center {
        padding: 0 1.25rem;
    }

    .section#designer-feature .inner {
        padding: 4.9em 0 0em 0;
    }

    .inlineContent {
        display: block;
        vertical-align: middle;
        width: 80%;
    }

    .designFeatureImage {
        padding: 100% 0 0 0;
        vertical-align: middle;
        width: 80%;
    }

        .designFeatureImage img {
            right: -80%;
            top: 0;
        }

    #designer-feature .inner .defaultCTA {
        margin: 1rem auto;
    }

    .newsWrap {
        text-align: left;
    }

    .newsLink,
    .newsLink:nth-child(3n+3) {
        margin: 1.2em 2.2% .5rem 0;
        width: 48.8%;
    }

        .newsLink:nth-child(even) {
            margin-right: 0;
        }

        .newsLink .linkTitle {
            font-size: 1.15em;
            padding-bottom: 1em;
        }

    .newsLinkArrow {
        width: .8rem;
        margin: 0 0 0 .75rem;
    }
    #catenary-guide .sectionImage {
        display: block;
        margin: 0 auto 2rem auto;
        width: 55%;
    }
    #catenary-guide .inlineContent {
        width: 80%;
    }
    /*------- PRODUCTS -------*/
    .pageLink:hover .icon,
    .pageLink:focus .icon {
        background-image: url(/images/page-icons.png);
    }

    .pageScroll:hover,
    .pageScroll:focus {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }

    .productHero .heroImage img.mobileOnly {
        display: block;
        visibility: visible;
    }

    .productHero .heroImage img {
        display: none;
        visibility: hidden;
    }

        .productHero .heroImage img.mobileOnly {
            display: block;
            height: auto;
            min-width: 100%;
            visibility: visible;
        }

    .sidebar, .productFeature {
        display: block;
        margin-top: 0;
        max-width: 100%;
        width: 100%;
    }

    .sidebar {
        border-right: none;
        padding: 0 0 1rem 0;
    }

    .designerSidebar {
        margin-top: -2rem;
    }

    .wood .sidebar, .productDetail .sidebar {
        border-right: none;
        display: block;
        float: none;
        padding: 0 0 1rem 0;
        width: 100%;
    }

    .productFeatureContainer {
        padding-top: 5rem;
        width: 100%;
    }

    .productFeature {
        padding: 0 0 0 0;
    }

    .stickyInner {
        max-width: 70%;
    }

    .prodName {
        max-width: 29%;
        min-width: 4rem;
    }

        .prodName p {
            font-size: .65rem;
            line-height: 1.2em;
            padding: .6rem .8rem;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 95%;
        }

    .stickyInner .stickyLeftNav {
        display: table;
        height: 100%;
    }

    .linkWrap::before,
    .linkWrap:before {
        background: #2f2f2f;
        width: 100%;
    }

    .linkWrap.active ::before,
    .linkWrap.active:before {
        background: #ed831f;
    }

    .linkWrap:first-child, .linkWrap {
        border-left: .5rem solid #2f2f2f;
        display: table-cell;
        /*margin-left: .5rem;*/
        vertical-align: middle;
    }

        .linkWrap .pageLink {
            padding: .95rem .2rem;
        }

    .dlGroup p {
        font-size: .9rem;
    }

    .downloadLink {
        font-size: .8em;
        padding: 1em 0 .3em 1.6em;
    }

        .downloadLink::before, .downloadLink:before {
            top: 1.05em;
        }

    .stickyNavWrap .pageLink .icon {
        display: none;
        visibility: hidden;
    }

    .stickyNavWrap .defaultCTA,
    .stickyNavWrap .defaultCTA:hover,
    .stickyNavWrap .defaultCTA:focus {
        display: none;
        visibility: hidden;
    }
    /*.productFeature.accoya-wood > img {
            margin-top: -2.8em;
        }*/
    .model {
        height: 100%;
        left: 0;
        margin: auto;
        right: 0;
        width: 100%;
    }

        .model canvas {
            left: 0;
            margin: auto;
            min-width: 100%;
            right: 0;
        }

    .modelHelp {
        /*bottom: 6.2rem;*/
        bottom: 15%;
        font-size: .8rem;
        max-width: 190px;
    }

        .modelHelp::before,
        .modelHelp:before {
            background: url(/images/mob-scroll-icon.png) no-repeat left center;
            background-size: auto 100%;
            height: 1.2rem;
            width: 1.2rem;
        }

    .designerOptions {
        bottom: 0rem;
        padding: 0;
    }

        .designerOptions.open {
            bottom: 0;
        }


    .productFeature, .prodFeatInner {
        margin: 1.8em 0 0 0;
    }

        .productFeature.accoya-wood {
            display: block;
            top: 0 !important;
        }

    .wood .productFeature.default {
        margin: 5rem 0 3rem 0;
        opacity: 1;
        position: relative;
        top: 0;
        width: 100%;
    }

    .productFeature .h2style {
        width: 75%;
    }

        .productFeature .h2style.deco::before,
        .productFeature .h2style.deco:before {
            top: 79%;
        }

    .productFeature.default p {
        width: 54%
    }

    .featureImage,
    .wood .featureImage {
        bottom: 0;
        opacity: 1 !important;
        right: -4rem;
        width: 65%;
    }

    .accoya-wood .prodFeatInner {
        padding: 2rem 0 1rem 1.5rem;
    }

    .productFeature .accChart {
        max-width: 100%;
    }

    .featFooter {
        padding: 2.5rem 0 0 0;
    }

        .featFooter img {
            max-width: 7.5rem;
        }

        .featFooter .featInfo p {
            font-size: .6rem;
            margin-right: 1.5rem;
        }

            .featFooter .featInfo p img {
                max-width: 2.25rem;
            }

    .scrollmagic-pin-spacer {
        min-height: 100% !important;
    }

    #designer {
        width: 100% !important;
        /*padding-top: 2rem;*/
    }

        #designer.section .inner {
            padding-bottom: 0;
        }

    #similar-products .center {
        padding: 0;
    }


    .similarProdWrap {
        margin: 1rem auto 0 auto;
        padding-bottom: 1rem;
        overflow: hidden;
    }

    #featured-projects .similarProdWrap {
        padding-bottom: 3rem;
    }

    .similarProdInner {
        overflow-x: auto;
        padding: 1.5rem 8rem .5rem 0;
        position: relative;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

        .similarProdInner .spacer {
            display: inline-block;
            vertical-align: middle;
            width: 5.4rem;
        }

    .similarProdWrap::before,
    .similarProdWrap:before {
        background: url(/images/mobile-fade.png) no-repeat right 0;
        background-size: auto 100%;
        bottom: 0;
        content: '';
        display: block;
        height: 100%;
        margin: auto;
        max-height: 23.5rem;
        pointer-events: none;
        position: absolute;
        right: -1.35rem;
        top: 0;
        width: 9.2rem;
        z-index: 100;
    }

    .prodLink.large .featureImageDetail,
    .prodLink.large:hover .featureImageDetail,
    .prodLink.large:focus .featureImageDetail {
        padding: 1.1rem 1.55rem 5.1rem 1.1rem;
    }

    .simpleCTA.centered {
        margin-top: 1em;
    }

    .pageHeader p.breadcrumbs {
        display: none;
        visibility: hidden;
    }

    .largeImage {
        width: 100%;
    }

    .prodLink {
        /*min-width: 13rem;*/
        margin: 0 1% 1% 0;
        min-width: 49%;
        white-space: normal;
    }

    .similarProdInner .prodLink {
        min-width: 10rem;
        overflow: hidden;
    }

        .similarProdInner .prodLink .imageWrap::before,
        .similarProdInner .prodLink .imageWrap:before {
            display: none;
        }

    .prodLink:hover .imageWrap,
    .prodLink:focus .imageWrap {
        border-radius: 0;
        left: 0;
        right: 0;
        top: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }

    .prodLink.large:hover .featureImageDetail,
    .prodLink.large:focus .featureImageDetail {
        left: 0;
        top: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }

    .prodLink .imageWrap img,
    .prodLink:hover .imageWrap img,
    .prodLink:focus .imageWrap img {
        filter: none;
        opacity: .85;
    }

    .similarProdWrap .prodLink.imgWrap {
        margin-bottom: 0;
    }

    .prodLink.active .imageWrap img, .prodLink:hover .imageWrap img, .prodLink:focus .imageWrap img {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }

    #products .filterBlock {
        display: block;
        float: none;
        margin: 1.5rem 0 .5rem 0;
        max-width: 100%;
    }

    .prodsWrapInner .gutter-sizer {
        width: .3%;
    }

    .productsWrap {
        margin-left: .4%;
    }

    .prodsWrapInner .grid-sizer {
        width: 49.8%;
    }

    .prodLink.med,
    .prodLink.med:nth-child(5n+5),
    .prodLink.med:nth-child(4n+4) {
        margin: 0 0 .2% 0;
        min-width: 7rem;
        width: 49.3%
    }

        .prodLink.med .imageWrap {
            padding: 126% 0 0 0;
        }


    .largeImage {
        width: 100%;
    }

    .section#gallery .largeImage {
        margin-bottom: .4%;
    }

    .playButton {
        height: 3rem;
        width: 3rem;
    }

        .playButton::before,
        .playButton:before {
            font-size: .7rem;
            height: 2rem;
            padding: .4rem .85rem;
            width: 2rem;
        }

    .largeImage:hover img, .largeImage:focus img {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
    /*------- EDUCATION & EVENTS -------*/
    .event-date.desktopOnly {
        display: none;
        visibility: hidden;
    }

    .event-date.mobileOnly {
        display: block;
        visibility: visible;
    }
    #education .filterBlock {
        max-width: 100%;
    }
    .fdInline.fdi50 {
        margin-right: 0;
        width: 100%;
    }
    .educationLink.med {
        width: 49.8%;
    }
    .education-details .item-title .title,
    .static .education-details .item-title {
        font-size: 1rem;
    }
    .event-date {
        padding: .3em .8em .5em .8em;
    }
        .event-date .sm-text {
            font-size: .6em;
        }
        .event-date .date {
            font-size: .8em;
        }
    .education-details .item-title {
        padding-top: 25%;
    }
    .eventOverlayWrap .galleryImageWrapper,
    .eventOverlayWrap .overlayInfoSidebar {
        display: block;
        padding-bottom: 0;
        width: 100%;
    }
    .eventOverlayWrap .largeImageWrap {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
        .eventOverlayWrap .largeImageWrap::before,
        .eventOverlayWrap .largeImageWrap:before {
            padding: 70% 0 0 0;
        }
        .eventOverlayWrap .largeImageWrap img {
            height: 90%;
            min-height: 90%;
        }
        .eventOverlayWrap .overlayContent {
            bottom: auto;
            height: 100%;
            max-height: 45rem;
            top: 0;

        }

    .eventOverlayWrap .event-date {
        left: 10%;
        z-index: 400;

    }
    .eventOverlayWrap .overlayInfoSidebar {
        height: 50%;
    }
    .eventOverlayWrap .event-length {
        margin-top: .4em;
    }
    .eventOverlayWrap .sidebarInner {
        padding: 1em 2em 1em 2em;
    }
    .eventOverlayWrap .shareWrap {
        bottom: 1rem;
        padding: 1.2rem 2rem;
    }
    .eventOverlayWrap .event-overlay-content {
        padding: 0;
    }
    /*------- GALLERY -------*/
    .galleryHeader, .pageHeader {
        margin-bottom: 0rem;
    }

    .fdInline.fdi30 {
        margin-right: 0;
        width: 100%;
    }

    .filterBlock .formMod.inlineFormField36 {
        width: 100%;
    }

    .sidebarInner {
        padding: 1em 2em;
    }

    .galleryItem img,
    .galleryItem:hover img,
    .galleryItem:focus img {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
    /*------- ABOUT -------*/
    .videoControlWrap {
        right: .75rem;
        bottom: .75rem;
    }

    .heroContent.multiCTA .defaultCTA {
        font-size: .6rem;
        margin: 1rem .2rem 0 0;
        min-width: 7.4rem;
        padding: 1.15em 1.2em 2.35em 1.2em;
    }

    .hero.aboutHero .center {
        padding: 0 1rem;
    }

    .center .header, .header {
        font-size: 1.45rem;
    }

    .processWrap {
        overflow: hidden;
        width: 100%;
    }

    #our-community p {
        max-width: 90%;
    }
    /*.pwInner {
        display: block;
        overflow: auto;
        position: relative;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }*/
    .processBlock {
        float: left;
        max-width: 48%;
        margin: 0 1% 2% 1%;
        min-height: 14rem;
        width: 50%;
        white-space: normal;
    }

    .blockInner {
        padding: .6rem .45rem;
    }

        .blockInner p {
            font-size: .65em;
        }
    .career-page .blockInner .processDescription {
        font-size: .65em;
    }

    .processBlock .decoLine {
        margin: .6em .1em .8em .1em;
    }

    .sectionBlock {
        padding: 0 .5rem .8rem .5rem;
        width: 50%;
    }

        .sectionBlock p {
            font-size: .75rem;
        }

    .teamWrapper {
        overflow: hidden;
        padding-top: 2.5rem;
    }

    .teamWrapInner {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        padding-right: 2.25rem;
        position: relative;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

    .teamWrapper::after,
    .teamWrapper:after {
        background: url(/images/mobile-fade.png) no-repeat right 0;
        background-size: auto 100%;
        bottom: 4rem;
        content: '';
        display: block;
        height: 100%;
        margin: auto;
        max-height: 15rem;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: auto;
        width: 34%;
        z-index: 100;
    }

    .teamMember {
        min-width: 11rem;
        white-space: normal;
    }
    .teamImageWrap::before,
    .teamImageWrap:before {
      padding: 100% 0 0 0;
    }

    .charityWrap p.medHeader,
    #our-community .charityWrap p.medHeader {
        margin-bottom: 0;
    }

    .communityLink {
        height: 4.5rem;
        width: 30%;
    }

        .communityLink img {
            max-width: 3.5rem;
        }
    /*------- CONTACT -------*/
    #contact-info {
        padding-top: 1rem;
    }

    .contactInlineBlock {
        display: block;
        width: 50%;
    }
    #event-reg .contactInlineBlock .defaultCTA {
        font-size:.6em;
        margin-top: 1em;
        width: 100%;

    }
    /* --------- FIND A REP -------------*/
    .section.mapSection {
        top: 1rem;
    }

    .mobileToggleWrap {
        position: relative;
        display: block;
        z-index: 100;
    }

    .toggleWrapInner {
        border-bottom: 1px solid #8b8b8b;
        font-size: 0;
        position: relative;
        display: block;
    }

    .mobile-toggle-tab {
        position: relative;
        background: #ed831f;
        display: inline-block;
        font-family: "Simian", 'Trebuchet MS', 'Segoe UI', sans-serif;
        width: 48%;
        margin: 0 1% -1px 1%;
        padding: .5em 1em;
        font-size: 1rem;
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        opacity: .85;
        font-weight: 700;
        text-transform: uppercase;
        vertical-align: bottom;
        border: 1px solid #ed831f;
        border-bottom-color: #8b8b8b;
    }

        .mobile-toggle-tab.active {
            background: #fff;
            padding: .8em 1em 1.05em 1em;
            margin-bottom: -1px;
            color: #282828;
            border: 1px solid #8b8b8b;
            border-bottom-color: #fff;
            opacity: 1;
        }

        .mobile-toggle-tab:nth-child(2) {
            margin-right: 0;
        }

    .mapListItem.location {
        padding: 1em;
    }

    #divMap {
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .tabsViewBox {
        position: relative;
        display: block;
        min-height: 22.6rem;
        height: 100%;
        top: 0;
    }

    .mapSection #list {
        width: 100%;
        z-index: 50;
        height: 95% !important
    }

    #list .mapSearchBox {
        display: none;
        visibility: hidden;
    }

    .mapSearchBox.mobileOnly {
        display: block;
        visibility: visible;
    }

    #divMap {
        left: 0;
        margin: auto;
        right: 0;
        width: 100%;
    }

    #locationsList {
        height: calc(100vh - 14em);
    }

    .mapSection .miniSearchWrap {
        padding: 1em;
    }

    /*.mapSection .miniSearchWrap .formWrap .inlineButton {
            font-size: 0.5rem;
        }*/

    .mapPopUp.mobile {
        top: 62%;
        left: 0;
        right: 0;
        bottom: auto;
        margin: auto;
        z-index: 40;
    }

    .mapSection .mapPopUp .popup-anchor {
        position: relative;
        padding-top: 0;
    }

    .mapSection .mapPopUp .popup-content {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 20px;
        margin: auto;
        padding: .75rem 1.5rem 1rem 1rem;
    }

    .mapPopUp .popup-anchor .close {
        top: .6rem;
        right: .6rem;
        height: .8rem;
        width: .8rem;
    }

    .mapPopUp::after, .mapPopUp:after {
        display: none;
        visibility: hidden;
    }
    /* --------- NEWS / RESOURCES -------------*/
    .htmlSection p.header.deco::before,
    .htmlSection p.header:before {
        top: 90%;
    }

    .htmlSection p {
        font-size: .8rem;
        padding-bottom: .75rem;
    }

        .htmlSection p.h3style, .cke_editable p.h3style {
            font-size: 1.3rem;
            line-height: 1.2em;
        }

        .htmlSection p.smallHeader, p.smallHeader {
            font-size: 1.2rem;
        }

    .indent {
        padding-left: .75rem;
    }

    .pageHeader .newsDate {
        padding-left: 0;
    }

    .section .inner.padding-right {
        padding-top: 0;
        padding-right: 0;
    }

    .section.htmlSection .inner.padding-right {
        padding-right: 0;
    }

    .processBlock.rLink,
    .processBlock.rLink:nth-child(4n+4) {
        margin: 0 .5% 1%;
        width: 48%;
    }

    #education-gallery .galleryWrap {
        max-width: 100%;
    }

    .threeCol .galleryItem:nth-child(3n+1),
    .threeCol .galleryItem {
        width: 49%;
    }

    .videoWrapInner .gutter-sizer {
        width: 1%;
    }

    .threeCol .videoWrapInner .grid-sizer,
    .threeCol .galleryItem.video {
        width: 49.5%;
    }

    .video .playButton,
    .video:hover .playButton,
    .video:focus .playButton {
        border: none;
        height: 2.7rem;
        opacity: 1;
        top: 30%;
        width: 2.7rem;
    }

        .video .playButton::before, .video .playButton:before {
            height: 2rem;
            font-size: .7rem;
            padding: .59em 1.18em;
            width: 2rem;
        }

    .videoWrapInner .galleryItem .video-title {
        font-size: .65rem;
        padding: .6rem .6rem 0;
    }
    /* --------- SEARCH PAGE -------------*/
    .searchFormWrap {
        width: 100%;
    }

        .searchFormWrap .inline .defaultCTA {
            font-size: .55em;
            padding: 1.65em 1.3em 2.75em 1.4em;
        }

    .resultItem span {
        line-height: 1.2em;
        max-width: 90%;
        padding-bottom: .25em;
    }

    .searchPaging a {
        font-size: .75rem;
    }
    /*ABOUT CAREERS*/
    .what-we-do-wrapper,
    .benefits-wrapper,
    .life-at-wrapper,
    .open-positions-wrapper {
        padding: 5.3rem 0 0;
    }

    .what-we-do-inner,
    .processWrap,
    .benefits-inner,
    .life-at-inner,
    .open-positions-inner,
    .job-posting-inner{
        max-width: 25rem;
        padding: 0 .75rem;
    }
    .career-page.processWrap {
        padding: 0 .5rem;
    }
    .blockInner p.processTitle {
        font-size: .8rem;
    }
    .what-we-do-title,
    .life-at-title,
    .job-posting-title {
        font-size: 1.4rem;
        line-height: 1.25em;
    }

    .what-we-do-desc,
    .job-posting-desc,
    .job-posting-inner ul li{
        font-size: 0.8rem;
        font-weight: 500;
        line-height: 1.375em;
    }

    .career-page .processBlock {
        min-height: 7.7rem;
    }

    .open-positions-inner-wrapper {
        flex-wrap: wrap;
    }

    .open-positions-left-wrapper,
    .open-positions-right-wrapper {
        padding: 0;
        width: 100%;
    }

    .open-positions-left-wrapper {
        padding: 0 2.9rem;
    }

    .open-position-title,
    .open-position-subtitle {
        max-width: 10rem;
        padding: 0 1rem 0 0;
    }
    .nice-selectFilterWrap .nice-select:after {
        right: 32px;
    }
    .open-position-title {
        font-size: .8rem;
        padding: 0 0 .1rem 0;
    }
    .open-position-subtitle {
        font-size: .6rem;
        line-height: 1.16em;
    }
    .open-positions-right-wrapper,
    .open-positions-left-wrapper + .open-positions-right-wrapper {
        border-top: 1px solid #D9D9D9;
        padding: 2rem 0 1rem;
        border-left: 0;
    }
    .input-wid-50 {
       flex-basis:100%;
    }
    .benefits-box {
        flex-basis: calc(50% - 0.225rem);
        min-height: 12rem;
    }
    .benefits-box-wrapper {
        gap: 0.45rem;
    }
    .benefits-box-inner {
        padding: .75rem;
    }
    .benefits-box-title {
        font-size: .8rem;
    }
    .benefits-box-desc {
        font-size: .6rem;
    }
    .open-positions-inner .sectionInner,
    .life-at-inner .sectionInner,
    .benefits-inner .sectionInner {
        margin: 0 auto 2rem;
    }
    .career-btn-wrap {
        display: flex;
        flex-direction: row-reverse;
        gap: .3rem;
    }
    .form-label, .form-label-textarea {
        font-size: .7rem;
        top: 0.85rem;
    }
    .form-input .form-label.smallLabel,
    .form-input.inputFocused .form-label,
    .form-input.textEntered .form-label {
        top: 0.5rem;
    }
    .form-default-input {
        height: 3.125em;
        padding: 1.3em 0.9em 0.5em;
    }
    .nice-selectFilterWrap .nice-select {
        height: 3.572em;
        font-size: .7rem;
    }
    .orange-filled-btn,
    .grey-filled-btn {
        font-size: .65rem;
        flex-basis: calc(50% - 0.15rem);
    }
    .grey-filled-btn {
        padding: 1.2em .3em 2.5em .3em;
    }
    .contact-form-inner{
        gap:.3rem;
    }
    .icon-box {
        height: 1.2rem;
        margin: 0 0 0.6rem 0;
        width: 1.2rem;
    }

    .career-page .pwInner {
        align-items: stretch;
        display: flex;
        flex-wrap: wrap;
    }
    .job-posting-wrapper {
        padding: 5.6rem 0 0;
    }
    .jobposting .mobileMenuToggle .menuBar{
        background:#333;
    }
    .apply-position-title {
        font-size: 1rem;
        line-height: 1.2rem;
        text-align: center;
    }
    .career-overlay-inner {
        left: 0;
        transform: none;
        height: 100%;
        padding: 3rem 1.5rem;
        bottom: 0;
        right: 0;
        top: auto;
        max-height: 20.55rem;
    }
    .career-overlay-title {
        font-size: 1.4rem;
        line-height: 1.3em;
    }
    .career-overlay-desc {
        font-size: .8rem;
        line-height: 1.375em;
        padding: .1rem 0 1.3rem;
    }
    .resume-attached span {
        width: 6.1rem;
        white-space: nowrap;
    }
    .resume-img-close {
        right: 0.3rem;
        width: 0.9rem;
    }
/*    .life-at-slick-wrapper .slick-slide img.landscape-life-at-slider-banner {
        height: 11.45rem;
        width: 13.9rem;
    }
    .life-at-slick-wrapper .slick-slide img.portrait-life-at-slider-banner {
        height: 13.9rem;
        width: 11.45rem;
    }*/
    .slick-next {
        height: 1.75rem;
        right: .45rem;
        width: 1.75rem;
    }
    /* POPUP NEWSLETTER */
    .email-signup-form-wrap .defaultCTA {
      font-size: .65rem;
    }
    .email-signup-form-wrap .defaultInput {
      font-size: .7em;
    }
    .email-signup-form-wrap .defaultLabel {
      top: .6em;
    }
    .email-signup-form-wrap .textEntered .defaultLabel, 
    .email-signup-form-wrap .input-focused .defautLabel {
      top: .4em;
    }
    .ddInnerGroup .ddInnerLink .navImage {
      width: 36%;
    }
    .tooltip-image-wrap img {
      height: auto;
      min-height: 100%;
      width: 100%;
    }
    .tooltip-overlay .tooltip-image-wrap {
      height: 25em;
      max-width: 25em;
    }
    .tooltip-overlay .tooltip-image-wrap img {
      height:auto;
      width: 100%;
    }
    /* REP PORTAL */
    .catenary-wrap .sidebarHeader-item.orange {
      padding: .5em 1em;
    }
    .catenary-wrap .sidebarInner-item {
      padding: 0 1em;
    }
}

@media screen and (max-width: 900px) and (orientation: landscape), print {
    /* 3D Designer */
    .designerSidebar {
        margin-top: -3rem;
    }

    .designerOptions {
        left: auto;
        width: 80%;
    }

    .desOptionNav a {
        padding: .8rem 0;
    }

    #designer.section .inner {
        padding-bottom: 11rem;
    }

    .adjBrightWrap {
        margin-top: 1rem;
    }

    .brightSlide, input[type='range'] {
        top: -4.5rem;
        width: 8.5rem;
    }

    .model {
        height: 65%;
    }
    /* COMPLIANCE NAV UPDATE */
    .ddInnerGroup .ddInnerLink .navImage {
      right: -3%;
      width: 36%;
    }
}

@media screen and (max-width: 600px), print {
    /*------- DEFAULTS -------*/
    /*------- NAVIGATION -------*/
    /*------- FOOTER -------*/
    .footerMain .inline .defaultInput {
        width: 68%;
    }

    .footerTop .defaultLabel {
        left: .7rem !important;
    }
    /*------- HOME -------*/
    .newsLink,
    .newsLink:nth-child(even),
    .newsLink:nth-child(3n+3) {
        display: block;
        margin: 1em auto 0 auto;
        width: 100%;
    }

    .h1style.animatedText {
        font-size: 1.55rem;
    }

    #catenary-guide .sectionImage {
        display: block;
        margin: 1rem auto;
        width: 65%;
    }

    #catenary-guide .inlineContent {
        width: 95%;
    }
    /*------- PRODUCTS -------*/
    .linkWrap {
        min-height: 2.4rem;
    }

        .linkWrap .pageLink {
            max-width: 4rem;
            padding: .6rem .2rem 0.6rem .2rem;
        }

    .accoya-wood .prodFeatInner {
        padding: 0 0 1rem 1.3rem;
    }

    .productFeature p.barText {
        margin-right: .7rem;
    }

    .productFeature .accChart p, .productFeature p.barText {
        font-size: .55rem;
    }

    .featFooter {
        padding: 1.5rem 0 0 0;
    }

        .featFooter .featInfo p {
            padding-left: 0;
        }
    /*------- EDUCATION & EVENTS -------*/
    .static .education-details {
        padding: 20% 0 0 0;
    }

        .education-details .item-title .title,
        .static .education-details .item-title {
            font-size: .7rem;
        }

    .event-date {
        left: 1em;
        padding: .2em .5em .4em .5em;
    }

        .event-date .sm-text {
            font-size: .4em;
        }

        .event-date .date {
            font-size: .6em;
        }

    .education-details .item-title {
        padding-top: 29%;
    }

    .education-details {
        padding: 0 1rem;
    }

    .eventOverlayWrap .overlayInfoSidebar {
        height: 65%;
    }
    /*------- GALLERY -------*/
    /*------- ABOUT -------*/
    /*------- CONTACT -------*/
    /* --------- FIND A REP -------------*/
    /* --------- NEWS / RESOURCES -------------*/
    .processBlock.rLink,
    .processBlock.rLink:nth-child(4n+4) {
        margin: 0 .5rem .5rem 0;
        max-width: 48%;
        min-height: 5rem;
        width: 48%;
    }

    .processBlock.rLink:nth-child(even) {
        margin-right: 0;
    }

    .rLink .blockInner p.processTitle, .rLink .blockInner span.processTitle {
        font-size: .95rem;
    }
    /* CAREERS */
    .life-at-img-wrapper {
        margin: 0 1rem 0 0;
    }
    .life-at-slick-wrapper .slick-slide img {
        max-height: 14rem;
        max-width: 14rem;
    }
    /* COMPLIANCE NAV UPDATE */
    .ddInnerGroup .ddInnerLink .navImage {
      width: 54%;
    }
    .tooltip:hover .tooltip-txt {
      visibility: hidden;
    }
    .tooltip-overlay .tooltip-image-wrap {
      height: 18em;
      max-width: 18em;
    }
    .overlayClose {
      right: 0;
    }
    /* CATENARY FORM */
    .catenary-wrap .inlineInner.large {
      padding: 1.3rem 2% 0 0;
    }
    .catenary-wrap .contactForm .weightperft .defaultLabel {
      top: .1em;
    }
    .product_records_dynamic.active .Product_records.single.remove {
      margin-right: 0;
    }
    .remove-field, 
    .remove-field.extra-fields-product.defaultCTA.btn-remove-product {
      bottom: -3.3rem;
      right: 0;
      top: auto;
    }
}
.remove-field {
    padding: 0.55em 1.1em 1.65em 1.1em;
    margin-bottom: 10px;
}
.imlbWrap {
    position: fixed;
    display: none;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 0 0 0;
    z-index: 9998;
    text-align: center;
    /*background: rgba(24,164,219,.65);*/
    /*background: #18a4db;*/
    background: #000000;
    background: rgba(0,0,0,.88);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    box-sizing: border-box;
}

.imlbWrap a {
    text-decoration: none;
}

.imlbWrap::before, .imlbWrap:before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.imlbContent {
    position: absolute;
    top: 0px;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.imlbDisplay {
    position: relative;
    padding: 35px 100px;
    box-sizing: border-box;
    z-index: 100;
}

    .imlbDisplay div {
        position: relative;
    }

        .imlbDisplay div img {
            display: block;
            width: auto;
            max-height: 100%;
            height: auto;
            object-fit: contain;
        }

    .imlbDisplay .video {
        cursor: pointer;
    }

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

.imlbControls {
    position: fixed;
    top: 50%;
    width: 100%;
    margin: -30px 0 0 0;
    z-index: 900;
}

.imlbPrev, .imlbNext {
    font-family: "MrEavesModOT", Arial, Verdana, Tahoma, sans-serif;
    font-size: 0;
    font-weight: normal;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #fff;
    height: auto;
    width: auto;
    display: inline-block;
    line-height: 29px;
    vertical-align: middle;
}

.imlbPrev {
    position: absolute;
    left: 0px;
    margin-left: 25px;
    -webkit-transition: .25s ease;
    -moz-transition: .25s ease;
    transition: .25s ease;
}

    .imlbPrev:hover, .imlbPrev:focus {
        margin-left: 10px;
    }

.imlbNext {
    position: absolute;
    right: 0px;
    margin-right: 25px;
    -webkit-transition: .25s ease;
    -moz-transition: .25s ease;
    transition: .25s ease;
}

    .imlbNext:hover, .imlbNext:focus {
        margin-right: 10px;
    }

    .imlbPrev::before, .imlbPrev:before,
    .imlbNext::after, .imlbNext:after {
        position: relative;
        display: inline-block;
        content: '';
        background: url(/images/overlay-arrows.png) no-repeat 0 0;
        background-size: auto 100%;
        width: 48px;
        height: 51px;
        vertical-align: middle;
        top: -2px;
    }

    .imlbNext::after, .imlbNext:after {
        background-position: -40px 0;
    }
/*.imlbPrev::before, .imlbPrev:before {
     margin-right: 25px; 
     background: url("/images/banner-arrow-sprite.png") no-repeat 0 -61px;
     background-size: 100% auto;
}*/
/*.imlbNext::after, .imlbNext:after {
    margin-left: 25px; 
    background: url("/images/banner-arrow-sprite.png") no-repeat 0 0;
    background-size: 100%;
}*/
.imlbCaption {
    /*padding:0px 25px 15px 25px;*/
    color: #fff;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    position: fixed;
    font-size: 20px;
    line-height: 1.4em;
    bottom: 0px;
    width: 100%;
    padding: 15px 250px;
    min-height: 120px;
    height: auto;
    max-height: 10%;
    overflow-y: auto;
}

    .imlbCaption.hidden, .imlbControls.hidden {
        display: none;
    }

.imlbClose {
    position: absolute;
    display: block;
    height: 120px;
    width: 120px;
    top: 0;
    right: 0;
    background: url(/includes/imlightbox/images/close.png) no-repeat center;
    background-size: 35px auto;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
    z-index: 999;
}

    .imlbClose:hover, .imlbClose:focus {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.imlbNoScroll {
    overflow: hidden;
    height: 100%;
}

.imlbHidden {
    display: none;
}

@media screen and (max-width: 767px) {

    .imlbWrap .imlbClose {
        height: 65px;
        width: 65px;
        background-size: 15px auto;
    }

    .imlbWrap .imlbDisplay {
        padding: 8% 20px 20px 20px;
    }

    .imlbWrap .imlbControls {
        max-height: 30%;
        top: auto;
        bottom: 0;
        margin: 0;
        height: 60px;
    }

    .imlbWrap .imlbCaption {
        font-size: 12px;
        line-height: 20px;
        padding: 15px 50px;
    }

        .imlbWrap .imlbControls.hidden, .imlbWrap .imlbCaption.hidden {
            display: none;
            height: 0;
            padding: 0;
            margin: 0;
            max-height: 0;
            min-height: 0;
        }
    /*.imlbPrev::before, .imlbPrev:before, .imlbNext::after, .imlbNext:after { width: 13px; height: 30px; }*/
    .imlbNext {
        margin-right: 15px;
    }

    .imlbPrev {
        margin-left: 15px;
    }

        .imlbPrev::before, .imlbPrev:before, .imlbNext::after, .imlbNext:after {
            width: 20px;
            height: 23px;
        }

        .imlbPrev::before, .imlbPrev:before {
            background-size: auto 100%;
            background-position: 0 0px;
        }

    .imlbNext::after, .imlbNext:after {
        background-size: auto 100%;
        background-position: -22px 0;
    }
}

