@charset "UTF-8";
/*!
 *  Font Awesome 4.7.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("/frontend/dist/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/frontend/dist/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/frontend/dist/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/frontend/dist/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/frontend/dist/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/frontend/dist/fonts/fontawesome-webfont.svg?v=4.7.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.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-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 {
  -ms-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: #fff; }

/* 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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Colors */
/* Responsive Breakpoints */
/* Fonts */
/* Font Awesome Adjustment */
.fa-times-thin:before {
  content: '\00d7'; }

body {
  color: #333333;
  background-color: #F5F6F8; }

a:focus {
  outline: 0;
  text-decoration: none; }

.demoContainer {
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 48px;
  padding-bottom: 48px;
  border-radius: 6px;
  color: inherit;
  background-color: #eeeeee; }

.demoHeader {
  margin-bottom: 20px; }

.container {
  height: 100%;
  position: relative; }
  .container .container {
    padding: 0; }

.sitecoreHeaderMargin {
  position: relative !important; }

.pageBody {
  background-color: #F7F6F6;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 62px; }
  @media only screen and (max-width: 768px) {
    .pageBody {
      margin-top: 0; } }

.bodyContainer {
  height: 100px;
  background-color: #F5F6F8;
  margin: 20px 0; }

.clearfix, .marginContainer {
  *zoom: 1; }
  .clearfix:before, .marginContainer:before, .clearfix:after, .marginContainer:after {
    display: table;
    content: "";
    line-height: 0; }
  .clearfix:after, .marginContainer:after {
    clear: both; }

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  .container {
    max-width: 1600px; }
  /* Remove the padding we set earlier */
  .header {
    padding-left: 0;
    padding-right: 0; }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px; } }

@media (max-width: 1200px) {
  .container {
    margin: 0;
    width: 100%; }
  .marginContainer {
    width: 100%; }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media (min-width: 1200px) {
  .container {
    width: 100%; }
  .marginContainer {
    margin: 0 213px;
    position: relative; }
    .marginContainer .marginContainer {
      margin: 0; } }

@media (max-width: 1440px) {
  .marginContainer {
    margin: 0;
    padding: 0 20px; } }

h1 {
  font: 25px/28px PlayfairDisplay-Bold;
  color: #333333; }
  @media screen and (min-width: 768px) {
    h1 {
      font: 50px/55px PlayfairDisplay-Bold;
      letter-spacing: -1px;
      font-weight: 500; } }

h2 {
  font: 25px/30px PlayfairDisplay-Bold;
  font-weight: 600 !important;
  color: #333333; }
  h2.section {
    font: 16px/20px Lato-Regular;
    text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    h2 {
      font: 34px/40px PlayfairDisplay-Bold; }
      h2.section {
        font: 16px/20px Lato-Regular; } }

.press h2.section {
  margin-top: -10px !important;
  font-weight: normal !important; }

h3 {
  font: 28px/35px PlayfairDisplay-Bold;
  color: #333333; }

h4 {
  font: 20px/40px PlayfairDisplay-Bold;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase; }

.t1 {
  font: 18px/30px Lato-Regular;
  color: #333333; }

.t2 {
  font: 16px/26px Lato-Regular;
  color: #333333; }

.t3 {
  font: 700 16px/26px Lato-Regular;
  color: #333333;
  text-transform: uppercase; }

.t4 {
  font: 13px Lato-Regular;
  color: #333333; }

.l1 {
  font: 18px Lato-Regular;
  color: #333333; }

.l2 {
  font: 700 18px Lato-Regular;
  color: #333333; }

a:hover {
  cursor: pointer; }

a.t2 {
  line-height: 38px;
  color: #A8353A !important; }
  a.t2:hover {
    color: #3A0312 !important; }

.btn {
  /*  font: 14px $primaryFont;
  text-transform: uppercase;
  background-color: transparent;
  padding: 15px 30px;
  border-radius: 0;
  border-width: 2px;*/ }
  @media only screen and (max-width: 1024px) {
    .btn {
      padding: 15px 5px; } }
  .btn.btn-maroon {
    color: #FFFFFF;
    border-color: #A8353A;
    border: 2px solid #A8353A; }
    .btn.btn-maroon:hover {
      color: #3A0312;
      border-color: #3A0312; }
      @media only screen and (max-width: 768px) {
        .btn.btn-maroon:hover {
          color: #A8353A;
          border-color: #A8353A; } }
    .btn.btn-maroon:focus {
      color: #A8353A;
      border-color: #A8353A; }
    .btn.btn-maroon:active {
      color: #A8353A;
      border-color: #A8353A; }
  .btn.btn-white {
    color: #FFFFFF;
    border-color: #FFFFFF; }
    .btn.btn-white:hover {
      color: #888888;
      border-color: #888888; }
      @media only screen and (max-width: 768px) {
        .btn.btn-white:hover {
          color: #FFFFFF;
          border-color: #FFFFFF; } }
    .btn.btn-white:focus {
      color: #FFFFFF;
      border-color: #FFFFFF; }
  .btn.btn-gray {
    color: #333333;
    border-color: #333333;
    border-style: solid; }
    .btn.btn-gray:hover {
      color: #888888;
      border-color: #888888; }
      @media only screen and (max-width: 768px) {
        .btn.btn-gray:hover {
          color: #333333;
          border-color: #333333; } }
    .btn.btn-gray:focus {
      color: #333333;
      border-color: #333333; }

.form-group {
  margin-bottom: 0; }

.form-control {
  border-radius: 0;
  padding: 10px 12px;
  height: 60px;
  color: #333333;
  font-size: 18px; }

textarea.form-control {
  height: auto; }

article.formWrapper {
  margin: 50px 0; }
  article.formWrapper h1 {
    margin-bottom: 50px; }
  article.formWrapper h4 {
    margin: 40px 0 20px 0; }
  article.formWrapper p.t2 {
    margin-bottom: 0; }
  article.formWrapper .account {
    margin: 30px 0; }
  article.formWrapper .col-md-4, article.formWrapper .col-md-2, article.formWrapper .col-md-3, article.formWrapper .col-md-5, article.formWrapper .col-md-6, article.formWrapper .col-md-8, article.formWrapper .col-md-10, article.formWrapper .col-md-12 {
    padding: 0; }
  article.formWrapper .row {
    padding: 0;
    margin: 0; }
  article.formWrapper .subscribe {
    margin: 20px 0; }
  article.formWrapper button.btn {
    margin-right: 20px;
    width: auto; }
  article.formWrapper select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    background: #fff url("../../app/images/downArrow.png") no-repeat;
    background-size: 15px;
    background-position: right 15px center;
    color: #999999; }
  article.formWrapper input[type=text] {
    border-radius: 0;
    border: 1px solid #ced4da; }

article.footer {
  padding: 70px 10px 30px 10px;
  background-color: #444444;
  color: #FFFFFF; }
  article.footer .contactInfo {
    line-height: 28px; }
    article.footer .contactInfo img {
      margin-bottom: 20px; }
    article.footer .contactInfo p {
      color: #FFFFFF; }
  article.footer .socialMedia {
    margin-top: 50px; }
    article.footer .socialMedia a {
      display: inline-block;
      color: #FFFFFF; }
      article.footer .socialMedia a i {
        padding-right: 20px; }
  article.footer p {
    color: #FFFFFF; }
  article.footer a {
    color: #FFFFFF;
    display: block; }
  article.footer a.l1 {
    margin-bottom: 25px; }
  article.footer .l2 {
    margin-bottom: 40px; }
  article.footer .smallPrint {
    margin-top: 20px;
    position: relative;
    text-align: right; }
    @media only screen and (max-width: 1024px) {
      article.footer .smallPrint {
        text-align: left; } }
    article.footer .smallPrint span {
      color: #FFFFFF; }
    article.footer .smallPrint a {
      display: inline-block;
      color: #FFFFFF;
      padding-right: 20px; }

@media screen and (min-width: 768px) {
  #footer .container {
    max-width: 1140px; } }

#footer .container .social i {
  font-size: 11px;
  padding-left: 5px; }

article.header {
  background-color: #FFFFFF;
  height: 95px;
  position: relative;
  margin-bottom: 0; }
  article.header .marginContainer {
    /* border-bottom: 1px solid #cccccc; */
    height: 100%; }
    @media only screen and (max-width: 1024px) {
      article.header .marginContainer {
        padding: 0 15px; } }
  article.header .logoimage {
    max-height: 120px;
    height: 100%;
    display: flex;
    align-items: center; }
    article.header .logoimage img {
      max-width: 270px;
      height: auto;
      width: auto;
      max-height: 120px; }
  article.header .loginSearch {
    position: absolute;
    top: 20px;
    right: 20px; }
    article.header .loginSearch span {
      font-family: Montserrat, Arial, sans-serif;
      font-size: 13px; }
    article.header .loginSearch a {
      font-family: Montserrat, Arial, sans-serif;
      font-size: 11px;
      color: #A8353A;
      padding-left: 30px; }
    article.header .loginSearch .mobileMenu {
      display: none; }
      article.header .loginSearch .mobileMenu a {
        color: #A8353A;
        font-size: 18px; }
    article.header .loginSearch .signIn i {
      margin-left: 5px; }
    article.header .loginSearch .signIn.active {
      display: inline-block; }
    article.header .loginSearch .signIn.inactive {
      display: none; }
  article.header ul.navigationLinks {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    right: 20px;
    font-size: 14px; }
    article.header ul.navigationLinks li {
      display: inline; }
    article.header ul.navigationLinks a {
      display: inline-block;
      font-family: Montserrat, Arial, sans-serif;
      color: #A8353A;
      font-size: 14px;
      color: #A8353A;
      padding: 0px 10px 20px 10px;
      margin-top: 20px; }
      article.header ul.navigationLinks a.active {
        color: #3A0312;
        text-decoration: none;
        padding-bottom: 18px;
        border-bottom: 2px solid #3A0312; }
      article.header ul.navigationLinks a:focus {
        text-decoration: none; }
    article.header ul.navigationLinks a:hover {
      color: #3A0312;
      text-decoration: none;
      padding-bottom: 18px;
      border-bottom: 2px solid #3A0312; }
    article.header ul.navigationLinks li:last-child a {
      padding-right: 0; }
    article.header ul.navigationLinks li.search a:hover {
      padding-bottom: 20px;
      border-bottom: 0; }

article.mobileNavigation {
  display: none;
  background-color: #FFFFFF;
  padding: 0 20px 20px 20px; }
  article.mobileNavigation .signIn {
    background-color: #FFFFFF; }
  article.mobileNavigation ul.mobileNavigationLinks {
    list-style: none;
    margin: 0;
    padding: 0; }
    article.mobileNavigation ul.mobileNavigationLinks li {
      display: inline; }
    article.mobileNavigation ul.mobileNavigationLinks li {
      display: block;
      padding: 0 15px; }
    article.mobileNavigation ul.mobileNavigationLinks a {
      display: block;
      padding: 15px 0;
      font-size: 16px;
      color: #A8353A;
      text-transform: uppercase; }
  article.mobileNavigation .btn {
    display: block;
    width: 100%; }

@media only screen and (min-width: 1100px) {
  article.header ul.navigationLinks a {
    padding: 0px 20px 20px 20px; } }

@media only screen and (min-width: 1441px) and (max-width: 1530px) {
  article.header ul.navigationLinks a {
    padding: 0px 10px 20px 10px; } }

@media only screen and (max-width: 950px) {
  article.header {
    height: 62px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 203; }
    article.header .logoimage {
      max-height: 100px;
      height: 100%;
      display: flex;
      align-items: center; }
      article.header .logoimage img {
        max-width: 180px;
        height: auto;
        width: auto;
        max-height: 100px; }
    article.header .loginSearch {
      position: absolute;
      top: 20px;
      right: 0;
      padding-right: 30px;
      text-align: right; }
      article.header .loginSearch #controllerHeaderLinks {
        display: inline-block; }
      article.header .loginSearch span {
        font-family: Montserrat, Arial, sans-serif;
        font-size: 16px;
        color: #A8353A; }
      article.header .loginSearch a {
        font-family: Montserrat, Arial, sans-serif;
        font-size: 16px;
        color: #A8353A;
        padding-left: 30px; }
      article.header .loginSearch .signIn {
        display: none; }
        article.header .loginSearch .signIn.active {
          display: none; }
      article.header .loginSearch .mobileMenu {
        display: inline-block;
        margin: 0 0 0 10px;
        padding-left: 0; }
    article.header .navigationLinks {
      display: none; }
    article.header .userName.active {
      display: none; } }

@media only screen and (max-width: 460px) {
  article.header .logoimage img {
    max-width: 130px;
    height: auto;
    width: auto;
    max-height: 62px;
    position: relative;
    top: 2px; }
  article.header .marginContainer {
    padding: 0; }
  article.header .loginSearch {
    padding-right: 20px; }
    article.header .loginSearch span {
      font-size: 12px; } }

/*@media only screen and (max-width: 370px) {

  article.header {
    img {
      height: auto;
      width: 130px;
    }

    
  }
}*/
.loadingMessage {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2; }
  .loadingMessage span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 130px;
    height: 32px;
    margin: -16px 0 0 -65px;
    text-transform: uppercase;
    font-weight: bold; }
    .loadingMessage span img {
      margin-right: 5px;
      vertical-align: middle; }

article.heroBannerHome {
  position: relative;
  overflow: hidden; }
  article.heroBannerHome div.slashContainer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
    article.heroBannerHome div.slashContainer .mask {
      position: relative;
      height: 100%;
      left: 35%; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        article.heroBannerHome div.slashContainer .mask {
          width: 6900px !important;
          left: 0 !important; } }
  article.heroBannerHome .topHeroBanner {
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 769px) {
      article.heroBannerHome .topHeroBanner {
        min-height: 600px; } }
    article.heroBannerHome .topHeroBanner .imageBox {
      opacity: 1; }
    article.heroBannerHome .topHeroBanner .heroBannerText {
      margin: 50px 0; }
  @media only screen and (max-width: 1024px) {
    article.heroBannerHome {
      overflow: hidden;
      margin-bottom: 0px; }
      article.heroBannerHome div.slashContainer {
        display: none; } }
  article.heroBannerHome article.bottomHeroBanner .stats h2,
  article.heroBannerHome article.bottomHeroBanner .stats .t2 {
    background-color: #333333;
    color: #FFFFFF; }
    @media only screen and (max-width: 768px) {
      article.heroBannerHome article.bottomHeroBanner .stats h2,
      article.heroBannerHome article.bottomHeroBanner .stats .t2 {
        background-color: transparent;
        color: #333333; } }

article.topHeroBanner {
  width: 100%; }
  @media only screen and (max-width: 768px) {
    article.topHeroBanner {
      min-height: auto;
      margin-bottom: 60px; } }
  article.topHeroBanner .imageBox {
    position: absolute;
    left: 40%;
    top: 0;
    width: 1223px;
    height: 816px;
    opacity: .5; }
    article.topHeroBanner .imageBox image {
      width: 1248px;
      height: 745px;
      background-size: cover; }
  article.topHeroBanner .textCol {
    background: #f7f6f6; }
  article.topHeroBanner .heroBannerText {
    margin: 100px 0; }
    @media only screen and (max-width: 1024px) {
      article.topHeroBanner .heroBannerText {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      article.topHeroBanner .heroBannerText {
        width: 100%;
        margin: 100px 0 20px 0; } }
    article.topHeroBanner .heroBannerText h1 {
      margin: 0 0 20px 0; }
    @media only screen and (max-width: 768px) {
      article.topHeroBanner .heroBannerText button {
        margin-top: 50px; } }
    article.topHeroBanner .heroBannerText .btn {
      margin: 20px 0; }
  article.topHeroBanner article.standardTextBox {
    margin: 50px 0; }
    @media only screen and (max-width: 768px) {
      article.topHeroBanner article.standardTextBox {
        margin: 20px 0; } }

article.bottomHeroBanner {
  padding: 120px 0;
  background-color: #F7F6F6; }
  article.bottomHeroBanner div.container {
    position: relative;
    z-index: 2; }
  article.bottomHeroBanner .img-responsive {
    width: 100%;
    height: auto; }
    @media only screen and (max-width: 768px) {
      article.bottomHeroBanner .img-responsive {
        display: none; } }
  article.bottomHeroBanner .statsWrapper .statsCol {
    background: #333; }
  article.bottomHeroBanner .stats {
    margin-top: 40px; }
  article.bottomHeroBanner .mobileSlash .mask polygon {
    display: none; }
  @media only screen and (max-width: 1024px) {
    article.bottomHeroBanner .statsWrapper {
      margin-top: 50px; }
    article.bottomHeroBanner .stats {
      margin-top: 0px; }
    article.bottomHeroBanner .mobileSlash {
      position: absolute;
      width: 999px;
      height: 700px;
      bottom: 50px;
      left: 25%; }
      article.bottomHeroBanner .mobileSlash .mask {
        width: 999px;
        height: 700px;
        position: absolute;
        bottom: -100px;
        right: 0px; }
        article.bottomHeroBanner .mobileSlash .mask polygon {
          display: block; } }
  @media only screen and (max-width: 768px) {
    article.bottomHeroBanner {
      padding: 20px 0; }
      article.bottomHeroBanner .statsWrapper .statsCol {
        background-color: transparent;
        padding: 0;
        width: 100%; }
      article.bottomHeroBanner .mobileSlash {
        right: 0;
        left: 0;
        display: none; } }
  @media only screen and (max-width: 768px) {
    article.bottomHeroBanner article.standardTextBox .btn {
      width: 100%; } }

article.searchBox {
  height: 300px;
  background: rgba(68, 68, 68, 0.95);
  position: absolute;
  top: 400px;
  width: 100%;
  z-index: 202;
  transition: all 500ms;
  /*
  &.fix-search
  {
    position: fixed;
    height: 105px;
    margin-top: 0;
    top: 62px;
    width: 100%;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0) !important;
    -ms-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important;

    h2 {
      display: none;
    }


    #custom-search-input {
      margin-top: 0;
    }

    #custom-search-input .search-query {
      height: auto;
      font-size: 16px;
      padding-top: 5px;
      padding-bottom: 5px;
      border-bottom: 1px solid $white;
    }

    #custom-search-input button {
      top: 0px;
      font-size: 18px;
    }

    .col-md-12 {
      padding-bottom: 0;
    }

    .btn-white {
      font-size: 18px;
      border: none;
      margin-top: 0;
      padding-top: 0;
    }

    .btn-white:after {
      font-size: 24px;
    }

    .btn-white:hover {
      background-color: transparent;
      color: #ABABAB;
    }

    .dropdownMenu {
      top: -10px;
    }

    .dropdownTypeAhead {
      top: 40px;
    }
  }
  */
  /*@media (min-width: 992px) {
    .dropdownSearch:hover {
      .dropdownMenu {
        display: block;
      }
    }
  }*/ }
  article.searchBox .input-group-btn {
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0; }
  article.searchBox .input-group {
    width: 100%;
    position: relative; }
  article.searchBox .row {
    margin: 0; }
    article.searchBox .row .col-md-12 {
      padding: 15px 0; }
  article.searchBox h2 {
    color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 0; }
    @media only screen and (min-width: 769px) and (max-width: 992px) {
      article.searchBox h2 {
        margin-top: 10px; } }
  article.searchBox #custom-search-input {
    margin: 0;
    padding: 0; }
    article.searchBox #custom-search-input form {
      width: 100%; }
  article.searchBox .platformMarginContainer {
    margin-top: 30px; }
  article.searchBox .platformMarginContainer #custom-search-input .input-group .input-group-btn button {
    border: 0;
    background: none;
    padding: 2px 2px;
    margin-top: 2px;
    position: absolute;
    right: 15px;
    top: 10px;
    margin-bottom: 0;
    border-radius: 0px;
    font-size: 24px;
    color: #FFFFFF; }
  article.searchBox #custom-search-input .search-query {
    background-color: #333333;
    border: none;
    width: 100%;
    border-bottom: 2px solid #FFFFFF;
    font-size: 20px;
    padding: 5px 20px;
    margin-bottom: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }
    @media only screen and (max-width: 768px) {
      article.searchBox #custom-search-input .search-query {
        padding: 5px 42px 5px 20px; } }
    article.searchBox #custom-search-input .search-query::placeholder {
      color: #666666; }
    article.searchBox #custom-search-input .search-query::-ms-clear {
      display: none; }
  article.searchBox .form-control::-webkit-input-placeholder {
    color: #FFFFFF; }
  article.searchBox .form-control {
    color: #FFFFFF; }
  article.searchBox #custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 2px;
    margin-top: 2px;
    position: absolute;
    right: 30px;
    top: 5px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 34px;
    color: #FFFFFF; }
  article.searchBox .search-query:focus + button {
    z-index: 3; }
  article.searchBox .first {
    padding-left: 0; }
  article.searchBox .btn {
    padding: 15px 20px;
    border: 2px solid #333; }
  article.searchBox .btn-white {
    width: 100%;
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      article.searchBox .btn-white {
        padding-left: 10px; } }
    @media only screen and (min-width: 769px) and (max-width: 992px) {
      article.searchBox .btn-white {
        margin-top: 0; } }
  article.searchBox .btn-white:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    display: inline-block;
    position: relative;
    top: -2px;
    width: 8px;
    height: 8px;
    margin-left: 5px;
    border: solid #fff;
    border-width: 0 2px 2px 0; }
  article.searchBox .btn-white:hover {
    background-color: #FFFFFF;
    color: #333333; }
  article.searchBox .dropdownMenu {
    background-color: #444444;
    border: solid 2px #FFFFFF;
    position: relative;
    top: 7px;
    padding: 20px; }
    article.searchBox .dropdownMenu.induxtryddMenu {
      overflow: scroll;
      max-height: 600px; }
    article.searchBox .dropdownMenu ul li {
      list-style: none; }
      article.searchBox .dropdownMenu ul li a {
        color: #FFFFFF; }
      article.searchBox .dropdownMenu ul li a:hover {
        color: #666666;
        text-decoration: none; }
  article.searchBox .dropdownMenu:before {
    position: absolute;
    top: -8px;
    left: 50%;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  article.searchBox .dropdownMenu:after {
    position: absolute;
    top: -7px;
    left: 50%;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: ''; }
  article.searchBox .supplierDropdownMenu {
    background-color: #444444;
    border: solid 2px #FFFFFF;
    position: relative;
    top: -7px;
    padding: 20px;
    height: 600px;
    overflow: scroll; }
    @media only screen and (max-width: 768px) {
      article.searchBox .supplierDropdownMenu {
        padding: 0; } }
    article.searchBox .supplierDropdownMenu ul li {
      list-style: none; }
      article.searchBox .supplierDropdownMenu ul li a {
        color: #FFFFFF; }
      article.searchBox .supplierDropdownMenu ul li a:hover {
        color: #666666;
        text-decoration: none; }
  article.searchBox .supplierDropdownMenu:before {
    position: absolute;
    top: -8px;
    right: 17%;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  article.searchBox .supplierDropdownMenu:after {
    position: absolute;
    top: -7px;
    right: 17%;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: ''; }
  article.searchBox article.supplierContainer {
    width: 100%;
    padding: 50px 20px;
    z-index: 2;
    position: relative; }
    @media only screen and (max-width: 1024px) {
      article.searchBox article.supplierContainer {
        padding: 20px; }
        article.searchBox article.supplierContainer .logoContainer {
          height: 80px;
          width: 80px; } }
    @media only screen and (max-width: 768px) {
      article.searchBox article.supplierContainer {
        padding: 0; } }
    article.searchBox article.supplierContainer .logoContainer {
      background-size: contain !important;
      height: 125px;
      width: 125px; }
      @media only screen and (max-width: 768px) {
        article.searchBox article.supplierContainer .logoContainer {
          max-height: 80px;
          max-width: 80px; } }
    article.searchBox article.supplierContainer .supplierList {
      margin: 30px 10px; }
      @media only screen and (max-width: 1024px) {
        article.searchBox article.supplierContainer .supplierList {
          margin: 0 10px; } }
    article.searchBox article.supplierContainer .col-md-6 {
      padding: 0 20px !important; }
      @media only screen and (max-width: 768px) {
        article.searchBox article.supplierContainer .col-md-6 {
          padding: 10px 0 !important; } }
      article.searchBox article.supplierContainer .col-md-6 .row {
        margin-bottom: 20px; }
    article.searchBox article.supplierContainer a.t2 {
      color: #FFFFFF; }
  article.searchBox .searchContainer {
    position: relative; }
  article.searchBox .dropdownTypeAhead {
    display: none;
    width: 100%;
    height: 340px;
    position: absolute;
    background-color: #444444;
    border: solid 2px #FFFFFF;
    top: 70px;
    padding: 20px;
    z-index: 200;
    overflow: auto; }
    article.searchBox .dropdownTypeAhead p.t2 {
      text-transform: uppercase;
      color: #FFFFFF;
      margin-bottom: 0;
      line-height: 38px; }
    article.searchBox .dropdownTypeAhead ul {
      margin-bottom: 0; }
      article.searchBox .dropdownTypeAhead ul li {
        list-style: none; }
        article.searchBox .dropdownTypeAhead ul li a {
          color: #FFFFFF;
          vertical-align: top; }
        article.searchBox .dropdownTypeAhead ul li a:hover {
          color: #666666;
          text-decoration: none; }
      article.searchBox .dropdownTypeAhead ul li.selected {
        opacity: .5; }
  article.searchBox span.grey {
    color: #999999;
    font-weight: 600; }

/*
.pageBody {
  &.topMargin {
    margin-top: 0;
  }
}

article.heroBannerHome {
  &.bottomMargin {
    margin-bottom: 30px;
    margin-top: -200px;
  }
}
*/
@media only screen and (max-width: 768px) {
  article.searchBox {
    position: relative;
    top: 0;
    z-index: 202;
    height: auto;
    padding-bottom: 50px;
    /*
    &.fix-search
    {
      position: relative;
      height: auto;
    }
    */ }
    article.searchBox .row {
      margin: 0; }
      article.searchBox .row .col-md-12 {
        padding: 15px; }
    article.searchBox .btn-white {
      margin: 0;
      text-align: left; }
    article.searchBox .dropdownSearch .dropdownMenu .btn-white {
      background-color: transparent;
      color: #FFFFFF;
      border: none; }
    article.searchBox .dropdownSearch.active .btn-white {
      background-color: #FFFFFF;
      color: #333333;
      border: none; }
    article.searchBox .dropdownSearch.active .btn-white:after {
      border-color: #000; }
    article.searchBox .dropdownSearch.active .dropdownMenu ul {
      padding-left: 30px;
      padding-bottom: 30px;
      margin-bottom: 0; }
    article.searchBox .btn-white:after {
      position: absolute;
      right: 20px;
      top: 20px; }
    article.searchBox .dropdownMenu:before {
      display: none; }
    article.searchBox .dropdownMenu:after {
      display: none; }
    article.searchBox .dropdownMenu {
      background-color: #FFFFFF;
      border: none;
      position: relative;
      top: 0px;
      padding: 0px;
      width: 100%;
      z-index: 2; }
      article.searchBox .dropdownMenu ul li {
        list-style: none; }
        article.searchBox .dropdownMenu ul li a {
          color: #333333; }
        article.searchBox .dropdownMenu ul li a:hover {
          color: #666666;
          text-decoration: none; }
    article.searchBox .dropdownTypeAhead {
      padding: 10px; }
      article.searchBox .dropdownTypeAhead ul {
        padding-left: 0; } }

@media (max-width: 1200px) {
  article.platformSearchBox {
    height: auto; } }

article.platformSearchBox {
  position: relative;
  top: 0;
  z-index: 15; }
  article.platformSearchBox h2 {
    color: #FFFFFF;
    margin-top: 50px;
    margin-bottom: 0;
    font: 24px/30px Montserrat, Arial, sans-serif;
    font-weight: 600; }
  article.platformSearchBox .platformSearchBoxContainer {
    background-color: #F5F6F8;
    text-align: center;
    padding: 15px 40px 35px;
    margin: 50px 0 10px; }
  article.platformSearchBox p.t4 {
    text-transform: uppercase;
    font: 15px "Open Sans", Arial, sans-serif;
    color: #333333;
    line-height: 38px; }
  article.platformSearchBox .input-group {
    width: 100%;
    position: relative; }
  article.platformSearchBox .input-group-btn {
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0; }
  article.platformSearchBox #custom-search-input {
    margin: 0;
    padding: 0;
    margin-bottom: 20px; }
  article.platformSearchBox .searchContainer {
    background-color: #F7F6F6;
    border-bottom: 1px solid #fff; }
  article.platformSearchBox #custom-search-input .search-query {
    border: none;
    width: 100%;
    border-bottom: 0;
    font-size: 21px;
    padding: 5px 20px;
    margin-bottom: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }
    @media only screen and (max-width: 768px) {
      article.platformSearchBox #custom-search-input .search-query {
        padding: 5px 42px 5px 20px;
        font-size: 20px; } }
    article.platformSearchBox #custom-search-input .search-query::placeholder {
      color: #666666; }
    article.platformSearchBox #custom-search-input .search-query::-ms-clear {
      display: none; }
  article.platformSearchBox #custom-search-input button {
    border: 0;
    background: none;
    padding: 2px 2px;
    margin-top: 2px;
    position: absolute;
    right: 15px;
    top: 13px;
    margin-bottom: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 24px;
    color: #ffffff; }
  article.platformSearchBox .search-query:focus + button {
    z-index: 3; }
  article.platformSearchBox .form-control::-webkit-input-placeholder {
    color: #fff; }
  article.platformSearchBox .form-control {
    color: #fff; }
  article.platformSearchBox .dropdownSearch .btn.btn-white {
    font: 13px Lato-Regular;
    margin-top: 0; }
  article.platformSearchBox .last {
    padding-right: 0; }

article.textBoxTriangleLeft {
  width: 100%;
  height: 600px;
  background-color: #FFFFFF; }
  article.textBoxTriangleLeft .imageBox {
    position: absolute;
    right: 50%;
    top: 40px;
    width: 999px;
    height: 550px;
    margin-top: 40px;
    z-index: 2; }
    @media only screen and (max-width: 768px) {
      article.textBoxTriangleLeft .imageBox {
        opacity: .4;
        margin-top: 0; } }
  article.textBoxTriangleLeft div.marginContainer {
    position: relative;
    z-index: 2; }
  article.textBoxTriangleLeft article.standardTextBox {
    position: relative;
    margin-top: 100px; }
    article.textBoxTriangleLeft article.standardTextBox button {
      margin-top: 50px; }

@media only screen and (max-width: 767px) {
  article.textBoxTriangleLeft {
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 0px; }
    article.textBoxTriangleLeft .imageBox {
      height: 330px;
      width: 600px;
      left: 50%;
      right: auto;
      top: 0; }
    article.textBoxTriangleLeft article.standardTextBox {
      margin-top: 100px; }
      article.textBoxTriangleLeft article.standardTextBox p.t3 {
        width: 50%; }
      article.textBoxTriangleLeft article.standardTextBox h2 {
        width: 50%; }
      article.textBoxTriangleLeft article.standardTextBox .btn {
        margin-bottom: 20px;
        width: 100%; } }

article.companyLinks {
  background-color: #F5F6F8;
  padding-top: 50px;
  padding-bottom: 50px; }
  article.companyLinks .maroonGroup {
    text-align: center;
    margin-bottom: 50px; }
    article.companyLinks .maroonGroup .t2 {
      margin-top: 20px;
      color: #333333; }
    article.companyLinks .maroonGroup a {
      color: #333333;
      padding-left: 20px; }
      @media only screen and (max-width: 768px) {
        article.companyLinks .maroonGroup a {
          display: block; } }
  article.companyLinks .middleSeperator {
    text-align: center;
    margin-top: 20px; }
    article.companyLinks .middleSeperator .t4 {
      color: #333333;
      text-transform: uppercase; }
  article.companyLinks .line {
    border-bottom: 1px solid #333333;
    position: relative;
    margin-top: 20px;
    bottom: -10px; }
  @media only screen and (max-width: 768px) {
    article.companyLinks .regionalCompanies .col-xs-3 {
      padding: 0 5px; } }
  @media only screen and (max-width: 768px) {
    article.companyLinks .regionalCompanies a {
      position: relative; } }
  article.companyLinks .regionalCompanies a img.bottom {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 0; }
  article.companyLinks .regionalCompanies a:hover img.bottom {
    opacity: 100; }
  article.companyLinks .regionalCompanies a img.top {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    padding: 0 15px; }
    @media only screen and (max-width: 1024px) {
      article.companyLinks .regionalCompanies a img.top {
        padding: 0; } }
    article.companyLinks .regionalCompanies a img.top:hover {
      opacity: 0; }

article.standardTextBox, article.standardTextImageBox {
  position: relative;
  margin-bottom: 50px; }
  @media only screen and (max-width: 1024px) {
    article.standardTextBox, article.standardTextImageBox {
      margin-bottom: 0; } }
  article.standardTextBox button, article.standardTextImageBox button {
    margin-top: 30px; }
  article.standardTextBox .imageBox, article.standardTextImageBox .imageBox {
    margin: 30px 0;
    width: 50%;
    padding-top: 27.6%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent; }

.sectionLine {
  border-bottom: 2px solid #ffd842;
  width: 30px;
  margin-bottom: 5px; }

article.columns article.standardTextBox .container, article.columns article.text .container {
  padding: 0; }
  article.columns article.standardTextBox .container .marginContainer, article.columns article.text .container .marginContainer {
    margin: 0; }

article.textDoubleTriangleRight {
  background-color: #F7F6F6;
  overflow: hidden;
  position: relative; }
  article.textDoubleTriangleRight#products {
    position: static; }
  article.textDoubleTriangleRight .imageBox {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 1243px;
    height: 1243px; }
    @media only screen and (max-width: 1024px) {
      article.textDoubleTriangleRight .imageBox {
        opacity: .4;
        display: none; } }
    article.textDoubleTriangleRight .imageBox .imageMask {
      width: 1243px;
      height: 1243px;
      position: absolute;
      top: 0;
      left: 0; }
  article.textDoubleTriangleRight .use-plain-image {
    left: 76%; }
    @media (max-width: 1440px) {
      article.textDoubleTriangleRight .use-plain-image {
        left: 85%; } }
  article.textDoubleTriangleRight .standardTextBox {
    margin-top: 40px; }
  article.textDoubleTriangleRight article.quoteBox {
    margin-top: 200px; }
  @media only screen and (max-width: 768px) {
    article.textDoubleTriangleRight {
      height: auto;
      overflow: hidden;
      position: relative;
      margin-bottom: 0px; }
      article.textDoubleTriangleRight .imageBox {
        left: 0; }
      article.textDoubleTriangleRight article.standardTextBox {
        margin-top: 50px;
        /*p.t2 {
          display: none;
        }*/ }
        article.textDoubleTriangleRight article.standardTextBox .btn {
          margin-bottom: 20px;
          width: 100%; }
      article.textDoubleTriangleRight article.standardTextBox:last-of-type {
        margin-bottom: 300px; } }
    @media only screen and (max-width: 768px) and (max-width: 768px) {
      article.textDoubleTriangleRight article.standardTextBox:last-of-type {
        margin-bottom: 20px; } }
  @media only screen and (max-width: 768px) {
      article.textDoubleTriangleRight article.quoteBox {
        margin-top: 10px; } }

article.quoteBox {
  position: relative;
  width: 100%;
  background-color: #A8353A;
  margin-top: 60px;
  padding: 60px; }
  @media only screen and (max-width: 1024px) {
    article.quoteBox {
      padding: 30px; } }
  article.quoteBox h3 {
    margin-top: 40px;
    color: #FFFFFF; }
    @media only screen and (max-width: 1024px) {
      article.quoteBox h3 {
        margin-top: 50px; } }
  article.quoteBox .t3 {
    margin-top: 20px;
    color: #FFFFFF; }
    @media only screen and (max-width: 1024px) {
      article.quoteBox .t3 {
        font-size: 22px; } }

article.quoteBox:before {
  content: "“";
  font-family: Montserrat, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 150px;
  position: absolute;
  left: 50px;
  top: -10px; }

article.heroBanner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  opacity: .5; }
  article.heroBanner .imageBox {
    position: absolute;
    left: 450px;
    top: 0;
    width: 1223px;
    height: 816px; }
    article.heroBanner .imageBox .imageMask1 {
      width: 1223px;
      height: 816px;
      position: absolute;
      top: 0;
      left: 0; }
    article.heroBanner .imageBox .imageMask2 {
      width: 1223px;
      height: 816px;
      position: absolute;
      top: 0;
      left: 0; }

article.productSearch {
  padding: 50px 0 150px 0; }
  article.productSearch .search-query {
    background-color: transparent;
    border: none;
    width: 100%;
    font-size: 20px;
    padding: 5px 20px;
    margin-bottom: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }
  article.productSearch button {
    border: 0;
    background-color: transparent;
    /** belows styles are working good */
    padding: 2px 2px;
    margin-top: 0px;
    position: relative;
    right: 10px;
    top: 0px;
    margin-bottom: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 34px;
    color: #333333; }
  article.productSearch input[type="text"]::placeholder {
    color: #666666; }
  article.productSearch .searchContainer {
    background-color: #F7F6F6;
    position: relative;
    border-bottom: 2px solid #666666; }
    article.productSearch .searchContainer .form-control {
      box-shadow: none;
      color: #333333; }
  article.productSearch .dropdownTypeAhead {
    display: none;
    width: 100%;
    height: 340px;
    position: absolute;
    background-color: #FFFFFF;
    border: solid 2px #666666;
    top: 70px;
    padding: 20px 0;
    z-index: 200;
    overflow: auto; }
    article.productSearch .dropdownTypeAhead p.t2 {
      text-transform: uppercase;
      color: #333333;
      margin-bottom: 0;
      line-height: 38px; }
    article.productSearch .dropdownTypeAhead ul {
      margin-bottom: 0;
      padding-left: 20px; }
      article.productSearch .dropdownTypeAhead ul li {
        list-style: none; }
        article.productSearch .dropdownTypeAhead ul li a {
          color: #333333;
          vertical-align: top; }
        article.productSearch .dropdownTypeAhead ul li a:hover {
          color: #666666;
          text-decoration: none; }
  article.productSearch span.grey {
    color: black;
    font-weight: 600; }
  @media (max-width: 768px) {
    article.productSearch .input-group {
      width: 100%; } }

article.browse {
  margin: 50px 16.5% 30px 16.5%; }
  @media (max-width: 1600px) {
    article.browse {
      margin: 50px 20px 30px 20px; } }
  article.browse h3 {
    font-size: 40px;
    margin-bottom: 30px; }
  article.browse a {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none; }
    article.browse a img {
      width: 100%;
      height: auto;
      display: block; }
    article.browse a .scale {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      transition: all 500ms; }
    article.browse a:hover .scale {
      top: -10%;
      left: -10%;
      width: 120%;
      height: 120%; }
    article.browse a .overlay {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+40,0.8+100 */
      background: -moz-linear-gradient(top, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.8) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.8) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.8) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
      /* IE6-9 */ }
    article.browse a h4 {
      left: 15px;
      bottom: 5px;
      color: white;
      font-size: 18px;
      line-height: 24px;
      position: absolute;
      font-family: lato-bold;
      width: calc( 100% - 30px); }
  article.browse div[class^='col-'] {
    padding-left: 0;
    padding-right: 0; }
  @media (max-width: 800px) {
    article.browse .container {
      max-width: unset; } }
  @media (max-width: 768px) {
    article.browse .row > div {
      padding-bottom: 0; } }

article.productDetails {
  background-color: #F7F6F6;
  position: relative;
  overflow: hidden; }
  article.productDetails .backgroundSlash {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: -60px;
    width: 100%;
    height: 100%;
    overflow: visible; }
    article.productDetails .backgroundSlash .mask {
      width: 2400px;
      height: 2000px;
      overflow: visible; }
  article.productDetails .supplierLogo {
    margin: 0; }
  article.productDetails .helpBox {
    background-color: #A8353A;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    text-align: center; }
    article.productDetails .helpBox h4 {
      padding: 20px;
      color: #FFFFFF; }
    article.productDetails .helpBox .btn {
      width: 90%;
      margin: 0px 20px 20px 20px; }
  article.productDetails .productDetail {
    margin-top: 60px; }
    article.productDetails .productDetail .btn {
      margin-right: 40px;
      margin-top: 50px;
      padding: 15px 50px;
      position: relative; }
      @media only screen and (max-width: 1024px) {
        article.productDetails .productDetail .btn {
          width: 100%;
          margin-top: 25px; } }
    article.productDetails .productDetail .btn:before {
      position: absolute;
      left: 10px;
      font-family: "FontAwesome";
      content: attr(data-background-icon); }
  article.productDetails .relatedProducts {
    padding: 0 20px; }
    article.productDetails .relatedProducts .headline {
      margin-top: 100px;
      margin-bottom: 20px;
      text-transform: uppercase;
      font-family: Lato-Regular;
      font-size: 20px;
      font-weight: 600; }
  article.productDetails .specs {
    margin: 50px 0; }
    article.productDetails .specs .specRow {
      margin-bottom: 20px; }
      article.productDetails .specs .specRow h5 {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 18px !important;
        position: relative;
        top: 6px; }
      article.productDetails .specs .specRow i {
        padding-left: 10px; }
      article.productDetails .specs .specRow a {
        padding-left: 10px; }
      article.productDetails .specs .specRow .specBlock {
        display: inline-block;
        background-color: #e5e6e8;
        padding: 2px 10px;
        margin-right: 10px;
        margin-bottom: 10px; }
        article.productDetails .specs .specRow .specBlock p {
          margin-bottom: 0; }
  article.productDetails .supportingDocs {
    margin: 50px 0; }
    article.productDetails .supportingDocs .btn {
      width: 90%;
      margin: 20px 0;
      position: relative; }
    article.productDetails .supportingDocs .btn:before {
      position: absolute;
      left: 10px;
      font-family: "FontAwesome";
      content: attr(data-background-icon); }
  @media (max-width: 768px) {
    article.productDetails {
      margin-top: 50px; } }
  @media (max-width: 992px) {
    article.productDetails .backgroundSlash {
      right: 0;
      left: auto; }
    article.productDetails h3 {
      font-size: 16px;
      margin: 0;
      font-weight: 600; }
    article.productDetails .supplierLogo {
      display: none; }
    article.productDetails .productDetail {
      margin-top: 20px; }
    article.productDetails .relatedProducts {
      padding: 0;
      margin-bottom: 30px; }
      article.productDetails .relatedProducts .headline {
        margin-top: 50px; }
    article.productDetails .specs {
      margin: 20px 0; }
      article.productDetails .specs .specRow .row {
        margin: 0; }
      article.productDetails .specs .specBlock {
        padding: 2px 0 !important;
        margin-bottom: 10px; }
      article.productDetails .specs a {
        padding-left: 0 !important; }
    article.productDetails .helpBox .btn {
      margin: 0 0 20px 0; }
    article.productDetails .supportingDocs {
      margin-top: 0;
      margin-bottom: 10px; }
      article.productDetails .supportingDocs .btn {
        width: 100%;
        margin: 20px 0;
        white-space: normal; } }

article.productCard {
  background-color: #FFFFFF;
  padding: 40px 20px;
  margin: 20px 10px;
  border: 1px solid #666666;
  position: relative; }
  article.productCard:hover {
    cursor: pointer; }
  article.productCard .featureText {
    display: none; }
  article.productCard.featured {
    border: 3px solid #5A7D88; }
    article.productCard.featured .featureText {
      display: block;
      color: #FFFFFF;
      text-transform: uppercase;
      position: relative;
      top: 0;
      margin-top: -40px;
      background-color: #5A7D88;
      width: 120px;
      text-align: center; }
      article.productCard.featured .featureText h2.section {
        margin: 0;
        padding: 10px;
        color: #FFFFFF; }
  article.productCard .sectionLine {
    margin-top: 20px; }
  article.productCard h3 {
    margin-top: 10px; }
  article.productCard .buttonGroup .btn {
    position: relative;
    display: inline-block; }
  article.productCard .buttonGroup .btn:before {
    position: absolute;
    left: 10px;
    font-family: "FontAwesome";
    content: attr(data-background-icon); }
  article.productCard .btn {
    display: block;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px; }
    article.productCard .btn.disabled {
      border-color: #666666;
      color: #666666;
      background: linear-gradient(to bottom right, transparent, transparent 49%, #666666 49%, #666666 51%, transparent 51%, transparent); }
  article.productCard .specBlock {
    display: inline-block;
    background-color: #F5F6F8;
    padding: 2px 10px;
    margin-right: 10px;
    margin-bottom: 10px; }
    article.productCard .specBlock p {
      margin-bottom: 0; }
  @media (max-width: 991px) {
    article.productCard {
      margin: 20px 0; }
      article.productCard .request {
        width: 100%; }
      article.productCard.featured {
        border: 3px solid #5A7D88; }
        article.productCard.featured .featureText {
          left: -20px; } }

article.companyCard {
  background-color: #FFFFFF;
  padding: 40px 20px;
  margin: 20px 0px;
  border: 1px solid #666666;
  position: relative; }
  article.companyCard:hover {
    cursor: pointer; }

article.productListing .specs {
  display: block;
  padding-left: 20px; }
  article.productListing .specs .specBlock {
    display: inline-block;
    background-color: #F5F6F8;
    padding: 2px 10px;
    margin-right: 10px;
    margin-bottom: 20px; }
    article.productListing .specs .specBlock p {
      margin-bottom: 0; }
    article.productListing .specs .specBlock p a {
      color: #333333;
      padding-left: 10px; }

article.productListing .topBar {
  display: block;
  margin-bottom: 20px;
  padding-left: 20px; }
  article.productListing .topBar .dropdownMenu {
    display: none;
    background-color: #FFFFFF;
    border: solid 2px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 35px;
    padding: 20px;
    z-index: 999; }
    article.productListing .topBar .dropdownMenu ul {
      padding-left: 0; }
      article.productListing .topBar .dropdownMenu ul li {
        list-style: none; }
        article.productListing .topBar .dropdownMenu ul li a {
          color: #333333; }
        article.productListing .topBar .dropdownMenu ul li a:hover {
          color: #333333;
          text-decoration: none; }
        article.productListing .topBar .dropdownMenu ul li a:after {
          border: none; }
  article.productListing .topBar .dropdownMenu:before {
    position: absolute;
    top: -8px;
    left: calc(50% - 8px);
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  article.productListing .topBar .dropdownMenu:after {
    position: absolute;
    top: -6px;
    left: calc(50% - 6px);
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: ''; }
  article.productListing .topBar .dropdownFilter {
    display: inline-block;
    background: #fff; }
  article.productListing .topBar .dropdownFilter:hover .dropdownMenu {
    display: block; }
  article.productListing .topBar .results {
    font-family: Lato-Regular;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    padding-right: 20px;
    display: inline; }
  article.productListing .topBar .sorting {
    display: inline; }
    article.productListing .topBar .sorting a {
      padding-right: 15px;
      padding-left: 10px;
      position: relative; }
    article.productListing .topBar .sorting a:after {
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      content: "";
      display: inline-block;
      position: relative;
      top: -4px;
      right: -5px;
      width: 8px;
      height: 8px;
      margin-left: 5px;
      border: solid #A8353A;
      border-width: 0 1px 1px 0; }

article.productListing .productList {
  display: flex;
  flex-flow: row wrap; }
  @media only screen and (max-width: 768px) {
    article.productListing .productList {
      display: block; } }
  article.productListing .productList .productCard {
    flex-grow: 1;
    flex-shrink: 1;
    flex: 1;
    flex-basis: 40%; }
  article.productListing .productList .companyCard {
    flex-grow: 1;
    flex-shrink: 1;
    flex: 1;
    flex-basis: 100%; }

@media (max-width: 992px) {
  article.productListing .specs {
    padding-left: 0px;
    margin-top: 20px; }
    article.productListing .specs .specBlock {
      padding-left: 0; } }

.platformSearchPage article.productFilter {
  margin-right: 0; }

article.productFilter {
  margin-right: 20px; }
  article.productFilter .title {
    font-family: Lato-Regular;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase; }
  article.productFilter .input-group {
    width: 100%; }
    article.productFilter .input-group .form-control {
      box-shadow: none; }
    article.productFilter .input-group .search-query {
      background-color: transparent;
      border: none;
      width: 100%;
      border-bottom: 2px solid #666666;
      font-size: 20px;
      padding: 5px 0px;
      /* IE7-8 doesn't have border-radius, so don't indent the padding */
      margin-bottom: 0;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px; }
    article.productFilter .input-group button {
      z-index: 999;
      border: 0;
      background: none;
      /** belows styles are working good */
      padding: 2px 2px;
      margin-top: 0px;
      position: absolute;
      right: 20px;
      top: 15px;
      /* IE7-8 doesn't have border-radius, so don't indent the padding */
      margin-bottom: 0;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      font-size: 20px;
      color: #333333; }
    article.productFilter .input-group input[type="text"] {
      color: #333333; }
      article.productFilter .input-group input[type="text"]::placeholder,
      article.productFilter .input-group input[type="text"] ::-webkit-input-placeholder,
      article.productFilter .input-group input[type="text"] ::-moz-placeholder,
      article.productFilter .input-group input[type="text"] :-ms-input-placeholder {
        color: #999; }
  article.productFilter .input-group-btn {
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0; }
  article.productFilter .row {
    vertical-align: middle; }
  article.productFilter .filterGroup {
    margin-top: 50px; }
    article.productFilter .filterGroup .rightCol {
      text-align: right;
      padding-right: 20px;
      vertical-align: middle; }
      article.productFilter .filterGroup .rightCol a {
        color: #333333; }
        article.productFilter .filterGroup .rightCol a i {
          margin-top: 5px; }
      article.productFilter .filterGroup .rightCol a:hover {
        text-decoration: none; }
      article.productFilter .filterGroup .rightCol a:focus {
        text-decoration: none; }
      article.productFilter .filterGroup .rightCol p.t2 {
        margin-bottom: 0; }
    article.productFilter .filterGroup .detailRow {
      margin-top: 10px; }
      article.productFilter .filterGroup .detailRow label {
        font: 16px/26px "Open Sans", Arial, sans-serif;
        color: #333333;
        padding-right: 20px; }
      article.productFilter .filterGroup .detailRow .checkbox {
        margin-top: 0; }
    article.productFilter .filterGroup .more {
      padding-left: 20px; }
      article.productFilter .filterGroup .more a {
        color: #333333;
        font-size: 16px; }
        article.productFilter .filterGroup .more a i {
          padding-right: 10px; }
    article.productFilter .filterGroup #additionalSuppliers {
      display: none; }
  @media only screen and (max-width: 768px) {
    article.productFilter .view {
      display: none; }
      article.productFilter .view.open {
        display: block; }
    article.productFilter .filter-btn {
      width: 100%; } }
  @media only screen and (min-width: 769px) {
    article.productFilter .filter-btn {
      display: none; } }

article.standardCard {
  background-color: #FFFFFF;
  padding: 40px 20px;
  margin: 20px 10px;
  border: 1px solid #666666;
  position: relative; }
  article.standardCard .featureText {
    display: none; }
  article.standardCard.featured {
    border: 3px solid #5A7D88; }
    article.standardCard.featured .featureText {
      display: block;
      color: #FFFFFF;
      text-transform: uppercase;
      position: relative;
      top: 0;
      margin-top: -40px;
      background-color: #5A7D88;
      width: 120px;
      text-align: center; }
      article.standardCard.featured .featureText h2.section {
        margin: 0;
        padding: 10px;
        color: #FFFFFF; }
  article.standardCard a.t2 {
    text-transform: uppercase; }
  article.standardCard .sectionLine {
    margin-top: 20px; }
  article.standardCard h3 {
    margin-top: 20px; }
  @media (max-width: 991px) {
    article.standardCard {
      margin: 20px 0; }
      article.standardCard.featured {
        border: 3px solid #5A7D88; }
        article.standardCard.featured .featureText {
          left: -20px; } }

article.backgroundSlash {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: -60px;
  width: 100%;
  height: 100%;
  overflow: visible; }
  article.backgroundSlash .mask {
    width: 2400px;
    height: 4000px;
    overflow: visible; }

article.press {
  margin-bottom: 50px; }
  article.press article.topHeroBanner {
    margin-bottom: -200px; }
    article.press article.topHeroBanner .imageBox {
      opacity: .3; }
  article.press .pressListing {
    width: 100%;
    height: auto;
    position: relative; }
  @media (max-width: 768px) {
    article.press article.topHeroBanner {
      margin-bottom: 0px; } }

article.detailNavigation {
  margin: 50px 0;
  float: left;
  width: 100%;
  position: relative;
  z-index: 200; }
  @media only screen and (max-width: 768px) {
    article.detailNavigation {
      display: none; } }
  article.detailNavigation .return {
    float: left; }
    article.detailNavigation .return a {
      text-transform: uppercase; }
  article.detailNavigation .navigationLinks {
    float: right; }
    article.detailNavigation .navigationLinks .btn {
      padding: 15px;
      margin-left: -5px; }
      article.detailNavigation .navigationLinks .btn.disabled {
        border-color: #555555;
        color: #555555; }
    article.detailNavigation .navigationLinks .pageCount {
      display: inline-block;
      margin-right: 20px; }
      article.detailNavigation .navigationLinks .pageCount span.total {
        color: #666666; }
    @media only screen and (max-width: 768px) {
      article.detailNavigation .navigationLinks {
        display: none; } }

article.listingNavigation {
  background-color: #FFFFFF;
  padding: 50px 0; }
  @media only screen and (max-width: 768px) {
    article.listingNavigation {
      padding: 20px 0; } }
  article.listingNavigation .navGroup {
    margin-top: 50px;
    text-align: center; }
    article.listingNavigation .navGroup .btn {
      display: inline-block;
      margin: 20px; }
      @media only screen and (max-width: 1024px) {
        article.listingNavigation .navGroup .btn {
          margin: 20px 10px;
          padding: 10px; } }
      article.listingNavigation .navGroup .btn.disabled {
        border-color: #555555;
        color: #555555; }
    article.listingNavigation .navGroup input {
      border: none;
      height: 40px;
      width: 50px;
      border-bottom: solid 1px black;
      text-align: center; }
    article.listingNavigation .navGroup .pages {
      display: inline-block; }
      article.listingNavigation .navGroup .pages .pageNumber {
        color: black;
        border-bottom: 1px solid black;
        padding-bottom: 10px; }

article.tradeShows {
  margin: 30px 0; }
  article.tradeShows p.t3 {
    margin-top: 30px; }

article.reportBox {
  padding: 20px;
  margin: 20px 0;
  background-color: #A8353A; }
  article.reportBox h4 {
    color: #FFFFFF;
    text-transform: uppercase; }
  article.reportBox p.t2 {
    color: #FFFFFF; }
  article.reportBox .btn {
    margin: 10px 0; }

article.pressDetail {
  margin-top: 50px; }
  article.pressDetail .title {
    margin: 20px 0; }
  article.pressDetail article.listingNavigation {
    display: none; }
    @media only screen and (max-width: 768px) {
      article.pressDetail article.listingNavigation {
        display: block; } }
  @media only screen and (max-width: 768px) {
    article.pressDetail article.detailNavigation {
      display: none; } }

article.text {
  position: relative;
  margin: 50px 0; }
  @media only screen and (max-width: 768px) {
    article.text {
      margin: 30px 20px; } }
  article.text ul {
    padding-left: 20px;
    font-size: 16px;
    font: PlayfairDisplay-Bold;
    color: #333333; }
    article.text ul li {
      margin-bottom: 20px; }

article.socialShare {
  background-color: #A8353A;
  width: 100%;
  max-width: 150px;
  padding: 15px; }
  article.socialShare h4 {
    color: #FFFFFF;
    margin: 0;
    text-transform: none; }
  article.socialShare .socialIcons a {
    color: #FFFFFF;
    font-size: 25px;
    margin-right: 15px; }
    article.socialShare .socialIcons a:hover {
      text-decoration: none; }
    article.socialShare .socialIcons a:focus {
      text-decoration: none; }

article.platformNavigation {
  position: fixed;
  top: 0;
  text-align: center;
  z-index: 20;
  width: 100%;
  padding: 20px;
  background-color: #FFFFFF; }
  article.platformNavigation .logo {
    margin: 20px; }
    @media only screen and (max-width: 768px) {
      article.platformNavigation .logo {
        float: left;
        margin: 0 0 -20px 0; } }
  article.platformNavigation .navLinks {
    display: inline;
    text-align: center; }
    article.platformNavigation .navLinks a.t2 {
      padding: 15px;
      text-transform: uppercase;
      font: 16px/26px Lato-Regular; }
    @media only screen and (max-width: 768px) {
      article.platformNavigation .navLinks {
        display: none; } }
  article.platformNavigation .platform-search {
    display: inline-block; }
    article.platformNavigation .platform-search a {
      display: inline-block;
      font-family: Montserrat, Arial, sans-serif;
      color: #A8353A;
      font-size: 14px;
      color: #A8353A;
      padding: 0px 20px 0 20px; }
    article.platformNavigation .platform-search a:hover {
      border-bottom: 0;
      color: #3A0312;
      text-decoration: none; }
  article.platformNavigation .mobileMenu {
    display: none;
    float: right;
    color: #A8353A;
    margin-top: 5px; }
  article.platformNavigation article.mobileNavigation {
    text-align: left;
    margin-top: 30px;
    padding: 0; }

@media only screen and (max-width: 1024px) {
  article.platformNavigation {
    padding: 20px 0; } }

@media only screen and (max-width: 768px) {
  article.platformNavigation {
    height: 62px;
    padding: 20px; }
    article.platformNavigation .logo img {
      height: auto;
      width: 150px; }
    article.platformNavigation .loginSearch {
      position: absolute;
      top: 20px;
      right: 0;
      padding-right: 30px;
      text-align: right; }
    article.platformNavigation .platform-search {
      display: inline-block;
      position: absolute;
      top: 20px;
      right: 30px;
      text-align: right;
      margin-top: 0px; }
    article.platformNavigation .mobileMenu {
      display: block;
      float: right;
      color: #A8353A;
      margin-top: 0px; }
    article.platformNavigation article.mobileNavigation {
      margin: 30px -20px 0;
      padding: 0 30px; } }

article.calloutBox {
  padding: 30px 50px 30px 50px;
  margin: 20px 0;
  background-color: #A8353A; }
  article.calloutBox h2, article.calloutBox h4 {
    color: #FFFFFF;
    text-transform: uppercase; }
  article.calloutBox p.t2 {
    color: #FFFFFF; }
  article.calloutBox .btn {
    margin: 20px 0;
    color: #FFFFFF;
    border-color: #FFFFFF; }

article.image .left {
  float: left; }

article.image .right {
  float: right; }

article.image .center {
  display: block;
  margin: auto; }

article.fullPageModal .modal {
  padding: 0 !important; }

article.fullPageModal .modal-xl {
  margin: 0; }

.modal-sm .modal-body, .modal-md .modal-body, .modal-lg .modal-body, .modal-xl .modal-body {
  padding: 0;
  border: 0 !important; }

.modal-sm .modal-content, .modal-md .modal-content, .modal-lg .modal-content, .modal-xl .modal-content {
  background-color: #F5F6F8;
  overflow: hidden;
  padding: 1px 0;
  box-shadow: none;
  border: 0 !important;
  border-radius: 0; }
  .modal-sm .modal-content .closeButton, .modal-md .modal-content .closeButton, .modal-lg .modal-content .closeButton, .modal-xl .modal-content .closeButton {
    position: relative;
    z-index: 200; }
    .modal-sm .modal-content .closeButton .btn-close, .modal-md .modal-content .closeButton .btn-close, .modal-lg .modal-content .closeButton .btn-close, .modal-xl .modal-content .closeButton .btn-close {
      border: none;
      color: #333333;
      font-size: 20px;
      float: right; }

.modal-xl.modal-dialog {
  margin: 0; }

.modal-backdrop {
  background-color: #FFFFFF !important; }

.modal article.searchBox {
  position: static;
  background-color: transparent;
  border-bottom: 2px solid #666666; }
  .modal article.searchBox .col-md-12 {
    padding-right: 20px; }
  .modal article.searchBox h2 {
    color: #333333; }
  .modal article.searchBox button {
    color: #333333;
    border-color: #333333; }
    .modal article.searchBox button i {
      color: #333333; }
  .modal article.searchBox .btn-white:after {
    border-color: #333333; }
  .modal article.searchBox .btn-white:hover {
    background-color: #333333;
    color: white; }
  .modal article.searchBox .input-group-btn {
    width: 0; }
  .modal article.searchBox input[type="text"]::placeholder {
    color: #333333;
    background-color: transparent; }
  .modal article.searchBox #custom-search-input .search-query {
    background-color: transparent; }
  .modal article.searchBox .form-control {
    color: #333333; }
  .modal article.searchBox .searchContainer {
    background-color: #F7F6F6;
    border-bottom: 2px solid #666666; }
  .modal article.searchBox .dropdownMenu {
    background-color: #F5F6F8;
    border: solid 2px #666666; }
    .modal article.searchBox .dropdownMenu ul li a {
      color: #333333; }
    .modal article.searchBox .dropdownMenu ul li a:hover {
      color: #666666;
      text-decoration: none; }
  .modal article.searchBox .dropdownMenu:before {
    position: absolute;
    top: -8px;
    left: calc(50% - 8px);
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #F5F6F8;
    border-left: 8px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .modal article.searchBox .dropdownMenu:after {
    position: absolute;
    top: -6px;
    left: calc(50% - 6px);
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #F5F6F8;
    border-left: 6px solid transparent;
    content: ''; }
  .modal article.searchBox .supplierDropdownMenu {
    background-color: #F5F6F8;
    border: solid 2px #666666; }
    .modal article.searchBox .supplierDropdownMenu article.supplierContainer a.t2 {
      color: #333333; }
  .modal article.searchBox .supplierDropdownMenu:before {
    top: -8px;
    border-bottom: 7px solid #F5F6F8;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2); }
  .modal article.searchBox .supplierDropdownMenu:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #F5F6F8;
    border-left: 6px solid transparent; }
  .modal article.searchBox .dropdownTypeAhead {
    background-color: #FFFFFF;
    border: solid 2px #666666; }
    .modal article.searchBox .dropdownTypeAhead p.t2 {
      color: #333333; }
    .modal article.searchBox .dropdownTypeAhead ul li a {
      color: #333333; }
    .modal article.searchBox .dropdownTypeAhead ul li a:hover {
      color: #666666;
      text-decoration: none; }

.modal.header-search .modal-content {
  overflow: visible; }

article.sampleRequestConfirmation {
  margin: 50px 0; }
  article.sampleRequestConfirmation h1 {
    margin-bottom: 50px; }
  article.sampleRequestConfirmation p.t2 {
    margin-bottom: 0; }
  article.sampleRequestConfirmation .thankYou {
    margin: 20px 0; }
  article.sampleRequestConfirmation i {
    margin-right: 10px; }
  article.sampleRequestConfirmation .btn {
    margin-top: 30px; }

article.staff {
  background-color: #FFFFFF;
  width: 100%; }
  article.staff .staffProfile {
    margin-bottom: 80px;
    text-align: center; }
    article.staff .staffProfile img {
      width: 100%;
      max-width: 300px;
      height: auto; }
  article.staff h1 {
    margin-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      article.staff h1 {
        text-align: center; } }
  article.staff .t3 {
    color: #A8353A;
    margin-top: 20px; }
  article.staff a.t4 {
    color: #A8353A; }

article.staffDetail .return {
  display: none; }

article.staffDetail h1 {
  margin: 50px 0 20px 0; }

article.staffDetail img {
  margin: 20px 0;
  width: 100%;
  height: auto; }

article.staffDetail p.t2 {
  margin: 20px 0; }

article.staffDetail .contact p.t2 {
  color: #A8353A; }
  article.staffDetail .contact p.t2 i {
    margin-right: 10px; }

article.sectionHeader {
  background-color: #F5F6F8; }
  @media (min-width: 768px) {
    article.sectionHeader {
      display: none; } }
  article.sectionHeader ul.navigationLinks {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    font-size: 14px; }
    article.sectionHeader ul.navigationLinks li {
      display: inline; }
    @media only screen and (max-width: 768px) {
      article.sectionHeader ul.navigationLinks {
        top: 50px; } }
    article.sectionHeader ul.navigationLinks a {
      display: inline-block;
      font-family: Lato-Regular;
      color: #A8353A;
      font-size: 14px;
      margin: 20px 20px 0 0;
      padding-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        article.sectionHeader ul.navigationLinks a {
          padding-bottom: 0; } }
      article.sectionHeader ul.navigationLinks a.active {
        color: #3A0312;
        text-decoration: none;
        padding-bottom: 18px;
        border-bottom: 2px solid #3A0312; }
    article.sectionHeader ul.navigationLinks a:hover {
      color: #3A0312;
      text-decoration: none;
      padding-bottom: 18px;
      border-bottom: 2px solid #3A0312; }
    article.sectionHeader ul.navigationLinks li:first-child a {
      margin-left: 0; }

article.supplierListing {
  position: relative;
  z-index: 300; }
  article.supplierListing .logos {
    background-color: #FFFFFF; }
  article.supplierListing .logoContainer {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 150px;
    width: 150px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      article.supplierListing .logoContainer {
        height: 80px;
        width: 80px; } }
  article.supplierListing article.calloutBox {
    margin: 0; }

article.statsImage {
  padding: 60px 20px; }
  @media only screen and (max-width: 768px) {
    article.statsImage {
      padding: 40px 20px; } }
  article.statsImage .titleBox {
    position: absolute;
    top: -70px;
    background-color: #A8353A;
    height: 360px;
    width: 360px;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      article.statsImage .titleBox {
        top: -80px;
        height: 200px;
        width: 240px; } }
    article.statsImage .titleBox h4 {
      text-transform: uppercase;
      color: #FFFFFF;
      margin: 20px 35px; }
      @media only screen and (max-width: 768px) {
        article.statsImage .titleBox h4 {
          margin: 0 10px; } }
    article.statsImage .titleBox.pullLeft {
      left: -20px; }
      @media only screen and (max-width: 768px) {
        article.statsImage .titleBox.pullLeft {
          left: -10px; } }
    article.statsImage .titleBox.pullRight {
      right: -20px; }
      @media only screen and (max-width: 768px) {
        article.statsImage .titleBox.pullRight {
          right: -10px; } }
  article.statsImage .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 56.25%;
    background-size: cover; }

article.contactMap article.calloutBox {
  margin: 0 !important;
  height: 400px;
  background: #9f041b;
  padding-top: 20px !important;
  /*
    a.t2 {
        color: $white;
        &:hover {
            color: $hoverGray;
            @include breakpoint(small){
                color: $white;
            }
        }
        &:focus {
            color: $white;
            text-decoration: none;
        }
    }*/ }
  article.contactMap article.calloutBox button {
    margin-bottom: 50px; }
  article.contactMap article.calloutBox i {
    margin-right: 15px;
    vertical-align: middle; }
  article.contactMap article.calloutBox a.btn-white {
    margin-top: 0;
    color: white !important; }
  article.contactMap article.calloutBox a.t2 {
    color: white !important; }

article.contactMap .col-md-4 {
  padding-right: 0; }
  @media only screen and (max-width: 1024px) {
    article.contactMap .col-md-4 {
      padding-right: 15px; } }

article.contactMap .col-md-8 {
  padding-left: 0; }
  @media only screen and (max-width: 1024px) {
    article.contactMap .col-md-8 {
      padding-left: 15px; } }

article.signIn h2 {
  margin-bottom: 30px; }

article.signIn a {
  display: inline-block;
  margin: 30px 0; }

article.signIn button {
  width: 100%; }

article.signIn .register {
  text-align: center; }

.navbar-nav .sign-in a {
  color: #fff;
  display: block;
  font-size: 12px !important;
  margin-top: 13px; }

.navbar-nav .sign-in .btn {
  font-family: Lato-Regular !important;
  font-size: 12px !important;
  line-height: 1.44;
  text-transform: none !important; }
  .navbar-nav .sign-in .btn:hover {
    background-color: transparent; }
  .navbar-nav .sign-in .btn:active {
    background-color: transparent; }

article.forgotPassword h2 {
  margin-bottom: 50px; }

article.forgotPassword p.t2 {
  margin: 30px 0; }

article.forgotPassword a {
  display: block;
  margin: 30px 0; }

article.forgotPassword button {
  width: 100%;
  margin: 30px 0; }

article.forgotPassword .register {
  text-align: center; }

article.resetPassword h2 {
  margin-bottom: 50px; }

article.resetPassword p.t2 {
  margin: 30px 0; }

article.resetPassword a {
  display: block;
  margin: 30px 0; }

article.resetPassword button {
  width: 100%;
  margin: 30px 0; }

article.resetPassword .register {
  text-align: center; }

article.user.formWrapper h2 {
  margin-bottom: 50px; }

article.user.formWrapper p.t2 {
  margin: 30px 0; }

article.user.formWrapper a {
  display: inline-block;
  margin: 30px 0; }
  article.user.formWrapper a.btn {
    width: 100%; }

article.user.formWrapper button {
  margin: 30px 0; }
  article.user.formWrapper button.btn {
    margin-right: 0;
    width: 96%; }

article.user.formWrapper .subscribe {
  margin: 20px 0; }

article.user.formWrapper .reset {
  margin: 0; }

article.logout h2 {
  margin-bottom: 30px; }

article.logout p.t2 {
  margin-bottom: 150px; }

article.logout button {
  width: 100%;
  margin: 20px 0; }

article.logout .register {
  text-align: center;
  margin-bottom: 30px; }

article.textBoxTriangleRight {
  width: 100%;
  background-color: #FFFFFF;
  padding-top: 50px; }
  article.textBoxTriangleRight .imageBox {
    position: absolute;
    right: -20%;
    top: -120px;
    width: 999px;
    height: 550px;
    margin-top: 40px;
    z-index: 2; }
    @media only screen and (max-width: 768px) {
      article.textBoxTriangleRight .imageBox {
        opacity: .4; } }
  article.textBoxTriangleRight div.marginContainer {
    position: relative;
    z-index: 2; }
  @media only screen and (max-width: 1024px) {
    article.textBoxTriangleRight {
      height: auto;
      overflow: hidden;
      position: relative;
      margin-bottom: 0px; }
      article.textBoxTriangleRight .imageBox {
        height: 330px;
        width: 600px;
        left: 50%;
        right: auto;
        top: 0;
        margin-top: 0; }
      article.textBoxTriangleRight article.standardTextBox {
        margin-top: 0; }
        article.textBoxTriangleRight article.standardTextBox p.t3 {
          width: 50%; }
        article.textBoxTriangleRight article.standardTextBox h2 {
          width: 50%; }
        article.textBoxTriangleRight article.standardTextBox .btn {
          margin-bottom: 20px;
          width: 100%; } }

.careers article.textBoxTriangleRight .imageBox {
  z-index: 1; }

article.careersDetail {
  margin-top: 50px; }
  article.careersDetail .title {
    margin: 20px 0; }
  article.careersDetail article.listingNavigation {
    display: none; }
    @media only screen and (max-width: 768px) {
      article.careersDetail article.listingNavigation {
        display: block; } }
  @media only screen and (max-width: 768px) {
    article.careersDetail article.detailNavigation {
      display: none; } }

article.history {
  margin-bottom: 50px; }
  article.history .verticalBreak {
    border-right: 1px solid #333; }
  article.history h1 {
    margin-bottom: 100px; }
    @media only screen and (max-width: 1024px) {
      article.history h1 {
        margin-bottom: 20px; } }
  article.history article.standardTextImageBox {
    margin-top: -50px;
    margin-bottom: 0; }
    @media only screen and (max-width: 1024px) {
      article.history article.standardTextImageBox {
        margin-top: 20px;
        width: 90%; } }
    article.history article.standardTextImageBox .imageBox {
      margin-bottom: 0;
      padding: 0; }
      article.history article.standardTextImageBox .imageBox img {
        max-height: 200px;
        width: auto; }
  article.history .timeline:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 120px;
    bottom: 0;
    left: 50%;
    border-left: 1px solid #666666; }
    @media only screen and (max-width: 1024px) {
      article.history .timeline:after {
        border: none; } }

article.featuredContent {
  width: 100%;
  height: 600px;
  background-color: #FFFFFF; }
  article.featuredContent .imageBox {
    position: absolute;
    top: 40px;
    width: 999px;
    height: 550px;
    margin-top: 40px;
    z-index: 2; }
    @media only screen and (max-width: 768px) {
      article.featuredContent .imageBox {
        opacity: .4;
        margin-top: 0; } }
    article.featuredContent .imageBox.left {
      right: 50%; }
    article.featuredContent .imageBox.right {
      left: 45%; }
  article.featuredContent div.marginContainer {
    position: relative;
    z-index: 2; }
  article.featuredContent article.standardTextBox {
    position: relative;
    margin-top: 100px; }
    article.featuredContent article.standardTextBox button {
      margin-top: 50px; }
  @media only screen and (max-width: 768px) {
    article.featuredContent {
      height: auto;
      overflow: hidden;
      position: relative;
      margin-bottom: 0px; }
      article.featuredContent .imageBox {
        height: 330px;
        width: 600px;
        left: 50%;
        right: auto;
        top: 0; }
      article.featuredContent article.standardTextBox {
        margin-top: 50px; }
        article.featuredContent article.standardTextBox p.t3 {
          width: 50%; }
        article.featuredContent article.standardTextBox h2 {
          width: 50%; }
        article.featuredContent article.standardTextBox .btn {
          margin-bottom: 20px;
          width: 100%; } }

@media only screen and (max-width: 767px) {
  article.featuredContent .imageBox {
    display: none; } }

article.ourCompany {
  padding: 40px 0;
  background-color: #FFFFFF; }
  @media only screen and (max-width: 768px) {
    article.ourCompany {
      padding: 0; } }
  article.ourCompany img {
    max-width: 100%;
    height: auto; }
    @media only screen and (max-width: 1024px) {
      article.ourCompany img {
        width: 100%;
        margin-top: 40px; } }
  article.ourCompany h2 {
    font-weight: 600; }
  @media only screen and (max-width: 768px) {
    article.ourCompany .btn {
      width: 100%; } }

article.verticalListing .verticalFilter {
  padding: 50px 0 40px 0; }
  article.verticalListing .verticalFilter form {
    width: 100%; }
  article.verticalListing .verticalFilter .title {
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 28px;
    text-transform: capitalize; }
  article.verticalListing .verticalFilter .verticalSearchContainer .input-group {
    width: 100%;
    position: relative;
    padding: 10px 35px 20px 30px;
    margin: 15px 0;
    background-color: #F5F6F8; }
    article.verticalListing .verticalFilter .verticalSearchContainer .input-group .search-query {
      background-color: transparent;
      border: none;
      width: 100%;
      font-size: 22px;
      padding: 5px 0 0;
      margin-bottom: 0;
      border-radius: 0px;
      color: #333333;
      border-bottom: 3px solid #666666;
      box-shadow: none;
      height: 55px; }
      @media only screen and (max-width: 768px) {
        article.verticalListing .verticalFilter .verticalSearchContainer .input-group .search-query {
          padding: 5px 26px 5px 0px;
          font-size: 20px; } }
    article.verticalListing .verticalFilter .verticalSearchContainer .input-group input[type="text"]::placeholder {
      color: #333333;
      background-color: transparent; }
    article.verticalListing .verticalFilter .verticalSearchContainer .input-group .input-group-btn {
      width: 0;
      z-index: 3;
      position: absolute;
      right: 0;
      top: 10px; }
      article.verticalListing .verticalFilter .verticalSearchContainer .input-group .input-group-btn button {
        border: 0;
        background: none;
        padding: 2px 2px;
        margin-top: 2px;
        position: absolute;
        right: 35px;
        top: 10px;
        margin-bottom: 0;
        border-radius: 0px;
        font-size: 24px;
        color: #FFFFFF; }
        article.verticalListing .verticalFilter .verticalSearchContainer .input-group .input-group-btn button i {
          color: #333333; }

article.verticalListing .specs {
  display: block;
  padding-left: 0px; }
  article.verticalListing .specs .specBlock {
    display: inline-block;
    background-color: #A8353A;
    padding: 6px 12px;
    margin-right: 10px;
    margin-bottom: 20px; }
    article.verticalListing .specs .specBlock p.red-pill {
      font: 14px/24px Lato-Regular;
      color: white;
      margin-bottom: 0; }
      article.verticalListing .specs .specBlock p.red-pill a {
        color: white;
        padding-left: 10px; }

article.verticalListing .verticalList .verticalDescription {
  font: 16px/26px Lato-Regular;
  color: #333333;
  margin-bottom: 10px;
  display: block; }

article.verticalListing .topBar {
  display: block;
  margin-bottom: 20px;
  padding-left: 20px; }
  article.verticalListing .topBar .dropdownMenu {
    display: none;
    background-color: #FFFFFF;
    border: solid 2px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 35px;
    padding: 20px;
    z-index: 999; }
    article.verticalListing .topBar .dropdownMenu ul {
      padding-left: 0; }
      article.verticalListing .topBar .dropdownMenu ul li {
        list-style: none; }
        article.verticalListing .topBar .dropdownMenu ul li a {
          color: #333333; }
        article.verticalListing .topBar .dropdownMenu ul li a:hover {
          color: #333333;
          text-decoration: none; }
        article.verticalListing .topBar .dropdownMenu ul li a:after {
          border: none; }
  article.verticalListing .topBar .dropdownMenu:before {
    position: absolute;
    top: -8px;
    left: calc(50% - 8px);
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  article.verticalListing .topBar .dropdownMenu:after {
    position: absolute;
    top: -6px;
    left: calc(50% - 6px);
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: ''; }
  article.verticalListing .topBar .dropdownFilter {
    display: inline-block;
    background: #fff; }
  article.verticalListing .topBar .dropdownFilter:hover .dropdownMenu {
    display: block; }
  article.verticalListing .topBar .results {
    font-family: Lato-Regular;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    padding-right: 20px;
    display: inline; }
  article.verticalListing .topBar .sorting {
    display: inline; }
    article.verticalListing .topBar .sorting a {
      padding-right: 15px;
      padding-left: 10px;
      position: relative; }
    article.verticalListing .topBar .sorting a:after {
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      content: "";
      display: inline-block;
      position: relative;
      top: -4px;
      right: -5px;
      width: 8px;
      height: 8px;
      margin-left: 5px;
      border: solid #A8353A;
      border-width: 0 1px 1px 0; }

article.verticalListing .verticalList {
  display: flex;
  flex-flow: row wrap; }
  @media only screen and (max-width: 768px) {
    article.verticalListing .verticalList {
      display: block; } }
  article.verticalListing .verticalList .verticalCard {
    flex-grow: 1;
    flex-shrink: 1;
    flex: 1;
    flex-basis: 100%;
    background-color: #F5F6F8;
    margin: 15px 1px;
    position: relative; }
    article.verticalListing .verticalList .verticalCard .verticalNameLogo {
      position: relative;
      display: block;
      min-height: 200px; }
    article.verticalListing .verticalList .verticalCard .verticalLogo {
      text-align: center; }
      article.verticalListing .verticalList .verticalCard .verticalLogo h3 {
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
        text-transform: uppercase;
        width: 100%;
        margin: 0;
        padding: 20px 15px;
        z-index: 2;
        font: 24px/32px Lato-Regular;
        color: white; }
      article.verticalListing .verticalList .verticalCard .verticalLogo img {
        min-height: 200px;
        width: 100%;
        height: auto;
        max-height: 240px; }
      article.verticalListing .verticalList .verticalCard .verticalLogo:hover::after {
        opacity: .5; }
      article.verticalListing .verticalList .verticalCard .verticalLogo::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        opacity: .3;
        content: ''; }
    article.verticalListing .verticalList .verticalCard .resultsText {
      padding: 30px 20px;
      display: block;
      font: 14px/24px Lato-Regular;
      color: #333333;
      text-decoration: underline;
      border: 1px solid black; }

@media (max-width: 992px) {
  article.verticalListing .specs {
    padding-left: 0px;
    margin-top: 20px; } }

article.verticalListings {
  position: relative;
  padding: 20px 20px 120px 20px;
  line-height: 0; }
  article.verticalListings a.imageLink {
    font-size: 0;
    line-height: 0;
    box-shadow: 30px 30px #FFF;
    position: relative;
    display: inline-block;
    float: left;
    width: 280px;
    height: 210px; }
  article.verticalListings .titleBox {
    display: none; }
    article.verticalListings .titleBox h4 {
      text-transform: uppercase;
      color: #FFFFFF;
      margin: 20px; }
  article.verticalListings .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-size: cover;
    border: 3px solid #F5F6F6; }
    article.verticalListings .imageContainer h3 {
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      transform: translate(-50%, -50%);
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 24px;
      width: 100%;
      margin: 0;
      padding: 20px;
      z-index: 20; }
  article.verticalListings .imageContainer::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .39;
    content: '';
    z-index: 10; }
  article.verticalListings .imageContainer:hover::after {
    opacity: .5; }
  article.verticalListings article.supplierContainer {
    background-color: #FFFFFF;
    width: 100%;
    padding: 50px 20px;
    z-index: 2;
    position: relative; }
    article.verticalListings article.supplierContainer .logoContainer {
      background-size: contain !important;
      height: 125px;
      width: 125px; }
    article.verticalListings article.supplierContainer .supplierList {
      margin: 30px 10px; }
      @media only screen and (max-width: 1024px) {
        article.verticalListings article.supplierContainer .supplierList {
          margin: 0 10px; } }
    article.verticalListings article.supplierContainer .col-md-6 {
      padding: 0 20px !important; }
      article.verticalListings article.supplierContainer .col-md-6 .row {
        margin-bottom: 20px; }
    article.verticalListings article.supplierContainer a.t2 {
      color: #333333; }

@media (max-width: 768px) {
  article.browseLeft {
    padding: 20px 0;
    margin: 50px 0; }
    article.browseLeft .titleBox {
      top: -50px;
      height: 200px;
      width: 240px; }
    article.browseLeft .imageContainer h3 {
      font-size: 13px; }
    article.browseLeft article.supplierContainer {
      padding: 20px; }
      article.browseLeft article.supplierContainer .logoContainer {
        height: 80px;
        width: 80px; } }

@media only screen and (max-width: 768px) {
  article.verticalListings a.imageLink {
    margin: 0px auto;
    display: block;
    float: none; } }

.hero h1 {
  font-size: 50px; }

.hero .explore-button {
  top: 25px;
  right: 25px;
  bottom: inherit !important; }

.hero .collapsed-content-no-hover p {
  color: #fff; }

@media (min-width: 768px) {
  .solution-row {
    height: 50%; }
  .page-home #home .home-wrapper .other-solutions {
    height: 100%; }
  .page-home #home .home-wrapper .other-solutions .solution-no-hover:hover {
    width: 25vw !important; } }

#trp-floater-ls {
  position: fixed;
  z-index: 9999999;
  bottom: 0;
  left: 65%;
  border-radius: 5px 5px 0 0;
  display: block;
  overflow: hidden; }

#trp-floater-ls.trp-color-dark {
  background: #1b1b1b;
  background: linear-gradient(0deg, #1b1b1b 0%, #545454 100%); }

#trp-floater-ls.trp-color-light {
  background: #d6d6d6;
  background: linear-gradient(0deg, #d6d6d6 0%, #fafafa 100%); }

#trp-floater-ls.trp-bottom-left {
  left: 10%; }

#trp-floater-ls.trp-top-right {
  bottom: auto;
  top: 0;
  border-radius: 0 0 5px 5px; }

#trp-floater-ls.trp-top-left {
  bottom: auto;
  top: 0;
  left: 10%;
  border-radius: 0 0 5px 5px; }

body.admin-bar #trp-floater-ls.trp-top-right,
body.admin-bar #trp-floater-ls.trp-top-left {
  top: 32px; }

@media screen and (max-width: 782px) {
  body.admin-bar #trp-floater-ls.trp-top-right,
  body.admin-bar #trp-floater-ls.trp-top-left {
    top: 46px; } }

@media screen and (max-width: 1000px) {
  #trp-floater-ls {
    left: 50%; } }

@media screen and (max-width: 500px) {
  #trp-floater-ls {
    left: 60%; } }

#trp-floater-ls.trp-floater-ls-codes #trp-floater-ls-current-language a,
#trp-floater-ls.trp-floater-ls-codes #trp-floater-ls-language-list {
  text-align: center; }

#trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-current-language a img,
#trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-language-list a img {
  text-align: center;
  display: block;
  margin: 0 auto; }

#trp-floater-ls-language-list {
  display: none; }

.trp-poweredby #trp-floater-ls-language-list .trp-language-wrap {
  padding: 25px;
  width: auto; }

#trp-floater-ls.trp-top-right.trp-poweredby.trp-color-dark #trp-floater-ls-language-list #trp-floater-poweredby,
#trp-floater-ls.trp-top-left.trp-poweredby.trp-color-dark #trp-floater-ls-language-list #trp-floater-poweredby {
  border-top: none;
  border-bottom: 1px solid #747474; }

#trp-floater-ls.trp-top-right.trp-poweredby.trp-color-light #trp-floater-ls-language-list #trp-floater-poweredby,
#trp-floater-ls.trp-top-left.trp-poweredby.trp-color-light #trp-floater-ls-language-list #trp-floater-poweredby {
  border-top: none;
  border-bottom: 1px solid #aaaaaa; }

.trp-color-dark.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby {
  border-top: 1px solid #747474;
  color: #b3b3b3; }

.trp-color-light.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby {
  border-top: 1px solid #aaaaaa;
  color: #808080; }

.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby {
  padding: 5px;
  text-align: center;
  font-size: 10px; }

.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a {
  display: inline;
  padding: 0px 3px;
  border-radius: 30px;
  background: #b3b3b3;
  color: #111;
  line-height: 11px; }

.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a:hover {
  background: #f64f4f;
  color: #f1f1f1;
  opacity: 1; }

#trp-floater-ls:focus #trp-floater-ls-current-language,
#trp-floater-ls:hover #trp-floater-ls-current-language {
  display: none; }

#trp-floater-ls:focus #trp-floater-ls-language-list,
#trp-floater-ls:hover #trp-floater-ls-language-list {
  display: block; }

#trp-floater-ls {
  box-shadow: 0 0 5px #212121; }

#trp-floater-ls-current-language a,
#trp-floater-ls-language-list a {
  display: block;
  padding: 10px 15px 10px 15px;
  font-size: 90%; }

#trp-floater-ls-current-language,
#trp-floater-ls-language-list {
  text-align: left; }

#trp-floater-ls-current-language.trp-with-flags,
#trp-floater-ls-language-list.trp-with-flags {
  text-align: left; }

#trp-floater-ls-current-language {
  display: block;
  width: 100%;
  height: 100%; }

.trp-color-dark #trp-floater-ls-current-language a,
.trp-color-dark #trp-floater-ls-language-list a {
  color: #BDBDBD; }

.trp-color-light #trp-floater-ls-current-language a,
.trp-color-light #trp-floater-ls-language-list a {
  color: #404040; }

.trp-color-dark #trp-floater-ls-current-language a,
.trp-color-dark #trp-floater-ls-language-list a {
  display: block;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#trp-floater-ls-language-list a:hover {
  color: #FAFAFA;
  background-color: #656565; }

#trp-floater-ls .trp-floater-ls-disabled-language {
  pointer-events: none;
  cursor: default; }

#trp-floater-ls .trp-with-flags .trp-flag-image {
  margin-right: 5px;
  margin-top: -1px;
  vertical-align: middle;
  height: auto;
  max-width: 100%;
  display: inline;
  padding: 0; }

.trp-flag-image:dir(rtl) {
  margin-left: 5px; }

#trp-floater-ls a {
  text-decoration: none; }

article.platformPage .anchor {
  padding-top: 150px; }
  @media only screen and (max-width: 1024px) {
    article.platformPage .anchor {
      padding-top: 50px; } }

article.platformPage article.background {
  overflow: visible;
  position: absolute;
  top: 0;
  height: 3000px;
  width: 100%; }

article.platformPage .pageBody {
  background-color: transparent; }

article.platformPage article.backgroundSlashLeft {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 2800px;
  overflow: hidden; }
  article.platformPage article.backgroundSlashLeft .mask {
    width: 2400px;
    height: 2800px;
    overflow: visible; }

article.platformPage article.backgroundSlashRight {
  position: absolute;
  background-color: transparent;
  top: 2400px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  article.platformPage article.backgroundSlashRight .mask {
    width: 2400px;
    height: 2200px;
    overflow: visible; }

article.platformPage article.topHeroBanner .textCol {
  background: #ffffff; }

article.platformPage article.topHeroBanner .heroBannerText {
  margin: 60px 0 60px 0; }
  article.platformPage article.topHeroBanner .heroBannerText h1 {
    font-weight: 600;
    font-size: 40px; }

@media only screen and (max-width: 768px) {
  article.platformPage article.topHeroBanner {
    margin-top: 0px; }
    article.platformPage article.topHeroBanner .heroBannerText {
      width: 100%; } }

@media only screen and (max-width: 768px) {
  article.platformPage article.regionalCompanies {
    margin-top: 0; } }

article.platformPage article.regionalCompanies .linkContainer {
  background-color: #F5F6F8;
  text-align: center;
  padding: 50px 30px; }
  article.platformPage article.regionalCompanies .linkContainer p.t4 {
    text-transform: uppercase; }
  article.platformPage article.regionalCompanies .linkContainer .companyLinks a img.bottom {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 0; }
  article.platformPage article.regionalCompanies .linkContainer .companyLinks a:hover img.bottom {
    opacity: 100; }
  article.platformPage article.regionalCompanies .linkContainer .companyLinks a img.top {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    padding: 0 15px; }
    @media only screen and (max-width: 1024px) {
      article.platformPage article.regionalCompanies .linkContainer .companyLinks a img.top {
        padding: 0; } }
    article.platformPage article.regionalCompanies .linkContainer .companyLinks a img.top:hover {
      opacity: 0; }

article.platformPage article.staff {
  background-color: transparent; }

article.platformPage .modal-content {
  margin-top: 150px; }
  @media only screen and (max-width: 768px) {
    article.platformPage .modal-content {
      margin-top: 50px; } }

article.platformPage article.ourCompany {
  margin: 60px 0 100px; }
  article.platformPage article.ourCompany img {
    width: 100%;
    height: auto; }
  article.platformPage article.ourCompany h2 {
    font-weight: 600; }
  @media only screen and (max-width: 1024px) {
    article.platformPage article.ourCompany {
      margin-top: 20px; } }

article.platformPage article.image {
  margin-top: 50px; }

@media only screen and (max-width: 1024px) {
  article.platformPage article.staff h2, article.platformPage article.industries h2 {
    margin-left: -15px; } }

article.platformPage article.industries {
  margin-bottom: 80px; }
  @media only screen and (max-width: 1024px) {
    article.platformPage article.industries {
      margin-bottom: 0; } }
  article.platformPage article.industries ul {
    padding-left: 0;
    list-style: none;
    font-size: 16px;
    font: PlayfairDisplay-Bold;
    color: #333333; }
    article.platformPage article.industries ul li {
      margin-bottom: 20px; }

article.platformPage article.textDoubleTriangleRight {
  background-color: transparent;
  margin-bottom: -50px; }
  article.platformPage article.textDoubleTriangleRight .imageBox {
    position: absolute;
    left: 30%; }
  article.platformPage article.textDoubleTriangleRight article.standardTextBox {
    margin: 100px 0; }
    @media only screen and (max-width: 1024px) {
      article.platformPage article.textDoubleTriangleRight article.standardTextBox {
        margin: 20px 0; } }
    article.platformPage article.textDoubleTriangleRight article.standardTextBox p.t2 {
      margin-bottom: 30px; }

article.platformPage ul {
  padding-left: 15px; }

article.platformPage article.standardTextBox h2 {
  margin-bottom: 30px; }

article.platformPage article.legacyContainer {
  width: 100%;
  background: no-repeat top center;
  position: relative;
  margin-top: 100px; }
  @media only screen and (max-width: 1024px) {
    article.platformPage article.legacyContainer {
      background-image: none !important;
      margin-top: 0; } }
  article.platformPage article.legacyContainer .standardTextBox {
    margin: 80px 0; }
    @media only screen and (max-width: 1024px) {
      article.platformPage article.legacyContainer .standardTextBox {
        margin: 20px 0; } }
    article.platformPage article.legacyContainer .standardTextBox h2, article.platformPage article.legacyContainer .standardTextBox p.t2 {
      color: #FFFFFF; }
      @media only screen and (max-width: 1024px) {
        article.platformPage article.legacyContainer .standardTextBox h2, article.platformPage article.legacyContainer .standardTextBox p.t2 {
          color: #333333; } }
  article.platformPage article.legacyContainer article.quoteBox {
    margin-top: -60px;
    margin-bottom: -60px; }
    @media only screen and (max-width: 1024px) {
      article.platformPage article.legacyContainer article.quoteBox {
        margin: 0; } }
    article.platformPage article.legacyContainer article.quoteBox p.t3 {
      margin-bottom: 50px; }

article.platformPage .press {
  margin-top: 30px;
  margin-bottom: 50px; }
  article.platformPage .press .standardTextBox {
    text-align: left; }
  article.platformPage .press button {
    margin: 50px; }
  article.platformPage .press .extraPress article.standardCard {
    display: none; }

article.platformPage article.contactUs {
  margin: 30px 0; }
  article.platformPage article.contactUs article.standardTextBox {
    margin: 30px 0; }
  article.platformPage article.contactUs .contactInfo {
    text-align: left; }
    article.platformPage article.contactUs .contactInfo article.standardTextBox {
      text-align: left; }
      article.platformPage article.contactUs .contactInfo article.standardTextBox p.t3 {
        text-transform: none; }
      article.platformPage article.contactUs .contactInfo article.standardTextBox p.t2 {
        color: #A8353A; }
    article.platformPage article.contactUs .contactInfo.phoneNumbers {
      position: relative; }
      article.platformPage article.contactUs .contactInfo.phoneNumbers p.t2, article.platformPage article.contactUs .contactInfo.phoneNumbers a.t2 {
        margin-left: 40px; }
      article.platformPage article.contactUs .contactInfo.phoneNumbers i {
        position: absolute;
        left: 0; }
      article.platformPage article.contactUs .contactInfo.phoneNumbers a {
        line-height: 18px; }

article.platformPage article.footer {
  margin-top: 50px;
  padding: 20px; }
  article.platformPage article.footer .smallPrint {
    text-align: left; }
    @media only screen and (max-width: 768px) {
      article.platformPage article.footer .smallPrint {
        text-align: center; } }
  article.platformPage article.footer .socialMedia {
    margin-top: 10px;
    text-align: right; }
    @media only screen and (max-width: 768px) {
      article.platformPage article.footer .socialMedia {
        text-align: center; } }

article.platformPage.platformSearchPage {
  background-color: #fff; }
  article.platformPage.platformSearchPage article.contactUs {
    margin: 150px 0 0;
    background-color: #F5F6F8;
    padding-bottom: 50px; }
  article.platformPage.platformSearchPage article.footer {
    margin-top: 0px; }

@media (max-width: 1440px) {
  article.topHeroBanner .heroBannerText {
    padding: 0 20px; } }

@media (max-width: 1200px) {
  article.verticalListings .marginContainer {
    margin: 0; } }

@media screen and (max-width: 950px) {
  article.platformPage .pageBody {
    margin-top: 0; } }

@media only screen and (max-width: 1024px) {
  article.platformPage article.topHeroBanner .textCol {
    background: transparent; }
  article.topHeroBanner .heroBannerText {
    padding: 0 20px; } }

@media only screen and (max-width: 768px) {
  article.platformPage .pageBody {
    margin-top: 0; }
  article.platformPage article.topHeroBanner .textCol {
    background: transparent; }
  article.platformPage article.topHeroBanner .heroBannerText {
    margin: 50px 0 10px 0; }
    article.platformPage article.topHeroBanner .heroBannerText h1 {
      font-size: 24px; }
  article.platformPage article.verticalListings {
    padding: 0; }
  article.platformPage article.topHeroBanner {
    margin-bottom: 30px; }
    article.platformPage article.topHeroBanner .heroBannerText {
      padding: 0; }
  article.platformPage article.platformSearchBox {
    margin-top: 60px;
    margin-bottom: 60px; } }

article.platformPage .nav-bar ul {
  padding-left: 0; }

article.addipel article.header {
  position: fixed;
  top: 0;
  text-align: center;
  z-index: 9999;
  width: 100%;
  background-color: #FFFFFF; }
  article.addipel article.header img {
    float: left;
    margin-top: 20px; }
    @media only screen and (max-width: 1024px) {
      article.addipel article.header img {
        margin-top: 10px;
        max-width: 120px;
        width: 100%;
        height: auto; } }

article.addipel .anchor {
  padding-top: 80px; }
  @media only screen and (max-width: 1024px) {
    article.addipel .anchor {
      padding-top: 50px; } }

article.addipel article.background {
  overflow: visible;
  position: absolute;
  top: 0;
  height: 3000px;
  width: 100%; }

article.addipel .pageBody {
  background-color: transparent; }

article.addipel article.backgroundSlashLeft {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  article.addipel article.backgroundSlashLeft .mask {
    width: 2400px;
    height: 2300px;
    overflow: visible; }

article.addipel article.backgroundSlashRight {
  position: absolute;
  background-color: transparent;
  top: 2300px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  article.addipel article.backgroundSlashRight .mask {
    width: 2400px;
    height: 2200px;
    overflow: visible; }

article.addipel article.topHeroBanner {
  margin-top: 100px; }
  article.addipel article.topHeroBanner .textCol {
    background: #f7f6f6; }
  article.addipel article.topHeroBanner .heroBannerText {
    margin-top: 100px; }
  @media only screen and (max-width: 1024px) {
    article.addipel article.topHeroBanner {
      margin-top: 0px;
      margin-bottom: 0; }
      article.addipel article.topHeroBanner .heroBannerText {
        width: 100%;
        margin-top: 20px; } }

article.addipel article.calloutBox {
  background-color: #333333;
  margin-bottom: 100px;
  padding: 30px 80px; }

@media only screen and (max-width: 1024px) {
  article.addipel .capabilities {
    margin-bottom: 0; } }

article.addipel .capabilities article.standardTextBox {
  margin-top: 0; }

article.addipel .capabilities ul {
  padding-left: 20px;
  font-size: 16px;
  font: PlayfairDisplay-Bold;
  color: #333333; }
  article.addipel .capabilities ul li {
    margin-bottom: 20px; }

article.addipel article.textBoxTriangleLeft {
  height: auto;
  margin-bottom: 50px; }
  @media only screen and (max-width: 1024px) {
    article.addipel article.textBoxTriangleLeft article.standardTextBox {
      margin-top: 30px; } }
  article.addipel article.textBoxTriangleLeft .history {
    margin-top: 200px; }
    article.addipel article.textBoxTriangleLeft .history article.standardTextBox {
      margin-top: 20px; }
    @media only screen and (max-width: 1024px) {
      article.addipel article.textBoxTriangleLeft .history {
        margin-top: 0; } }

article.addipel article.statsImage.top {
  margin-top: -200px; }
  @media only screen and (max-width: 1024px) {
    article.addipel article.statsImage.top {
      margin-top: -100px;
      margin-bottom: 50px; } }

article.addipel article.statsImage .title {
  margin-bottom: 100px; }

article.addipel article.statsImage .titleBox {
  background-color: #333333; }

article.addipel article.formWrapper button {
  width: auto; }

@media only screen and (max-width: 1024px) {
  article.addipel article.textDoubleTriangleRight .imageBox {
    left: 50%; } }

@media only screen and (max-width: 1024px) {
  article.addipel article.textDoubleTriangleRight article.standardTextBox {
    margin: 0; } }

article.addipel article.footer {
  padding: 20px; }
  article.addipel article.footer .smallPrint {
    text-align: left; }
    @media only screen and (max-width: 768px) {
      article.addipel article.footer .smallPrint {
        text-align: center; } }
  article.addipel article.footer .socialMedia {
    margin-top: 10px;
    text-align: right; }
    @media only screen and (max-width: 768px) {
      article.addipel article.footer .socialMedia {
        text-align: center; } }

.navbar-nav .sign-in .btn {
  line-height: .5;
  margin-right: .5rem;
  border: 1px solid white; }

.text-shadow {
  text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.33); }

.sectionLine {
  border-bottom: none; }

.press .sectionLine {
  display: none; }

article.platformPage article.standardTextBox h2 {
  margin-bottom: 10px; }

article.platformPage .pageBody {
  margin-top: 0 !important; }

article.searchBox .dropdownMenu,
article.searchBox .supplierDropdownMenu {
  background-color: #eee !important; }

article.searchBox #custom-search-input .search-query {
  border-bottom: 1px solid #ffffff !important; }

article.searchBox h2 {
  font: 28px Lato-Regular !important;
  font-family: Lato-Regular !important; }

.heroBannerHome article.searchBox {
  top: 0;
  margin: 0;
  height: unset;
  position: relative; }
  .heroBannerHome article.searchBox h2 {
    margin-top: 20px; }
  .heroBannerHome article.searchBox .dropdownSearch button {
    margin-top: 5px !important; }
  .heroBannerHome article.searchBox.sticky {
    height: unset;
    position: fixed;
    top: var(--sticky); }
    .heroBannerHome article.searchBox.sticky h2 {
      display: none; }

.searchContainer button .fa-search {
  top: -10px;
  position: relative;
  font-size: 24px !important; }

.platformPage .searchContainer button .fa-search {
  top: -4px; }

.btn.btn-maroon {
  border: none; }

.btn,
.cc-btn,
.btn:hover,
.btn:focus,
.btn:active,
.btn.btn-white,
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active,
.btn.btn-maroon:hover,
.btn.btn-maroon:focus,
.btn.btn-maroon:active {
  color: white !important;
  text-align: center !important; }

.productFilter .btn,
.productFilter .btn:hover,
.productFilter .btn:focus,
.productFilter .btn:active {
  color: unset !important; }

.section-press {
  margin-left: 10px;
  font-size: 30px !important;
  font-weight: normal !important;
  margin-bottom: -30px !important; }

.companyLinks .regionalCompanies {
  margin-top: 50px; }

article.productCard.featured {
  border: 1px solid #d11040; }
  article.productCard.featured .featureText {
    background-color: #d11040; }

article.productCard .buttonGroup .btn:before {
  left: unset;
  margin-right: 5px;
  position: relative !important; }

article.productCard .specBlock {
  padding: 3px 10px;
  background-color: #e5e6e8; }

.productDetail .btn:before {
  left: 0;
  margin-right: 16px;
  position: relative !important; }

.productList .buttonGroup {
  cursor: initial; }

article.productCard .btn.disabled {
  opacity: .25;
  background: #888; }

article.listingNavigation .navGroup input {
  margin: 0 5px !important;
  border-bottom: 1px solid #888 !important; }

.navigationLinks .btn-maroon {
  margin-left: 0 !important; }

.helpBox,
.titleBox,
article.quoteBox,
article.reportBox,
article.calloutBox,
article.socialShare {
  background-color: #d11040 !important; }
  .helpBox .btn,
  .helpBox .btn:hover,
  .helpBox .btn:focus,
  .helpBox .btn:active,
  .titleBox .btn,
  .titleBox .btn:hover,
  .titleBox .btn:focus,
  .titleBox .btn:active,
  article.quoteBox .btn,
  article.quoteBox .btn:hover,
  article.quoteBox .btn:focus,
  article.quoteBox .btn:active,
  article.reportBox .btn,
  article.reportBox .btn:hover,
  article.reportBox .btn:focus,
  article.reportBox .btn:active,
  article.calloutBox .btn,
  article.calloutBox .btn:hover,
  article.calloutBox .btn:focus,
  article.calloutBox .btn:active,
  article.socialShare .btn,
  article.socialShare .btn:hover,
  article.socialShare .btn:focus,
  article.socialShare .btn:active {
    border: 1px solid white !important; }

article.socialShare {
  margin-top: 20px; }

.return .fa {
  margin-right: 4px; }

header.header {
  transition: top 400ms; }
  header.header.hide-header {
    top: -80px; }

.modalSignIn {
  white-space: nowrap !important; }

.cc-color-override--55781487.cc-window {
  background-color: #d11040 !important; }
  .cc-color-override--55781487.cc-window .cc-btn {
    border-radius: 25px;
    text-decoration: none;
    border: 1px solid white;
    background-color: #d11040; }
    .cc-color-override--55781487.cc-window .cc-btn:hover {
      background-color: #b5092b !important; }

.TopHeroBanner #header .wrapper {
  height: calc( 100vh - 60px) !important; }

.alphabetical-supplier-list {
  margin: 70px 0 30px 0; }
  .alphabetical-supplier-list .titleBox {
    padding: 10px 20px;
    margin-bottom: 15px; }
    .alphabetical-supplier-list .titleBox h4 {
      color: white;
      margin-bottom: 0; }

article.staff {
  margin-top: 30px; }

@media (max-width: 768px) {
  .pageBody > article {
    padding-top: 25px; }
  .pageBody > article:first-child {
    padding-top: 45px; }
  .row > div {
    padding-bottom: 25px; }
  .row > div.col-md-1 {
    padding-bottom: 0; } }

.page-home.hero .solution a {
  width: 100%;
  display: block; }

.modal-xl {
  width: 100%;
  height: 100%; }

.fade.in {
  opacity: 1; }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-content .btn {
  background-color: transparent; }

.modal-content button[type=submit] {
  background-color: #d11040; }

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-sm .modal-content .closeButton .btn-close,
.modal-md .modal-content .closeButton .btn-close,
.modal-lg .modal-content .closeButton .btn-close,
.modal-xl .modal-content .closeButton .btn-close {
  color: #333333 !important; }

article.searchBox .btn {
  border: none; }

article.searchBox .btn-white:hover {
  background-color: #b5092b !important; }

.modal article.searchBox .btn-white {
  color: white !important;
  background-color: #d11040; }
  .modal article.searchBox .btn-white:after {
    border-color: white; }

.modal article.searchBox .btn-white:hover {
  color: white !important;
  background-color: #b5092b !important; }
  .modal article.searchBox .btn-white:hover:after {
    border-color: white; }

.modal article.searchBox .dropdownMenu, .modal article.searchBox .supplierDropdownMenu {
  border: solid 1px #888; }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 100%; } }

@media (min-width: 992px) {
  .modal-xl {
    max-width: 100%; } }

@media (min-width: 576px) {
  .modal-xl {
    max-width: 100%; } }

.form-group {
  margin-right: 1rem;
  margin-bottom: 1rem; }
  .form-group input, .form-group select, .form-group textarea {
    border-radius: .8rem !important; }

.alert {
  margin-right: 1rem;
  border-radius: 0 !important;
  padding-bottom: .05rem !important; }
  .alert.alert-danger,
  .alert.alert-danger * {
    color: white !important;
    border: none !important;
    background: #d11040 !important; }

.modal-body .marginContainer {
  margin: 0 75px; }

form[action^="/formbuilder"] {
  padding: 10px 40px; }

form[action^="/formbuilder"] label {
  display: block;
  margin-top: 10px; }

form[action^="/formbuilder"] input {
  padding: 10px 20px; }

form[action^="/formbuilder"] input,
form[action^="/formbuilder"] select,
form[action^="/formbuilder"] textarea {
  border-radius: .8rem;
  border: 1px solid #ced4da;
  -webkit-appearance: auto;
  -moz-appearance: auto; }

form[action^="/formbuilder"] select {
  padding: 10px;
  border-radius: 0; }

form[action^="/formbuilder"] input[type=radio],
form[action^="/formbuilder"] input[type=checkbox] {
  margin-right: 6px; }

form[action^="/formbuilder"] input[type=reset],
form[action^="/formbuilder"] input[type=submit] {
  border: none;
  color: white;
  margin-top: 15px;
  background: #d11040;
  transition: background 400ms; }

form[action^="/formbuilder"] input[type=reset]:hover,
form[action^="/formbuilder"] input[type=submit]:hover {
  background: #b5092b; }

body[data-id=CA432F6A-0192-467A-BA1B-2DBC8EAF0D0A] .pageBody {
  background: white; }
  
@media (min-width: 1200px) {
  .newsletter_modal {
    width: 75%;
    margin-right: 0px;
    float: right;
    top:50%;
    right: 0;
    left: unset;
    min-width: 500px;
  }
}

@media (min-width: 576px) {
  input.submitRegistration {
    margin-top: 28%!important;
  }
}

.field-validation-error {
  font-size:12px;
  color:red;
}

@media only screen and (min-width: 768px) {
  .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }

    .embed-container iframe, .embed-container object, .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

  .rowVideo {
    margin-top: 35px;
  }
}

* {
  box-sizing: border-box;
}

@media (min-width: 250px) and (max-width: 539px) { 
  .img-gallery {
    object-fit: cover;
    width: 69px;
    height: 6vh;
  }

  .gallery__img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    object-fit: cover;
    width: 100%;
    height: 27vh;
  }
}

@media (min-width: 540px) and (max-width: 767px) {
  .img-gallery {
    object-fit: cover;
    width: 114px;
    height: 10vh;
  }

  .gallery__img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    object-fit: cover;
    width: 100%;
    height: 45vh;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .img-gallery {
    object-fit: cover;
    width: 95px;
    height: 8vh;
  }

  .gallery__img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    object-fit: cover;
    width: 100%;
    height: 34vh;
  }
}

@media (min-width: 1024px)  {
  .img-gallery {
    object-fit: cover;
    width: 138px;
    height: 10vh;
  }

  .gallery__img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    object-fit: cover;
    width: 100%;
    height: 53vh;
  }
}


  .gallery {
    display: flex;
    margin: 10px auto;
    max-width: 600px;
    position: relative;
    padding-top: 66.6666666667%;
  }

  .gallery__thumb {
    padding-top: 6px;
    margin: 6px;
    display: block;
  }

  .gallery__selector {
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }

    .gallery__selector:checked + .gallery__img {
      opacity: 1;
    }

    .gallery__selector:checked ~ .gallery__thumb > img {
      box-shadow: 0 0 0 3px #0be2f6;
    }


@media screen and (min-width: 600px) {
  .gallery {
    padding-top: 400px;
  }
}


.tabs {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}


a.tabCss {
  color: #d11040;
  padding-left: 0;
  margin-bottom: 0;
  display: inline;
}


@media only screen and (max-width: 1000px) and (min-width: 200px) {
  a.tabCss {
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    display: flex !important;
  }
}

