@charset "UTF-8";/*! DO NOT EDIT THIS CSS FILE DIRECTLY. IT IS GENERATED BY COMPASS. See the scss folder. */
.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1176px
}

.row:after,.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row.collapse>.column,.row.collapse>.columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left
}

.row.collapse .row {
    margin-left: 0;
    margin-right: 0
}

.row .row {
    width: 100%;
    margin-left: -.3125rem;
    margin-right: -.3125rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none
}

.row .row:after,.row .row:before {
    content: " ";
    display: table
}

.row .row:after {
    clear: both
}

.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none
}

.row .row.collapse:after,.row .row.collapse:before {
    content: " ";
    display: table
}

.row .row.collapse:after {
    clear: both
}

.column,.columns {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 100%;
    float: left
}

.panel-type-resources-and-support li {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    width: auto;
    max-width: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

.bonus-caption p,.cover-image .flex-caption,article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background: 0 0
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 600
}

dfn {
    font-style: italic
}

.h1,h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 600
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

.rtl {
    direction: rtl
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

.hidden {
    display: none!important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.text-crop-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.screen-reader-text {
    display: none
}

.can-disable {
    position: relative
}

.can-disable.is-disabled:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    left: 0;
    top: 0
}

.desktop-only {
    display: none
}

.invisible {
    visibility: hidden
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.stick-top {
    position: absolute;
    top: 0
}

.stick-right {
    position: absolute;
    right: 0
}

.stick-bottom {
    position: absolute;
    bottom: 0
}

.stick-left {
    position: absolute;
    left: 0
}

.text-primary {
    color: #0096db!important
}

a.text-primary:hover {
    color: #0073a8!important
}

.text-muted {
    color: #8e8e8e!important
}

a.text-muted:hover {
    color: #757474!important
}

.visible-documents-up,.visible-large-up,.visible-looptable-up,.visible-medium-up,.visible-small-up,.visible-tween-up,.visible-xlarge-up {
    display: none
}

.clearfix:after,.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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
}

#page,body,html {
    min-height: 100%
}

body {
    overflow-x: hidden;
    background: #f6f6f6
}

*,:after,:before {
    box-sizing: border-box
}

a img {
    border: none
}

img {
    max-width: 100%;
    height: auto
}

iframe {
    max-width: 100%;
    min-width: 100%!important
}

a {
    text-decoration: none;
    line-height: inherit
}

a:focus,a:hover {
    text-decoration: none
}

p a,p a:visited {
    line-height: inherit
}

.visuallyhidden {
    display: none
}

strong {
    color: #191919
}

#page {
    background: #f6f6f6
}

.no-results-text {
    font-weight: 600;
    color: #191919
}

[class*=" icon-"]:before,[class^=icon-]:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.site-content {
    position: relative;
    clear: both
}

.single-issue .site-content {
    padding-top: 0
}

.content-well,.pull-image .wp-caption-text {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.split-p {
    margin-bottom: 1.875rem
}

.filter-sidebar .filters-card,.full-card .full-card-content {
    background: #fff;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.read-more {
    font-weight: 500;
    font-size: 1rem
}

.moretag {
    font-size: .9375rem;
    font-weight: 500;
    color: inherit;
    display: block;
    margin-top: .9375rem
}

.attribution {
    display: block;
    color: #b3b3b3;
    font-weight: 300;
    padding: 0 .125rem;
    margin: .3125rem 0
}

.entry-meta {
    color: #8e8e8e;
    font-family: "Helvetica Neue","Helvetica W01",Helvetica,sans-serif;
    font-size: .875rem
}

.ja .entry-meta {
    font-family: "Helvetica Neue","Helvetica W01",Helvetica,"YU Gothic (OEM) W50",Meiryo,メイリオ,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Hiragino,ヒラギノ,sans-serif
}

.zh_CN .entry-meta {
    font-family: "Helvetica Neue","Helvetica W01",Helvetica,"Microsoft Yahei",微软雅黑,"Hiragino Sans GB",冬青黑体简体中文,STXihei,华文细黑,sans-serif
}

.entry-meta a {
    font-weight: 600;
    color: #191919
}

.team-member {
    display: inline-block
}

.team-member:after,.team-member:before {
    content: " ";
    display: table
}

.team-member:after {
    clear: both
}

.team-member .member-photo {
    width: 40px;
    float: left;
    margin: 0 .625rem .625rem 0
}

.team-member .member-name {
    display: block;
    color: #8e8e8e
}

.team-member .link-highlight {
    padding-left: 3.125rem
}

ul.list-with-icons {
    list-style: none;
    margin: 0
}

ul.list-with-icons:after,ul.list-with-icons:before {
    content: " ";
    display: table
}

ul.list-with-icons:after {
    clear: both
}

ul.list-with-icons li {
    position: relative;
    margin-bottom: .9375rem;
    display: table;
    vertical-align: middle;
    table-layout: fixed
}

ul.list-with-icons li .list-image {
    display: table-cell;
    vertical-align: top;
    width: 3.25rem;
    padding-right: 1.25rem
}

ul.list-with-icons li .list-image i {
    font-size: 1.8125rem
}

ul.list-with-icons li .list-content {
    display: table-cell;
    vertical-align: middle
}

ul.list-with-icons li .list-content p {
    margin-bottom: 0
}

.option-title {
    color: #191919;
    margin-top: 0
}

.option-description {
    margin-top: .625rem;
    max-width: calc(100% - 30px)
}

.numeric-stat {
    font-size: 2.25rem;
    font-weight: 200;
    color: #191919;
    letter-spacing: -2px;
    line-height: 1
}

.numeric-stat sup {
    font-size: .5em;
    top: -1.5ex
}

.stat-wrap {
    display: inline-block;
    position: relative;
    height: 150px;
    width: 150px
}

.stat-wrap b {
    position: absolute;
    width: 100%;
    font-weight: 400;
    text-align: center;
    top: 50%;
    margin-top: -22px;
    left: 5px;
    display: block
}

.stat-wrap b sup {
    left: -5px
}

.numeric-stat {
    display: block
}

.stat-title {
    margin-top: .3125rem
}

p.stat-description {
    font-size: .875rem!important
}

a {
    color: inherit;
    text-decoration: none;
    line-height: inherit
}

a:focus,a:hover {
    color: #0096db;
    text-decoration: none
}

a img {
    border: none
}

p {
    font-family: inherit;
    font-weight: 400;
    font-size: .75rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .9375rem;
    text-rendering: optimizeLegibility
}

p aside {
    font-size: .875rem;
    line-height: 1.35;
    font-style: italic
}

.site-content p a {
    color: #a3a3a3;
    text-decoration: underline
}

.site-content p a:focus,.site-content p a:hover {
    color: #0087c5
}

body {
    font-size: 16px;
    font-family: "Helvetica Neue","Helvetica W01",Helvetica,sans-serif;
    color: #333
}

.ja body {
    font-family: "Helvetica Neue","Helvetica W01",Helvetica,"YU Gothic (OEM) W50",Meiryo,メイリオ,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Hiragino,ヒラギノ,sans-serif
}

.zh_CN body {
    font-family: "Helvetica Neue","Helvetica W01",Helvetica,"Microsoft Yahei",微软雅黑,"Hiragino Sans GB",冬青黑体简体中文,STXihei,华文细黑,sans-serif
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: "Helvetica Neue","Helvetica W01",Helvetica,sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #191919;
    text-rendering: optimizeLegibility;
    margin-top: .2rem;
    margin-bottom: .5rem;
    line-height: 1.25
}

.ja .h1,.ja .h2,.ja .h3,.ja .h4,.ja .h5,.ja .h6,.ja h1,.ja h2,.ja h3,.ja h4,.ja h5,.ja h6 {
    font-family: "Helvetica Neue","Helvetica W01",Helvetica,"YU Gothic (OEM) W50",Meiryo,メイリオ,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Hiragino,ヒラギノ,sans-serif
}

.zh_CN .h1,.zh_CN .h2,.zh_CN .h3,.zh_CN .h4,.zh_CN .h5,.zh_CN .h6,.zh_CN h1,.zh_CN h2,.zh_CN h3,.zh_CN h4,.zh_CN h5,.zh_CN h6 {
    font-family: "Helvetica Neue","Helvetica W01",Helvetica,"Microsoft Yahei",微软雅黑,"Hiragino Sans GB",冬青黑体简体中文,STXihei,华文细黑,sans-serif
}

.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
    font-size: 60%;
    color: #666565;
    line-height: 0
}

.h1,h1 {
    font-size: 2rem
}

.h2,h2 {
    font-size: 1.5rem
}

.h3,h3 {
    font-size: 1.125rem
}

.h4,h4 {
    font-size: 1.0205rem
}

.h5,h5 {
    font-size: .8125rem;
    color: inherit;
    margin-bottom: 0
}

.h6,h6 {
    font-size: .75rem
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.25rem 0;
    height: 0
}

em,i {
    font-style: italic;
    line-height: inherit
}

b,strong {
    font-weight: 600;
    line-height: inherit
}

small {
    font-size: 80%;
    line-height: inherit
}

dl,ol,ul {
    line-height: 1.4;
    margin-bottom: .9375rem;
    list-style-position: outside;
    font-family: inherit
}

ol,ul {
    margin-left: .9375rem;
    padding-left: 0
}

ul li ol,ul li ul {
    margin-left: 1.25rem;
    margin-bottom: 0;
    font-size: 1em
}

ul.circle li ul,ul.disc li ul,ul.square li ul {
    list-style: inherit
}

ul.square {
    list-style-type: square
}

ul.circle {
    list-style-type: circle
}

ul.disc {
    list-style-type: disc
}

ul.no-bullet {
    list-style: none
}

ol li ol,ol li ul {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl dt {
    color: #191919;
    margin-bottom: .3rem;
    font-weight: 600
}

dl dd {
    margin-bottom: .75rem;
    margin-left: 0
}

abbr,acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #333;
    border-bottom: 1px dotted #ddd;
    cursor: help
}

abbr {
    text-transform: none
}

blockquote,blockquote p {
    line-height: 1.4;
    font-family: "Helvetica Neue","Helvetica W01",Helvetica,sans-serif;
    font-weight: 300
}

.ja blockquote,.ja blockquote p {
    font-family: "Helvetica Neue","Helvetica W01",Helvetica,"YU Gothic (OEM) W50",Meiryo,メイリオ,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Hiragino,ヒラギノ,sans-serif
}

.zh_CN blockquote,.zh_CN blockquote p {
    font-family: "Helvetica Neue","Helvetica W01",Helvetica,"Microsoft Yahei",微软雅黑,"Hiragino Sans GB",冬青黑体简体中文,STXihei,华文细黑,sans-serif
}

.pull-quote blockquote,.pull-quote blockquote p {
    color: #7f7f7f;
    font-weight: 300
}

blockquote {
    margin-left: 0
}

.pull-quote blockquote {
    margin: 0 0 .9375rem;
    padding: .9375rem 0
}

blockquote p {
    font-size: 1rem
}

blockquote p:after,blockquote p:before {
    display: inline;
    font-weight: 700;
    color: #0096db;
    font-size: 1.25rem;
    position: relative;
    top: .125rem
}

blockquote cite {
    font-size: .875rem;
    text-transform: uppercase;
    color: #999
}

blockquote cite:before {
    display: none
}

blockquote cite span {
    display: block;
    font-size: .8125rem;
    font-weight: 400
}

.bonus-caption p,.cover-image .flex-caption,figcaption {
    font-family: Arial;
    font-weight: 400;
    font-size: .675rem;
    line-height: 1.26;
    margin-top: 0;
    margin-bottom: .9375rem;
    text-rendering: optimizeLegibility
}

cite {
    font-family: "Helvetica Neue","Helvetica W01",Helvetica,sans-serif;
    display: block;
    color: #191919;
    font-size: .875rem;
    font-style: normal;
    font-weight: 700;
    border: none
}

.ja cite {
    font-family: "Helvetica Neue","Helvetica W01",Helvetica,"YU Gothic (OEM) W50",Meiryo,メイリオ,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Hiragino,ヒラギノ,sans-serif
}

.zh_CN cite {
    font-family: "Helvetica Neue","Helvetica W01",Helvetica,"Microsoft Yahei",微软雅黑,"Hiragino Sans GB",冬青黑体简体中文,STXihei,华文细黑,sans-serif
}

cite:before {
    content: "\2014 \0020"
}

cite a,cite a:visited {
    color: #191919
}

.vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #ddd;
    padding: .625rem .75rem
}

.vcard li {
    margin: 0;
    display: block
}

.vcard .fn {
    font-weight: 600;
    font-size: .9375rem
}

.vevent .summary {
    font-weight: 600
}

.vevent abbr {
    cursor: help;
    text-decoration: none;
    font-weight: 600;
    border: none;
    padding: 0 .0625rem
}

#desktop-nav .desktop-nav-item.find-a-dealer a:before,#google-desktop-search .gsst_a:before,#google-desktop-search .gsst_b:after,#google-desktop-search form.gsc-search-box:not(.gsc-search-box-tools):after,#google-mobile-search .gsc-control-searchbox-only .gsst_a:before,#google-search-result-box .gsst_a:before,#google-search-result-list .gsc-above-wrapper-area .gsc-orderby-container .gsc-option-selector:after,.comments__heading button:after,.footer-social-nav ul li a,.gcard__image--has-icon:after,.icon,.mobile-menu li.find-a-dealer a:before,.sccp__content:before,.select2-container .select2-choice .select2-arrow b:before,.select2-search:before,.single-tribe_events .tribe-events-notices ul li:before,.validation_message:before {
    font-family: steelcase;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-round {
    border-radius: 100%;
    padding: 1%
}

.card .compare-mask i {
    font-size: 1.5625rem;
    line-height: 1.2;
    margin-left: 5px
}

.btn-group button,.btn-group>a,.card .compare-mask i,.inactive-btn {
    color: #c3c3c3;
    transition: color .2s ease-in
}

.btn-group button:hover,.btn-group>a:hover,.card .compare-mask i:hover,.inactive-btn:hover {
    color: #b8b8b8
}

.icon-pinterest-sign:before {
    content: ""
}

.icon-bulls-eye-arrow:before {
    content: ""
}

.icon-twitter-with-circle:before {
    content: ""
}

.icon-pinterest-with-circle:before {
    content: ""
}

.icon-linkedin-with-circle:before {
    content: ""
}

.icon-facebook-with-circle:before {
    content: ""
}

.icon-controller-paus:before {
    content: ""
}

.footer-social-nav .weibo a:before,.icon-weibo:before {
    content: ""
}

.icon-play:before {
    content: ""
}

.icon-media-control:before {
    content: ""
}

.icon-pause:before {
    content: ""
}

.icon-media-control2:before {
    content: ""
}

.icon-volume-medium:before {
    content: ""
}

.icon-volume:before {
    content: ""
}

.icon-audio:before {
    content: ""
}

.icon-speaker:before {
    content: ""
}

.icon-player:before {
    content: ""
}

.icon-comment:before {
    content: ""
}

.icon-triangle-down:before {
    content: ""
}

.icon-triangle-left:before {
    content: ""
}

.icon-triangle-right:before {
    content: ""
}

.icon-triangle-up:before {
    content: ""
}

.icon-mobile-menu:before {
    content: ""
}

.icon-profile:before {
    content: ""
}

.icon-dots:before {
    content: ""
}

.icon-specifications:before {
    content: ""
}

.icon-surface:before {
    content: ""
}

.icon-imagesvideo:before {
    content: ""
}

.icon-planning:before {
    content: ""
}

.icon-faq:before {
    content: ""
}

.icon-cart:before {
    content: ""
}

.icon-location:before {
    content: ""
}

.icon-phone:before {
    content: ""
}

.icon-ppp:before {
    content: ""
}

.icon-print:before {
    content: ""
}

.icon-delete:before {
    content: ""
}

.icon-attachment:before {
    content: ""
}

.icon-compare:before {
    content: ""
}

#desktop-nav .external .link-highlight:after,.icon-external-link:before {
    content: ""
}

.icon-arrow-right:before {
    content: ""
}

.icon-arrow-left:before {
    content: ""
}

.icon-arrow-down:before,.select2-container .select2-choice .select2-arrow b:before {
    content: ""
}

.icon-arrow-up:before {
    content: ""
}

.footer-social-nav .linkedin a:before,.icon-linkedin:before {
    content: ""
}

.footer-social-nav .facebook a:before,.icon-facebook:before {
    content: ""
}

.footer-social-nav .twitter a:before,.icon-twitter:before {
    content: ""
}

.footer-social-nav .pinterest a:before,.icon-pinterest:before {
    content: ""
}

.footer-social-nav .instagram a:before,.icon-instagram:before {
    content: ""
}

.footer-social-nav .youtube a:before,.icon-youtube:before {
    content: ""
}

.icon-linkedin2:before {
    content: ""
}

.icon-info-sign:before {
    content: ""
}

.icon-in-touch:before {
    content: ""
}

.icon-global:before {
    content: ""
}

.icon-google-plus:before {
    content: ""
}

.icon-google-plus3:before {
    content: ""
}

.icon-feed2:before {
    content: ""
}

.icon-revit:before {
    content: ""
}

.icon-checkmark3:before {
    content: ""
}

.icon-email:before {
    content: ""
}

.icon-check-sign-alt:before {
    content: ""
}

.icon-documents:before {
    content: ""
}

.icon-images:before {
    content: ""
}

.icon-delete-sign:before {
    content: ""
}

.icon-download:before,.link-highlight.download-alt:after {
    content: ""
}

.icon-download-sign:before {
    content: ""
}

.icon-bookmark-sign:before {
    content: ""
}

.icon-bookmark:before {
    content: ""
}

.icon-share:before {
    content: ""
}

.icon-search:before,.select2-search:before {
    content: ""
}

.icon-warning-sign:before,.single-tribe_events .tribe-events-notices ul li:before,.validation_message:before {
    content: ""
}

.icon-check-sign-outline:before {
    content: ""
}

.btn-group .icon-check-sign-outline:hover:before,.btn-group.is-selected .icon-check-sign-outline:before,.icon-check-sign:before,.saved-item.is-selected .icon-check-sign-outline:before {
    content: ""
}

.icon-chevron-sign-down:before {
    content: ""
}

.icon-chevron-sign-left:before {
    content: ""
}

.icon-chevron-sign-right:before {
    content: ""
}

.icon-chevron-sign-up:before {
    content: ""
}

.icon-remove-sign:before {
    content: ""
}

.icon-certifications:before {
    content: ""
}

.icon-models:before {
    content: ""
}

.icon-file:before {
    content: ""
}

.icon-remove:before {
    content: ""
}

.icon-plus:before {
    content: ""
}

.icon-plus-sign:before {
    content: ""
}

.icon-certificate:before {
    content: ""
}

.icon-cogs:before {
    content: ""
}

.icon-pencil:before {
    content: ""
}

.icon-camera:before {
    content: ""
}

.icon-film:before {
    content: ""
}

.icon-building:before {
    content: ""
}

.icon-home:before {
    content: ""
}

.icon-download-alt:before {
    content: ""
}

.icon-shopping-cart:before {
    content: ""
}

.icon-location-arrow:before {
    content: ""
}

#desktop-nav .desktop-nav-item.find-a-dealer a:before,.icon-map-marker:before,.mobile-menu li.find-a-dealer a:before {
    content: ""
}

.icon-mobile:before {
    content: ""
}

.icon-ellipsis-horizontal:before {
    content: ""
}

.icon-share2:before {
    content: ""
}

.icon-print2:before {
    content: ""
}

.icon-trash:before {
    content: ""
}

.icon-paper-clip:before {
    content: ""
}

.icon-copy:before {
    content: ""
}

.icon-columns:before {
    content: ""
}

.icon-resize-horizontal:before {
    content: ""
}

.icon-exchange:before {
    content: ""
}

.icon-user:before {
    content: ""
}

.icon-male:before {
    content: ""
}

.icon-female:before {
    content: ""
}

.icon-reorder:before {
    content: ""
}

.icon-ok:before {
    content: ""
}

.icon-chevron-left:before,.royalSlider .rsBullets .rsArrowLeft:before,.slick-dots .slick-prev:before {
    content: ""
}

.icon-chevron-right:before,.royalSlider .rsBullets .rsArrowRight:before,.slick-dots .slick-next:before {
    content: ""
}

.icon-chevron-up:before {
    content: ""
}

.icon-chevron-down:before {
    content: ""
}

.footer-social-nav .xing a:before,.icon-xing:before {
    content: ""
}

figure {
    margin: 0
}

embed,img,object,video {
    max-width: 100%;
    width: auto;
    height: auto
}

iframe {
    max-width: 100%;
    max-height: 100%
}

img[class*=align],img[class*=attachment-],img[class*=wp-image-] {
    height: auto;
    display: block
}

.alignleft {
    float: left;
    margin: 0 .9375rem .9375rem 0
}

.alignright {
    float: right;
    margin: 0 0 .9375rem .9375rem
}

.aligncenter {
    display: block;
    margin: 15px auto
}

.feature-image {
    position: relative;
    margin-bottom: 1.25rem
}

.flex-image {
    display: block;
    overflow: hidden;
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    max-height: 600px;
    padding-bottom: 75%
}

.flex-image:before {
    content: "";
    display: block;
    width: 100%
}

.extend-image {
    position: relative;
    box-sizing: content-box;
    margin: inherit;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    max-width: none
}

.column .extend-image {
    padding-left: 0;
    padding-right: 0
}

.small-video {
    margin-bottom: .9375rem;
    max-width: 175px
}

.small-video>.vex-video {
    max-width: 175px
}

.vex-open {
    position: relative
}

.vex-open .play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -31px;
    margin-top: -38px;
    width: 62px;
    height: 62px
}

.video-thumb {
    width: 100%;
    max-width: 100%;
    display: block
}

.small-video .video-thumb {
    transition: border-color .3s;
    margin-bottom: .9375rem
}

.lazyloading,.lslazyload {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity .2s ease-in
}

.content-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1176px
}

.content-wrap:after,.content-wrap:before {
    content: " ";
    display: table
}

.content-wrap:after {
    clear: both
}

.site-content-stick-top {
    padding-top: 0
}

.site-content-unpadded {
    padding: 0
}

.padded-content-block {
    padding-top: 38px;
    padding-bottom: 24px
}

.extend-to-edge {
    position: relative;
    box-sizing: content-box;
    margin: inherit;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    max-width: none
}

.column .extend-to-edge {
    padding-left: 0;
    padding-right: 0
}

.large-gutter {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.large-gutter-right {
    padding-left: 0;
    padding-right: 1.25rem
}

.large-gutter-left {
    padding-right: 0;
    padding-left: 1.25rem
}

.configurator {
    border: 0;
    overflow: hidden
}

.l-wrapper--has-background {
    background-color: #fff
}

.l-wrapper__inner-padding {
    padding-left: 20px;
    padding-right: 20px
}

.l-wrapper__inner-staggered>* {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto
}

.l-wrapper__inner-article-content-width {
    position: relative
}

.link-highlight,.link-highlight-group a {
    color: #191919!important;
    display: inline-block;
    padding-right: 28px;
    font-weight: 600!important;
    text-decoration: none!important
}

.link-highlight-group a:after,.link-highlight:after {
    font-family: steelcase;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 13px;
    line-height: 1;
    content: "";
    color: #d4d4d4;
    background: #fff;
    display: inline-block;
    position: relative;
    top: .125rem;
    margin-left: .9375rem;
    margin-right: -28px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 100%
}

.link-highlight-group a:hover,.link-highlight:hover {
    color: #0096db!important
}

.link-highlight-group a:hover:after,.link-highlight:hover:after {
    color: #0096db!important
}

.link-highlight-group a.corner-right,.link-highlight.corner-right {
    position: absolute;
    bottom: 1.875rem;
    right: 1.25rem;
    z-index: 10
}

.link-highlight.download-alt:after {
    color: #8e8e8e;
    top: 0
}

.trigger-signup:hover {
    cursor: pointer
}

.text-link-button {
    text-decoration: none!important;
    color: #191919!important;
    font-size: .75rem;
    font-weight: 600!important
}

.text-link-button i {
    margin-left: 15px;
    font-size: 125%;
    vertical-align: middle;
    color: #a3a3a3
}

.text-link-button:focus,.text-link-button:hover {
    color: #0096db!important;
    text-decoration: none
}

.text-link-button:hover i {
    color: inherit
}

.clean-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.clean-list li {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.table {
    display: table
}

.td {
    display: table-cell
}

.group:after {
    content: "";
    display: table;
    clear: both
}

.jqplot-target {
    box-sizing: border-box;
    padding-right: 50px!important;
    margin: 1.25rem -1.25rem 1.25rem 1.25rem!important
}

.jqplot-title {
    font-size: 12px!important;
    text-transform: uppercase!important;
    text-align: left!important;
    color: #666!important;
    font-weight: 600!important;
    padding-bottom: 20px!important
}

.print-only {
    display: none
}

.charts-legend-horizontal table.jqplot-table-legend {
    padding-bottom: 30px!important;
    width: 100%!important;
    text-align: center
}

.charts-legend-horizontal .jqplot-table-legend tr {
    display: inline-block
}

.charts-legend-horizontal .jqplot-target {
    padding-right: 20px!important
}

button {
    border: none
}

button:focus {
    outline: 0
}

.button {
    background: #fff;
    color: #8e8e8e!important;
    border: 1px solid #e3e3e3;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: .625rem;
    display: inline-block;
    text-decoration: none!important
}

.button:hover {
    color: #8e8e8e!important;
    background: #f6f6f6
}

.button-thin {
    background: #fff;
    color: #8e8e8e!important;
    border: 1px solid #e3e3e3;
    padding-top: .1875rem;
    padding-bottom: .1875rem;
    font-size: 10px;
    font-weight: 500;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: .625rem;
    display: inline-block;
    text-decoration: none!important
}

.button-thin:hover {
    color: #8e8e8e!important;
    background: #f6f6f6
}

.button-gray {
    background: #a3a3a3;
    border: 1px solid #a3a3a3;
    color: #fff!important;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: .625rem;
    display: inline-block;
    text-decoration: none!important
}

.button-gray:hover {
    background: #8e8e8e;
    border: 1px solid #8e8e8e;
    color: #fff!important
}

.button-dark {
    background: #6f6f6f;
    color: #fff!important;
    border: 1px solid #6f6f6f;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: .625rem;
    display: inline-block;
    text-decoration: none!important
}

.button-dark:hover {
    color: #fff!important;
    background: #595959;
    border: 1px solid #595959
}

.button-blue {
    background: #0096db;
    color: #fff;
    border: 1px solid #0096db;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: .625rem;
    display: inline-block;
    text-decoration: none!important
}

.button-blue:hover {
    color: #fff;
    background: #0089c8;
    border: 1px solid #0089c8
}

.button-icon i {
    margin-left: 1.5625rem
}

.button-icon-right {
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

.button-icon-right i {
    margin-left: 3.4375rem
}

.button-arrow-right,.button-arrow-right-light {
    position: relative;
    padding-right: 2.5rem
}

.button-arrow-right-light:after,.button-arrow-right:after {
    content: "";
    position: absolute;
    right: .9375rem;
    top: 50%;
    margin-top: -4px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 4px solid #fff
}

.button-arrow-right-light:hover:after,.button-arrow-right:hover:after {
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 4px solid #8e8e8e
}

.button-arrow-right-light:after {
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 4px solid #8e8e8e
}

.button-arrow-right-light.input-wrap:after {
    right: 55px;
    margin-top: -3px
}

.lt-launch.button-blue {
    margin-top: 20px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
    color: #fff;
    opacity: 0;
    transition: opacity .4s ease-in-out
}

.lt-launch.button-blue:hover {
    color: #fff
}

.lt-launch.button-blue.active {
    opacity: 1
}

.button-contact.button-blue {
    margin-top: 20px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
    color: #fff
}

.button-contact.button-blue:hover {
    color: #fff
}

.accessibility,.article__actions span,.u-visual-hide {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.single-tribe_events .tribe-events-notices ul li,.validation_message {
    border-radius: 3px;
    border: 1px solid #8e8e8e;
    background: #8e8e8e;
    color: #fff;
    font-family: inherit;
    font-weight: 600;
    font-size: .6875rem!important;
    line-height: 1.125rem;
    padding: .625rem;
    position: relative;
    display: inline-block
}

.single-tribe_events .tribe-events-notices ul li:before,.validation_message:before {
    margin-right: 5px
}

.single-tribe_events .tribe-events-notices ul li:after,.validation_message:after {
    content: '';
    position: absolute;
    left: 18px;
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #8e8e8e
}

.message {
    background: #8e8e8e;
    color: #fff
}

.message p {
    padding: 1.25rem 1.25rem 1.25rem 2.8125rem;
    margin: 0;
    position: relative
}

#desktop-nav .desktop-nav-item.find-a-dealer .message a:before,.footer-social-nav ul li .message a,.message #desktop-nav .desktop-nav-item.find-a-dealer a:before,.message .footer-social-nav ul li a,.message .icon,.message .mobile-menu li.find-a-dealer a:before,.message .sccp__content:before,.message .select2-container .select2-choice .select2-arrow b:before,.message .select2-search:before,.message .single-tribe_events .tribe-events-notices ul li:before,.message .validation_message:before,.mobile-menu li.find-a-dealer .message a:before,.select2-container .select2-choice .select2-arrow .message b:before,.single-tribe_events .tribe-events-notices ul .message li:before {
    font-size: 16px;
    left: 20px;
    top: 19px;
    position: absolute
}

#desktop-nav .desktop-nav-item.find-a-dealer .firefox .message a:before,.firefox .message #desktop-nav .desktop-nav-item.find-a-dealer a:before,.firefox .message .footer-social-nav ul li a,.firefox .message .icon,.firefox .message .mobile-menu li.find-a-dealer a:before,.firefox .message .sccp__content:before,.firefox .message .select2-container .select2-choice .select2-arrow b:before,.firefox .message .select2-search:before,.firefox .message .single-tribe_events .tribe-events-notices ul li:before,.firefox .message .validation_message:before,.footer-social-nav ul li .firefox .message a,.mobile-menu li.find-a-dealer .firefox .message a:before,.select2-container .select2-choice .select2-arrow .firefox .message b:before,.single-tribe_events .tribe-events-notices ul .firefox .message li:before {
    top: 20px
}

.message.updated {
    background: #fff;
    color: #8e8e8e
}

#desktop-nav .desktop-nav-item.find-a-dealer .message.updated a:before,.footer-social-nav ul li .message.updated a,.message.updated #desktop-nav .desktop-nav-item.find-a-dealer a:before,.message.updated .footer-social-nav ul li a,.message.updated .icon,.message.updated .mobile-menu li.find-a-dealer a:before,.message.updated .sccp__content:before,.message.updated .select2-container .select2-choice .select2-arrow b:before,.message.updated .select2-search:before,.message.updated .single-tribe_events .tribe-events-notices ul li:before,.message.updated .validation_message:before,.mobile-menu li.find-a-dealer .message.updated a:before,.select2-container .select2-choice .select2-arrow .message.updated b:before,.single-tribe_events .tribe-events-notices ul .message.updated li:before {
    color: #3d9b35
}

.message a {
    font-weight: 600
}

.message a:hover {
    color: #fff;
    text-decoration: underline
}

.message-wrap {
    position: relative
}

.close-message {
    position: absolute;
    right: .625rem;
    left: auto!important;
    top: 1.25rem
}

.close-message:hover {
    text-decoration: none
}

.cookies-message .message-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1176px;
    padding-right: 3.75rem
}

.cookies-message .message-wrap:after,.cookies-message .message-wrap:before {
    content: " ";
    display: table
}

.cookies-message .message-wrap:after {
    clear: both
}

.cookies-message p {
    padding-left: .625rem;
    padding-right: .625rem
}

input[type=datetime-local].input-large,input[type=datetime].input-large,input[type=email].input-large,input[type=month].input-large,input[type=number].input-large,input[type=password].input-large,input[type=search].input-large,input[type=tel].input-large,input[type=text].input-large,input[type=time].input-large,input[type=url].input-large,input[type=week].input-large {
    padding: 0 2.8125rem 0 .9375rem;
    height: 3.125rem;
    line-height: normal;
    border-radius: 0
}

input[type=datetime-local].input-large-white,input[type=datetime].input-large-white,input[type=email].input-large-white,input[type=month].input-large-white,input[type=number].input-large-white,input[type=password].input-large-white,input[type=search].input-large-white,input[type=tel].input-large-white,input[type=text].input-large-white,input[type=time].input-large-white,input[type=url].input-large-white,input[type=week].input-large-white {
    background: #fff;
    border: 1px solid #d7d7d5;
    transition: all .3s ease-in;
    padding: 0 2.8125rem 0 .9375rem;
    height: 3.125rem;
    line-height: normal;
    border-radius: 0
}

input[type=datetime-local].input-large-white:focus,input[type=datetime].input-large-white:focus,input[type=email].input-large-white:focus,input[type=month].input-large-white:focus,input[type=number].input-large-white:focus,input[type=password].input-large-white:focus,input[type=search].input-large-white:focus,input[type=tel].input-large-white:focus,input[type=text].input-large-white:focus,input[type=time].input-large-white:focus,input[type=url].input-large-white:focus,input[type=week].input-large-white:focus {
    border-color: #cecece;
    box-shadow: inset 0 1px 3px 0 rgba(50,50,50,.15)
}

::-webkit-input-placeholder {
    line-height: inherit
}

:-moz-placeholder {
    line-height: inherit
}

::-moz-placeholder {
    line-height: inherit
}

:-ms-input-placeholder {
    line-height: inherit
}

.large-checkbox {
    color: #8e8e8e;
    font-size: .6875rem;
    height: 2.125rem;
    line-height: 1.875rem
}

.large-checkbox i {
    color: #fff;
    visibility: hidden
}

.large-checkbox.active {
    color: #191919
}

.large-checkbox.active i {
    visibility: visible
}

.large-checkbox.active .input-box {
    border: 1px solid #8e8e8e;
    background: #8e8e8e
}

.large-checkbox input {
    visibility: hidden
}

.large-checkbox .input-box {
    position: relative;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #b8b8b8;
    height: 1.875rem;
    width: 1.875rem;
    line-height: em-calc(30px);
    border-radius: 3px;
    background: #fff
}

.large-checkbox .input-box input {
    position: relative;
    top: 2px
}

.large-checkbox .input-box:after {
    position: absolute;
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    width: 100%;
    height: 100%;
    z-index: 8;
    left: 0;
    top: 0;
    content: ''
}

.large-radio {
    color: #8e8e8e;
    font-size: .6875rem;
    height: 2.125rem;
    line-height: 1.875rem
}

.large-radio i {
    color: #fff;
    visibility: hidden
}

.large-radio.active {
    color: #191919
}

.large-radio.active i {
    visibility: visible
}

.large-radio.active .input-box {
    border: 1px solid #8e8e8e;
    background: #8e8e8e
}

.large-radio.active .input-box:before {
    border: 3px solid #fff;
    background: #fff
}

.large-radio input {
    visibility: hidden
}

.large-radio .input-box {
    position: relative;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #b8b8b8;
    height: 1.875rem;
    width: 1.875rem;
    line-height: em-calc(30px);
    border-radius: 3px;
    background: #fff
}

.large-radio .input-box input {
    position: relative;
    top: 2px
}

.large-radio .input-box:before {
    position: absolute;
    height: 12px;
    left: 8px;
    top: 8px;
    width: 12px;
    z-index: 8;
    content: '';
    border-radius: 100%;
    border: 1px solid #8e8e8e
}

.large-radio .input-box:after {
    position: absolute;
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    width: 100%;
    height: 100%;
    z-index: 8;
    left: 0;
    top: 0;
    content: ''
}

::-ms-clear {
    width: 0;
    height: 0
}

::-ms-reveal {
    width: 0;
    height: 0
}

form {
    margin: 0 0 1rem
}

label {
    font-size: .875rem;
    color: #4d4c4c;
    cursor: pointer;
    display: block;
    font-weight: 400;
    margin-bottom: .5rem
}

label.right {
    float: none;
    text-align: right
}

label.inline {
    margin: 0 0 1rem 0;
    padding: .625rem 0
}

label small {
    text-transform: capitalize;
    color: #676767
}

select {
    -webkit-appearance: none!important;
    background: #fafafa url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    border: 1px solid #e6e5e5;
    padding: .5rem;
    font-size: .75rem
}

select:hover {
    background: #f3f2f2 url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    border-color: #999
}

select::-ms-expand {
    display: none
}

.postfix,.prefix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    font-size: .875rem;
    height: 2.3125rem;
    line-height: 2.3125rem
}

input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea {
    -webkit-appearance: none;
    border-radius: 3px;
    background-color: #f6f6f6;
    font-family: inherit;
    border: 1px solid #e6e5e5;
    box-shadow: none;
    color: #6f6f6f;
    display: block;
    font-size: .75rem;
    margin: 0 0 1rem 0;
    padding: .5rem;
    height: 2.1875rem;
    width: 100%;
    box-sizing: border-box
}

input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus {
    background: #fafafa;
    border-color: #999;
    outline: 0
}

input[type=date][disabled],input[type=datetime-local][disabled],input[type=datetime][disabled],input[type=email][disabled],input[type=month][disabled],input[type=number][disabled],input[type=password][disabled],input[type=search][disabled],input[type=tel][disabled],input[type=text][disabled],input[type=time][disabled],input[type=url][disabled],input[type=week][disabled],textarea[disabled] {
    background-color: #ddd
}

select {
    height: 2.1875rem
}

input[type=checkbox],input[type=file],input[type=radio],select {
    margin: 0 0 1rem 0
}

input[type=checkbox]+label,input[type=radio]+label {
    display: inline-block;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline
}

input[type=file] {
    width: 100%
}

fieldset {
    border: 0;
    padding: 1.125rem 0;
    margin: 0
}

fieldset legend {
    font-weight: 600;
    background: #fff;
    padding: 0 .1875rem;
    margin: 0 0 .625rem 0;
    margin-left: -.1875rem;
    text-transform: uppercase;
    color: #8e8e8e;
    font-size: .6875rem;
    font-family: Arial,sans-serif
}

[data-abide] .error small.error,[data-abide] small.error,[data-abide] span.error {
    display: block;
    padding: .375rem .5625rem .5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 400;
    font-style: italic;
    background: #e3001e;
    color: #fff
}

[data-abide] small.error,[data-abide] span.error {
    display: none
}

small.error,span.error {
    display: block;
    padding: .375rem .5625rem .5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 400;
    font-style: italic;
    background: #e3001e;
    color: #fff
}

.error input,.error select,.error textarea {
    margin-bottom: 0
}

.error label,.error label.error {
    color: #e3001e
}

