﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700,300');
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: "FontAwesome";
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/fonts//fontawesome-webfont.eot?v=4.1.0");
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/fonts//fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"),url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/fonts//fontawesome-webfont.woff?v=4.1.0") format("woff"),url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/fonts//fontawesome-webfont.ttf?v=4.1.0") format("truetype"),url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/fonts//fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .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.2857142857em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: .1428571429em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.8571428571em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.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
}

.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-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 {
    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:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.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 {
    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-square:before,.fa-pied-piper: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-saver:before,.fa-support:before,.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,.fa-rebel:before {
    content: ""
}

.fa-ge:before,.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.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: ""
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],template {
    display: none
}

a {
    background: transparent
}

a:active,a:hover {
    outline: 0
}

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

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    height: 0
}

pre {
    overflow: auto
}

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

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,th {
    padding: 0
}

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

.social-share * {
    box-sizing: content-box
}

.clearfix:before,.flexslider .slides:before,.banner .slides:before,.filter-content .selected-filters:before,.side-nav .side-nav-results .results:before,.seo-content .col:before,.seo-content:before,.hero .section-header:before,#site-nav .nav:before,.callout-links:before,.row-centered:before,.row:before,.group:before,.clearfix:after,.flexslider .slides:after,.banner .slides:after,.filter-content .selected-filters:after,.side-nav .side-nav-results .results:after,.seo-content .col:after,.seo-content:after,.hero .section-header:after,#site-nav .nav:after,.callout-links:after,.row-centered:after,.row:after,.group:after {
    content: " ";
    display: table
}

.clearfix:after,.flexslider .slides:after,.banner .slides:after,.filter-content .selected-filters:after,.side-nav .side-nav-results .results:after,.seo-content .col:after,.seo-content:after,.hero .section-header:after,#site-nav .nav:after,.callout-links:after,.row-centered:after,.row:after,.group:after {
    clear: both
}

.row {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto
}

.row .row {
    max-width: none;
    min-width: 0;
    margin-right: -10px;
    margin-left: -10px
}

@media only screen and (max-width: 767px) {
    .row .row {
        margin:0
    }
}

.row .row.col-sm {
    margin-right: -5px;
    margin-left: -5px
}

.col {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 10px
}

@media only screen and (max-width: 767px) {
    .col {
        padding:10px 0
    }
}

.col-sm .col {
    padding: 0 5px
}

@media only screen and (max-width: 767px) {
    .col-sm {
        padding:5px 0
    }
}

.col.last {
    float: right
}

.row-centered {
    margin: 0 auto;
    float: none
}

.flex-col {
    position: relative;
    padding: 0 10px
}

@media only screen {
    .sm-12 {
        width: 100%
    }

    .sm-11 {
        width: 91.666667%
    }

    .sm-10 {
        width: 83.333333%
    }

    .sm-9 {
        width: 75%
    }

    .sm-8 {
        width: 66.666667%
    }

    .sm-7 {
        width: 58.333333%
    }

    .sm-6 {
        width: 50%
    }

    .sm-5 {
        width: 41.666667%
    }

    .sm-4 {
        width: 33.333333%
    }

    .sm-3 {
        width: 25%
    }

    .sm-2 {
        width: 16.666667%
    }

    .sm-1 {
        width: 8.333333%
    }

    .show-for-xs {
        display: none !important
    }
}

@media only screen and (min-width: 768px) {
    .md-12 {
        width:100%
    }

    .md-11 {
        width: 91.666667%
    }

    .md-10 {
        width: 83.333333%
    }

    .md-9 {
        width: 75%
    }

    .md-8 {
        width: 66.666667%
    }

    .md-7 {
        width: 58.333333%
    }

    .md-6 {
        width: 50%
    }

    .md-5 {
        width: 41.666667%
    }

    .md-4 {
        width: 33.333333%
    }

    .md-3 {
        width: 25%
    }

    .md-2 {
        width: 16.666667%
    }

    .md-1 {
        width: 8.333333%
    }
}

@media only screen and (min-width: 1024px) {
    .lg-12 {
        width:100%
    }

    .lg-11 {
        width: 91.666667%
    }

    .lg-10 {
        width: 83.333333%
    }

    .lg-9 {
        width: 75%
    }

    .lg-8 {
        width: 66.666667%
    }

    .lg-7 {
        width: 58.333333%
    }

    .lg-6 {
        width: 50%
    }

    .lg-5 {
        width: 41.666667%
    }

    .lg-4 {
        width: 33.333333%
    }

    .lg-3 {
        width: 25%
    }

    .lg-2 {
        width: 16.666667%
    }

    .lg-1 {
        width: 8.333333%
    }

    .show-for-md,.show-for-sm {
        display: none !important
    }

    .show-for-lg {
        display: inherit !important
    }
}

@media only screen and (min-width: 768px)and (max-width: 1023px) {
    .show-for-lg,.hide-for-md,.show-for-sm {
        display:none !important
    }

    .show-for-md {
        display: inherit !important
    }
}

@media only screen and (max-width: 767px) {
    .show-for-lg,.show-for-md,.hide-for-sm {
        display:none !important
    }

    .show-for-sm {
        display: inherit !important
    }
}

@media only screen and (max-width: 480px) {
    .show-for-xs {
        display:inherit !important
    }

    .hide-for-xs {
        display: none !important
    }

    .xs-12 {
        width: 100%
    }

    .xs-11 {
        width: 91.666667%
    }

    .xs-10 {
        width: 83.333333%
    }

    .xs-9 {
        width: 75%
    }

    .xs-8 {
        width: 66.666667%
    }

    .xs-7 {
        width: 58.333333%
    }

    .xs-6 {
        width: 50%
    }

    .xs-5 {
        width: 41.666667%
    }

    .xs-4 {
        width: 33.333333%
    }

    .xs-3 {
        width: 25%
    }

    .xs-2 {
        width: 16.666667%
    }

    .xs-1 {
        width: 8.333333%
    }
}

.ie8 .show-for-sm,.ie8 .show-for-md {
    display: none !important
}

.ie8 .sm-12 {
    width: 100%
}

.ie8 .sm-11 {
    width: 91.666667%
}

.ie8 .sm-10 {
    width: 83.333333%
}

.ie8 .sm-9 {
    width: 75%
}

.ie8 .sm-8 {
    width: 66.666667%
}

.ie8 .sm-7 {
    width: 58.333333%
}

.ie8 .sm-6 {
    width: 50%
}

.ie8 .sm-5 {
    width: 41.666667%
}

.ie8 .sm-4 {
    width: 33.333333%
}

.ie8 .sm-3 {
    width: 25%
}

.ie8 .sm-2 {
    width: 16.666667%
}

.ie8 .sm-1 {
    width: 8.333333%
}

.ie8 .md-12 {
    width: 100%
}

.ie8 .md-11 {
    width: 91.666667%
}

.ie8 .md-10 {
    width: 83.333333%
}

.ie8 .md-9 {
    width: 75%
}

.ie8 .md-8 {
    width: 66.666667%
}

.ie8 .md-7 {
    width: 58.333333%
}

.ie8 .md-6 {
    width: 50%
}

.ie8 .md-5 {
    width: 41.666667%
}

.ie8 .md-4 {
    width: 33.333333%
}

.ie8 .md-3 {
    width: 25%
}

.ie8 .md-2 {
    width: 16.666667%
}

.ie8 .md-1 {
    width: 8.333333%
}

.ie8 .lg-12 {
    width: 100%
}

.ie8 .lg-11 {
    width: 91.666667%
}

.ie8 .lg-10 {
    width: 83.333333%
}

.ie8 .lg-9 {
    width: 75%
}

.ie8 .lg-8 {
    width: 66.666667%
}

.ie8 .lg-7 {
    width: 58.333333%
}

.ie8 .lg-6 {
    width: 50%
}

.ie8 .lg-5 {
    width: 41.666667%
}

.ie8 .lg-4 {
    width: 33.333333%
}

.ie8 .lg-3 {
    width: 25%
}

.ie8 .lg-2 {
    width: 16.666667%
}

.ie8 .lg-1 {
    width: 8.333333%
}

@media print {
    .show-for-sm,.show-for-md {
        display: none !important
    }

    .sm-12 {
        width: 100%
    }

    .sm-11 {
        width: 91.666667%
    }

    .sm-10 {
        width: 83.333333%
    }

    .sm-9 {
        width: 75%
    }

    .sm-8 {
        width: 66.666667%
    }

    .sm-7 {
        width: 58.333333%
    }

    .sm-6 {
        width: 50%
    }

    .sm-5 {
        width: 41.666667%
    }

    .sm-4 {
        width: 33.333333%
    }

    .sm-3 {
        width: 25%
    }

    .sm-2 {
        width: 16.666667%
    }

    .sm-1 {
        width: 8.333333%
    }

    .md-12 {
        width: 100%
    }

    .md-11 {
        width: 91.666667%
    }

    .md-10 {
        width: 83.333333%
    }

    .md-9 {
        width: 75%
    }

    .md-8 {
        width: 66.666667%
    }

    .md-7 {
        width: 58.333333%
    }

    .md-6 {
        width: 50%
    }

    .md-5 {
        width: 41.666667%
    }

    .md-4 {
        width: 33.333333%
    }

    .md-3 {
        width: 25%
    }

    .md-2 {
        width: 16.666667%
    }

    .md-1 {
        width: 8.333333%
    }

    .lg-12 {
        width: 100%
    }

    .lg-11 {
        width: 91.666667%
    }

    .lg-10 {
        width: 83.333333%
    }

    .lg-9 {
        width: 75%
    }

    .lg-8 {
        width: 66.666667%
    }

    .lg-7 {
        width: 58.333333%
    }

    .lg-6 {
        width: 50%
    }

    .lg-5 {
        width: 41.666667%
    }

    .lg-4 {
        width: 33.333333%
    }

    .lg-3 {
        width: 25%
    }

    .lg-2 {
        width: 16.666667%
    }

    .lg-1 {
        width: 8.333333%
    }
}

:focus {
    outline: none
}

img,embed,object,video {
    max-width: 100%
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.align-center {
    text-align: center
}

.uppercase {
    text-transform: uppercase
}

.right {
    float: right
}

.left {
    float: left
}

.clear {
    clear: both
}

.clear-left {
    clear: left
}

.clear-right {
    clear: right
}

.assistive-text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

.hide,.print {
    display: none !important
}

.no-mobile [href^="tel:"],.no-touch [href^="tel:"] {
    text-decoration: none;
    color: inherit;
    cursor: inherit
}

.no-mobile [href^="tel:"]:hover,.no-touch [href^="tel:"]:hover {
    color: inherit
}

a[href$=".pdf"]:after {
    content: " (PDF)"
}

.iframe-container iframe {
    min-height: 400px;
    width: 100%;
    overflow-x: scroll;
    border: 0
}

html {
    cursor: inherit
}

body {
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
    line-height: 1.4;
    font-weight: 500;
    color: #000;
    background: #f5f5f5
}

@media only screen and (max-width: 767px) {
    body {
        background-color:#bd1829
    }
}

@media only screen and (max-width: 479px) {
    body {
        word-wrap:break-word
    }
}

a {
    color: #bf0000;
    text-decoration: none
}

a:hover {
    color: #730000;
    text-decoration: underline
}

.not-phone {
    color: inherit;
    text-decoration: none
}

.text {
    color: green
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
    font-family: "Open Sans",sans-serif;
    line-height: 1.2;
    font-weight: inherit;
    color: inherit;
    margin: 0 0 14px
}

h1,.h1 {
    font-size: 32px
}

@media only screen and (max-width: 767px) {
    h1,.h1 {
        font-size:28px
    }
}

h2,.h2 {
    font-size: 28px
}

@media only screen and (max-width: 768px) {
    h2,.h2 {
        font-size:23px
    }
}

h3,.h3 {
    font-size: 23px
}

@media only screen and (max-width: 768px) {
    h3,.h3 {
        font-size:21px
    }
}

h4,.h4 {
    font-size: 14px
}

h5,.h5 {
    font-size: 13px
}

h6,.h6 {
    font-size: 10px
}

p {
    margin: 0 0 14px
}

small,.small {
    font-size: 14px
}

.smaller {
    font-size: 13px
}

.large {
    font-size: 19px
}

.medium-bold {
    font-weight: 600
}

.line,.block {
    display: block
}

#container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 100%;
    min-width: 1280px;
    background-color: #fff;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width: 767px) {
    #container {
        max-width:100%;
        width: 100%;
        min-width: 320px
    }
}

