﻿.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: .1px;
    padding-left: 15px;
    padding-right: 15px
}
/*
    Patches for missing 3.3.6 bootstrap.css
*/

/*!
 *  Font Awesome 4.6.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("../../common/fonts/font-awesome/fontawesome-webfont.eot?v=4.6.3");
    src: url("../../common/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"),url("../../common/fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"),url("../../common/fonts/font-awesome/fontawesome-webfont.woff?v=4.6.3") format("woff"),url("../../common/fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"),url("../../common/fonts/font-awesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    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.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before, .fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before, .fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before, .fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before, .fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before, .fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before, .fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before, .fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before, .fa-users:before {
    content: ""
}

.fa-chain:before, .fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before, .fa-scissors:before {
    content: ""
}

.fa-copy:before, .fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before, .fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before, .fa-sort:before {
    content: ""
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before, .fa-undo:before {
    content: ""
}

.fa-legal:before, .fa-gavel:before {
    content: ""
}

.fa-dashboard:before, .fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before, .fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before, .fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before, .fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before, .fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before, .fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before, .fa-usd:before {
    content: ""
}

.fa-rupee:before, .fa-inr:before {
    content: ""
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: ""
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: ""
}

.fa-won:before, .fa-krw:before {
    content: ""
}

.fa-bitcoin:before, .fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before, .fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before, .fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: ""
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before, .fa-car:before {
    content: ""
}

.fa-cab:before, .fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: ""
}

.fa-ge:before, .fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before, .fa-weixin:before {
    content: ""
}

.fa-send:before, .fa-paper-plane:before {
    content: ""
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before, .fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before, .fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before, .fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before, .fa-battery-full:before {
    content: ""
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before, .fa-battery-half:before {
    content: ""
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before, .fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before, .fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: ""
}

.fa-fa:before, .fa-font-awesome:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: 'ProximaLight';
    src: url("../../common/fonts/proxima-nova/proxima-nova-light-latin-1-webfont.eot");
    src: url("../../common/fonts/proxima-nova/proxima-nova-light-latin-1-webfont.eot?#iefix") format("embedded-opentype"),url("../../common/fonts/proxima-nova/proxima-nova-light-latin-1-webfont.woff") format("woff"),url("../../common/fonts/proxima-nova/proxima-nova-light-latin-1-webfont.ttf") format("truetype"),url("../../common/fonts/proxima-nova/proxima-nova-light-latin-1-webfont.svg#proxima_n_w01_lightregular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ProximaRegular';
    src: url("../../common/fonts/proxima-nova/proxima-nova-regular-latin-1-webfont.eot");
    src: url("../../common/fonts/proxima-nova/proxima-nova-regular-latin-1-webfont.eot?#iefix") format("embedded-opentype"),url("../../common/fonts/proxima-nova/proxima-nova-regular-latin-1-webfont.woff") format("woff"),url("../../common/fonts/proxima-nova/proxima-nova-regular-latin-1-webfont.ttf") format("truetype"),url("../../common/fonts/proxima-nova/proxima-nova-regular-latin-1-webfont.svg#proxima_n_w01_regregular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ProximaBold';
    src: url("../../common/fonts/proxima-nova/proxima-nova-bold-latin-1-webfont.eot");
    src: url("../../common/fonts/proxima-nova/proxima-nova-bold-latin-1-webfont.eot?#iefix") format("embedded-opentype"),url("../../common/fonts/proxima-nova/proxima-nova-bold-latin-1-webfont.woff") format("woff"),url("../../common/fonts/proxima-nova/proxima-nova-bold-latin-1-webfont.ttf") format("truetype"),url("../../common/fonts/proxima-nova/proxima-nova-bold-latin-1-webfont.svg#proxima_n_w01_boldregular") format("svg");
    font-weight: normal;
    font-style: normal
}

body {
    font: normal 14px/1.4 "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #494949
}

p {
    font-size: 1em
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: 0 none;
    font: normal 20px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
}

h1 small {
    color: #494949
}

h2 {
    font: normal 24px/1.25 "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: 0
}

    h2.small {
        font: normal 18px/24px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif;
        margin-bottom: 0
    }

.pagetitle h2 {
    font: normal 36px/1.25 "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
}

h3 {
    font: normal 18px/1.25 "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: 0
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-brand-primary, .btn-brand-primary:hover, .btn-brand-primary:focus, .btn-brand-primary:active {
    border: 0 none;
    padding: 0 18px;
    font-size: 14px;
    line-height: 34px;
    border-radius: 0;
    color: #fff
}

a.btn-primary, a.btn-primary:hover, a.btn-primary:focus, a.btn-primary:active {
    border: 0 none;
    padding: 0 18px;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font: normal 14px/34px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif
}

input[type="text"] {
    background: #fff;
    color: #494949;
    border: 0 none;
    line-height: 34px;
    padding: 0 15px;
    outline: none;
    font-size: 14px;
    width: 100%
}

.grey-bg {
    background-color: #ededeb;
    padding-top: 67px
}

@media (min-width: 768px) {
    .grey-bg {
        padding-top: 67px
    }
}

@media (max-width: 767px) {
    .grey-bg {
        padding-top: 30px
    }
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
    .image-bottomcta{
        height: 400px;
    }
}

@media (min-width: 1200px) {
    .global-section-headline {
        display: none
    }

    .row.section-header-row .global-section-headline {
        display: block
    }
}

@media (max-width: 1199px) {
    .section-header-row {
        display: none
    }

    .global-section-headline {
        display: block
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.page-wrapper {
    display: block;
    max-width: 100%;
    min-height: 100vh;
    overflow: hidden
}

    .page-wrapper.with-hero {
        margin: 0 auto
    }

    #microsite-body > section.image-full-width {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto
    }
    #microsite-body > section {
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto
    }

    .page-wrapper .image-full-width {
        max-width: 1920px
    }

.exp-editor-mode .page-wrapper {
    position: relative
}

    .exp-editor-mode .page-wrapper .navbar.navbar-static-top {
        position: static
    }


.navbar.navbar-static-top {
    margin-bottom: 0;
    border-bottom: 0;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0 20px;
    z-index: 1000;
    background-color: rgba(255,255,255,.8)
}

@media only screen and (min-width: 1400px) {
    .navbar.navbar-static-top {
        padding: 0 50px
    }
}

.site-logo {
    overflow: hidden;
    display: inline-block;
    line-height: 88px
}

    .site-logo a {
        display: block;
        line-height: inherit
    }

.secondary-logo {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    float: right;
    top: 0
}

.navi-btn {
    width: 70px;
    height: 88px;
    background: none;
    border: 0 none;
    transition: background 0.2s ease-out;
    text-align: center;
    float: right;
    padding: 0;
    margin-right: -15px;
    outline: none
}

    .navi-btn .icon-bar {
        display: block;
        width: 28px;
        height: 4px;
        margin: 0 auto;
        transition: all 0.2s;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

        .navi-btn .icon-bar + .icon-bar {
            margin-top: 5px
        }

    .navi-btn .text {
        font: normal 10px/20px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif;
        transition: all 0.2s ease-out;
        display: block;
        width: 100%;
        text-transform: uppercase
    }

        .navi-btn .text.close {
            color: #fff;
            margin-top: -20px;
            opacity: 0;
            text-shadow: initial
        }

.navi-view .navi-btn .icon-bar {
    background-color: #fff
}

    .navi-view .navi-btn .icon-bar .text {
        color: #fff
    }

    .navi-view .navi-btn .icon-bar.middle-bar {
        opacity: 0
    }

    .navi-view .navi-btn .icon-bar.top-bar {
        transform-origin: 10% 140%;
        transform: rotate(45deg)
    }

    .navi-view .navi-btn .icon-bar.bottom-bar {
        transform-origin: 10% -20%;
        transform: rotate(-45deg)
    }

.navi-view .navi-btn .text.menu {
    opacity: 0
}

.navi-view .navi-btn .text.close {
    opacity: 1
}

.subnav-chevron {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    padding: 7px;
    font-size: 15px;
    border-left: 1px solid rgba(255,255,255,0.15) !important;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.15) !important;
    cursor: pointer;
    background-color: transparent !important;
    border-right: 0 !important
}

    .subnav-chevron .fa {
        line-height: 33px;
        vertical-align: top;
        width: 33px;
        text-align: center;
        color: #fff;
        transition: all 0.2s ease-in
    }

        .subnav-chevron .fa.fa-chevron-down, .subnav-chevron .fa.fa-minus {
            opacity: 0;
            margin-top: -33px
        }

@media (min-width: 992px) {

    .no-touch .with-utility-nav .navi-level-1 {
        margin: 24px 90px 0 -90px
    }

    .no-touch .with-utility-nav .nav-search {
        margin-top: 22px;
        margin-bottom: 0
    }

    .no-touch .theme-utility-nav {
        float: right;
        width: 100%
    }

        .no-touch .theme-utility-nav ul {
            list-style-type: none;
            float: right;
            margin: 10px 25px 0 0
        }

            .no-touch .theme-utility-nav ul li {
                display: inline-block;
                margin-left: 20px
            }

                .no-touch .theme-utility-nav ul li a {
                    font: normal 16px/20px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif
                }

    .no-touch .mobi-utility-nav-link {
        display: none !important
    }

    .touch .nav-search {
        margin: 0;
        float: right;
        top: -7px
    }

    .touch .theme-utility-nav {
        float: right;
        width: 100%;
        position: relative;
        top: -8px;
        display: none
    }

        .touch .theme-utility-nav ul {
            list-style-type: none;
            float: right;
            margin: 0 15px 0 0
        }

            .touch .theme-utility-nav ul li {
                display: inline-block;
                margin-left: 20px
            }

                .touch .theme-utility-nav ul li a {
                    font: normal 16px/20px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif
                }

    .no-touch .site-logo {
        width: 1%;
        display: table-cell;
        vertical-align: middle
    }

    .no-touch .secondary-logo {
        width: 1%;
        display: table-cell !important;
        float: none
    }

    .no-touch .navi-wrapper {
        display: table-cell;
        vertical-align: middle
    }

    .no-touch .navi {
        line-height: 0;
        width: 100%;
        display: table;
        vertical-align: middle
    }

    .no-touch .nav-search {
        float: right;
        margin-right: 25px
    }

    .navi-btn {
        display: none
    }

    .no-touch .subnav-chevron {
        display: none
    }

    .navi-back {
        display: none !important
    }

    .no-touch .navi-wrapper.text-right .navi-level-1 .navi-view .navi-level-2.JS-columnGrid {
        left: auto;
        right: 0
    }

    .no-touch .navi-level-1 {
        text-align: center;
        display: inline-block;
        position: relative;
        margin : 27px 0;
        padding: 0 10px 0 10px;
        vertical-align: top;
        font: normal 16px/20px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif
    }

        .no-touch .navi-level-1 > li {
            display: inline-block;
            position: relative
        }

            .no-touch .navi-level-1 > li > a, .no-touch .navi-level-1 > li div {
                display: block;
                padding: 7px 13px;
                text-decoration: none;
                outline: 0 none;
                cursor: pointer;
                font: normal 16px/20px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif
            }

            .no-touch .navi-level-1 > li.active > a, .no-touch .navi-level-1 > li.navi-view > a {
                color: #fff
            }

        .no-touch .navi-level-1 .navi-level-2 {
            opacity: 0;
            height: 0;
            display: block;
            padding: 15px 23px;
            position: absolute;
            transition: all 0s ease-out;
            margin: 0;
            overflow: hidden;
            left: 0;
            max-width: 750px;
            list-style: none;
            z-index: -1;
            text-align: left
        }

            .no-touch .navi-level-1 .navi-level-2 a {
                color: #fff;
                font-size: 16px;
                display: block;
                text-decoration: none
            }

                .no-touch .navi-level-1 .navi-level-2 a.navi-arrow-right:after {
                    content: "\00bb";
                    margin-left: 5px
                }

            .no-touch .navi-level-1 .navi-level-2 .navi-level-3 a {
                font: normal 16px/20px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif
            }

            .no-touch .navi-level-1 .navi-level-2 ul {
                margin: 0;
                padding: 0
            }

                .no-touch .navi-level-1 .navi-level-2 ul.col-md-3 {
                    min-width: 176px
                }

                .no-touch .navi-level-1 .navi-level-2 ul li {
                    margin: 0;
                    padding: 0 15px;
                    list-style: none;
                    display: block
                }

                    .no-touch .navi-level-1 .navi-level-2 ul li a {
                        margin: 0;
                        padding: 0;
                        text-decoration: none
                    }

            .no-touch .navi-level-1 .navi-level-2 .navi-level-3 li {
                padding: 0
            }

        .no-touch .navi-level-1 .navi-view .navi-level-2 {
            opacity: 1;
            height: auto;
            z-index: 1
        }

            .no-touch .navi-level-1 .navi-view .navi-level-2.JS-columnGrid {
                display: flex;
                left: -15px
            }

            .no-touch .navi-level-1 .navi-view .navi-level-2 > li, .no-touch .navi-level-1 .navi-view .navi-level-2 > ul > li {
                padding: 5px 0;
                min-width: 176px
            }

        .no-touch .navi-level-1 .NOJS-columnGrid {
            position: relative
        }

            .no-touch .navi-level-1 .NOJS-columnGrid .navi-level-2 {
                right: auto;
                width: 255px;
                padding: 15px 23px
            }

                .no-touch .navi-level-1 .NOJS-columnGrid .navi-level-2 li {
                    border-bottom: 1px solid rgba(255,255,255,0.15)
                }

    .touch .navi {
        display: flex;
        align-items: center
    }

    .touch .site-logo {
        margin: 0 auto 0 0;
        line-height: inherit
    }

    .touch .navi-btn {
        display: inline-block;
        order: 1
    }

    .touch .secondary-logo {
        margin: 0 10px
    }

    .touch .nav-search .search-form {
        width: 325px
    }

    .touch .navi-wrapper {
        margin: 0 10px 0 auto
    }

    .touch .navi-level-1 {
        opacity: 1;
        position: absolute;
        right: 0;
        top: 88px;
        width: 500px;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: left;
        transition: all 0.2s ease-in;
        max-height: 0;
        overflow: hidden
    }

        .touch .navi-level-1 a {
            display: block;
            color: #fff;
            font: normal 18px/24px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
            padding-top: 12px;
            padding-bottom: 12px;
            border-bottom: 1px solid rgba(255,255,255,0.15)
        }

        .touch .navi-level-1 > li {
            display: block;
            position: relative
        }

            .touch .navi-level-1 > li > a {
                padding-left: 14px;
                padding-right: 55px
            }

    .touch .navi-view .navi-level-1 {
        max-height: calc(100vh - 88px);
        overflow-y: auto
    }

    .touch .navi-level-2 {
        padding: 0;
        list-style: none;
        display: block;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: all 0.5s ease-out
    }

        .touch .navi-level-2 > ul {
            padding: 0;
            display: block;
            width: 100%;
            list-style: none
        }

            .touch .navi-level-2 > ul > li, .touch .navi-level-2 > li {
                display: block;
                position: relative
            }

                .touch .navi-level-2 > ul > li > a, .touch .navi-level-2 > li > a {
                    padding-left: 28px;
                    padding-right: 55px
                }

    .touch .navi-level-3 {
        padding: 0;
        list-style: none;
        display: block;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: all 0.5s ease-out
    }

        .touch .navi-level-3 > li {
            display: block
        }

            .touch .navi-level-3 > li > a {
                padding-left: 44px;
                padding-right: 14px
            }

    .touch .navi-view > .navi-level-2, .touch .navi-view > .navi-level-3 {
        max-height: 1000px;
        overflow: hidden;
        transition: all 0.5s ease-in
    }

    .touch .navi-view > .subnav-chevron .fa-chevron-down {
        opacity: 1
    }

    .touch .navi-view > .subnav-chevron .fa-chevron-right {
        opacity: 0
    }

    .nav-search {
        display: inline-block;
        position: relative;
        margin: 26px 0
    }

        .nav-search > form > label {
            font-size: 18px;
            line-height: 36px;
            margin-bottom: 0;
            cursor: pointer
        }

        .nav-search .search-form {
            display: none;
            position: absolute;
            top: 0;
            right: 17px;
            margin-right: 10px;
            border: 1px solid #c5c5c5;
            width: 325px
        }

            .nav-search .search-form .search-form-input {
                background: #fff;
                border: 0 none;
                line-height: 34px;
                padding: 0 15px;
                width: 75%;
                float: left;
                outline: none;
                font-size: 14px
            }

            .nav-search .search-form .btn-primary {
                text-align: center;
                width: 25%;
                float: left
            }
}

@media (min-width: 992px) and (max-width: 1140px) {
    .site-logo {
        padding-left: 0
    }

    .no-touch .site-logo {
        padding-left: 0
    }

    .secondary-logo {
        padding-right: 0
    }

    .no-touch .secondary-logo {
        padding-right: 0
    }
}

@media (max-width: 991px) {
    .site-logo {
        margin: 0
    }

    .navbar.navbar-static-top {
        width: 100%;
        line-height: 0;
        border: 0 none;
        padding: 0
    }

    .navi-wrapper {
        right: -100%;
        position: fixed;
        width: 100%;
        height: calc(100% - 87px);
        overflow-y: scroll;
        margin-top: 87px;
        top: 0;
        transition: all 0.2s ease-out;
        display: flex;
        flex-direction: column
    }

    .theme-utility-nav {
        order: 3;
        display: none
    }

        .theme-utility-nav ul {
            padding: 0;
            margin: 0;
            list-style: none
        }

            .theme-utility-nav ul li a {
                padding-left: 14px;
                padding-right: 55px;
                border-bottom: 1px solid rgba(255,255,255,0.15);
                display: block;
                color: #fff;
                font: normal 18px/24px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
                padding-top: 12px;
                padding-bottom: 12px;
                text-decoration: none;
                text-align: left
            }

    .navi-level {
        padding: 0;
        margin: 0;
        list-style: none
    }

        .navi-level a, .navi-level div {
            display: block;
            color: #fff;
            font: normal 18px/24px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
            padding-top: 12px;
            padding-bottom: 12px;
            text-decoration: none;
            text-align: left
        }

        .navi-level.navi-level-1 {
            order: 2
        }

            .navi-level.navi-level-1 > li {
                position: relative
            }

                .navi-level.navi-level-1 > li > a, .navi-level.navi-level-1 > li div {
                    padding-left: 14px;
                    padding-right: 55px;
                    border-bottom: 1px solid rgba(255,255,255,0.15)
                }

        .navi-level.navi-level-2 {
            max-height: 0;
            overflow: hidden;
            transition: all 0.5s ease-out
        }

            .navi-level.navi-level-2 ul.col-md-3 {
                padding: 0;
                list-style: none
            }

            .navi-level.navi-level-2 li {
                position: relative
            }

                .navi-level.navi-level-2 li a {
                    padding-left: 28px;
                    padding-right: 55px;
                    border-bottom: 1px solid rgba(255,255,255,0.15)
                }

        .navi-level.navi-level-3 {
            max-height: 0;
            overflow: hidden;
            transition: all 0.5s ease-out
        }

            .navi-level.navi-level-3 li a {
                padding-left: 68px;
                padding-right: 55px;
                border-bottom: 1px solid rgba(255,255,255,0.15)
            }

    .navi-view .navi-wrapper {
        right: 0
    }

    .navi-view > .navi-level-2, .navi-view > .navi-level-3 {
        max-height: 1000px;
        transition: all 0.5s ease-in
    }

    .navi-view > .subnav-chevron .fa-chevron-right, .navi-view > .subnav-chevron .fa-plus {
        opacity: 0
    }

    .navi-view > .subnav-chevron .fa-chevron-down, .navi-view > .subnav-chevron .fa-minus {
        opacity: 1
    }

    .nav-search {
        width: 100%;
        padding: 15px;
        top: 88px;
        order: 1;
        border-bottom: 1px solid rgba(255,255,255,0.15);
        min-height: 65px
    }

        .nav-search label {
            display: none
        }

        .nav-search .search-form {
            display: table !important;
            width: 100%
        }

            .nav-search .search-form .search-txtbx {
                display: table-cell;
                width: 100%
            }

            .nav-search .search-form .search-btn {
                display: table-cell;
                width: 1%
            }

            .nav-search .search-form .search-form-input {
                background: #fff;
                border: 0 none;
                line-height: 34px;
                padding: 0 15px;
                outline: none;
                width: 100%
            }
}

@media (max-width: 767px) {
    .site-logo {
        line-height: 70px;
        max-width: 130px
    }

        .site-logo img {
            max-width: 100%
        }

    .navi-btn {
        width: 60px;
        height: 70px
    }

        .navi-btn .icon-bar {
            width: 25px
        }

            .navi-btn .icon-bar.top-bar {
                transform-origin: 5% 140% !important
            }

            .navi-btn .icon-bar.bottom-bar {
                transform-origin: 5% -20% !important
            }

    .navi-wrapper {
        height: calc(100% - 70px);
        margin-top: 70px
    }
}

.quick-finder {
    color: #fff;
    text-align: center
}

    .quick-finder .quick-finder-title {
        overflow: hidden
    }

        .quick-finder .quick-finder-title h2 {
            margin-bottom: 0
        }

@media (min-width: 992px) {
    .quick-finder .quick-finder-title {
        width: 50%
    }

    .quick-finder .quick-finder-form {
        width: 50%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .quick-finder .quick-finder-title {
        width: 66.66666666%
    }

    .quick-finder .quick-finder-form {
        width: 66.66666666%
    }
}

@media (min-width: 768px) {
    .quick-finder {
        padding: 50px 0
    }

        .quick-finder .quick-finder-title {
            margin-bottom: 26px;
            margin-right: auto;
            margin-left: auto
        }

        .quick-finder .quick-finder-form {
            display: table;
            white-space: nowrap;
            margin-right: auto;
            margin-left: auto
        }

            .quick-finder .quick-finder-form .quick-find-input {
                display: table-cell;
                width: 100%;
                padding: 0 6px
            }

            .quick-finder .quick-finder-form .quick-find-btn {
                display: table-cell;
                width: 1%;
                padding: 0 6px
            }
}

@media (max-width: 767px) {
    .quick-finder {
        padding: 24px 0
    }

        .quick-finder .quick-finder-title {
            margin-bottom: 12px
        }

        .quick-finder .quick-finder-form {
            overflow: hidden
        }

            .quick-finder .quick-finder-form .quick-find-input {
                padding-bottom: 17px
            }

                .quick-finder .quick-finder-form .quick-find-input input {
                    text-align: center
                }
}

.site-footer {
    color: #fff;
    font: normal 18px/20px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
}

    .site-footer * {
        font: normal 16px/20px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
    }

    .site-footer a, .site-footer a:hover, .site-footer a:focus {
        color: #fff
    }

    .site-footer .footer-logo {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .site-footer .footer-copyright {
        display: block;
        clear: both;
        width: 100%;
        text-align: center;
        padding: 0px 0 5px 0
    }

    .site-footer .footer-social {
        font-size: 30px;
        padding-top: 8px;
        padding-bottom: 8px
    }

        .site-footer .footer-social a {
            width: 30px;
            margin: 0 15px;
            font-size: inherit;
            display: inline-block;
            line-height: 30px
        }

            .site-footer .footer-social a .fa {
                font-family: FontAwesome;
                font-size: 30px;
                line-height: 30px
            }

    .site-footer .footer-legal {
        font-size: 16px
    }

        .site-footer .footer-legal:hover {
            font-size: 16px
        }

    .site-footer .footer-nav {
        padding-top: 15px;
        padding-bottom: 15px
    }

        .site-footer .footer-nav ul {
            padding: 0;
            margin: 0;
            list-style: none
        }

            .site-footer .footer-nav ul .footer-legal {
                display: block
            }

            .site-footer .footer-nav ul li {
                display: inline-block;
                padding: 8px
            }

    .site-footer .footer-inner-wrap {
        padding-top: 15px;
        padding-bottom: 30px
    }

        .site-footer .footer-inner-wrap.align-row {
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            flex-wrap: wrap;
            align-items: center
        }

@media (min-width: 992px) {
    .footer-inner-wrap .footer-nav {
        max-width: 562px
    }

        .footer-inner-wrap .footer-nav + .footer-logo.logo-center {
            padding-top: 0;
            padding-bottom: 15px
        }

        .footer-inner-wrap .footer-nav + .footer-social.social-center {
            padding-top: 0;
            padding-bottom: 15px
        }

        .footer-inner-wrap .footer-nav.footer-center {
            flex: 1 0 auto
        }

    .footer-inner-wrap .footer-logo.logo-left {
        position: absolute;
        top: calc(50% - 7.5px);
        transform: translateY(-50%);
        left: 0;
        padding-left: 20px
    }

    .footer-inner-wrap .footer-logo.logo-right {
        position: absolute;
        top: calc(50% - 7.5px);
        transform: translateY(-50%);
        right: 0;
        padding-right: 20px
    }

    .footer-inner-wrap .footer-logo.logo-center {
        flex: 1 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 15px;
        padding-bottom: 0
    }

    .footer-inner-wrap .footer-social.social-left {
        position: absolute;
        top: calc(50% - 7.5px);
        transform: translateY(-50%);
        left: 0
    }

    .footer-inner-wrap .footer-social.social-right {
        position: absolute;
        top: calc(50% - 7.5px);
        transform: translateY(-50%);
        right: 0
    }

    .footer-inner-wrap .footer-social.social-center {
        flex: 1 0 auto;
        padding-top: 15px;
        padding-bottom: 0
    }

    .footer-inner-wrap .footer-copyright.footer-center {
        flex: 1 0 auto
    }
}

@media (min-width: 1200px) {
    .footer-inner-wrap .footer-nav {
        max-width: 770px
    }
}

@media (max-width: 991px) {
    .site-footer .footer-inner-wrap.align-row {
        flex-direction: column;
        align-items: center
    }

        .site-footer .footer-inner-wrap.align-row .footer-logo.logo-left {
            padding-top: 15px;
            padding-bottom: 0
        }

        .site-footer .footer-inner-wrap.align-row .footer-logo.logo-right {
            padding-top: 0;
            padding-bottom: 15px
        }

        .site-footer .footer-inner-wrap.align-row .footer-logo.logo-center {
            padding-top: 15px;
            padding-bottom: 0
        }

        .site-footer .footer-inner-wrap.align-row .footer-social.social-left {
            padding-top: 15px;
            padding-bottom: 0
        }

        .site-footer .footer-inner-wrap.align-row .footer-social.social-right {
            padding-top: 0;
            padding-bottom: 15px
        }

        .site-footer .footer-inner-wrap.align-row .footer-social.social-center {
            padding-top: 15px;
            padding-bottom: 0
        }

    .site-footer .footer-inner-wrap .footer-nav + .footer-logo.logo-center {
        padding-top: 0;
        padding-bottom: 15px
    }

    .site-footer .footer-inner-wrap .footer-nav + .footer-social.social-center {
        padding-top: 0;
        padding-bottom: 15px
    }
}

@media (max-width: 767px) {
    .site-footer .footer-nav ul li {
        padding: 4px 8px
    }
}

@media (min-width: 768px) {
    .hero {
        display: table;
        margin-bottom: 15px;
        width: 100%
    }

        .hero .hero-wrapper {
            position: relative
        }

            .hero .hero-wrapper img {
                width: 100%;
                max-width: 100%
            }

            .hero .hero-wrapper .hero-verbiage-wrap {
                display: flex;
                position: absolute;
                top: 88px;
                bottom: 0;
                left: 0;
                right: 0;
                color: #fff;
                text-transform: uppercase;
                padding: 30px
            }

                .hero .hero-wrapper .hero-verbiage-wrap p {
                    margin-bottom: 0
                }

                .hero .hero-wrapper .hero-verbiage-wrap .hero-verbiage {
                    max-width: 600px;
                    padding: 15px
                }

                .hero .hero-wrapper .hero-verbiage-wrap.top-left {
                    justify-content: flex-start;
                    align-items: flex-start;
                    text-align: left
                }

                .hero .hero-wrapper .hero-verbiage-wrap.top-middle {
                    justify-content: center;
                    align-items: flex-start;
                    text-align: center
                }

                .hero .hero-wrapper .hero-verbiage-wrap.top-right {
                    justify-content: flex-end;
                    align-items: flex-start;
                    text-align: right
                }

                .hero .hero-wrapper .hero-verbiage-wrap.middle-left {
                    justify-content: flex-start;
                    align-items: center;
                    text-align: left
                }

                .hero .hero-wrapper .hero-verbiage-wrap.middle-middle {
                    justify-content: center;
                    align-items: center;
                    text-align: center
                }

                .hero .hero-wrapper .hero-verbiage-wrap.middle-right {
                    justify-content: flex-end;
                    align-items: center;
                    text-align: right
                }

                .hero .hero-wrapper .hero-verbiage-wrap.bottom-left {
                    justify-content: flex-start;
                    align-items: flex-end;
                    text-align: left
                }

                .hero .hero-wrapper .hero-verbiage-wrap.bottom-middle {
                    justify-content: center;
                    align-items: flex-end;
                    text-align: center
                }

                .hero .hero-wrapper .hero-verbiage-wrap.bottom-right {
                    justify-content: flex-end;
                    align-items: flex-end;
                    text-align: right
                }

                .hero .hero-wrapper .hero-verbiage-wrap.font-small {
                    font: normal 20px/1 "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
                }

                .hero .hero-wrapper .hero-verbiage-wrap.font-medium {
                    font: normal 30px/1 "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
                }

                .hero .hero-wrapper .hero-verbiage-wrap.font-large {
                    font: normal 40px/1 "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
                }
}

@media (max-width: 767px) {
    .with-hero header + section {
        padding-top: 70px
    }

        .with-hero header + section .hero {
            padding-top: 0
        }

    .hero {
        display: block;
        padding-top: 15px
    }

        .hero .hero-wrapper {
            display: block;
            padding-bottom: 30px
        }

            .hero .hero-wrapper img {
                width: 100%;
                max-width: 100%
            }

            .hero .hero-wrapper .hero-verbiage-wrap {
                display: block;
                max-width: none;
                margin: 0 auto;
                text-transform: uppercase;
                text-align: center
            }

                .hero .hero-wrapper .hero-verbiage-wrap p {
                    margin-bottom: 0
                }

                .hero .hero-wrapper .hero-verbiage-wrap .hero-verbiage {
                    padding: 10px
                }

                .hero .hero-wrapper .hero-verbiage-wrap.font-small {
                    font: normal 16px/1.2 "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
                }

                .hero .hero-wrapper .hero-verbiage-wrap.font-medium {
                    font: normal 22px/1.2 "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
                }

                .hero .hero-wrapper .hero-verbiage-wrap.font-large {
                    font: normal 28px/1.2 "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
                }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    header + section {
        padding-top: 88px !important
    }
}

.intro {
    margin-bottom: 40px
}

    .intro a {
        font-family: "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
        text-decoration: underline
    }

.thumbnail-collection {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap
}

    .thumbnail-collection .thumbnail-item {
        float: left;
        width: 50%;
        padding: 15px
    }

        .thumbnail-collection .thumbnail-item a {
            position: relative;
            display: block
        }

            .thumbnail-collection .thumbnail-item a .thumbnail-copy {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                padding: 5px;
                text-align: center;
                color: #fff
            }

            .thumbnail-collection .thumbnail-item a h3 {
                margin-bottom: 0;
                line-height: 24px
            }

.touch .thumbnail-hover {
    display: none
}

.no-touch .thumbnail-collection .thumbnail-item a .thumbnail-hover {
    display: none
}

.no-touch .thumbnail-collection .thumbnail-item a:hover .thumbnail-hover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px;
    color: #fff;
    font: normal 14px/1.4 "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif
}

@media (max-width: 767px) {
    .thumbnail-collection .thumbnail-item {
        padding: 15px 0;
        width: 100%
    }
}

.content-header {
    padding-bottom: 23px
}

    .content-header span {
        font: normal 12px/20px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif
    }

.content-copy {
    padding-bottom: 11px
}

    .content-copy .img-right-aligned {
        margin-bottom: 10px
    }

@media (min-width: 768px) {
    .content-copy .img-right-aligned {
        float: right;
        max-width: 400px;
        width: 50%
    }
}

@media (max-width: 767px) {
    .content-copy .img-right-aligned {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px
    }
}

.tag-attach-list {
    padding-bottom: 22px
}

    .tag-attach-list .tag-label {
        font: normal 14px/20px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif;
        display: inline-block
    }

    .tag-attach-list .tag-collection {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-block
    }

        .tag-attach-list .tag-collection li {
            display: inline-block
        }

            .tag-attach-list .tag-collection li a {
                font: normal 14px/20px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif
            }

.social-share-list {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 22px 0;
    overflow: hidden;
    margin-bottom: 30px
}

    .social-share-list .social-share-label {
        font: normal 14px/22px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif;
        float: left
    }

    .social-share-list .social-share-collection {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-block;
        font-size: 0;
        float: left
    }

        .social-share-list .social-share-collection li {
            display: inline-block;
            padding: 0 5px
        }

            .social-share-list .social-share-collection li a {
                font-size: 18px;
                line-height: 22px;
                padding: 0 5px;
                display: block
            }

@media (max-width: 767px) {
    .social-share-list {
        padding: 18px 0
    }

        .social-share-list .social-share-label {
            font: normal 14px/30px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif;
            padding-left: 10px
        }

        .social-share-list .social-share-collection li a {
            font-size: 24px;
            line-height: 30px
        }
}

.featured-blocks-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-left: -15px;
    margin-right: -15px
}

.featured-block {
    position: relative;
    max-width: 358px;
    margin: 0 15px 40px 15px;
    width: calc(33.3333333% - 30px);
    text-align: center;
    overflow: hidden
}

    .featured-block a {
        display: inline-block
    }

        .featured-block a.featured-image-link {
            display: block
        }

    .featured-block .featured-block-title {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        color: #fff;
        display: inline-block;
        text-align: center;
        z-index: 1
    }

        .featured-block .featured-block-title h2 {
            margin-bottom: 0;
            line-height: 34px
        }

    .featured-block img.featured-image {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        height: 100%
    }

    .featured-block .btn-primary {
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%)
    }

    .featured-block .social-feeds {
        max-height: 385px;
        overflow: hidden;
        padding-top: 34px;
        border: 1px solid #c5c5c5
    }

    .featured-block .news-collection {
        margin-top: 34px;
        text-align: left;
        height: 299px;
        position: relative;
        overflow-y: scroll;
        border-left: 1px solid #c5c5c5;
        border-right: 1px solid #c5c5c5;
        margin-bottom: 0px
    }

        .featured-block .news-collection .list-group-item {
            padding: 10px;
            border-bottom: 1px solid rgba(15,70,100,0.12);
            margin: 0px 10px;
            border-radius: 0px
        }

            .featured-block .news-collection .list-group-item:last-child {
                border: 0 none
            }

    .featured-block .featured-more-link {
        text-align: left;
        padding: 15px;
        border: 1px solid #c5c5c5
    }

@media (max-width: 991px) {
    .featured-blocks-wrapper {
        display: block;
        max-width: 358px;
        margin: 0 auto
    }

    .featured-block {
        display: block;
        clear: both;
        margin: 0 0 40px 0;
        width: calc(100% - 30px);
        max-width: 358px;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media (max-width: 767px) {
    .featured-block img.featured-image {
        position: static;
        left: auto;
        transform: translateX(0);
        height: auto;
        width: 100%;
        max-width: 358px
    }
}

.alert {
    border-radius: 0;
    border-color: transparent
}

    .alert.alert-success {
        background-color: #99d9b1;
        color: #494949
    }

    .alert.alert-info {
        background-color: #a8ddee;
        color: #494949
    }

    .alert.alert-warning {
        background-color: #fcd4a5;
        color: red
    }

    .alert.alert-danger {
        background-color: #ffd6cc;
        color: red
    }

.form-wrap .form-control {
    border-radius: 0;
    border: 1px solid #c5c5c5;
    box-shadow: none;
    transition: border-color 0.2s ease-out
}

    .form-wrap .form-control.error, .form-wrap .form-control.error:focus, .form-wrap .form-control.input-validation-error, .form-wrap .form-control.input-validation-error:focus {
        border-color: red
    }

.form-wrap select.form-control {
    border: 0 none;
    outline: 1px solid #c5c5c5
}

    .form-wrap select.form-control:focus {
        border: 0 none
    }

.form-wrap .field-validation-error {
    color: red
}

.form-wrap .help-block {
    font-size: 12px;
    color: #969696;
    margin: 0
}

.form-wrap .radio-inline, .form-wrap .checkbox-inline, .form-wrap .checkbox label, .form-wrap .radio label {
    line-height: 22px
}

.custom-modal .modal-content {
    border-radius: 0;
    border: 0 none;
    padding: 20px 15px;
    position: relative;
    font: normal 14px/1.4 "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif
}

.custom-modal .modal-header {
    border-bottom: 0 none;
    padding: 0
}

.custom-modal .modal-body {
    padding: 0
}

.custom-modal .close, .custom-modal .close:hover, .custom-modal .close:focus, .custom-modal .close:active {
    position: absolute;
    top: 7px;
    right: 7px;
    color: #494949;
    opacity: 1
}

.news-contact {
    border: 1px solid #c5c5c5;
    margin-bottom: 20px
}

    .news-contact .contact-info {
        text-align: center;
        overflow: hidden;
        padding: 20px 0
    }

    .news-contact ul {
        margin: 0;
        padding: 0 15px;
        list-style-type: none;
        display: inline-block;
        width: 50%;
        float: left
    }

    .news-contact .contact-phone {
        font: normal 14px/1.5 "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
    }

    .news-contact .contact-seperator {
        padding: 0 5px
    }

    .news-contact .contact-email a {
        text-decoration: underline
    }

.news-filter {
    background-color: #ededeb;
    padding: 20px 0
}

    .news-filter .free-text-search {
        position: relative;
        float: left;
        width: 33.33333333%;
        padding: 0 15px
    }

        .news-filter .free-text-search .input-btn {
            position: absolute;
            right: 15px;
            top: 0;
            padding: 0;
            margin: 0;
            line-height: 36px;
            height: 36px;
            width: 34px;
            color: #fff;
            border: 0 none;
            border-radius: 0
        }

        .news-filter .free-text-search .input-txt {
            padding-right: 49px;
            border: 1px solid #fff
        }

    .news-filter .multi-select-wrap {
        background-color: #fff;
        line-height: 36px;
        color: #494949;
        position: relative;
        border: 1px solid #fff
    }

        .news-filter .multi-select-wrap:before {
            content: "\f078";
            width: 24px;
            height: 24px;
            position: absolute;
            right: 6px;
            top: 6px;
            pointer-events: none;
            font-family: FontAwesome;
            text-align: center;
            line-height: 24px;
            color: #fff;
            font-size: 12px
        }

        .news-filter .multi-select-wrap.open {
            border: 1px solid #c5c5c5
        }

            .news-filter .multi-select-wrap.open:before {
                content: "\f00d"
            }

        .news-filter .multi-select-wrap a {
            color: #494949;
            font: normal 14px/36px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
            display: block;
            padding: 0 34px 0 15px
        }

        .news-filter .multi-select-wrap .filter-btns {
            margin-bottom: 15px
        }

            .news-filter .multi-select-wrap .filter-btns button {
                margin: 0 5px
            }

        .news-filter .multi-select-wrap .multi-select-dd {
            display: none;
            overflow: hidden;
            position: absolute;
            top: 100%;
            background-color: #fff;
            z-index: 1;
            border: 1px solid #c5c5c5;
            border-top: 0 none;
            margin: -1px -1px 0 -1px;
            width: calc(100% + 2px)
        }

        .news-filter .multi-select-wrap ul {
            list-style: none;
            margin: 15px;
            padding: 0;
            border: 1px solid #c5c5c5;
            max-height: 255px;
            overflow-y: auto
        }

            .news-filter .multi-select-wrap ul li {
                position: relative;
                border-bottom: 1px solid #c5c5c5;
                width: 98%;
                margin: 0 1%
            }

                .news-filter .multi-select-wrap ul li:last-child {
                    border-bottom: 0 none
                }

                .news-filter .multi-select-wrap ul li input[type="checkbox"] {
                    margin: 0;
                    padding: 0;
                    opacity: 0;
                    position: absolute;
                    visibility: hidden
                }

                .news-filter .multi-select-wrap ul li label {
                    position: relative;
                    display: block;
                    line-height: 20px;
                    padding: 14px 0 14px 44px
                }

                    .news-filter .multi-select-wrap ul li label:after {
                        font-family: FontAwesome;
                        content: '';
                        height: 26px;
                        width: 26px;
                        background-color: white;
                        border: 1px solid #c5c5c5;
                        top: 50%;
                        left: 8px;
                        position: absolute;
                        z-index: 1;
                        font-size: 18px;
                        text-align: center;
                        transform: translateY(-50%);
                        line-height: 26px
                    }

                .news-filter .multi-select-wrap ul li [type="checkbox"]:checked + label:after {
                    content: '\f00c'
                }

    .news-filter .custom-select-wrap {
        background-color: #fff;
        line-height: 36px;
        color: #494949;
        position: relative;
        border: 1px solid #fff
    }

        .news-filter .custom-select-wrap:before {
            content: "\f078";
            width: 24px;
            height: 24px;
            position: absolute;
            right: 6px;
            top: 6px;
            pointer-events: none;
            font-family: FontAwesome;
            text-align: center;
            line-height: 24px;
            color: #fff;
            font-size: 12px
        }

        .news-filter .custom-select-wrap.open {
            border: 1px solid #c5c5c5
        }

            .news-filter .custom-select-wrap.open:before {
                content: "\f077"
            }

        .news-filter .custom-select-wrap .custom-select-dropdown {
            display: none;
            overflow: hidden;
            position: absolute;
            top: 100%;
            background-color: #fff;
            z-index: 1;
            border: 1px solid #c5c5c5;
            margin: 0 -1px;
            width: calc(100% + 2px)
        }

        .news-filter .custom-select-wrap .dropdown-toggle {
            font: normal 14px/36px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
            color: #494949;
            padding: 0 34px 0 15px;
            display: block
        }

        .news-filter .custom-select-wrap ul {
            list-style: none;
            padding: 0;
            max-height: 244px;
            overflow-y: auto;
            margin-bottom: 0
        }

            .news-filter .custom-select-wrap ul li {
                position: relative;
                border-bottom: 1px solid #c5c5c5;
                width: 100%
            }

                .news-filter .custom-select-wrap ul li:last-child {
                    border-bottom: 0 none
                }

                .news-filter .custom-select-wrap ul li input[type="radio"] {
                    margin: 0;
                    padding: 0;
                    opacity: 0;
                    position: absolute;
                    visibility: hidden
                }

                .news-filter .custom-select-wrap ul li label {
                    position: relative;
                    display: block;
                    line-height: 20px;
                    padding: 7px 15px;
                    font: normal 14px/20px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
                    color: #494949;
                    margin-bottom: 0
                }

                .news-filter .custom-select-wrap ul li input[type="radio"]:checked + label {
                    background-color: #ededeb
                }

    .news-filter .select-wrapper {
        width: 100%;
        position: relative
    }

        .news-filter .select-wrapper:before {
            content: "\f078";
            width: 24px;
            height: 24px;
            position: absolute;
            right: 6px;
            top: 6px;
            pointer-events: none;
            font-family: FontAwesome;
            text-align: center;
            line-height: 24px;
            color: #fff;
            font-size: 12px
        }

        .news-filter .select-wrapper select {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            outline: none;
            width: 100%;
            line-height: 36px;
            height: 36px;
            border: 0 none;
            background-color: #fff;
            border-radius: 0;
            padding: 0 34px 0 15px
        }

    .news-filter .accordion-content > div {
        float: left;
        width: 50%;
        padding: 0 15px
    }

.news-utilities {
    font: normal 18px/34px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 10px 0;
    border-bottom: 1px solid #c5c5c5
}

.active-filters {
    padding: 21px 0;
    border-bottom: 1px solid #c5c5c5
}

    .active-filters ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center
    }

        .active-filters ul li {
            display: inline-block;
            line-height: 24px;
            margin: 0 5px
        }

            .active-filters ul li.active-filters-label {
                font: normal 18px/24px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
            }

            .active-filters ul li.active-filter-item a:before {
                content: "\f00d";
                font-family: FontAwesome;
                margin-right: 4px
            }

            .active-filters ul li.active-filter-item a:hover {
                text-decoration: line-through
            }

.news-collection {
    margin: 15px 0
}

    .news-collection .list-group-item {
        border: 0 none;
        padding: 10px 0
    }

    .news-collection .list-category {
        display: block;
        font: normal 14px/24px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
    }

    .news-collection .list-group-item-heading {
        margin-bottom: 0
    }

    .news-collection .list-group-item-link {
        font: normal 18px/24px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
    }

    .news-collection .time-stamp {
        font: normal 12px/20px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif
    }

.collection-pagination {
    margin: 41px 0
}

.pagination-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

    .pagination-list li {
        display: inline-block;
        font-size: 18px;
        margin: 0 5px;
        text-align: center;
        width: 32px
    }

        .pagination-list li.prev > *, .pagination-list li.next > * {
            color: #494949
        }

        .pagination-list li.active {
            width: 32px;
            height: 32px;
            background-color: #ededeb;
            line-height: 34px;
            border-radius: 50%;
            margin: 0
        }

        .pagination-list li a {
            font: normal 18px/32px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
            padding: 0 5px;
            display: block
        }

@media (min-width: 768px) {
    .accordion-content {
        float: left;
        width: 66.66666666%
    }
}

@media (max-width: 767px) {
    .news-contact {
        margin-left: 15px;
        margin-right: 15px
    }

        .news-contact ul {
            width: 100%;
            margin-bottom: 20px
        }

            .news-contact ul:last-child {
                margin-bottom: 0
            }

            .news-contact ul span {
                display: block
            }

        .news-contact .contact-seperator {
            display: none
        }

    .news-filter {
        padding: 5px 0
    }

        .news-filter .free-text-search {
            width: 100%;
            padding: 10px 0
        }

            .news-filter .free-text-search .input-btn {
                top: 10px;
                right: 0
            }

        .news-filter .accordion-header {
            overflow: hidden;
            width: 100%
        }

            .news-filter .accordion-header a {
                display: block;
                line-height: 18px;
                padding: 10px 0
            }

                .news-filter .accordion-header a:before {
                    content: "\f067";
                    font-family: FontAwesome;
                    overflow: hidden;
                    margin-right: 5px;
                    display: inline-block;
                    vertical-align: middle;
                    font-size: 12px
                }

                .news-filter .accordion-header a.open:before {
                    content: ""
                }

        .news-filter .accordion-content {
            display: none;
            position: absolute;
            width: 100%;
            left: 0;
            top: 100%;
            background-color: #ededeb;
            z-index: 1;
            padding: 0 15px
        }

            .news-filter .accordion-content > div {
                width: 100%;
                padding: 10px 0
            }

    .active-filters ul li {
        line-height: 28px
    }

        .active-filters ul li.active-filters-label {
            display: block;
            margin-bottom: 5px
        }

    .pagination-list {
        position: relative;
        padding-top: 75px
    }

        .pagination-list li.prev, .pagination-list li.next {
            position: absolute;
            top: 0;
            margin: 0;
            width: auto
        }

            .pagination-list li.prev .prev-next-label, .pagination-list li.next .prev-next-label {
                line-height: 34px;
                padding: 0 18px;
                color: #fff;
                width: 130px;
                text-align: center
            }

            .pagination-list li.prev a, .pagination-list li.next a {
                padding: 0
            }

        .pagination-list li.prev {
            left: 0
        }

        .pagination-list li.next {
            right: 0
        }

    .collection-pagination {
        margin: 15px 0 45px 0
    }
}

.thumb-block-row .thumb-block-image img {
    border: 1px solid #c5c5c5
}

@media (min-width: 768px) {
    .thumb-block-row {
        display: flex;
        align-items: center;
        padding: 45px 35px;
        margin-bottom: 35px
    }

    .thumb-block-content, .thumb-block-image {
        padding: 0 35px
    }

        .thumb-block-content h3 {
            font: normal 24px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
        }
}

@media (max-width: 767px) {
    .thumb-block-row {
        padding: 40px 30px 30px 30px;
        margin-bottom: 25px
    }

    .thumb-block-image {
        text-align: center;
        margin-bottom: 25px
    }

    .thumb-block-content {
        max-width: 242px;
        margin: 0 auto
    }
}

.tab-btns-collection ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .tab-btns-collection ul li a {
        display: block;
        font: normal 18px/39px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif
    }

.microsite.Payback.Nutrition .product-collection-wrap .tab-dd-btn {
    display: list-item;
}

@media (min-width: 992px) {
    .microsite.Payback.Nutrition .product-collection-wrap .tab-dd-btn {
        display: none
    }

    .tab-btns-collection {
        padding: 0 40px
    }

        .tab-btns-collection ul {
            text-align: center;
            display: block !important
        }

            .tab-btns-collection ul li {
                margin: 14px 9px;
                display: inline-block
            }

                .tab-btns-collection ul li a {
                    padding: 0 55px;
                    color: #fff
                }
}

@media (max-width: 991px) {
    .tab-btns-collection ul {
        display: none;
        border: 1px solid #494949;
        border-top: 0 none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background-color: #fff
    }

        .tab-btns-collection ul li {
            display: block;
            border-bottom: 1px solid #c5c5c5
        }

            .tab-btns-collection ul li:last-child {
                border-bottom: 0 none
            }

            .tab-btns-collection ul li a {
                color: #494949;
                padding: 12px 15px;
                font: normal 18px/24px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif
            }

    .tab-dd-wrap {
        margin: 0 auto;
        width: 290px;
        position: relative
    }

        .tab-dd-wrap .tab-dd-btn {
            display: block;
            font: normal 18px/43px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
            padding: 0 55px 0 15px;
            color: #494949;
            border: 1px solid #494949;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            position: relative
        }

            .tab-dd-wrap .tab-dd-btn:before {
                content: "\f107";
                width: 35px;
                height: 35px;
                font-family: FontAwesome;
                font-size: 24px;
                position: absolute;
                right: 4px;
                text-align: center;
                line-height: 35px;
                color: #fff;
                top: 4px
            }

        .tab-dd-wrap.open .tab-dd-btn:before {
            content: "\f106"
        }

    .tab-dd-wrap .tab-dd-btn {
        min-height: 45px;
    }
}
@media (min-width: 992px) {
    .tab-dd-wrap .tab-dd-btn {
        display: none !important;
    }
}

.tab-content {
    padding: 40px 0
}

    .tab-content.product-list {
        display: block
    }

    .tab-content h3 {
        font: normal 24px/1.25 "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif;
        margin-bottom: 30px;
        text-align: center
    }

@media (max-width: 767px) {
    .tab-content h3 {
        margin-bottom: 10px
    }
}

.product-collection {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    display: inline-block
}

    .product-collection li img {
        border: 1px solid #c5c5c5;
        width: 100%;
        max-width: 100%
    }

    .product-collection li span {
        display: block;
        font: normal 18px/24px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
        text-align: center;
        padding: 13px 0
    }

@media (min-width: 992px) {
    .product-collection li {
        float: left;
        width: 25%;
        padding: 0 20px;
        margin-bottom: 18px
    }

        .product-collection li:nth-child(4n+1) {
            clear: left
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-collection li {
        float: left;
        width: 33%;
        padding: 0 15px;
        margin-bottom: 18px
    }

        .product-collection li:nth-child(3n+1) {
            clear: left
        }
}

@media (max-width: 767px) {
    .product-collection {
        max-width: 259px;
        margin: 0 auto;
        display: block
    }

        .product-collection li {
            margin-bottom: 15px
        }
}

.product-images-slider {
    margin: 0 auto 30px auto;
    width: 259px;
    border: 1px solid #c5c5c5
}

    .product-images-slider .slider-control-btn {
        font-size: 36px;
        line-height: 36px;
        width: 36px;
        text-align: center;
        border: 0 none;
        background: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        outline: none
    }

        .product-images-slider .slider-control-btn.prev {
            left: -36px
        }

        .product-images-slider .slider-control-btn.next {
            right: -36px
        }

.product-contents {
    background-color: #ededeb;
    padding: 42px 0;
    margin-bottom: 55px
}

    .product-contents .intro-copy {
        margin-bottom: 35px
    }

    .product-contents .name-value-collection {
        display: block;
        width: 100%;
        overflow: hidden;
        padding: 17px 0
    }

        .product-contents .name-value-collection .name-value-item {
            margin-bottom: 10px;
            display: flex;
            justify-content: space-between
        }

            .product-contents .name-value-collection .name-value-item .value-copy {
                overflow: hidden;
                text-overflow: clip;
                white-space: nowrap;
                font: normal 18px/20px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
            }

                .product-contents .name-value-collection .name-value-item .value-copy:after {
                    content: ".................................................................................................................................................................";
                    font: normal 18px/20px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif
                }

            .product-contents .name-value-collection .name-value-item .name-copy {
                flex-shrink: 0;
                font: normal 14px/20px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif
            }

.instructions {
    margin-bottom: 40px
}

    .instructions .intro-copy {
        margin-bottom: 18px
    }

.instruction-list {
    overflow: hidden
}

    .instruction-list ol {
        counter-reset: item;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
        margin-bottom: 30px
    }

        .instruction-list ol li {
            counter-increment: item;
            position: relative;
            padding-top: 20px;
            margin-bottom: 20px
        }

            .instruction-list ol li:before {
                position: absolute;
                top: 0;
                text-align: center;
                left: 0;
                right: 0;
                content: counter(item);
                font: normal 18px/20px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
            }

@media (min-width: 992px) {
    .instruction-list ol {
        -moz-column-count: 2;
        -moz-column-gap: 30px;
        -webkit-column-count: 2;
        -webkit-column-gap: 30px;
        column-count: 2;
        column-gap: 30px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .instructions {
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .product-contents {
        padding: 25px 0
    }
}

.inpage-search {
    border-bottom: 1px solid #c5c5c5;
    padding: 10px 0
}

    .inpage-search .free-text-search {
        position: relative;
        width: 100%;
        margin-bottom: 20px
    }

        .inpage-search .free-text-search .input-btn {
            position: absolute;
            right: 1px;
            top: 0;
            padding: 0;
            margin: 0;
            line-height: 36px;
            height: 36px;
            width: 34px;
            color: #fff;
            border: 0 none;
            border-radius: 0
        }

        .inpage-search .free-text-search .input-txt {
            padding-right: 49px;
            border: 1px solid #c5c5c5
        }

    .inpage-search .search-results-copy {
        text-align: center
    }

.search-results-collection {
    margin: 15px 0
}

    .search-results-collection .list-group-item {
        border: 0 none;
        padding: 10px 0
    }

    .search-results-collection .list-category {
        display: block;
        font: normal 14px/24px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
    }

    .search-results-collection .list-group-item-heading {
        margin-bottom: 0
    }

        .search-results-collection .list-group-item-heading .list-group-item-link {
            font: normal 18px/24px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif
        }

    .search-results-collection .list-group-item-link {
        font: normal 14px/24px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
    }

    .search-results-collection .list-group-item-text p {
        margin-bottom: 0
    }

@media (min-width: 768px) {
    .inpage-search .free-text-search {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto
    }
}

.page-elements h1 {
    font: normal 28px/40px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif
}

    .page-elements h1 small {
        font: normal 100%/40px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif
    }

.page-element {
    margin-bottom: 20px
}

h1.page-element-title {
    font: normal 28px/40px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: 0;
    color: #494949
}

    h1.page-element-title small {
        color: #494949
    }

    h1.page-element-title + hr {
        border-color: #c5c5c5
    }

.image-container .image-caption, .media-caption {
    background-color: #ededeb
}

.image-container .image-caption {
    font: normal 14px/20px "ProximaLight","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: italic
}

.fluid-tiles-col {
    border: 0 none
}

.media-info-container {
    font-size: 14px
}

@media (min-width: 768px) {
    .fluid-tiles-col {
        width: 50%;
        float: left
    }
}

@media (max-width: 767px) {
    h1.page-element-title + hr {
        margin: 0 -15px 20px -15px
    }
}

.page-element.rich-text {
    font-size: 18px
}

    .page-element.rich-text h2, .page-element.rich-text .h2, .page-element.rich-text .subhead-h2 {
        font: normal 24px/1.25 "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
    }

    .page-element.rich-text p {
        font-size: inherit
    }

    .page-element.rich-text strong {
        font: normal 18px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
    }

    .page-element.rich-text a {
        font-weight: normal;
        font-family: "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: inherit
    }

.rich-text p {
    font-size: 18px
}

.media-slideshow.page-element {
    margin-bottom: 50px
}

.media-slideshow .media-slideshow-for .slick-slide {
    background-color: #ededeb
}

    .media-slideshow .media-slideshow-for .slick-slide .media .video-container, .media-slideshow .media-slideshow-for .slick-slide .media > * {
        max-width: 660px
    }

.media-slideshow .media-slideshow-for .media-caption, .media-slideshow .media-slideshow-for .image-caption {
    padding: 0.6em 55px !important;
    background-color: transparent;
    text-align: center;
    font: normal 14px/1.4 "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif
}

    .media-slideshow .media-slideshow-for .media-caption > *, .media-slideshow .media-slideshow-for .image-caption > * {
        padding: 0;
        font-family: inherit
    }

    .media-slideshow .media-slideshow-for .media-caption a, .media-slideshow .media-slideshow-for .image-caption a {
        font: normal 14px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif;
        display: inline-block
    }

.media-slideshow .media-slideshow-for .slick-prev, .media-slideshow .media-slideshow-for .slick-next {
    background-color: transparent
}

    .media-slideshow .media-slideshow-for .slick-prev:hover, .media-slideshow .media-slideshow-for .slick-next:hover {
        background-color: transparent
    }

    .media-slideshow .media-slideshow-for .slick-prev:before, .media-slideshow .media-slideshow-for .slick-next:before {
        opacity: 1;
        left: 0;
        top: 0;
        width: 36px;
        height: 36px;
        background-color: transparent
    }

.media-slideshow-nav .slick-prev:before, .media-slideshow-nav .slick-next:before {
    opacity: 1;
    left: 0;
    top: 0;
    width: 56px;
    height: 56px
}

.media-slideshow-nav .media-slideshow-nav-item {
    border-color: #ededeb
}

.accordion.page-element .media {
    padding: 0;
    border-color: #c5c5c5
}

.accordion.page-element .accordion-group-head {
    font: normal 24px/1.25 "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-left: 16px;
    padding-right: 16px
}

.accordion.page-element .toggle-media-body {
    padding-bottom: 0
}

    .accordion.page-element .toggle-media-body:focus * {
        text-decoration: none
    }

    .accordion.page-element .toggle-media-body.collapsed .btn, .accordion.page-element .toggle-media-body > .btn-is-arrow {
        transform: rotate(90deg);
        padding: 0;
        background: none;
        position: absolute;
        font-family: FontAwesome;
        font-size: 24px;
        top: 0;
        right: 8px;
        transition: transform .2s ease-in;
        box-shadow: none;
        outline: none
    }

        .accordion.page-element .toggle-media-body.collapsed .btn:before, .accordion.page-element .toggle-media-body > .btn-is-arrow:before {
            content: ""
        }

    .accordion.page-element .toggle-media-body.collapsed .btn {
        transform: rotate(0deg)
    }

.accordion.page-element .media-heading {
    font: normal 18px/22px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 11px 50px 11px 16px
}

.accordion.page-element .media-body {
    width: auto;
    padding: 0 16px
}

    .accordion.page-element .media-body ul {
        list-style-type: disc;
        font-family: 'proxima light',Gotham,'Helvetica Neue',Helvetica,Arial,sans-serif;
        margin-left: 20px
    }

@media (max-width: 767px) {
    .accordion.page-element {
        margin-right: -15px;
        margin-left: -15px
    }
}

.list-element.page-element ul, .list-element.page-element ol {
    font: normal 16px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif
}

    .list-element.page-element ul .list-element-item-link, .list-element.page-element ol .list-element-item-link {
        font: normal 16px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 16px !important
    }

.list-element.page-element .link-list-element > * {
    transition: all 0.2s ease-out;
    background-color: rgba(237,237,235,0.34)
}

.list-element.page-element .link-list-element > :nth-child(2n) {
    background-color: rgba(237,237,235,0.67)
}

.list-element.page-element .link-list-element .list-element-item-link {
    transition: all 0.2s ease-out
}

.list-element.page-element .link-list-element > .list-element-item:hover {
    background-color: #ededeb
}

    .list-element.page-element .link-list-element > .list-element-item:hover > .list-element-item-link {
        text-indent: 2px
    }

.list-element.page-element > .numbered-list-element, .list-element.page-element > .bulleted-list-element {
    font: normal 16px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #494949
}

    .list-element.page-element > .numbered-list-element > *, .list-element.page-element > .bulleted-list-element > * {
        margin: 0 0 0 20px
    }

        .list-element.page-element > .numbered-list-element > *:before, .list-element.page-element > .bulleted-list-element > *:before {
            left: -20px;
            color: #494949
        }

        .list-element.page-element > .numbered-list-element > *:before {
            font: normal 16px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
            top: 4px
        }

        .list-element.page-element > .bulleted-list-element > *:before {
            top: 2px;
            line-height: 17px
        }

.accordion .contact-info-card {
    margin: 15px 0
}

.contact-info-card.page-element {
    font: normal 14px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 15px;
    border-color: #c5c5c5
}

    .contact-info-card.page-element .contact-info-card-section {
        display: block
    }

    .contact-info-card.page-element .contact-info-card-title {
        font: normal 22px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
    }

    .contact-info-card.page-element .contact-info-card-link {
        font: normal 14px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
    }

    .contact-info-card.page-element .contact-info-card-image img {
        display: inline-block
    }

.page-element.contact-card .contact-card-header {
    font: normal 22px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
}

.page-element.contact-card .contact-card-toggle .list-unstyled li {
    font: normal 14px/1.3 "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif
}

.page-element.contact-card .contact-card-toggle .list-unstyled > div p:first-child {
    margin-top: 10px
}

.page-element.contact-card .contact-card-toggle .btn.btn-primary {
    border: 0 none;
    padding: 0 18px;
    font-size: 14px;
    line-height: 34px;
    border-radius: 0;
    color: #fff
}

@media (max-width: 767px) {
    .accordion .contact-info-card, .accordion .contact-info-card:last-child {
        margin: 0 0 15px 0 !important
    }
}

.jp-audio {
    width: 330px;
    background: #ededeb;
    margin: 0 15px 0 0
}

    .jp-audio .jp-controls {
        padding: 0;
        line-height: 0
    }

        .jp-audio .jp-controls > li * {
            background: none;
            width: 42px;
            height: 42px
        }

        .jp-audio .jp-controls > li .jp-play.icon-play, .jp-audio .jp-controls > li .jp-pause.icon-pause {
            border-radius: 5px;
            color: #fff;
            margin-right: 10px
        }

            .jp-audio .jp-controls > li .jp-play.icon-play:before, .jp-audio .jp-controls > li .jp-pause.icon-pause:before {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                line-height: 42px;
                text-align: center;
                font-family: FontAwesome;
                font-size: 20px
            }

            .jp-audio .jp-controls > li .jp-play.icon-play:before {
                content: ""
            }

            .jp-audio .jp-controls > li .jp-pause.icon-pause:before {
                content: ""
            }

        .jp-audio .jp-controls .jp-volume {
            left: auto
        }

            .jp-audio .jp-controls .jp-volume:before {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                line-height: 42px;
                text-align: center;
                font-family: FontAwesome;
                font-size: 20px;
                content: "\f028"
            }

    .jp-audio .jp-progress {
        left: 110px;
        background: #d5d5d0;
        border: none
    }

        .jp-audio .jp-progress .jp-play-bar:after {
            border: none
        }

    .jp-audio .jp-volume-bar {
        left: 65px;
        background: #d5d5d0
    }

.page-element.audio .btn {
    margin: 4px 0
}

.page-element.audio .media-info-container {
    margin-top: 10px
}

    .page-element.audio .media-info-container * {
        color: #494949
    }

    .page-element.audio .media-info-container .media-title {
        font: normal 22px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
    }

@media (max-width: 767px) {
    .jp-audio {
        width: 290px;
        margin: 0 15px 15px 0
    }

        .jp-audio .jp-progress {
            width: 165px
        }

    .page-element.audio .btn {
        margin: 4px 0 15px 0
    }

    .page-element.audio .media-info-container {
        margin-top: 0
    }
}

.page-element.video-page-element {
    margin-left: auto;
    margin-right: auto;
    max-width: 920px
}

    .page-element.video-page-element .video-container {
        max-width: 920px
    }

    .page-element.video-page-element .media-caption {
        text-align: center;
        background-color: transparent
    }

        .page-element.video-page-element .media-caption h2 {
            padding-bottom: 18px !important;
            margin-top: 28px
        }

        .page-element.video-page-element .media-caption h5 {
            font: normal 18px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
        }

        .page-element.video-page-element .media-caption h6 {
            padding-bottom: 10px
        }

        .page-element.video-page-element .media-caption > * {
            text-align: center !important;
            padding: 0
        }

            .page-element.video-page-element .media-caption > *:first-child {
                padding-bottom: 10px
            }

        .page-element.video-page-element .media-caption .scpm {
            display: none !important
        }

        .page-element.video-page-element .media-caption p {
            margin-bottom: 10px !important
        }

            .page-element.video-page-element .media-caption p:last-child {
                margin-bottom: 0 !important
            }

    .page-element.video-page-element .media-info-container * {
        color: #494949;
        font-size: 14px
    }

    .page-element.video-page-element .media-info-container .media-title {
        font: normal 22px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
    }

@media (min-width: 768px) {
    .page-element.video-page-element .media-caption {
        padding: 0.6em 20px
    }
}

@media (max-width: 767px) {
    .page-element.video-page-element .media-caption {
        padding: 0.8em 0 0.6em 0
    }
}

.pull-quote.page-element [itemprop='text'] {
    background-color: #ededeb
}

    .pull-quote.page-element [itemprop='text'] + .quote-details:before {
        border-top: 15px solid #ededeb
    }

.quote.page-element blockquote, .quote.page-element blockquote > * {
    font: normal 14px/1.3 "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: italic
}

.quote.page-element h2, .quote.page-element .h2 {
    font: normal 18px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
}

.quote.page-element [itemprop='name'], .quote.page-element [itemprop='contentLocation'] {
    font-size: 14px
}

.page-element.bio-list .media-block {
    min-width: initial;
    display: inline-block;
    border: 0 none;
    box-shadow: none
}

    .page-element.bio-list .media-block:not(.slick-slide) {
        margin-left: 15px;
        margin-right: 15px
    }

    .page-element.bio-list .media-block .media-block-header {
        width: 128px;
        margin: 5px auto 10px auto
    }

    .page-element.bio-list .media-block .media-block-header-title .h3 {
        font: normal 22px "ProximaBold","Helvetica Neue",Helvetica,Arial,sans-serif
    }

    .page-element.bio-list .media-block .media-block-body {
        font: normal 14px "ProximaRegular","Helvetica Neue",Helvetica,Arial,sans-serif
    }

    .page-element.bio-list .media-block .btn {
        border: 0 none;
        padding: 0 18px;
        font-size: 14px;
        line-height: 34px;
        border-radius: 0;
        color: #fff
    }

    .page-element.bio-list .media-block div[class^="slider-collapse-"] {
        padding-top: 10px !important
    }

.page-element.bio-list .slick-prev:before, .page-element.bio-list .slick-next:before {
    opacity: 1;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px
}

.page-element.bio-list .slick-prev {
    left: 0
}

.page-element.bio-list .slick-next {
    right: 0
}
/*# sourceMappingURL=theme.css.map */