.error small.error,.error>small {
    display: block;
    padding: .375rem .5625rem .5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 400;
    font-style: italic;
    background: #e3001e;
    color: #fff
}

.error>label>small {
    color: #676767;
    background: 0 0;
    padding: 0;
    text-transform: capitalize;
    font-style: normal;
    font-size: 60%;
    margin: 0;
    display: inline
}

.error span.error-message {
    display: block
}

input.error,textarea.error {
    margin-bottom: 0
}

label.error {
    color: #e3001e
}

.sort-form label {
    display: none
}

.form-helper {
    margin-top: .9375rem;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.5
}

[id^=gform_wrapper] .gform_title {
    font-size: 1.75rem;
    margin-bottom: 1.875rem
}

[id^=gform_wrapper] ul.gform_fields {
    list-style-type: none;
    margin: 0;
    padding: 0
}

[id^=gform_wrapper] ul.gform_fields ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

[id^=gform_wrapper] label {
    font-weight: 600;
    font-size: .6875rem;
    text-transform: uppercase
}

[id^=gform_wrapper] label.large-checkbox,[id^=gform_wrapper] label.large-radio {
    font-weight: 400;
    text-transform: none
}

[id^=gform_wrapper] .gfield_required {
    display: inline-block;
    padding: 0 .3125rem
}

[id^=gform_wrapper] .gfield_description,[id^=gform_wrapper] .gfield_html {
    font-size: .875rem
}

[id^=gform_wrapper] .gfield {
    margin-bottom: 1.875rem
}

[id^=gform_wrapper] input[type=datetime-local],[id^=gform_wrapper] input[type=datetime],[id^=gform_wrapper] input[type=email],[id^=gform_wrapper] input[type=month],[id^=gform_wrapper] input[type=number],[id^=gform_wrapper] input[type=password],[id^=gform_wrapper] input[type=search],[id^=gform_wrapper] input[type=tel],[id^=gform_wrapper] input[type=text],[id^=gform_wrapper] input[type=time],[id^=gform_wrapper] input[type=url],[id^=gform_wrapper] input[type=week],[id^=gform_wrapper] textarea {
    background: #fff;
    border: 1px solid #d7d7d5;
    transition: all .3s ease-in;
    padding: 0 2.8125rem 0 .9375rem;
    height: 3.125rem;
    line-height: normal;
    border-radius: 0
}

[id^=gform_wrapper] input[type=datetime-local]:focus,[id^=gform_wrapper] input[type=datetime]:focus,[id^=gform_wrapper] input[type=email]:focus,[id^=gform_wrapper] input[type=month]:focus,[id^=gform_wrapper] input[type=number]:focus,[id^=gform_wrapper] input[type=password]:focus,[id^=gform_wrapper] input[type=search]:focus,[id^=gform_wrapper] input[type=tel]:focus,[id^=gform_wrapper] input[type=text]:focus,[id^=gform_wrapper] input[type=time]:focus,[id^=gform_wrapper] input[type=url]:focus,[id^=gform_wrapper] input[type=week]:focus,[id^=gform_wrapper] textarea:focus {
    border-color: #cecece;
    box-shadow: inset 0 1px 3px 0 rgba(50,50,50,.15)
}

[id^=gform_wrapper] input[type=number] {
    -moz-appearance: textfield
}

[id^=gform_wrapper] input[type=number]::-webkit-inner-spin-button,[id^=gform_wrapper] input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

[id^=gform_wrapper] input[type=submit] {
    background: #0096db;
    color: #fff!important;
    border: 1px solid #0096db;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: .625rem;
    display: inline-block;
    text-decoration: none!important
}

[id^=gform_wrapper] input[type=submit]:hover {
    color: #fff;
    background: #0089c8;
    border: 1px solid #0089c8
}

[id^=gform_wrapper] textarea {
    min-height: 140px;
    padding: 1.25rem
}

[id^=gform_wrapper] .gfield_checkbox input,[id^=gform_wrapper] .gfield_radio input {
    position: relative;
    top: 2px;
    margin: 0
}

[id^=gform_wrapper] .large-select .select2-choice {
    border: 1px solid #d7d7d5
}

[id^=gform_wrapper] .gforms-multi-select .select2-choices {
    border: 1px solid #d7d7d5
}

[id^=gform_wrapper] .gforms-multi-select .select2-choices .select2-search-choice {
    position: relative;
    background: #fefefe;
    height: 3.125rem;
    margin: 0;
    padding-left: 1.25rem;
    line-height: 3.125rem;
    border-bottom: 1px solid #d7d7d5;
    border-radius: 0;
    color: #7e7e7e;
    font-size: .625rem;
    text-transform: uppercase
}

[id^=gform_wrapper] .gforms-multi-select .select2-choices .select2-search-choice:first-child {
    margin: 0
}

[id^=gform_wrapper] .gforms-multi-select .select2-choices .select2-search-field {
    font-size: .75rem
}

[id^=gform_wrapper] .gforms-multi-select .select2-choices .select2-search-field input {
    padding-left: 1.25rem
}

#desktop-nav .desktop-nav-item.find-a-dealer [id^=gform_wrapper] .gforms-multi-select .select2-choices a:before,.footer-social-nav ul li [id^=gform_wrapper] .gforms-multi-select .select2-choices a,.mobile-menu li.find-a-dealer [id^=gform_wrapper] .gforms-multi-select .select2-choices a:before,.select2-container .select2-choice .select2-arrow [id^=gform_wrapper] .gforms-multi-select .select2-choices b:before,.single-tribe_events .tribe-events-notices ul [id^=gform_wrapper] .gforms-multi-select .select2-choices li:before,[id^=gform_wrapper] .gforms-multi-select .select2-choices #desktop-nav .desktop-nav-item.find-a-dealer a:before,[id^=gform_wrapper] .gforms-multi-select .select2-choices .footer-social-nav ul li a,[id^=gform_wrapper] .gforms-multi-select .select2-choices .icon,[id^=gform_wrapper] .gforms-multi-select .select2-choices .mobile-menu li.find-a-dealer a:before,[id^=gform_wrapper] .gforms-multi-select .select2-choices .sccp__content:before,[id^=gform_wrapper] .gforms-multi-select .select2-choices .select2-container .select2-choice .select2-arrow b:before,[id^=gform_wrapper] .gforms-multi-select .select2-choices .select2-search-choice-close,[id^=gform_wrapper] .gforms-multi-select .select2-choices .select2-search:before,[id^=gform_wrapper] .gforms-multi-select .select2-choices .single-tribe_events .tribe-events-notices ul li:before,[id^=gform_wrapper] .gforms-multi-select .select2-choices .validation_message:before {
    position: absolute;
    left: auto;
    right: 10px;
    top: 18px;
    display: block;
    color: #a3a3a3
}

[id^=gform_wrapper] .gforms-multi-select .select2-choices .select2-search-choice-close {
    right: 0;
    top: 0;
    height: 100%;
    width: 35px
}

.gsection:after,.gsection:before {
    content: " ";
    display: table
}

.gsection:after {
    clear: both
}

input[type=datetime-local].input-large,input[type=datetime].input-large,input[type=email].input-large,input[type=month].input-large,input[type=number].input-large,input[type=password].input-large,input[type=search].input-large,input[type=tel].input-large,input[type=text].input-large,input[type=time].input-large,input[type=url].input-large,input[type=week].input-large {
    padding: 0 2.8125rem 0 .9375rem;
    height: 3.125rem;
    line-height: normal;
    border-radius: 0
}

input[type=datetime-local].input-large-white,input[type=datetime].input-large-white,input[type=email].input-large-white,input[type=month].input-large-white,input[type=number].input-large-white,input[type=password].input-large-white,input[type=search].input-large-white,input[type=tel].input-large-white,input[type=text].input-large-white,input[type=time].input-large-white,input[type=url].input-large-white,input[type=week].input-large-white {
    background: #fff;
    border: 1px solid #d7d7d5;
    transition: all .3s ease-in;
    padding: 0 2.8125rem 0 .9375rem;
    height: 3.125rem;
    line-height: normal;
    border-radius: 0
}

input[type=datetime-local].input-large-white:focus,input[type=datetime].input-large-white:focus,input[type=email].input-large-white:focus,input[type=month].input-large-white:focus,input[type=number].input-large-white:focus,input[type=password].input-large-white:focus,input[type=search].input-large-white:focus,input[type=tel].input-large-white:focus,input[type=text].input-large-white:focus,input[type=time].input-large-white:focus,input[type=url].input-large-white:focus,input[type=week].input-large-white:focus {
    border-color: #cecece;
    box-shadow: inset 0 1px 3px 0 rgba(50,50,50,.15)
}

::-webkit-input-placeholder {
    line-height: inherit
}

:-moz-placeholder {
    line-height: inherit
}

::-moz-placeholder {
    line-height: inherit
}

:-ms-input-placeholder {
    line-height: inherit
}

.large-checkbox {
    color: #8e8e8e;
    font-size: .6875rem;
    height: 2.125rem;
    line-height: 1.875rem
}

.large-checkbox i {
    color: #fff;
    visibility: hidden
}

.large-checkbox.active {
    color: #191919
}

.large-checkbox.active i {
    visibility: visible
}

.large-checkbox.active .input-box {
    border: 1px solid #8e8e8e;
    background: #8e8e8e
}

.large-checkbox input {
    visibility: hidden
}

.large-checkbox .input-box {
    position: relative;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #b8b8b8;
    height: 1.875rem;
    width: 1.875rem;
    line-height: em-calc(30px);
    border-radius: 3px;
    background: #fff
}

.large-checkbox .input-box input {
    position: relative;
    top: 2px
}

.large-checkbox .input-box:after {
    position: absolute;
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    width: 100%;
    height: 100%;
    z-index: 8;
    left: 0;
    top: 0;
    content: ''
}

.large-radio {
    color: #8e8e8e;
    font-size: .6875rem;
    height: 2.125rem;
    line-height: 1.875rem
}

.large-radio i {
    color: #fff;
    visibility: hidden
}

.large-radio.active {
    color: #191919
}

.large-radio.active i {
    visibility: visible
}

.large-radio.active .input-box {
    border: 1px solid #8e8e8e;
    background: #8e8e8e
}

.large-radio.active .input-box:before {
    border: 3px solid #fff;
    background: #fff
}

.large-radio input {
    visibility: hidden
}

.large-radio .input-box {
    position: relative;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #b8b8b8;
    height: 1.875rem;
    width: 1.875rem;
    line-height: em-calc(30px);
    border-radius: 3px;
    background: #fff
}

.large-radio .input-box input {
    position: relative;
    top: 2px
}

.large-radio .input-box:before {
    position: absolute;
    height: 12px;
    left: 8px;
    top: 8px;
    width: 12px;
    z-index: 8;
    content: '';
    border-radius: 100%;
    border: 1px solid #8e8e8e
}

.large-radio .input-box:after {
    position: absolute;
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    width: 100%;
    height: 100%;
    z-index: 8;
    left: 0;
    top: 0;
    content: ''
}

.media,.media-body {
    overflow: hidden;
    zoom:1}

.media,.media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media>.pull-left {
    margin-right: 1.25rem
}

.media>.pull-right {
    margin-left: 1.25rem
}

.media-list {
    padding-left: 0;
    list-style: none
}

.media-app .media-heading {
    text-transform: none
}

.media-app .media-body {
    padding-top: 9px;
    font-size: .9em
}

#launcher-iframe {
    z-index: 5!important
}

.bleeding-panel {
    padding: 0
}

.bleeding-panel .panel-content {
    padding-left: 0;
    padding-right: 0
}

.bleeding-panel .panel-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 1.5rem
}

.bleeding-grid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1176px;
    padding-bottom: 3.125rem
}

.bleeding-grid:after,.bleeding-grid:before {
    content: " ";
    display: table
}

.bleeding-grid:after {
    clear: both
}

.bleeding-grid-item {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 33.3333333333%;
    float: left;
    padding-left: 3px;
    padding-right: 3px
}

.bleeding-grid-item .thumbnail {
    margin-bottom: 1.25rem
}

.bleeding-grid-item .grid-content p {
    width: 80%
}

.bleeding-grid-item.item-left-edge {
    padding-left: 0;
    padding-right: 7px
}

.bleeding-grid-item.item-left-edge .grid-content {
    padding-left: 1.25rem
}

.bleeding-grid-item.item-right-edge {
    float: right;
    padding-right: 0;
    padding-left: 7px
}

.bleeding-grid-item.item-right-edge .grid-content {
    padding-right: 1.25rem
}

.meows {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    max-width: 90%
}

.menu-fixed .meows {
    top: 58px
}

.admin-bar .meows {
    top: 32px
}

.admin-bar.menu-fixed .meows {
    top: 90px
}

.meow {
    position: relative;
    margin: 17px 17px 0 0
}

.meow.hover .inner {
    box-shadow: 0 2px 5px rgba(0,0,0,.25)
}

.meow header {
    position: relative;
    background: #0096db;
    padding: .8125rem 2.5rem .8125rem 1.25rem
}

.meow .h4,.meow h4 {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    color: #fff
}

.meow .h5,.meow h5 {
    color: #8e8e8e;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 3px
}

.meow a {
    color: #191919;
    font-weight: 400;
    transition: all 50ms ease-in
}

.meow ul {
    margin-left: 0;
    list-style: none;
    font-size: 12px;
    line-height: 1.5
}

.meow ul a {
    color: #a3a3a3
}

.meow ul a:focus,.meow ul a:hover {
    color: #7d7d7d
}

.meow strong {
    color: #7c7c7c;
    font-weight: 600
}

.meow a.close {
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 0;
    color: #fff;
    opacity: .9;
    padding: 10px;
    background: 0 0;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700
}

.meow a.close:hover {
    opacity: 1
}

.meow .inner {
    position: relative;
    width: 280px;
    min-height: 48px;
    font-size: 13px;
    line-height: 1.41;
    color: #8e8e8e;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,.15);
    zoom:1;animation: growlIn .4s both cubic-bezier(.19,1,.22,1)
}

.meow .inner.transition-out {
    animation: growlOut .3s both cubic-bezier(1,0,0,1)
}

.meow .inner.transition-out .close {
    display: none
}

.meow .content {
    padding: .8125rem 2.5rem .8125rem 1.25rem
}

.list-unstyled,ol.grid-list,ul.grid-list {
    padding-left: 0!important;
    margin-left: 0!important;
    list-style: none
}

.list-unstyled li,ol.grid-list li,ul.grid-list li {
    margin: 0
}

.tabs {
    position: relative;
    margin: 0
}

.tabs:after,.tabs:before {
    content: " ";
    display: table
}

.tabs:after {
    clear: both
}

.tabs dd {
    display: inline-block;
    float: left;
    margin: 0
}

.tabs dd>a {
    font-size: .875rem;
    font-weight: 600;
    color: #6c6c6b;
    padding-top: .8125rem;
    padding-right: 1.625rem;
    padding-bottom: .875rem;
    padding-left: 1.625rem;
    display: block;
    background: #f6f6f6;
    color: #6c6c6b;
    border-top: 1px solid #eee;
    position: relative
}

.tabs dd>a:before {
    content: '';
    width: 1px;
    background: rgba(0,0,0,.15);
    height: 50%;
    position: absolute;
    left: -1px
}

.tabs dd>a:hover {
    background: #e7e7e7
}

.tabs dd.active>a {
    color: #fff;
    background: #8e8e8e
}

.tabs dd.active>a:hover {
    color: #fff;
    background: #8e8e8e
}

.tabs dd.active>a:before {
    content: "";
    background: 0 0;
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #8e8e8e;
    bottom: -5px;
    left: 50%;
    margin-left: -3px
}

.tabs dd.active+dd a:before {
    display: none
}

.tabs dd:first-child>a {
    border-left: 1px solid #eee
}

.tabs dd:first-child>a:before {
    display: none
}

.tabs dd:first-child.active>a:before {
    display: block
}

.tabs dd:last-child>a {
    border-right: 1px solid #eee
}

.tabs.radius dd:first-child a {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.tabs.radius dd:last-child a {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.tabs-content:after,.tabs-content:before {
    content: " ";
    display: table
}

.tabs-content:after {
    clear: both
}

.tabs-content>.content {
    float: left
}

.tabs-content>.content.active {
    display: block
}

.tabs-content>.content.contained {
    padding: .3125rem
}

.tabs-content.vertical {
    display: block
}

.tabs-content.vertical>.content {
    padding: 0 .3125rem
}

.section-toggle-heading {
    clear: both;
    margin: 0
}

.section-toggle-heading a {
    position: relative;
    box-sizing: content-box;
    margin: inherit;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    max-width: none;
    font-size: .875rem;
    font-weight: 600;
    color: #6c6c6b;
    padding-top: .8125rem;
    padding-right: 1.625rem;
    padding-bottom: .875rem;
    padding-left: 1.625rem;
    display: block;
    background: #f6f6f6;
    color: #6c6c6b;
    border-top: 1px solid #ebebeb;
    position: relative
}

.column .section-toggle-heading a {
    padding-left: 0;
    padding-right: 0
}

.section-toggle-heading a:hover {
    background: #e7e7e7
}

.section-toggle-heading a.active {
    color: #fff;
    background: #8e8e8e
}

.section-toggle-heading a.active:hover {
    color: #fff;
    background: #8e8e8e
}

.section-toggle-heading a.active:before {
    content: "";
    background: 0 0;
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #8e8e8e;
    position: absolute;
    bottom: -5px;
    left: 1.625rem;
    z-index: 5
}

.accordion:after,.accordion:before {
    content: " ";
    display: table
}

.accordion:after {
    clear: both
}

.accordion dd {
    display: block;
    margin-bottom: 0!important;
    margin: 0
}

.accordion dd.active>a {
    color: #191919
}

.accordion dd.active>a:before {
    content: '-'
}

.accordion dd>a {
    color: #a3a3a3;
    padding: 1rem;
    display: block;
    font-size: .75rem;
    font-weight: 500;
    text-transform: uppercase;
    border-top: 1px solid #e3e3e3;
    position: relative
}

.accordion dd>a:before {
    content: '+';
    display: block;
    position: absolute;
    left: 0
}

.accordion .content {
    display: none
}

.accordion .content.active {
    display: block;
    background: #fff
}

.accordion .accordion {
    padding-left: 1.25rem;
    border-left: 5px solid #e3e3e3
}

.filter-sidebar .filter-accordion {
    padding: 0 0 8px 0;
    border: 0
}

.filter-sidebar .filter-accordion .filter-toggle {
    color: #191919;
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 0 11px 0;
    border-top: 1px solid #c2c2c2;
    cursor: pointer
}

.filter-sidebar .filter-accordion .filter-toggle:after {
    content: "";
    border-color: #797979 transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    position: absolute;
    right: 7px;
    top: 23px;
    transition: all .4s ease-in-out
}

.filter-sidebar .filter-accordion.open .filter-toggle:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.filter-sidebar .filter-accordion.open .filter-group li {
    opacity: 1;
    min-height: 30px
}

.filter-sidebar .filter-accordion.fpc-child {
    display: none
}

.filter-sidebar .filter-accordion.fpc-child.child-active {
    display: block
}

.filter-sidebar .filter-accordion.fpc-child .filter-toggle {
    display: none
}

.filter-sidebar .filter-accordion.fpc-child ul {
    margin-left: 1em
}

.filter-sidebar .filter-accordion.fpc-child li {
    opacity: 1;
    min-height: 30px
}

.filter-sidebar .filter-accordion.fpc-child label {
    color: #8e8e8e;
    font-weight: 400
}

.filter-sidebar .filter-accordion.fpc-child label:hover {
    color: #a3a3a3
}

.filter-group {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.filter-group li {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height .4s ease-in-out,opacity .4s ease-in-out
}

.filter-group li.active,.filter-group li.filter-all {
    opacity: 1;
    height: auto;
    min-height: 30px
}

.filter-group input,.filter-group label {
    margin: 0;
    color: #6e6e6e;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    height: 30px
}

.filter-group input {
    position: absolute;
    left: -50px
}

.filter-group input:checked~.filter-check {
    background: #0096db;
    border-color: #0096db
}

.filter-group label {
    display: table;
    position: relative;
    width: 100%;
    color: #6f6f6f
}

.filter-group label:hover {
    color: #8e8e8e
}

.filter-group .filter-check {
    display: block;
    position: absolute;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    right: 0;
    top: 3px;
    border: 2px solid #ccc
}

.filter-group .filter-check i {
    color: #fff;
    position: absolute;
    font-size: 12px;
    top: 3px;
    left: 3px
}

.filter-group .filter-name {
    display: table-cell;
    vertical-align: middle;
    padding-right: 24px
}

.select2-container {
    margin: 0;
    position: relative;
    vertical-align: middle;
    clear: both;
    box-sizing: border-box
}

.select2-drop {
    box-shadow: 0 2px 3px rgba(0,0,0,.15);
    box-sizing: border-box
}

.select2-search {
    box-sizing: border-box
}

.select2-search input {
    box-sizing: border-box
}

.select2-container {
    font-size: .625rem;
    font-family: Arial;
    position: relative;
    z-index: 10
}

.select2-container .select2-choice {
    background: #fff;
    color: #8e8e8e!important;
    border: 1px solid #e3e3e3;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: .625rem;
    display: inline-block;
    text-decoration: none!important;
    text-align: left;
    display: block;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff
}

.select2-container .select2-choice:hover {
    color: #8e8e8e!important;
    background: #f6f6f6
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px
}

.select2-container .select2-choice>.select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase
}

.select2-container .select2-choice .filter-label {
    color: #a3a3a3
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    outline: 0
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9;
    /* styles required for IE to work */
    background-color: #fff
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 10;
    top: 100%;
    background: #f7f7f7;
    border: 0;
    border-radius: 0;
    color: #6f6f6f;
    font-size: .6875rem;
    font-family: Arial;
    padding: 0
}

.select2-drop-auto-width {
    width: auto
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px
}

.select2-drop-active {
    border: 1px solid #d7d7d5;
    border-top: none
}

.select2-drop.select2-drop-above.select2-drop-active {
    border: 1px solid #d7d7d5;
    border-bottom: none;
    margin-top: 1px
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 50px;
    height: .875rem;
    position: absolute;
    right: 0;
    margin-top: -.4375rem;
    top: 50%;
    border-left: 1px solid #aaa;
    text-align: center
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%
}

.select2-container .select2-choice .select2-arrow b:before {
    display: block;
    position: relative;
    top: 3px
}

.select2-search {
    width: 100%;
    margin: 0;
    padding: .625rem;
    position: relative;
    z-index: 10000;
    white-space: nowrap
}

.select2-search:before {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 105;
    color: #acacac;
    font-size: 16px
}

.select2-search input {
    width: 100%;
    margin: 0;
    padding: 9px 30px 9px 9px;
    outline: 0;
    font-size: .75rem;
    font-family: sans-serif;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    background: #fff
}

.select2-search input:focus {
    border: 1px solid #ccc;
    background: #fff
}

.select2-search input.select2-active {
    background: #fff url(../img/select2-spinner.gif) no-repeat 100%;
    background: url(../img/select2-spinner.gif) no-repeat 100%,linear-gradient(to bottom,#fff 85%,#eee 99%)
}

.select2-container-active .select2-choice,.select2-container-active .select2-choices {
    outline: 0
}

.select2-results {
    padding: 0;
    margin: 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: .6875rem;
    -webkit-tap-highlight-color: transparent
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0
}

.select2-results ul.select2-result-sub>li .select2-result-label {
    padding-left: 20px
}

.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 40px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 60px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 80px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 100px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 110px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 120px
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
    margin: 0
}

.select2-results li.select2-result-with-children>.select2-result-label {
    font-weight: 600
}

.select2-results li:first-child .select2-result-label {
    border-top: 1px solid #eaeaea
}

.select2-results .select2-result-label {
    border-top: 1px dotted #dedddd;
    padding: .625rem 1.25rem;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select2-results .select2-result-label:hover {
    background: #fff
}

.select2-results .select2-highlighted {
    color: #0089c8;
    background: #f4f4f4
}

.select2-results li em {
    background: #feffde;
    font-style: normal
}

.select2-results .select2-highlighted em {
    background: 0 0
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000
}

.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item
}

.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default
}

.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default
}

.select2-results .select2-selected {
    display: none
}

.select2-results .select2-no-results {
    background: #f4f4f4;
    padding: 1.25rem;
    height: 3.125rem
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item
}

.select2-more-results.select2-active {
    background: #f4f4f4 url(../img/select2-spinner.gif) no-repeat 100%
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none
}

.select2-container-multi .select2-choices {
    height: auto!important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    cursor: text;
    overflow: hidden;
    background-color: #fff
}

.select2-locked {
    padding: 3px 5px 3px 5px!important
}

.select2-container-multi.select2-container-active .select2-choices {
    outline: 0
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    box-shadow: none;
    background: 0 0!important
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url(../img/select2-spinner.gif) no-repeat 100%!important
}

.select2-default {
    color: #999!important
}

.select2-container-multi .select2-choices {
    position: relative
}

.select2-container-multi .select2-choices .select2-search-choice {
    font-size: .75rem;
    height: 1.75rem;
    line-height: 1;
    width: 100%;
    display: block;
    padding: 0 .625rem;
    margin: 0 0 2px 0;
    position: relative;
    cursor: default;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #a3a3a3;
    border-radius: 3px
}

.select2-container-multi .select2-choices .select2-search-choice div {
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    font-weight: 500
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default
}

.select2-container-multi .select2-choices .select2-search-choice:first-child {
    margin-top: 20px
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: 0
}

.select2-container-multi .select2-search-choice-close {
    left: 3px
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover,.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px
}

.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
    background: 0 0
}

.select2-result-selectable .select2-match,.select2-result-unselectable .select2-match {
    text-decoration: underline
}

.select2-offscreen {
    clip: rect(0 0 0 0)!important;
    width: 1px!important;
    height: 1px!important;
    border: 0!important;
    margin: 0!important;
    padding: 0!important;
    overflow: hidden!important;
    position: absolute!important;
    outline: 0!important;
    left: 0!important;
    top: 0!important
}

.select2-offscreen:focus {
    clip: rect(0 0 0 0)!important;
    width: 1px!important;
    height: 1px!important;
    border: 0!important;
    margin: 0!important;
    padding: 0!important;
    overflow: hidden!important;
    position: absolute!important;
    outline: 0!important;
    left: 0!important;
    top: 0!important
}

.select2-display-none {
    display: none
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll
}

.large-select.select2-container .select2-choice {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    height: 3.125rem;
    line-height: 3.125rem
}

.large-select.select2-container .select2-choice .select2-arrow {
    top: 1.125rem;
    height: 1.75rem;
    line-height: 1.75rem;
    border-color: #cdcdcd
}

.large-select.select2-container .select2-choice .select2-arrow b:before {
    position: relative;
    top: 7px
}

.large-select.select2-container .select2-choice:hover {
    background: #fefefe
}

.large-select.select2-container.select2-dropdown-open .select2-choice {
    background: #fefefe
}

.large-select-drop .select2-results {
    max-height: 400px;
    margin: 0
}

.large-select-drop .select2-results .select2-result-label,.large-select-drop .select2-results li:first-child .select2-result-label {
    border: 0
}

.large-select-drop.long-drop .select2-results {
    max-height: 400px;
    overflow: hidden
}

.large-select-drop .select2-result {
    background: #fefefe;
    margin: 1px 0;
    height: 3.125rem;
    line-height: 3.125rem
}

.large-select-drop.full-height .select2-results {
    max-height: none
}

.vex-open .select2-drop {
    z-index: 500
}

.filter-sidebar select.filter-dropdown.sidebar-filter {
    opacity: 0
}

.filter-sidebar .filter-dropdown.sidebar-filter.large-select {
    background: #fff
}

.filter-sidebar .filter-dropdown.sidebar-filter.large-select .select2-choice {
    background: #fff
}

.filter-sidebar .filter-dropdown.sidebar-filter.large-select .select2-choice .select2-arrow b:before {
    top: 11px
}

.filter-sidebar .filter-dropdown.sidebar-filter.large-select .select2-choice>.select2-chosen {
    line-height: 48px;
    padding-left: 11px
}

.tax-industry .select2-drop {
    background: #fff
}

.tax-industry .select2-results .select2-highlighted {
    background: #fff
}

.slider-page .royalSlider {
    margin-bottom: 1.875rem
}

.slick-slider .ppp-link {
    z-index: 9
}

.ie-all .slick-dots .slick-arrow {
    line-height: 26px!important
}

.slider-hero {
    margin-bottom: 1.875rem
}

.article__feature-image .slider-hero {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0
}

.slider-hero .slick-slider {
    position: relative;
    max-height: 900px
}

.slider-hero .slick-slider .ppp-link {
    display: none
}

.slider-hero .slick-slider.slick-initialized .ppp-link {
    display: block
}

.gallery-style--kenburns .slick-slide {
    overflow: hidden
}

.slide__img-wrap {
    position: relative;
    max-height: 900px;
    overflow: hidden
}

.slide__img-wrap:before {
    content: '';
    display: block;
    padding-bottom: 56.25%
}

.gallery-height--short .slide__img-wrap:before {
    padding-bottom: 37.5%
}

.slide__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-position: center;
    background-size: cover
}

.gallery-style--kenburns .slide__image {
    will-change: transform;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: transform 20s
}

.document--hidden .slide__image {
    animation-play-state: paused!important
}

.slick-slide.initialized.zoom-in.loading .slide__image,.slick-slide.initialized.zoom-in.slick-current .slide__image,.slick-slide.initialized.zoom-in.unloading .slide__image {
    animation: 20s kenBurnsZoomIn
}

.slick-slide.zoom-out .slide__image {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.slick-slide.initialized.zoom-out.loading .slide__image,.slick-slide.initialized.zoom-out.slick-current .slide__image,.slick-slide.initialized.zoom-out.unloading .slide__image {
    animation: 20s kenBurnsZoomOut
}

.slick-slide.top-right .slide__image {
    -ms-transform-origin: right top;
    transform-origin: right top
}

.slick-slide.top-left .slide__image {
    -ms-transform-origin: left top;
    transform-origin: left top
}

.slick-slide.bottom-left .slide__image {
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
}

.slick-slide.bottom-right .slide__image {
    -ms-transform-origin: right bottom;
    transform-origin: right bottom
}

.image-fade.fade-0:before,.image-fade.fade-:before {
    opacity: 0
}

.image-fade.fade-01:before {
    opacity: .1
}

.image-fade.fade-02:before {
    opacity: .2
}

.image-fade.fade-03:before {
    opacity: .3
}

.image-fade.fade-04:before {
    opacity: .4
}

.image-fade.fade-05:before {
    opacity: .5
}

.image-fade.fade-06:before {
    opacity: .6
}

.image-fade.fade-07:before {
    opacity: .7
}

.image-fade.fade-08:before {
    opacity: .8
}

.image-fade.fade-09:before {
    opacity: .9
}

.image-fade.fade-1:before {
    opacity: 1
}

.slide-content {
    color: #525252;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-bottom: 80px;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.slide-content .h3,.slide-content h3 {
    text-transform: uppercase;
    font-size: .875rem
}

.slide-content p {
    line-height: 1.25;
    font-size: .75rem
}

.slide-content .button-dark {
    margin: 10px 0
}

.slide-link {
    display: none
}

.contentSlider img {
    width: 100%;
    max-width: 100%!important;
    height: auto!important
}

.static-content-slider-wrap {
    position: relative
}

.static-content-slider-wrap .slider-static-content-wrap {
    width: 100%
}

.static-content-slider-wrap .slider-static-content {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    padding: 1.25rem;
    background: #fff;
    background: rgba(255,255,255,.95);
    color: #5c5c5c
}

.static-content-slider-wrap .slider-static-content .h4,.static-content-slider-wrap .slider-static-content h4,.static-content-slider-wrap .slider-static-content p {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.static-content-slider-wrap .slider-static-content .h4,.static-content-slider-wrap .slider-static-content h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: .8125rem
}

.static-content-slider-wrap .slider-static-content .button-dark {
    margin: 10px 0;
    text-decoration: none
}

.static-content-slider-wrap p:last-child {
    margin: 0
}

.group-alt-slider,.group-slider,.news-slider {
    padding-bottom: 30px
}

.group-alt-slider.slick-slider,.group-slider.slick-slider,.news-slider.slick-slider {
    margin-bottom: 20px
}

.image-slider .slick-dots {
    bottom: 20px
}

.royalSlider.rsHiddenSlider {
    padding-bottom: 60px
}

.royalSlider.needsHeightFix .rsImg {
    max-height: none
}

.fullSlider:after,.fullSlider:before {
    content: " ";
    display: table
}

.fullSlider:after {
    clear: both
}

.royalSlider.rsWithBullets.slidecount-1 .rsNav.rsBullets {
    display: none!important
}

.inline-slider-wrap .static-content-slider-wrap {
    margin-top: 0;
    padding: 0
}

.inline-slider-wrap .slider-hero {
    margin-bottom: 0
}

.slick-slider.panel-layout-4up .slick-list.draggable {
    transition: height .2s ease-in-out
}

.mosaic-slider>.panel-content {
    padding-bottom: 20px
}

.mosaic-slider>.panel-content>.slick-slider.not-initialized>* {
    display: none
}

.mosaic-slider>.panel-content>.slick-slider.not-initialized>.first-slide {
    display: block
}

.mosaic-slider .slick-slide .panel-content {
    padding-bottom: 40px
}

.mosaic-slider .cover-image-companion {
    margin-top: .9375rem
}

table {
    width: 100%;
    background: #fff;
    margin-bottom: 1.25rem;
    border-collapse: separate
}

table tfoot tr,table thead tr {
    background: 0 0
}

table tfoot tr td,table tfoot tr th,table thead tr td,table thead tr th {
    padding-top: .625rem;
    padding-bottom: .625rem;
    padding-right: .625rem;
    font-size: .75rem;
    font-weight: 600;
    color: rgba(0,0,0,.6);
    text-transform: none;
    text-align: left
}

.table-grid table tfoot tr td,.table-grid table tfoot tr th,.table-grid table thead tr td,.table-grid table thead tr th {
    padding: .5625rem .625rem;
    padding: .5625rem .625rem
}

table tfoot tr td:first-child,table tfoot tr th:first-child,table thead tr td:first-child,table thead tr th:first-child {
    color: rgba(0,0,0,.8);
    text-transform: uppercase
}

table tr th {
    padding-top: .625rem;
    padding-bottom: .625rem;
    padding-right: .625rem;
    font-size: .75rem;
    color: #6f6f6f;
    text-transform: uppercase;
    text-align: left
}

.table-grid table tr th {
    padding: .5625rem .625rem;
    padding: .5625rem .625rem
}

table tr td {
    padding-top: .625rem;
    padding-bottom: .625rem;
    font-size: .75rem;
    color: #6f6f6f;
    border-top: 1px solid;
    border-color: #e9e9e9
}

.table-grid table tr td {
    border-left: 1px dotted;
    padding: .5625rem .625rem;
    padding: .5625rem .625rem
}

.table-grid table tr td:first-child {
    border-left: none
}

table tr td p {
    max-width: 21.875rem
}

.table-striped table tr.alt,.table-striped table tr.even,.table-striped table tr:nth-of-type(even) {
    background: #f9f9f9
}

table tbody tr td,table tfoot tr td,table tfoot tr th,table thead tr th,table tr td {
    display: table-cell;
    line-height: .875rem
}

.table-link-group {
    border: none;
    background: #fafafa;
    width: 100%;
    vertical-align: middle;
    border-collapse: collapse
}

.table-link-group tr:nth-of-type(even) {
    background: inherit
}

.quick-links {
    border-top: 1px solid #e9e9e9
}

.quick-links tr {
    border-bottom: 1px solid #e9e9e9
}

.quick-links tr:last-child {
    border-bottom: 0
}

.quick-links td {
    font-size: .625rem;
    font-family: Arial;
    padding-left: 0;
    padding-right: 0;
    border: none
}

.quick-links td i {
    font-size: .9375rem;
    position: relative;
    top: 3px;
    margin-right: .1875rem;
    width: 30px
}

.quick-links td a {
    display: block;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    color: #a3a3a3;
    white-space: nowrap
}

.quick-links td a:hover {
    color: #0096db
}

.table-wrap {
    max-width: 100%;
    max-height: 400px;
    overflow: auto;
    position: relative;
    margin-bottom: .9375rem
}

.bare-table {
    margin: 0
}

.bare-table tr td {
    border: none;
    padding: 0 0 0 1.25rem;
    vertical-align: top
}

.bare-table .h4,.bare-table h4 {
    margin-bottom: 0;
    font-size: .75rem
}

.icon-table {
    height: auto!important;
    width: 100%!important
}

.icon-table tr td:first-child {
    width: 32px;
    padding-left: 0
}

.icon-table img {
    margin: 0
}

.panel .icon-table {
    text-transform: none
}

.interview-table tr td {
    border: none;
    vertical-align: top
}

.has-overflow .of-container {
    width: 100%;
    overflow: scroll;
    position: absolute;
    left: 0;
    padding-left: .9375rem;
    -webkit-overflow-scrolling: touch
}

.sc-custom-player {
    padding: 20px 0
}

.article--has-feature-image .sc-custom-player {
    padding-top: 0
}

.sccp__heading {
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 10px
}

.article--has-feature-image .sccp__heading {
    text-align: left
}

.sccp__player {
    position: relative;
    padding: 10px;
    background: #f6f6f6
}

.sccp__player:after,.sccp__player:before {
    content: " ";
    display: table
}

.sccp__player:after {
    clear: both
}

.sccp__progress {
    position: relative;
    padding: 0 50px 20px
}

.sccp__progress time {
    position: absolute;
    top: 0;
    width: 40px;
    font-size: 12px;
    opacity: .1;
    transition: opacity .3s
}

.sccp__player--active .sccp__progress time {
    opacity: 1
}

.sccp__time {
    left: 0
}

.sccp__duration {
    right: 0;
    text-align: right
}

.sccp__progress-bar {
    position: relative;
    display: block;
    top: -3px;
    width: 100%;
    height: 19px;
    padding: 0;
    background: 0 0
}

.sccp__progress-bar:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    top: 9px;
    left: 0;
    background: rgba(222,222,222,.8)
}

.sccp__progress-bar span {
    position: absolute;
    opacity: 0;
    top: 9px;
    left: 0;
    height: 3px;
    width: 0;
    background: #191919;
    transition: opacity .3s
}

.sccp__player--active .sccp__progress-bar span {
    opacity: 1
}

.sccp__progress-bar span:after {
    content: '';
    position: absolute;
    display: block;
    top: -5px;
    right: -5px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #191919;
    transition: background .3s
}

.sccp__progress-bar[disabled] span:after {
    background: #dedede
}