.mobile-nav-visible #container {
    -webkit-transform: translateX(260px);
    transform: translateX(260px)
}

@media only screen and (min-width: 768px) {
    .mobile-nav-visible #container {
        -webkit-transform:none;
        transform: none
    }
}

@media only screen and (max-width: 767px) {
    html,body {
        overflow-x:hidden
    }
}

.hidden {
    display: none
}

.gradient-red {
    background-color: #c00;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-linear-gradient(top, #cc0000 0%, #990000 100%);
    background-image: linear-gradient(to bottom, #cc0000 0%, #990000 100%)
}

.gradient-gray-dark,.filter-content .zebra-accordion .trigger,body.general .panel-primary,.global-dropdown .global-site-list,.callout-links li a {
    background-color: #777;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3Nzc3NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NDQ0NDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-linear-gradient(top, #777777 0%, #444444 100%);
    background-image: linear-gradient(to bottom, #777777 0%, #444444 100%)
}

.gradient-gray-light,.about-us .section-bottom {
    background-color: #ddd;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-linear-gradient(#dddddd 0%, #ffffff 100%);
    background-image: linear-gradient(#dddddd 0%, #ffffff 100%)
}

.gradient-gray-footer,#site-footer {
    background-color: #e1e1e1;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #e1e1e1 0%, white 66%);
    background-image: linear-gradient(to bottom, #e1e1e1 0%, white 66%)
}

.gradient-gray-bottom {
    background-color: #ddd;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background-image: -webkit-linear-gradient(top, #dddddd 25%, white 100%);
    background-image: linear-gradient(to bottom, #dddddd 25%, white 100%)
}

.gradient-gray-lighter,.video-library .section.first,.section-general,body.general .section:first-of-type {
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjExJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #e5e5e5 0%, rgba(255, 255, 255, 0) 40px);
    background-image: linear-gradient(to bottom, #e5e5e5 0%, rgba(255, 255, 255, 0) 40px)
}

.gradient-callout-1,.callout {
    background-color: #ccc;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-linear-gradient(top, #cccccc 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #cccccc 0%, #ffffff 100%)
}

.gradient-callout-2,.seo-content,.callouts-primary .callout {
    background-color: #dfdfdf;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #ffffff 66%, #f7f7f7 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0%, #ffffff 66%, #f7f7f7 100%)
}

.gradient-callout-3,.callouts-secondary .callout {
    background-color: #ccc;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-linear-gradient(top, #cccccc 0%, #e6e6e6 66%, #e2e2e2 100%);
    background-image: linear-gradient(to bottom, #cccccc 0%, #e6e6e6 66%, #e2e2e2 100%)
}

.gradient-fade-left-white {
    background: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%)
}

.gradient-fade-right-white {
    background: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%)
}

.gradient-fade-top-white {
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.6) 100%);
    background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.6) 100%)
}

.gradient-fade-bottom-white {
    background: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 85%, white 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 85%, white 100%)
}

.gradient-fade-left-gray {
    background: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4ODg4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-linear-gradient(left, #888888 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, #888888 0%, rgba(255, 255, 255, 0) 100%)
}

.gradient-fade-right-gray {
    background: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ODg4ODgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #888888 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #888888 100%)
}

.gradient-gray-lighter-fade-top {
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(15%, white), color-stop(100%, white));
    background-image: linear-gradient(to bottom, #ebebeb 0%, white 15%, white 100%)
}

.border {
    border: 1px solid #cfcfcf
}

.border-right {
    border-width: 0 1px 0 0;
    padding: 0 1.5em 0 0;
    margin: 0 .5em 0 0
}

@media only screen and (max-width: 767px) {
    .border-right {
        border-width:0 0 1px 0;
        margin: 0 0 1em 0;
        padding: 0 0 1em 0
    }
}

.btn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    line-height: inherit;
    -webkit-tap-highlight-color: transparent;
    font-size: 14px;
    color: #222;
    background: #ddd;
    padding: .75em 1.5em;
    border: none;
    border-radius: 2px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:hover {
    background: #c4c4c4;
    color: #222;
    text-decoration: none
}

.btn:focus {
    background: #b7b7b7
}

.btn:active {
    background: #aaa
}

.btn::-moz-focus-inner {
    border: none
}

.btn-primary {
    color: #fff;
    background-color: #c00;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-linear-gradient(top, #cc0000 0%, #990000 100%);
    background-image: linear-gradient(to bottom, #cc0000 0%, #990000 100%);
    border-radius: 3px
}

.btn-primary:hover {
    background: #90121f;
    color: #fff
}

.btn-primary:focus {
    background: #790f1a
}

.btn-primary:active {
    background: #620d15
}

.btn-bordered {
    border: 1px solid #fff
}

.btn-alt {
    background: #fff;
    color: #bd1829;
    font-weight: 600
}

.btn-info {
    color: #fff;
    background: #5bc0de
}

.btn-info:hover {
    background: #31b0d5;
    color: #fff
}

.btn-info:focus {
    background: #28a1c5
}

.btn-info:active {
    background: #2390b0
}

.btn-success {
    color: #fff;
    background: #090
}

.btn-success:hover {
    background: #060;
    color: #fff
}

.btn-success:focus {
    background: #004d00
}

.btn-success:active {
    background: #030
}

.btn-warning {
    color: #fff;
    background: #f0ad4e
}

.btn-warning:hover {
    background: #ec971f;
    color: #fff
}

.btn-warning:focus {
    background: #df8a13
}

.btn-warning:active {
    background: #c77c11
}

.btn-danger {
    color: #fff;
    background: #c00
}

.btn-danger:hover {
    background: #900;
    color: #fff
}

.btn-danger:focus {
    background: maroon
}

.btn-danger:active {
    background: #600
}

.btn-link {
    color: #bf0000;
    background: transparent;
    border: none;
    text-decoration: underline
}

.btn-link:hover,.btn-link:focus,.btn-link:active {
    color: #730000;
    background: transparent
}

.btn.disabled,.btn[disabled] {
    color: #999 !important;
    background: #ccc !important;
    text-shadow: 1px 1px 1px #fff;
    cursor: not-allowed !important
}

.btn-lg {
    font-size: 15px
}

.btn-sm {
    font-size: 12px;
    padding: .35em .75em
}

.btn-block {
    display: block;
    width: 100%
}

@media only screen and (max-width: 480px) {
    .btn-submit {
        display:block;
        width: 100%;
        font-size: 15px
    }
}

.callout-links {
    background: none;
    margin: 10px 0;
    position: relative;
    z-index: 99
}

.callout-links .col {
    margin: 5px 0
}

.callout-links li a {
    color: #fff;
    min-height: 75px;
    display: table;
    height: 75px;
    font-size: 18px;
    line-height: 120%;
    width: 100%
}

.callout-links li a:hover {
    background-color: #777;
    background-image: none
}

.callout-links li a span,.callout-links li a img {
    vertical-align: middle;
    display: table-cell
}

.callout-links li a .callout-link-text {
    width: 85%;
    padding-left: 10px
}

.callout-links li a .callout-link-icon {
    width: 15%
}

.header-logo-white {
    background-image: url("sprite.png");
    height: 100%;
    width: 100%;
    background-position: 1px -68px;
    background-repeat: no-repeat
}

.header-logo-black,#site-title {
    background-image: url("sprite.png");
    height: 100%;
    width: 100%;
    background-position: 0px -62px;
    background-repeat: no-repeat;
}

.footer-logo {
    background-image: url("sprite.png");
    height: 100%;
    width: 100%;
    background-position: 0px -65px;
    background-repeat: no-repeat
}

.icon-facebook {
    background-image: url("sprite.png");
    height: 100%;
    width: 100%;
    background-position: -3px -147px;
    background-repeat: no-repeat
}

.icon-twitter {
    background-image: url("sprite.png");
    height: 100%;
    width: 100%;
    background-position: -43px -147px;
    background-repeat: no-repeat
}

.icon-google-plus {
    background-image: url("sprite.png");
    height: 100%;
    width: 100%;
    background-position: -82px -147px;
    background-repeat: no-repeat
}

.icon-pinterest {
    background-image: url("sprite.png");
    height: 100%;
    width: 100%;
    background-position: -2px -186px;
    background-repeat: no-repeat
}

.icon-youtube {
    background-image: url("sprite.png");
    height: 100%;
    width: 100%;
    background-position: -43px -186px;
    background-repeat: no-repeat
}

.icon-linkedin {
    background-image: url("sprite.png");
    height: 100%;
    width: 100%;
    background-position: -81px -187px;
    background-repeat: no-repeat
}

.icon-email {
    background-image: url("sprite.png");
    height: 100%;
    width: 100%;
    background-position: -3px -225px;
    background-repeat: no-repeat
}

.icon-blog {
    background-image: url("sprite.png");
    height: 100%;
    width: 100%;
    background-position: -40px -224px;
    background-repeat: no-repeat
}

.icon-cart {
    background-image: url("sprite.png");
    height: 100%;
    width: 100%;
    background-position: 21px -266px;
    background-repeat: no-repeat
}

.icon-pdf {
    background-image: url("sprite.png");
    height: 100%;
    width: 100%;
    background-position: -49px -270px;
    background-repeat: no-repeat
}

.icon-product-videos {
    background-image: url("sprite.png");
    height: 100%;
    width: 100%;
    background-position: 0 -300px;
    background-repeat: no-repeat
}

.icon-product-docs {
    background-image: url("sprite.png");
    height: 100%;
    width: 100%;
    background-position: -75px -377px;
    background-repeat: no-repeat
}

.icon-product-related {
    background-image: url("sprite.png");
    height: 100%;
    width: 100%;
    background-position: -75px -300px;
    background-repeat: no-repeat
}

.icon-product-faqs {
    background-image: url("sprite.png");
    height: 100%;
    width: 100%;
    background-position: 0 -379px;
    background-repeat: no-repeat
}

.icon-tough-under-fire {
    background-image: url("sprite.png");
    height: 100%;
    width: 100%;
    background-position: 0 -462px;
    background-repeat: no-repeat
}

.icon-tough-under-fire-dark {
    background-image: url("sprite.png");
    height: 100%;
    width: 100%;
    background-position: 0 -655px;
    background-repeat: no-repeat
}

.icon-address {
    background-image: url("sprite.png");
    height: 100%;
    width: 100%;
    background-position: -155px -376px;
    background-repeat: no-repeat
}

.icon-phone {
    background-image: url("sprite.png");
    height: 100%;
    width: 100%;
    background-position: -155px -305px;
    background-repeat: no-repeat
}

.icon-news-events {
    background-image: url("sprite.png");
    height: 100%;
    width: 100%;
    background-position: -84px -227px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio: 1.3),(min-resolution: 1.3dppx) {
    .icon {
        /* background-image:url("/content/img/sprite@2x.png"); *//* background-size:256px 778px; */
    }
}

ol,ul,dl {
    margin: 0 0 14px
}

ol,ul {
    padding: 0 0 0 1.25em
}

li {
    margin: 0 0 .4em
}

.reduced,.flex-control-nav,ul.resp-tabs-list,.social-nav,.breadcrumb ol,.dropdown-menu,.nav,.list-inline-block,.list-inline,.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline li {
    display: inline
}

.list-inline li+li {
    margin: 0 0 0 .75em
}

.list-inline.piped li+li {
    border-left: 1px solid #999;
    margin-left: .5em;
    padding-left: .75em
}

.list-inline-block li {
    display: inline-block;
    margin: 0 0 0 .75em
}

label,input[type=submit],input[type=range],input[type=checkbox],input[type=radio],button {
    cursor: pointer
}

.error,.form-validation-error,.validation-summary-errors,.success {
    font-weight: 700
}

.error,.form-validation-error,.validation-summary-errors {
    color: #c00 !important
}

.success {
    color: #090 !important
}

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

legend {
    font-weight: 700;
    padding: .5em 0
}

.form-group {
    position: relative;
    margin-bottom: 1em
}

@media only screen and (max-width: 767px) {
    .form-group {
        margin-bottom:0
    }
}

.form-group legend {
    font-weight: inherit;
    padding: 0
}

.form-group label {
    display: block
}

@media only screen and (min-width: 481px) {
    .form-group-date {
        max-width:180px
    }
}

input[type=text],input[type=password],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=week],input[type=email],input[type=number],input[type=search],input[type=tel],input[type=time],input[type=url],textarea,select {
    width: 100%;
    font-size: inherit;
    background: #fff;
    padding: .5em;
    height: 2.3125em;
    border: 1px solid #bbb;
    border-radius: 0;
    -moz-transition: background .15s,border .15s,box-shadow .15s;
    -webkit-transition: background .15s,border .15s,box-shadow .15s;
    transition: background .15s,border .15s,box-shadow .15s
}