/* Adding Accordion Styles from Refresh Project*/
.chs-fluid .accordion-container .accordion-card {
    border: 0px;
    border-radius: 0px;
    border-top: 2px solid #d3d3d3;
}

    .chs-fluid .accordion-container .accordion-card:last-child {
        border-bottom: 2px solid #d3d3d3;
    }

    .chs-fluid .accordion-container .accordion-card .accordion-header {
        padding: 0px;
        position: relative;
        border-bottom: 0;
        background: transparent;
    }

        .chs-fluid .accordion-container .accordion-card .accordion-header a {
            padding: .75rem 1.25rem;
        }

            .chs-fluid .accordion-container .accordion-card .accordion-header a.accordion-link {
                font-size: 18px;
                display: inline-block;
                width: 100%;
                height: 100%;
                padding-left: 5px;
            }

    .chs-fluid .accordion-container .accordion-card .accordion-more-link {
        padding: 0px;
    }

    .chs-fluid .accordion-container .accordion-card .accordion-body {
        padding-top: 0px;
        padding-bottom: 10px;
        padding-left: 5px;
    }

        .chs-fluid .accordion-container .accordion-card .accordion-body p {
            margin: 0px;
        }

            .chs-fluid .accordion-container .accordion-card .accordion-body p img {
                width: 100%;
            }

        .chs-fluid .accordion-container .accordion-card .accordion-body h5 {
            font-size: 16px;
        }

    .chs-fluid .accordion-container .accordion-card .collapse {
        opacity: 0;
        display: none;
        -webkit-transition: opacity .15s linear;
        -o-transition: opacity .15s linear;
        transition: opacity .15s linear;
    }

    /*.chs-fluid .accordion-container .accordion-card .in {
        display: none;
    }*/

    .chs-fluid .accordion-container .accordion-card .show {
        opacity: 1;
        display: block;
    }

    .chs-fluid .accordion-container .accordion-card .collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: .35s;
        -o-transition-duration: .35s;
        transition-duration: .35s;
        -webkit-transition-property: height, visibility;
        -o-transition-property: height, visibility;
        transition-property: height, visibility;
    }

.chs-fluid [aria-expanded="true"]:after {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #4DA0CC;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    transform: rotate(-90deg);
    transition: all linear 0.25s;
}

.chs-fluid [aria-expanded="false"]:after {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #4DA0CC;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    transform: rotate(90deg);
    transition: all linear 0.25s;
}

.tab-btns-collection {
    min-height: 45px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #microsite-header header {
        margin-top: 50px;
    }
}