.sccp__details {
    position: relative;
    min-height: 30px;
    padding: 0 0 0 50px
}

.sccp_controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px
}

.sccp__content {
    position: relative;
    top: 2px;
    font-size: 13px;
    font-weight: 700;
    padding-left: 1.5em;
    text-indent: -1.75em
}

.sccp__content:before {
    position: relative;
    top: .2em;
    font-size: 1.5em;
    content: ""
}

.sccp__credits {
    float: right;
    margin-top: 20px
}

.sccp__logo {
    display: none;
    max-width: 100%;
    fill: #949494
}

.sccp__more-link {
    margin: 5px 10px 0;
    font-size: 12px
}

.sccp__more-link a {
    color: #595959
}

.sccp__more-link a:focus,.sccp__more-link a:hover {
    color: #191919
}

.sccp__button {
    display: inline-block;
    position: relative;
    height: 30px;
    width: 30px;
    margin: 0;
    padding: 2px 11px 2px 10px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    color: #191919;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    text-align: center;
    vertical-align: baseline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.sccp__button.sccp__play {
    border-radius: 50%;
    text-indent: -1000em;
    border-color: #0096db;
    background-color: #0096db;
    opacity: .8;
    transition: opacity .3s
}

.sccp__button.sccp__play:focus,.sccp__button.sccp__play:hover {
    background-color: #0089c8;
    border-color: #0089c8;
    opacity: 1
}

.sccp__button.sccp__play:active {
    background-color: #0089c8;
    border-color: #0089c8
}

.sccp__button.sccp__play:active:after {
    background: rgba(0,0,0,.04);
    border-radius: 50%
}

.sccp__button.sccp__play:disabled {
    border-color: #dedede;
    background-color: #dedede
}

.sccp__button.sccp__play:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/soundcloud/icon-play.svg);
    background-size: 40% 60%;
    background-position: 60% center;
    background-repeat: no-repeat;
    transition: opacity .3s;
    opacity: 1
}

.sccp__button.sccp__play.playing:before {
    background-image: url(../img/soundcloud/icon-pause.svg);
    background-size: 42% 56%;
    background-position: 50% 51%
}

.sccp__button.sccp__play:after {
    position: absolute;
    z-index: 0;
    background: 0 0;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0
}

.sccp__button.sccp__play.buffering {
    background-color: #c2c2c2;
    border-color: #c2c2c2
}

.sccp__button.sccp__play.buffering:before {
    opacity: 0
}

.sccp__button.sccp__play.buffering:after {
    content: '';
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    background-repeat: no-repeat;
    background-image: url(../img/steelcase-loading-100.gif);
    background-position: center;
    background-size: contain
}

.action-link-group {
    font-size: .625rem;
    color: #6f6f6f;
    font-family: Arial;
    text-transform: uppercase;
    font-weight: 600
}

.action-link-group .compare {
    display: none
}

.action-link-group .bookmark span {
    display: inline-block
}

.page-template-default .action-link-group .bookmark {
    display: none
}

.action-link-group ul {
    list-style: none;
    margin: 0
}

.action-link-group li {
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    width: auto;
    float: none;
    margin: 0
}

.action-link-group li a {
    padding: 0 0 0 .625rem;
    display: inline;
    color: rgba(0,0,0,.3)
}

.action-link-group li+li {
    margin-left: .625rem
}

.action-link-group li i {
    font-size: 110%;
    margin-left: .3125rem;
    position: relative;
    color: rgba(0,0,0,.5)
}

.action-link-group a:hover {
    color: #0096db
}

.action-link-group a:hover i {
    color: inherit
}

.action-link-group .share {
    position: relative
}

#page .page-heading-links {
    display: none
}

.page-template-default.nav-modules-active #page .page-heading-links,.single-product.nav-modules-active #page .page-heading-links,.single-state-government.nav-modules-active #page .page-heading-links {
    display: block
}

.mobile-page-heading-links {
    padding: 1.25rem 0 1.25rem .625rem;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    clear: both
}

.grid-list {
    margin-left: -.3125rem;
    margin-right: -.3125rem
}

ol.grid-list,ul.grid-list {
    list-style: none;
    padding-left: 0
}

ol.grid-list li,ul.grid-list li {
    margin: 0
}

.grid-list .grid-list-item-breaker:last-child:after,.grid-list .grid-list-item-breaker:last-child:before {
    content: " ";
    display: table
}

.grid-list .grid-list-item-breaker:last-child:after {
    clear: both
}

html.no-mediaqueries .grid-list-max-4 .grid-list .grid-list-item-breaker.breaker-4:after,html.no-mediaqueries .grid-list-max-4 .grid-list .grid-list-item-breaker.breaker-4:before {
    content: " ";
    display: table
}

html.no-mediaqueries .grid-list-max-4 .grid-list .grid-list-item-breaker.breaker-4:after {
    clear: both
}

html.no-mediaqueries .grid-list-max-4 .grid-list-item {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 25%;
    float: left
}

html.no-mediaqueries .grid-list-max-3 .grid-list .grid-list-item-breaker.breaker-3:after,html.no-mediaqueries .grid-list-max-3 .grid-list .grid-list-item-breaker.breaker-3:before {
    content: " ";
    display: table
}

html.no-mediaqueries .grid-list-max-3 .grid-list .grid-list-item-breaker.breaker-3:after {
    clear: both
}

html.no-mediaqueries .grid-list-max-3 .grid-list-item {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 33.3333333333%;
    float: left
}

html.no-mediaqueries .grid-list-max-2 .grid-list .grid-list-item-breaker.breaker-2:after,html.no-mediaqueries .grid-list-max-2 .grid-list .grid-list-item-breaker.breaker-2:before {
    content: " ";
    display: table
}

html.no-mediaqueries .grid-list-max-2 .grid-list .grid-list-item-breaker.breaker-2:after {
    clear: both
}

html.no-mediaqueries .grid-list-max-2 .grid-list-item {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 50%;
    float: left
}

.btn-group {
    display: inline-block
}

.btn-group .save-item,.btn-group .si-control {
    position: relative
}

.btn-group .save-item b,.btn-group .si-control b {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%
}

.btn-group+.btn-group {
    margin-left: .625rem;
    padding-left: .625rem;
    border-left: 1px dotted #c3c3c3
}

.btn-group button,.btn-group>a {
    background: 0 0;
    padding: 0;
    font-size: 1.875rem;
    line-height: 1.2;
    margin-left: 5px
}

.btn-group button:hover,.btn-group>a:hover {
    cursor: pointer
}

.btn-group.is-selected .icon-check-sign-outline {
    color: #3d9b35
}

.card {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
    margin-bottom: .625rem;
    position: relative
}

.card:after,.card:before {
    content: " ";
    display: table
}

.card:after {
    clear: both
}

.card .card-image {
    background: #f6f6f6;
    position: relative
}

.card img {
    display: block;
    width: 100%;
    max-height: none
}

.card .card-title {
    font-size: .875rem;
    color: #191919;
    font-weight: 600;
    display: block;
    margin: 0 0 1.25rem 0
}

.card .link-highlight {
    font-size: .75rem
}

.card .compare-mask {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    transition: opacity .3s ease-in
}

.card .compare-mask i {
    position: absolute;
    content: '';
    right: .875rem;
    bottom: .625rem;
    width: 1.625rem;
    height: 1.625rem
}

.card.selected .compare-mask i {
    color: #3d9b35
}

.card.has-shadow .card-wrap {
    border: 1px solid #f2f2f2;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
    box-shadow: 0 2px 2px -2px rgba(55,55,55,.4)
}

.card.has-shadow .card-wrap .product-info {
    padding: 1.25rem
}

.card .toolstrip {
    float: right;
    position: relative;
    top: .625rem;
    margin-top: .625rem
}

.card-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    position: relative;
    background: #fff;
    color: #8e8e8e
}

.card-content:after,.card-content:before {
    content: " ";
    display: table
}

.card-content:after {
    clear: both
}

.has-sticky .card-content {
    padding-bottom: 2.5rem
}

.has-shadow .card-content {
    border: 1px solid #f2f2f2;
    box-shadow: 0 2px 2px -2px rgba(55,55,55,.4)
}

.card-content .card-image {
    width: auto;
    min-width: 100%;
    margin: -1.25rem -1.25rem .9375rem -1.25rem
}

.card-content .entry-meta {
    color: #b3b3b3;
    font-size: .6875rem
}

.gray-img {
    position: relative
}

.gray-img .card-content {
    background: #fff
}

.gray-img .card-image .img-wrap,.gray-img .card-image a:first-child {
    position: relative
}

.gray-img .card-image .img-wrap:before,.gray-img .card-image a:first-child:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.04);
    left: 0;
    right: 0;
    z-index: 2
}

.gray-img .ppp-link {
    z-index: 3
}

.gray-img .card-image a {
    display: block
}

.gray-content .card-content {
    background: #f6f6f6
}

.full-card {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 100%;
    float: left;
    margin-bottom: .625rem
}

.full-card:after,.full-card:before {
    content: " ";
    display: table
}

.full-card:after {
    clear: both
}

.product-card {
    border-bottom: 1px solid #f2f2f2
}

.product-card .product-info {
    background: #fff;
    color: #a3a3a3
}

.product-card-alt {
    border-bottom: 1px solid #f2f2f2
}

.product-card-alt.has-shadow {
    padding-bottom: 5px
}

.product-card-alt .product-info {
    background: #fff
}

.product-items-wrap .card-image>a:first-child {
    position: relative
}

.product-items-wrap .card-image>a:first-child:after {
    content: '';
    display: block;
    padding-top: 74%
}

.product-items-wrap .card-image>a:first-child img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.selected-item-limit .product-card .compare-mask:hover:after {
    background: #c3c3c3
}

.selected-item-limit .product-card.selected .compare-mask:hover:after {
    background: #3d9b35
}

.card.full-card .card-content {
    position: relative;
    width: 100%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.25rem
}

ol.grid-list,ul.grid-list {
    clear: both
}

ol.grid-list:after,ol.grid-list:before,ul.grid-list:after,ul.grid-list:before {
    content: " ";
    display: table
}

ol.grid-list:after,ul.grid-list:after {
    clear: both
}

.grid-list+.grid-list {
    margin-top: -.9375rem
}

.grid-list .grid-list-item-breaker:last-child:after,.grid-list .grid-list-item-breaker:last-child:before {
    content: " ";
    display: table
}

.grid-list .grid-list-item-breaker:last-child:after {
    clear: both
}

.grid-list-item.card {
    margin-bottom: .625rem
}

.grid-list-header {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 100%;
    margin-bottom: .9375rem
}

html.no-mediaqueries .grid-list-max-4 .grid-list .grid-list-item-breaker.breaker-4:after,html.no-mediaqueries .grid-list-max-4 .grid-list .grid-list-item-breaker.breaker-4:before {
    content: " ";
    display: table
}

html.no-mediaqueries .grid-list-max-4 .grid-list .grid-list-item-breaker.breaker-4:after {
    clear: both
}

html.no-mediaqueries .grid-list-max-4 .grid-list-item {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 25%;
    float: left
}

html.no-mediaqueries .grid-list-max-3 .grid-list .grid-list-item-breaker.breaker-3:after,html.no-mediaqueries .grid-list-max-3 .grid-list .grid-list-item-breaker.breaker-3:before {
    content: " ";
    display: table
}

html.no-mediaqueries .grid-list-max-3 .grid-list .grid-list-item-breaker.breaker-3:after {
    clear: both
}

html.no-mediaqueries .grid-list-max-3 .grid-list-item {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 33.3333333333%;
    float: left
}

html.no-mediaqueries .grid-list-max-2 .grid-list .grid-list-item-breaker.breaker-2:after,html.no-mediaqueries .grid-list-max-2 .grid-list .grid-list-item-breaker.breaker-2:before {
    content: " ";
    display: table
}

html.no-mediaqueries .grid-list-max-2 .grid-list .grid-list-item-breaker.breaker-2:after {
    clear: both
}

html.no-mediaqueries .grid-list-max-2 .grid-list-item {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 50%;
    float: left
}

.lazyload {
    position: relative;
    background: #fff
}

.lazyload img {
    width: 100%
}

.lazyload img.shim {
    position: relative;
    z-index: 1
}

.lazyload img.lazy {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%
}

.lazygrid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1176px
}

.lazygrid:after,.lazygrid:before {
    content: " ";
    display: table
}

.lazygrid:after {
    clear: both
}

.module-multi-feature,.module-multi-feature-slider {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1176px;
    max-width: none
}

.module-multi-feature-slider:after,.module-multi-feature-slider:before,.module-multi-feature:after,.module-multi-feature:before {
    content: " ";
    display: table
}

.module-multi-feature-slider:after,.module-multi-feature:after {
    clear: both
}

.multi-features:after,.multi-features:before {
    content: " ";
    display: table
}

.multi-features:after {
    clear: both
}

.multi-features img {
    display: block;
    width: 100%
}

.multi-features p {
    font-family: Arial,sans-serif;
    max-width: 270px
}

.multi-features p.post-video {
    max-width: none!important
}

.multi-features .feature {
    position: relative;
    width: 100%;
    margin-bottom: 1.25rem
}

.multi-features .large-feature.feature {
    position: relative;
    width: 100%
}

.multi-features .large-feature.feature p {
    max-width: 460px
}

.multi-features .feature-image img {
    display: block
}

.multi-features .feature-image+.content-well,.multi-features .pull-image .feature-image+.wp-caption-text,.pull-image .multi-features .feature-image+.wp-caption-text {
    margin-top: 1.25rem
}

.bonus-caption .multi-features p,.cover-image .multi-features .flex-caption,.multi-features .bonus-caption p,.multi-features .cover-image .flex-caption,.multi-features figcaption {
    margin-top: .625rem
}

.bonus-caption .multi-features.multi-features-small p,.cover-image .multi-features.multi-features-small .flex-caption,.multi-features.multi-features-small .bonus-caption p,.multi-features.multi-features-small .cover-image .flex-caption,.multi-features.multi-features-small figcaption {
    max-width: 100%;
    padding-top: 0
}

.multi-features .team-member {
    margin-top: .9375rem
}

.news-feature.feature {
    padding-top: 0;
    margin-bottom: 1.875rem
}

.news-feature.feature:last-child {
    margin-bottom: 0
}

.news-feature .entry-details {
    margin-bottom: .625rem
}

.news-feature .entry-meta {
    color: #b3b3b3;
    font-size: .6875rem
}

.module-multi-feature-slider .multi-features .feature-image {
    display: block
}

.module-multi-feature-slider .multi-features .feature-image img {
    width: 100%
}

.paging-navigation-wrap {
    text-align: center;
    clear: both
}

.paging-navigation-wrap .paging-navigation {
    margin: .625rem 0;
    display: inline-block
}

.paging-navigation {
    clear: both;
    padding: 0 .3125rem;
    margin-top: 1.875rem
}

.paging-navigation:after,.paging-navigation:before {
    content: " ";
    display: table
}

.paging-navigation:after {
    clear: both
}

.paging-navigation .page-numbers {
    background: #fff;
    color: #a3a3a3;
    padding: .9375rem;
    margin: 0;
    float: left;
    font-weight: 600;
    font-size: .75rem
}

.paging-navigation .page-numbers.current {
    color: #191919
}

.paging-navigation .page-numbers.last,.paging-navigation .page-numbers.next {
    margin-left: 1px
}

.paging-navigation .page-numbers.first,.paging-navigation .page-numbers.prev {
    margin-right: 1px
}

.sc-loading-mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sc-loading-spinner {
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center
}

.sc-loading-spinner i {
    display: block;
    position: absolute;
    width: 8%;
    height: 8%;
    top: 50%;
    animation: scaleSize .8s linear infinite both
}

.sc-loading-spinner i.sq-1 {
    left: 28%
}

.sc-loading-spinner i.sq-2 {
    left: 50%;
    margin-left: -4%;
    animation-delay: .2s
}

.sc-loading-spinner i.sq-3 {
    right: 28%;
    animation-delay: .4s
}

.sc-loading-mask.no-animation .sc-loading-spinner {
    background: 0 0!important
}

.sc-loading-mask.deepscroll-spinner {
    background-color: rgba(0,0,0,.6)
}

.sc-loading-mask.deepscroll-spinner .sc-loading-spinner {
    background-color: transparent;
    margin-left: -100px;
    margin-top: -100px;
    height: 200px;
    width: 200px
}

.sc-loading-mask.deepscroll-spinner .sc-loading-spinner i {
    background-color: #fff;
    top: 88px
}

.no-cssanimations .sc-loading-mask.deepscroll-spinner .sc-loading-spinner {
    background: url(../img/steelcase-loading-200.gif) 0 0 no-repeat
}

.no-cssanimations .sc-loading-mask.deepscroll-spinner .sc-loading-spinner i {
    display: none
}

.vertical-center-parent {
    position: relative
}

.vertical-center-parent .vertical-center-child {
    position: absolute!important;
    top: 50%
}

.share-title.h5,h5.share-title {
    font-size: 10px;
    margin-bottom: 20px
}

.ie .share-options .addthis_button_linkedin_counter>iframe,.ie .share-options .fb-share-button.fb_iframe_widget>span,.ie .share-options .fb-share-button.fb_iframe_widget>span>iframe {
    width: 100px!important;
    height: 20px!important
}

.share-options {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 20px;
    width: 185px;
    height: 324px;
    background: #fff;
    text-align: left;
    padding: 10px 15px;
    z-index: 11;
    box-shadow: 0 0 3px rgba(0,0,0,.4)
}

.share-options:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 20px;
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff
}

.share-options:after {
    content: '';
    position: absolute;
    left: 18px;
    top: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #d7d7d7
}

.share-options .share-email {
    display: block;
    padding: 10px 0;
    margin: 5px 0;
    border-left: none;
    border-top: thin dotted rgba(0,0,0,.3)
}

#desktop-nav .desktop-nav-item.find-a-dealer .share-options .share-email a:before,.footer-social-nav ul li .share-options .share-email a,.mobile-menu li.find-a-dealer .share-options .share-email a:before,.select2-container .select2-choice .select2-arrow .share-options .share-email b:before,.share-options .share-email #desktop-nav .desktop-nav-item.find-a-dealer a:before,.share-options .share-email .footer-social-nav ul li a,.share-options .share-email .icon,.share-options .share-email .mobile-menu li.find-a-dealer a:before,.share-options .share-email .sccp__content:before,.share-options .share-email .select2-container .select2-choice .select2-arrow b:before,.share-options .share-email .select2-search:before,.share-options .share-email .single-tribe_events .tribe-events-notices ul li:before,.share-options .share-email .validation_message:before,.single-tribe_events .tribe-events-notices ul .share-options .share-email li:before {
    font-size: 16px;
    margin: 0 5px 0 0
}

#desktop-nav .desktop-nav-item.find-a-dealer .share-options .share-email a:before,.footer-social-nav ul li .share-options .share-email a,.mobile-menu li.find-a-dealer .share-options .share-email a:before,.select2-container .select2-choice .select2-arrow .share-options .share-email b:before,.share-options .share-email #desktop-nav .desktop-nav-item.find-a-dealer a:before,.share-options .share-email .footer-social-nav ul li a,.share-options .share-email .icon,.share-options .share-email .mobile-menu li.find-a-dealer a:before,.share-options .share-email .sccp__content:before,.share-options .share-email .select2-container .select2-choice .select2-arrow b:before,.share-options .share-email .select2-search:before,.share-options .share-email .single-tribe_events .tribe-events-notices ul li:before,.share-options .share-email .validation_message:before,.share-options .share-email span,.single-tribe_events .tribe-events-notices ul .share-options .share-email li:before {
    vertical-align: middle;
    display: inline-block
}

.share-options .share-email span {
    padding-top: 1px
}

.at-share-tbx-element>a[class*=addthis_],.at-share-tbx-element>a[class^=addthis_],.st {
    display: block!important;
    padding: 10px 0 5px 0!important;
    margin: 5px 0;
    border-top: 1px dotted;
    float: none!important;
    border-left: none!important;
    height: auto!important
}

.at-share-tbx-element>a[class*=addthis_] *,.at-share-tbx-element>a[class^=addthis_] *,.st * {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.action-links .share-options {
    display: none
}

.action-links .share-toggle.active+.share-options {
    display: block
}

.tagged-search-results {
    margin-left: 0
}

.tagged-search-tag {
    display: block;
    position: relative;
    padding: 7px 10px;
    background: #a3a3a3;
    border-radius: 2px;
    color: #fff;
    margin-bottom: 2px
}

.tagged-search-tag .tag-text {
    display: block;
    font-size: 12px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    text-transform: capitalize
}

.tagged-search-tag .delete-tag {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    font-weight: 600;
    line-height: 0
}

.tagged-search-tag .delete-tag:hover {
    color: #f1f1f1
}

.dealers-panel {
    padding: 0 5px;
    min-height: 630px
}

.dealers-panel address {
    font-style: normal
}

.dealers-panel .dealer-locator {
    animation: fadeInDealerLocator .9s both .45s cubic-bezier(.19,1,.22,1)
}

.dealers-panel .sc-loading-spinner {
    width: 260px;
    height: 260px;
    margin-top: -130px;
    margin-left: -130px
}

.dealers-panel .sc-loading-spinner i {
    background: #9b9b9b
}

.dealer-locator-header {
    background: #f4f4f4
}

.dealers-search {
    position: relative;
    padding: 20px;
    width: 100%
}

.dealers-search input {
    width: 100%;
    height: 50px;
    line-height: normal;
    border-radius: 0;
    background: #fff;
    border-color: #dbdbdb;
    margin: 0;
    padding-left: 38px
}

.dealers-search input:focus {
    background: #fff;
    box-shadow: inset 0 0 2px rgba(0,0,0,.15);
    border-color: #dbdbdb
}

.dealers-search .get-user-location-btn {
    width: 35px
}

.dealers-search .get-user-location-btn,.dealers-search .search-icon {
    position: absolute;
    top: 30px;
    width: 45px;
    height: 30px
}

.dealers-search .preloader {
    height: 30px;
    opacity: .65;
    background: url(../img/select2-spinner.gif) no-repeat center;
    animation: fadeInIcon .8s both .1s cubic-bezier(.19,1,.22,1)
}

.dealers-search .search-icon {
    right: 21px;
    background: #fff;
    border-left: thin dotted #8e8e8e;
    box-shadow: -43px 0 10px 1px #fff
}

#desktop-nav .desktop-nav-item.find-a-dealer .dealers-search .search-icon a:before,.dealers-search .search-icon #desktop-nav .desktop-nav-item.find-a-dealer a:before,.dealers-search .search-icon .footer-social-nav ul li a,.dealers-search .search-icon .icon,.dealers-search .search-icon .mobile-menu li.find-a-dealer a:before,.dealers-search .search-icon .sccp__content:before,.dealers-search .search-icon .select2-container .select2-choice .select2-arrow b:before,.dealers-search .search-icon .select2-search:before,.dealers-search .search-icon .single-tribe_events .tribe-events-notices ul li:before,.dealers-search .search-icon .validation_message:before,.footer-social-nav ul li .dealers-search .search-icon a,.mobile-menu li.find-a-dealer .dealers-search .search-icon a:before,.select2-container .select2-choice .select2-arrow .dealers-search .search-icon b:before,.single-tribe_events .tribe-events-notices ul .dealers-search .search-icon li:before {
    display: block;
    position: relative;
    top: 15px;
    text-align: center;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dealers-search .icon-remove-sign {
    position: absolute;
    z-index: 1;
    right: 78px;
    top: 50%;
    margin-top: -8px;
    font-size: 16px;
    color: #b8b8b8
}

.touch .dealers-search .icon-remove-sign {
    display: none
}

.dealers-search .icon-remove-sign:hover {
    color: #0096db
}

.dealer-map-sidebar {
    background: #f4f4f4;
    border-top: thin solid #ddd;
    color: #797979;
    overflow: hidden;
    transition: background .3s cubic-bezier(.23,1,.32,1)
}

.dealer-map-sidebar.loading {
    background: #fff
}

.map-wrap {
    padding: 10px;
    background: #fff;
    border-top: thin solid #ddd;
    border-left: thin solid #ddd
}

.map-wrap img {
    max-width: none
}

.map-holder {
    height: 100%
}

.dealer-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.dealer-list.loading {
    background: #fff
}

.dealer-list .preloader {
    margin-top: 150px;
    margin-bottom: 150px;
    text-align: center;
    font-style: italic
}

.dealer-list .preloader-icon {
    width: 32px;
    height: 32px;
    margin: 0 auto 30px;
    background: url(../img/ajax-loader.gif) no-repeat center;
    animation: fadeInPreloader .4s both cubic-bezier(1,0,0,1)
}

.dealer-list .preloader-text {
    color: #999;
    font-size: 18px;
    text-shadow: 0 1px 0 #fff;
    animation: fadeInPreloader .6s both cubic-bezier(1,0,0,1)
}

.dealer-list .no-results {
    padding: 20px
}

.dealer-list .dealer {
    position: relative;
    padding: 0;
    font-size: 12px;
    cursor: pointer;
    padding: 20px 15px 20px 20px;
    border-top: thin dotted #ddd
}

.dealer-list .dealer:first-child {
    border-top: none
}

.dealer-list .dealer:hover {
    background: #eee
}

.dealer-list .dealer.selected {
    background: #fff;
    transition: background .4s cubic-bezier(.23,1,.32,1)
}

.dealer-list .dealer .h4,.dealer-list .dealer h4 {
    color: #000;
    margin: 0 0 .5em;
    font-size: inherit
}

.dealer-list .dealer .platinum-partner-icon {
    display: inline-block;
    background: url(../img/dealer-locator/steelcase-platinum-partner.png) no-repeat;
    height: 29px;
    width: 161px;
    background-size: contain;
    margin-right: -9px
}

.dealer-list .dealer-info address {
    margin-bottom: 6px
}

.dealer-list .dealer-info p {
    margin-bottom: 0
}

.dealer-list .dealer-info strong {
    color: inherit
}

.dealer-list .dealer {
    overflow: hidden
}

.dealer-list .dealer .dealer-info,.dealer-list .dealer .dealer-meta {
    float: left;
    width: 50%
}

.dealer-list .dealer .dealer-flags {
    margin-bottom: 0
}

.dealer-list .dealer .dealer-meta {
    text-align: right
}

.dealer-list .dealer .dealer-distance {
    font-weight: 600;
    font-style: italic
}

.get-user-location-btn {
    cursor: pointer
}

.get-user-location-btn.loading {
    cursor: auto
}

#desktop-nav .desktop-nav-item.find-a-dealer .get-user-location-btn a:before,.get-user-location-btn #desktop-nav .desktop-nav-item.find-a-dealer a:before,.get-user-location-btn .icon-map-marker,.get-user-location-btn .mobile-menu li.find-a-dealer a:before,.mobile-menu li.find-a-dealer .get-user-location-btn a:before {
    color: #959595;
    font-size: 24px;
    text-indent: 16px;
    margin-top: 2px
}

#desktop-nav .desktop-nav-item.find-a-dealer .get-user-location-btn:hover a:before,.get-user-location-btn:hover #desktop-nav .desktop-nav-item.find-a-dealer a:before,.get-user-location-btn:hover .icon-map-marker,.get-user-location-btn:hover .mobile-menu li.find-a-dealer a:before,.mobile-menu li.find-a-dealer .get-user-location-btn:hover a:before {
    color: #787878;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    animation: bounceIcon .9s both
}

.twitter-typeahead {
    width: 100%;
    transition: opacity .4s cubic-bezier(.23,1,.32,1)
}

.typeahead-wrap.loading .twitter-typeahead {
    opacity: .5
}

.tt-hint,.tt-query,.typeahead {
    width: 100%;
    outline: 0;
    border: thin solid #ddd;
    padding: .5em .8em;
    border-radius: 0
}

.typeahead:focus {
    border-color: #aaa
}

.tt-query {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    width: 100%;
    margin-top: -15px;
    padding: 8px 0 0;
    background-color: #fff;
    border: thin solid #dbdbdb;
    border-top: none;
    box-shadow: 0 1px 2px rgba(0,0,0,.1)
}

.tt-suggestion {
    padding: 1.8em .8em .5em .8em;
    border-bottom: thin dashed #ddd;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: background-color .4s cubic-bezier(.23,1,.32,1)
}

.tt-suggestion:hover {
    cursor: pointer
}

.tt-suggestion:last-child {
    border-bottom: none
}

.tt-no-results {
    padding: 1.8em .8em .5em .8em;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tt-suggestion.tt-cursor {
    background-color: #efefef
}

.static-map-wrap {
    position: relative;
    padding: 10px
}

.static-map-wrap .map-marker {
    position: absolute;
    width: 220px;
    height: 500px;
    top: 50%;
    left: 50%;
    margin-left: -110px;
    margin-top: -500px
}

.static-map-wrap .map-marker .marker-icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    width: 29px;
    height: 40px;
    background: url(../img/map/map-marker.png) no-repeat center
}

.static-map-wrap .map-marker .static-map-info-window {
    position: absolute;
    width: 100%;
    bottom: 50px
}

.static-map-info-window {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
    padding: 20px
}

.static-map-info-window .h2,.static-map-info-window .h3,.static-map-info-window .h4,.static-map-info-window .h5,.static-map-info-window .h6,.static-map-info-window h2,.static-map-info-window h3,.static-map-info-window h4,.static-map-info-window h5,.static-map-info-window h6 {
    font-size: 12px;
    text-transform: none
}

.static-map-info-window address {
    font-style: normal
}

.static-map-info-window:after,.static-map-info-window:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -6px
}

.static-map-info-window:before {
    bottom: -12px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 6px solid #bebebe
}

.static-map-info-window:after {
    bottom: -11px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 6px solid #fff
}

.static-map-image {
    background-repeat: no-repeat;
    background-position: center
}

.image-bg-test .panel-content {
    padding-top: 1.25rem
}

.image-bg-test .item-content {
    background: #fafafa
}

.top {
    background: #fff;
    border-bottom: 1px solid #e5e5e5
}

#masthead {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1176px;
    margin-bottom: 0
}

#masthead:after,#masthead:before {
    content: " ";
    display: table
}

#masthead:after {
    clear: both
}

#masthead .site-title {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 100%;
    float: left;
    height: 4.1875rem;
    line-height: 4.1875rem;
    margin-bottom: 0;
	padding-top:.3125rem
}

#masthead .site-title a {
    position: relative;
    top: 0
}

.hide-navigation .site-title {
    top: 6px
}

#branding {
    width: 150px
}

.home-heading.stuck .ph-wrap {
    height: 42px;
    background: url(../img/logo.svg) no-repeat 5px 9px;
    background-size: 125px auto
}

#user-nav {
    display: none
}

#user-nav nav {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1176px;
    position: relative
}

#user-nav nav:after,#user-nav nav:before {
    content: " ";
    display: table
}

#user-nav nav:after {
    clear: both
}

#masthead {
    position: absolute;
    left: 0;
    top: -5px;
    width: 250px
}

.has-tour #masthead {
    width: 125px
}

#masthead .site-title {
    z-index: 20
}

.user-navigation {
    position: relative;
    float: right;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.user-navigation>li {
    float: left;
    height: 4.375rem;
    line-height: 4.375rem;
    text-transform: uppercase;
    font-size: .6875rem;
    position: relative
}

.user-navigation>li>a {
    display: inline-block;
    height: 70px;
    line-height: 4.375rem;
    padding: 0 1.25rem;
    color: #6e6e6e
}

.user-navigation>li>a.has-arrow {
    position: relative
}

.user-navigation>li>a.has-arrow.right {
    padding-right: 2.1875rem
}

.user-navigation>li>a.login-link {
    font-weight: 600;
    color: #191919
}

.user-navigation>li:after {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 0;
    width: 1px;
    height: 14px;
    background: #e5e5e5;
    content: ''
}

.user-navigation>li:last-child a {
    padding: 0 .625rem
}

.user-navigation>li:last-child:after {
    display: none
}

.google-search-results-page .user-navigation>li:nth-last-child(2):after {
    display: none
}

.user-navigation>li.dual a:first-child {
    padding-right: 0;
    max-width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.user-navigation>li.dual a:last-child {
    padding-left: 0;
    overflow: hidden
}

.user-navigation>li.dual .nav-pipe {
    top: -30px
}

.user-navigation #country-code,.user-navigation #user-name {
    font-weight: 700
}

.user-navigation .icon-search,.user-navigation .select2-search:before {
    font-size: .875rem;
    position: relative;
    z-index: 105
}

.user-navigation .icon-global {
    font-size: 16px;
    position: relative;
    bottom: -2px
}

.user-navigation .lang-label {
    text-transform: none
}

.user-navigation .active .icon-global {
    color: #595959
}

.desktop-region-selector {
    display: none;
    width: 657px;
    background: #f6f6f6;
    position: absolute;
    border: 1px solid #e9e9e9;
    z-index: 105;
    top: 53px;
    left: 10px;
    border-radius: 3px;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.2)
}

.active .desktop-region-selector {
    display: block
}

.desktop-region-selector .region-selector-header {
    background: #fff;
    color: #8e8e8e;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 1.25rem;
    font-size: .6875rem;
    height: 3.125rem;
    line-height: 3.125rem
}

.desktop-region-selector ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.desktop-region-selector ul li {
    margin-bottom: 0
}

.desktop-region-selector .country-page-link {
    background: #8e8e8e;
    padding: .75rem 1.25rem;
    line-height: 1;
    display: block;
    color: #fff;
    position: relative;
    bottom: -1px;
    left: -1px;
    width: 615px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border: 1px solid #8e8e8e;
    box-sizing: content-box;
    text-transform: none;
    transition: background-color .2s ease-in
}

.desktop-region-selector .country-page-link:hover {
    background: #7e7e7e
}

.desktop-region-selector .region-selector-groups {
    padding-top: 1.25rem;
    display: table
}

.desktop-region-selector .region-selector-group {
    border-right: 1px solid #e9e9e9;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 33.3333333333%;
    display: table-cell;
    padding-bottom: 1.25rem
}

.desktop-region-selector .region-selector-group li {
    padding: 0 1.25rem
}

.desktop-region-selector .region-selector-group:last-child {
    border: 0
}

.desktop-region-selector .region-group-heading {
    font-weight: 700;
    color: #8e8e8e;
    height: 40px
}

.desktop-region-selector .language-selection {
    display: block;
    position: relative;
    color: #8e8e8e;
    height: 1.375rem;
    line-height: 1.375rem
}

.desktop-region-selector .language-selection:hover {
    color: #0096db
}

.desktop-region-selector .language-selection.active {
    color: #191919
}

.desktop-region-selector .language-selection.active:after {
    position: absolute;
    font-family: steelcase;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 17px;
    right: 3px;
    top: 2px;
    font-size: 16px;
    font-weight: 400;
    content: "";
    color: #cdcdcd
}

.region-arrow,.region-arrow-border {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: -12px;
    right: 567px
}

.region-arrow {
    top: -10px;
    right: 569px;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent
}

.region-arrow-border {
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #e9e9e9 transparent
}

.nav-arrow {
    font-style: normal;
    width: 0;
    height: 0;
    border-style: solid
}

.nav-arrow.arrow-down {
    border-width: 4.5px 4.5px 0 4.5px;
    border-color: #c9c9c9 transparent transparent transparent
}

.nav-arrow.arrow-right {
    border-color: transparent transparent transparent #c9c9c9;
    border-width: 4.5px 0 4.5px 4.5px
}

.right .nav-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 15px
}

.nav-arrow.arrow-small {
    border-width: 3.5px 0 3.5px 3.5px
}

.nav-pipe {
    display: inline-block;
    padding-right: .3125rem;
    margin-right: .3125rem;
    height: .625rem;
    border-right: 1px solid #e5e5e5;
    position: relative;
    top: 1px
}

#desktop-nav {
    display: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1176px
}

#desktop-nav:after,#desktop-nav:before {
    content: " ";
    display: table
}

#desktop-nav:after {
    clear: both
}

#desktop-nav li,#desktop-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

#desktop-nav .desktop-nav-item {
    float: left
}

#desktop-nav .desktop-nav-item.find-a-dealer {
    float: right
}

#desktop-nav .desktop-nav-item.find-a-dealer a {
    padding-left: 0;
    padding-right: 0;
    border: 0;
    color: #0096db;
    font-size: 13px;
    text-transform: uppercase;
    background-color: transparent!important
}

#desktop-nav .desktop-nav-item.find-a-dealer a:focus,#desktop-nav .desktop-nav-item.find-a-dealer a:hover {
    color: #0089c8;
    border: 0
}

#desktop-nav .desktop-nav-item.find-a-dealer a:before {
    position: relative;
    top: 4px;
    padding-right: 10px;
    font-size: 1.75em;
    background-color: transparent!important
}

#desktop-nav .desktop-nav-item.find-a-dealer a i {
    display: none
}

#desktop-nav .link-highlight {
    white-space: normal
}

#desktop-nav .desktop-nav-trigger {
    display: block;
    position: relative;
    font-weight: 700;
    font-size: .875rem;
    height: 3.3125rem;
    line-height: 3.3125rem;
    padding: 0 1.4375rem 0 .6875rem;
    color: #a1a2a4;
    bottom: -1px;
    background-color: transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    -webkit-font-smoothing: antialiased;
    transition: color 50ms ease-in,background-color 50ms ease-in,border-color 50ms ease-in
}

#desktop-nav .desktop-nav-trigger.active,#desktop-nav .desktop-nav-trigger:hover {
    color: #555
}

#desktop-nav .desktop-nav-trigger.active .nav-arrow.arrow-down,#desktop-nav .desktop-nav-trigger:hover .nav-arrow.arrow-down {
    border-color: #555 transparent transparent transparent
}

#desktop-nav .desktop-nav-trigger:hover {
    cursor: pointer
}

#desktop-nav .desktop-nav-trigger.active {
    background-color: #f9f9f9;
    border-color: #f2f2f2;
    color: #191919;
    z-index: 101
}

#desktop-nav .desktop-nav-trigger.active:after {
    display: none
}

#desktop-nav .desktop-nav-trigger.active:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 5px;
    background: #f9f9f9
}

#desktop-nav .desktop-nav-trigger.active .nav-arrow.arrow-down {
    color: #191919
}

#desktop-nav .desktop-nav-trigger.active i {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

#desktop-nav .desktop-nav-trigger .nav-arrow {
    right: 8px
}

#desktop-nav .desktop-nav-trigger .nav-arrow.arrow-down {
    position: absolute;
    top: 46%;
    border-color: #a1a2a4 transparent transparent transparent;
    transition: border-color 50ms ease-in
}

#desktop-nav .current-menu-ancestor .desktop-nav-trigger,#desktop-nav .current-menu-item .desktop-nav-trigger,#desktop-nav .current-menu-parent .desktop-nav-trigger {
    color: #191919
}