input[type=text]:focus,input[type=password]:focus,input[type=date]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=month]:focus,input[type=week]:focus,input[type=email]:focus,input[type=number]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=time]:focus,input[type=url]:focus,textarea:focus,select:focus {
    background: #fff;
    box-shadow: 0 0 3px #0063ff;
    border-color: #497dd0
}

input[type=file] {
    width: 100%;
    padding: .5em
}

input[type=search] {
    -webkit-appearance: none
}

select[multiple] {
    height: auto
}

textarea {
    min-height: 10em
}

input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly] {
    background: #e9e9e9;
    color: #999;
    border-color: #bbb;
    cursor: not-allowed !important
}

.checkbox,.radio {
    position: relative;
    min-height: 15px;
    padding: 5px 0 5px 20px
}

.checkbox input,.radio input {
    position: absolute;
    top: .5em;
    left: 0;
    background: #fff
}

::-webkit-input-placeholder {
    color: #aaa;
    font-style: italic
}

::-moz-placeholder {
    color: #aaa;
    font-style: italic
}

:-ms-input-placeholder {
    color: #aaa;
    font-style: italic
}

input.input-validation-error,textarea.input-validation-error,select.input-validation-error {
    border-color: #c00 !important;
    background-color: #fee
}

input.input-validation-error:focus,textarea.input-validation-error:focus,select.input-validation-error:focus {
    box-shadow: 0 0 3px maroon
}

input[type=text].datepicker {
    width: 80%;
    width: calc(100% - 25px);
    vertical-align: middle
}

.datepicker-trigger {
    font-size: 1.5em;
    vertical-align: middle;
    cursor: pointer
}

.char-limiter label {
    float: left
}

.char-counter {
    float: right;
    font-size: 14px;
    color: #666;
    margin-top: 3px
}

.char-limiter textarea {
    clear: both
}

.validation-summary-valid {
    display: none
}

.validation-summary-errors {
    margin-top: 1em
}

.field-validation-error {
    position: absolute;
    left: 60%;
    bottom: 66%;
    bottom: -webkit-calc(100% - 8px);
    bottom: calc(100% - 8px);
    z-index: 3;
    display: block;
    min-width: 100px;
    padding: .5em .75em;
    background-color: #fff;
    border: solid 1px #bbb;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 700;
    color: #c00
}

.field-validation-error:after,.field-validation-error:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom-width: 0
}

.field-validation-error:after {
    bottom: -7px;
    left: 10px;
    border-top-color: #bbb
}

.field-validation-error:before {
    bottom: -6px;
    left: 10px;
    z-index: 2;
    border-top-color: #fff
}

@media only screen and (max-width: 767px) {
    .field-validation-error {
        position:relative;
        top: auto;
        left: auto;
        max-width: none;
        width: 100%;
        padding: .25em 0 0;
        border: none;
        border-radius: 0;
        background: transparent;
        white-space: normal
    }

    .field-validation-error:after,.field-validation-error:before {
        display: none !important
    }
}

.form-validation-error {
    position: relative;
    border: solid 1px #c00;
    padding: .75em;
    margin-top: 1em;
    line-height: 1.1
}

.form-validation-error p {
    display: inline-block;
    margin: 0;
    padding-left: 40px;
    vertical-align: middle
}

.form-validation-error .fa-exclamation-circle {
    position: absolute;
    top: 50%;
    left: .5em;
    margin-top: -12px;
    text-align: center;
    vertical-align: middle
}

table {
    width: 100%
}

.table-group {
    margin-bottom: -20px
}

.table {
    background: #f5f5f5;
    margin-bottom: 20px
}

.table:last-child {
    margin-bottom: 0
}

.table th,.table td {
    padding: 10px;
    border: 1px solid #fff
}

.table th {
    text-align: center;
    font-weight: 400;
    background: #000;
    color: #fff
}

.table-striped tr:nth-child(even) {
    background: #e8e8e8
}

.table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    margin-bottom: 20px
}

.table-wrapper .table {
    margin-bottom: 0
}

@media screen {
    .table-wrapper .table {
        min-width: 600px
    }
}

#site-header {
    position: relative;
    z-index: 99;
    padding: 60px 0 0;
    width: 100%;
    margin: 0 auto
}

#site-header .site-header-inner-container {
    position: relative;
    margin: 0 auto;
    max-width: 1280px
}

@media only screen and (max-width: 767px) {
    #site-header {
        padding-top:0
    }
}

.app-bar {
    z-index: 1
}

.app-bar .btn {
    position: absolute;
    top: 0;
    z-index: 4;
    padding: 0 10px;
    height: 47px;
    background: #bd1829;
    color: #fff;
    border-radius: 0
}

@media only screen and (max-width: 767px) {
    .app-bar {
        z-index:11;
        border-bottom: 1px solid #fff
    }

    .app-bar .col {
        position: relative;
        background-color: #d3d3d3;
        z-index: 4;
        height: 47px;
        padding: .4em 0
    }
}

.app-bar .search-bar {
    position: absolute;
    bottom: 22px;
    right: 20px;
    z-index: 12;
    width: 290px
}

body.home .app-bar .search-bar,body.product-category .app-bar .search-bar {
    bottom: 18px
}

@media only screen and (min-width: 768px) {
    .app-bar .search-bar {
        display:block !important
    }
}

@media only screen and (max-width: 767px) {
    .app-bar .search-bar {
        top:0;
        background-color: #bd1829;
        border-top: 1px solid #fff;
        -webkit-transition: top .15s;
        transition: top .15s;
        width: 100%;
        height: 47px;
        display: block;
        bottom: none;
        right: 0;
        padding: 0 7%;
        z-index: 2
    }

    .app-bar .search-bar.active {
        top: 100%
    }

    .app-bar .search-bar form {
        margin: .5em 0;
        text-align: left
    }

    .app-bar .search-bar label {
        display: none
    }

    .app-bar .search-bar input {
        width: 100%
    }

    .app-bar .search-bar .btn .fa-search {
        display: none
    }

    .app-bar .search-bar .btn .assistive-text {
        position: relative;
        clip: auto
    }
}

.app-bar .search-bar label {
    margin-right: .25em
}

.app-bar .search-bar form {
    text-align: right
}

.search-bar form {
    position: relative
}

.search-bar input {
    padding-right: 60px;
    font-size: 14px;
    border-color: #000
}

.search-bar .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 10px;
    background-color: #333;
    border-radius: 0
}

.search-bar .btn .fa-search:before {
    color: #fff
}

#site-title {
    position: relative;
    z-index: 3;
    float: left;
    margin: .25em 0 .5em 0;
    width: 219px;
    height: 52px
}

body.home #site-title,body.product-category #site-title {
    background-position: 0 0;
    margin-bottom: 0
}

#site-title a {
    color: inherit;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 767px) {
    #site-title {
        float:none;
        margin: 0 auto;
        width: 156px;
        height: 35px;
        text-align: center;
        background-size: 100% auto;
        background-position: 0 -35px
    }

    body.home #site-title,body.product-category #site-title {
        background-position: 0 -35px
    }
}

#nav-toggle {
    left: 0;
    padding: 12px 11px 7px;
    border-right: 1px solid #fff
}

#nav-toggle.btn-link {
    color: #fff
}

#nav-toggle.btn-link:hover {
    color: #d3d3d3
}

#search-toggle {
    right: 0;
    border-left: 1px solid #fff
}

#search-toggle.btn-link {
    color: #fff
}

#search-toggle.btn-link:hover {
    color: #d3d3d3
}

.nav {
    margin-bottom: 0
}

.nav li {
    position: relative;
    margin: 0
}

.nav a {
    display: block;
    text-decoration: none;
    padding: 10px
}

.nav .nav-item>a {
    color: #000
}

.nav .nav-item>a .icon-arrow-down {
    border-top-color: #ccc
}

.nav .nav-item>a:hover {
    background-color: #333;
    color: #fff
}

.nav .nav-item.active .dropdown-menu {
    left: 0;
    display: block !important
}

.nav .nav-item.active>a {
    background-color: #000;
    color: #fff
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99;
    background-color: #fff;
    min-width: 200px;
    border: 1px solid #ccc;
    border-top-width: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
    overflow: hidden;
    padding: 5px 0
}

.dropdown-menu li {
    display: block
}

.dropdown-menu a {
    display: block;
    color: inherit;
    text-align: left;
    padding: 5px
}

.dropdown-menu li+li {
    margin: 0
}

@media only screen and (max-width: 767px) {
    .dropdown-menu {
        display:none
    }
}

#site-nav {
    position: absolute;
    z-index: 12;
    top: 0;
    left: 300px;
    width: 900px;
    height: 84px;
    overflow: hidden
}

#site-nav .nav {
    width: 900px;
    height: 84px;
    overflow: hidden
}

#site-nav .nav-item {
    float: left
}

#site-nav .nav-item>a {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .02em;
    font-family: "Oswald",sans-serif;
    line-height: 2.7;
    padding: 0 8px;
    height: 42px;
    display: block;
    text-transform: uppercase
}

#site-nav .nav-item.nav-item-personal>a {
    padding-left: 13px
}

@media only screen and (min-width: 767px) {
    #site-nav {
        display:block !important
    }
}

@media only screen and (max-width: 767px) {
    #site-nav.collapsed {
        display:none
    }

    #site-nav .nav-item {
        float: none
    }

    #site-nav .nav-item>a {
        text-align: left
    }
}

#site-nav .nav-bar-sub {
    position: absolute;
    width: 902px;
    bottom: -84px;
    left: 0;
    background: #bd1829;
    overflow: hidden
}

#site-nav .nav-bar-sub.nav-business {
    left: -146px
}

#site-nav .nav-bar-sub .nav-item {
    float: left
}

#site-nav .nav-bar-sub .nav-item a.nav-link {
    font-size: 13px;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    color: #fff;
    line-height: 3.2;
    text-transform: inherit;
    padding: 0 16px
}

#site-nav .nav-bar-sub .nav-item.nav-item-business a.nav-link {
    padding-left: 14px;
    padding-right: 14px
}

#site-nav .nav-bar-sub .nav-item-all-products a.nav-link,#site-nav .nav-bar-sub .nav-item-business.nav-item-all-products a.nav-link {
    padding-left: 17px
}

@media only screen and (max-width: 767px) {
    #site-nav .nav-bar-sub {
        display:none;
        padding-left: 40px
    }
}

.ie8 #site-nav .nav-bar-sub .nav-item a.nav-link {
    font-weight: 400
}

.home .nav-bar-sub.nav-products {
    visibility: hidden;
    opacity: 0
}

@media only screen and (min-width: 767px) {
    .home .nav-bar-sub.nav-products {
        -webkit-transition:all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
}

@media only screen and (max-width: 767px) {
    .home .nav-bar-sub.nav-products {
        visibility:visible;
        opacity: 1
    }
}

.home .nav-item-products:hover {
    background: #bd1829
}

.home .nav-item-products:hover a {
    color: #fff
}

.home .nav-item-products:hover .nav-bar-sub.nav-products {
    visibility: visible;
    opacity: 1
}

.product-category .nav-item-products,.where-to-buy .nav-item-where-to-buy,.about-us .nav-item-about-us {
    background: #bd1829
}

@media only screen and (max-width: 767px) {
    .product-category .nav-item-products,.where-to-buy .nav-item-where-to-buy,.about-us .nav-item-about-us {
        background:inherit
    }
}

.product-category .nav-item-products a,.where-to-buy .nav-item-where-to-buy a,.about-us .nav-item-about-us a {
    color: #fff
}

.product-category.safety-solutions .nav-item-products .nav-safety-solutions,.product-category.home-personal .nav-item-products .nav-personal-use,.product-category.security-solutions .nav-item-products .nav-security-solutions {
    background: #000
}

.site-nav-bkgd {
    position: absolute;
    z-index: 1;
    bottom: 18px;
    right: 0;
    width: 900px;
    height: 42px;
    background-color: #d3d3d3
}

body.home .site-nav-bkgd,body.product-category .site-nav-bkgd {
    background-color: #fff;
    opacity: .86;
    bottom: 13px
}

#mobile-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    border-right: 1px solid #cd6666
}

#mobile-nav * {
    color: #fff
}

#mobile-nav ul ul {
    display: none
}

#mobile-nav>.nav>.nav-item {
    background: none
}

#mobile-nav>.nav>.nav-item .nav a {
    padding-left: 30px
}

#mobile-nav>.nav>.nav-item.active>a {
    background-color: #666
}

#mobile-nav>.nav>.nav-item.active .dropdown-menu {
    display: none !important
}

#mobile-nav>.nav>.nav-item-one>a,#mobile-nav>.nav>.nav-item-two>a,#mobile-nav>.nav>.nav-item-three>a {
    border-top: 1px solid #cd6666;
    font-weight: 700;
    font-size: 18px
}

#mobile-nav>.nav .nav-item-one>a {
    border: 0
}

#mobile-nav>.nav .nav-item-two>a {
    border-bottom: 1px solid #cd6666
}

#mobile-nav>.nav .nav-item-three>a {
    border-bottom: 1px solid #cd6666
}

.mobile-nav-visible #mobile-nav-close {
    position: fixed;
    top: 0;
    left: 260px;
    z-index: 99999;
    width: 100%;
    height: 100%
}

.utility-bar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    background-color: #fff;
    padding: 8px 0;
    text-align: right;
    box-shadow: 0 5px 5px #d6d6d6;
    border-bottom: solid 1px #afafaf;
    font-size: .85em;
    height: 33px
}

.utility-bar .row {
    max-width: 1220px
}

body.home .utility-bar,body.product-category .utility-bar {
    box-shadow: none;
    border: none
}

.utility-bar ul {
    margin-bottom: 0
}

.utility-bar .list-inline li {
    position: relative
}

.utility-bar .nav-item.active .dropdown-menu {
    left: 0;
    display: block !important
}

.utility-bar a {
    color: #000
}

.utility-bar .right li>a {
    font-weight: 600
}

.utility-bar .nav-item {
    margin-right: 1em
}

.utility-bar .nav-item.active>a {
    background-color: #000;
    color: #fff
}

.utility-bar .nav-item.icon-cart {
    display: inline-block;
    position: relative;
    width: 53px;
    height: 22px;
    text-align: left
}

.utility-bar .nav-item.icon-cart .cart-count {
    position: absolute;
    left: 32px;
    top: -1px;
    text-align: center;
    font-family: "Oswald",sans-serif;
    font-size: .75em;
    letter-spacing: 1px;
    font-weight: 700;
    color: #bd1829;
    width: 20px
}

.site-language {
    border: 3px solid #e8e8e8;
    margin-top: -11px;
    padding: 7px;
    position: absolute;
    right: 114px;
    height: 53px;
    text-align: left;
    width: 145px;
    color: #fff;
    background-color: #c00;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-linear-gradient(top, #cc0000 0%, #990000 100%);
    background-image: linear-gradient(to bottom, #cc0000 0%, #990000 100%);
    -moz-box-shadow: 0 2px 5px 0px rgba(0,0,0,.6);
    -webkit-box-shadow: 0 2px 5px 0px rgba(0,0,0,.6);
    box-shadow: 0 2px 5px 0px rgba(0,0,0,.6)
}

.site-language.latin-america {
    width: 168px
}

.site-language:hover {
    background: #c00
}

.site-language .master-lock-text {
    display: block;
    font-size: 10px;
    line-height: 1.2
}

.site-language .master-lock-text .registered {
    font-size: 5px
}

.site-language .country {
    font-family: "Oswald",sans-serif;
    font-size: 17px;
    display: block;
    font-weight: inherit;
    text-transform: uppercase;
    line-height: 1
}

.site-language .country.latin {
    font-size: 16px
}

.site-language img {
    padding-right: 10px
}

.global-dropdown {
    float: right
}

.global-dropdown .icon-wrapper {
    margin: -3px 0 -3px 3px;
    padding: 3px 10px;
    position: relative;
    z-index: 100;
    color: #bf0000
}

.global-dropdown .icon-wrapper:hover {
    cursor: pointer;
    text-decoration: underline
}

.global-dropdown .icon-wrapper.active-tab {
    background: #777;
    color: #fff
}

@media only screen and (max-width: 767px) {
    .global-dropdown .icon-wrapper.active-tab {
        background:none !important
    }
}

.global-dropdown .global-site-list {
    -moz-box-shadow: 0 5px 5px 0px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 5px 5px 0px rgba(0,0,0,.3);
    box-shadow: 0 5px 5px 0px rgba(0,0,0,.3);
    border: 3px solid #fff;
    display: none;
    padding: 10px 0;
    position: absolute;
    text-align: left;
    width: 10%;
    z-index: 1
}

.global-dropdown .global-site-list.active {
    display: block
}

.global-dropdown .global-site-list.latin {
    width: 13%
}

@media only screen and (max-width: 767px) {
    .global-dropdown .global-site-list.latin {
        right:0;
        top: 39px;
        width: 180px
    }
}

.global-dropdown .global-site-list li {
    line-height: 1.4
}

.global-dropdown .global-site-list li a {
    color: #fff;
    padding-left: 10px
}

@media only screen and (max-width: 767px) {
    .global-dropdown .global-site-list {
        right:0;
        top: 39px;
        width: 130px
    }
}

.global-dropdown.mobile {
    display: inline-block;
    float: none;
    vertical-align: middle
}

.global-dropdown.mobile .icon-wrapper {
    color: #d3d3d3;
    margin: 0;
    padding: 0
}

.global-dropdown.mobile .fa-globe {
    font-size: 22px
}

.global-dropdown.mobile .fa {
    color: #5d5d5d
}

.country-mobile {
    font-family: "Oswald",sans-serif;
    font-size: 11px;
    position: absolute;
    right: 10px;
    width: 34%;
    text-transform: uppercase;
    top: 5px;
    color: #5d5d5d
}

@media only screen and (max-width: 767px) {
    .country-mobile {
        right:-5px
    }
}

.country-mobile img {
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle
}

.country-mobile .country-text {
    display: inline-block;
    vertical-align: middle;
    width: 30px
}

.country-mobile.latam {
    width: 36%
}

.country-mobile.latam .country-text {
    width: 40px
}

#site-footer {
    border-top: 3px solid #929292;
    padding: 3.5em 0 0 0;
    font-size: 12px;
    margin: 0
}

#site-footer a {
    text-decoration: none;
    color: #000
}

#site-footer a:hover {
    text-decoration: underline
}

#site-footer .customer-service a {
    text-decoration: underline
}

#site-footer .customer-service [href^="tel:"]:hover {
    text-decoration: none
}

#site-footer .customer-service [href^="tel:"] {
    text-decoration: none
}

#site-footer .col.last {
    text-align: right
}

#site-footer nav .col {
    padding: 0;
    margin: 0 0 25px 0
}

@media only screen and (max-width: 767px) {
    #site-footer nav .col {
        margin-bottom:26px;
        text-align: center
    }

    #site-footer nav .col .col {
        margin: 0
    }
}

#site-footer nav .col ul {
    padding: 10px 0 5px 15px
}

#site-footer nav .col ul ul {
    padding: 5px 0 5px
}

@media only screen and (max-width: 767px) {
    #site-footer nav .col ul {
        padding:0
    }
}

#site-footer nav .col ul li {
    padding: 5px 0
}

#site-footer nav .col.mailing-address ul li,#site-footer nav .col.customer-service ul li {
    padding: 0
}

#site-footer nav .col .social-nav {
    margin: 0 auto;
    width: 69%
}

#site-footer nav .col .social-nav li {
    padding: 0;
    margin: 5px 0
}

@media only screen and (max-width: 767px) {
    #site-footer nav .col .social-nav {
        width:auto;
        text-align: center
    }

    #site-footer nav .col .social-nav li {
        margin: 5px 2px;
        padding: 0
    }
}

#site-footer h3 {
    font-size: 14px;
    margin: 0;
    display: block;
    color: #000;
    text-transform: uppercase;
    padding: 0 0 5px 15px;
    font-family: "Oswald",sans-serif;
    border-bottom: 1px solid #a8a7a7
}

@media only screen and (max-width: 767px) {
    #site-footer h3 {
        border-bottom:none
    }
}

@media only screen and (max-width: 767px) {
    #site-footer h3 {
        padding:0 0 5px 0
    }
}

@media only screen and (max-width: 767px) {
    #site-footer .col.last {
        padding-bottom:.5em;
        text-align: center
    }

    #site-footer .col {
        width: 100%
    }
}

#site-footer .md-12.col {
    padding: 0
}

@media only screen and (max-width: 767px) {
    #site-footer .md-12.col {
        text-align:center;
        margin: 0 auto 15px
    }
}

#site-footer .utility {
    display: inline-block
}

#site-footer .utility * {
    font-size: 10px
}

@media only screen and (max-width: 767px) {
    #site-footer .utility {
        display:block;
        margin-top: 1em
    }

    #site-footer .utility li {
        padding-left: .5em
    }
}

#site-footer .copyright {
    padding-right: 10px;
    font-size: 10px
}

@media only screen and (max-width: 767px) {
    #site-footer .copyright {
        padding-right:0px
    }
}

body.home #site-footer,body.home-segment #site-footer {
    margin: -60px 0 0
}

@media only screen and (max-width: 767px) {
    body.home #site-footer,body.home-segment #site-footer {
        margin:0
    }
}

#content {
    margin-top: 20px;
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    #content {
        margin:0
    }
}

body.home #content,body.product-category #content {
    position: relative;
    top: -110px
}

@media only screen and (max-width: 767px) {
    body.home #content,body.product-category #content {
        top:auto
    }
}

@media only screen and (max-width: 767px) {
    .section-content {
        padding:0 15px
    }
}

.section-content .section-content-title-lg {
    font-size: 40px
}

@media only screen and (max-width: 767px) {
    .section-content .section-content-title-lg {
        font-size:30px
    }
}

.section-content .section-content-title-sm {
    font-size: 26px;
    display: table-row
}

.section-content .section-content-title-sm .icon-header,.section-content .section-content-title-sm .icon {
    display: table-cell;
    vertical-align: middle
}

.section-content .section-content-title-sm .icon-header {
    padding-left: 30px
}

.section-content .section-content-title-sm .icon {
    width: 68px;
    height: 71px
}

.breadcrumb {
    margin: 1.5em 0 0 0
}