#desktop-nav .current-menu-ancestor .desktop-nav-trigger .nav-arrow.arrow-down,#desktop-nav .current-menu-item .desktop-nav-trigger .nav-arrow.arrow-down,#desktop-nav .current-menu-parent .desktop-nav-trigger .nav-arrow.arrow-down {
    border-color: #191919 transparent transparent transparent
}

#desktop-nav .footer-social-nav .xing a:before,#desktop-nav .icon-xing:before,.footer-social-nav .xing #desktop-nav a:before {
    margin-left: 4px
}

#desktop-nav .desktop-subnav-wrap {
    position: absolute;
    left: 5px;
    top: 53px;
    padding-top: 1.875rem;
    right: -25px;
    border: 1px solid #f2f2f2;
    background-color: #f9f9f9;
    z-index: 110;
    opacity: 0;
    display: none;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
    transition: opacity 50ms ease-in
}

#desktop-nav .desktop-subnav-wrap a {
    display: block
}

#desktop-nav .desktop-subnav-wrap a:hover {
    color: #0096db;
    text-decoration: none
}

#desktop-nav .desktop-subnav-wrap p {
    font-size: .8125rem;
    color: #8e8e8e
}

#desktop-nav .active .desktop-subnav-wrap {
    display: block;
    opacity: 1
}

#desktop-nav .desktop-subnav-col {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 16.6666666667%;
    float: left;
    padding-bottom: 1.25rem;
    border-right: 1px solid #e5e5e5;
    position: relative;
    height: 100%
}

#desktop-nav .desktop-subnav-col p {
    font-size: .6875rem;
    line-height: 1.25
}

#desktop-nav .desktop-subnav-col:last-child {
    border: 0
}

#desktop-nav .has-summary-link {
    padding-bottom: 2.5rem
}

#desktop-nav .social-media-links li a {
    font-family: "Helvetica Neue","Helvetica W01",Helvetica,sans-serif
}

.ja #desktop-nav .social-media-links li a {
    font-family: "Helvetica Neue","Helvetica W01",Helvetica,"YU Gothic (OEM) W50",Meiryo,メイリオ,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Hiragino,ヒラギノ,sans-serif
}

.zh_CN #desktop-nav .social-media-links li a {
    font-family: "Helvetica Neue","Helvetica W01",Helvetica,"Microsoft Yahei",微软雅黑,"Hiragino Sans GB",冬青黑体简体中文,STXihei,华文细黑,sans-serif
}

#desktop-nav .social-media-links .desktop-subnav-group li {
    margin-bottom: .9375rem
}

#desktop-nav .social-media-links li+li {
    padding-top: .9375rem;
    border-top: 1px dotted #a3a3a3
}

#desktop-nav .social-media-links li:before {
    float: left;
    margin-right: .9375rem;
    color: #a3a2a2
}

#desktop-nav .resources .desktop-subnav-col {
    position: relative;
    width: 20%;
    float: left
}

#desktop-nav .find .desktop-subnav-col {
    position: relative;
    width: 25%;
    float: left
}

#desktop-nav .desktop-subnav-heading {
    width: 100%;
    margin-bottom: 1.5625rem;
    text-transform: uppercase;
    color: #a1a2a4;
    font-size: .6875rem;
    line-height: 1;
    font-family: Arial,sans-serif;
    font-weight: 700;
    display: block;
    position: relative;
    -webkit-font-smoothing: antialiased
}

#desktop-nav .desktop-subnav-heading.headless {
    position: relative;
    display: block;
    margin: 0 0 -.3125rem -1.375rem;
    background-color: #f9f9f9
}

#desktop-nav .desktop-subnav-heading.headless a {
    display: none
}

#desktop-nav .desktop-subnav-group {
    line-height: 1.2
}

#desktop-nav .desktop-subnav-group li {
    margin-bottom: .625rem
}

#desktop-nav .desktop-subnav-group a {
    color: #424242;
    font-size: .75rem
}

#desktop-nav .desktop-subnav-item a+p {
    margin-top: .1875rem;
    font-family: Arial,sans-serif
}

#desktop-nav .desktop-subnav-summary {
    display: block;
    position: absolute;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1;
    left: 0;
    right: 0;
    bottom: .3125rem;
    margin: 0;
    width: 100%;
    padding: .9375rem 1.875rem .9375rem 1.25rem
}

#desktop-nav .desktop-subnav-summary:after {
    position: absolute;
    bottom: .9375rem;
    right: 1.25rem;
    top: auto;
    margin-right: 0
}

#desktop-nav .desktop-subnav-summary.overflow .summary-icon {
    position: absolute;
    right: 1.25rem;
    bottom: .75rem;
    top: auto
}

#desktop-nav .desktop-subnav-summary:hover .summary-icon i {
    color: #0096db
}

#desktop-nav .desktop-subnav-summary .summary-icon {
    display: inline-block;
    position: relative;
    margin-left: 5px;
    background: #fff;
    width: .9375rem;
    height: .9375rem;
    line-height: .9375rem;
    text-align: center;
    top: 3px;
    border-radius: .625rem
}

#desktop-nav .desktop-subnav-summary .summary-icon i {
    font-size: 1.125rem;
    color: #d4d4d4;
    width: .9375rem;
    height: .9375rem;
    line-height: .9375rem;
    text-align: center;
    position: relative;
    top: 0
}

#desktop-nav .insights .desktop-subnav-summary:after {
    position: relative;
    right: auto;
    bottom: auto;
    top: 2px;
    margin-left: 15px
}

#desktop-nav .find .event-date {
    color: #6f6f6f;
    font-size: .6875rem
}

#main-nav .dn-sticky-search,.page-heading .dn-sticky-search {
    display: none
}

#main-nav.stuck,.page-heading.stuck {
    border-bottom-color: #e5e5e5;
    top: 0;
    position: fixed;
    left: 0;
    z-index: 101;
    width: 100%;
    box-shadow: 0 2px 3px 0 rgba(50,50,50,.15)
}

.post-template-default #main-nav.stuck .dn-sticky-search,.post-template-default .page-heading.stuck .dn-sticky-search {
    display: none
}

#main-nav.stuck #menu-main-menu,.page-heading.stuck #menu-main-menu {
    padding-right: 82px
}

#main-nav.stuck .header-group,#main-nav.stuck .header-region,.page-heading.stuck .header-group,.page-heading.stuck .header-region {
    display: none
}

#main-nav.stuck #desktop-nav .desktop-nav-item,.page-heading.stuck #desktop-nav .desktop-nav-item {
    display: inline-block;
    float: none
}

#main-nav.stuck #desktop-nav .desktop-nav-item.find-a-dealer,.page-heading.stuck #desktop-nav .desktop-nav-item.find-a-dealer {
    position: absolute;
    top: 3px;
    right: 0
}

#main-nav.stuck #desktop-nav .desktop-nav-item.find-a-dealer a,.page-heading.stuck #desktop-nav .desktop-nav-item.find-a-dealer a {
    font-size: 12px!important;
    padding-left: 0!important;
    padding-right: 0!important
}

#main-nav.stuck #desktop-nav>ul li,.page-heading.stuck #desktop-nav>ul li {
    text-align: left
}

#main-nav.stuck #desktop-nav .desktop-subnav-wrap,.page-heading.stuck #desktop-nav .desktop-subnav-wrap {
    left: 5px;
    right: -25px
}

#main-nav.stuck .dn-sticky-search,.page-heading.stuck .dn-sticky-search {
    position: relative;
    float: right;
    width: 48px
}

#main-nav.stuck .dn-sticky-search:before,.page-heading.stuck .dn-sticky-search:before {
    display: block;
    content: '';
    height: 15px;
    width: 1px;
    position: absolute;
    left: 2px;
    top: 15px;
    background: #e5e5e5
}

#main-nav.stuck .dn-sticky-search .sticky-trigger,.page-heading.stuck .dn-sticky-search .sticky-trigger {
    position: absolute;
    color: #a1a2a4;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 13px;
    display: inline-block;
    background: 0 0;
    right: 0;
    top: 1px;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    z-index: 106
}

#main-nav.stuck .dn-sticky-search .sticky-trigger:hover,.page-heading.stuck .dn-sticky-search .sticky-trigger:hover {
    color: #7e7e7e
}

#main-nav.stuck .dn-sticky-search.active,.page-heading.stuck .dn-sticky-search.active {
    width: 240px
}

#main-nav.stuck .dn-sticky-search.active .sticky-trigger,.page-heading.stuck .dn-sticky-search.active .sticky-trigger {
    color: #191919
}

#main-nav.stuck .dn-sticky-search.active:before,.page-heading.stuck .dn-sticky-search.active:before {
    display: none
}

#main-nav.stuck #desktop-search,.page-heading.stuck #desktop-search {
    width: auto
}

#main-nav.stuck #desktop-search .icon-remove-sign,.page-heading.stuck #desktop-search .icon-remove-sign {
    top: 14px;
    right: 45px
}

#main-nav.stuck #desktop-search .icon-remove-sign i,#main-nav.stuck #desktop-search .icon-remove-sign:after,.page-heading.stuck #desktop-search .icon-remove-sign i,.page-heading.stuck #desktop-search .icon-remove-sign:after {
    display: none
}

#main-nav.stuck #desktop-search .icon-search,#main-nav.stuck #desktop-search .select2-search:before,.page-heading.stuck #desktop-search .icon-search,.page-heading.stuck #desktop-search .select2-search:before {
    display: none
}

#main-nav.stuck #sticky-search,.page-heading.stuck #sticky-search {
    display: none
}

#main-nav.stuck .active #sticky-search,.page-heading.stuck .active #sticky-search {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 105;
    position: relative
}

#main-nav.stuck #nav-search,.page-heading.stuck #nav-search {
    position: relative;
    top: 0;
    right: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff
}

#main-nav.stuck #nav-search input,.page-heading.stuck #nav-search input {
    width: 220px;
    top: 7px;
    right: -15px;
    padding-right: 60px;
    border: 1px solid #e5e5e5;
    background-color: #fff!important
}

#main-nav.stuck #nav-search li,.page-heading.stuck #nav-search li {
    text-transform: uppercase;
    font-size: .6875rem
}

#main-nav.stuck #nav-search li:first-child,.page-heading.stuck #nav-search li:first-child {
    font-weight: 500;
    height: 2.6875rem;
    line-height: 2.6875rem;
    padding-left: 1.25rem;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5
}

#main-nav.stuck #nav-search footer,.page-heading.stuck #nav-search footer {
    font-weight: 500;
    height: 2.6875rem;
    line-height: 2.6875rem;
    text-transform: uppercase;
    font-size: .6875rem
}

#main-nav.stuck .desktop-search-results,.page-heading.stuck .desktop-search-results {
    top: 43px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #f2f2f2;
    box-shadow: 0 2px 3px 0 rgba(50,50,50,.3);
    border-top: 0;
    width: 400px;
    margin-left: -165px;
    left: 0
}

#main-nav.stuck .page-heading-links,.page-heading.stuck .page-heading-links {
    padding-right: 50px
}

#main-nav.stuck .page-heading-links.has-jump-links,.page-heading.stuck .page-heading-links.has-jump-links {
    padding-right: 0
}

#main-nav.stuck .jump-link-group,.page-heading.stuck .jump-link-group {
    width: 220px
}

#main-nav.stuck .jump-link-group>a,.page-heading.stuck .jump-link-group>a {
    padding-right: 0
}

#main-nav.stuck .dn-search-active .page-heading-links,.page-heading.stuck .dn-search-active .page-heading-links {
    padding-right: 240px
}

#main-nav.stuck .dn-search-active .page-heading-links.has-jump-links,.page-heading.stuck .dn-search-active .page-heading-links.has-jump-links {
    padding-right: 190px
}

.hide-navigation #desktop-search,.hide-navigation .dn-sticky-search,.hide-navigation .saved-items-link-wrapper {
    display: none!important
}

.hide-navigation .user-navigation li:after {
    content: none
}

.hide-navigation .user-navigation .dual {
    display: none
}

#main-nav {
    background: #fff;
    border-bottom: 1px solid #fff
}

#main-nav.stuck {
    border-bottom-color: #e5e5e5;
    top: 0;
    position: fixed;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 3px 0 rgba(50,50,50,.15)
}

#main-nav.stuck #menu-main-menu {
    padding-right: 120px
}

#main-nav.stuck #desktop-nav {
    height: 42px
}

#main-nav.stuck #desktop-nav .desktop-nav-item {
    display: inline-block;
    float: none
}

#main-nav.stuck #desktop-nav>ul {
    right: -40px;
    left: 0
}

#main-nav.stuck #desktop-nav>ul li {
    text-align: left
}

#main-nav.stuck #desktop-nav .desktop-subnav-wrap {
    top: 40px
}

#main-nav.stuck .desktop-nav-trigger {
    height: 40px;
    line-height: 40px;
    font-size: .875rem!important;
    padding: 0 1.4375rem 0 .6875rem!important
}

#main-nav.stuck .desktop-nav-trigger:after {
    top: 12px
}

#main-nav.stuck .desktop-nav-trigger .nav-arrow {
    right: 8px
}

.hide-navigation #main-nav {
    display: none
}

.ph-wrap .jump-link-group {
    top: -6px
}

.stuck .ph-wrap .jump-link-group {
    top: 0
}

.home .page-heading:not(.stuck) {
    padding: 0
}

.nav-modules-active.menu-fixed .top,.page-product.menu-fixed .top,.single-product.menu-fixed .top {
    background: 0 0;
    border-color: transparent
}

#main-nav.stuck {
    background: rgba(255,255,255,.97);
    box-shadow: none
}

.page-heading {
    background: #fff
}

.page-heading .jump-link-toggle .icon-triangle-down {
    position: absolute;
    top: 9px;
    right: 10px
}

.page-heading.stuck {
    top: 45px;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 0;
    height: 50px;
    line-height: 50px;
    box-shadow: 0 2px 3px 0 rgba(50,50,50,.15);
    background: rgba(255,255,255,.97)
}

.page-heading.stuck .page-title {
    height: 2.6875rem
}

.page-heading.stuck .page-title .h1,.page-heading.stuck .page-title h1 {
    font-size: 1.25rem
}

.page-heading.stuck .page-title .tribe-events-schedule {
    display: none
}

.page-heading.stuck .page-heading-links {
    display: table-cell;
    border-top: none
}

.page-heading.stuck .action-link-group {
    display: none
}

.page-heading.stuck .jump-link-toggle {
    position: relative
}

.page-heading.stuck .jump-link-group>a {
    height: 3.125rem;
    line-height: 3.125rem;
    display: block
}

.mobile-title {
    text-transform: none;
    color: #191919;
    display: block;
    font-size: 1rem;
    position: absolute;
    top: 16px;
    height: 1rem;
    line-height: 1rem;
    transition: top .3s ease-in;
    width: 100%;
    overflow: hidden;
    padding-right: 70px;
    white-space: nowrap;
    text-overflow: ellipsis
}

#jump-title {
    position: absolute;
    width: 75%;
    left: 10px;
    top: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 2px
}

.show-mobile-nav .mobile-title {
    top: 8px
}

.nav-modules-active.single-showroom .page-heading.stuck .page-title {
    display: block
}

.admin-bar .page-heading.stuck {
    top: 73px
}

.admin-bar #main-nav.stuck {
    top: 28px
}

#nav-search {
    display: inline-block;
    position: absolute;
    z-index: 99;
    right: 0;
    bottom: 0;
    background: #fefefe;
    margin: 0;
    height: 2.5rem
}

#nav-search input {
    width: 230px;
    border: 1px solid #e5e5e5;
    position: relative;
    display: inline-block;
    height: 1.875rem;
    top: -30px;
    margin: 0;
    padding: 7px 10px;
    background: 0 0;
    border-radius: 0
}

.has-tour #nav-search input {
    width: 181px
}

#nav-search input:focus {
    border: 1px solid #ccc
}

#nav-search input:-ms-input-placeholder {
    line-height: 1
}

#desktop-search {
    width: 228px
}

.google-search-results-page #desktop-search {
    display: none
}

.has-tour #desktop-search {
    width: 180px
}

#desktop-search .icon-remove-sign {
    position: absolute;
    right: 34px;
    top: 0;
    z-index: 108;
    color: #d9d9d9;
    font-size: 1rem;
    display: none
}

#desktop-search .icon-remove-sign i {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    display: block;
    left: 11px;
    top: 22px;
    z-index: -1;
    border-radius: 100%
}

#desktop-search .icon-remove-sign:after {
    content: '';
    position: absolute;
    width: 1px;
    right: 0;
    top: 27px;
    height: 15px;
    background: #bdbdbd
}

#desktop-search .icon-remove-sign:hover {
    color: #acacac
}

#desktop-search .icon-search,#desktop-search .select2-search:before {
    color: #acacac;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 105
}

#desktop-search .icon-search:focus,#desktop-search .select2-search:focus:before {
    outline: 0
}

#desktop-search.active .icon-search,#desktop-search.active .select2-search:before {
    color: #595959
}

.desktop-search-results {
    background: #fafafa;
    position: absolute;
    z-index: 3;
    display: none;
    right: 0;
    width: 400px;
    overflow: hidden;
    top: 1.25rem;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 1px 3px 0 rgba(50,50,50,.5)
}

.desktop-search-results .nav-results {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #fff
}

.desktop-search-results .nav-results li {
    width: 100%;
    float: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0
}

.desktop-search-results .nav-results li a {
    display: block;
    height: 3.125rem;
    line-height: 3.125rem;
    padding: 0 1.25rem;
    position: relative;
    background: 0 0;
    color: #7b7b7b;
    transition: background-color .2s ease-in
}

.desktop-search-results .nav-results li a .search-highlight {
    color: #000;
    font-weight: 500
}

.desktop-search-results .nav-results li a:hover {
    color: #0096db;
    text-decoration: none
}

.desktop-search-results .nav-results li a:hover .search-highlight {
    color: #0096db
}

.desktop-search-results .nav-results li a:after {
    content: '';
    position: absolute;
    display: block;
    left: 1.25rem;
    right: 1.25rem;
    height: 0;
    border-top: 1px dotted #cbcbcb;
    bottom: 0
}

.desktop-search-results .nav-results li:first-child {
    font-weight: 500;
    height: 2.6875rem;
    line-height: 2.6875rem;
    padding-left: 1.25rem;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5
}

.desktop-search-results .nav-results li:last-child a:after {
    display: none
}

.desktop-search-results .document-controls .document-control {
    margin-right: -5px
}

.desktop-search-results .nav-products {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.desktop-search-results .nav-products li {
    width: 100%;
    float: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0;
    text-overflow: ellipsis
}

.desktop-search-results .nav-products li figure {
    float: left;
    width: 109px;
    height: 66px
}

.desktop-search-results .nav-products li figure img {
    width: 88px;
    height: 66px
}

.desktop-search-results .nav-products li .product-description {
    display: block;
    width: 200px;
    float: left
}

.desktop-search-results .nav-products li .table {
    float: left;
    display: table;
    width: 100%;
    height: 66px
}

.desktop-search-results .nav-products li .table .table-cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 66px
}

.desktop-search-results .nav-products li a {
    display: block;
    padding: 1.25rem;
    position: relative;
    background: 0 0;
    color: #7b7b7b;
    transition: background-color .2s ease-in,color .2s ease-in
}

.desktop-search-results .nav-products li a .search-highlight {
    color: #000;
    font-weight: 500;
    transition: color .2s ease-in
}

.desktop-search-results .nav-products li a:hover {
    background: #fff;
    color: #0096db;
    text-decoration: none
}

.desktop-search-results .nav-products li a:hover .search-highlight {
    color: #0096db
}

.desktop-search-results .nav-products li a:before {
    content: '';
    position: absolute;
    display: block;
    left: 1.25rem;
    right: 1.25rem;
    height: 0;
    border-top: 1px solid #cbcbcb;
    bottom: 0
}

.desktop-search-results .nav-products li:first-child {
    font-weight: 500;
    height: 2.6875rem;
    line-height: 2.6875rem;
    padding-left: 1.25rem;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #9b9b9b
}

.desktop-search-results .nav-products li:last-child a:before {
    display: none
}

.desktop-search-results footer {
    border-top: 1px solid #cbcbcb;
    background: #fff
}

.desktop-search-results footer a {
    display: block;
    color: #000;
    padding-left: 1.25rem
}

.desktop-search-results footer a i {
    margin-left: 15px;
    font-size: 14px;
    position: relative;
    top: 2px;
    color: #d4d4d4
}

.desktop-search-results footer a:hover {
    color: #0096db
}

.desktop-search-results footer a:hover i {
    color: #0096db
}

.desktop-search-results.loading {
    height: 70px
}

.desktop-search-results.loading .sc-loading-spinner {
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px
}

.desktop-search-results.loading .sc-loading-spinner i {
    background: #9b9b9b
}

#google-desktop-search {
    padding: 20px 0 0 5px
}

#sticky-search #google-desktop-search {
    padding: 8px 0 0 0
}

#google-desktop-search table {
    margin: 0;
    border: 0
}

#google-desktop-search table td {
    border: 0
}

#google-desktop-search .gsc-input-box {
    width: 228px;
    border: 1px solid #e5e5e5;
    position: relative;
    display: inline-block;
    height: 1.75rem;
    margin: 0;
    padding: 0;
    overflow: hidden
}

#sticky-search #google-desktop-search .gsc-input-box {
    right: -5px
}

.has-tour #google-desktop-search .gsc-input-box {
    width: 179px
}

#google-desktop-search .gsc-input-box table {
    height: 1.625rem!important;
    line-height: 1.625rem!important
}

#google-desktop-search .gsc-input-box .gsib_a {
    padding: 0;
    margin: 0;
    height: 1.625rem!important;
    line-height: 1.625rem!important
}

#google-desktop-search .gsc-input-box .gsib_a .gsc-input {
    height: 1.625rem!important;
    line-height: 1.625rem!important;
    border: 0;
    margin: 0!important;
    font-weight: 400;
    font-size: 12px;
    border-radius: 0;
    color: #191919!important;
    text-indent: 0!important;
    padding: 0 30px 0 10px!important;
    background: 0 0!important
}

#google-desktop-search .gsc-input-box .gsib_a .gsc-input::-webkit-input-placeholder {
    font-size: 12px
}

#google-desktop-search .gsc-input-box .gsib_a .gsc-input:-moz-placeholder {
    font-size: 12px
}

#google-desktop-search .gsc-input-box .gsib_a .gsc-input::-moz-placeholder {
    font-size: 12px
}

#google-desktop-search .gsc-input-box .gsib_a .gsc-input:-ms-input-placeholder {
    font-size: 12px
}

#google-desktop-search form.gsc-search-box:not(.gsc-search-box-tools) {
    padding: 0;
    height: 1.625rem!important;
    line-height: 1.625rem!important;
    margin: 0;
    width: 228px;
    position: relative
}

#google-desktop-search form.gsc-search-box:not(.gsc-search-box-tools):after {
    content: "";
    color: #acacac;
    position: absolute;
    right: 6px;
    top: 7px;
    font-size: 14px
}

.has-tour #google-desktop-search form.gsc-search-box:not(.gsc-search-box-tools) {
    width: 179px
}

#google-desktop-search form.gsc-search-box:not(.gsc-search-box-tools) table>tbody>tr {
    border: 1px solid #e5e5e5
}

#google-desktop-search form.gsc-search-box:not(.gsc-search-box-tools) td.gsc-input {
    height: 1.625rem!important;
    line-height: 1.625rem!important
}

#google-desktop-search form.gsc-search-box:not(.gsc-search-box-tools) td.gsc-input>input.gsc-input {
    height: 1.625rem!important;
    line-height: 1.625rem!important;
    border: 0;
    margin: 0!important;
    font-weight: 400;
    font-size: 12px;
    border-radius: 0;
    padding: 0 30px 0 10px!important;
    background: 0 0!important
}

#google-desktop-search form.gsc-search-box:not(.gsc-search-box-tools) .gsc-clear-button {
    display: none
}

#google-desktop-search .gsib_b {
    padding: 0;
    margin: 0;
    height: 1.625rem!important;
    line-height: 1.625rem!important
}

#google-desktop-search .gscb_a {
    display: none
}

#google-desktop-search .gsst_a {
    position: absolute;
    top: 1px;
    right: 30px
}

#sticky-search #google-desktop-search .gsst_a {
    top: -2px
}

#google-desktop-search .gsst_a:before {
    content: "";
    color: #d9d9d9
}

#google-desktop-search .gsst_a:after {
    content: '';
    background: #d9d9d9;
    height: 16px;
    position: absolute;
    width: 1px;
    right: 2px;
    top: 4px
}

#sticky-search #google-desktop-search .gsst_a:after {
    right: -1px;
    top: 7px
}

#google-desktop-search .gsst_a:hover:before {
    color: #acacac
}

#google-desktop-search .gsst_b {
    padding: 0;
    margin: 0;
    position: relative;
    height: 1.625rem!important;
    line-height: 1.625rem!important
}

#google-desktop-search .gsst_b:after {
    content: "";
    color: #acacac;
    position: absolute;
    left: -23px;
    top: 6px;
    font-size: 14px
}

#sticky-search #google-desktop-search .gsst_b:after {
    display: none
}

#google-desktop-search .gsc-input {
    padding: 0
}

#google-desktop-search .gsc-search-button {
    display: none
}

.mobile-search-wrap .es-search-input {
    display: none
}

.google-search .filter-search .es-search-input {
    display: inline-block
}

.google-search #google-mobile-search .icon-search,.google-search #google-mobile-search .select2-search:before {
    z-index: 4;
    top: 2px
}

#google-mobile-search .gsc-control-searchbox-only {
    margin: 0 0 0 -1px
}

#google-mobile-search .gsc-control-searchbox-only table {
    background: #eaeaea;
    margin: 0;
    border: 0
}

#google-mobile-search .gsc-control-searchbox-only table td {
    background: #eaeaea;
    border: 0
}

#google-mobile-search .gsc-control-searchbox-only .gsc-input-box {
    width: 100%;
    position: relative;
    display: inline-block;
    height: 2.5rem!important;
    line-height: 2.5rem!important;
    margin: 0;
    background: #eaeaea;
    padding: 4px 0 0 0;
    overflow: hidden;
    border: 0
}

#google-mobile-search .gsc-control-searchbox-only .gsc-input-box table {
    height: 2.5rem!important;
    line-height: 2.5rem!important
}

#google-mobile-search .gsc-control-searchbox-only a:hover {
    background: 0 0
}

#google-mobile-search .gsc-control-searchbox-only .gsib_a {
    padding: 0;
    margin: 0;
    height: 2.5rem!important;
    line-height: 2.5rem!important
}

#google-mobile-search .gsc-control-searchbox-only .gsib_a .gsc-input {
    height: 2.5rem!important;
    line-height: 2.5rem!important;
    border: 0;
    margin: 0!important;
    font-weight: 400;
    font-size: 12px;
    border-radius: 0;
    color: #191919!important;
    text-indent: 0!important;
    padding: 0 10px 0 40px!important;
    background: 0 0!important
}

#google-mobile-search .gsc-control-searchbox-only .gsib_a .gsc-input::-webkit-input-placeholder {
    font-size: 12px
}

#google-mobile-search .gsc-control-searchbox-only .gsib_a .gsc-input:-moz-placeholder {
    font-size: 12px
}

#google-mobile-search .gsc-control-searchbox-only .gsib_a .gsc-input::-moz-placeholder {
    font-size: 12px
}

#google-mobile-search .gsc-control-searchbox-only .gsib_a .gsc-input:-ms-input-placeholder {
    font-size: 12px
}

#google-mobile-search .gsc-control-searchbox-only .gsib_b {
    padding: 0;
    margin: 0;
    height: 2.5rem!important;
    line-height: 2.5rem!important
}

#google-mobile-search .gsc-control-searchbox-only .gscb_a {
    display: none
}

#google-mobile-search .gsc-control-searchbox-only .gsst_a {
    position: absolute;
    top: 1px;
    right: 10px;
    padding: 0
}

#google-mobile-search .gsc-control-searchbox-only .gsst_a:before {
    content: "";
    color: #6f6f6f
}

#google-mobile-search .gsc-control-searchbox-only .gsst_b {
    padding: 0;
    margin: 0;
    position: relative;
    height: 2.5rem!important;
    line-height: 2.5rem!important
}

#google-mobile-search .gsc-control-searchbox-only .gsc-input {
    padding: 0;
    background: #eaeaea
}

#google-mobile-search .gsc-control-searchbox-only .gsc-search-button {
    display: none
}

#google-mobile-search form.gsc-search-box:not(.gsc-search-box-tools) {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative
}

#google-mobile-search form.gsc-search-box:not(.gsc-search-box-tools) td.gsc-input {
    height: 2.75rem!important;
    line-height: 2.75rem!important
}

#google-mobile-search form.gsc-search-box:not(.gsc-search-box-tools) td.gsc-input>input.gsc-input {
    height: 2.75rem!important;
    line-height: 2.75rem!important;
    border: 0;
    margin: 0!important;
    font-weight: 400;
    font-size: 12px;
    border-radius: 0;
    padding: 0 10px 0 40px!important;
    background: 0 0!important
}

#google-mobile-search form.gsc-search-box:not(.gsc-search-box-tools) td.gsc-input>input.gsc-input:focus {
    box-shadow: none
}

#google-mobile-search form.gsc-search-box:not(.gsc-search-box-tools) .gsc-clear-button {
    display: none
}

body.admin-bar.google-search-results-page .dn-sticky-search,body.google-search-results-page .dn-sticky-search {
    display: none!important
}

body.admin-bar.google-search-results-page>table.gssb_c,body.google-search-results-page>table.gssb_c {
    position: absolute!important
}

body.admin-bar.google-search-results-page.admin-bar>table.gssb_c,body.google-search-results-page.admin-bar>table.gssb_c {
    margin: 0
}

body.menu-open-left>table.gssb_c {
    margin-top: -4px!important;
    margin-left: -2px!important;
    background: #eaeaea
}

body.menu-open-left>table.gssb_c .gssb_a,body.menu-open-left>table.gssb_c .gssb_e {
    background: #eaeaea
}

body.menu-open-left>table.gssb_c .gssb_a {
    padding: 0 20px
}

body.admin-bar>table.gssb_c {
    margin: 30px 0 0 -171px
}

body.admin-bar.menu-fixed>table.gssb_c {
    margin: -2px 0 0 -171px
}

body>table.gssb_c {
    margin: 0;
    padding: 8px 0;
    position: fixed!important;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    border-collapse: separate
}

body>table.gssb_c .gssb_a {
    padding: 0 10px;
    transition: background-color .2s ease-in;
    background-color: #fff;
    cursor: pointer
}

body>table.gssb_c .gssb_a,body>table.gssb_c .gssb_a td {
    line-height: 1
}

body>table.gssb_c .gsq_a {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #c2c2c2
}

body>table.gssb_c .gsq_a td {
    padding-top: 13px
}

body>table.gssb_c .gsq_a span {
    color: #191919;
    font-weight: 700
}

body>table.gssb_c .gsq_a span b {
    color: #7e7e7e;
    font-weight: 400
}

body>table.gssb_c .gsq_a span:hover {
    color: #0096db
}

body>table.gssb_c .gsq_a span:hover b {
    color: #0096db
}

body>table.gssb_c .gsc-completion-container,body>table.gssb_c .gssb_e {
    box-shadow: none;
    border: 0
}

body>table.gssb_c .gssb_e {
    background-color: #fff
}

body>table.gssb_c .gsc-completion-container>tbody>tr:last-child {
    display: none
}

body>table.gssb_c tr td {
    border: 0
}

body>table.gssb_c .gssb_e>table>tbody>tr:nth-last-child(2) .gsq_a {
    border: 0
}

.google-search-results-page .mobile-search-wrap {
    display: none
}

#google-search-result-box {
    margin-bottom: 0
}

#google-search-result-box .panel-content {
    background: #f6f6f6;
    padding: 20px;
    height: 95px
}

#google-search-result-box table {
    margin: 0;
    border: 0
}

#google-search-result-box table td {
    border: 0
}

#google-search-result-box .cse form.gsc-search-box,#google-search-result-box form.gsc-search-box {
    padding: 0
}

#google-search-result-box #results-searchbox {
    border: 1px solid #e5e5e5;
    max-width: 760px;
    background: #fff;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

#google-search-result-box.loaded #results-searchbox {
    opacity: 1
}

#google-search-result-box form.gsc-search-box {
    margin: 0
}

#google-search-result-box .gsc-input-box {
    position: relative;
    display: inline-block;
    height: 3.125rem!important;
    line-height: 3.125rem!important;
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0
}

#google-search-result-box .gsc-input-box table {
    height: 3.125rem!important;
    line-height: 3.125rem!important
}

#google-search-result-box .gsc-input-box .gsib_a {
    padding: 0;
    margin: 0;
    height: 3.125rem!important;
    line-height: 3.125rem!important
}

#google-search-result-box .gsc-input-box .gsib_a .gsc-input {
    height: 3.125rem!important;
    line-height: 3.125rem!important;
    border: 0;
    margin: 0!important;
    font-weight: 400;
    font-size: 13px;
    border-radius: 0;
    color: #191919;
    padding: 0 30px 0 10px!important;
    background: 0 0!important
}

#google-search-result-box td.gsc-input>input.gsc-input {
    height: 3.125rem!important;
    line-height: 3.125rem!important;
    border: 0;
    margin: 0!important;
    font-weight: 400;
    font-size: 13px;
    border-radius: 0;
    color: #191919;
    padding: 0 30px 0 10px!important;
    background: 0 0!important
}

#google-search-result-box .gsib_b {
    padding: 0;
    margin: 0;
    height: 3.125rem!important;
    line-height: 3.125rem!important
}

#google-search-result-box .gscb_a {
    display: none
}

#google-search-result-box .gsst_a {
    position: absolute;
    top: 0;
    right: 8px
}

#google-search-result-box .gsst_a:before {
    content: "";
    font-size: 20px;
    color: #d9d9d9
}

#google-search-result-box .gsst_a:hover:before {
    color: #acacac
}

#google-search-result-box .gsst_b {
    padding: 0;
    margin: 0;
    position: relative;
    height: 3.125rem!important;
    line-height: 3.125rem!important
}

#google-search-result-box .gsc-input {
    padding: 0
}

#google-search-result-box .gsc-search-button {
    height: 3.125rem!important;
    line-height: 3.125rem!important;
    width: 90px;
    padding: 0;
    background: #e9e9e9;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 11px;
    transition: background-color .2s ease-in-out
}

#google-search-result-box .gsc-search-button:hover {
    background: #e3e3e3
}

#google-search-result-box .gsc-search-button .google-search-submit {
    position: relative
}

#google-search-result-box .gsc-search-button input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

#google-search-result-box .gsc-clear-button {
    display: none
}

#google-search-result-list table {
    margin: 0
}

#google-search-result-list table tr td {
    border: 0
}

#google-search-result-list .gsc-adBlockNoHeight {
    display: none!important
}

#google-search-result-list .gcsc-branding {
    display: none
}

#google-search-result-list .panel-content {
    min-height: 400px;
    position: relative
}

#google-search-result-list.loaded .sc-loading-spinner {
    display: none
}

#google-search-result-list .cse .gsc-control-cse,#google-search-result-list .gsc-control-cse {
    padding: 0!important
}

#google-search-result-list .gsc-above-wrapper-area {
    border: 0;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 20px;
    font-family: "Helvetica Neue","Helvetica W01",Helvetica,sans-serif
}

.ja #google-search-result-list .gsc-above-wrapper-area {
    font-family: "Helvetica Neue","Helvetica W01",Helvetica,"YU Gothic (OEM) W50",Meiryo,メイリオ,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Hiragino,ヒラギノ,sans-serif
}

.zh_CN #google-search-result-list .gsc-above-wrapper-area {
    font-family: "Helvetica Neue","Helvetica W01",Helvetica,"Microsoft Yahei",微软雅黑,"Hiragino Sans GB",冬青黑体简体中文,STXihei,华文细黑,sans-serif
}

#google-search-result-list .gsc-above-wrapper-area .gsc-result-info-container {
    border: 0;
    padding: 0;
    width: 50%
}

#google-search-result-list .gsc-above-wrapper-area .gsc-result-info-container .gsc-result-info {
    padding: 0;
    font-size: 12px;
    color: #848484
}

#google-search-result-list .gsc-above-wrapper-area .gsc-orderby-container {
    border: 0;
    padding: 0;
    width: 50%;
    text-align: right
}

#google-search-result-list .gsc-above-wrapper-area .gsc-orderby-container .gsc-option-menu-container {
    width: 85px
}

#google-search-result-list .gsc-above-wrapper-area .gsc-orderby-container .gsc-selected-option-container {
    width: 100%!important
}

#google-search-result-list .gsc-above-wrapper-area .gsc-orderby-container .gsc-selected-option-container.gsc-inline-block {
    background: #fff;
    border: 0;
    box-shadow: none;
    position: relative;
    left: -15px;
    cursor: pointer
}

#google-search-result-list .gsc-above-wrapper-area .gsc-orderby-container .gsc-option-menu-item-highlighted {
    background: 0 0;
    color: #191919
}

#google-search-result-list .gsc-above-wrapper-area .gsc-orderby-container .gsc-orderby {
    display: inline-block;
    width: 200px;
    border: 1px solid #e7e7e7
}

.en_US #google-search-result-list .gsc-above-wrapper-area .gsc-orderby-container .gsc-orderby {
    width: 150px
}

#google-search-result-list .gsc-above-wrapper-area .gsc-orderby-container .gsc-option-menu {
    width: 150px;
    box-shadow: none;
    font-size: 11px;
    font-weight: 600
}

#google-search-result-list .gsc-above-wrapper-area .gsc-orderby-container .gsc-orderby-label {
    font-size: 10px;
    color: #a3a3a3;
    text-transform: uppercase
}

#google-search-result-list .gsc-above-wrapper-area .gsc-orderby-container .gsc-option-selector {
    background: 0 0;
    border: 0
}

#google-search-result-list .gsc-above-wrapper-area .gsc-orderby-container .gsc-option-selector:after {
    content: "";
    font-size: 10px;
    color: #a3a3a3;
    position: absolute;
    left: 8px;
    top: 1px
}

#google-search-result-list .gsc-resultsbox-visible {
    overflow: hidden
}

#google-search-result-list .gsc-wrapper {
    font-family: "Helvetica Neue","Helvetica W01",Helvetica,sans-serif
}

.ja #google-search-result-list .gsc-wrapper {
    font-family: "Helvetica Neue","Helvetica W01",Helvetica,"YU Gothic (OEM) W50",Meiryo,メイリオ,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Hiragino,ヒラギノ,sans-serif
}

.zh_CN #google-search-result-list .gsc-wrapper {
    font-family: "Helvetica Neue","Helvetica W01",Helvetica,"Microsoft Yahei",微软雅黑,"Hiragino Sans GB",冬青黑体简体中文,STXihei,华文细黑,sans-serif
}

#google-search-result-list .gsc-wrapper .gsc-webResult.gsc-result {
    max-width: 780px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px
}

#google-search-result-list .gsc-wrapper .gs-imageResult a.gs-title:link,#google-search-result-list .gsc-wrapper .gs-imageResult a.gs-title:link b,#google-search-result-list .gsc-wrapper .gs-imageResult a.gs-title:visited,#google-search-result-list .gsc-wrapper .gs-imageResult a.gs-title:visited b,#google-search-result-list .gsc-wrapper .gs-webResult.gs-result a.gs-title:link,#google-search-result-list .gsc-wrapper .gs-webResult.gs-result a.gs-title:link b,#google-search-result-list .gsc-wrapper .gs-webResult.gs-result a.gs-title:visited,#google-search-result-list .gsc-wrapper .gs-webResult.gs-result a.gs-title:visited b {
    font-size: 1.125rem!important;
    line-height: 1.375rem!important;
    font-weight: 600!important;
    color: #191919!important;
    text-decoration: none!important;
    border: 0!important
}

#google-search-result-list .gsc-wrapper .gs-imageResult a.gs-title:active,#google-search-result-list .gsc-wrapper .gs-imageResult a.gs-title:active b,#google-search-result-list .gsc-wrapper .gs-imageResult a.gs-title:hover,#google-search-result-list .gsc-wrapper .gs-imageResult a.gs-title:hover b,#google-search-result-list .gsc-wrapper .gs-webResult.gs-result a.gs-title:active,#google-search-result-list .gsc-wrapper .gs-webResult.gs-result a.gs-title:active b,#google-search-result-list .gsc-wrapper .gs-webResult.gs-result a.gs-title:hover,#google-search-result-list .gsc-wrapper .gs-webResult.gs-result a.gs-title:hover b {
    color: #0096db!important
}

#google-search-result-list .gsc-wrapper .gsc-result .gs-title {
    height: auto!important
}

#google-search-result-list .gsc-wrapper .gsc-thumbnail-inside {
    line-height: 1.375rem!important
}

#google-search-result-list .gsc-wrapper .gs-result .gs-title,#google-search-result-list .gsc-wrapper .gs-result .gs-title * {
    text-decoration: none!important
}

#google-search-result-list .gsc-wrapper .gsc-webResult {
    background: 0 0!important;
    border-left: 0!important;
    padding-left: 0!important
}

#google-search-result-list .gsc-wrapper .gsc-url-top {
    padding-top: 7px
}

#google-search-result-list .gsc-wrapper .gs-image {
    width: 75px!important;
    height: 60px;
    overflow: hidden;
    text-align: left;
    display: inline-block
}

#google-search-result-list .gsc-wrapper .gs-image img {
    width: auto!important;
    height: auto!important;
    max-width: 100%!important;
    max-height: 100%!important;
    border: 0
}

#google-search-result-list .gsc-wrapper .gsc-table-cell-thumbnail.gsc-thumbnail {
    padding-right: 10px
}

#google-search-result-list .gsc-wrapper .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
    width: 75px;
    height: 60px;
    border: 0
}

#google-search-result-list .gsc-wrapper .gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
    width: 75px;
    height: 60px;
    border: 0
}

#google-search-result-list .gsc-wrapper .gs-snippet {
    font-weight: 400;
    font-size: .75rem;
    line-height: 1.4;
    padding-left: 5px
}

#google-search-result-list .gsc-wrapper .gs-fileFormat {
    font-weight: 600;
    padding-bottom: 8px
}

#google-search-result-list .gsc-wrapper .gs-fileFormat .gs-fileFormatType {
    color: #8e8e8e
}

#google-search-result-list .gs-visibleUrl {
    color: #6f6f6f
}

#google-search-result-list .gsc-cursor-box.gs-bidi-start-align {
    text-align: center;
    padding: 50px 0 30px 0
}

#google-search-result-list .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page {
    font-weight: 600;
    padding: 10px 8px;
    cursor: pointer;
    color: #a3a3a3;
    text-decoration: none
}

#google-search-result-list .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page.gsc-cursor-current-page {
    color: #191919;
    background: 0 0;
    text-shadow: none
}

#google-search-result-list .gs-promotion-image-box,#google-search-result-list .gs-web-image-box {
    padding: 0;
    margin-top: 10px
}

.en_US #google-search-result-list .gs-promotion-image-box,.en_US #google-search-result-list .gs-web-image-box {
    margin-top: 3px
}

#google-search-result-list .gsc-url-bottom {
    padding-top: 8px!important
}

#google-search-result-list .cse .gsc-cursor-box,#google-search-result-list .gsc-cursor-box {
    border: 0
}

#google-search-result-list .gs-spelling,#google-search-result-list .gsc-table-result,#google-search-result-list .gsc-thumbnail-inside,#google-search-result-list .gsc-url-top {
    padding: 0
}

#google-search-result-list .gs-spelling {
    display: none
}

#google-search-result-list .sc-loading-spinner {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-left: -60px
}

#google-search-result-list .sc-loading-spinner i {
    background: #6f6f6f
}

.site-footer {
    background: #f6f6f6;
    font-size: .75rem;
    clear: both;
	position:relative;
	z-index:1000
}

.site-footer ul {
    margin: 0;
    list-style: none
}

.site-footer li a {
    padding: 1.25rem;
    display: block;
    background: #fff
}

.site-footer .sub-menu {
    color: #191919
}

.hide-navigation .footer-nav-area {
    display: none
}

.footer-nav-groups {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1176px
}

.footer-nav-groups:after,.footer-nav-groups:before {
    content: " ";
    display: table
}

.footer-nav-groups:after {
    clear: both
}

.footer-nav-group ul {
    margin: 0;
    list-style: none
}

.footer-nav-group.social-links {
    clear: both
}

.footer-nav-group.social-links a:hover i {
    background: #6f6f6f;
    color: #fff
}

.footer-nav li {
    margin: 0
}

.footer-nav>li>a {
    color: #a3a3a3;
    font-family: Arial,sans-serif;
    font-size: .75rem;
    background: #f6f6f6;
    padding: 1.25rem 1.875rem;
    margin: 0;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    border-bottom: 1px solid #cdcdcd
}

.footer-nav>li>a:hover {
    color: #0087c5
}

.footer-nav>li>a:before {
    content: '+';
    display: block;
    position: absolute;
    left: 1.25rem
}

.footer-nav>li>a.childless-link:before {
    content: '\00BB'
}

.footer-nav ul {
    display: none
}

.footer-nav .active ul {
    display: block
}

.footer-nav .active>a:before {
    content: '-'
}

.footer-primary-nav>li {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left
}

.footer-primary-nav>li.contact-us a {
    color: #a3a3a3;
    display: block
}

.footer-primary-nav>li.contact-us a:hover {
    color: #0096db
}

.footer-social-nav li:after,.footer-social-nav li:before {
    content: " ";
    display: table
}

.footer-social-nav li:after {
    clear: both
}

.footer-social-nav .contact-desktop {
    display: none
}

.footer-social-nav .contact-desktop p {
    max-width: 230px;
    color: #a3a3a3;
    margin-top: -10px
}

.footer-social-nav ul li a {
    height: 70px;
    line-height: 40px;
    border-bottom: 1px solid #cdcdcd
}

.footer-social-nav ul li a:before {
    transition: all .3s;
    font-size: 1rem;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #f2f2f2;
    border-radius: 100%;
    float: right;
    position: relative;
    top: 0
}

.footer-social-nav ul li a:hover:before {
    background: #6f6f6f;
    color: #fff
}

.site-info {
    padding: 1.875rem 0 3.75rem 0
}

.site-info p {
    line-height: 1.25;
    color: #8e8e8e;
    margin-top: .9375rem
}

.site-info li {
    margin-bottom: .5rem
}

.site-info li a {
    background: 0 0;
    border-color: #cdcdcd!important
}

.company-info {
    padding: 0 1.25rem
}

.site-info-groups {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1176px
}

.site-info-groups:after,.site-info-groups:before {
    content: " ";
    display: table
}

.site-info-groups:after {
    clear: both
}

.site-info-group {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 48%;
    float:right;
	padding-right:2%
}

.admin-tools {
    clear: both;
    margin-top: 20px
}

.admin-tools a {
    color: #8e8e8e;
    text-decoration: underline
}

.footer-branding {
    padding: 0 1.25rem
}

.footer-branding .footer-logo {
    border: 0!important
}

.footer-branding .menu-item,.footer-logo {
    height: 40px;
    border: 0;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 25%;
    float: left
}

.footer-branding .menu-item:first-child,.footer-logo:first-child {
    border-top: 0
}

.footer-branding .menu-item .footer-logo-contain,.footer-logo .footer-logo-contain {
    height: 100%;
    padding: 0 30% 0 0;
    display: block;
    position: relative
}

.footer-branding .menu-item .footer-logo-content,.footer-logo .footer-logo-content {
    display: block;
    height: 100%;
    position: relative
}

.footer-branding .menu-item .footer-logo-content .logo-hover,.footer-logo .footer-logo-content .logo-hover {
    opacity: 0
}

.footer-branding .menu-item a,.footer-logo a {
    display: block;
    height: 100%;
    position: relative;
    cursor: default
}

.footer-branding .menu-item a .logo-rest,.footer-logo a .logo-rest {
    z-index: 3
}

.footer-branding .menu-item a .logo-hover,.footer-logo a .logo-hover {
    opacity: 0;
    z-index: 4
}

.footer-branding .menu-item a:not([href="#"]):hover,.footer-logo a:not([href="#"]):hover {
    cursor: pointer
}

.footer-branding .menu-item a:not([href="#"]):hover .logo-hover,.footer-logo a:not([href="#"]):hover .logo-hover {
    opacity: 1
}

.footer-branding .menu-item .logo-hover,.footer-branding .menu-item .logo-rest,.footer-logo .logo-hover,.footer-logo .logo-rest {
    transition: opacity .3s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-position: 50%
}

.footer-branding .menu-item.logo-steelcase .logo-rest,.footer-logo.logo-steelcase .logo-rest {
    background-image: url(../img/logos/steelcase.png)
}

.footer-branding .menu-item.logo-steelcase .logo-hover,.footer-logo.logo-steelcase .logo-hover {
    background-image: url(../img/logos/steelcase-hover.png)
}

.footer-branding .menu-item.logo-steelcase-education .logo-rest,.footer-logo.logo-steelcase-education .logo-rest {
    background-image: url(../img/logos/steelcase-education.png)
}

.footer-branding .menu-item.logo-steelcase-education .logo-hover,.footer-logo.logo-steelcase-education .logo-hover {
    background-image: url(../img/logos/steelcase-education-hover.png)
}

.footer-branding .menu-item.logo-steelcase-health .logo-rest,.footer-logo.logo-steelcase-health .logo-rest {
    background-image: url(../img/logos/steelcase-health.png)
}

.footer-branding .menu-item.logo-steelcase-health .logo-hover,.footer-logo.logo-steelcase-health .logo-hover {
    background-image: url(../img/logos/steelcase-health-hover.png)
}

.footer-branding .menu-item.logo-turnstone,.footer-logo.logo-turnstone {
    padding-top: 2px
}

.footer-branding .menu-item.logo-turnstone .logo-rest,.footer-logo.logo-turnstone .logo-rest {
    background-image: url(../img/logos/turnstone.png)
}

.footer-branding .menu-item.logo-turnstone .logo-hover,.footer-logo.logo-turnstone .logo-hover {
    background-image: url(../img/logos/turnstone-hover.png)
}

.footer-branding .menu-item.logo-coalesse .logo-rest,.footer-logo.logo-coalesse .logo-rest {
    background-image: url(../img/logos/coalesse.png)
}

.footer-branding .menu-item.logo-coalesse .logo-hover,.footer-logo.logo-coalesse .logo-hover {
    background-image: url(../img/logos/coalesse-hover.png)
}

.footer-branding .menu-item.logo-designtex,.footer-logo.logo-designtex {
    padding-top: 2px
}

.footer-branding .menu-item.logo-designtex .logo-rest,.footer-logo.logo-designtex .logo-rest {
    background-image: url(../img/logos/designtex.png)
}

.footer-branding .menu-item.logo-designtex .logo-hover,.footer-logo.logo-designtex .logo-hover {
    background-image: url(../img/logos/designtex-hover.png)
}

.footer-branding .menu-item.logo-polyvision .logo-rest,.footer-logo.logo-polyvision .logo-rest {
    background-image: url(../img/logos/polyvision.png)
}

.footer-branding .menu-item.logo-polyvision .logo-hover,.footer-logo.logo-polyvision .logo-hover {
    background-image: url(../img/logos/polyvision-hover.png)
}

.footer-branding .menu-item.logo-workspring,.footer-logo.logo-workspring {
    margin-top: -4px
}

.footer-branding .menu-item.logo-workspring .logo-rest,.footer-logo.logo-workspring .logo-rest {
    background-image: url(../img/logos/workspring.png)
}

.footer-branding .menu-item.logo-workspring .logo-hover,.footer-logo.logo-workspring .logo-hover {
    background-image: url(../img/logos/workspring-hover.png)
}

.page-heading-404 .page-title .h1,.page-heading-404 .page-title h1 {
    display: block
}

.page-heading-404 .h1,.page-heading-404 .h2,.page-heading-404 h1,.page-heading-404 h2 {
    color: #8e8e8e
}

.page-heading-404 .h2,.page-heading-404 h2 {
    font-weight: 400
}

.error404 .slider-hero {
    margin-top: 0
}

.error404 #loop-search fieldset {
    width: 100%
}

.page-heading {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    display: table;
    width: 100%;
    float: left;
    padding: 1.25rem 0
}

.page-heading {
    position: relative
}

.page-heading .h1,.page-heading h1 {
    display: inline-block;
    position: relative;
    z-index: 6
}

.page-title {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1176px;
    position: relative;
    z-index: 5
}

.page-title:after,.page-title:before {
    content: " ";
    display: table
}

.page-title:after {
    clear: both
}

.page-title .h1,.page-title h1 {
    margin: 0;
    font-size: 1.1875rem;
    padding: 0 1.25rem
}

.page-title .h3,.page-title h3 {
    margin: 0;
    font-size: .5625rem;
    padding: 0 1.25rem;
    color: #8e8e8e
}

.page-title small {
    font-size: inherit;
    color: #7e7e7e;
    font-weight: 300
}

.page-heading-links {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1176px;
    border-top: 1px solid #e5e5e5;
    display: block;
    padding: .625rem 0;
    margin: 1.25rem 0 0;
    height: 100%
}

.page-heading-links:after,.page-heading-links:before {
    content: " ";
    display: table
}

.page-heading-links:after {
    clear: both
}

.page-heading-links:after,.page-heading-links:before {
    content: " ";
    display: table
}

.page-heading-links:after {
    clear: both
}

.page-heading-links.has-jump-links {
    padding: 0
}

.page-heading-links .action-links {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 100%;
    float: none;
    z-index: 11
}

.page-heading-links .action-links .saving-message {
    text-align: right
}

.page-content {
    padding: 1.25rem 1.25rem 5px 1.25rem
}

.page-content .panel-type-slider {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    margin-bottom: 1.875rem
}

.nav-modules-active.page .jump-link-group {
    display: table;
    z-index: 6
}

.nav-modules-active.page .action-link-group {
    margin-right: 0
}

.page.home .slider-hero {
    margin-top: 0
}

.page .jump-link-group {
    display: none
}

.page .action-link-group {
    margin-right: 1.25rem
}

.page .slider-hero {
    margin-bottom: .625rem
}

.page .entry-content ol,.page .entry-content ul {
    list-style-position: inside
}

.page .entry-content ul {
    list-style-type: disc
}

.page .entry-content ol {
    list-style-type: decimal
}

.account-group {
    padding: 1.25rem 1.25rem 0 1.25rem;
    background: #fff
}

.account-group+.account-group {
    margin-top: 1.25rem
}

.account-group .message {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1176px
}

.account-group .message:after,.account-group .message:before {
    content: " ";
    display: table
}

.account-group .message:after {
    clear: both
}

.account-group .h2,.account-group h2 {
    height: 3.75rem;
    line-height: 3.125rem;
    margin-bottom: 0;
    position: relative
}

.account-group .h2 .edit-button,.account-group h2 .edit-button {
    position: absolute;
    display: block;
    color: #9e9e9e;
    right: 0;
    top: 10px;
    background: 0 0;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    padding: 0 14px;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .6875rem;
    text-transform: uppercase;
    transition: background-color .2s ease-in,border-color .2s ease-in,color .2s ease-in
}

.account-group .h2 .edit-button i,.account-group h2 .edit-button i {
    margin-right: 7px;
    font-size: .5625rem
}

.account-group .h2 .edit-button:hover,.account-group h2 .edit-button:hover {
    background: #fff
}

.account-group .h6,.account-group h6 {
    font-weight: 600;
    font-size: .6875rem;
    text-transform: uppercase;
    margin-bottom: 1.25rem
}

.account-group .bottom-border {
    border-bottom: 1px dotted #8e8e8e;
    margin-bottom: .9375rem
}

.account-group .account-field,.account-group .gfield {
    border-bottom: 1px dotted #8e8e8e;
    position: relative;
    margin-top: 1.875rem;
    padding-bottom: 1.875rem
}

.account-group .account-field .account-label,.account-group .account-field label,.account-group .gfield .account-label,.account-group .gfield label {
    display: block;
    padding-top: 1.375rem;
    color: #191919
}

.account-group .account-field .account-value,.account-group .account-field input,.account-group .gfield .account-value,.account-group .gfield input {
    display: inline-block;
    position: relative;
    font-size: .875rem;
    height: 3.125rem;
    line-height: 3.125rem;
    font-weight: 700;
    color: #191919;
    margin: 0
}

.account-group .account-field .account-value.account-password,.account-group .account-field input.account-password,.account-group .gfield .account-value.account-password,.account-group .gfield input.account-password {
    font-size: 1.25rem;
    letter-spacing: 2px
}

.account-group .account-field.last,.account-group .gfield.last {
    border: 0
}

.account-group .gform_confirmation_wrapper {
    padding-top: 20px;
    padding-bottom: 20px
}

.account-group .gfield:last-child {
    border: none;
    margin-bottom: 0
}

.account-group .gform_footer,.account-group .submit-group {
    background: #f6f6f6;
    padding: 1.25rem;
    margin: 0 -1.25rem;
    text-align: right
}

.account-group fieldset {
    padding: 0
}

.account-group .large-checkbox.active {
    color: #191919
}

.account-group .account-divider {
    clear: both;
    display: block;
    border-bottom: 1px dotted #8e8e8e;
    position: relative
}

.account-group .other-profession-wrap label {
    position: relative!important;
    color: #8e8e8e;
    font-size: .6875rem;
    height: 2.125rem;
    line-height: 1.875rem
}

.account-group .other-industry-wrap .large-checkbox {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.account-group.account-details,.account-group.profile-fields {
    padding-bottom: 0
}

.account-group.account-details .account-label,.account-group.profile-fields .account-label {
    font-weight: 600;
    font-size: .625rem;
    text-transform: uppercase;
    display: block
}

.account-group.account-details .account-value,.account-group.profile-fields .account-value {
    display: inline-block;
    position: relative;
    font-size: .875rem;
    height: 3.125rem;
    line-height: 3.125rem
}

.account-group.account-details .account-value.account-password,.account-group.profile-fields .account-value.account-password {
    font-size: 1.25rem;
    letter-spacing: 2px
}

.account-group.account-details {
    padding-top: 0
}

.account-group.account-details .account-field .account-label {
    padding-top: 1.375rem
}

.account-group.account-details .account-value {
    height: 6.875rem;
    line-height: 6.875rem
}

.account-group.account-details .account-value .select2-container.large-select {
    z-index: 8;
    top: 1.875rem
}

.account-group.account-details .account-value .select2-container.large-select .select2-choice .select2-arrow {
    top: 1.125rem
}

.account-group.account-details .account-value .select2-container.large-select .select2-choice .select2-arrow b:before {
    top: 9px
}

.interests-group {
    padding-top: 20px;
    padding-bottom: 20px
}

.account-submit {
    padding: 20px;
    background: #f6f6f6
}

.password-fields .account-field .account-value {
    font-size: 1.25rem
}

.password-fields .account-field .account-value strong {
    color: #8e8e8e
}

.compare-heading.page-heading {
    padding: 0
}

.compare-heading.page-heading .page-title .h1,.compare-heading.page-heading .page-title h1 {
    padding: 0;
    display: block;
    float: left;
    height: 50px;
    line-height: 50px
}

.compare-active .ppp-link {
    opacity: 0
}

.mobile-compare {
    min-height: 200px
}

.compare-tools {
    float: right;
    height: 3.125rem;
    line-height: 3.125rem
}

.compare-tools a {
    position: relative;
    text-transform: uppercase;
    font-size: .6875rem;
    color: #b8b8b8;
    padding-left: .8125rem
}

.compare-tools a:hover {
    color: #0096db
}

.compare-tools a:hover i {
    color: #0096db
}

.compare-tools a i {
    color: #6f6f6f;
    font-size: .8125rem;
    position: relative;
    padding: 0 1rem
}

.compare-tools a i.icon-share {
    font-size: .875rem;
    top: 2px
}

.compare-tools a i.icon-share:after {
    margin-top: -14px
}

.compare-tools a i:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    background: #b8b8b8;
    height: 24px;
    margin-top: -12px
}

.compare-product-image {
    position: relative
}

.compare-product-image img {
    width: 100%;
    display: block
}

.compare-product-image .cancel-compare {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 18px;
    height: 18px;
    background: #fff;
    color: #9e9e9e;
    border-radius: 100%
}

.compare-product-image .cancel-compare:hover {
    color: #0096db
}

.compare-product-image .cancel-compare i {
    font-size: 1.375rem;
    position: relative;
    left: -1px;
    top: -1px
}

.filters-loop-page .compare-heading .page-title,.filters-loop-page.admin-bar .compare-heading .page-title {
    padding: 0 1.25rem
}

.filters-loop-page .compare-heading .compare-tools,.filters-loop-page.admin-bar .compare-heading .compare-tools {
    display: none
}

.product-compare .landing-content-wrap {
    padding: 1.25rem
}

.product-comparison {
    table-layout: fixed;
    border-collapse: collapse;
    display: none
}

.product-comparison .product-images td,.product-comparison .product-images th {
    padding: 0;
    border-bottom: 1px solid #acacac;
    width: 16.66666666666667%
}

.product-comparison .product-images td .h5,.product-comparison .product-images td h5,.product-comparison .product-images th .h5,.product-comparison .product-images th h5 {
    margin: 0;
    padding: .9375rem 1.25rem;
    text-transform: capitalize
}

.product-comparison .first-col {
    text-align: left;
    padding: .9375rem 1.25rem;
    text-transform: capitalize;
    font-weight: 400;
    background: #fcfcfc;
    vertical-align: top
}

.product-comparison td,.product-comparison th {
    border: 1px solid #e2e2e2
}

.product-comparison td.add-another,.product-comparison td.table-filler,.product-comparison th.add-another,.product-comparison th.table-filler {
    background: #fafafa!important;
    border-color: #fafafa!important;
    border-right-color: #e2e2e2!important
}

.product-comparison .product-images td.table-filler {
    border-top-color: #e2e2e2!important
}

.product-comparison .add-another {
    text-align: center
}

.product-comparison .add-another.another-link {
    border-top: 1px solid #e2e2e2!important
}

.product-comparison .add-another.another-link a {
    display: inline-block;
    position: relative;
    top: -20px;
    background: #fff;
    border: 1px solid #e2e2e2;
    color: #b8b8b8;
    padding: .3125rem .25rem;
    font-weight: 700
}

.product-comparison .add-another.another-link a i {
    position: relative;
    margin-left: 10px;
    top: 1px
}

.product-comparison .add-another.another-link a:hover {
    color: #0096db
}

.product-comparison .add-another.another-link a:hover i {
    color: #0096db
}

.product-comparison .first-row td,.product-comparison .first-row th {
    border-top: 0
}

.product-comparison .last-row td,.product-comparison .last-row th {
    border-bottom: 0
}

.product-comparison tbody td {
    text-align: center;
    vertical-align: middle
}

.product-comparison tbody td .has-feature {
    color: #7e7e7e
}

.product-comparison tbody td .has-feature:after {
    content: '';
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background: #7e7e7e;
    border-radius: 100%
}

.product-comparison tbody .section-header td,.product-comparison tbody .section-header th {
    background: #f6f6f6;
    height: 62px;
    text-align: left;
    padding-left: 1.25rem;
    border-top: 1px solid #acacac;
    border-bottom: 1px dotted #acacac
}

.product-comparison .additional-info td {
    text-align: left;
    vertical-align: top;
    padding: .9375rem 1.25rem 3.125rem 1.25rem
}

.product-comparison .additional-info td ol {
    margin-top: 0
}

.product-comparison .additional-info td ol li {
    margin-bottom: 10px
}

.product-comparison .footer td {
    height: 140px
}

.product-comparison .footer td.footer-td {
    border-bottom: 1px solid #fff
}

.brand-lander-content .item-content {
    height: 365px
}

.brand-bio {
    padding-top: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.brand-bio:after,.brand-bio:before {
    content: " ";
    display: table
}

.brand-bio:after {
    clear: both
}

.brand-bio .brand-overview {
    margin-bottom: 3.125rem
}

.brand-logo {
    margin-bottom: .9375rem
}

.cover-image-companion .brand-logo {
    margin-top: 2.5rem
}

.contact-form_wrapper {
    margin: -1.25rem
}

.contact-form_wrapper .select2-container .select2-choice>.select2-chosen {
    text-transform: none;
    font-size: .75rem
}

.contact-form {
    background: #f6f6f6;
    padding-top: 2.5rem;
    margin-bottom: 0
}

.contact-form:after,.contact-form:before {
    content: " ";
    display: table
}

.contact-form:after {
    clear: both
}

.contact-form .gsection .h2,.contact-form .gsection h2 {
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: .625rem
}

.contact-form .gform_fields>li {
    padding: 0 1.25rem
}

.contact-form .gform_fields .topic-select {
    width: 100%;
    float: none;
    left: 0;
    background: #fff;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    position: relative
}

.contact-form .gform_fields .topic-select .select2-choice {
    background: #f6f6f6
}

.form-description.gsection .h2,.form-description.gsection h2 {
    border: none
}

.required-helper-text .h2,.required-helper-text h2 {
    font-size: .6875rem;
    font-family: Arial,sans-serif;
    color: #999
}

.budget .select2-container,.office-employees .select2-container,.office-sf .select2-container,.topic-select .select2-container,.user-city .select2-container,.user-country .select2-container {
    width: 100%!important
}

.contact-form_wrapper .gform_footer {
    clear: both;
    padding: 1.25rem
}

.image-card.has-tools .product-title {
    margin: 0
}

.image-card.has-tools .product-info {
    height: 100px
}

.text-card .item-content {
    padding: 1.25rem
}

.text-card .card-title {
    margin-top: -.15em;
    margin-bottom: 2rem
}

.text-card .text-link-button {
    text-decoration: none;
    margin-bottom: .5em
}

.text-card .item-content>:last-child {
    margin-bottom: 0
}

.magazine-card {
    position: relative;
    overflow: hidden;
    background: #fff
}

.magazine-card hgroup {
    margin-bottom: 2.1875rem
}

.magazine-card hgroup .h2,.magazine-card hgroup .h5,.magazine-card hgroup h2,.magazine-card hgroup h5 {
    margin-top: -.15em;
    line-height: 1.25;
    margin: 0
}

.magazine-card .magazine-card-content,.magazine-card .magazine-card-thumbnail {
    float: left;
    width: 50%
}

.magazine-card-content {
    padding: 1.25rem
}

.magazine-card-content .text-link-button {
    text-decoration: none
}

.magazine-card-content .text-link-button i {
    font-size: 100%;
    vertical-align: top
}

.magazine-card-excerpt {
    padding-bottom: 1em
}

.magazine-card-thumbnail img {
    display: block;
    width: 100%;
    max-width: none;
    max-height: none
}

.card-location .post-image {
    position: relative
}

.card-location .card-heading {
    font-size: 16px;
    text-transform: none
}

.card-location .post-excerpt a {
    text-decoration: none
}

.gcard__section-heading {
    text-align: center;
    font-size: 18px;
    line-height: 1.5333;
    margin-top: 30px
}

.gcard-wrap.gcard-wrap--padded {
    margin-top: 20px;
    margin-bottom: 20px
}

.gcard__inner {
    background: #fff
}

.gcard__title {
    font-size: 13px;
    line-height: 1.2
}

.gcard__details p {
    font-size: 14px;
    line-height: 1.53
}

.gcard__inner {
    position: relative;
    overflow: hidden;
    background-color: #fff
}

.gcard__figure {
    position: relative;
    background: rgba(205,205,205,.3) url(../img/placeholder/resource-center/16-9-Missing-Image-Card.png) center no-repeat;
    background-size: contain
}

.gcard__figure:before {
    content: '';
    display: block;
    padding-bottom: 56.25%
}

.gcard__figure img {
    max-width: 100%;
    height: auto
}

.gcard__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.gcard__image--has-icon:after {
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f6f6f6;
    color: #595959;
    transition: all .15s ease-in-out
}

.gcard__image--has-icon:hover:after {
    color: #191919;
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.gcard--post-type-podcast .gcard__image--has-icon:after {
    content: ""
}

.gcard--feature--video .gcard__image--has-icon:after,.gcard--post-type-video .gcard__image--has-icon:after {
    content: "";
    letter-spacing: -4px
}

.gcard__meta-item {
    font-size: 12px;
    color: #595959;
    text-decoration: underline;
    font-style: italic;
    margin-bottom: 0;
    line-height: 1.5
}

.gcard__figure img {
    max-width: 100%;
    height: auto
}

.gcard__content,.gcard__podcast {
    position: relative;
    overflow: hidden;
    padding: 10px;
    background: #fff
}

.gcard__actions {
    list-style: none;
    padding: 0;
    margin: 10px 0
}

.gcard__actions-item {
    display: inline-block;
    margin-bottom: 10px
}

.gcard__actions-item-link {
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #595959
}

#desktop-nav .desktop-nav-item.find-a-dealer .gcard__actions-item-link a:before,.footer-social-nav ul li .gcard__actions-item-link a,.gcard__actions-item-link #desktop-nav .desktop-nav-item.find-a-dealer a:before,.gcard__actions-item-link .footer-social-nav ul li a,.gcard__actions-item-link .icon,.gcard__actions-item-link .mobile-menu li.find-a-dealer a:before,.gcard__actions-item-link .sccp__content:before,.gcard__actions-item-link .select2-container .select2-choice .select2-arrow b:before,.gcard__actions-item-link .select2-search:before,.gcard__actions-item-link .single-tribe_events .tribe-events-notices ul li:before,.gcard__actions-item-link .validation_message:before,.mobile-menu li.find-a-dealer .gcard__actions-item-link a:before,.select2-container .select2-choice .select2-arrow .gcard__actions-item-link b:before,.single-tribe_events .tribe-events-notices ul .gcard__actions-item-link li:before {
    margin-right: 11px;
    font-size: 18px;
    line-height: 11px;
    top: 3px;
    vertical-align: middle
}

.gcard-wrap--feature {
    margin-bottom: 15px
}

.landing-content-wrap--media .gcard-wrap--feature {
    margin-bottom: 60px
}

.gcard--feature {
    width: 100%;
    float: none
}

.gcard--feature.gcard--feature--video {
    color: #fff;
    background: #191919
}

.gcard--feature .gcard__inner {
    padding-right: 0
}

.gcard--feature .gcard__content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1176px
}

.gcard--feature .gcard__content:after,.gcard--feature .gcard__content:before {
    content: " ";
    display: table
}

.gcard--feature .gcard__content:after {
    clear: both
}

.gcard--feature--video .gcard__content {
    color: #fff;
    background: #191919;
    padding-bottom: 20px
}

.gcard--feature .gcard__figure {
    overflow: hidden
}

.gcard--feature .gcard__figure:before {
    padding-bottom: 33.77%;
    transition: padding .5s ease-out
}

.gcard--feature .gcard__figure.gcard__video--activated {
    color: #fff;
    background: #191919
}

.gcard--feature .gcard__figure.gcard__video--activated:before {
    padding-bottom: 56.25%;
    transition: padding .5s ease-in
}

.gcard--feature--video .gcard__meta a {
    color: #fff
}

.gcard--feature--video .gcard__meta a:focus,.gcard--feature--video .gcard__meta a:hover {
    color: #0096db
}

.gcard--feature .gcard__title {
    line-height: 1.25;
    font-size: 20px
}

.gcard--feature--video .gcard__title .h2,.gcard--feature--video .gcard__title h2 {
    color: #fff
}

.gcard--feature .gcard__details {
    line-height: 1.45
}

.gcard--feature .gcard__details p {
    font-size: 15px
}

.gcard--feature.gcard--feature--podcast .gcard__toolbar {
    padding-bottom: 0
}

.gcard--feature .gcard__issue-features {
    font-size: 13px;
    line-height: 1.5333
}

.gcard--feature .gcard__issue-features span {
    font-weight: 700
}

.gcard--feature--video .gcard__podcast {
    display: none
}

.gcard__podcast .sc-custom-player {
    padding-top: 0;
    padding-bottom: 0
}

.gcard__podcast .sccp__heading {
    display: none
}

.gcard__video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

.gcard__video-wrap iframe {
    width: 100%;
    height: 100%;
    padding: 10px 10px 0 10px
}

.gcard__video-cover {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: 0 0;
    border: 0;
    z-index: 2;
    opacity: 1;
    transition: z-index .5s step-start,opacity .5s ease-out
}

.gcard__video--activated .gcard__video-cover {
    z-index: -1;
    opacity: 0;
    transition: z-index .5s step-end,opacity .5s ease-in
}

.gcard--feature-alt .gcard__inner {
    display: block;
    background-color: #fff
}

.gcard--feature-alt .gcard__title {
    line-height: 1.25;
    font-size: 20px
}

.gcard--feature-alt .gcard__details p {
    font-size: 15px
}

.gcard--feature-alt .gcard__figure {
    display: block
}

.gcard--feature-alt .gcard__figure a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.gcard--feature-alt .gcard__content {
    display: block
}

.gcard--feature-alt .gcard__image {
    display: block
}

.gcard--feature-alt .gcard__image:before {
    display: none;
    content: '';
    padding: 0
}

.gcard-wrap--masonry {
    position: relative
}

.gcard--masonry {
    margin: 0;
    border: 0;
    padding: 0 10px 20px;
    width: 100%
}

.gcard--masonry .gcard__inner {
    position: relative;
    min-height: 80px
}

.gcard--masonry .gcard__figure {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 140px
}

.gcard--masonry .gcard__image {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%
}

.gcard--masonry .gcard__content {
    margin-left: 140px
}

.gcard--masonry .gcard__details {
    display: none
}

.gcard--masonry .gcard__title {
    margin-bottom: 0
}

.gcard--related {
    float: left;
    width: 260px;
    padding: 0 5px
}

.gcard--masonry-ad {
    margin: 0;
    border: 0;
    padding: 0 10px 20px;
    width: 100%
}

.gcard--masonry-ad .gcard__figure {
    width: 100%;
    height: 100%;
    display: block
}

.gcard--masonry-ad .gcard__figure:before {
    padding-bottom: 133%
}

.gcard--masonry-ad .gcard__image {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.gcard__sidebar {
    display: block;
    margin: 0;
    border: 0;
    padding: 0 0 20px;
    width: 100%
}

.gcard-sidebar__inner {
    overflow-y: scroll;
    margin: 0 -5px
}

.gcard-sidebar__track {
    width: 1040px
}

.gcard__tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(184,184,184,.4)
}

.gcard__tabs:after,.gcard__tabs:before {
    content: " ";
    display: table
}

.gcard__tabs:after {
    clear: both
}

.gcard__tabs.gcard__tabs--both {
    border: none
}

.landing-content-wrap--media .gcard__tabs {
    background: 0 0
}

.gcard__tab-item {
    width: 100%;
    margin: 0;
    padding: 0
}

.gcard__tabs--both .gcard__tab-item {
    width: 50%;
    float: left
}

.gcard__tab-button {
    width: 100%;
    font-size: 14px;
    line-height: 1.85;
    font-weight: 700;
    text-align: center;
    padding: 5px;
    color: #fff;
    background: #cdcdcd;
    transition: .2s
}

.gcard__tab-button:focus,.gcard__tab-button:hover {
    background: #0096db
}

.gcard__tab-button.gcard__tab-button--active {
    color: #191919;
    background: #fff
}

.gcard__tab-button.gcard__tab-button--active:focus,.gcard__tab-button.gcard__tab-button--active:hover {
    cursor: default
}

.gcard-sidebar__posts-wrap.gcard-sidebar__posts-wrap--hidden {
    display: none
}

.gcard--alt {
    width: 250px;
    float: left;
    text-align: center;
    margin: 0 5px;
    background: #fff
}

.gcard--alt .gcard__inner {
    width: 180px;
    margin: 0 auto;
    padding: 45px 0
}

.gcard--alt .gcard__content {
    padding: 10px 0
}

.gcard--alt .gcard__title {
    font-size: 15px;
    line-height: 1.3333;
    margin-bottom: 0
}

.gcard--alt .gcard__meta-item {
    font-size: 12px;
    line-height: 1.5
}

.gcard__toolbar {
    display: none;
    padding-top: 20px;
    opacity: 0;
    transition: opacity .3s ease-out
}

.gcard--has-toolbar .gcard__figure {
    transition: transform .3s ease-out
}

.gcard--has-toolbar .gcard__content {
    transition: transform .3s ease-out
}

.gcard__toolbar .article__toolbar {
    text-align: left;
    margin-top: 5px
}

.gcard__toolbar .article__toolbar .comments-count,.gcard__toolbar .article__toolbar .rss {
    display: none
}

.vex header {
    padding: 1.25rem
}

.vex header .h4,.vex header h4 {
    font-weight: 400;
    color: #8e8e8e;
    margin: 0
}

.vex article {
    padding: 1.25rem
}

.vex .vex-dialog-buttons {
    padding: 0 1.25rem 1.25rem 1.25rem
}

.vex-standard header {
    border-bottom: 1px solid #bdbdbd
}

.vex-standard article {
    font-size: .75rem
}

.vex-standard .link-highlight {
    display: block;
    margin-top: .625rem
}