@media only screen and (max-width: 767px) {
    .breadcrumb {
        display:none
    }
}

.breadcrumb ol {
    margin: 0
}

.breadcrumb li {
    display: inline;
    font-size: .9em
}

.breadcrumb li+li:before {
    content: "> ";
    padding: 0 .25em
}

.breadcrumb a {
    color: #bd1829
}

@media only screen and (max-width: 767px) {
    .section-content {
        padding:0 15px
    }
}

.page-header {
    padding: 0 0 .75em 0
}

@media only screen and (max-width: 767px) {
    .page-header {
        padding:0
    }
}

.page-title {
    font-size: 40px;
    margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
    .page-title {
        font-size:28px;
        margin: 0 0 15px 0
    }
}

.page-description {
    font-size: 19px
}

.section {
    padding: 1em 0
}

.section.no-divider {
    padding-top: 0;
    border-top: none
}

.section .section {
    padding: 0
}

.section .section+.section {
    padding-top: 1.5em;
    border-top: none
}

.section-general,body.general .section:first-of-type {
    margin-top: 1em;
    padding-top: 5.5em
}

@media only screen and (max-width: 767px) {
    .section-general,body.general .section:first-of-type {
        padding-top:1.5em;
        margin-top: .4em
    }
}

body.general .two-col .md-3.first {
    padding-right: 40px
}

@media only screen and (max-width: 767px) {
    body.general .two-col .md-3.first {
        padding-right:0
    }
}

body.general .two-col .md-3.first img {
    padding-bottom: 30px
}

body.general .two-col .md-6 {
    width: 47%
}

@media only screen and (max-width: 767px) {
    body.general .two-col .md-6 {
        width:100%
    }
}

@media only screen and (max-width: 767px) {
    body.general h2 {
        margin:10px 0
    }
}

body.general main .btn {
    margin: 5px 0
}

body.general .content-padding {
    padding: 20px 0
}

body.general .content-padding-left {
    padding: 5px 10px 5px 0
}

body.general .content-padding-right {
    padding: 5px 0 5px 10px
}

@media only screen and (max-width: 767px) {
    body.general .right.content-padding-right,body.general .left.content-padding-left {
        float:none;
        padding: 10px 0
    }
}

body.general .section .row .row {
    padding: 20px 0
}

@media only screen and (max-width: 767px) {
    body.general .section .row .row {
        margin:0
    }
}

body.general .section .row fieldset .row {
    border-bottom: none;
    padding: inherit
}

@media only screen and (min-width: 768px) {
    body.general .section .row fieldset .row {
        margin:0 -10px
    }
}

body.general .section .row .row:last-child {
    border: 0;
    padding: 20px 0 10px 0
}

body.general .section .md-6.first {
    padding-right: 2%
}

@media only screen and (max-width: 767px) {
    body.general .section .md-6.first {
        padding:0
    }
}

body.general .section .md-6.last {
    padding-left: 2%
}

@media only screen and (max-width: 767px) {
    body.general .section .md-6.last {
        padding:0
    }
}

body.general .panel-primary {
    border: 0
}

body.general .panel-content {
    background-color: transparent;
    color: #fff
}

body.general .panel-content a {
    color: #fff;
    text-decoration: underline
}

body.general .panel-content a:hover {
    color: #e6e6e6
}

body.general .panel-header {
    border-bottom: 1px solid rgba(250,250,250,.3)
}

body.general .horizontal-line {
    border-top: 1px solid #a8a7a7;
    margin-top: 20px;
    padding-top: 20px
}

body.general .horizontal-line:before {
    clear: both;
    display: table;
    content: ""
}

.form-container {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto
}

.section.first {
    padding-top: 2em
}

@media only screen and (max-width: 767px) {
    .section.first {
        padding-top:1.5em
    }
}

.section.last {
    padding-bottom: 3em
}

@media only screen and (max-width: 767px) {
    .section.last {
        padding-bottom:1.5em
    }
}

img.box-shadow {
    -moz-box-shadow: 0 2px 5px 1px #ccc;
    -webkit-box-shadow: 0 2px 5px 1px #ccc;
    box-shadow: 0 2px 5px 1px #ccc;
    margin-bottom: 10px
}

.social-nav li {
    display: inline-block;
    height: 40px;
    width: 33px;
    margin: 0
}

.social-nav a {
    display: block
}

.social-nav a:hover {
    opacity: .8
}

.callout {
    height: 250px;
    width: 100%;
    overflow: hidden;
    margin: 5px 0;
    position: relative
}

@media only screen and (max-width: 767px) {
    .callout {
        max-width:390px;
        height: 212px;
        margin: 0 auto 20px
    }
}

.callouts-small .callout {
    height: 200px
}

@media only screen and (min-width: 768px) {
    .callout.callout-wide .box-content {
        width:65%
    }
}

.callout img {
    position: absolute;
    left: 0;
    top: 0
}

@media only screen and (max-width: 767px) {
    .callout img {
        max-width:150px
    }
}

@media only screen and (max-width: 767px) {
    .callout img.image-bottom {
        max-width:180px;
        top: auto;
        bottom: 45px
    }

    .callout img.image-bottom.safety-image {
        left: -20px
    }
}

.callout .box-content {
    align-items: center;
    width: 47%;
    padding-right: 10px;
    color: #414141;
    display: table;
    float: right;
    height: 100%
}

.callout .box-content h2 {
    text-transform: uppercase;
    font-family: "Oswald",sans-serif;
    display: table-cell;
    vertical-align: middle;
    font-size: 24px
}

@media only screen and (max-width: 767px) {
    .callout .box-content h2 {
        font-size:18px;
        padding-top: 57px;
        vertical-align: inherit
    }
}

@media only screen and (max-width: 767px) {
    .callouts-primary .callout {
        height:212px
    }
}

.ie .callout .box-content h2 {
    margin-top: 100px
}

.ie .callouts-small .callout .box-content h2 {
    margin-top: 70px
}

.overlay-effect {
    overflow: hidden;
    height: 100%
}

@media only screen and (max-width: 767px) {
    .overlay-effect .link-title {
        background:none repeat scroll 0 0 #a40000;
        bottom: 0;
        clear: both;
        display: table;
        height: 48px;
        position: absolute;
        width: 100%
    }
}

.overlay-effect .link-title:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background: #a40000;
    content: "";
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: opacity .2s ease-in-out,-webkit-transform .2s;
    transition: opacity .2s ease-in-out,transform .2s
}

@media only screen and (max-width: 767px) {
    .overlay-effect .link-title:before {
        background:transparent
    }
}

.overlay-effect span {
    -webkit-transition: opacity .4s,-webkit-transform .4s;
    transition: opacity .4s,transform .4s;
    position: absolute;
    bottom: 15px;
    line-height: 100%;
    font-weight: bold;
    left: 0;
    text-align: center;
    font-size: 16px;
    opacity: 0;
    width: 100%;
    color: #fff;
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
}

@media only screen and (max-width: 767px) {
    .overlay-effect span {
        display:table-cell;
        font-size: 14px;
        position: relative;
        line-height: 120%;
        vertical-align: middle;
        clear: both;
        padding: 0 10px 0 0;
        bottom: 0
    }
}

.overlay-effect span.assistive-text {
    opacity: 0;
    display: none
}

@media only screen and (min-width: 768px) {
    .overlay-effect:hover .link-title:before,.overlay-effect:hover span {
        opacity:1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@media only screen and (max-width: 767px) {
    .overlay-effect .link-title:before,.overlay-effect span {
        opacity:1
    }
}

.ie8 .callout .link-title {
    opacity: 1;
    display: block !important;
    position: absolute;
    bottom: -48px;
    left: 0;
    width: 100%;
    height: 48px;
    background: #a40000
}

.ie8 .callout .link-title span {
    position: absolute;
    bottom: 15px;
    line-height: 100%;
    font-weight: bold;
    left: 0;
    text-align: center;
    font-size: 16px;
    width: 100%;
    color: #fff
}

.ie8 .callout:hover .link-title {
    bottom: 0
}

.hero {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    background: #fff;
    z-index: 0
}

@media only screen and (max-width: 767px) {
    .hero {
        width:100%;
        height: auto
    }
}

body.home .hero,body.product-category .hero {
    margin-bottom: 10px
}

@media only screen and (max-width: 767px) {
    body.home .hero,body.product-category .hero {
        margin-bottom:0
    }
}

.hero.first {
    margin-bottom: 1.25em;
    padding-top: 10px
}

.hero.first .section-header {
    padding: 75px 0 0 150px
}

@media only screen and (max-width: 767px) {
    .hero.first {
        margin-bottom:0;
        padding: 0
    }

    .hero.first .section-header {
        padding: 15px
    }
}

.hero .hero-image,.hero .section-header {
    text-align: center;
    z-index: 0
}

@media only screen and (max-width: 767px) {
    .hero .hero-image,.hero .section-header {
        height:auto
    }
}

.hero .section-header {
    position: absolute;
    top: 0;
    max-width: 700px;
    padding: 200px 0 0 100px;
    text-align: left;
    color: #fff;
    z-index: 3
}

@media only screen and (max-width: 767px) {
    .hero .section-header {
        padding:5px 15px;
        position: relative
    }

    .hero .section-header p {
        color: #000
    }

    .hero .section-header p .line {
        display: inline
    }
}

.hero .section-header .section-title {
    font: 72px/1.1 "Oswald",sans-serif;
    text-transform: uppercase
}

@media only screen and (max-width: 767px) {
    .hero .section-header .section-title {
        font-size:35px;
        color: #000
    }
}

.hero .section-header .section-title .line {
    display: block
}

@media only screen and (max-width: 767px) {
    .hero .section-header .section-title .line {
        display:inline
    }
}

.hero .section-header .section-title .line1 {
    font-size: 35px
}

.hero .section-header p {
    font-size: 18px;
    width: 78%
}

@media only screen and (max-width: 767px) {
    .hero .section-header p {
        width:100%
    }
}

@media only screen and (max-width: 767px) {
    .section-header {
        padding:0 15px
    }
}

.seo-content {
    padding: 30px 20px
}

.seo-content h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Oswald",sans-serif
}

.seo-content .col:first-child {
    border: none
}

.seo-content .seo-copy {
    text-align: center;
    background: #fff;
    padding: 20px
}

.seo-content .seo-copy p {
    text-align: left;
    min-height: 200px
}

.seo-content .seo-copy h3 {
    text-align: left
}

.seo-content .seo-image {
    overflow: hidden;
    margin-bottom: 20px
}

.seo-content .seo-image img {
    max-width: 100%
}

@media only screen and (min-width: 768px) {
    .seo-content .seo-image {
        height:200px
    }

    .seo-content .md-12 {
        max-width: 80%;
        margin: 0 auto;
        float: none
    }

    .seo-content .md-12 .seo-image {
        height: auto;
        max-width: 40%;
        padding-right: 20px;
        float: left
    }

    .seo-content .md-12 .seo-copy {
        float: left;
        width: 100%
    }

    .seo-content .md-12.image .seo-copy {
        width: 60%
    }

    .seo-content .md-4 .seo-image {
        text-align: center
    }
}

.side-nav-arrow,.side-nav .side-nav-results-images .results li a .text-nav span:before,.side-nav .side-nav-results .results li:after {
    content: ">";
    color: #999;
    display: block;
    position: absolute;
    left: -3px;
    top: -1px;
    font-size: 14px;
    font-weight: 700
}

.side-nav {
    padding: 0;
    width: 100%
}

.side-nav .section-content {
    background: #fff;
    padding: 0
}

@media only screen and (max-width: 767px) {
    .side-nav .section-content {
        background:none;
        padding: 0;
        height: auto
    }
}

.side-nav .side-nav-results {
    position: relative;
    margin: 0
}

@media only screen and (max-width: 767px) {
    .side-nav .side-nav-results {
        margin:0;
        width: 100%
    }
}

.side-nav .side-nav-results .heading {
    background: #bd1829;
    color: #fff;
    height: 55px;
    line-height: 55px;
    margin: 0 auto;
    font-size: 23px;
    text-align: center;
    width: 1280px
}

@media only screen and (max-width: 767px) {
    .side-nav .side-nav-results .heading {
        width:100%
    }
}

.side-nav .side-nav-results .results {
    margin: 0 auto;
    min-height: 175px;
    padding: 55px 0 25px;
    width: 1030px
}

@media only screen and (max-width: 767px) {
    .side-nav .side-nav-results .results {
        background:#fff;
        padding: 35px 0 0;
        width: 100%
    }
}

.side-nav .side-nav-results .results li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    margin: 0 40px;
    min-height: 55px;
    vertical-align: top;
    width: 100%;
    max-width: 260px;
    padding-left: 10px
}