.vex-standard .help-text {
    margin-top: 2.5rem
}

.vex-theme-plain.sign-in .h4,.vex-theme-plain.sign-in h4 {
    font-weight: 400;
    margin: 0 0 10px 0
}

.vex-theme-plain.sign-in p {
    color: #8e8e8e
}

.vex-theme-plain.sign-in .vex-open.vex-login {
    font-weight: 600
}

.vex-theme-plain.sign-in .signup-benefits-mobile {
    padding: 1.25rem;
    min-height: 100px
}

.vex-theme-plain.sign-in .signup-message {
    padding: 1.25rem;
    border-bottom: 1px solid #e3e3e3
}

.vex-theme-plain.sign-in .vex-dialog-buttons {
    padding: 1.25rem;
    background: #f6f6f6
}

.vex-theme-plain.sign-in .signup-benefits {
    padding: 1.25rem;
    display: none
}

.vex-theme-plain.sign-in .signup-benefits li {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 50%;
    float: left
}

.vex-theme-plain.sign-in .signup-benefits i {
    color: #b2b2b2;
    font-size: 8.75rem;
    display: inline-block;
    margin-bottom: 20px;
    float: left;
    margin-right: 10px
}

.vex-theme-plain.sign-in .signup-benefits .h5,.vex-theme-plain.sign-in .signup-benefits h5 {
    color: #b2b2b2;
    font-size: 1.25rem
}

.vex-theme-plain.sign-in .signup-benefits .h6,.vex-theme-plain.sign-in .signup-benefits h6 {
    font-size: .6875rem;
    text-transform: uppercase
}

.vex-theme-plain.sign-in .signup-benefits p {
    padding-right: 20px
}

.vex-theme-plain.sign-in .signup-benefits .prompt {
    font-size: .875rem
}

.signup-complete header {
    padding: 1.25rem
}

.signup-complete header .h4,.signup-complete header h4 {
    font-weight: 400;
    color: #8e8e8e;
    margin: 0
}

.signup-complete p {
    max-width: 300px;
    color: #8e8e8e;
    font-size: .875rem
}

.signup-complete .relation-select {
    padding-top: 30px
}

.signup-complete .other-profession-wrap {
    display: none
}

.signup-complete .other-profession-wrap label {
    display: block;
    font-size: .75rem;
    padding-top: 15px
}

.signup-complete #industries-other {
    clear: both;
    float: none;
    display: block;
    max-width: 600px
}

.signup-complete .vex-dialog-buttons {
    padding: 1.25rem;
    background: #f6f6f6
}

.signup-complete fieldset {
    padding: 1.25rem;
    border-bottom: 1px solid #d4d4d4
}

.signup-complete fieldset.no-border {
    border: 0
}

.signup-complete .h6,.signup-complete h6 {
    margin: 0;
    font-size: .6875rem;
    text-transform: uppercase;
    color: #6f6f6f;
    margin-bottom: 1.25rem
}

.signup-complete .heading-text {
    font-size: .6875rem;
    text-transform: uppercase;
    color: #6f6f6f;
    font-weight: 600;
    margin-bottom: .625rem
}

.signup-complete .light-heading {
    color: #bababa
}

.signup-complete .group-heading {
    padding: 1.25rem;
    border-bottom: 1px solid #d4d4d4
}

.signup-complete .group-heading .h5,.signup-complete .group-heading h5 {
    margin: 0;
    font-size: .6875rem;
    text-transform: uppercase;
    color: #6f6f6f
}

.signup-complete .large-checkbox {
    margin-bottom: 1.25rem
}

.signup-complete .large-checkbox.active {
    color: #191919
}

.signup-complete .light-gray {
    background: #f6f6f6
}

.vex.vex-image.vex-theme-plain {
    -webkit-transform: translate3d(0,0,0)
}

.vex.vex-image.vex-theme-plain * {
    -webkit-transform: translate3d(0,0,0)
}

.vex.vex-image.vex-theme-plain header {
    height: 65px
}

.vex.vex-image.vex-theme-plain .vex-dialog-message {
    padding: 2.25rem .5rem 0
}

.vex.vex-image.vex-theme-plain .vex-dialog-buttons {
    padding: 0
}

.vex.vex-image.vex-theme-plain .vex-content {
    padding: 10px
}

.vex.vex-image.vex-theme-plain .vex-image-next,.vex.vex-image.vex-theme-plain .vex-image-previous {
    width: 40px;
    height: 40px;
    background: 0 0;
    display: inline-block;
    border: 0;
    margin: 20px 0;
    position: relative
}

.vex.vex-image.vex-theme-plain .vex-image-next i,.vex.vex-image.vex-theme-plain .vex-image-previous i {
    font-size: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    color: #eee;
    border-radius: 100%
}

.vex.vex-image.vex-theme-plain .vex-image-next b,.vex.vex-image.vex-theme-plain .vex-image-previous b {
    background: #6f6f6f;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 3px;
    top: 3px;
    border-radius: 100%;
    display: block
}

.vex.vex-image.vex-theme-plain .vex-image-previous {
    float: left
}

.vex.vex-image.vex-theme-plain .vex-image-next {
    float: right
}

.vex.vex-image.vex-theme-plain .vex-close:before {
    font-family: steelcase;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #9e9e9e;
    top: 23px;
    right: 10px
}

.vex.vex-image.vex-theme-plain .vex-close:hover:before {
    background: 0 0!important;
    color: #6f6f6f!important
}

.vex.vex-image.vex-theme-plain .image-container {
    position: relative;
    overflow: hidden
}

.vex.vex-image.vex-theme-plain .image-container #vex-gallery-image {
    position: relative;
    text-align: center;
    height: 100%;
    overflow: hidden
}

.vex.vex-image.vex-theme-plain .image-container #vex-gallery-image.loaded img {
    position: relative;
    opacity: 1
}

.vex.vex-image.vex-theme-plain .image-container #vex-gallery-image.loaded img.gallery-filler {
    display: none
}

.vex.vex-image.vex-theme-plain .image-container #vex-gallery-image .image-mask {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.vex.vex-image.vex-theme-plain .image-container #vex-gallery-image img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    max-height: 100%;
    opacity: 0;
    transition: opacity .4s ease-in;
    vertical-align: bottom;
    -moz-backface-visibility: hidden;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none
}

.vex.vex-image.vex-theme-plain .image-container #vex-gallery-image img.gallery-filler {
    position: relative;
    left: auto;
    top: auto
}

.vex.vex-image.vex-theme-plain .image-container #vex-gallery-image img.loading {
    visibility: hidden!important
}

.touch .vex.vex-image.vex-theme-plain .image-container .vex-image-next,.touch .vex.vex-image.vex-theme-plain .image-container .vex-image-previous,.vex.vex-image.vex-theme-plain .image-container:hover .vex-image-next,.vex.vex-image.vex-theme-plain .image-container:hover .vex-image-previous {
    opacity: 1
}

.vex.vex-image.vex-theme-plain .image-info {
    position: relative;
    padding-bottom: 10px
}

.vex.vex-image.vex-theme-plain .image-info .image-title {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.vex.vex-image.vex-theme-plain .image-actions a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: .6875rem;
    font-weight: 600;
    padding: .625rem 3.125rem .625rem 1.25rem;
    transition: background-color .2s ease-in;
    background: #acacac;
    margin-top: 6px;
    color: #fff
}

.vex.vex-image.vex-theme-plain .image-actions a:hover {
    background: #949494
}

.vex.vex-image.vex-theme-plain .image-actions a.is-saved {
    background: #7e7e7e
}

.vex.vex-image.vex-theme-plain .image-actions a.is-saved:hover {
    background: #595959
}

.vex.vex-image.vex-theme-plain .image-actions a i {
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 9px
}

.vex-video {
    padding: 0;
    background: 0 0;
    text-align: left
}

.vex-video article {
    color: #8e8e8e;
    font-size: .875rem
}

.pull-image .vex-video .wp-caption-text+article,.vex-video .content-well+article,.vex-video .pull-image .wp-caption-text+article {
    padding-top: 0
}

.video-wrap {
    height: 0;
    padding-bottom: 56.25%;
    position: relative
}

.video-wrap iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%!important;
    height: 100%!important
}

#content .loop-card-group {
    float: right
}

.lightbox-demo {
    padding: .625rem;
    background: #fff;
    min-height: 400px
}

.fsl-headline {
    display: block;
    text-transform: uppercase;
    color: #6f6f6f;
    font-weight: 600;
    font-size: .75rem;
    background: #fff;
    padding: 20px 60px 20px 20px;
    height: 60px
}

.fsl-wrap {
    background: #f8f8f8;
    padding: 1.25rem;
    position: relative
}

.fsl-wrap .image-prompt {
    margin-bottom: 20px;
    float: left;
    padding: 0 .3125rem
}

.fsl-wrap .text-prompt {
    float: left;
    padding: 0 .3125rem;
    max-width: 294px
}

.fsl-wrap .text-prompt .h5,.fsl-wrap .text-prompt h5 {
    text-transform: uppercase;
    font-size: 13px
}

.fsl-wrap .text-prompt p {
    margin: 0 0 30px 0;
    font-size: 12px;
    color: #8e8e8e
}

.fsl-wrap .close-fsl-intro {
    padding: 0;
    margin: 0;
    position: absolute;
    top: -40px;
    right: 20px;
    font-size: 30px;
    color: #e3e3e3;
    background: 0 0
}

.fsl-wrap .close-fsl-intro i {
    position: absolute;
    background: #8e8e8e;
    width: 24px;
    height: 24px;
    left: 3px;
    top: 3px;
    border-radius: 100%;
    z-index: 4
}

.fsl-wrap .close-fsl-intro:before {
    position: relative;
    z-index: 5
}

.fsl-wrap .close-fsl-intro:hover i {
    background: #7e7e7e
}

.blog-loop {
    padding-left: .3125rem;
    padding-right: .3125rem
}

.blog-loop .featured-image {
    background: #fff
}

.author-item .featured-image,.blog-item .featured-image {
    background: #fff
}

.author-item .featured-image img,.blog-item .featured-image img {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.author-item .featured-image a,.blog-item .featured-image a {
    display: block;
    position: relative;
    overflow: hidden
}

.author-item .featured-image a:after,.blog-item .featured-image a:after {
    content: '';
    display: block;
    padding-top: 75%
}

.author-item .featured-image img {
    top: -12.5%
}

.blog-header {
    position: relative
}

.blog-header:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.2607204117%
}

.blog-header>.fill-ar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.blog-header .header-banner {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.select2-simple-select .select2-results {
    max-height: 300px
}

.select2-simple-select .select2-results .select2-result-label {
    padding-top: 5px;
    padding-bottom: 5px
}

.loop-items img {
    max-width: 100%!important
}

.loop-items .card-content {
    padding-bottom: 2.5rem
}

.loop-items .post-info {
    font-style: italic;
    font-size: .8125rem;
    margin-bottom: .625rem
}

.loop-items .post-info strong {
    font-weight: 600;
    color: #191919
}

.filter-sidebar form {
    margin: 0
}

.filter-sidebar .filters-title {
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px
}

.filter-sidebar legend {
    margin: 0;
    padding: 0
}

.filter-sidebar .form-helper {
    border-top: 1px solid #c2c2c2;
    padding-top: 20px;
    margin: 0 0 5px 0
}

.filter-sidebar .form-helper.revit-contact {
    border-top: 0;
    padding-top: 0
}

.filter-sidebar .filters-card {
    position: relative
}

.filter-sidebar .filters-card.industry-select,.filter-sidebar .filters-card.product-select {
    padding: 0
}

.filter-sidebar .filters-card.industry-select .filters-title,.filter-sidebar .filters-card.product-select .filters-title {
    margin-top: 10px
}

.filter-sidebar .desktop-only {
    display: none
}

.filter-sidebar .h5,.filter-sidebar h5 {
    text-transform: uppercase;
    font-size: .75rem
}

.filter-sidebar .clear-filters {
    border: 0;
    padding: 0;
    background: 0 0;
    font-weight: 600;
    font-size: .75rem;
    color: #8e8e8e;
    position: absolute;
    right: 1.25rem;
    top: 1.375rem
}

.filter-sidebar .plan-types label {
    display: block;
    width: 100%;
    height: 72px;
    margin: 0 0 .625rem 0;
    padding: 1rem 3.6875rem 1rem 1rem;
    background: #f6f6f6;
    font-weight: 600;
    border: 0;
    color: #6f6f6f;
    font-size: .75rem;
    position: relative;
    border-radius: 3px
}

.filter-sidebar .plan-types label i {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    padding: 0 .5rem;
    line-height: 72px;
    font-size: 1.25rem;
    background: #969696;
    border-radius: 0 3px 3px 0
}

.filter-sidebar .plan-types small {
    display: block;
    color: #8e8e8e;
    font-family: Arial;
    margin-top: .3125rem
}

.filter-sidebar .plan-types input[type=checkbox]:checked+label {
    background: #a3a3a3;
    color: #fff
}

.filter-sidebar .plan-types input[type=checkbox]:checked+label i {
    display: block
}

.filter-sidebar .plan-types input[type=checkbox]:checked+label small {
    color: #e6e5e5
}

.filter-sidebar .plan-types input[type=checkbox] {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.filter-sidebar .plan-type-options {
    clear: both;
    padding-top: 1rem
}

.filter-sidebar .keyword-search {
    padding: .625rem 0 0
}

.filter-sidebar .keyword-search .search {
    margin-bottom: 0
}

.filter-sidebar .keyword-search .tagged-search-results {
    margin: 0
}

.filter-sidebar .keyword-search .tagged-search-tag:first-child {
    margin-top: .625rem
}

.filter-sidebar fieldset {
    position: relative
}

.filter-sidebar fieldset:after,.filter-sidebar fieldset:before {
    content: " ";
    display: table
}

.filter-sidebar fieldset:after {
    clear: both
}

.filter-sidebar fieldset.dotted-border {
    border-bottom: 1px dotted #595959
}

.filter-sidebar fieldset.dotted-border:last-child {
    border: 0
}

.filter-sidebar fieldset.no-border {
    border: none
}

.filter-sidebar fieldset.compact {
    padding: 1px 0
}

.filter-sidebar fieldset.compact-bottom {
    padding-bottom: 5px
}

.filter-sidebar fieldset.compact-top {
    padding-top: 5px
}

.filter-sidebar fieldset:last-child {
    border: 0
}

.filter-sidebar fieldset p {
    font-size: .6875rem;
    color: #b6b7b7;
    margin-bottom: 0
}

.filter-sidebar .select-filter legend {
    margin-bottom: 10px
}

.filter-sidebar .legend-wrap {
    float: left
}

.filter-sidebar .add-filter {
    position: relative;
    float: right;
    text-transform: none;
    font-weight: 400;
    color: #333;
    margin: 0 .125rem 0;
    font-size: .6875rem;
    padding-right: 25px;
    top: -3px;
    z-index: 8
}

.filter-sidebar .add-filter span {
    position: relative;
    top: 4px
}

.filter-sidebar .add-filter:focus .icon-plus-sign,.filter-sidebar .add-filter:hover .icon-plus-sign {
    color: #cdcdcd
}

.filter-sidebar .add-filter:focus .icon-plus-sign:after,.filter-sidebar .add-filter:hover .icon-plus-sign:after {
    background: #6f6f6f
}

.filter-sidebar .icon-plus-sign {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 100%;
    font-size: 1.25rem;
    display: inline-block;
    color: #e3e3e3
}

.firefox .filter-sidebar .icon-plus-sign {
    top: 2px
}

.filter-sidebar .icon-plus-sign:after {
    position: absolute;
    z-index: -1;
    left: 1px;
    top: 2px;
    width: 15px;
    height: 15px;
    content: '';
    background: #a3a3a3;
    border-radius: 100%
}

.filter-sidebar .multi-select2-open .add-filter .icon-plus {
    background: #949494;
    color: #fff
}

.filter-sidebar .icon-remove {
    position: absolute;
    right: .5rem;
    top: .5rem
}

.filter-sidebar .select2-container-multi .select2-search-choice-close {
    position: absolute;
    left: auto;
    width: 1.75rem;
    height: 1.75rem;
    right: 0;
    top: 0
}

.filter-sidebar .select2-container-multi .select2-choices {
    top: 5px
}

.filter-sidebar .select2-container-multi .select2-choices .select2-search-choice:first-child {
    margin-top: 15px
}

.filter-sidebar .select2-container {
    z-index: 8
}

.filter-sidebar select {
    clear: both;
    display: block
}

.filter-sidebar .select2-container {
    width: 100%
}

.filter-sidebar .multi-filter-select .select2-search-field {
    display: none
}

.filter-sidebar .multi-options-set .legend-wrap {
    float: none
}

.filter-sidebar .horizontal-filter-options {
    list-style-type: none;
    clear: both;
    margin: 20px 0 0 0;
    padding: .1875rem;
    background: #f2f2f2;
    box-shadow: inset 0 2px 2px 0 rgba(50,50,50,.2);
    border-radius: 3px
}

.filter-sidebar .horizontal-filter-options li {
    float: left;
    margin-bottom: 0
}

.filter-sidebar .horizontal-filter-options li a {
    display: block;
    border: 1px solid transparent;
    font-size: .6875rem;
    margin: 0 .0625rem .0625rem 0;
    padding: .375rem .625rem;
    border-radius: 3px
}

.filter-sidebar .horizontal-filter-options li a.active,.filter-sidebar .horizontal-filter-options li a:hover {
    color: #fff;
    border: 1px solid #949494;
    background: #a3a3a3
}

.filter-sidebar .horizontal-filter-options-items {
    display: none;
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0
}

.filter-sidebar .horizontal-filter-options-items.active {
    display: block
}

.filter-sidebar .horizontal-filter-options-items input {
    display: none
}

.filter-sidebar .horizontal-filter-options-items label {
    color: #8e8e8e;
    font-size: .6875rem;
    height: 2.125rem;
    line-height: 1.875rem
}

.filter-sidebar .horizontal-filter-options-items label i {
    visibility: hidden
}

.filter-sidebar .horizontal-filter-options-items label.active i {
    visibility: visible
}

.filter-sidebar .horizontal-filter-options-items .input-box {
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #d9d9d9;
    background: #f2f2f2;
    height: 1.875rem;
    width: 1.875rem;
    line-height: em-calc(30px);
    border-radius: 3px
}

.filter-sidebar .filter-search {
    position: relative
}

.filter-sidebar .filter-search .icon-search,.filter-sidebar .filter-search .select2-search:before {
    display: block;
    position: relative
}

.filter-sidebar .filter-search .icon-search:before,.filter-sidebar .filter-search .select2-search:before {
    font-size: .8125rem;
    position: absolute;
    left: 12px;
    top: 12px;
    color: #7e7e7e
}

.filter-sidebar .filter-search .icon-search:after {
    content: '';
    position: absolute;
    left: 33px;
    top: 12px;
    height: 13px;
    width: 1px;
    border-right: 1px dotted #7e7e7e
}

.filter-sidebar .filter-search input {
    font-family: "Helvetica Neue","Helvetica W01",Helvetica,sans-serif;
    padding: 0 0 0 40px;
    height: 38px
}

.ja .filter-sidebar .filter-search input {
    font-family: "Helvetica Neue","Helvetica W01",Helvetica,"YU Gothic (OEM) W50",Meiryo,メイリオ,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Hiragino,ヒラギノ,sans-serif
}

.zh_CN .filter-sidebar .filter-search input {
    font-family: "Helvetica Neue","Helvetica W01",Helvetica,"Microsoft Yahei",微软雅黑,"Hiragino Sans GB",冬青黑体简体中文,STXihei,华文细黑,sans-serif
}

.filter-sidebar .filter-search input:-moz-placeholder,.filter-sidebar .filter-search input::-moz-placeholder {
    line-height: 36px
}

.filter-sidebar .filter-search input:focus {
    background: #fff;
    border-color: #d4d4d4
}

.filter-sidebar .filter-search .filter-search-dropdown {
    display: none;
    background: #fff;
    max-height: 220px;
    width: 100%;
    margin-top: -1.125rem;
    border: 1px solid #d4d4d4;
    border-top: 0;
    position: absolute;
    top: 50px;
    z-index: 9;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 1px 2px rgba(136,136,136,.3)
}

.filter-sidebar .filter-search .filter-search-dropdown.loading {
    height: 54px
}

.filter-sidebar .filter-search .filter-search-dropdown .result-group {
    padding-top: .625rem;
    padding-bottom: .625rem;
    color: #7e7e7e;
    font-size: .875rem
}

.filter-sidebar .filter-search .filter-search-dropdown .result-group .h6,.filter-sidebar .filter-search .filter-search-dropdown .result-group h6,.filter-sidebar .filter-search .filter-search-dropdown .result-group li {
    padding-left: .625rem;
    padding-right: .625rem
}

.filter-sidebar .filter-search .filter-search-dropdown .result-group .h6,.filter-sidebar .filter-search .filter-search-dropdown .result-group h6 {
    color: #7e7e7e;
    border-top: 1px solid #d4d4d4;
    margin: 0;
    padding-top: .625rem;
    padding-bottom: .625rem;
    font-size: .6875rem;
    text-transform: uppercase
}

.filter-sidebar .filter-search .filter-search-dropdown .result-group li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    color: #7e7e7e
}

.filter-sidebar .filter-search .filter-search-dropdown .result-group li:hover {
    background: #eaeaea
}

.filter-sidebar .filter-search .filter-search-dropdown .result-group li.no-results {
    color: #acacac;
    font-size: 13px
}

.filter-sidebar .filter-search .filter-search-dropdown .result-group li.no-results:hover {
    background: 0 0
}

.filter-sidebar .filter-search .filter-search-dropdown .result-group .search-highlight {
    color: #191919
}

.filter-sidebar .filter-search .filter-search-dropdown .sc-loading-spinner {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px
}

.filter-sidebar .filter-search .filter-search-dropdown .sc-loading-spinner i {
    background: #bbb
}

.filter-sidebar .select2-container {
    border: 0
}

.filter-sidebar .select2-container-multi .select2-choices .select2-search-choice {
    line-height: 1.875rem;
    color: #fff;
    font-weight: 600
}

.filter-sidebar .filter-dropdown.sidebar-filter {
    background: #f2f2f2
}

.filter-sidebar .filter-dropdown.sidebar-filter .select2-choice {
    background: #f2f2f2;
    display: block;
    padding: 0 2.5rem 0 .625rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.75rem
}

.filter-sidebar .filter-dropdown.sidebar-filter .select2-choice .select2-arrow {
    top: 1rem
}

.filter-sidebar .filter-dropdown.sidebar-filter .select2-choice .select2-arrow b:before {
    top: 0
}

.filter-dropdown {
    z-index: 9
}

.filters {
    position: relative
}

.select2-multi-filter-select {
    padding: .625rem 0 0 0;
    background: 0 0
}

.select2-multi-filter-select.select2-drop-above {
    margin-top: -30px
}

.select2-multi-filter-select.select2-drop-above:after {
    top: auto;
    bottom: -12px;
    border-color: rgba(136,183,213,0);
    border-top-color: #949494
}

.select2-multi-filter-select:after {
    top: -2px;
    right: 2%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-bottom-color: #949494;
    border-width: 6px;
    margin-left: -6px
}

.select2-multi-filter-select.select2-drop {
    box-shadow: none
}

.select2-multi-filter-select .select2-results {
    position: relative;
    width: 104%;
    margin-left: -2%;
    padding: .625rem 1.25rem;
    box-shadow: 0 0 3px rgba(0,0,0,.15);
    background: #949494;
    border-radius: 3px
}

.select2-multi-filter-select .select2-no-results {
    color: #fff;
    background: 0 0
}

.select2-multi-filter-select .select2-result-label {
    position: relative;
    padding-left: 0;
    line-height: 1.875rem;
    color: #d9d9d9;
    padding-top: .3125rem;
    padding-bottom: .3125rem
}

.select2-multi-filter-select .select2-result-label:hover {
    color: #fff;
    background: 0 0
}

.select2-multi-filter-select .select2-result-label:hover .icon-plus {
    color: #fff
}

.select2-multi-filter-select li.select2-result-selectable {
    margin: 0
}

.select2-multi-filter-select li.select2-result-selectable.first-selectable .select2-result-label {
    border: 0
}

.select2-multi-filter-select li.select2-result-selectable .icon-plus {
    position: absolute;
    right: 0;
    top: .875rem;
    color: #d9d9d9
}

.multi-category .doc-count-contain {
    display: none
}

#products-filter-form,#products-search-form {
    margin-bottom: 0
}

.pcl-seo-text {
    display: none
}

body.filters-open {
    height: 100vh;
    overflow: hidden
}

.filters-loop-page .product-archive .product-card {
    display: none
}

.filters-loop-page .product-archive .product-card.display-initial {
    display: list-item
}

.filters-loop-page .product-archive.top-level .product-card {
    display: list-item
}

.filters-loop-page .product-archive.filters-active .product-card {
    display: list-item
}

.filters-loop-page .product-archive.filters-active .product-card.display-initial {
    display: list-item
}

.filters-loop-page .product-archive.filters-active .product-loop-footer {
    opacity: 0;
    padding: 1.25rem 0
}

.filters-loop-page .product-archive .active-compare-group .product-card,.filters-loop-page .product-archive.sub-category .product-card {
    display: list-item
}

.filters-loop-page .product-archive .active-compare-group .product-loop-footer,.filters-loop-page .product-archive .active-compare-group .product-loop-header,.filters-loop-page .product-archive.sub-category .product-loop-footer,.filters-loop-page .product-archive.sub-category .product-loop-header {
    display: none
}

.filters-loop-page .product-archive .show-all .product-card {
    display: list-item
}

.filters-loop-page.compare-active .filter-sidebar,.filters-loop-page.compare-active .product-items-wrap,.filters-loop-page.compare-active .static-content-slider-wrap.slider-hero {
    opacity: .3
}

.filters-loop-page.compare-active .product-items-wrap.active-compare-group {
    opacity: 1
}

.filters-loop-page.compare-active .product-items-wrap.active-compare-group .product-loop-header li {
    display: none
}

.filters-loop-page.compare-active .product-items-wrap.active-compare-group .product-loop-header li+li {
    display: block;
    width: 100%
}

.filters-loop-page.compare-active .product-items-wrap.active-compare-group .card.product-card:after {
    display: none
}

.filters-loop-page.compare-active .product-items-wrap.active-compare-group .product-card .compare-mask {
    display: block
}

.filters-loop-page.compare-active .product-items-wrap .card.product-card:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    position: absolute;
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    z-index: 10
}

.filters-loop-page.compare-active .product-card .compare-mask {
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    width: 100%;
    height: 100%;
    opacity: 1;
    display: none
}

.filters-loop-page.compare-active .static-content-slider-wrap.slider-hero .slick-dots {
    z-index: 9
}

.filters-loop-page.compare-active .static-content-slider-wrap.slider-hero:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    position: absolute;
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    z-index: 10
}

.filters-loop-page .filter-sidebar,.filters-loop-page .product-items-wrap,.filters-loop-page .static-content-slider-wrap.slider-hero {
    opacity: 1;
    transition: opacity .3s ease-in
}

.filter-sidebar {
    position: fixed;
    left: 0;
    top: -100vh;
    width: 100%;
    height: 100vh;
    z-index: 11;
    background: rgba(0,0,0,.3);
    -webkit-backface-visibility: hidden
}

.filter-sidebar.filters-open {
    top: 0
}

.animating-menu .filter-sidebar,.menu-open-left .filter-sidebar,.menu-open-right .filter-sidebar {
    display: none
}

.filters {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding: 95px .625rem .625rem;
    overflow-y: scroll;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch
}

.admin-bar .filters {
    padding-top: 141px
}

.post-type-archive-product .filters,.tax-product_category .filters {
    padding-left: 0;
    padding-right: 0
}

.filters-refine {
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
    text-transform: uppercase
}

.post-type-archive-product .filters-refine,.tax-product_category .filters-refine {
    margin-top: 5px
}

.page-heading--filters-page.stuck {
    display: block;
    height: auto;
    position: static;
    box-shadow: none
}

.page-title--filters-page {
    padding-top: 2.8125rem
}

.page-heading.stuck .page-title--filters-page {
    height: auto
}

.mobile-filter-toggle-wrap {
    background: #fff;
    text-align: center;
    position: fixed;
    top: 45px;
    width: 100%;
    z-index: 12
}

.admin-bar .mobile-filter-toggle-wrap {
    top: 91px
}

#mobile-filter-trigger {
    display: block;
    width: 100%;
    height: 2.8125rem;
    margin: 0;
    padding: 0 .625rem;
    font-size: .75rem;
    line-height: 2.8125rem;
    text-transform: uppercase;
    border-bottom: 1px solid #ded8d8;
    color: #595959;
    background: 0 0;
    font-weight: 700
}

#mobile-filter-trigger.toggle-active {
    text-align: left;
    color: #191919
}

#desktop-nav .desktop-nav-item.find-a-dealer #mobile-filter-trigger a:before,#mobile-filter-trigger #desktop-nav .desktop-nav-item.find-a-dealer a:before,#mobile-filter-trigger .footer-social-nav ul li a,#mobile-filter-trigger .icon,#mobile-filter-trigger .mobile-menu li.find-a-dealer a:before,#mobile-filter-trigger .sccp__content:before,#mobile-filter-trigger .select2-container .select2-choice .select2-arrow b:before,#mobile-filter-trigger .select2-search:before,#mobile-filter-trigger .single-tribe_events .tribe-events-notices ul li:before,#mobile-filter-trigger .validation_message:before,.footer-social-nav ul li #mobile-filter-trigger a,.mobile-menu li.find-a-dealer #mobile-filter-trigger a:before,.select2-container .select2-choice .select2-arrow #mobile-filter-trigger b:before,.single-tribe_events .tribe-events-notices ul #mobile-filter-trigger li:before {
    margin-left: 10px
}

#mobile-filter-trigger .icon-remove {
    position: absolute;
    top: 9px;
    right: 10px;
    font-size: .6875rem;
    border: 1px solid #e7e7e7;
    border-radius: 100%;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    display: inline-block
}

.no-touch #mobile-filter-trigger .icon-remove:hover {
    background: #e7e7e7
}

#mobile-filter-trigger .icon-remove:before {
    position: relative;
    top: -1px;
    color: #949494
}

.firefox #mobile-filter-trigger .icon-remove:before {
    top: -1px
}

.clear-form {
    display: none;
    float: right;
    margin-top: 21px;
    padding: 0;
    font-size: .6875rem;
    line-height: 16px;
    font-weight: 700;
    color: #7e7e7e;
    background: 0 0
}

.clear-form:hover {
    color: #595959
}

.post-type-archive-product .clear-form,.tax-product_category .clear-form {
    margin-top: 1px
}

.product-items-wrap {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 100%;
    float: left;
    background: #fff;
    text-align: center
}

.product-items-wrap:after,.product-items-wrap:before {
    content: " ";
    display: table
}

.product-items-wrap:after {
    clear: both
}

.product-items-wrap .paging-navigation {
    display: inline-block
}

.product-items-wrap .product-info p {
    display: block;
    height: 100px;
    margin: 0;
    overflow: hidden
}

.product-items {
    list-style: none;
    margin: 0;
    text-align: left
}

.product-items:after,.product-items:before {
    content: " ";
    display: table
}

.product-items:after {
    clear: both
}

.product-loop-header {
    list-style-type: none;
    margin: 0;
    padding: 0 .3125rem;
    border: 1px solid transparent;
    transition: padding .2s ease-in-out
}

.product-loop-header.stuck {
    position: fixed;
    overflow: hidden;
    width: 100%;
    top: 53px;
    z-index: 300;
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 0 1.25rem;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 2px 2px -2px rgba(55,55,55,.2)
}

.admin-bar .product-loop-header.stuck {
    top: 81px
}

.menu-active .product-loop-header.stuck {
    display: none
}

.product-loop-header li {
    text-align: left;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left;
    height: 50px;
    line-height: 1;
    margin-bottom: 0
}

.product-loop-header li .h4,.product-loop-header li h4 {
    text-transform: uppercase;
    margin: 0;
    font-size: 1.2rem;
    line-height: 3.125rem
}

.product-loop-header li+li {
    text-transform: uppercase;
    text-align: right;
    color: #6f6f6f;
    font-size: .625rem
}

.product-loop-header .compare-toggle-wrap {
    display: inline-block;
    position: relative;
    top: .6875rem;
    padding: 0;
    height: 1.75rem;
    line-height: 1.625rem;
    border-radius: 3px
}

.product-loop-header .compare-toggle-wrap:hover {
    cursor: pointer
}

.product-loop-header .compare-toggle-wrap:hover .toggle-compare {
    color: #0096db
}

.product-loop-header .compare-cancel {
    display: none;
    position: relative;
    height: 3.125rem;
    line-height: 3.125rem;
    padding-left: 1.25rem;
    margin-left: 1.25rem
}

.product-loop-header .compare-cancel:before {
    content: '';
    background: #b8b8b8;
    width: 1px;
    top: 50%;
    left: 0;
    position: absolute;
    height: 20px;
    margin-top: -10px
}

.product-loop-header .compare-type-message {
    display: inline-block;
    position: relative;
    padding-right: 1.25rem
}

.product-loop-header .compare-type-message .compare-text {
    display: none
}

.product-loop-header .compare-type-message.selected-count-2 .compare-text,.product-loop-header .compare-type-message.selected-count-3 .compare-text,.product-loop-header .compare-type-message.selected-count-4 .compare-text,.product-loop-header .compare-type-message.selected-count-5 .compare-text {
    display: inline
}

.product-loop-header .compare-type-message:after {
    content: '';
    background: #b8b8b8;
    width: 1px;
    top: 50%;
    right: 0;
    position: absolute;
    height: 12px;
    margin-top: -6px
}

.product-loop-header .toggle-compare {
    display: inline-block;
    position: relative;
    margin-left: .625rem;
    top: .25rem;
    font-size: 1.0625rem
}

.compare-select-controls {
    display: none
}

.compare-select-controls.active .compare-toggle-wrap {
    top: 0;
    padding: 0 1.5625rem;
    background: #f4f4f4;
    border: 1px solid #dbdbdb
}

.compare-select-controls.active .compare-toggle-wrap:hover {
    background: #f6f6f6
}

.compare-select-controls.active .compare-toggle-wrap:hover .toggle-compare {
    color: #3d9b35
}

.compare-select-controls.active .toggle-compare {
    color: #3d9b35
}

.compare-select-controls.active .compare-cancel {
    display: inline-block
}

.product-loop-footer {
    text-align: center;
    padding: 2.5rem 0
}

.toggle-button {
    background: #6f6f6f;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    font-size: .6875rem;
    padding: 0 1.25rem;
    height: 1.75rem;
    line-height: 28px
}

.toggle-button i {
    margin-left: .9375rem
}

.toggle-button:focus,.toggle-button:hover {
    color: #fff;
    background: #8e8e8e
}

.compare-active .can-disable:before {
    content: '';
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    left: 0;
    top: 0
}

.compare-active .can-disable.active-compare-group:before {
    width: 0;
    height: 0
}

#products-slider {
    padding: 0 .625rem
}

#products-slider .slide-content {
    padding-top: 1.25rem
}

.image-lander-content .card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.image-damid {
    font-size: 11px;
    display: block;
    color: #6f6f6f
}

.post-type-archive-planning-idea .planning-idea .card-content {
    box-shadow: none;
    border: none
}

.planning-ideas-items {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 100%;
    float: left
}

.planning-ideas-items:after,.planning-ideas-items:before {
    content: " ";
    display: table
}

.planning-ideas-items:after {
    clear: both
}

.planning-ideas-items .paging-navigation {
    display: inline-block
}

.planning-ideas {
    list-style: none;
    margin: 0;
    text-align: left;
    clear: both
}

.panel .planning-ideas {
    margin: 0
}

.planning-ideas:after,.planning-ideas:before {
    content: " ";
    display: table
}

.planning-ideas:after {
    clear: both
}

.planning-ideas .planning-idea {
    margin-bottom: .625rem
}

.planning-ideas .planning-idea a {
    display: block
}

.planning-ideas .planning-idea img {
    display: block
}

.planning-ideas .card-content {
    padding-bottom: 1em
}

.planning-ideas .card-title {
    display: none;
    float: left;
    margin: .45em 0;
    color: #c3c3c3;
    font-weight: 400
}

.planning-ideas .card-title a {
    display: inline-block
}

.planning-ideas .toolstrip {
    top: 0;
    margin-top: 0
}

.planning-idea.card .card-image img {
    padding-top: 21.875%;
    padding-bottom: 21.875%
}

.planning-idea-title {
    font-size: .875rem;
    clear: left;
    margin: 0
}

.planning-idea-title a {
    color: inherit;
    display: block
}

#planning-ideas-sort-form {
    margin-top: 1.875rem;
    margin-bottom: .625rem;
    position: relative
}

#planning-ideas-sort-form .select2-container:after,#planning-ideas-sort-form .select2-container:before {
    content: " ";
    display: table
}

#planning-ideas-sort-form .select2-container:after {
    clear: both
}

.pi-lander-title {
    margin-bottom: 1rem;
    padding: .625rem 1.25rem 0;
    font-size: 1rem
}

.loop-items .pi-item-title {
    display: inline-block
}

.loop-items .pi-item-count {
    display: inline-block;
    font-style: normal
}

.pi-card-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e9e9e9;
    opacity: .55
}

.issue-items-title {
    text-align: center;
    font-size: 15px;
    margin: 1.875rem 0 1.875rem
}

.issue-card--grid .gcard__inner {
    display: block
}

.issue-card--grid .gcard__content {
    display: block
}

.issue-card--grid .gcard__figure {
    display: block;
    max-width: none
}

.issue-card__figure {
    background: #e8d5b7 url(../img/issue-bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    width: 100%;
    padding: 10px
}

.issue-card__figure:before {
    content: normal;
    padding-bottom: 0
}

.issue-card__figure img {
    height: 190px;
    width: auto;
    margin: 0 auto;
    box-shadow: 3px 3px 5px rgba(0,0,0,.3)
}

.countries-panel>.content-well,.pull-image .countries-panel>.wp-caption-text {
    padding-bottom: 30px
}

.countries-panel .country-lists-wrapper {
    overflow: hidden
}

.countries-panel .countries-list {
    list-style: none;
    margin: 0;
    padding: 0!important
}

.countries-panel .countries-list li {
    margin-bottom: 10px
}

.locations-lander-excerpt {
    margin-bottom: 2em
}

.locations-lander-excerpt .h2,.locations-lander-excerpt .h3,.locations-lander-excerpt .h4,.locations-lander-excerpt .h5,.locations-lander-excerpt .h6,.locations-lander-excerpt h2,.locations-lander-excerpt h3,.locations-lander-excerpt h4,.locations-lander-excerpt h5,.locations-lander-excerpt h6 {
    margin-bottom: 20px;
    text-transform: uppercase
}