@media only screen and (max-width: 767px) {
    .side-nav .side-nav-results .results li {
        margin:0 25px;
        width: 100%;
        min-height: 25px
    }
}

.side-nav .side-nav-results-images .results {
    width: 1100px
}

@media only screen and (max-width: 767px) {
    .side-nav .side-nav-results-images .results {
        width:100%
    }
}

.side-nav .side-nav-results-images .results li {
    max-width: none;
    width: 320px;
    height: 115px;
    margin: 0 20px 10px;
    padding: 0
}

@media only screen and (max-width: 767px) {
    .side-nav .side-nav-results-images .results li {
        height:auto;
        width: 100%
    }
}

.side-nav .side-nav-results-images .results li:after {
    content: none
}

.side-nav .side-nav-results-images .results li a {
    display: block;
    height: 110px;
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    .side-nav .side-nav-results-images .results li a {
        height:auto
    }
}

.side-nav .side-nav-results-images .results li a:hover {
    text-decoration: none
}

.side-nav .side-nav-results-images .results li a .img-nav {
    width: 100px;
    height: 100px;
    max-height: 100px;
    overflow: hidden;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 10px
}

@media only screen and (max-width: 767px) {
    .side-nav .side-nav-results-images .results li a .img-nav {
        display:inline-block
    }
}

.side-nav .side-nav-results-images .results li a .img-nav img {
    height: auto;
    max-height: 85px;
    max-width: 90px;
    display: inline-block
}

.side-nav .side-nav-results-images .results li a .text-nav {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 215px;
    padding: 0 0 20px 10px;
    border-bottom: solid 1px #d3d3d3
}

.side-nav .side-nav-results-images .results li a .text-nav.no-border {
    border-bottom: 0px
}

@media only screen and (max-width: 767px) {
    .side-nav .side-nav-results-images .results li a .text-nav {
        width:63%;
        display: inline-block
    }

    .side-nav .side-nav-results-images .results li a .text-nav.no-border {
        border-bottom: solid 1px #d3d3d3
    }
}

.side-nav .side-nav-results-images .results li a .text-nav span {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    margin-left: 10px
}

.side-nav .side-nav-results-images .results li a .text-nav span:before {
    display: table-cell;
    text-decoration: none
}

.side-nav .side-nav-results-images .results li a .text-nav span.view-all-faqs:before {
    top: 2px
}

.side-nav .side-nav-results-images .results li a .text-nav span:hover {
    text-decoration: underline
}

@media only screen and (max-width: 767px) {
    .where-to-buy .page-header {
        display:none
    }
}

@media only screen and (max-width: 767px) {
    .where-to-buy .section:first-of-type {
        margin-top:0 !important
    }
}

.where-to-buy .page-title {
    border-bottom: 1px solid #ccc;
    padding: 5px 0
}

.where-to-buy .locations li {
    margin-bottom: 1em
}

.where-to-buy .list-inline-block {
    text-align: center
}

.where-to-buy .list-inline-block li {
    margin: 1em
}

.where-to-buy #content .md-6.last {
    border-left: 1px solid #ccc;
    padding-left: 5%;
    margin-left: 2%;
    width: 48%
}

@media only screen and (max-width: 767px) {
    .where-to-buy #content .md-6.last {
        border-left:medium none;
        border-top: 1px solid #eee;
        padding: 30px 0;
        width: 100%
    }

    .where-to-buy #content .md-6.last ul {
        text-align: center
    }
}

.where-to-buy #content .md-6.first {
    padding-right: 3%;
    margin-right: 2%;
    width: 48%
}

@media only screen and (max-width: 767px) {
    .where-to-buy #content .md-6.first {
        padding:30px 0;
        width: 100%
    }
}

.where-to-buy .color {
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 10px 0 0
}

.where-to-buy .color .blue {
    background: #9ccbeb
}

.where-to-buy .color .green {
    background: #92d050
}

.where-to-buy .color .coral {
    background: #ee7e8e
}

.where-to-buy .color .purple {
    background: #652c90
}

.where-to-buy .color .grey {
    background: #808284
}

.where-to-buy .color .orange {
    background: #ff7800
}

.where-to-buy .color .blue,.where-to-buy .color .green,.where-to-buy .color .coral,.where-to-buy .color .purple,.where-to-buy .color .grey,.where-to-buy .color .orange {
    width: 20px;
    height: 20px;
    display: block
}

.videos {
    max-width: 800px;
    width: 100%;
    margin: 0 auto
}

.videos .vid-container {
    position: relative;
    padding-bottom: 52%;
    padding-top: 30px;
    height: 0
}

.videos .vid-container iframe,.videos .vid-container object,.videos .vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.videos .vid-list-container {
    width: 92%;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 4%;
    padding-bottom: 20px
}

.videos .vid-list {
    width: 1344px;
    position: relative;
    top: 0;
    left: 0
}

.videos .vid-item {
    display: block;
    width: 148px;
    height: 148px;
    float: left;
    margin: 0;
    padding: 10px;
    cursor: pointer
}

.videos .thumb {
    overflow: hidden;
    height: 84px
}

.videos .thumb img {
    width: 100%;
    position: relative;
    top: -13px
}

.videos .vid-item .desc {
    color: #21a1d2;
    font-size: 15px;
    margin-top: 5px
}

.videos .arrows {
    position: relative;
    width: 100%
}

.videos .arrow-left {
    color: #fff;
    position: absolute;
    background: #777;
    padding: 15px;
    left: -25px;
    top: -130px;
    z-index: 99;
    cursor: pointer
}

.videos .arrow-right {
    color: #fff;
    position: absolute;
    background: #777;
    padding: 15px;
    right: -25px;
    top: -130px;
    z-index: 100;
    cursor: pointer
}

@media only screen and (max-width: 767px) {
    .videos .arrows {
        position:relative;
        margin: 0 auto;
        width: 96px
    }

    .videos .arrow-left {
        left: 0;
        top: -20px
    }

    .videos .arrow-right {
        right: 0;
        top: -20px
    }
}

.about-us #content {
    margin-bottom: 0
}

.about-us #content .section.first {
    padding: 0
}

.about-us #content .content-hero {
    background: transparent url("../img/hero-about.jpg") no-repeat top center;
    background-size: 100%;
    padding-top: 40px;
    height: 420px
}

@media only screen and (max-width: 767px) {
    .about-us #content .content-hero {
        background-image:url("../img/hero-about-mobile.jpg");
        padding-top: 38%
    }
}

.about-us #content .content-hero .col {
    padding: 0 3% 0 59%;
    color: #fff
}

@media only screen and (max-width: 767px) {
    .about-us #content .content-hero .col {
        padding:0 10px;
        color: #666
    }
}

.about-us #content .content-hero .col .page-title {
    font: 45px/1.4 "Oswald",sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase
}

@media only screen and (max-width: 767px) {
    .about-us #content .content-hero .col .page-title {
        font-size:35px
    }
}

.about-us #content .content-hero .col p {
    font-size: 14px;
    line-height: 1.8
}

.plus-minus {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 24px;
    font-weight: 500
}

.plus-minus:after {
    content: "+"
}

.open .plus-minus:after {
    content: "-"
}

.zebra-accordion * {
    box-sizing: content-box;
    -moz-box-sizing: content-box
}

.zebra-accordion .list-accordion {
    display: none;
    padding: 10px 10px 24px 12px;
    margin: 1px 0
}

.zebra-accordion .list-accordion li {
    margin-bottom: .25em
}

.zebra-accordion .trigger {
    cursor: pointer;
    position: relative;
    margin: 0
}

@media only screen and (min-width: 768px) {
    .filter-content {
        padding-right:40px
    }
}

.filter-content .selected-filters {
    display: block;
    padding: 0 0 10px
}

@media only screen and (max-width: 767px) {
    .filter-content .selected-filters {
        padding:0 0 10px 12px
    }
}

.filter-content .selected-filters:hover {
    text-decoration: none
}

.filter-content .selected-filters .fa-times {
    top: 1px;
    position: relative
}

.filter-content .selected-filters .filter-name {
    width: 100%;
    margin-left: -14px;
    padding-left: 20px
}

.filter-content .zebra-accordion label,.filter-content .zebra-accordion a {
    display: block
}

.filter-content .zebra-accordion a {
    padding: 5px 0
}

.filter-content .zebra-accordion .trigger {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 12px
}

.product-category .intro {
    padding-bottom: 30px
}

.product-category .intro p {
    font-size: 1.15em
}

.product-category .intro:after {
    clear: both;
    content: "";
    display: table
}

.product-category .features .full-img {
    clear: both;
    padding: 3% 0;
    width: 100%;
    max-width: 850px
}

.product-category .features .float-img {
    float: right;
    margin: 0 0 1% 4%;
    width: 100%;
    max-width: 100px
}

@media only screen and (max-width: 767px) {
    .product-category .features .float-img {
        display:none
    }
}

.product-category .features .float-img-left {
    float: left;
    margin: 0 4% 3% 0
}

@media only screen and (max-width: 767px) {
    .product-category .features .float-img-left {
        float:none;
        margin: 0;
        padding: 20px 0
    }
}

.product-category .features .float-img-right {
    float: right;
    margin: 0 0 3% 4%
}

.product-category .brochure {
    text-align: center;
    padding-bottom: 30px
}

.product-category .brochure a[href$=".pdf"].no-pdf-icon:after {
    content: ""
}

.product-category .col.right {
    border-left: 1px solid #ccc;
    padding-left: 3%
}

.product-category .col.right img {
    padding-bottom: 4%
}

@media only screen and (max-width: 767px) {
    .product-category .col.right {
        border-left:medium none;
        border-top: 1px solid #eee;
        padding: 30px 0
    }
}

.product-category .col dl {
    display: block;
    margin: 0 9% 2% 0
}

.product-category .col dl dt {
    clear: both;
    float: left;
    font-weight: 600;
    padding-right: .5%
}

.product-category .col dl dd {
    clear: both;
    margin: 0 0 4%
}

@media only screen and (max-width: 767px) {
    .product-category .col dl {
        margin:0
    }
}

#where-to-buy .locations li {
    align-items: center;
    display: inline-flex;
    min-height: 110px
}

@media only screen and (max-width: 767px) {
    #where-to-buy .locations li {
        display:block;
        min-height: 0;
        text-align: center
    }
}

.hazards,.lockout {
    margin: 0;
    padding: 0
}

.hazards li,.lockout li {
    font-weight: 600;
    list-style: none;
    margin-top: 20px;
    text-align: center
}

.hazards li img,.lockout li img {
    margin-bottom: 2px
}

@media only screen and (max-width: 767px) {
    .hazards li img,.lockout li img {
        display:block;
        margin: 0 auto
    }
}

@media only screen and (max-width: 767px) {
    .site-map .col.md-4 ul.col {
        margin-bottom:0;
        padding: 0
    }
}

.panel-group {
    margin-bottom: -20px
}

.panel {
    padding: 25px;
    margin-bottom: 20px;
    color: #000;
    background-color: #fff;
    overflow: hidden
}

.panel-header {
    margin: -5px -15px 0;
    padding: 0 15px 10px;
    border-bottom: 1px solid #fff
}