.locations-lander-excerpt p {
    color: #6f6f6f
}

.corporate-locations-content .panel-title {
    text-transform: uppercase
}

.search .panel-title {
    margin-bottom: 3px
}

.search .panel-content {
    padding-top: .9375rem
}

.search .product-card-alt {
    border-bottom: 0;
    margin-bottom: 0
}

.search .slick-initialized .product-card-alt {
    width: 100%
}

.search .product-info .excerpt {
    overflow: hidden;
    height: 85px
}

.search .no-excerpt .product-info {
    height: auto
}

.search .no-excerpt .card-title {
    margin: 0
}

.search .group-slider {
    margin-left: -5px;
    margin-right: -5px
}

.search .group-slider .feature {
    padding-bottom: 5px;
    width: 100%;
    padding-right: .3125rem;
    padding-left: .3125rem
}

.search .feature-slider-wrap {
    padding-bottom: 30px;
    overflow: hidden
}

.search-page-heading {
    color: #6f6f6f
}

.search-page-heading span {
    color: #191919
}

.search-loop-header {
    padding: 1.25rem;
    background: #f6f6f6;
    position: relative
}

.search .no-search-results {
    padding: 1.25rem
}

.search .no-search-results .no-results-heading {
    color: #8e8e8e
}

.search .no-search-results .h2,.search .no-search-results h2 {
    margin-bottom: 1.25rem
}

.search .no-search-results li {
    font-size: .75rem;
    font-weight: 600;
    margin-bottom: .375rem
}

#loop-search {
    margin: 0
}

#loop-search fieldset {
    padding: 0;
    position: relative;
    height: 52px;
    border: 1px solid #ddd
}

#loop-search fieldset input {
    border-radius: 0
}

#loop-search fieldset input[type=text] {
    height: 50px;
    border: 0;
    color: #191919;
    background: #fff;
    font-size: .8125rem;
    padding: 0 90px 0 40px;
    transition: all .3s ease-in
}

#loop-search fieldset input[type=text]:focus {
    box-shadow: inset 0 1px 2px 0 rgba(50,50,50,.1)
}

#loop-search fieldset input[type=submit] {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .6875rem;
    position: absolute;
    right: 0;
    height: 50px;
    width: 90px;
    top: 0;
    border: 0;
    background: #e9e9e9;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0
}

#loop-search fieldset:after {
    font-family: steelcase;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #7e7e7e;
    position: absolute;
    top: 16px;
    left: 10px
}

#loop-search fieldset:before {
    content: "";
    border-right: 1px dotted #7e7e7e;
    position: absolute;
    top: 17px;
    left: 30px;
    height: 16px;
    width: 1px
}

.total-results {
    font-size: .875rem;
    color: #6f6f6f;
    padding-top: 1.25rem
}

.total-results .total-term {
    color: #191919
}

.product-search-slide .product-card {
    padding-bottom: 1.25rem
}

.search-result-header {
    padding: .625rem 0
}

.search-result-header .panel-title {
    padding: 0;
    font-size: 1.25rem
}

.search-result-header .results-count {
    display: block;
    margin: 10px 0;
    font-size: .875rem
}

.search-slider .all-results-link {
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
    z-index: 10
}

.search-slider .nav-ppp {
    display: none!important
}

.search-resources {
    position: relative
}

.search-articles,.search-documents {
    padding-bottom: .625rem
}

.search-article,.search-document {
    padding: 1.25rem 0;
    border-bottom: 1px solid #e9e9e9
}

.search-article .article-title,.search-article .document-title,.search-document .article-title,.search-document .document-title {
    margin: -2px 0 .9375rem;
    text-transform: none
}

.search-article .article-link,.search-document .article-link {
    color: #191919
}

.search-article .article-link:hover,.search-document .article-link:hover {
    color: #0096db
}

.search-article .article-type,.search-article .document-type,.search-document .article-type,.search-document .document-type {
    font-weight: 600
}

.search-article-results,.search-document-results {
    padding-bottom: 50px;
    position: relative
}

.search-article-results .search-result-header,.search-document-results .search-result-header {
    border-bottom: 1px solid #e9e9e9
}

.search-article-results .all-results-link,.search-document-results .all-results-link {
    position: absolute;
    bottom: 1.5625rem
}

.search-article-header,.search-document-header {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    display: none
}

.search-article-header>span,.search-document-header>span {
    height: 50px;
    line-height: 50px
}

.search-article-header .article-sort,.search-article-header .document-sort,.search-document-header .article-sort,.search-document-header .document-sort {
    text-transform: uppercase;
    font-size: .6875rem
}

.search-article-header .article-sort i,.search-article-header .document-sort i,.search-document-header .article-sort i,.search-document-header .document-sort i {
    display: inline-block;
    padding-left: 16px
}

.search-article-grid>* {
    min-height: 1px;
    display: block;
    padding-right: 1.25rem
}

.search-article-grid>* .article-type {
    margin-bottom: 10px;
    display: block;
    margin-top: -6px
}

.search-article-grid>:first-child {
    display: none
}

.search-article-grid>:last-child {
    display: none;
    padding: 0
}

.search-article-grid>:last-child .article-type {
    display: block;
    margin-top: 0
}

.search-document-grid {
    position: relative;
    padding: 0
}

.search-document-grid .document-controls {
    position: absolute;
    right: 0;
    top: 10px;
    height: 5.3125rem;
    line-height: 5.3125rem;
    padding-right: 0
}

.search-document-grid .document-controls.btn-group button,.search-document-grid .document-controls.btn-group>a {
    font-size: 1.75rem
}

.search-document-grid>* {
    min-height: 1px;
    display: block;
    padding-right: 1.25rem;
    height: 5.625rem;
    line-height: 5.625rem
}

.search-document-grid>* .document-title {
    font-size: .875rem;
    margin: 0;
    height: 4.0625rem;
    line-height: 4.0625rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 60px
}

.search-document-grid>:first-child {
    position: relative
}

.search-document-grid>:first-child .document-type {
    display: block;
    position: absolute;
    left: 0;
    top: 50px;
    height: 1rem;
    line-height: 1rem
}

.search-document-grid>:first-child+* {
    display: none;
    padding: 0
}

.search-featured .search-article.last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.search-featured .search-result-header .panel-title {
    float: none;
    width: 100%;
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 0;
    padding-bottom: .625rem
}

.search-featured .article-title {
    font-size: 1.125rem
}

.search-articles .article-title.h3,.search-articles h3.article-title {
    font-size: 1.125rem
}

.search-featured-grid>* {
    min-height: 1px;
    display: block
}

.search-featured-grid>* .article-title {
    margin: -.125rem 0 .3125rem;
    text-transform: none
}

.search-featured-grid>* .article-excerpt {
    max-width: 37.5rem
}

.search-featured-grid>* .article-type {
    display: block;
    margin-bottom: .9375rem
}

.search-featured-grid.has-featured-image figure {
    margin-bottom: 1.25rem
}

.es-error {
    min-height: 300px
}

.es-error .h2,.es-error h2 {
    margin-bottom: 30px
}

.es-error p {
    max-width: 800px
}

.author-about-block {
    background: #fff;
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 100%;
    float: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1176px;
    padding: 28px 21px;
    margin-bottom: 2em
}

.author-about-block:after,.author-about-block:before {
    content: " ";
    display: table
}

.author-about-block:after {
    clear: both
}

.author-about-block:after,.author-about-block:before {
    content: " ";
    display: table
}

.author-about-block:after {
    clear: both
}

.author-about-block .image-holder {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 100%;
    float: none
}

.author-about-block .image-holder img {
    max-width: 280px
}

.author-about-block .author-data {
    clear: both;
    padding-top: 20px;
    margin-top: 20px;
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 100%;
    float: none
}

.author-about-block .author-data p {
    font-size: 17px;
    color: #8e8e8e
}

.author-about-block .author-data p.author-position {
    font-weight: 700
}

.author-about-block .author-social span.connect {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 28px
}

.author-about-block .author-social ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.author-about-block .author-social ul li {
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 11px;
    margin-right: 6px
}

.author-about-block .author-social ul li a {
    display: block;
    background: #f2f2f2;
    border-radius: 50%;
    height: 27px;
    width: 27px
}

.post-type-archive-document .si-sort-trigger {
    cursor: pointer
}

.post-type-archive-document .si-sort-trigger i {
    margin-left: 6px
}

.post-type-archive-document .si-sort-trigger i:before {
    content: "\f05b"
}

.post-type-archive-document .si-sort-trigger[data-sort=desc] i:before {
    content: "\f0aa"
}

.archive-filters-dropdown {
    margin-top: 2.5rem
}

.archive-filters-dropdown:after,.archive-filters-dropdown:before {
    content: " ";
    display: table
}

.archive-filters-dropdown:after {
    clear: both
}

.archive-filters-dropdown .sort-form {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    float: left
}

.elasticsearch-content .sc-loading-spinner {
    overflow: hidden;
    position: relative;
    width: 150px;
    height: 150px;
    margin-left: -75px
}

.elasticsearch-content .sc-loading-spinner i {
    background: #bbb
}

.elasticsearch-content .results-warning {
    padding: 37px 60px 0;
    text-align: left
}

.tax-region .swap-caption-title {
    text-transform: uppercase
}

.item__topics {
    color: #595959;
    font-size: 12px;
    line-height: 1.8333
}

.item__topics a {
    color: #595959;
    text-decoration: underline;
    font-style: italic
}

.item__topics a:focus,.item__topics a:hover {
    color: #191919
}

.gcard--feature--video .item__topics a {
    color: #fff
}

.gcard--feature--video .item__topics a:focus,.gcard--feature--video .item__topics a:hover {
    color: #0096db
}

.article__topics-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.article__topics-list li {
    display: inline-block;
    list-style: none;
    margin-right: 1em
}

.article__topics-list li:last-child {
    margin-right: 0
}

.u-shaded {
    margin-bottom: 20px;
    padding: 20px
}

.u-shaded>:first-child {
    margin-top: 0
}

.u-shaded>:last-child {
    margin-bottom: 0
}

.u-shaded--light {
    background: #e2e2e2
}

.u-shaded--light * {
    color: #595959
}

.u-shaded--dark {
    background: #595959
}

.u-shaded--dark * {
    color: #fff
}

.article-content blockquote {
    width: 100%
}

.post-image-wrap {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 100%;
    float: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1176px;
    padding-bottom: 1.875rem
}

.post-image-wrap:after,.post-image-wrap:before {
    content: " ";
    display: table
}

.post-image-wrap:after {
    clear: both
}

.header-group {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 100%;
    float: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1176px;
    font-size: .875rem;
    color: #a1a2a4;
    margin-top: 4px
}

.header-group:after,.header-group:before {
    content: " ";
    display: table
}

.header-group:after {
    clear: both
}

.header-group a {
    color: #000
}

.header-group a:focus,.header-group a:hover {
    color: #0096db
}

.article-bottom,.article-content .jqplot-target,.article-content .stat-wrap,.article-content .table-wrap,.article-content .u-shaded--light,.article-content-layout,.article-content>.h1,.article-content>.h2,.article-content>.h3,.article-content>.h4,.article-content>.h5,.article-content>.h6,.article-content>h1,.article-content>h2,.article-content>h3,.article-content>h4,.article-content>h5,.article-content>h6,.article-content>hr,.article-content>ol,.article-content>p,.article-content>table,.article-content>ul,.single-tribe_events .tribe-events-cal-links,.single-tribe_events .tribe-events-notices {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.article-content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.article-content a {
    font-weight: inherit;
    color: #a3a3a3;
    text-decoration: underline
}

.article-content a:focus,.article-content a:hover {
    color: #0087c5
}

.article-content .post-video {
    width: 100%
}

.article-content .post-video .vex-video {
    width: 100%
}

.article-bottom {
    padding-bottom: 6.4em
}

.article-bottom .author-info:after,.article-bottom .author-info:before {
    content: " ";
    display: table
}

.article-bottom .author-info:after {
    clear: both
}

.article-bottom .author-info .image-holder {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 33.3333333333%;
    float: left;
    padding-right: 30px;
    max-width: 140px
}

.article-bottom .author-info .image-holder img {
    max-width: 140px;
    margin-bottom: 10px
}

.article-bottom .author-info .author-data {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 66.6666666667%;
    float: left;
    padding-top: 0;
    margin-top: 0
}

.article-bottom .author-info .author-data .author-position {
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.3em
}

.article-bottom .author-info .author-data .h2,.article-bottom .author-info .author-data h2 {
    font-size: 1.6em;
    font-weight: 500;
    margin-bottom: 2px
}

.article-bottom .author-info .author-bio {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 100%;
    float: none;
    font-size: 14px;
    font-weight: 200;
    line-height: 18px;
    clear: left
}

.article-bottom .post-categories {
    margin-top: 1.4em
}

.article-bottom .post-categories p {
    font-weight: 500;
    font-size: 1.1em;
    margin-bottom: 1em
}

.article-bottom .content-share {
    width: 120%;
    margin-right: -10%;
    padding-bottom: 16px;
    padding-right: 10%;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 1.9375rem
}

.blog-related .h2.panel-title {
    padding-top: 22px;
    margin-bottom: 10px;
    padding-left: 20px
}

.blog-related .h2.panel-title .text-link-button {
    text-decoration: none
}

.blog-related .h2.panel-title .text-link-button i {
    margin-left: 4px
}

.blog-related .h2.panel-title a {
    padding: .625rem 1rem .4rem 1.25rem;
    float: right
}

.blog-related .featured-image {
    background: #fff
}

.blog-related .featured-image img {
    width: 100%
}

.blog-related .card-content .card-title {
    font-size: 2em;
    margin-bottom: 4px
}

.blog-related .card-content .stick-bottom {
    bottom: 0
}

.blog-related .post-info {
    font-style: italic;
    text-transform: none;
    margin-bottom: 8px
}

.blog-related .post-info a {
    font-weight: 700;
    color: #000
}

.blog-related .post-info a:focus,.blog-related .post-info a:hover {
    color: #0096db
}

.article-wrap .post-image {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 100%;
    float: none
}

.article-wrap .post-image img {
    display: block;
    width: 100%
}

.article-content ol,.article-content p,.article-content ul {
    font-size: 1rem;
    line-height: 1.375rem
}

.article-content ol,.article-content ul {
    margin-left: 1.375rem
}

.article-content .h3,.article-content h3 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: .875rem;
    text-transform: uppercase
}

.article-content .h4,.article-content h4 {
    text-transform: uppercase;
    letter-spacing: .07em
}

.article-content small {
    font-size: 14px;
    color: #777
}

.article-content tr:first-child td,.article-content tr:first-child th {
    border-top: none
}

.article-content td,.article-content th {
    vertical-align: top;
    color: #333
}

.article-content td:not(:last-child),.article-content th:not(:last-child) {
    padding-right: 10px
}

.article-content blockquote {
    padding-top: .9375rem;
    padding-bottom: .9375rem
}

.article-content blockquote p {
    font-size: 1.875rem;
    line-height: 1.1;
    color: #333;
    font-weight: 700;
    left: 0;
    width: 100%;
    max-width: 100%
}

.article-content .stat-wrap {
    margin-bottom: .9375rem
}

.article-content .pull-quote.pull-quote-right {
    text-align: right
}

.article-content .pull-quote.pull-quote-center {
    text-align: center
}

.article-content .pull-quote.pull-quote-show-quotes p {
    position: relative
}

.article-content .pull-quote.pull-quote-show-quotes p:after,.article-content .pull-quote.pull-quote-show-quotes p:before {
    font-weight: 700;
    color: #333;
    font-size: 1.875rem;
    top: auto
}

.article-content .pull-quote.pull-quote-show-quotes p:before {
    content: '“'
}

.article-content .pull-quote.pull-quote-show-quotes p:after {
    content: '”'
}

.article-content .slick-slider {
    margin: 1.875rem 0
}

.article-content .slick-slider .cover-image-companion {
    padding-top: 0
}

.article-content .slick-slider .cover-image-companion .h3,.article-content .slick-slider .cover-image-companion h3 {
    margin-top: .2rem
}

.article-content .slick-slider .cover-image-companion p {
    font-size: .75rem;
    line-height: 1.4
}

.article-content .u-shaded.u-shaded--light {
    padding-left: 20px;
    padding-right: 20px
}

.article-content .u-shaded.u-shaded--dark {
    padding-left: 0;
    padding-right: 0
}

.wp-image.pull-image {
    padding: 0;
    display: block
}

.wp-image.pull-image img {
    display: block
}

p .article-content .alignleft {
    left: 0
}

.article-content .alignleft .wp-caption-text {
    display: table-cell
}

.panel .content-ppp.ppp-left img {
    max-width: 100%
}

.panel .content-ppp.ppp-right img {
    max-width: 100%
}

p .pull-image.alignright {
    left: 0
}

.pull-image.alignleft {
    left: 0!important
}

.wp-caption.aligncenter,.wp-caption.alignnone {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.wp-caption-text {
    color: #333;
    font-size: .75rem;
    line-height: 1.25;
    padding: .625rem 1.25rem;
    max-width: 585px
}

.wp-caption-text p {
    font-size: .75rem;
    line-height: 1.25
}

.wp-image {
    position: relative;
    z-index: 2
}

.alignleft.size-large {
    float: none;
    margin: 0;
    left: 0
}

.alignright.size-large {
    float: none;
    margin: 0;
    left: 0
}

.content-ppp .icon-ppp:before {
    content: ''
}

.pull-image {
    width: 100%!important;
    left: 0;
    max-width: 100%!important;
    position: relative;
    margin-top: 1.875rem!important;
    margin-bottom: 1.875rem!important
}

.pull-image.alignleft,.pull-image.alignright {
    float: none;
    margin-left: 0!important;
    margin-right: 0!important
}

.pull-image.alignleft .alignleft,.pull-image.alignleft .alignright,.pull-image.alignright .alignleft,.pull-image.alignright .alignright {
    float: none
}

.pull-image.alignright {
    margin-left: 0
}

.pull-image.alignleft {
    left: 0
}

.pull-image img {
    max-width: 100%!important;
    margin-left: 0;
    margin-right: 0;
    position: relative
}

.pull-image img {
    display: block
}

.pull-image .wp-caption-text {
    width: 100%;
    margin-bottom: 0;
    padding: 1.25rem
}

.pull-image.aligncenter .wp-caption-text,.pull-image.alignleft .wp-caption-text,.pull-image.alignnone .wp-caption-text {
    right: 0;
    left: auto
}

.pull-image.alignright .wp-caption-text {
    right: auto;
    left: 0
}

.pull-image .alignleft,.pull-image .alignright,.pull-image .content-ppp.ppp-left,.pull-image .content-ppp.ppp-right {
    max-width: 100%!important
}

.comments {
    margin-bottom: 60px;
    padding: 20px;
    border-top: 1px solid #b8b8b8
}

.comments__header,.comments__wrapper {
    max-width: 760px;
    margin: 0 auto
}

.comments__heading {
    text-align: center;
    position: relative
}

.comments__heading button {
    font-size: 20px;
    line-height: 1.5333;
    background: 0 0
}

.comments__heading button:focus,.comments__heading button:hover {
    color: #0089c8
}

.comments__heading button:after {
    content: "";
    margin-left: 10px;
    font-size: .75em
}

.comments__heading button.is-closed:after {
    content: ""
}

.comment-reply-title {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #777
}

.comment-form {
    margin: 0 auto;
    padding: 0
}

.comment-form:after,.comment-form:before {
    content: " ";
    display: table
}

.comment-form:after {
    clear: both
}

.comment-form input,.comment-form textarea {
    height: 37px;
    background: #f6f6f6;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    font-size: 15px
}

.comment-form input:focus,.comment-form textarea:focus {
    color: #191919;
    background-color: #fff;
    border-color: #d8d8d8
}

.comment-form label {
    color: #1a1a1a;
    margin-bottom: 6px
}

.comment-form a {
    font-weight: 700
}

.comment-form .logged-in-as {
    line-height: 1.5;
    color: #777;
    margin-top: 0;
    margin-bottom: 12px
}

.comment-form .comment-form-author {
    width: 47%;
    margin-right: 3%;
    float: left;
    margin-bottom: 6px
}

.comment-form .comment-form-email {
    width: 50%;
    float: left;
    margin-bottom: 6px
}

.comment-form .comment-form-comment {
    clear: both;
    margin-bottom: 21px
}

.comment-form .comment-form-comment textarea {
    width: 100%;
    height: 150px;
    resize: none
}

.comment-form .form-submit {
    margin-bottom: 0
}

.comment-form .form-submit input#submit {
    background: #6f6f6f;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .08em;
    height: 40px;
    line-height: 40px;
    padding: 0 3em
}

.comments__wrapper:after,.comments__wrapper:before {
    content: " ";
    display: table
}

.comments__wrapper:after {
    clear: both
}

.main-comments {
    max-width: 760px;
    margin: 30px auto;
    border-top: 1px solid #b8b8b8
}

.main-comments>article {
    border-bottom: 1px solid #b8b8b8;
    padding-top: 30px
}

.main-comments>article:after,.main-comments>article:before {
    content: " ";
    display: table
}

.main-comments>article:after {
    clear: both
}

.main-comments>article:last-child {
    border-bottom: 0
}

.main-comments>article ul {
    margin: 0
}

.main-comments>article article {
    padding-top: 30px;
    padding-left: 60px;
    border-top: 1px solid #b8b8b8
}

.main-comments>article article:after,.main-comments>article article:before {
    content: " ";
    display: table
}

.main-comments>article article:after {
    clear: both
}

.comments-wrap {
    max-width: 760px;
    margin: 0 auto
}

.comment-image {
    width: 75px;
    height: 75px
}

.comment-image .gravatar {
    border-radius: 50%;
    overflow: hidden
}

.comment-image img {
    display: block
}

.comment-author {
    margin: .5em 0;
    font-size: 15px;
    line-height: 1.3333
}

.comment-content {
    margin-top: 10px;
    margin-bottom: 15px
}

.comment-content p {
    font-size: 13px;
    line-height: 1.5
}

.comment-content a {
    font-weight: 700;
    word-wrap: break-word
}

.comment__actions {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 30px
}

.comment-timestamp a {
    color: #191919
}

.comment-timestamp a:focus,.comment-timestamp a:hover {
    color: #191919
}

.edit-link,.reply-link {
    padding-left: .5em;
    color: #595959
}

.edit-link:before,.reply-link:before {
    content: ' | ';
    padding-right: .5em
}

.reply-block {
    float: right;
    font-size: 12px;
    line-height: 30px;
    color: #777
}

.reply-block .reply-copy {
    margin-right: 8px;
    float: left
}

.reply-block .reply-as {
    float: left;
    width: 160px
}

.panel-more-articles.blog-related .grid-list {
    margin-left: 0;
    margin-right: 0
}

#desktop-nav .desktop-nav-item.find-a-dealer .single-product .slider-static-content a:before,.footer-social-nav ul li .single-product .slider-static-content a,.mobile-menu li.find-a-dealer .single-product .slider-static-content a:before,.select2-container .select2-choice .select2-arrow .single-product .slider-static-content b:before,.single-product .slider-static-content #desktop-nav .desktop-nav-item.find-a-dealer a:before,.single-product .slider-static-content .footer-social-nav ul li a,.single-product .slider-static-content .icon,.single-product .slider-static-content .mobile-menu li.find-a-dealer a:before,.single-product .slider-static-content .sccp__content:before,.single-product .slider-static-content .select2-container .select2-choice .select2-arrow b:before,.single-product .slider-static-content .select2-search:before,.single-product .slider-static-content .single-tribe_events .tribe-events-notices ul li:before,.single-product .slider-static-content .validation_message:before,.single-tribe_events .tribe-events-notices ul .single-product .slider-static-content li:before {
    font-size: 115%;
    color: #d4d4d4
}

.single-product .slider-static-content .text-link-button {
    text-decoration: none
}

#desktop-nav .desktop-nav-item.find-a-dealer .single-product .slider-static-content .text-link-button:hover a:before,.footer-social-nav ul li .single-product .slider-static-content .text-link-button:hover a,.mobile-menu li.find-a-dealer .single-product .slider-static-content .text-link-button:hover a:before,.select2-container .select2-choice .select2-arrow .single-product .slider-static-content .text-link-button:hover b:before,.single-product .slider-static-content .text-link-button:hover #desktop-nav .desktop-nav-item.find-a-dealer a:before,.single-product .slider-static-content .text-link-button:hover .footer-social-nav ul li a,.single-product .slider-static-content .text-link-button:hover .icon,.single-product .slider-static-content .text-link-button:hover .mobile-menu li.find-a-dealer a:before,.single-product .slider-static-content .text-link-button:hover .sccp__content:before,.single-product .slider-static-content .text-link-button:hover .select2-container .select2-choice .select2-arrow b:before,.single-product .slider-static-content .text-link-button:hover .select2-search:before,.single-product .slider-static-content .text-link-button:hover .single-tribe_events .tribe-events-notices ul li:before,.single-product .slider-static-content .text-link-button:hover .validation_message:before,.single-tribe_events .tribe-events-notices ul .single-product .slider-static-content .text-link-button:hover li:before {
    color: #0096db
}

.single-product .table-link-group {
    margin: 0
}

.product-rc .rc-header {
    padding: 15px 20px 0 20px;
    background: #fff
}

.product-rc .rc-header .h2,.product-rc .rc-header h2 {
    margin: 0;
    padding: 0
}

.product-rc .rc-header .h2 button,.product-rc .rc-header h2 button {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 13px;
    margin: 0;
    padding: 0;
    background: 0 0
}

.product-rc .rc-header .h2 button i,.product-rc .rc-header h2 button i {
    float: right;
    display: none
}

.product-rc .rc-header .h2 button:focus,.product-rc .rc-header .h2 button:hover,.product-rc .rc-header h2 button:focus,.product-rc .rc-header h2 button:hover {
    cursor: default
}

.product-rc .slider-static-content {
    padding-top: 15px;
    padding-bottom: 15px
}

.product-rc .rc-footer {
    background: #fafafa;
    border-top: 1px solid #e9e9e9
}

.product-rc .rc-footer .rcf-full {
    padding: 15px 20px 0
}

.product-rc .rc-footer .rcf-left {
    width: 50%;
    float: left;
    padding: 15px 10px 15px 20px
}

.product-rc .rc-footer .rcf-right {
    width: 50%;
    float: left;
    padding: 15px 20px 15px 10px
}

.product-rc .rc-footer .rc-button {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 7px 0
}

.product-rc .rc-footer .rc-alt-button {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 7px 0
}

.jump-link-group {
    height: 100%;
    width: 70%;
    position: relative;
    font-size: .75rem;
    padding: 0;
    margin: 0;
    padding-left: .3125rem;
    padding-right: .3125rem;
    float: left;
    display: table;
    z-index: 6
}

.jump-link-group .icon-jump-link {
    height: 1.6875rem;
    width: 1.6875rem;
    line-height: 1.6875rem;
    text-align: center;
    display: inline-block;
    margin-left: 0;
    position: relative;
    top: -1px;
    vertical-align: middle
}

.jump-link-group .icon-jump-link i {
    font-size: 12px;
    top: 6px!important;
    right: 13px!important
}

.jump-link-group .jump-links {
    box-shadow: 0 2px 3px 0 rgba(50,50,50,.15)
}

.jump-link-group>a {
    height: 100%;
    text-transform: uppercase;
    font-weight: 600;
    color: #6f6f6f;
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 100%;
    display: table-cell;
    vertical-align: middle
}

.jump-link-group>a:hover {
    background: #fbfbfb;
    color: #0096db
}

.jump-link-group.active ul {
    display: block
}

.jump-link-group ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    list-style: none;
    z-index: 9;
    width: 100%;
    margin: -1px 0 0;
    padding: 0
}

.jump-link-group ul li {
    margin: 0
}

.jump-link-group ul li a {
    background: #f6f6f6;
    display: block;
    padding: .9375rem 1.25rem;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 1px solid #e5e5e5;
    color: #6f6f6f
}

.jump-link-group ul li a:hover {
    background: #fff
}

.page-product-mobile.site-content {
    max-width: 48em
}

.table-link-group {
    table-layout: fixed;
    width: 100%;
    padding: 0;
    display: table;
    font-size: .75rem;
    background: #fafafa
}

.availability-options {
    list-style: none;
    font-weight: 600;
    margin: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-top: 1px dotted
}

.panel .availability-options {
    width: 100%;
    margin-left: -.3125rem;
    margin-right: -.3125rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none
}

.panel .availability-options:after,.panel .availability-options:before {
    content: " ";
    display: table
}

.panel .availability-options:after {
    clear: both
}

.panel .availability-options:after,.panel .availability-options:before {
    content: " ";
    display: table
}

.panel .availability-options:after {
    clear: both
}

.availability-options li {
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0
}

.availability-options i {
    background: #e9e9e9;
    color: #6c6c6b;
    display: inline-block;
    margin-left: .625rem
}

table .product-row {
    background: #f9f9f9
}

table .product-row td {
    color: #333;
    font-size: .875rem;
    font-weight: 600;
    padding: 1.25rem
}

.product-support-info .h4,.product-support-info h4 {
    color: #8e8e8e
}

.product-support-info .list-with-icons li {
    padding-bottom: .9375rem;
    padding-top: 1.875rem;
    border-top: 1px solid #e9e9e9
}

.product-support-info .list-with-icons li>i {
    top: 1.875rem
}

.media__related-loop {
    margin-top: 60px;
    margin-bottom: 60px;
    border-top: 1px solid #b8b8b8
}

.media__related-loop .article__related-track {
    width: 1040px
}

.media__related-loop .gcard__section-heading {
    margin: 10px 0
}

.media__related-loop .gcard__title {
    font-size: 15px;
    line-height: 1.3333
}

.single-planning-idea .pi-content {
    background: #f6f6f6
}

.single-planning-idea .flex-image {
    background-size: contain;
    background-color: #fff;
    opacity: .96
}

.single-planning-idea .module-cover-image .pi-data {
    background: 0 0
}

.single-planning-idea .related-ideas {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.single-planning-idea .related-ideas .planning-idea {
    width: 17.1875rem
}

.pi-download-select.select2-container {
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem
}

.pi-download-select.select2-container .select2-choice {
    padding-left: 1.25rem;
    padding-top: 7px;
    padding-bottom: 7px
}

.pi-download-select.select2-container .select2-chosen {
    height: 2.5rem;
    line-height: 2.5rem
}

.pi-download-select.select2-container.select2-container .select2-choice .select2-arrow {
    border: 0;
    font-size: 20px
}

.pi-download-select.select2-container.select2-container .select2-choice .select2-arrow b:before {
    top: -4px
}

.pi-download-select .select2-results {
    overflow: hidden
}

.pi-download-select .select2-result-label {
    position: relative;
    padding-top: 0;
    padding-bottom: 0
}

.pi-download-select .select2-result-label:after {
    position: absolute;
    font-family: steelcase;
    speak: none;
    right: 20px;
    top: 0;
    content: ""
}

.pi-download-select .select2-disabled .select2-result-label {
    cursor: default;
    opacity: .5
}

.pi-download-select.select2-drop-above {
    margin-top: 5px
}

.pi-id {
    display: block;
    font-size: 50%;
    color: #8e8e8e;
    font-weight: 400
}

.pi-data th {
    padding-top: 0
}

.pi-data tr td {
    padding-left: 0;
    vertical-align: top
}

.pi-data a {
    color: #191919;
    font-weight: 600
}

.pi-data a:hover {
    color: #0089c8
}

.pi-data small {
    font-size: .625rem
}

.meta-label {
    padding-right: .625rem;
    display: block
}

#related-planning-ideas-download-form {
    display: none
}

#related-planning-ideas-download-form label {
    display: none
}

#related-planning-ideas-download-form .select2-container {
    display: inline-block;
    margin-right: .625rem
}

#related-planning-ideas-download-form .select-all {
    background: #fff;
    color: #8e8e8e!important;
    border: 1px solid #e3e3e3;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: .625rem;
    display: inline-block;
    text-decoration: none!important;
    position: relative
}

#related-planning-ideas-download-form .select-all:hover {
    color: #8e8e8e!important;
    background: #f6f6f6
}

#related-planning-ideas-download-form .select-all i {
    font-size: .5625rem!important;
    position: relative;
    right: -.3125rem
}

.line-item-specs {
    font-weight: 600
}

.line-item-specs thead {
    background: #f6f6f6;
    text-transform: uppercase
}

.line-item-specs thead .component {
    padding-left: .625rem
}

.line-item-specs .li-right {
    text-align: right;
    padding-right: .625rem
}

.line-item-specs td:first-child {
    padding-left: .625rem
}

.line-item-specs .sn-desktop {
    display: none
}

.line-item-specs .sn-mobile {
    color: #6f6f6f;
    display: block
}

.line-item-specs .li-pright {
    padding-right: .625rem
}

.line-item-specs .spec-image {
    display: inline-block;
    vertical-align: middle;
    width: 135px;
    margin-right: .625rem
}

.line-item-specs dl {
    display: inline-block
}

.line-item-specs dl dt {
    margin-bottom: 0
}

.line-item-specs tbody td {
    padding: 0
}

.country-selector {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1176px;
    margin-top: 40px
}

.country-selector:after,.country-selector:before {
    content: " ";
    display: table
}

.country-selector:after {
    clear: both
}

.country-selector .select2-container .select2-choice {
    padding-left: 1.25rem
}

.country-selector .selector-wrap {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 25%;
    margin-left: 75%!important;
    float: left;
    padding-right: 0
}

.country-selector+.grid-list {
    margin-top: .625rem
}

.post-excerpt-retailer {
    padding-bottom: .5em
}

.panel .retailer-location a {
    text-decoration: none
}

.showroom-description {
    margin: 2.5rem 0 3.125rem;
    color: #8e8e8e
}

.showroom-description p {
    padding-right: .625rem
}

.showroom-description address {
    font-size: 12px;
    line-height: 1.25;
    font-style: normal
}

.showroom-panel .panel-title {
    font-size: 1.5rem;
    margin-bottom: 1.75rem
}

.showroom-panel .h4,.showroom-panel h4 {
    margin-bottom: 0
}

.showroom-events .panel-content {
    padding-bottom: 1.25rem
}

.showroom-event {
    position: relative
}

.showroom-event .event-description {
    padding-right: .625rem;
    margin: .9375rem 0 .3125rem;
    overflow: auto
}

.app-panel .panel-content {
    padding-bottom: 1.375rem
}

.app-panel .media-app {
    position: absolute;
    bottom: 1.8125rem
}

.single-country .card-content {
    font-size: 12px
}

.single-country .card address {
    font-style: normal
}

.single-country .card .h4,.single-country .card h4 {
    margin-bottom: 22px
}

.single-country .country-link {
    display: block;
    margin-top: 36px;
    color: #000;
    font-weight: 600
}

.country-list {
    margin: 0
}

.country-list li {
    list-style: none
}

.country-list li.error {
    color: #b74950;
    font-style: italic
}

.region-list ol,.region-list ul {
    margin-bottom: 40px
}

.country-list {
    margin: 0
}

.country-list-item {
    margin: 10px 0 0;
    border-bottom: thin dashed #ccc;
    padding-bottom: 12px
}

.country-list-item:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.country-list+.preloader {
    width: 32px;
    height: 32px;
    margin: auto;
    background: url(../img/ajax-loader.gif) center no-repeat;
    background-size: 75%
}

.article__header {
    text-align: center;
    padding-top: 20px
}

.article__title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px
}

.article__subtitle {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.3
}

.article__toolbar {
    margin-top: 40px;
    color: #595959;
    text-align: center
}

.article__toolbar:after,.article__toolbar:before {
    content: " ";
    display: table
}

.article__toolbar:after {
    clear: both
}

.article__toolbar ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.article__toolbar li {
    list-style: none;
    float: left
}

.article__toolbar .footer-social-nav .facebook a:before,.article__toolbar .icon-facebook:before,.footer-social-nav .facebook .article__toolbar a:before {
    content: ""
}

.article__toolbar .footer-social-nav .linkedin a:before,.article__toolbar .icon-linkedin:before,.footer-social-nav .linkedin .article__toolbar a:before {
    content: ""
}

.article__toolbar .footer-social-nav .pinterest a:before,.article__toolbar .icon-pinterest:before,.footer-social-nav .pinterest .article__toolbar a:before {
    content: ""
}

.article__toolbar .footer-social-nav .twitter a:before,.article__toolbar .icon-twitter:before,.footer-social-nav .twitter .article__toolbar a:before {
    content: ""
}

.gcard--feature--video .article__toolbar a {
    color: #fff
}

.gcard--feature--video .article__toolbar a:focus,.gcard--feature--video .article__toolbar a:hover {
    color: #0096db
}

.article__share {
    float: left;
    font-size: 25px;
    line-height: 1
}

.article__share li {
    height: 25px;
    line-height: 1;
    padding-right: 10px
}

.article__actions {
    float: right;
    padding-top: 4px
}

.article__actions li {
    height: 15px;
    padding: 0 10px;
    font-size: 13px;
    border-right: 1px solid #cdcdcd
}

.article__actions li:first-child {
    padding-left: 0
}

.article__actions li.email,.article__actions li:last-child {
    border-right: 0;
    padding-right: 0
}

.article__actions li.download {
    display: none
}

.article__actions .comments-link {
    display: block;
    position: relative;
    padding-left: 20px;
    line-height: 16px
}

.article__actions .comments-link b {
    font-size: 16px
}

.article__actions .icon-comment {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    -ms-transform: scale(-1,1);
    transform: scale(-1,1);
    font-size: 16px
}

.article__feature-image .static-content-slider-wrap {
    margin-top: 15px
}

.article__content--research a {
    color: #191919
}

.article__content--research a:focus,.article__content--research a:hover {
    color: #0087c5
}

.article__content--research .h3,.article__content--research h3 {
    line-height: 1.6
}

.article__content--research ol,.article__content--research p,.article__content--research ul {
    line-height: 1.3
}

.article__content--research blockquote {
    padding-top: 20px;
    padding-bottom: 20px
}

.article__content--research blockquote p {
    line-height: 1.3
}

.article__content--research blockquote cite {
    padding-top: 1em;
    font-size: 12px;
    color: #191919
}

.article__content--research blockquote cite:before {
    position: relative;
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    padding-bottom: 2em;
    border-top: 1px solid #191919
}

.article__content--research blockquote cite span {
    display: inline-block;
    padding-left: .5em;
    text-transform: none
}

.article__content--research blockquote cite span:before {
    content: '|';
    padding-right: .5em
}