.panel-header .panel-title {
    margin-bottom: 0
}

.panel-content {
    margin: 0 -15px -15px;
    padding: 15px;
    background-color: #fff
}

.panel-primary {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.panel-primary .panel-content {
    color: #000
}

.video-library .section.first {
    margin-top: 1em;
    padding-top: 5.5em
}

@media only screen and (max-width: 767px) {
    .video-library .section.first {
        padding-top:1.5em
    }
}

.list-video-library .col-video-library {
    width: 290px;
    text-align: center;
    margin-top: 1em;
    margin-right: .75%
}

.list-video-library .col-video-library a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    text-decoration: none;
    background-color: #fff
}

.list-video-library .col-video-library a h2 {
    width: 100%;
    background-color: #bd1829;
    color: #fff;
    margin: 0;
    padding: .6em 0 0 0;
    height: 2.5em
}

.list-video-library .col-video-library a .video-library-thumb {
    width: 100%;
    border: solid 1px #d3d3d3
}

.list-video-library .col-video-library a .video-library-summary {
    color: initial;
    text-align: left;
    height: 70px;
    padding: .5em .5em 0 .75em
}

@media only screen and (max-width: 767px) {
    .list-video-library .col-video-library a .video-library-summary {
        height:auto
    }
}

.list-video-library .col-video-library a:hover h2 {
    background-color: #bd1829;
    text-decoration: underline
}

.list-video-library .col-video-library a:hover .video-library-thumb {
    opacity: .85
}

@media only screen and (max-width: 479px) {
    .list-video-library .col-video-library {
        width:100%;
        height: auto;
        padding: 0
    }
}

.video-list-container .resp-tab-content {
    padding-bottom: 0
}

@media only screen and (max-width: 479px) {
    .video-list-container .resp-tab-content {
        padding-left:0;
        padding-right: 0
    }
}

.video-container {
    padding: 0 20px 10px 0
}

@media only screen and (max-width: 767px) {
    .video-container {
        border:none;
        padding-bottom: 20px
    }
}

.video-container iframe {
    width: 100%;
    height: 324px;
    border: solid 1px #000
}

.video-container .video-download-container {
    padding: .25em .5em;
    font-size: .875em
}

.list-video-player .video-item {
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #d3d3d3
}

.list-video-player .video-item:last-child {
    border: none
}

.list-video-player .video-item a.video-play {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3% 2%;
    overflow: hidden;
    text-decoration: none
}

.list-video-player .video-item a.video-play:hover {
    background-color: #f5f5f5;
    text-decoration: none
}

.list-video-player .video-item a.video-play .video-item-thumb {
    width: 22%;
    display: inline-block;
    vertical-align: top
}

.list-video-player .video-item a.video-play .video-meta-container {
    width: 76%;
    padding-left: 2%;
    display: inline-block;
    vertical-align: top
}

.list-video-player .video-item a.video-play .video-meta-container .video-title {
    font-size: 1.125em;
    margin-bottom: .25em
}

@media only screen and (max-width: 767px) {
    .list-video-player .video-item a.video-play .video-meta-container .video-title {
        font-size:1em
    }
}

.list-video-player .video-item a.video-play .video-meta-container .video-description {
    color: #000;
    margin-bottom: 0;
    font-size: .875em
}

@media only screen and (max-width: 767px) {
    .list-video-player .video-item a.video-play .video-meta-container .video-description {
        font-size:.75em
    }
}

@media only screen and (max-width: 479px) {
    .list-video-player .video-item a.video-play .video-meta-container .video-description {
        display:none
    }
}

.list-video-player a.video-play.current-video,.list-video-player a.video-play.current-video:hover {
    background-color: #f5f5f5
}

@media only screen and (max-width: 620px) {
    html.mobile .list-video-player a.video-play.current-video,html.mobile .list-video-player a.video-play:hover {
        background-color:#fff !important
    }
}

.video-download-modal-container {
    padding: 10px 0 0 0
}

[data-tooltip] {
    color: inherit;
    cursor: pointer
}

[data-tooltip]:hover {
    color: #000
}

.tooltip-trigger-icon {
    font-size: 120%
}

.tooltip {
    position: absolute;
    z-index: 9999;
    padding: 1.25em;
    width: 100%;
    max-width: 240px;
    background: #000;
    color: #fff
}

.tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 7px solid transparent;
    border-top-color: #000;
    margin-left: -7px
}

.tooltip-left:after {
    left: 1em;
    margin-left: 0
}

.tooltip-right:after {
    right: 1em;
    left: auto;
    margin-left: 0
}

.notice-banner {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    width: 100%;
    padding: 10px 15px 10px 35px;
    border-bottom: 2px ridge #ccc;
    font-size: 15px
}

.notice-banner p {
    margin: 0;
    text-align: center
}

.notice-banner svg {
    width: 25px;
    height: 25px
}

.notice-banner button {
    background: none;
    border: none;
    color: #666;
    padding: 10px 0 10px 10px;
    cursor: pointer
}

.notice-banner button:hover {
    color: #000
}

body.home #content .section-content {
    margin: 70px auto;
    line-height: 2;
    width: 90%
}

@media only screen and (max-width: 767px) {
    body.home #content .section-content {
        margin:30px auto;
        width: 100%
    }
}

body.home #content .section-content:after {
    clear: both;
    content: "";
    display: table
}

body.home #content .section-content .md-6:first-child {
    padding-right: 80px
}

body.home #content .section-content .md-6:last-child {
    padding-left: 80px
}

body.home #content .section-content .md-4 {
    width: 23.333%;
    margin-right: 15%
}

body.home #content .section-content .md-4.news-events {
    margin: 0
}

@media only screen and (max-width: 767px) {
    body.home #content .section-content .md-4 {
        width:100%;
        margin-right: 0
    }
}

@media only screen and (max-width: 767px) {
    body.home #content .section-content .md-6:first-child,body.home #content .section-content .md-6:last-child,body.home #content .section-content .md-4 {
        padding:20px 0
    }
}

body.home #content .section-content h2 {
    font-size: 28px;
    margin: 0 0 40px
}

@media only screen and (max-width: 767px) {
    body.home #content .section-content h2 {
        margin:0 0 20px
    }
}

body.home #content .section-content-2 {
    width: 55%
}

@media only screen and (max-width: 767px) {
    body.home #content .section-content-2 {
        width:100%
    }
}

body.home #content .icon-address,body.home #content .icon-phone,body.home #content .icon-news-events {
    float: left;
    height: 53px;
    width: 70px;
    margin: 6px 30px 0 0
}

.gradient-red {
    background-color: #c00;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-linear-gradient(top, #cc0000 0%, #990000 100%);
    background-image: linear-gradient(to bottom, #cc0000 0%, #990000 100%)
}

.gradient-gray-dark,.callout-links li a,.global-dropdown .global-site-list,body.general .panel-primary,.filter-content .zebra-accordion .trigger {
    background-color: #777;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3Nzc3NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NDQ0NDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-linear-gradient(top, #777777 0%, #444444 100%);
    background-image: linear-gradient(to bottom, #777777 0%, #444444 100%)
}

.gradient-gray-light,.about-us .section-bottom {
    background-color: #ddd;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-linear-gradient(#dddddd 0%, #ffffff 100%);
    background-image: linear-gradient(#dddddd 0%, #ffffff 100%)
}

.gradient-gray-footer,#site-footer {
    background-color: #e1e1e1;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #e1e1e1 0%, white 66%);
    background-image: linear-gradient(to bottom, #e1e1e1 0%, white 66%)
}

.gradient-gray-bottom {
    background-color: #ddd;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background-image: -webkit-linear-gradient(top, #dddddd 25%, white 100%);
    background-image: linear-gradient(to bottom, #dddddd 25%, white 100%)
}

.gradient-gray-lighter,.section-general,body.general .section:first-of-type,.video-library .section.first {
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjExJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #e5e5e5 0%, rgba(255, 255, 255, 0) 40px);
    background-image: linear-gradient(to bottom, #e5e5e5 0%, rgba(255, 255, 255, 0) 40px)
}

.gradient-callout-1,.callout {
    background-color: #ccc;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-linear-gradient(top, #cccccc 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #cccccc 0%, #ffffff 100%)
}

.gradient-callout-2,.callouts-primary .callout,.seo-content {
    background-color: #dfdfdf;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #ffffff 66%, #f7f7f7 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0%, #ffffff 66%, #f7f7f7 100%)
}

.gradient-callout-3,.callouts-secondary .callout {
    background-color: #ccc;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-linear-gradient(top, #cccccc 0%, #e6e6e6 66%, #e2e2e2 100%);
    background-image: linear-gradient(to bottom, #cccccc 0%, #e6e6e6 66%, #e2e2e2 100%)
}

.gradient-fade-left-white {
    background: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%)
}

.gradient-fade-right-white {
    background: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%)
}

.gradient-fade-top-white {
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.6) 100%);
    background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.6) 100%)
}

.gradient-fade-bottom-white {
    background: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 85%, white 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 85%, white 100%)
}

.gradient-fade-left-gray {
    background: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4ODg4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-linear-gradient(left, #888888 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, #888888 0%, rgba(255, 255, 255, 0) 100%)
}

.gradient-fade-right-gray {
    background: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ODg4ODgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #888888 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #888888 100%)
}

.gradient-gray-lighter-fade-top {
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(15%, white), color-stop(100%, white));
    background-image: linear-gradient(to bottom, #ebebeb 0%, white 15%, white 100%)
}

.border {
    border: 1px solid #cfcfcf
}

.border-right {
    border-width: 0 1px 0 0;
    padding: 0 1.5em 0 0;
    margin: 0 .5em 0 0
}

@media only screen and (max-width: 767px) {
    .border-right {
        border-width:0 0 1px 0;
        margin: 0 0 1em 0;
        padding: 0 0 1em 0
    }
}

.clearfix:before,.flexslider .slides:before,.banner .slides:before,.group:before,.row:before,.row-centered:before,.callout-links:before,#site-nav .nav:before,.hero .section-header:before,.seo-content:before,.seo-content .col:before,.side-nav .side-nav-results .results:before,.filter-content .selected-filters:before,.clearfix:after,.flexslider .slides:after,.banner .slides:after,.group:after,.row:after,.row-centered:after,.callout-links:after,#site-nav .nav:after,.hero .section-header:after,.seo-content:after,.seo-content .col:after,.side-nav .side-nav-results .results:after,.filter-content .selected-filters:after {
    content: " ";
    display: table
}

.clearfix:after,.flexslider .slides:after,.banner .slides:after,.group:after,.row:after,.row-centered:after,.callout-links:after,#site-nav .nav:after,.hero .section-header:after,.seo-content:after,.seo-content .col:after,.side-nav .side-nav-results .results:after,.filter-content .selected-filters:after {
    clear: both
}

.about-us .section-main {
    padding: 0;
    overflow: hidden;
    position: relative
}

.about-us .section-main.section-basic {
    border-bottom: 45px solid #bd1829
}

@media only screen and (max-width: 767px) {
    .about-us .section-main {
        height:auto;
        overflow: visible
    }
}

.about-us .section-main .gradient-fade {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100px
}

@media only screen and (max-width: 767px) {
    .about-us .section-main .gradient-fade {
        display:none
    }
}

.about-us .section-bottom {
    padding: 30px 0
}

.about-us .content-hero {
    padding-top: 0;
    height: 420px
}

@media only screen and (max-width: 767px) {
    .about-us .content-hero {
        height:auto;
        padding: 0
    }
}

.about-us .content-hero .flexslider {
    position: relative;
    z-index: 0
}

@media only screen and (max-width: 767px) {
    .about-us .content-hero .flexslider {
        padding:0
    }
}

.about-us .content-hero .col {
    padding: 0 4% 0 60%;
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 40px
}

@media only screen and (max-width: 767px) {
    .about-us .content-hero .col {
        padding:0 10px;
        color: #000;
        position: relative;
        top: 10px
    }
}