.article__content--research blockquote.pull-quote-center cite:before {
    margin: 0 auto
}

.article__content--research blockquote.pull-quote-right cite:before {
    position: relative;
    left: calc(100% - 80px)
}

.article__content--research .slick-slider .cover-image-companion p,.article__content--research .wp-caption-text {
    font-size: 15px;
    line-height: 1.5
}

.pull-image--medium img {
    width: 100%
}

.pull-image--medium.alignleft {
    right: auto
}

.pull-image--medium.alignright {
    left: auto
}

.pull-image--medium .wp-caption-text {
    display: block!important;
    max-width: none;
    text-align: center
}

.article__topics {
    padding-bottom: 30px
}

.article__featured-topic {
    margin-bottom: 5px
}

.article__featured-topic span {
    font-weight: 700;
    text-transform: uppercase
}

.article__footer {
    margin-bottom: 60px
}

.article__author {
    border-top: 1px solid #b8b8b8;
    padding: 30px 0
}

.article__author:after,.article__author:before {
    content: " ";
    display: table
}

.article__author:after {
    clear: both
}

.article__author-image {
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 10px
}

.article__author-image img {
    display: block
}

.article__author-name {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 0
}

.article__author-title {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0
}

.article__author-bio {
    margin-top: 1em;
    font-size: 13px;
    line-height: 1.5
}

.article__related {
    overflow: hidden;
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid #b8b8b8
}

.article__related-header {
    text-align: center
}

.article__related-loop {
    overflow-y: scroll;
    margin-left: -5px;
    margin-right: -5px
}

.article__related-track {
    width: 780px
}

.product-features {
    padding-bottom: 0
}

.product-features:after,.product-features:before {
    content: " ";
    display: table
}

.product-features:after {
    clear: both
}

.panel-image-slider {
    padding: 0
}

.module-item-loop {
    padding-bottom: .625rem
}

.module-item-loop:after,.module-item-loop:before {
    content: " ";
    display: table
}

.module-item-loop:after {
    clear: both
}

.panel-type-resources-and-support .list-with-icons:after,.panel-type-resources-and-support .list-with-icons:before {
    content: " ";
    display: table
}

.panel-type-resources-and-support .list-with-icons:after {
    clear: both
}

.panel-type-resources-and-support .list-with-icons div {
    padding-top: 1.25rem
}

.panel-type-resources-and-support li {
    padding: 0 1.25rem;
    border-top: 1px solid #bdbdbd
}

.panel-type-resources-and-support .need-help {
    color: #8e8e8e;
    font-weight: 300;
    font-size: 1rem;
    margin-bottom: 1.875rem;
    margin-top: -.625rem
}

.panel-type-resources-and-support .help-phone {
    font-weight: 600;
    color: #191919
}

.panel-type-resources-and-support .help-phone:hover {
    cursor: default
}

.panel-type-positioning-module {
    padding-top: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.panel-type-positioning-module:after,.panel-type-positioning-module:before {
    content: " ";
    display: table
}

.panel-type-positioning-module:after {
    clear: both
}

.panel-type-positioning-module .panel-content {
    background: 0 0
}

.panel-type-purchasing-options .list-with-icons:after,.panel-type-purchasing-options .list-with-icons:before {
    content: " ";
    display: table
}

.panel-type-purchasing-options .list-with-icons:after {
    clear: both
}

.panel-type-purchasing-options .h4,.panel-type-purchasing-options h4 {
    margin-bottom: 1.25rem
}

.panel-type-purchasing-options .purchasing-options {
    margin-top: .625rem
}

.panel-type-purchasing-options .purchasing-options .h4,.panel-type-purchasing-options .purchasing-options h4 {
    color: #8e8e8e
}

.panel-type-purchasing-options .purchasing-options ul {
    list-style: none;
    margin: 0
}

.panel-type-purchasing-options .purchasing-options ul:after,.panel-type-purchasing-options .purchasing-options ul:before {
    content: " ";
    display: table
}

.panel-type-purchasing-options .purchasing-options ul:after {
    clear: both
}

.panel-type-purchasing-options .options-row {
    padding-top: 1.875rem!important;
    border-top: 1px solid #bdbdbd
}

.panel-one-up:after,.panel-one-up:before {
    content: " ";
    display: table
}

.panel-one-up:after {
    clear: both
}

.panel-one-up__image {
    position: relative
}

.panel-one-up--layout-left .panel-one-up__image .ppp-link,.panel-one-up--layout-right .panel-one-up__image .ppp-link {
    right: 30px;
    bottom: 30px
}

.panel-one-up__image a,.panel-one-up__image img {
    display: block
}

.panel-one-up__content {
    padding-top: 20px
}

.panel-one-up--layout-top .panel-one-up__content p {
    max-width: 460px
}

.panel-one-up--layout-top .panel-one-up__title {
    padding: 20px 20px 0
}

.panel-one-up--layout-left .panel-one-up__title,.panel-one-up--layout-right .panel-one-up__title {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 0
}

.panel-type-two-up .multi-features p {
    max-width: none
}

.panel-type-three-up .feature p {
    max-width: 350px
}

.panel-type-three-up .feature:first-child .feature-content {
    padding-left: 1.25rem
}

.panel-type-three-up .feature:last-child .feature-content {
    padding-right: 1.25rem
}

.cover-image {
    background: #f6f6f6;
    padding: 0!important;
    position: relative
}

.no-feature .cover-image {
    margin-bottom: 100px!important
}

.cover-image .flex-caption {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.6);
    padding: .625rem 1.25rem;
    margin-bottom: 0
}

.cover-image-companion {
    position: relative;
    width: 100%;
    float: left
}

.mosaic-left .cover-image {
    left: 0
}

.mosaic-left .cover-image .flex-image {
    margin-right: 0!important;
    margin-left: -1.25rem!important
}

.mosaic-left .cover-image-companion {
    right: 0;
    float: right
}

.mosaic-left .bonus-row .bonus-caption,.mosaic-left .bonus-row .bonus-feature {
    float: right
}

.mosaic-left .flex-caption {
    left: 0;
    right: auto
}

.panel-type-dynamic .multi-features-layout-3up p {
    max-width: none
}

.panel-type-dynamic .multi-features-layout-4up p {
    max-width: none
}

.panel-type-dynamic .feature {
    display: none
}

.panel-type-dynamic .feature:first-child {
    display: block
}

.panel-type-dynamic .feature:first-child .feature-content {
    padding-left: 1.25rem
}

.panel-type-dynamic .feature:last-child .feature-content {
    padding-right: 1.25rem
}

.panel-type-dynamic .feature-content {
    margin-top: 1.25rem
}

.panel-type-dynamic .feature.slick-slide+.slick-active .feature-content {
    padding-left: 1.25rem
}

.slick-initialized .panel-type-dynamic .feature {
    display: block
}

.panel-type-dynamic .feature-post-type-revit .feature-content {
    padding-bottom: 1.25rem
}

.panel-type-dynamic .grid-layout .grid-list {
    margin-left: -5px!important
}

.panel-type-dynamic .grid-layout.panel-content {
    background: 0 0
}

.panel-type-dynamic .grid-layout .featured-image {
    background: #fff
}

.panel-type-dynamic .grid-layout .featured-image a {
    display: block
}

.panel-type-dynamic .grid-layout .card-title {
    font-size: 1.125rem;
    margin-bottom: .9375rem
}

.panel-type-dynamic .grid-layout .post-info {
    font-style: italic;
    font-size: .8125rem;
    margin-bottom: .625rem
}

.panel-type-dynamic .grid-layout .post-info strong {
    font-weight: 600;
    color: #191919
}

.panel-type-gallery .slick-list {
    padding-bottom: .9375rem
}

.panel-type-gallery .card-title {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.panel-type-gallery .card {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 25%;
    float: left
}

.panel-type-gallery .card-content {
    display: block
}

.panel-type-gallery .panel-gallery--layout-grid_rows .card {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 100%;
    float: left
}

.panel-gallery.panel-gallery--layout-mosaic {
    padding-bottom: .9375rem
}

.panel-gallery.panel-gallery--layout-full {
    margin-left: -5px;
    margin-right: -5px
}

.panel-gallery--layout-full .slick-slider {
    min-height: 280px;
    margin-bottom: 10px;
    padding-bottom: 40px
}

.panel-gallery--layout-full .slick-list {
    padding-bottom: 0
}

.panel-gallery__image-wrap {
    margin-right: 10px
}

.panel-gallery__image-wrap:last-of-type {
    margin-right: 0
}

.panel-gallery__image {
    height: 280px;
    width: auto;
    max-width: 100vw;
    margin: 0
}

.cert-item {
    margin-bottom: 1.875rem;
    margin-top: .625rem
}

.cert-item a {
    color: #8e8e8e
}

.cert-item a:hover {
    color: #0096db
}

.cert-item:last-child {
    float: left!important
}

.certificate-image {
    height: 55px;
    width: auto;
    display: block;
    margin-bottom: 1.25rem
}

.video-panel__video-container {
    overflow: hidden
}

.video-panel__video {
    position: relative
}

.video-panel--style-auto_click .video-panel__video:before,.video-panel--style-background .video-panel__video:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.video-panel__video-player {
    position: relative;
    z-index: 1
}

.video-panel__video-player iframe {
    opacity: 0;
    transition: opacity .5s ease-in
}

.video-panel__video-player iframe.loaded {
    opacity: 1
}

.video-panel__video-cover {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    transition: z-index .5s step-start,opacity .5s ease-out
}

.video-panel--playing .video-panel__video-cover {
    z-index: -1;
    opacity: 0;
    transition: z-index .5s step-end,opacity .5s ease-in
}

.video-panel__cover-image-wrap {
    padding: 0
}

.video-panel__cover-image-wrap img.play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 62px;
    width: 62px;
    background: 0 0;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.video-panel__restart-btn {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
    width: 36px;
    height: 36px;
    z-index: 2;
    padding: 0;
    opacity: .5;
    background: 0 0;
    transition: all .2s ease-in-out
}

.video-panel__restart-btn:focus,.video-panel__restart-btn:hover {
    opacity: .75
}

.video-panel--style-standard .video-panel__restart-btn {
    opacity: 0;
    z-index: -1
}

.video-panel__content-wrap {
    padding-top: 0;
    transition: all .5s ease-out
}

.video-panel__content-inner {
    padding: 1.25rem;
    background: #fff;
    background: rgba(255,255,255,.95)
}

.video-panel__cta {
    width: 195px;
    margin: 10px 0;
    text-align: left
}

.video-panel__cta i {
    position: relative;
    top: 2px;
    margin-left: 0;
    float: right
}

.video-panel__cta--play-btn {
    display: none
}

.video-panel--style-standard .video-panel__cta--play-btn {
    display: block
}

.panel-logos__logos-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 -5px
}

.panel-logos__logos-wrap:after,.panel-logos__logos-wrap:before {
    content: " ";
    display: table
}

.panel-logos__logos-wrap:after {
    clear: both
}

.panel-logos__slide {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    float: left;
    width: 33%
}

.panel-logos__image-wrap {
    display: block;
    width: 100%;
    padding: 5px
}

.panel-statement {
    overflow: hidden;
    text-align: center
}

.panel-statement.panel-statement--background-white {
    background-color: #fff
}

.panel-statement__statement {
    padding-top: 1.6875rem
}

.panel-statement__statement p {
    color: #707070;
    font-size: 1.125rem;
    font-weight: 500;
    font-style: normal;
    text-rendering: optimizeLegibility;
    margin-bottom: 1.6875rem;
    line-height: 1.25
}

.panel-lookbook {
    overflow: hidden
}

.panel-lookbook.panel-lookbook--background-white {
    background-color: #fff
}

.panel-lookbook.panel-lookbook--background-grey {
    margin: -5px
}

.panel-lookbook--background-white .panel-lookbook__title.panel-title {
    margin-bottom: 0
}

.panel-lookbook--title-align-right .panel-lookbook__title.panel-title {
    text-align: right
}

.panel-lookbook__content:after,.panel-lookbook__content:before {
    content: " ";
    display: table
}

.panel-lookbook__content:after {
    clear: both
}

.panel-lookbook--background-white .panel-lookbook__content {
    padding: 20px
}

.panel-lookbook--layout-5.panel-lookbook--background-white .panel-lookbook__content {
    padding: 15px 20px
}

.panel-lookbook--layout-3.panel-lookbook--background-white .panel-lookbook__content,.panel-lookbook--layout-6.panel-lookbook--background-white .panel-lookbook__content {
    padding: 15px
}

.panel-lookbook__row {
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px
}

.panel-lookbook__row:after,.panel-lookbook__row:before {
    content: " ";
    display: table
}

.panel-lookbook__row:after {
    clear: both
}

.panel-lookbook__colm {
    overflow: hidden
}

.panel-lookbook__colm:after,.panel-lookbook__colm:before {
    content: " ";
    display: table
}

.panel-lookbook__colm:after {
    clear: both
}

.panel-lookbook--background-white .panel-lookbook__colm {
    margin-left: -5px;
    margin-right: -5px
}

.panel-lookbook__image-wrap {
    position: relative;
    overflow: hidden
}

.panel-lookbook__image {
    position: relative;
    background-size: cover;
    background-position: center
}

.panel-lookbook__image.panel-lookbook__image--landscape {
    padding-bottom: 56.255%
}

.panel-lookbook__image.panel-lookbook__image--portrait {
    padding-bottom: 135%
}

.panel-lookbook__image.panel-lookbook__image--square {
    padding-bottom: 100%
}

.panel-lookbook--layout-1.panel-lookbook--background-grey .panel-lookbook__image-1 {
    margin: 5px 0
}

.panel-lookbook--layout-3 .panel-lookbook__image--landscape {
    padding-bottom: 66.1%
}

.panel-lookbook--layout-3 .panel-lookbook__image-1,.panel-lookbook--layout-3 .panel-lookbook__image-2,.panel-lookbook--layout-3 .panel-lookbook__image-3 {
    padding: 5px
}

.panel-lookbook--layout-5 .panel-lookbook__image-1,.panel-lookbook--layout-5 .panel-lookbook__image-2,.panel-lookbook--layout-5 .panel-lookbook__image-3 {
    width: 33.3333%;
    float: left;
    padding: 5px
}

.panel-lookbook--layout-5 .panel-lookbook__image-4,.panel-lookbook--layout-5 .panel-lookbook__image-5 {
    width: 50%;
    float: left;
    padding: 5px
}

.panel-lookbook--layout-6 .panel-lookbook__image-1,.panel-lookbook--layout-6 .panel-lookbook__image-2,.panel-lookbook--layout-6 .panel-lookbook__image-5,.panel-lookbook--layout-6 .panel-lookbook__image-6 {
    width: 50%;
    float: left;
    padding: 5px
}

.panel-lookbook--layout-6 .panel-lookbook__image-3,.panel-lookbook--layout-6 .panel-lookbook__image-4 {
    clear: both;
    padding: 5px
}

.panel {
    position: relative;
    width: 100%;
    color: #8e8e8e;
    font-size: .75rem;
    margin-bottom: .625rem;
    clear: both
}

.panel.panel-collapse .panel-title {
    margin: 0;
    padding-bottom: 1.25rem
}

.panel .view-all {
    padding: .625rem 0 0 1.25rem
}

.panel .grid-header {
    position: relative;
    margin-bottom: .9375rem
}

.panel .grid-header .panel-title {
    margin-bottom: .9375rem
}

.panel .h3,.panel .h4,.panel h3,.panel h4 {
    font-size: .75rem
}

.panel .h3,.panel h3 {
    text-transform: uppercase
}

.panel strong {
    color: #333
}

.panel p a {
    font-weight: inherit;
    color: #a3a3a3;
    text-decoration: underline
}

.panel p a:focus,.panel p a:hover {
    color: #0087c5
}

.panel .nested-module-title {
    display: none
}

.panel.panel-type-slider .nested-module-title {
    display: block
}

.panel.panel-type-slider>.panel-content>.slick-slider.not-initialized>* {
    display: block
}

.panel ul li .h4,.panel ul li h4 {
    text-transform: none;
    margin-bottom: 0
}

.panel ul.list-with-icons {
    margin: 0
}

.accordion {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 100%
}

.tabs {
    display: none;
    padding-top: 1.25rem
}

.panel-type-tabs-nav .tabs {
    padding-top: 0
}

.tabs-content>.content {
    width: 100%
}

.content-slider-nav {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 600;
    position: relative;
    box-sizing: content-box;
    margin: inherit;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    max-width: none
}

.content-slider-nav:after,.content-slider-nav:before {
    content: " ";
    display: table
}

.content-slider-nav:after {
    clear: both
}

.column .content-slider-nav {
    padding-left: 0;
    padding-right: 0
}

#content-slider-next,#content-slider-prev {
    width: 50%;
    float: left;
    padding: .9375rem;
    display: block;
    background: 0 0;
    border: none
}

#content-slider-next:hover,#content-slider-prev:hover {
    cursor: pointer
}

#content-slider-prev {
    text-align: left
}

#content-slider-next {
    text-align: right;
    border-left: 1px solid #cdcdcd
}

.bonus-row {
    padding-top: .625rem;
    clear: both
}

.bonus-feature {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 50%;
    float: left
}

.bonus-feature img {
    display: block
}

.bonus-caption {
    position: relative;
    width: 50%;
    float: left
}

.panel-title {
    position: relative;
    width: 100%;
    float: none;
    line-height: 1;
    padding-top: 1.6875rem;
    margin-top: 0;
    display: block;
    font-size: 1.5rem;
    margin-bottom: 1.6875rem
}

.panel-title+.tabs {
    padding-top: 0
}

.panel-content {
    background: #fff;
    overflow: hidden
}

.panel-content:after,.panel-content:before {
    content: " ";
    display: table
}

.panel-content:after {
    clear: both
}

.panel-content ul {
    margin-left: .9375rem
}

.panel-content .columns {
    padding-bottom: 1.25rem
}

.panel-content table {
    max-height: 400px;
    overflow: auto
}

.panel-section-heading,.panel.panel-type-slider .nested-module-title {
    font-size: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 0;
    margin-top: 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    clear: both;
    text-transform: uppercase
}

.module-content {
    padding-top: 1.40625rem
}

.module:after,.module:before {
    content: " ";
    display: table
}

.module:after {
    clear: both
}

.module-multi-feature-slider .rsDefault,.module-multi-feature-slider .rsDefault .rsOverflow,.module-multi-feature-slider .rsDefault .rsSlide,.module-multi-feature-slider .rsDefault .rsThumbs,.module-multi-feature-slider .rsDefault .rsVideoFrameHolder {
    background: 0 0;
    color: inherit
}

.module-multi-feature-slider .column {
    float: none
}

.saved-items-desktop-nav {
    display: none
}

.removing-saved-item {
    opacity: .5
}

.removing-multiple .is-selected {
    opacity: .5
}

.saved-planning-ideas .card-title {
    margin-bottom: 0
}

.saved-planning-ideas .card-title a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block
}

.no-saved-items p {
    padding: 1.5625rem 0
}

.saved-items-desktop-nav li {
    position: relative;
    height: 4.375rem;
    line-height: 4.375rem;
    border-bottom: 1px solid #dadada;
    background: 0 0;
    transition: background-color .2s ease-in
}

.saved-items-desktop-nav li:last-child {
    border: 0
}

.saved-items-desktop-nav li.active {
    background: #fff
}

.saved-items-desktop-nav li.active a {
    color: #191919
}

.saved-items-desktop-nav li.active:after {
    width: 1px;
    height: 100%;
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    right: -1px;
    top: 0;
    z-index: 3
}

.saved-items-desktop-nav li:hover:not(.active) {
    background: #fafafa
}

.saved-items-desktop-nav li:hover:not(.active) a {
    color: #595959
}

.saved-items-desktop-nav a {
    position: relative;
    color: #8e8e8e;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .75rem;
    display: block;
    padding-left: 1.25rem;
    transition: color .2s ease-in
}

.saved-items-header {
    position: fixed;
    left: 0;
    top: 2.8125rem;
    width: 100%;
    z-index: 10;
    height: 2.8125rem;
    line-height: 2.8125rem;
    border-bottom: 1px solid #dbdbdb;
    text-align: right;
    padding: 0 1.25rem;
    background: #fff
}

.admin-bar .saved-items-header {
    top: 4.75rem
}

.has-cards .saved-items {
    padding: 4.0625rem .625rem 0 .625rem
}

.saved-items {
    background: #fff;
    padding-top: 2.8125rem
}

.saved-items .card-title {
    overflow: hidden
}

.saved-items .desktop-only {
    display: none
}

.multi-download-wrap {
    display: inline-block;
    position: relative;
    margin-right: 5px
}

.multi-download-wrap.active .saved-item-control.sic-download-selected {
    width: 220px;
    text-align: left;
    padding-left: 20px
}

.multi-download-wrap.active .multi-download-options {
    display: block
}

.multi-download-wrap .multi-download-options {
    position: absolute;
    top: 51px;
    right: 0;
    z-index: 8;
    width: 220px;
    background: #fff;
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    display: none
}

.multi-download-wrap .multi-download-options li {
    position: relative;
    padding: 0 1.25rem;
    line-height: 35px;
    height: 35px;
    cursor: pointer;
    color: #6f6f6f;
    border-top: 1px solid #e3e3e3;
    transition: background-color .2s ease-in;
    font-size: 11px;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.multi-download-wrap .multi-download-options li i {
    position: absolute;
    right: 10px;
    top: 9px
}

.multi-download-wrap .multi-download-options li i:before {
    font-size: 12px!important
}

.multi-download-wrap .multi-download-options li:first-child {
    border: 0
}

.multi-download-wrap .multi-download-options li:hover {
    background: #f6f6f6
}

.multi-download-wrap .multi-download-options li.disabled-link {
    opacity: .4
}

.multi-download-wrap .multi-download-options li.disabled-link:hover {
    cursor: default
}

.multi-drop-active .saved-item-control.sic-remove-selected {
    display: none
}

.saved-item-control {
    background: #fff;
    color: #8e8e8e!important;
    border: 1px solid #e3e3e3;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: .3125rem;
    padding-right: 2.8125rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: .625rem;
    display: inline-block;
    text-decoration: none!important;
    position: relative;
    height: auto;
    line-height: 1;
    top: -3px;
    display: none
}

.saved-item-control:hover {
    color: #8e8e8e!important;
    background: #f6f6f6
}

.saved-item-control i {
    font-size: .8125rem!important;
    position: absolute;
    top: .3125rem;
    right: .9375rem
}

.multiple-saved-items .saved-item-control.sic-select-all {
    display: inline-block
}

.bookmark-item {
    transition: none!important
}

.is-saved.bookmark-item {
    color: #6f6f6f!important
}

.saved-items-dropdown {
    float: left;
    top: 10px
}

.saved-items-dropdown .select2-choice {
    height: 1.625rem;
    text-align: left;
    padding: .5rem 0 0 .9375rem;
    background: #f6f6f6
}

.saved-items-dropdown .select2-choice>.select2-chosen {
    height: 1.625rem;
    line-height: 1.625rem;
    position: relative;
    top: -8px
}

.saved-items-dropdown .select2-choice .select2-arrow b:before {
    top: 1px
}

.saved-items-mobile-menu .select2-results .select2-result-label,.saved-items-recent-filter .select2-results .select2-result-label {
    border: 0;
    padding: 0 0 0 .9375rem
}

.saved-items-mobile-menu .select2-results-dept-0,.saved-items-recent-filter .select2-results-dept-0 {
    height: 2rem;
    line-height: 2rem;
    border-bottom: 1px dotted #c3c3c3
}

.saved-items-mobile-menu .select2-results-dept-0:last-child,.saved-items-recent-filter .select2-results-dept-0:last-child {
    border-bottom: 0
}

.sic-download-selected,.sic-remove-selected {
    display: none
}

.has-selected .sic-download-selected,.has-selected .sic-remove-selected {
    display: inline-block
}

.no-saved-items {
    padding: 0 20px;
    min-height: 200px
}

.no-saved-items .sic-select-all {
    display: none
}

.sic-select-all i {
    font-size: .8125rem!important;
    color: #c3c3c3
}

.sic-select-all:hover i {
    color: #9e9e9e
}

.si-sort {
    height: 3.125rem;
    line-height: 3.125rem;
    border-bottom: 1px solid #bababa;
    color: #8e8e8e;
    font-weight: 600;
    font-size: .75rem
}

.si-sort span {
    text-transform: uppercase;
    background: 0 0;
    border: 0;
    padding: 0
}

.saved-item-control span.desktop {
    display: none
}

.si-document-grid>* {
    float: left;
    display: block;
    width: 25%;
    padding: 0 .625rem
}

.si-document-grid>:first-child {
    width: 50%
}

.si-document-grid .toolstrip {
    width: auto;
    float: right
}

.si-document-grid>.si-heading-name {
    width: 27%
}

.si-heading-date {
    display: none
}

.si-heading-name {
    display: none
}

.si-document {
    position: relative;
    height: 6rem;
    padding: 0 1.25rem;
    line-height: 6rem;
    border-bottom: 1px solid #e5e5e5
}

.si-document .si-title {
    font-size: .875rem;
    font-weight: 600;
    color: #8e8e8e;
    height: 6rem;
    overflow: hidden
}

.si-document .si-title a {
    white-space: normal;
    padding-right: 20px
}

.si-document .si-title a:after {
    margin-left: .6375rem
}

.si-document .si-link {
    width: 27%;
    min-height: 1px;
    font-size: .75rem;
    height: 6rem
}

.si-document .si-link a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.si-document .si-link .link-wrap {
    display: table;
    width: 100%;
    height: 100%
}

.si-document .si-link .link-wrap .link-content {
    width: 100%;
    height: 100%;
    display: table-cell;
    line-height: 2;
    vertical-align: middle
}

.si-document .si-date {
    display: none
}

.si-document .document-select button {
    margin-left: .4375rem;
    padding-left: .625rem;
    border-left: 1px dotted #c3c3c3
}

.si-document .btn-group button {
    line-height: 1.1
}

.si-document:last-child {
    border: 0
}

.si-document .toolstrip {
    padding-right: 1.25rem
}

.si-document .toolstrip .si-control.sic-download,.si-document .toolstrip .si-control.sic-select {
    display: none
}

.si-document .toolstrip button {
    position: relative;
    top: 2px
}

.si-document .toolstrip button i {
    position: relative;
    top: 2px
}

.si-document .btn-group+.btn-group {
    border-left: 0;
    margin-left: 0;
    padding-left: 0
}

.si-document-grid.si-sort {
    display: none
}

.saved-date-filter {
    width: 120px!important;
    position: absolute;
    right: .625rem;
    top: .625rem
}

.saved-date-filter .select2-choice .select2-chosen {
    text-align: center
}

.saved-date-filter.year-filter {
    right: 8.4375rem
}

.saved-items.saved-all {
    padding: 3.75rem 1.25rem 1.25rem 1.25rem
}

.has-cards .saved-items.saved-all .saved-items-header {
    border-bottom: 0;
    margin-bottom: 0
}

.all-item-date-header time {
    position: relative;
    top: -1px;
    display: block;
    text-transform: uppercase;
    font-size: .75rem;
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    height: 3.125rem;
    line-height: 3.125rem
}

.all-item-date-header time span {
    font-weight: 600
}

.all-item-wrap {
    position: relative;
    padding: 1.25rem 0;
    border-bottom: 1px solid #e3e3e3
}

.all-item-wrap.last {
    border-bottom: 0
}

.all-item-wrap .card {
    margin-bottom: 0
}

.all-item-wrap .card .link-highlight {
    position: relative;
    margin-top: -10px;
    font-size: .75rem
}

.all-item-wrap .card.product-card {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 100%;
    float: left;
    border: 0
}

.all-item-wrap .card.product-card .post-image {
    width: 100%;
    padding: 0 2.5rem 1.25rem 0
}

.all-item-wrap .card.product-card .product-title {
    margin-bottom: .3125rem
}

.all-item-wrap .card.product-card .product-info {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1.875rem;
    z-index: 2
}

.all-item-wrap .all-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600;
    font-size: .875rem;
    padding-right: 4.6875rem;
    padding-bottom: .3125rem
}

.all-item-wrap .all-link {
    padding-top: .3125rem;
    padding-right: 4.6875rem;
    font-size: .75rem
}

.all-item-wrap .si-controls {
    margin-top: -.75rem;
    width: 120px;
    position: absolute;
    right: 0;
    top: 50%;
    text-align: right;
    z-index: 5
}

.all-item-wrap .si-controls .icon-remove:after {
    display: none
}

.all-item-wrap .si-controls button:last-child {
    margin-right: 0
}

.all-item-wrap.all-item-card {
    min-height: 7.1875rem
}

.all-item-wrap.all-item-card.ratio-1x1 {
    min-height: 8.4375rem
}

.post-type-archive-attachment #resource-center .saved-items-header,.post-type-archive-fsl #resource-center .saved-items-header,.post-type-archive-planning-idea #resource-center .saved-items-header,.post-type-archive-revit #resource-center .saved-items-header,.tax-industry #resource-center .saved-items-header {
    padding-left: .3125rem;
    padding-right: .3125rem
}

.post-type-archive-attachment .page-heading,.post-type-archive-document .page-heading,.post-type-archive-fsl .page-heading,.post-type-archive-planning-idea .page-heading,.post-type-archive-revit .page-heading,.tax-industry .page-heading {
    display: block
}

.admin-bar #resource-center.saved-items {
    margin-top: 0
}

#resource-center .saved-items-header {
    background: 0 0;
    padding: 0;
    line-height: 1;
    height: 27px;
    border: 0
}

#resource-center .multi-download-wrap .multi-download-options {
    top: 25px
}

#resource-center.documents .saved-items-header {
    border-bottom: 1px solid #dbdbdb;
    height: 4.375rem;
    line-height: 4.375rem
}

#resource-center.fsl-items {
    background: #fff;
    padding: 20px
}

#resource-center .si-document-grid>* {
    min-height: 1px
}

#resource-center .si-document-grid>:first-child {
    width: 20%
}

#resource-center .si-document-grid>:first-child+* {
    width: 30%
}

#resource-center .si-document-grid>:first-child+*+* {
    width: 30%
}

#resource-center .si-type {
    height: 6rem;
    padding-right: 20px;
    display: none
}

#resource-center .si-type .type-wrap {
    display: table;
    width: 100%;
    height: 100%
}

#resource-center .si-type .type-content {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    line-height: 1.3;
    font-size: 13px;
    color: #8e8e8e
}

#resource-center .card-title {
    margin-bottom: 10px;
    word-wrap: break-word
}

.ppp-wrap--overlay {
    display: none
}

.ppp-save {
    background: #e9e9e9;
    cursor: pointer;
    position: relative
}

.ppp-save a {
    height: 3.125rem;
    line-height: 3.125rem;
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.ppp-save a.ppp-action {
    border-bottom: 1px solid #fff
}

.ppp-save a.ppp-action--pinterest i b {
    font-size: 1rem;
    top: 3px
}

.ppp-save a .ppp-action--save-image {
    display: block
}

.ppp-save a:hover {
    color: #0096db
}

.ppp-save a:hover i {
    color: #0096db
}

.ppp-save i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: absolute;
    right: 20px;
    top: 25px;
    margin-top: -15px;
    background: #fff;
    text-align: center;
    border-radius: 100%
}

.ppp-save i b {
    position: relative;
    top: 1px;
    font-weight: 400
}

.ppp-relation {
    height: 3.125rem;
    line-height: 3.125rem;
    padding-left: 1.25rem;
    display: block;
    color: #a3a3a3;
    position: relative;
    top: 6px
}

.ppp-wrap--overlay .ppp-relation {
    padding-left: 0;
    background: 0 0;
    color: #fff;
    font-size: .875rem;
    font-weight: 600
}

.ppp-products a {
    border-top: 1px solid #e9e9e9;
    display: block;
    position: relative;
    height: 3.125rem;
    line-height: 3.125rem;
    padding: 0 1.875rem 0 1.25rem;
    color: #191919;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .8125rem
}

.ppp-products a i {
    position: absolute;
    right: 20px;
    font-size: .625rem;
    top: 16px;
    color: #6f6f6f
}

.ppp-products a:hover {
    color: #0096db
}

.ppp-products a:hover i {
    color: #0096db
}

.ppp-link {
    position: absolute;
    color: transparent!important;
    right: .625rem;
    bottom: .625rem;
    font-size: 2.1875rem;
    width: 36px;
    height: 36px;
    background-image: url(../img/ppp.png);
    background-position: 0 0;
    background-size: 36px 72px
}

.ppp-link.tooltip-open,.ppp-link:active,.ppp-link:focus,.ppp-link:hover {
    color: transparent!important;
    background-position: 0 36px
}

.ppp-link b {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%
}

.panel-lookbook__image-wrap .ppp-link {
    display: none
}

.ppp-button {
    display: none;
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.ppp-button:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background: #191919;
    transition: opacity .2s ease-in-out
}

.ppp-button:hover {
    cursor: pointer
}

.ppp-button:hover:after {
    opacity: .6
}

.panel-lookbook--layout-3 .ppp-button,.panel-lookbook--layout-5 .ppp-button,.panel-lookbook--layout-6 .ppp-button {
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px
}

.wp-featured-image.has-ppp {
    position: relative
}

.single-issue-content .panel {
    padding: 0
}

.single-issue-content .columns-container {
    width: 100%;
    margin-left: -.3125rem;
    margin-right: -.3125rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none
}

.single-issue-content .columns-container:after,.single-issue-content .columns-container:before {
    content: " ";
    display: table
}

.single-issue-content .columns-container:after {
    clear: both
}

.single-issue-content .panel-title {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 100%;
    float: left;
    margin-bottom: .84375rem
}

.single-issue-content .card-title {
    margin-bottom: 1rem
}

.single-issue-cover-image {
    position: relative
}

.single-issue-cover-image .swap-caption {
    display: block
}

.issue-info-panel {
    position: relative;
    background: #fff;
    border-top: thin solid #ddd;
    padding: 2.1875rem 1.25rem
}

.issue-info-panel .info-teaser-thumbnail {
    min-width: 172px;
    max-width: 172px;
    margin-bottom: 25px;
    box-shadow: #ddd 0 2px 4px
}

.issue-info-panel .info-teaser-thumbnail-ipad {
    position: relative;
    margin-bottom: 54px;
    min-width: 193px;
    margin-left: -12px;
    margin-right: -14px
}

.issue-info-panel .info-teaser-thumbnail-ipad .ipad-issue-image {
    max-width: 130px;
    margin-top: 19px;
    margin-left: 31px;
    min-height: 172px
}

.issue-info-panel .info-teaser-thumbnail-ipad .ipad-issue-ipad {
    top: 0;
    left: 0;
    position: absolute
}

.issue-info-panel .app-download img {
    width: 109px
}

.issue-info-panel p {
    color: #8e8e8e
}

.issue-info-panel .browse-all-button {
    margin: 1em 0 0
}

.issue-info-panel .info-teaser p {
    max-width: 250px
}

.issue-description .h3,.issue-description h3 {
    text-transform: uppercase;
    margin-bottom: 1em
}

.page-single-issue .site-footer {
    margin-top: .625rem
}

.panel-featured-articles .image-card .text-link-button {
    margin-top: 1.5em;
    text-decoration: none
}

.panel-departments .stick-bottom,.panel-more-articles .stick-bottom {
    bottom: 20px
}

.panel-departments .stick-bottom .list-unstyled li,.panel-departments .stick-bottom ol.grid-list li,.panel-departments .stick-bottom ul.grid-list li,.panel-more-articles .stick-bottom .list-unstyled li,.panel-more-articles .stick-bottom ol.grid-list li,.panel-more-articles .stick-bottom ul.grid-list li {
    margin-bottom: .8em
}

.panel-departments .stick-bottom .list-unstyled li:last-child,.panel-departments .stick-bottom ol.grid-list li:last-child,.panel-departments .stick-bottom ul.grid-list li:last-child,.panel-more-articles .stick-bottom .list-unstyled li:last-child,.panel-more-articles .stick-bottom ol.grid-list li:last-child,.panel-more-articles .stick-bottom ul.grid-list li:last-child {
    margin-bottom: 0
}

.single-article .panel-more-articles .grid-list,.single-whitepaper .panel-more-articles .grid-list {
    margin: 0
}

.single-article .panel-more-articles .panel-title,.single-whitepaper .panel-more-articles .panel-title {
    padding-left: 0;
    padding-right: 0
}

.single-state-government .page-heading-links .action-links {
    display: none!important
}

.single-state-government #desktop-nav .products,.single-state-government #desktop-nav .services {
    display: none!important
}

.panel-departments .card-content,.panel-more-articles .card-content {
    padding-bottom: 5.5rem
}

.panel-more-articles .card-content .card-title {
    margin-bottom: 1rem
}

.insights-page-title .sep {
    display: none
}

.insights-page-title .issue-title {
    display: none;
    font-weight: 300
}

.article-audio-story {
    background: #f6f6f6;
    padding: .625rem 1.25rem
}

.article-content-header {
    margin-top: -25px;
    padding: 0 1.25rem 1.25rem
}

.article-content-header .article-title {
    line-height: 1.15
}

.article-content-header .article-subheading {
    color: #6f6f6f;
    font-weight: 400;
    font-size: 1.125rem;
    margin-bottom: 0
}

.related-issue {
    padding: 1.25rem 1.25rem 1.25rem 6.875rem;
    background: transparent url(../img/logos/360magazine.png) 1.25rem center no-repeat;
    background-size: auto 30px;
    border-bottom: 1px solid #e5e5e5;
    color: #6f6f6f;
    font-size: .6875rem
}

.related-issue .link-highlight {
    display: block;
    margin-top: .125rem;
    color: #6f6f6f!important;
    font-size: .75rem
}

.related-issue .link-highlight:focus,.related-issue .link-highlight:hover {
    color: #0096db!important
}

.issue-number {
    color: #999898;
    font-weight: 300
}

.whitepapers-content .card-content {
    padding-bottom: 2.5rem
}

.whitepapers-content .slider-static-content {
    opacity: 1
}

.whitepapers-content .whitepaper-items-wrap img {
    max-width: 100%
}

.whitepapers-content .slider-content-middle-wrap {
    left: 15px
}

.post-type-archive-case-study .whitepaper-items-wrap .slider-content-middle-wrap {
    left: 20px
}

.press-releases-content .card-content {
    padding-bottom: 2.5rem
}

.press-releases-content .slider-static-content {
    opacity: 1
}

.press-releases-content .whitepaper-items-wrap img {
    max-width: 100%
}

.press-releases-content .slider-content-middle-wrap {
    left: 15px
}

.press-releases-content .item-info {
    font-size: .75rem;
    font-style: italic;
    text-transform: none;
    padding-bottom: 8px
}