.about-us .content-hero .page-title {
    font: 45px/1.4 "Oswald",sans-serif;
    text-transform: uppercase;
    margin-bottom: 16px
}

@media only screen and (max-width: 767px) {
    .about-us .content-hero .page-title {
        font-size:28px
    }
}

.about-us .content-hero p {
    font-size: 14px;
    line-height: 2;
    padding-bottom: 5%
}

.about-us .content-hero p a {
    color: #fff;
    text-decoration: underline
}

@media only screen and (max-width: 767px) {
    .about-us .content-hero p a {
        color:#bf0000;
        text-decoration: none
    }
}

.about-us .content-hero p a:hover {
    color: #eee
}

@media only screen and (max-width: 767px) {
    .about-us .content-hero p a:hover {
        color:#bf0000;
        text-decoration: underline
    }
}

ul.resp-tabs-list {
    margin-bottom: 0
}

.resp-tabs-list li {
    float: left;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 1px 0 0;
    list-style: none;
    cursor: pointer;
    position: relative;
    background-color: #ccc;
    color: #000
}

.resp-tabs-list li:hover {
    color: #fff;
    background-color: #333
}

.resp-tabs-list li.resp-tab-active {
    cursor: default;
    color: #fff;
    background-color: #bd1829
}

.resp-tabs-container {
    padding: 0;
    clear: left
}

.resp-tab-content {
    display: none;
    padding: 1.25em;
    border: 1px solid #ccc
}

.resp-tab-content-active {
    border-top: solid 3px #bd1829
}

.resp-content-active,.resp-accordion-active,.resp-tab-content-active {
    display: block
}

.resp-accordion-closed {
    display: none
}

h2.resp-accordion {
    display: none;
    cursor: pointer;
    font-size: 1em;
    margin: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
    text-align: left;
    background: #bd1829;
    color: #fff
}

h2.resp-accordion:after {
    content: "+";
    float: right;
    font-size: 1.25em;
    line-height: 1
}

h2.resp-accordion:hover {
    background-color: #90121f
}

h2.resp-accordion:active {
    background-color: #620d15
}

h2.resp-accordion:focus {
    background-color: #790f1a
}

h2.resp-accordion a {
    color: #fff
}

h2.resp-tab-active {
    border: none;
    margin-bottom: 0 !important;
    padding: 10px 15px !important
}

h2.resp-tab-active:after {
    content: "-"
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none
}

.resp-vtabs .resp-tabs-container {
    padding: 0;
    border: 1px solid #ccc;
    float: left;
    width: 70%;
    clear: none
}

.resp-vtabs .resp-tab-content {
    border: none
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #ccc;
    border-right: none;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important
}

@media only screen and (max-width: 767px) {
    ul.resp-tabs-list {
        display:none
    }

    h2.resp-accordion {
        display: block;
        margin: 0 !important
    }

    .resp-tab-content {
        border: none
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none
    }

    .resp-accordion-closed {
        display: none
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #ccc !important
    }
}

.flexslider,.banner {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden
}

.flexslider li,.flexslider .banner-content,.banner li,.banner .banner-content {
    margin-bottom: 0
}

.flexslider img,.banner img {
    display: block;
    margin: 0 auto
}

.flexslider .slides,.banner .slides {
    margin: 0
}

.flex-viewport {
    min-height: 200px
}

@media only screen and (max-width: 479px) {
    .flex-viewport {
        min-height:inherit
    }
}

.slide {
    position: relative
}

.slide-caption,.banner-caption {
    padding: 100px 0 0;
    position: absolute;
    top: 100px;
    left: 8%;
    z-index: 4;
    width: 34%;
    height: 70%;
    color: #fff
}

.slide-caption .col,.banner-caption .col {
    align-content: center;
    margin: auto
}

.slide-caption h2,.banner-caption h2 {
    font-family: "Oswald",sans-serif;
    font-size: 3.3em;
    text-transform: uppercase;
    margin: 0
}

.slide-caption p,.banner-caption p {
    font-size: 1.2em
}

@media only screen and (max-width: 767px) {
    .slide-caption,.banner-caption {
        position:relative;
        top: auto;
        left: auto;
        width: 100%;
        padding: .5em 15px;
        background-color: transparent;
        color: inherit
    }

    .slide-caption h2,.banner-caption h2 {
        font-size: 1.7em
    }

    .slide-caption h2 .line,.banner-caption h2 .line {
        display: inline
    }
}

.home .slide-caption h2 {
    font-family: "Oswald",sans-serif;
    font-size: 3.3em;
    text-transform: uppercase;
    margin: 0
}

@media only screen and (max-width: 767px) {
    .home .slide-caption h2 {
        font-size:1.7em
    }

    .home .slide-caption h2 .line {
        display: inline
    }

    .home .slide-caption h2 a {
        text-decoration: none;
        color: #000
    }

    .home .slide-caption h2 a:hover {
        text-decoration: underline
    }
}

@media only screen and (max-width: 767px) {
    .home a .slide-caption h2 {
        text-decoration:none;
        color: #000
    }

    .home a .slide-caption h2:hover {
        text-decoration: underline
    }
}

.flex-control-nav {
    position: relative;
    z-index: 9;
    margin-top: -2.4em;
    text-align: center
}

.flex-control-nav li {
    display: inline-block;
    margin: 0 .5em
}

.flex-control-nav a {
    display: block;
    cursor: pointer;
    text-indent: -999em;
    background-color: #ddd;
    width: 17px;
    height: 17px;
    border-radius: 100%
}

.flex-control-nav a.flex-active {
    background-color: #bf0000
}

.flex-control-nav a:hover {
    background-color: #ccc
}

@media only screen and (max-width: 767px) {
    .flex-control-nav {
        margin:0
    }

    .flex-control-nav a {
        width: 8px;
        height: 8px
    }
}

@media only screen and (max-width: 767px) {
    .category .flex-control-nav {
        margin:3% 0 0
    }
}

.flexslider:hover .flex-next {
    opacity: .8;
    right: 5px;
    z-index: 100
}

.flexslider:hover .flex-prev {
    opacity: .8;
    left: 5px;
    z-index: 100
}

.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

@media only screen and (max-width: 767px) {
    .flex-direction-nav {
        display:none
    }
}

.flex-direction-nav a {
    margin: -20px 0 0;
    display: block;
    position: absolute;
    top: 47%;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease
}

.flex-direction-nav .flex-next {
    background-image: url("sprite.png");
    height: 100px;
    width: 36px;
    background-position: -224px -148px;
    background-repeat: no-repeat;
    right: 32px !important
}

.flex-direction-nav .flex-next:hover {
    opacity: 1
}

.flex-direction-nav .flex-prev {
    background-image: url("sprite.png");
    height: 100px;
    width: 36px;
    background-position: -179px -148px;
    background-repeat: no-repeat;
    left: 34px !important
}

.flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.flex-direction-nav .disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default
}

@media only screen and (max-width: 767px) {
    .category-flexslider {
        width:100%;
        overflow: hidden;
        clear: both
    }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #fff;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    box-shadow: 0 10px 25px rgba(0,0,0,.5)
}

.fancybox-outer,.fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image,.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span {
    background-image: url("fancybox_sprite.png")
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("../img/fancybox/fancybox_loading.gif") center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../img/fancybox/blank.gif");
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

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

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("../img/fancybox/fancybox_overlay.png")
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0,0,0,.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,.8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span {
        background-image:url("fancybox_sprite@2x.png");
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url("fancybox_loading@2x.gif");
        background-size: 24px 24px
    }
}

@media print {
    @page {
        margin: 1cm
    }

    * {
        background: transparent !important;
        color: #000 !important;
        text-shadow: none !important
    }

    nav,form,img,button embed,object,video,.btn,.flexslider,.app-bar,.social-share,.callout img,.callout-alt img,.link-title,.hero .hero-image,.resp-tabs-list,.plus-minus,.pagination,.item-compare,.tough-under-fire-testimonials .read-all,.tough-under-fire-testimonials .read-more,.product-image figure figcaption,#currentAddress,.section-content .section-content-title-sm .icon,.faq-contact,.filter-content,.product-detail .tab-content .row .col img,.free-shipping,.item-link-micro,body.home #content .icon-address,body.home #content .icon-phone,body.home #content .icon-news-events {
        display: none !important
    }

    .print {
        display: inherit !important
    }

    .resp-tab-content,.zebra-accordion .list-accordion,.zebra-accordion form {
        display: block !important;
        height: auto !important;
        opacity: 1 !important
    }

    pre,blockquote,img,.panel {
        page-break-inside: avoid
    }

    #content,.callout,.callout h2,.callout-alt,.callout-alt h2,.callout .box-content,.product-selector .overlay-effect,.product-selector .overlay-effect .box-content,.hero,.hero .section-header,.hero .section-header .col,.side-nav .section-content,.general .section:first-of-type,.free-shipping,.best-used-for .col,.tough-under-fire-testimonials .col,.tough-under-fire-testimonials .more-from-master,.more-from-masterlock .site h5,.section-content .section-content-title-sm .icon-header,.product-detail .tab-content .row .col,.page-header,.panel,body.home #content .section-content {
        position: relative !important;
        float: none !important;
        padding: 0 !important;
        margin: inherit !important;
        width: auto !important;
        height: auto !important;
        text-align: left !important;
        min-height: 1px !important;
        min-width: 1px !important;
        top: 0 !important;
        left: 0 !important
    }

    .row .col,.resp-tab-content,.filter-content .zebra-accordion .list-accordion {
        margin: 0 0 20px 0 !important
    }

    #content,#container {
        min-width: 0 !important
    }

    .centered-red,.tab-content .tab-header h2 {
        border: 1px solid #ddd;
        border-width: 1px 0;
        page-break-inside: avoid
    }

    .page-title,.hero .section-header .section-title,.section-content .section-content-title-lg {
        font-size: 26px
    }

    h2,.h2 {
        font-size: 20px
    }

    h3,.h3 {
        font-size: 18px
    }

    .page-title,h1,h2,h3 {
        margin: 5px 0;
        padding: 0
    }

    .border {
        border: 0 !important
    }

    .home-segment .col-sm .col,body.home #content .section-content .md-4 {
        width: 33.33% !important
    }

    #site-header {
        padding: 1em 0 2em 0
    }

    #site-header .site-header-inner-container,.hero {
        width: 100%;
        max-width: 1200px
    }

    #site-footer .copyright {
        font-size: 12px
    }

    body.home #site-footer,body.home-segment #site-footer {
        margin: 0
    }

    .section-header.row {
        margin: 2px auto !important
    }

    .section-header.row .line {
        display: inline !important
    }

    .hero .section-header.row {
        max-width: inherit;
        padding: 0 10px !important
    }

    .home .section-content h4 {
        margin: 0 0 10px 0 !important
    }

    .home .section-content h4 .line {
        display: inline
    }

    body.home #content .section-content .md-6:first-child,body.home #content .section-content h2 {
        padding: 0;
        margin: 0
    }

    body.general h2 {
        margin: 5px 0
    }

    .item-image-src {
        display: inline-block
    }

    .product-search .md-9 {
        width: 100%
    }

    .where-to-buy .assistive-text {
        display: block;
        position: relative;
        text-align: left
    }

    .where-to-buy img.map {
        display: block !important;
        width: 80%
    }

    .where-to-buy .color {
        background: inherit !important
    }

    .where-to-buy .blue {
        background: #9ccbeb !important
    }

    .where-to-buy .green {
        background: #92d050 !important
    }

    .where-to-buy .coral {
        background: #ee7e8e !important
    }

    .where-to-buy .purple {
        background: #652c90 !important
    }

    .where-to-buy .grey {
        background: #808284 !important
    }

    .where-to-buy .orange {
        background: #ff7800 !important
    }

    .about-us .content-hero .col {
        position: relative !important;
        top: inherit !important;
        padding: 0 !important
    }
}

/*# sourceMappingURL=site.css.map */
