/*
  BASE
*/

html {
    height: 100%;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    height: 100%;
    color: #504B32;
    background-color: #504B32;
}

.sector--match-coarse body {
    background-color: #EC7C1E;
}

.sector--other body {
    background-color: #15ACAC;
}

.container {
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
}

.container.has--margins {
    padding: 0 2em;
}

@media screen and (min-width: 512px) {
    .container.has--margins {
        padding: 0 2.25em;
    }
}

/* LAZY */

.js--lazy,
.lazyload {
    opacity: 0;
    transition: opacity .6s !important;
}

.js--lazy[data-loaded],
.js--lazy.has--loaded,
.lazyloaded {
    opacity: 1;
    transition: opacity .6s !important;
}

.section {
    padding: 1em 1em 0;
}

.section.has--tint {
    background-color: rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.section.is--wide {
    padding-left: 0;
    padding-right: 0;
}

.section.is--flush {
    padding-top: 0;
}

@media screen and (min-width: 512px) {
    .section {
        padding: 2em 2em 0;
    }
}

.placeholder {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    padding: 1em;
    margin: 0 0 2em;
    text-align: center;
    font-size: 14px;
    color: #ADB82F;
    border: 2px solid #ADB82F;
}

.sector--match-coarse .placeholder {
    color: #EC7C1E;
    border: 1px solid #EC7C1E;
}

.placeholder.midi {
    padding: 5em 1em;
}

.placeholder.deep {
    padding: 12em 1em;
}

iframe {
    border: none;
}

/*
  TYPEKIT
*/

.wf-loading .is--wf,
.wf-loading .menu a {
    /* opacity: 0; */
}

.wf-active .is--wf,
.wf-active .menu a {
    opacity: 1;
    /* transition: opacity .3s ease; */
}

/*
  COLOUR
*/

.colour--kakhi {
    color: #504B32;
}

.colour--lime {
    color: #ADB82F;
}

.colour--orange {
    color: #EC7C1E;
}

.colour--yellow {
    color: #FDCB0B;
}

.colour--aqua {
    color: #15ACAC;
}

/*
  UI
*/

.ui {
    z-index: 100;
    background: #f3f2ed url(../images/textures/background_scratchy_512.jpg) scroll repeat 50% 0;
}

@media screen and (min-width: 512px) {
    .ui {
        background-image: url(../images/textures/background_scratchy.jpg);
    }
}

p {
    font-size: 0.9375em;
    line-height: 150%;
    margin: 0.75em 0em;
}

p a {
    color: #ADB82F;
    text-decoration: underline;
}

/*
  HEADER
*/

header[role="banner"] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
}

.admin-bar header[role="banner"] {
    top: 32px;
}

/*
  MAIN
*/

main {
    padding-top: 132px;
    padding-bottom: 128px;
    min-height: 500px;
    z-index: 20;
}

main.is--flush,
body.home main,
.has--banner main {
    padding-top: 0;
}

/*
  FOOTER
*/

footer {
    z-index: 1;
    padding-bottom: 75px;
    background-color: #504B32;
}

.sector--match-coarse footer {
    background-color: #EC7C1E;
}

.sector--other footer {
    background-color: #15ACAC;
}

footer .logo_site {
    position: relative;
    left: auto;
    top: -38px;
    margin: 0 auto;
}

footer nav {
    margin-top: -24px;
}

footer #menu-secondary {
    text-align: center;
}

footer #menu-secondary li {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    display: inline-block;
    font-size: 0.8em;
}

footer #menu-secondary li a {
    display: block;
    padding: 0.2em 0.8em;
    color: #ffffff
}

footer #menu-secondary li a:hover {
    color: #ADB82F;
}

footer .copyright {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    font-size: 0.65em;
    text-align: center;
    margin: 2em 0;
    color: #ffffff
}

/*
  TOOLBAR
*/

.toolbar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    background-color: #504B32;
    z-index: 300;
    transition: bottom .3s ease;
}

.toolbar {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
}

body.home .toolbar {
    background: transparent url(../images/ui/toolbar_home.png) scroll no-repeat 50% 50%;
    box-shadow: none;
}

.sector--match-coarse .toolbar,
.sector--match-coarse .toolbar__popups,
.page-id-50 .toolbar {
    background-color: #EC7C1E;
}

.sector--other .toolbar,
.sector--other .toolbar__popups {
    background-color: #15ACAC;
}

.toolbar__left {
    float: left;
}

.toolbar__right {
    float: right;
}

.toolbar__icons {}

.toolbar__icon {
    float: left;
}

.toolbar__icon a {
    position: relative;
    display: block;
    height: 64px;
    width: 64px;
    padding: 16px;
}

.toolbar__icon--search a {
    background: transparent url(../images/icons/search_white_32.png) scroll no-repeat 50% 50%;
}

.toolbar__icon--language a {
    background: transparent url(../images/icons/language_white_32.png) scroll no-repeat 50% 50%;
}

.toolbar__icon--members a {
    background: transparent url(../images/icons/user_white_32.png) scroll no-repeat 50% 50%;
}

.toolbar__language_code {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    position: absolute;
    display: inline-block;
    top: 24px;
    left: 23px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}

.toolbar__popups {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -132px;
    height: 132px;
    background-color: #504B32;
    z-index: 300;
    transition: all .3s ease;
}

body.home .toolbar__popups,
.sector--match-coarse .toolbar__popups {
    background-color: #EC7C1E;
}

.sector--other .toolbar__popups {
    background-color: #15ACAC;
}

.toolbar__search--active .toolbar,
.toolbar__language--active .toolbar {
    bottom: 132px;
}

.toolbar__search--active .toolbar__popups,
.toolbar__language--active .toolbar__popups {
    bottom: 0;
}

.toolbar__search--active .toolbar__search,
.toolbar__language--active .toolbar__language {
    display: block;
    position: relative;
}

.toolbar__search {
    display: none;
    color: #ffffff;
    text-align: center;
    padding-top: 2em;
}

.toolbar__language {
    display: none;
    color: #ffffff;
    text-align: center;
    padding-top: 2.5em;
}

.toolbar__scrolltop {
    position: fixed;
    bottom: -64px;
    left: 50%;
    margin-left: -32px;
    width: 64px;
    height: 64px;
    background: transparent url(../images/icons/arrow_up_white_64.png) scroll no-repeat 50% 50%;
    z-index: 310;
    cursor: pointer;
    transition: bottom .3s ease;
}

body.home .toolbar__scrolltop {
    background: url(../images/icons/arrow_up_khaki_64.png);
}

.scrolltop--active .toolbar__scrolltop {
    bottom: 0;
}

.scrolltop--active body.home .toolbar__scrolltop {
    bottom: 20px;
}

.modal--active .toolbar__scrolltop {
    bottom: -96px !important;
}

.facebook--wrapper {
    display: none;
}

.multiple--facebook .facebook--wrapper {
    display: block;
}

.toolbar__multiple_facebook {
    display: none;
    position: absolute;
    bottom: 64px;
    margin-left: 8px;
}

.facebook--wrapper:hover .toolbar__multiple_facebook {
    display: block;
}

.toolbar__multiple_facebook:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -16px;
    left: 16px;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-top-color: #3B5998;
}

.toolbar__multiple_facebook .toolbar__icon {
    float: none;
    display: block;
}

.toolbar__multiple_facebook .toolbar__icon a {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    color: white;
    width: auto;
    background-color: #3B5998;
    transition: all 0.3s ease;
    padding: 6px;
    font-size: 14.5px;
    height: 44px;
}

.toolbar__multiple_facebook .toolbar__icon a span {
    padding: 0 8px;
}

.toolbar__multiple_facebook .toolbar__icon a:hover {
    background-color: #2F4779;
}

.toolbar__icon.show--socialicons,
.toolbar__icon.hide--socialicons {
    display: none;
}

@media screen and (max-width: 600px) {
    .toolbar__left .toolbar__icon {
        display: none;
    }

    .toolbar__icon.show--socialicons {
        display: block;
    }
}

.showing--socialicons .toolbar__left .toolbar__icon,
.showing--socialicons .toolbar__icon.hide--socialicons {
    display: block;
}

.showing--socialicons .toolbar__right,
.showing--socialicons .toolbar__scrolltop,
.showing--socialicons .toolbar__icon.show--socialicons {
    display: none;
}

@media screen and (max-width: 460px) {
    .toolbar__multiple_facebook {
        left: 16px;
    }

    .toolbar__multiple_facebook:after,
    .toolbar__multiple_facebook .toolbar__icon a img {
        display: none;
    }

    .toolbar__multiple_facebook .toolbar__icon a span {
        font-size: 13px;
    }

    .toolbar__multiple_facebook .toolbar__icon a {
        height: 44px;
    }
}

/*
  LOGO_SITE
*/

.logo_site {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -66px;
    width: 132px;
    height: 132px;
    z-index: 20;
    transition: top 0.3s ease;
}

.logo_site__link {
    display: block;
    height: 100%;
}

.logo_site__image {
    width: 100%;
}

.is--sticky .logo_site {
    top: -38px;
}

/*
  MENU_PRIMARY
*/

.menu-primary-container {
    height: 100px;
    background-color: rgba(0, 0, 0, .2);
    z-index: 10;
    transition: all 0.3s ease;
}

body.home .menu-primary-container {
    background-color: transparent;
}

.menu-primary-container ul {
    margin: 0 auto;
    max-width: 96em;
    padding: 48px 16px 0;
    transition: padding 0.3s ease;
}

.menu-primary-container .menu-item {
    position: relative;
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    float: left;
    text-transform: uppercase;
    font-size: 1.1em;
}

.menu-primary-container .menu-item--right {
    float: right;
}

.menu-primary-container a {
    display: block;
    padding: 16px;
    color: #504B32;
    border-bottom: 3px solid transparent;
    transition: color 0.6s ease;
}

.has--banner .menu-primary-container a {
    color: white;
}

body.home .menu-primary-container a {
    color: #ffffff;
}

.menu-primary-container .current-menu-item a,
.menu-primary-container a:hover,
.is--sticky .menu-primary-container .current-menu-item a,
.is--sticky .menu-primary-container a:hover,
.tax-range #menu-item-25 a,
.single-product #menu-item-25 a,
.post-type-article #menu-item-27 a,
.post-type-news #menu-item-26 a {
    color: #ADB82F !important;
    border-bottom: 3px solid #ADB82F;
}

.page-id-50 .menu-primary-container a:hover,
.cat-item-119 #menu-item-27 a {
    color: #EC7C1E !important;
    border-bottom: 3px solid #EC7C1E;
}

.menu--active .menu-primary-container .current-menu-item a {
    color: #ffffff !important;
    border-bottom: none;
}

body.home .menu-primary-container a {
    border-bottom-color: transparent;
}

.is--sticky .menu-primary-container,
.is--sticky body.home .menu-primary-container {
    height: 64px;
    background-color: #504B32;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
}

.is--sticky .menu-primary-container ul {
    padding-top: 12px;
}

.is--sticky .menu-primary-container a {
    color: #ffffff;
}

.menu--active .menu-item a {
    border: none !important;
}

.menu__hamburger {
    position: fixed;
    display: block;
    top: -64px;
    left: 0;
    width: 72px;
    height: 64px;
    cursor: pointer;
    background: transparent url(../images/icons/hamburger_khaki_64.png) scroll no-repeat 50% 50%;
    z-index: 100;
    transition: all .3s ease;
}

body.home .menu__hamburger,
.is--sticky .menu__hamburger,
.page-id-48 .menu__hamburger,
.page-id-50 .menu__hamburger,
.has--banner .menu__hamburger {
    background-image: url(../images/icons/hamburger_white_64.png);
}

@media screen and (max-width: 1023px) {
    .menu__hamburger {
        top: 0;
    }

    .menu-primary-container {
        display: block;
        position: fixed;
        height: auto;
        top: 0;
        left: 0;
        right: 0;
        /*bottom: 100%;*/
        transition: all .3s ease;
    }

    #menu-primary {
        position: fixed;
        top: 100%;
        bottom: 0;
        overflow-y: auto;
        width: 100%;
        opacity: 0;
        padding: 0 0 3em;
        transition: all 0.3s ease;
    }

    #menu-primary li {
        float: none;
        display: block;
        font-size: 1.5em;
        text-align: center;
    }

    #menu-primary li a {
        color: white;
        padding: 0.4em;
        border: none;
    }

    .menu--active body {
        overflow: hidden;
    }

    .menu--active .toolbar,
    .menu--active .toolbar__scrolltop {
        opacity: 0;
    }

    .menu--active .menu__hamburger {
        transform: rotate(90deg);
    }

    .menu--active .menu-primary-container {
        opacity: 1;
        height: 100% !important;
        background-color: #504b32 !important;
    }

    .menu--active header .logo_site {
        top: 0 !important;
    }

    .menu--active .menu__hamburger {
        background-image: url(../images/icons/close_white_64.png) !important;
    }

    .menu--active #menu-primary {
        opacity: 1;
        top: 156px;
    }

    .menu--active .menu-primary-container li {
        font-size: 1.8em !important;
    }
}



/*
  PAGE
*/

.page__title {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    font-size: 1.7em;
    line-height: 110%;
    color: #504B32;
    text-align: center;
    padding: 0.25em 0 0.75em;
}

.page__subtitle {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    line-height: 110%;
    color: #504B32;
    text-align: center;
    padding: 0.25em 0 0.75em;
}

.page__strapline {
    text-align: center;
    padding: 0 1em 0.5em;
}

@media screen and (min-width: 768px) {
    .page__title {
        font-size: 2.75em;
    }

    .page__subtitle {
        font-size: 2em;
    }
}

.page--fullwidth {
    width: 100%;
    margin: 0 auto;
}

.page__content:before {
    content: '';
    display: block;
}

.page__sidebar {
    padding: 0;
}

.align--centre {
    text-align: center;
}

@media screen and (min-width: 769px) {
    .page__sidebar {
        padding-left: 1.7em;
        margin-left: 1.3em;
        background: transparent url(../images/textures/roughedge-left-sidebar.png) scroll repeat-y 0 0;
    }
}

/*
  PRODUCTS RANGE
*/

.products_range__tab {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    width: 100%;
}

.products_range__tab a {
    display: block;
    font-size: 1.5em;
    line-height: 2em;
    text-align: center;
    padding: 0.3em 0.3em 0;
    color: #ffffff;
    transition: all 0.3s ease;
}

.products_range__tab:hover a,
.products_range__tab.is--active a {
    color: #ffffff;
}

.products_range__tab[data-range="63"] a {
    background-color: #c5c4b8;
    background-color: rgba(80, 75, 50, .5);
}

.products_range__tab[data-range="64"] a {
    background-color: #f2d2b2;
    background-color: rgba(236, 124, 30, .5);
}

.products_range__tab[data-range="65"] a {
    background-color: #b3dfdc;
    background-color: rgba(21, 172, 172, .5);
}

.products_range__tab[data-range="63"]:hover a,
.products_range__tab.is--active[data-range="63"] a,
.products_range[data-range="63"] .products_range__tab[data-range="63"] a {
    background-color: #504B32;
    background-color: rgba(80, 75, 50, 1);
}

.products_range__tab[data-range="64"]:hover a,
.products_range__tab.is--active[data-range="64"] a,
.products_range[data-range="64"] .products_range__tab[data-range="64"] a {
    background-color: #EC7C1E;
    background-color: rgba(236, 124, 30, 1);
}

.products_range__tab[data-range="65"]:hover a,
.products_range__tab.is--active[data-range="65"] a,
.products_range[data-range="65"] .products_range__tab[data-range="65"] a {
    background-color: #15ACAC;
    background-color: rgba(21, 172, 172, 1);
}

.products_range__tab:after {
    content: '';
    display: none;
    position: relative;
    left: 50%;
    margin-left: -4px;
    width: 8px;
    width: 8px;
    border: 8px solid transparent;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.products_range__tab:hover:after,
.products_range__tab.is--active:after,
.products_range[data-range="63"] .products_range__tab[data-range="63"]:after,
.products_range[data-range="64"] .products_range__tab[data-range="64"]:after,
.products_range[data-range="65"] .products_range__tab[data-range="65"]:after {
    opacity: 1;
}

.products_range__tab[data-range="63"]:after {
    border-top-color: #504B32;
}

.products_range__tab[data-range="64"]:after {
    border-top-color: #EC7C1E;
}

.products_range__tab[data-range="65"]:after {
    border-top-color: #15ACAC;
}

.products_range__list {
    padding: 1.5em 0;
}

.products_range__item {
    width: 100%;
}

.products_range__item a {
    display: block;
    position: relative;
}

.products_range__item a img {
    position: relative;
    display: block;
    margin: 1em auto;
    width: 180px;
    height: 180px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 4px solid #ffffff;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.products_range__item a:hover img {
    transform: translate(0, -4px);
    -webkit-box-shadow: 0px 12px 36px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 12px 36px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 12px 36px 0px rgba(0, 0, 0, 0.4);
}

.products_range[data-range="63"] .products_range__item a img {
    border-color: #ADB82F;
}

.products_range[data-range="64"] .products_range__item a img {
    border-color: #EC7C1E;
}

.products_range[data-range="65"] .products_range__item a img {
    border-color: #15ACAC;
}

.products_range__item a h3 {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    line-height: 120%;
    padding: 0 1em;
    color: #504B32;
    text-align: center;
    min-height: 2.6em;
}

.products_range__pointer {
    display: block;
    position: absolute;
    left: 50%;
    top: 132px;
    width: 48px;
    height: 48px;
    margin-left: 40px;
    transition: all 0.3s ease;
}

.products_range[data-range="63"] .products_range__pointer {
    background: transparent url(../images/icons/arrow_down_green_48.png) scroll no-repeat 50% 50%;
}

.products_range[data-range="64"] .products_range__pointer {
    background: transparent url(../images/icons/arrow_down_orange_48.png) scroll no-repeat 50% 50%;
}

.products_range[data-range="65"] .products_range__pointer {
    background: transparent url(../images/icons/arrow_down_aqua_48.png) scroll no-repeat 50% 50%;
}

.products_range__item a:hover .products_range__pointer {
    transform: translate(0, 4px);
}

.products_range__children {
    display: none;
}

.products_range__item.is--open {
    width: 100%;
}

.products_range__item.is--open .products_range__children {
    display: block;
}

.products_range__item.is--open>a {
    float: none;
}

.products_range__item.is--open>a>img {
    opacity: 0;
}

.products_range__item.is--open>a .products_range__pointer {
    width: 180px;
    height: 180px;
    top: 0;
    margin-left: -80px;
    background-color: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0px -6px 16px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -6px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -6px 16px 0px rgba(0, 0, 0, 0.2);
    transform: rotate(180deg);
}

@media screen and (min-width: 512px) {

    .products_range__item,
    .products_range__item.is--open>a {
        float: left;
        width: 50%;
    }

    .products_range__item.is--open>a .products_range__pointer {
        top: 16px;
    }
}

@media screen and (min-width: 768px) {

    .products_range__item,
    .products_range__item.is--open>a {
        width: 33.3332%;
    }

    .products_range__list {
        padding: 1em;
    }

    .products_range__tab {
        float: left;
        width: 25%;
    }

    .products_range__tab.is--active,
    .products_range[data-range="63"] .products_range__tab[data-range="63"],
    .products_range[data-range="64"] .products_range__tab[data-range="64"],
    .products_range[data-range="65"] .products_range__tab[data-range="65"] {
        width: 50%;
    }

    .products_range__tab:after {
        display: block;
    }
}

@media screen and (min-width: 1024px) {

    .products_range__item,
    .products_range__item.is--open>a {
        width: 25%;
    }

    .products_range__list {
        padding: 1.5em;
    }
}

@media screen and (min-width: 1280px) {

    .products_range__item,
    .products_range__item.is--open>a {
        width: 20%;
    }
}

@media screen and (max-width: 767px) {
    .products_range__tab a {
        padding: 0.4em 0.2em 0;
        line-height: 1.2em;
    }

    .products_range__tab.is--active a {
        line-height: 1.8em;
    }
}

body.page-id-48 .products_range__tabs,
body.page-id-50 .products_range__tabs {
    display: none;
}

body.page-id-48 .products_range__list,
body.page-id-50 .products_range__list {
    padding-top: 0;
}

.products_range[data-range="63"] .products_range__item.is--open .products_range__pointer {
    background: #ADB82F url(../images/icons/arrow_right_white_64.png) scroll no-repeat 50% 50%;
}

.products_range[data-range="64"] .products_range__item.is--open .products_range__pointer {
    background: #EC7C1E url(../images/icons/arrow_right_white_64.png) scroll no-repeat 50% 50%;
}

.products_range[data-range="65"] .products_range__item.is--open .products_range__pointer {
    background: #15ACAC url(../images/icons/arrow_right_white_64.png) scroll no-repeat 50% 50%;
}

/*
  PRODUCTS LISTING
*/

.products_range_listing {
    padding: 2em 0;
    background: transparent url(../images/textures/background_product_listing.jpg) scroll repeat 0 0;
}

.sector--match-coarse .products_range_listing {
    background: transparent url(../images/textures/background_match_listing.jpg) scroll repeat 0 0;
}

@media screen and (min-width: 512px) {
    .products_range_listing {
        padding: 2em;
    }
}

.products_range_listing__item {
    min-height: 320px;
}

.products_range_listing__item a {
    display: block;
}

@media screen and (min-width: 512px) {
    .products_range_listing__item a {
        padding: 0 1em;
    }
}

.products_range_listing__item h3 {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    line-height: 120%;
    text-align: center;
    padding: 1em 1em 0.5em;
    color: #504B32;
    transition: color 0.3s ease;
}

.products_range_listing__item img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 220px;
}

.products_range_listing__item a:hover h3 {
    color: #ADB82F;
}

/*
  MODAL OVERLAY
*/

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
    z-index: 150;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.modal--active .modal__overlay {
    width: 100%;
    opacity: 1;
}

.modal--active body {
    overflow: hidden;
}

/*
  MODAL MENU
*/

.modal__menu {
    display: none;
    z-index: 200;
}

.modal--active .modal__menu {
    display: block;
}

/*
  RIBBON
*/

.ribbon {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    line-height: 120%;
    text-align: center;
    padding: 1.2em 1.2em 0.8em;
    background-color: rgba(0, 0, 0, .05);
}

.ribbon a {
    color: #ADB82F;
    transition: color 0.3s ease;
}

.ribbon a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .ribbon.for--products_count {
        margin-top: -1em;
    }
}

/*
  BREADCRUMB
*/

.breadcrumbs {
    font-family: "xindustry-inc-stencil", sans-serif;
    font-size: 0.9em;
    line-height: 150%;
    font-weight: bold;
    text-align: center;
    padding: 1.2em 1.2em 0.8em;
    background-color: rgba(0, 0, 0, .07);
}

.breadcrumbs a {
    color: #504B32;
    transition: color 0.3s ease;
}

.breadcrumbs a:hover {
    color: #ADB82F;
}

.breadcrumbs span:last-child {}

.breadcrumbs>span:last-child {
    color: #ADB82F;
}

@media screen and (min-width: 1024px) {
    .breadcrumbs {
        margin-top: -1em;
        font-size: 1em;
    }
}

/*
  PRODUCT
*/

article.product {
    padding: 2em 1em 1em;
}

@media screen and (min-width: 512px) {
    article.product {
        padding: 2em 2em 1em;
    }
}

@media screen and (min-width: 768px) {
    article.product {
        padding: 2.5em 2.5em 1em;
    }
}

@media screen and (min-width: 1024px) {
    article.product {
        padding: 3em 3em 1em;
    }
}

.product_info__title {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    font-size: 2em;
    line-height: 100%;
    text-align: center;
    color: #504B32;
}

@media screen and (min-width: 512px) {
    .product_info__title {
        font-size: 2.4em;
    }
}

@media screen and (min-width: 768px) {
    .product_info__title {
        font-size: 2.8em;
        text-align: left;
    }
}

.product_info__code {
    padding: 0.2em 0;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .product_info__code {
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
    .product_gallery__wrap {
        padding-left: 2em;
    }
}

@media screen and (min-width: 1024px) {
    .product_gallery__wrap {
        padding-left: 3em;
    }
}

.product_gallery__hero img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.product_gallery__thumbs {
    background: transparent url(../images/textures/background_product_listing.jpg) scroll repeat 0 0;
    padding-bottom: 1.5em;
    margin-bottom: 2em;
}

.product_gallery__thumbs a {
    display: block;
    float: left;
    width: 50%;
    background: transparent url(../images/textures/background_product_listing.jpg) scroll repeat 0 0;
}

.sector--match-coarse .product_gallery__thumbs,
.sector--match-coarse .product_gallery__thumbs a {
    background: transparent url(../images/textures/background_match_listing.jpg) scroll repeat 0 0;
}

.product_gallery__thumbs img {
    display: block;
    margin: 0 auto;
}

#swipebox-overlay {
    background: transparent url(../images/textures/background_product_listing.jpg) scroll repeat 0 0;
}

#swipebox-bottom-bar {
    background: #504B32;
}

@media screen and (min-width: 512px) {
    .product_gallery__thumbs a {
        width: 33.3332%;
    }
}

#swipebox-top-bar {
    padding: 0;
    background: none;
}

#swipebox-title {
    text-shadow: none;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 120%;
    font-family: "industry", Helvetica, Arial, sans-serif;
    color: white !important;
    padding: 1.5em 4.5em;
    background-color: rgba(80, 75, 50, .6) !important;
}

#swipebox-close {
    top: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
    background-color: #504B32;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.sector--match-coarse #swipebox-close {
    background-color: #EC7C1E;
}

.product__related {
    padding: 3em 0.5em 0;
    background-color: rgba(0, 0, 0, 0.05);
}

.product__related .page__subtitle {
    font-size: 1.5em;
    min-height: 2em;
    padding: 0 1em;
}

.product__related_col {
    float: left;
    width: 100%;
    margin: 0 0 3em;
}

.product__related_col .section__subtitle h2 {
    font-size: 1.1em;
    min-height: 72px;
    padding: 0.75em 2em;
}

.product__related_col .section__subtitle {
    margin-bottom: 0;
}

@media screen and (min-width: 512px) {
    .product__related_col .mediagrid__tile {
        width: 50%;
        padding: 0 1em;
    }
}

@media screen and (min-width: 768px) {
    .product__related {
        padding: 3em 1.5em 0;
    }
}

@media screen and (min-width: 1024px) {
    .product__related_col .mediagrid__tile {
        width: 25%;
        padding: 0 1em;
    }

    .product__related {
        padding: 3em 2em 0;
    }
}

@media screen and (min-width: 600px) {
    .product__related.has--2cols .product__related_col {
        width: 50%;
    }

    .product__related.has--2cols .mediagrid__tile {
        width: 100%;
    }

    .product__related.has--2cols .mediagrid__tile_image {
        height: 240px;
    }
}

@media screen and (min-width: 512px) {
    .product__related.has--3cols .product__related_col {
        width: 50%;
    }

    .product__related.has--3cols .mediagrid__tile {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .product__related.has--3cols .product__related_col {
        width: 33.3332%;
    }

    .product__related.has--3cols .mediagrid__tile {
        width: 100%;
    }
}

.related__more {
    height: 60px;
    margin: 2em 0 0;
    cursor: pointer;
    transition: all 0.2s ease;
    background: transparent url(../images/icons/media-more-khaki.png) scroll no-repeat 50% 0;
}

.related__more:hover {
    background-position: 50% 10px;
}


/*
  ACCORDIAN
*/

.accordian {
    margin: 1em 0;
}

.accordian__section {
    padding: 0.25em 0;
}

.accordian__toggle {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    padding: 0.8em 3em 0.4em 1em;
    color: #504B32;
    background: transparent url(../images/icons/arrow_down_white_32.png) scroll no-repeat right center;
    background-color: #504B32;
    background-color: rgba(80, 75, 50, .2);
    cursor: pointer;
    transition: all .3s ease;
}

.accordian__section.is--open .accordian__toggle {
    color: #ADB82F;
    background-color: #504B32;
    background-color: rgba(80, 75, 50, 1);
    background-image: url(../images/icons/arrow_up_white_32.png);
}

.accordian__toggle:hover {
    background-color: rgba(80, 75, 50, .4);
}

.accordian__info {
    opacity: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
    transition: all .3s ease-out;
}

.accordian__section.is--open .accordian__info {
    opacity: 1;
    padding: 1.25em 0 0.75em;
    height: auto;
}

/*
  YOUTUBE IFRAME
*/

.youtube_iframe {
    height: 260px;
}

@media screen and (min-width: 768px) {
    .youtube_iframe {
        height: 310px;
    }
}

/*
  SPLASH
*/

.image--cover {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.splash {
    position: relative;
    overflow: hidden;
    height: 100vh;
    z-index: 10;
    background-color: #45412a;
}

.splash__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.splash__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 15;
    background-color: rgba(69, 65, 42, .5);
}

.splash__line {
    position: absolute;
    display: block;
    top: 50%;
    bottom: 50%;
    left: 50%;
    border-left: 2px solid white;
    transition: all .3s ease;
    z-index: 20;
}

.splash--anim .splash__line {
    top: 39%;
    bottom: 39%;
}

.splash__left {
    position: absolute;
    left: 0%;
    width: 50%;
    top: 50%;
    margin-top: -32px;
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    font-size: 6em;
    text-align: center;
    transition: all .4s ease !important;
    z-index: 30;
}

.splash--anim .splash__left {
    left: 0%;
}

.splash__left a {
    display: block;
    color: #ffffff;
    padding-left: 64px;
}

.splash__right {
    position: absolute;
    right: 0%;
    width: 50%;
    top: 50%;
    margin-top: -56px;
    font-family: "industry", Helvetica, Arial, sans-serif;
    font-size: 4.5em;
    font-weight: 700;
    line-height: 90%;
    text-align: center;
    transition: all .4s ease !important;
    z-index: 30;
}

.splash--anim .splash__right {
    right: 0%;
}

.splash__right a {
    display: block;
    color: #ffffff;
    padding-right: 64px;
}

.splash__title {
    position: absolute;
    bottom: 104px;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    font-size: 2em;
    opacity: 0 !important;
    transition: opacity .4s ease !important;
    z-index: 25;
}

.splash--anim.wf-active .splash__title {
    opacity: 1 !important;
}

.splash__arrow {
    display: block;
    position: absolute;
    top: 50%;
    margin: -32px 0 0 0;
    width: 64px;
    height: 64px;
    transition: all .4s ease;
    z-index: 20;
}

.splash__arrow.is--left {
    left: -64px;
    background: transparent url(../images/icons/arrow_left_white_64.png) scroll no-repeat 50% 50%;
}

.splash__arrow.is--right {
    right: -64px;
    background: transparent url(../images/icons/arrow_right_white_64.png) scroll no-repeat 50% 50%;
}

.splash__arrow.is--down {
    top: auto;
    left: 50%;
    margin: 0 0 0 -32px;
    bottom: -64px;
    background: transparent url(../images/icons/arrow_down_white_64.png) scroll no-repeat 50% 50%;
    z-index: 500;
    cursor: pointer;
}

.splash--anim .splash__arrow.is--left {
    left: 8px;
}

.splash--anim .splash__arrow.is--right {
    right: 8px;
}

.splash--anim .splash__arrow.is--down {
    bottom: 46px;
}

.modal--active .splash__arrow.is--down {
    bottom: -64px;
}

@media screen and (min-width: 1280px) {
    .splash--anim .splash__line {
        top: 37%;
        bottom: 37%;
    }

    .splash__left {
        margin-top: -48px;
        font-size: 8.5em;
    }

    .splash__right {
        margin-top: -80px;
        font-size: 6em;
    }

    .splash--anim .splash__arrow.is--left {
        left: 32px;
    }

    .splash--anim .splash__arrow.is--right {
        right: 32px;
    }

    .splash__title {
        font-size: 3em;
        margin-top: -32px;
    }
}

@media screen and (min-width: 768px) {
    .splash__arrow.is--left {
        background-image: url(../images/icons/arrow_left_white_64_xl.png);
    }

    .splash__arrow.is--right {
        background-image: url(../images/icons/arrow_right_white_64_xl.png);
    }
}

@media screen and (max-width: 768px) {
    .splash__left {
        margin-top: -28px;
        font-size: 4.5em;
    }

    .splash__right {
        margin-top: -56px;
        font-size: 3.5em;
    }
}

@media screen and (max-width: 620px) {
    .splash__left {
        top: auto;
        left: 0;
        right: 0;
        bottom: 100%;
        width: 100%;
        margin: 0;
        font-size: 4em;
        opacity: 0;
    }

    .splash__right {
        top: -50%;
        left: 0;
        right: 0;
        bottom: auto;
        width: 100%;
        margin: 0;
        font-size: 3em;
        opacity: 0;
    }

    .splash__left a {
        padding: 14px;
    }

    .splash__right a {
        padding: 32px;
    }

    .splash__line {
        top: 40%;
        bottom: auto;
        left: 50%;
        right: 50%;
        border-left: none;
        border-top: 2px solid white;
    }

    .splash--anim .splash__line {
        top: 40%;
        bottom: auto;
        left: 48px;
        right: 48px;
    }

    .splash--anim .splash__left {
        bottom: 60%;
    }

    .splash--anim .splash__right {
        top: 40%;
    }

    .splash__title {
        font-size: 1.6em;
    }

    .splash__arrow.is--left {
        top: auto;
        bottom: 60%;
        height: 110px;
    }

    .splash__arrow.is--right {
        top: 40%;
        height: 210px;
    }
}

.splash__promos {
    background-color: #45412a;
}

.splash__promo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.splash__promo.is--active {
    opacity: 1;
    z-index: 2;
}

.splash__promo .splash__overlay {
    z-index: -1;
}

.splash__promo_message {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    margin: 160px 0 0;
    padding: 0 24px;
    color: white;
    text-align: center;
    z-index: 10;
    opacity: 0;
    transform: translate(0, 24px);
    transition: opacity 0.8s ease;
}

.is--active .splash__promo_message {
    transform: translate(0, 0);
}

.splash--anim .splash__promo_message {
    display: block;
}

.splash__promo_message h2 {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    font-size: 2.4em;
    margin: 0 auto;
    max-width: 800px;
}

.splash__promo_message p {
    font-family: "industry", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1em;
    line-height: 130%;
    margin: 0.2em auto 1em;
    max-width: 700px;
}

@media screen and (min-width: 768px) {
    .splash__promo_message {
        top: 50%;
        margin: -180px 0 0;
        padding: 0 12%;
    }

    .splash__promo_message h2 {
        font-size: 4em;
    }

    .splash__promo_message p {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 1024px) {
    .splash__promo_message {
        top: 50%;
        padding: 0 15%;
    }

    .splash__promo_message h2 {
        font-size: 4.4em;
    }

    .splash__promo_message p {
        font-size: 1.3em;
    }
}

@media screen and (min-width: 1280px) {
    .splash__promo_message {
        margin: -100px 0 0;
        padding: 0 20%;
    }
}

@media screen and (max-width: 320px) {
    .splash__promo_message {
        margin: 150px 0 0;
        padding: 0 16px;
    }

    .splash__promo_message h2 {
        font-size: 2em;
    }

    .splash__promo_message p {
        font-size: 1em;
    }

    .splash__dots,
    .splash__title,
    .splash__promo_message p {
        display: none;
    }

    .splash--anim .splash__dots {
        display: block;
    }
}

.splash__dots {
    position: absolute;
    bottom: 10.5em;
    width: 100%;
    text-align: center;
    z-index: 50;
}

.splash__dots i {
    display: inline-block;
    width: 40px;
    height: 24px;
    border-bottom: 2px solid white;
    margin: 0 0.3em;
    cursor: pointer;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.splash__dots i.is--active {
    opacity: 1;
    width: 70px;
}

@media screen and (min-width: 1024px) {
    .splash__dots {
        bottom: 6.5em;
        right: 2em;
        width: auto;
    }
}

.range__segment {
    position: relative;
    height: 260px;
    background-color: #45412a;
}

.range__segment_zone {
    position: absolute;
    top: 0;
    bottom: 0;
}

.range__segment_zone a {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    font-size: 4.4em;
    color: white;
    display: block;
    text-align: center;
    padding: 1em 0;
    margin-top: 40px;
    z-index: 20;
    background: transparent url(../images/icons/arrow_left_white_64.png) scroll no-repeat left 43%;
}

.range__segment_zone.is--right a {
    font-family: "industry", Helvetica, Arial, sans-serif;
    font-size: 3.6em;
    font-weight: 700;
    padding: 1em 0;
    margin-top: 20px;
    background: transparent url(../images/icons/arrow_right_white_64.png) scroll no-repeat right 50%;
}

.range__segment_zone.is--left {
    left: 0;
    right: 50%;
}

.range__segment_zone.is--right {
    right: 0;
    left: 50%;
}

.range__segment_zone .banner__overlay {
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .range__segment {
        height: auto;
    }

    .range__segment_zone {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto !important;
        right: auto !important;
        height: auto;
    }

    .range__segment_zone a {
        padding: 1.5em 0;
        margin: 0 !important;
        line-height: 1;
    }
}

@media screen and (max-width: 320px) {
    .range__segment_zone a {
        font-size: 2.8em !important;
    }

    .splash__promo_message h2 {
        margin-bottom: 0.5em;
    }
}


/*
  BUTTON
*/

.button {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    display: inline-block;
    font-size: 1em;
    padding: 1em 2em 0.75em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    border: 2px solid white;
    transition: all 0.3s ease;
    clear: both;
}

.button:hover,
.button:active {
    color: #ADB82F;
    border-color: #ADB82F;
}

.button__row {
    clear: both;
    padding: 2em 0;
}

.button__row--centre {
    text-align: center;
}

.button--khaki {
    color: #45412a;
    border-color: #45412a;
}

.hover--orange .button:hover,
.hover--orange .button:active {
    color: #EC7C1E;
    border-color: #EC7C1E;
}



/*
  CAROUSEL
*/

.carousel__vertical {
    margin: 0 auto;
    padding: 0 1em;
    max-width: 320px;
}

.carousel__vertical .page__subtitle {
    font-size: 1.3em;
    min-height: 64px;
}

.carousel__vertical .mediagrid__tile {
    float: none;
    width: 100% !important;
}

/*
  MATCH STYLES
*/

.sector--match-coarse .ui,
body.page-id-50 .ui {
    background: #dddddd url(../images/textures/background_match.jpg) scroll repeat 50% 0;
}

.sector--match-coarse.is--sticky .menu-primary-container {
    background-color: #EC7C1E;
}

.sector--match-coarse #menu-item-25 a {
    color: #EC7C1E !important;
    border-bottom: 3px solid #EC7C1E;
}

.sector--match-coarse.is--sticky #menu-item-25 a {
    color: #ffffff !important;
    border-bottom: 3px solid #ffffff;
}

.sector--match-coarse.is--sticky .menu-primary-container a,
.sector--match-coarse.is--sticky .menu-primary-container a:hover {
    color: #ffffff !important;
}

.sector--match-coarse.is--sticky .menu-primary-container a:hover {
    color: #ffffff !important;
    border-bottom: 3px solid #ffffff !important;
}

.sector--match-coarse .menu-primary-container a:hover,
.sector--match-coarse .breadcrumbs a:hover {
    color: #EC7C1E;
}

.sector--match-coarse .breadcrumbs a {
    color: #555555;
}

.sector--match-coarse .breadcrumbs>span:last-child {
    color: #EC7C1E;
}

.sector--match-coarse .product_info__title {
    color: #555555;
    font-family: "industry", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.sector--match-coarse .page__subtitle {
    font-family: "industry", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.sector--match-coarse .products_range_listing__item h3 {
    color: #555555;
}

.sector--match-coarse .products_range_listing__item a:hover h3 {
    color: #EC7C1E;
}

.sector--match-coarse .accordian {
    color: #555555;
}

.sector--match-coarse .accordian__section.is--open .accordian__toggle {
    font-family: "industry", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #EC7C1E;
}

.sector--match-coarse .accordian__toggle {
    color: #ffffff;
    background-color: #999999;
}

.sector--match-coarse .accordian__toggle:hover {
    background-color: #aaaaaa;
}

.sector--match-coarse .product_info__code {
    color: #555555;
}

.sector--match-coarse p a {
    color: #EC7C1E;
    font-weight: bold;
}

.sector--match-coarse p a:hover {
    color: #222222;
}

.sector--match-coarse #swipebox-overlay {
    background: transparent url(../images/textures/background_match_lightbox.jpg) scroll repeat 0 0;
}

.sector--match-coarse #swipebox-bottom-bar {
    background: #EC7C1E;
}

.sector--match-coarse #swipebox-title {
    color: #555555 !important;
}

/*
  BANNER
*/

.banner {
    position: relative;
    padding-top: 140px;
    margin-bottom: 2em;
    overflow: hidden;
    z-index: 40;
}

.page-id-7 .banner,
.tax-range .banner,
.single-product .banner,
.page-id-48 .banner,
.page-id-50 .banner,
.page-id-17 .banner {
    margin-bottom: 0;
}

.page-id-48 .menu-primary-container a,
.page-id-50 .menu-primary-container a {
    color: white;
}

.page-id-48 main,
.page-id-50 main {
    padding-top: 0;
}

.banner__overlay,
.banner__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.banner__overlay {
    background-color: rgba(69, 65, 42, .5);
    z-index: 10;
}

.banner h1 {
    position: relative;
    z-index: 20;
    color: white;
    font-size: 3em;
    padding: 1.1em 0.4em 1em;
}

.banner__page {
    border-bottom: 5px solid #ADB82F;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    /* background-image: url(../images/placeholders/banner-1024x256.jpg); */
}

.cat-item-119 .banner__page,
.category-119 .banner__page {
    border-bottom: 5px solid #EC7C1E;
}

.page-id-7 .banner__page,
.tax-range .banner__page,
.single-product .banner__page {
    border-bottom: none;
}

.banner__page h1 {
    font-size: 2.6em;
    padding: 0.3em 0.3em 0.5em;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.banner__toolbar {
    position: relative;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    z-index: 20;
}

.banner__toolbar li {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    color: white;
}

.banner__toolbar li a {
    display: block;
    color: white;
}

.banner__toolbar_title {
    float: left;
    font-size: 2.25em;
    padding: 0.35em 0.8em 0.1em;
}

.banner__toolbar_link {
    float: right;
    padding: 0 !important;
    font-size: 1.4em;
    border-left: 1px solid white;
    background: transparent url(../images/icons/range_link_arrow_right_white.png) scroll no-repeat right 50%;
}

.page-id-50 .banner__toolbar_title {
    float: right;
    font-size: 2.25em;
    padding: 0.35em 0.8em 0.1em;
}

.page-id-50 .banner__toolbar_link {
    float: left;
    padding: 0 !important;
    font-size: 1.4em;
    border: none;
    border-right: 1px solid white;
    background: transparent url(../images/icons/range_link_arrow_left_white.png) scroll no-repeat left 50%;
}

.banner__toolbar_link a {
    padding: 0.85em 64px 0.6em 1.3em;
}

.page-id-50 .banner__toolbar_link a {
    padding: 0.85em 1.3em 0.6em 64px;
}

.page-id-48 .banner__toolbar_link,
.page-id-50 .banner__toolbar_title,
.page-id-50 .banner h1 {
    font-family: "industry", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.page-id-48 .banner__toolbar_link a {
    padding-top: 0.75em;
}

.page-id-50 .banner__toolbar_title {
    padding-top: 0.3em;
}

.is--sticky .page-id-50 .menu-primary-container {
    background-color: #EC7C1E;
}

.banner__filterbar {
    position: relative;
    background-color: rgba(0, 0, 0, .4);
    z-index: 15;
}

@media screen and (max-width: 512px) {
    .banner__toolbar_title {
        float: none !important;
        text-align: center !important;
        font-size: 2em !important;
        padding: 0.5em 1em 0.4em !important;
    }

    .banner__toolbar_link {
        float: none !important;
        text-align: center !important;
        font-size: 1.5em !important;
        border: none !important;
        border-top: 1px solid white !important;
    }

    .banner__toolbar_link a {
        padding: 0.5em 0.5em 0.2em !important;
    }

    .page-id-48 .banner__toolbar_title,
    .page-id-50 .banner__toolbar_title {
        padding: 0.6em 1em 0.3em !important;
    }

    .page-id-48 .banner__toolbar_link a,
    .page-id-50 .banner__toolbar_link a {
        padding: 0.5em 0.5em 0.4em !important;
    }

    .banner h1 {
        font-size: 2.5em;
        padding: 1em 0.4em 0.8em;
    }
}

/*
  MEDIAGRID
*/

.mediagrid {}

.mediagrid__tiles {
    padding: 1em;
}

body.page-id-13 .mediagrid__tiles,
body.page-id-15 .mediagrid__tiles {
    padding: 0;
    margin: -0.25em -0.5em 0;
}

.mediagrid__tile {
    float: left;
    width: 100%;
    padding: 0.5em;
    overflow: hidden;
    transform: translate(0, 32px);
}

.team__carp .mediagrid__tile,
.team__match .mediagrid__tile {
    transform: translate(0, 0);
}

.mediagrid__tile.is--inactive {
    display: none;
}

.mediagrid__tile.is--active {
    display: block;
}

.mediagrid__tile_image {
    position: relative;
    height: 185px;
    transition: background 0.3s ease;
}

body.home .mediagrid__tile_image,
body.page-id-48 .mediagrid__tile_image,
body.page-id-50 .mediagrid__tile_image {
    height: 250px;
}

.page__sidebar_widget .mediagrid__tile_image {
    height: 220px;
}

@media screen and (max-width: 767px) {
    .mediagrid__tile_image {
        height: 270px;
    }
}

@media screen and (max-width: 511px) {

    .mediagrid__tile_image {
        height: 350px;
    }

    body.home .mediagrid__tile_image,
    body.page-id-48 .mediagrid__tile_image,
    body.page-id-50 .mediagrid__tile_image {
        height: 370px;
    }
}

@media screen and (max-width: 400px) {
    .mediagrid__tile_image {
        height: 260px;
    }

    body.home .mediagrid__tile_image,
    body.page-id-48 .mediagrid__tile_image,
    body.page-id-50 .mediagrid__tile_image {
        height: 290px;
    }
}

@media screen and (min-width: 512px) {
    .mediagrid__tile {
        width: 50%;
    }

    /*.mediagrid__tile.cat-item-123,
  .mediagrid__tile.cat-item-126 {
    width: 25%;
  }*/
}

@media screen and (min-width: 768px) {
    .mediagrid__tiles {
        padding: 1.5em;
    }

    .mediagrid__tile {
        width: 33.3332%;
    }

    /*.mediagrid__tile.cat-item-123,
  .mediagrid__tile.cat-item-126 {
    width: 20%;
  }*/
    .has--sidebar .mediagrid__tile {
        width: 33.3332%;
    }

    /*.has--sidebar .mediagrid__tile.cat-item-123,
  .has--sidebar .mediagrid__tile.cat-item-126 {
    width: 25%;
  }*/
}

@media screen and (min-width: 1024px) {
    .mediagrid__tile {
        width: 25%;
    }

    /*.mediagrid__tile.cat-item-123,
  .mediagrid__tile.cat-item-126 {
    width: 12.5%;
  }*/
    /*.category-123 .mediagrid__tile.cat-item-123,
  .category-126 .mediagrid__tile.cat-item-126 {
    width: 20%;
  }*/
    .has--sidebar .mediagrid__tile {
        width: 25%;
    }

    /*.has--sidebar .mediagrid__tile.cat-item-123,
  .has--sidebar .mediagrid__tile.cat-item-126 {
    width: 16.6666%;
  }*/
}

.mediagrid__tile_title {
    font-family: "industry", Helvetica, Arial, sans-serif;
    font-size: 1.13em;
    font-weight: 700;
    line-height: 115%;
    padding: 12px 0.7em 0 0;
    color: #504b32;
    min-height: 90px;
}

.mediagrid__filter {
    padding: 1em;
    color: white;
    text-align: center;
    background-color: rgba(80, 75, 50, .8);
}

.banner__filterbar .mediagrid__filter {
    background-color: transparent;
}

.mediagrid__filter li {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    font-size: 1.1em;
    margin: 4px 0;
    background: transparent url(../images/icons/media-tickoff-white.png) scroll no-repeat 0 50%;
}

.mediagrid__filter li.is--active {
    background-image: url(../images/icons/media-tickon-white.png);
}

.mediagrid__filter li.cat-item-118 {
    background-image: url(../images/icons/media-tickoff-green.png);
}

.mediagrid__filter li.cat-item-118.is--active {
    background-image: url(../images/icons/media-tickon-green.png);
}

.mediagrid__filter li.cat-item-119 {
    background-image: url(../images/icons/media-tickoff-orange.png);
}

.mediagrid__filter li.cat-item-119.is--active {
    background-image: url(../images/icons/media-tickon-orange.png);
}

body.page-id-48 .mediagrid__filter li.cat-item-118,
body.page-id-50 .mediagrid__filter li.cat-item-119,
body.page-id-15 .mediagrid__filter li.cat-item-126,
body.page-id-13 .mediagrid__filter li.cat-item-127,
body.page-id-8490 .mediagrid__filter li.cat-item-127,
body.page-id-8490 .mediagrid__filter li.cat-item-129,
body.page-id-8501 .mediagrid__filter li.cat-item-127 {
    display: none;
}

body.page-id-48 .mediagrid__filter li.is--active {
    background-image: url(../images/icons/media-tickon-green.png);
}

body.page-id-48 .mediagrid__filter li.is--active a {
    color: #ADB82F;
}

body.page-id-50 .mediagrid__filter li.is--active {
    background-image: url(../images/icons/media-tickon-orange.png);
}

body.page-id-50 .mediagrid__filter li.is--active a {
    color: #EC7C1E;
}

.mediagrid__filter li a {
    display: block;
    padding: 3px 20px 0 40px;
    color: white;
}

.mediagrid__filter li.cat-item-118 a {
    color: #ADB82F;
}

.mediagrid__filter li.cat-item-119 a {
    color: #EC7C1E;
}

.mediagrid__notice {
    font-family: "industry", Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 2.5em;
    font-size: 1.3em;
    line-height: 120%;
    text-align: center;
    color: #504b32;
}

.mediagrid__tile_image {
    overflow: hidden;
    border-bottom: 5px solid #ADB82F;
}

.cat-item-119>.mediagrid__tile_image {
    border-color: #EC7C1E;
}

.mediagrid__tile:hover .mediagrid__tile_title {
    color: #ADB82F;
}

.mediagrid__tile.cat-item-119:hover .mediagrid__tile_title {
    color: #EC7C1E;
}

.mediagrid__tile:hover .mediagrid__tile_image {
    /* background-position: right 50%; */
}

.mediagrid__tile_icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background-color: #ADB82F;
    z-index: 20;
}

.mediagrid__tile_icon.is--weight {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    font-size: 0.85em;
    line-height: 1em;
    width: auto;
    padding: 1em 0.75em 0;
    color: white;
}

.mediagrid__tile.cat-item-119 .mediagrid__tile_icon {
    background-color: #EC7C1E;
}

.mediagrid__tile_icon i {
    display: block;
    width: 24px;
    height: 24px;
    margin: 6px;
    background: transparent url(../images/icons/media-article.png) scroll no-repeat 50% 50%;
    transition: all 0.3s ease;
}

.mediagrid__tile:hover .mediagrid__tile_icon i {
    background-image: url(../images/icons/media-arrow.png) !important;
    transform: rotate(90deg);
}

.mediagrid__tile.cat-item-126 .mediagrid__tile_icon i {
    background-image: url(../images/icons/media-angler.png);
}

.mediagrid__tile.cat-item-123 .mediagrid__tile_icon i {
    background-image: url(../images/icons/media-tip.png);
}

.mediagrid__tile.cat-item-122 .mediagrid__tile_icon i {
    background-image: url(../images/icons/media-video.png);
}

.page__sidebar_widget.type__tip .mediagrid__tile.cat-item-123 .mediagrid__tile_icon i {
    background-image: url(../images/icons/media-tip.png);
}

.page__sidebar_widget.type__video .mediagrid__tile.cat-item-122 .mediagrid__tile_icon i {
    background-image: url(../images/icons/media-video.png);
}

.mediagrid__tile_footer {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    position: absolute;
    bottom: -36px;
    left: 0;
    right: 0;
    height: 36px;
    font-size: 14px;
    padding: 14px;
    color: white;
    background-color: #adb82f;
    background-color: rgba(173, 184, 47, .7);
    transition: all 0.3s ease;
    z-index: 10;
}

.mediagrid__tile.cat-item-119 .mediagrid__tile_footer {
    background-color: #ec7c1e;
    background-color: rgba(236, 124, 30, .7);
}

.mediagrid__tile:hover .mediagrid__tile_footer {
    bottom: 0;
}

.mediagrid__tile_type {
    display: inline-block;
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 0;
    color: #adb82f;
    letter-spacing: 1px;
    margin: 14px 0 0;
}

.cat-item-119 .mediagrid__tile_type {
    color: #ec7c1e;
}

.page-id-9 .mediagrid__tile_type {
    margin: 6px 0 0;
}

.archive.category .mediagrid__tile_title {
    margin-top: 8px;
}

.mediagrid__more {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    color: #504b32;
    text-align: center;
    padding: 0 1em 84px;
    cursor: pointer;
    transition: all 0.2s ease;
    clear: both;
    background: transparent url(../images/icons/media-more-khaki.png) scroll no-repeat 50% 24px;
}

body.page-id-50 .mediagrid__more,
.team__match .mediagrid__more {
    background-image: url(../images/icons/media-more-orange.png);
}

.mediagrid__more:hover {
    background-position: 50% 32px;
}

.mediagrid__news .mediagrid__tiles {
    margin-top: -1em;
}

.mediagrid__tile_date {
    font-size: 0.7em;
    font-weight: bold;
    color: #504b32;
}

.single-post .mediagrid__tile_date {
    margin: 1.5em 0 1em !important;
    padding: 0.7em 0;
}

.mediagrid__paginate {
    margin: 1em 0 2em;
}

.ss {
    position: relative;
}

.page__content .ss h2 {
    line-height: 130%;
}

.comment__bubble {
    padding: 6px 12px;
    display: inline-block;
    background-color: #adb82f;
    color: #ffffff !important;
    position: absolute;
    top: 0;
    right: 0;
}

.comment__bubble:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #adb82f;
    position: absolute;
    bottom: -8px;
    left: 0;
}

@media screen and (max-width: 600px) {
    .comment__bubble {
        position: relative;
        right: auto;
        margin: 0 auto 1em;
    }
}

.cat-item-119 .comment__bubble {
    background-color: #ec7c1e;
}

.cat-item-119 .comment__bubble:after {
    border-left-color: #ec7c1e;
}

/*
  MEDIA SLIDER
*/

.section__subtitle {
    padding-top: 12px;
    background: transparent url(../images/textures/roughedge-top-khaki.png) scroll repeat-x 0 0;
}

.section__subtitle h2 {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    color: #504b32;
    background: rgba(80, 75, 50, .25);
    text-align: center;
    padding: 0.5em 1em;
}

.ss .section__subtitle h2 {
    font-size: 1.2em;
    margin: 0 0 1em;
}

.section__subtitle {
    font-size: 14px !important;
}

.page__sidebar .section__subtitle h2 {
    font-size: 1.3em;
}

.section__subtitle.is--pull {
    margin-bottom: -1em;
}

.section__subtitle.is--push {
    margin-top: 2em;
}

.mediaslider {
    position: relative;
    margin: 0 0 1em;
}

.mediaslider .mediagrid__tile {
    width: 0 !important;
    height: 0;
    overflow: hidden;
    position: relative;
    display: block;
    float: none;
    padding: 0;
    transform: none;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.mediaslider .mediagrid__tile.is--active {
    width: 100% !important;
    height: auto;
    opacity: 1;
}

.mediaslider__tile_title {
    font-family: "industry", Helvetica, Arial, sans-serif;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    font-size: 1.6em;
    line-height: 125%;
    font-weight: 700;
    text-align: center;
    padding: 0.5em 1em 0.5em 0.75em;
    color: white;
    background-color: rgba(173, 184, 47, .7);
    z-index: 10;
    transition: all 0.3s ease;
}

.cat-item-119 .mediaslider__tile_title {
    background-color: rgba(236, 124, 30, .7);
}

.mediaslider .mediagrid__tile:hover .mediaslider__tile_title {
    padding-bottom: 2em;
}

.mediaslider .mediagrid__tile_image {
    width: 100%;
    height: 350px;
}

@media screen and (min-width: 1024px) {
    .mediaslider .mediagrid__tile_image {
        height: 420px;
    }
}

.mediaslider__control {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 48px;
    background-color: #504b32;
    z-index: 20;
}

.mediaslider__control_info {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    color: white;
    font-size: 1em;
    text-align: center;
    margin: 15px 0 0;
    user-select: none;
}

.mediaslider__control_arrow {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 48px;
    height: 48px;
    cursor: pointer;
    transition: all 0.2s ease;
    opacity: .5;
}

.mediaslider__control_arrow.show--prev {
    left: 0;
    background: transparent url(../images/icons/arrow_left_white_48.png) scroll no-repeat 50% 50%;
}

.mediaslider__control_arrow.show--next {
    right: 0;
    background: transparent url(../images/icons/arrow_right_white_48.png) scroll no-repeat 50% 50%;
}

.mediaslider__control_arrow:hover {
    opacity: 1;
}

.is--multiple .mediaslider__control {
    display: block;
}

.page-id-9 .mediagrid,
.page-id-11 .mediagrid {
    margin-left: -1.5em;
    margin-right: -1.5em;
}

@media screen and (min-width: 768px) {

    .page-id-9 .mediagrid,
    .page-id-11 .mediagrid {
        margin-left: -2em;
        margin-right: -2em;
    }
}

.mediagrid__styleswitcher {
    padding: 1.8em 0 0;
    text-align: center;
}

body.page-id-9 .mediagrid__styleswitcher {
    padding: 1.4em 0 1em;
}

body.page-id-11 .mediagrid__styleswitcher {
    margin: 0.6em 0 -0.6em;
}

.mediagrid__styleswitcher span {
    display: inline-block;
    width: 36px;
    height: 36px;
    cursor: pointer;
    margin: 0 4px;
    border: 2px solid transparent;
}

.mediagrid__styleswitcher span.is--active {
    border-color: #504b32;
}

.mediagrid__styleswitcher span.is--rows {
    background: transparent url(../images/icons/styleswitcher_rows.png) scroll no-repeat 50% 50%;
}

.mediagrid__styleswitcher span.is--grid {
    background: transparent url(../images/icons/styleswitcher_grid.png) scroll no-repeat 50% 50%;
}

.mediagrid.is--rows .mediagrid__tile.is--active {
    width: 100% !important;
    background-color: rgba(80, 75, 50, .08);
    margin: 0 0 8px;
}

.mediagrid.is--rows .mediagrid__tile_image {
    float: left;
    width: 180px;
    height: 160px;
    margin-right: 2em;
}

.mediagrid.is--rows .mediagrid__tile_title {
    font-size: 1.6em;
    padding: 0.5em 0 0.3em;
    min-height: auto;
}

.mediagrid.is--rows .mediagrid__tile_date {
    border: none;
}

.mediagrid__tile_excerpt {
    display: none;
}

.mediagrid.is--rows .mediagrid__tile_excerpt {
    display: block;
    padding-right: 2em;
}

.mediagrid>.section__subtitle {
    margin-top: 2em;
}

@media screen and (max-width: 768px) {
    .mediagrid.is--rows .mediagrid__tile_image {
        width: 50%;
        height: 280px;
    }
}

@media screen and (max-width: 425px) {
    .mediagrid.is--rows .mediagrid__tile_image {
        float: none;
        width: 100%;
        margin: 0 0 0.2em;
    }

    .mediagrid.is--rows .mediagrid__tile_excerpt {
        padding-right: 0;
    }
}

/*
  SIDEBAR
*/

.page__sidebar_widget {
    margin: 0 0 1em;
}

.categories__list li {
    margin: 2px 0;
}

.categories__list li a {
    display: block;
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    color: white;
    font-size: 1em;
    padding: 0.6em 0.5em 0.4em;
    text-align: center;
    background-color: rgba(80, 75, 50, .5);
    transition: all 0.3s ease;
}

.categories__list li a:hover,
.categories__list li.current-cat a {
    background-color: #adb82f;
}

.cat-item-119 .categories__list li a:hover,
.categories__list li.cat-item-119.current-cat a {
    background-color: #ec7c1e;
}

.page__sidebar_widget .mediagrid__tile {
    width: 100% !important;
    margin: 0;
    padding: 0;
    float: none;
}

@media screen and (max-width: 767px) {
    .page__sidebar_widget {
        float: left;
        width: 50%;
        padding: 0.5em;
    }

    .page__sidebar_widget .mediagrid__tile_title {
        min-height: 64px !important;
    }

    .page__sidebar_widget:first-child {
        float: none;
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 425px) {
    .page__sidebar_widget {
        width: 100%;
        padding: 0;
    }
}

.page__sidebar_widget .mediagrid__tile_title {
    min-height: 60px;
}

/*
  STYLESHEET
*/

.ss iframe {
    margin: 0 auto;
    width: 100%;
}

.ss p {
    font-size: 1.1em;
    line-height: 160%;
    margin: 0 0 1em;
    color: #504b32;
}

.ss a {
    font-weight: bold;
    color: #adb82f;
}

.cat-item-119 .ss a {
    color: #EC7C1E;
}

.ss h1,
.ss h2,
.ss h3,
.ss h4,
.ss h5,
.ss h6 {
    font-family: "industry", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 150%;
    margin: 1em 0;
    color: #504b32;
}

.ss h1 {
    font-size: 2.4em;
    margin: 0.2em 0;
}

.ss h2 {
    font-size: 2em;
    margin: 0.4em 0;
}

.ss h3 {
    font-size: 1.5em;
    margin: 0.5em 0;
}

.ss h4 {
    font-size: 1.3em;
}

.ss h5 {
    font-size: 1.2em;
}

.ss h6 {
    font-size: 1em;
}

.ss img {
    max-width: 100%;
    display: inline-block;
}

.ss .alignleft {
    float: left;
    clear: left;
    margin: 0 2em 1em 0;
}

.ss .alignright {
    float: right;
    clear: right;
    margin: 0 0 1em 2em;
}

.ss .aligncenter {
    margin: 2.5em auto;
}

.ss .alignnone {
    clear: both;
    margin: 2.5em auto;
}

.ss .wp-caption p {
    margin: 0;
}

.ss .wp-caption .wp-caption-text {
    margin: 0 0 1.5em 0;
    padding: 1em;
    color: white;
    font-weight: bold;
    background-color: #adb82f;
}

.addtoany_share_save_container {
    padding: 1em 0;
}

.cat-item-119 .ss .wp-caption .wp-caption-text {
    background-color: #EC7C1E;
}

.ss img.size-thumbnail {
    max-width: 150px;
}

.ss img.size-medium {
    max-width: 300px;
    width: 100%;
    margin-bottom: 1em;
}

.ss .wp-caption img {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: -1px;
}

.ss table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    margin: 0 0 2em;
}

.ss table th {
    text-align: left;
}

.ss table tr {
    border: none;
    border-bottom: 1px solid #adb82f;
}

.ss table th,
.ss table td {
    padding: 0.75em;
    border: none;
    font-size: 0.9375em;
    line-height: 140%;
}

.ss table th {
    background-color: #adb82f;
    color: white;
    font-weight: bold;
}

.ss ol,
.ss ul {
    margin: 1.5em 0 1.5em 1em;
    padding-left: 2.5em;
    border-left: 1px solid #adb82f;
}

.ss li {
    padding: 4px;
    margin: 0 0 0.75em;
    list-style: disc;
    font-size: 0.9375em;
    line-height: 125%;
}

.ss ul li {
    list-style: disc;
}

.ss ol li {
    list-style: decimal;
}

.ss blockquote {
    font-size: 1em;
    font-style: italic;
    float: right;
    width: 40%;
    padding: 0.5em 0 0.5em 1.5em;
    margin: 0.5em 0 0.5em 1.5em;
    border-left: 1px solid #adb82f;
}

@media screen and (max-width: 600px) {
    .ss blockquote {
        width: 100%;
        float: none;
        margin: 1em auto;
    }
}

@media screen and (max-width: 600px) {

    .ss .alignleft,
    .ss .alignright,
    .ss .aligncenter,
    .ss alignnone {
        display: block;
        float: none;
        margin: 0 auto 1em;
    }
}

hr {
    display: block;
    clear: both;
    margin: 1em 0;
    height: 1em;
    border-bottom: 1px solid rgba(80, 75, 50, .4);
}

.ss .gallery {
    margin: 1em 0 !important;
    padding: 1em;
    text-align: center;
}

.ss .gallery .gallery-item {
    width: auto !important;
    position: relative !important;
    margin: 0 0.75em 1.5em !important;
    float: none !important;
    display: inline-block;
    vertical-align: top;
}

.ss .gallery .gallery-item img {
    border: 8px solid rgba(80, 75, 50, .1) !important;
    width: 100%;
}

.ss .gallery .gallery-caption {
    color: white;
    padding: 0.8em;
    font-weight: bold;
    font-size: 1em;
    background-color: #adb82f;
    line-height: 140%;
}

.ss .gallery-item img {
    margin-bottom: 0;
}

.cat-item-119 .ss .gallery .gallery-caption {
    color: white;
    padding: 0.5em;
    font-weight: bold;
    font-size: 0.9em;
    background-color: #EC7C1E;
}

.ss address {
    font-size: 0.9375em;
    line-height: 140%;
    margin: 0 0 1em;
}

.ss u {
    display: block;
    font-weight: bold;
    font-size: 1.1em;
    padding: 0.5em 0;
}

/*
  WPSL
*/


#wpsl-wrap {
    color: #504b32;
}

#wpsl-search-wrap {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
}

#wpsl-gmap {
    float: none;
    width: 100%;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
}

.wpsl-search {
    margin: 0;
    padding: 1em;
    background: rgba(80, 75, 50, .15);
}

.wpsl-search form>div {
    float: left;
    display: block;
    margin: 0 !important;
}

.wpsl-input {
    width: 35% !important;
    padding-bottom: 1em;
}

.wpsl-select-wrap {
    width: 50% !important;
    padding-bottom: 1em;
}

.wpsl-search-btn-wrap {
    width: 15% !important;
    padding-bottom: 1em;
}

#wpsl-search-wrap label {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 0 0 0.2em;
}

#wpsl-radius,
#wpsl-results {
    float: left !important;
    display: block !important;
    margin: 0 !important;
    width: 50%;
}

.wpsl-input>div {
    float: none !important;
}

#wpsl-search-input {
    font-family: Helvetica, Arial, sans-serif;
    display: block !important;
    width: 90% !important;
    height: auto;
    padding: 10px;
    font-size: 1em;
    margin: 0;
    background-color: white;
    border: none !important;
    color: #504b32 !important;
}

@media screen and (max-width: 767px) {

    #wpsl-search-wrap .wpsl-input,
    #wpsl-search-wrap .wpsl-select-wrap,
    #wpsl-search-wrap .wpsl-search-btn-wrap {
        width: 100% !important;
        padding-bottom: 1em;
    }

    #wpsl-search-input {
        width: 97% !important;
    }

    #wpsl-search-btn {
        margin: 0 !important;
    }
}

.wpsl-dropdown {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.9em !important;
    padding: 2px !important;
    width: 80% !important;
}

#wpsl-search-btn {
    background: #adb82f !important;
    border: none !important;
    color: white;
    margin: 37px 0 0;
    padding: 9px 32px 5px;
    transition: background 0.3s ease;
}

#wpsl-search-btn:hover {
    background: #504b32 !important;
}

#wpsl-stores li {
    background-color: rgba(173, 184, 47, .15);
    border-radius: 6px;
    margin: 3px 0;
    padding: 1em !important;
}

.wpsl-back,
.wpsl-directions {
    display: inline-block;
    padding: 6px 20px;
    background: #adb82f;
    color: white;
    font-size: 0.9em;
    font-weight: bold;
    margin: 6px;
    border-radius: 3px;
    transition: background 0.3s ease;
}

.wpsl-back:hover,
.wpsl-directions:hover {
    background: #504b32;
    color: white;
}

.wpsl-contact-details a {
    color: #504b32;
}

#wpsl-direction-details {
    background-color: rgba(173, 184, 47, .15);
    border-radius: 6px;
    margin: 3px 0;
    padding: 0 1em !important;
}

#wpsl-result-list #wpsl-stores {
    height: auto !important;
}

.search__results {
    margin: 0 0 2em;
}

.search__results_item {
    background-color: rgba(80, 75, 50, .1);
    border-radius: 6px;
    margin: 0 0 12px;
    padding: 1em 2em 0.5em;
    transition: all 0.3s ease
}

.search__results_item:hover {
    background-color: rgba(173, 184, 47, .15);
}

.search__results_item h4 {
    margin: 8px 0;
}

.search__results_item a {
    color: #504b32;
    display: block;
}

.search__results_item a:hover,
.search__results_item:hover a {
    color: #adb82f;
}

.search__results_item img {
    width: 120px;
    float: left;
    margin: 0 1.5em 0.3em 0;
}

.search__message {
    margin: 0 0 1em 1.5em !important;
}

.screen-reader-text {
    display: none;
}

.search-form {
    position: relative;
}

.search-form .search-field {
    display: inline-block;
    border: none;
    padding: 10px;
    height: 46px;
    color: #504b32;
    font-size: 1.4em;
    width: 55%;
    display: inline-block;
    background-color: white;
    float: left;
    margin: 0 0 0 1em;
}

@media screen and (min-width: 600px) {
    .search-form .search-field {
        width: 75%;
    }
}

.search-form .search-submit {
    display: inline-block;
    width: 46px;
    height: 46px;
    border: none;
    float: left;
    background: #adb82f url(../images/icons/search_white_32.png) scroll no-repeat 50% 50%;
}

.toolbar__close {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 1.5em;
    right: 0;
    background: transparent url(../images/icons/close_white_64.png) scroll no-repeat 0 0;
    z-index: 100;
    cursor: pointer;
}

.fscf-div-form,
.comment-form {
    padding: 2em;
    webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(80, 75, 50, .1);
}

.fscf-label,
.comment-form label {
    display: block;
    padding: 0 0 8px;
    font-weight: bold;
}

.fscf-input-text,
.fscf-input-captcha,
.fscf-input-textarea,
.comment-form textarea,
.comment-form input[type="text"] {
    background-color: white;
    webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 8px;
    border: none;
    color: #504b32;
    margin: 0 0 1em;
}

.fscf-required-text {
    font-style: italic;
    font-size: 0.9em;
    padding: 0 0 1em;
}

.fscf-input-textarea,
    {
    margin: 0 0 1em;
}

.fscf-div-error {
    color: red;
    font-style: italic;
    margin: 0 0 1em;
}

#fscf_required1,
#fscf_required3 {
    margin: 0 0 1em;
}

.fscf-button-submit,
.comment-form input.submit {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    color: white;
    background: #adb82f;
    border: none;
    padding: 14px 32px 8px;
    transition: background 0.3s ease;
}

.fscf-button-submit:hover {
    background: #504b32;
}

.fscf-image-captcha {
    float: left;
}

#fscf_captcha_field1,
#fscf_captcha_field3 {
    clear: both;
    padding: 1em 0 0;
}

#fscf_captcha_refresh1,
#fscf_captcha_refresh3 {
    float: left;
    padding: 14px 32px;
}

.fscf-input-select {
    margin: 0 0 1.5em;
    height: 36px;
    border: none;
    webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 1em;
    color: #504b32;
    font-family: Helvetica, Arial, sans-serif;
    background: white;
}

.fscf-input-select option {
    padding: 8px 16px;
    background: white;
}

.has-cookie-bar #catapult-cookie-bar {
    padding: 10px 20px;
}

#catapult-cookie-bar a {
    font-weight: bold;
}

.fscf-hint-text {
    display: block;
    padding: 0 0 1em;
    font-size: 0.9em;
    line-height: 1.1em;
    font-style: italic;
}

/*
  WIDGET
*/

.widget {
    padding: 0 1.5em;
    min-height: 275px;
}

.widget .page__subtitle {
    padding: 0.2em 0 0.8em;
}

.widget .mediagrid__tile {
    position: relative;
    padding: 0;
    width: 50%;
    transform: translate(0, 0);
}

.widget .mediagrid__tile_image {
    height: 120px;
}

.widget--alignleft {
    text-align: left !important;
}

@media screen and (min-width: 512px) {
    .widget .mediagrid__tile {
        width: 33.3332%;
    }
}

@media screen and (min-width: 1024px) {
    .widget .mediagrid__tile {
        width: 25%;
    }
}

.widget .mediagrid__tile_popup {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4px;
    color: white;
    text-align: center;
    padding: 1em;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.1em;
    background-color: rgba(173, 184, 47, .75);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.widget .cat-item-119 .mediagrid__tile_popup {
    background-color: rgba(236, 124, 30, .75);
}

.widget .mediagrid__tile:hover .mediagrid__tile_popup {
    opacity: 1;
}

.widget__team .mediagrid__tile {
    width: 50%;
}

@media screen and (min-width: 512px) {
    .widget__team .mediagrid__tile {
        width: 33.3332%;
    }
}

body.home .widget__team .mediagrid__tile {
    width: 50%;
}

body.home .widget__team .mediagrid__tile_name {
    min-height: 50px;
    padding: 0 1em;
}

@media screen and (min-width: 426px) {
    body.home .widget__team .mediagrid__tile {
        width: 33.3332%;
    }
}

@media screen and (min-width: 769px) {
    body.home .widget__team .mediagrid__tile {
        width: 16.6666%;
    }
}

@media screen and (min-width: 1024px) {
    body.home .widget__team .mediagrid__tile_name {
        min-height: auto;
        padding: 0 2em;
    }
}

.widget__team .mediagrid__tile_image {
    height: 170px;
}

.mediagrid__tile_name {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.1em;
    color: #504b32;
}

.widget__team .button__row {
    padding-top: 0.5em;
}

body.home .team__carp_wrapper {
    padding: 1em;
    background-color: #adb82f;
    margin: 0 0 1em;
}

body.home .team__match_wrapper {
    padding: 1em;
    background-color: #EC7C1E;
    margin: 0 0 1em;
}

body.home .team__carp_wrapper .mediagrid__tile_name,
body.home .team__match_wrapper .mediagrid__tile_name {
    color: #ffffff;
}

body.home .widget__team .mediagrid__tile_image {
    transition: all 0.3s ease;
}

body.home .widget__team .mediagrid__tile_image:hover {
    border-color: #ffffff;
}

.widget__catches.catches--professional {
    padding-right: 4em;
}

.widget__catches.catches--amateur {
    padding-left: 4em;
}

.team__divider {
    background: transparent url(../images/textures/roughedge-left-sidebar.png) scroll repeat-y 50% 0;
    margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
    .team__divider {
        background: none;
    }

    .widget__team.team--carp {
        padding-right: 2em;
    }

    .widget__team.team--match {
        padding-left: 2em;
    }

    .widget__catches.catches--professional {
        padding-right: 2em;
    }

    .widget__catches.catches--amateur {
        padding-left: 2em;
    }
}

.widget__team .mediagrid__tile_name {
    min-height: 50px;
}

.widget__subscribe {
    text-align: center;
}

.widget__subscribe .fscf-div-form {
    background: none;
}

.widget__subscribe img {
    width: 100%;
    max-width: 366px;
}

.widget__subscribe #fscf_required2 {
    display: none;
}

.widget__subscribe .fscf-div-field {
    text-align: center;
}

.widget__subscribe .fscf-input-text {
    display: inline-block;
    margin: 0 auto;
    background-color: transparent;
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    font-size: 1em;
    padding: 13px 97px 10px 16px;
    color: #504b32;
    border: 2px solid #504b32;
    width: 100%;
    height: 52px;
    border-radius: 0;
}

.widget__subscribe .fscf-div-form {
    position: relative;
    padding: 2em 0;
    margin: 0 0 1.5em;
}

.widget__subscribe .fscf-div-submit {
    position: absolute;
    top: 2em;
    right: 0;
}

.widget__subscribe .fscf-button-submit {
    display: block;
    font-size: 0;
    width: 100px;
    height: 52px;
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    background: transparent url(../images/icons/form_submit_label.png) scroll no-repeat 50% 50%;
    cursor: pointer;
}

.widget__subscribe .fscf-button-submit.is--search {
    background: transparent url(../images/icons/form_submit_search_36.png) scroll no-repeat 50% 48%;
}

@media screen and (min-width: 1024px) {
    .widget__subscribe .fscf-div-form {
        padding: 2em 3em;
    }

    .widget__subscribe .fscf-div-submit {
        right: 3em;
    }
}

.widget__subscribe #fscf_form_error2 {
    display: none;
}

.widget__subscribe .fscf-div-error {
    position: absolute;
    top: 96px;
}

.fscf-div-redirecting {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: #504b32;
}

.widget__storefinder .wpsl-search-btn-wrap {
    clear: both;
}

.widget__storefinder .wpsl-select-wrap {
    width: 63% !important;
}

@media screen and (min-width: 768px) {
    .widget__storefinder .wpsl-search-btn-wrap {
        margin-top: -32px !important;
    }
}

.widget__storefinder #wpsl-gmap {
    height: 300px !important;
}

.team__carp h2 {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    background-color: #adb82f;
    text-align: center;
    padding: 1em 1em 0.8em;
    margin: 0.5em 0 1.5em;
    color: white;
}

.team__match h2 {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    background-color: #ec7c1e;
    text-align: center;
    padding: 1em 1em 0.8em;
    margin: 0.5em 0 1.5em;
    color: white;
}

.team__carp .mediagrid__tile_title,
.team__match .mediagrid__tile_title {
    min-height: 60px;
}

.page-id-15 .page__content .mediagrid__tile {
    width: 50%;
    transform: translate(0, 0);
}

@media screen and (max-width: 375px) {
    .page-id-15 .page__content .mediagrid__tile {
        width: 100%;
    }
}

.page-id-15 .page__content .mediagrid__tile_title {
    min-height: 62px;
    font-size: 1.1em;
    line-height: 115%;
}

.wg-li.wg-flags {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
}

.wg-li.wg-flags {
    display: inline-block;
    padding: 8px 2px 6px;
    margin: 0 2px;
}

.wg-li.wg-flags a,
.wg-li.wg-flags a:hover {
    display: inline-block;
    color: white;
    text-decoration: none;
}

.wg-li.wg-flags:hover,
.wg-li.wg-flags.wgcurrent {
    background-color: rgba(255, 255, 255, .2);
}

.wg-li.wg-flags.wgcurrent a {
    text-decoration: none;
}

.addtoany_list {
    display: block !important;
    margin: 1em 0;
}

.toolbar__language .glink span {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: white;
    display: inline-block;
    padding: 6px 10px 0 3px;
}

.toolbar__language_flag {
    position: absolute;
    top: 13px;
    right: 58px;
    width: 32px;
}

body.home .widget__catches .mediagrid__tile {
    width: 20%;
}

body.home .widget__catches .mediagrid__tile:hover {
    width: 20%;
}

@media screen and (max-width: 767px) {
    body.home .widget__catches .mediagrid__tile {
        width: 20%;
    }
}

@media screen and (max-width: 600px) {
    body.home .widget__catches .mediagrid__tile {
        width: 25%;
    }
}

@media screen and (max-width: 425px) {
    body.home .widget__catches .mediagrid__tile {
        width: 33.3332%;
    }
}

@media screen and (max-width: 320px) {
    body.home .widget__catches .mediagrid__tile {
        width: 50%;
    }
}


@media screen and (min-width: 1024px) {
    .popdown .sub-menu {
        display: none;
        top: 48px;
        left: 50%;
        position: absolute;
        width: 180px;
        margin-left: -90px;
        padding: 0;
    }

    .is--mobile .popdown .sub-menu {
        top: 54px;
        width: 260px;
        margin-left: -130px;
    }

    .is--desktop .popdown:hover .sub-menu,
    .popdown .sub-menu.is--active {
        display: block;
    }

    .is--desktop .popdown:blur .sub-menu {
        display: none;
    }

    .is--sticky .popdown .sub-menu.is--active {
        top: 40px;
    }

    .menu--active .popdown .sub-menu.is--active {
        z-index: 100;
        top: 48px;
    }

    .menu--active .popdown .sub-menu.is--active .menu-item a {
        padding-top: 14px !important;
    }

    .popdown .sub-menu li {
        float: none;
        text-align: center;
    }

    .popdown .sub-menu a {
        font-size: 20px;
        padding: 18px 6px 11px !important;
    }

    .is--desktop .popdown .sub-menu a {
        font-size: 14.5px;
        padding: 14px 6px 7px !important;
        transition: all 0.3s ease;
    }

    .popdown .menu-item a {
        background-color: #adb82f;
    }

    .popdown .menu-item a:hover {
        background-color: #858d24;
    }

    .page-id-50 .popdown .menu-item a {
        background-color: #ec7c1e;
    }

    .page-id-50 .popdown .menu-item a:hover {
        background-color: #cc6b1a;
    }

    .popdown .sub-menu a,
    .popdown .sub-menu a:hover,
    .popdown .sub-menu .current-menu-item a {
        color: #ffffff !important;
        border: none;
    }

    .popdown .sub-menu:after {
        content: "";
        display: block;
        position: absolute;
        top: -16px;
        left: 82px;
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        border-bottom-color: #adb82f;
    }

    .is--mobile .popdown .sub-menu:after {
        left: 122px;
    }

    .page-id-50 .popdown .sub-menu:after {
        border-bottom-color: #ec7c1e;
    }

    .is--sticky .popdown .sub-menu:after {
        top: -4px;
    }

    .popdown a {
        border: none;
    }

    .menu-item.popdown>a,
    .menu-item.popdown>a:hover {
        border: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .popdown .sub-menu {
        padding: 10px 0 2px;
        background-color: #6e6849;
    }

    .popdown .sub-menu a {
        font-size: 0.4em;
    }

    .popdown .sub-menu:before {
        content: "";
        display: block;
        position: absolute;
        width: 8px;
        height: 8px;
        left: 50%;
        top: 36px;
        margin-left: -8px;
        border: 8px solid transparent;
        border-bottom-color: #6e6849;
    }
}





.hide--header header .logo_site,
.hide--header .menu-primary-container,
.hide--header .menu__hamburger {
    position: fixed;
    top: -160px !important;
}

.hide--footer .toolbar {
    bottom: -64px;
}

embed {
    width: 100%;
}

.horizrule {
    clear: both;
    height: 48px;
    margin: 0 auto;
    width: 75%;
    background: transparent url(../images/textures/roughedge-horizrule.png) scroll repeat-x 50% 50%;
}

.ssf-main-content,
.ssf-main-content .section {
    background-color: transparent !important;
}

.ssf-main-content .fa-crosshairs {
    display: inline-block;
    color: #adb82f;
    position: absolute;
    top: 4px;
    left: 2px;
}

.store-locator__map-status {
    background-color: #504b32 !important;
}

.ssf-main-content .store-locator__map-status a,
.ssf-main-content .filter-popup a,
.arrow-toggler:after,
.store-locator__infobox a {
    color: #adb82f !important;
}

.ssf-main-content .searchbar_tr,
.store-locator__filter-toggler-cell {
    border: 1px solid #ffffff !important;
}

.filter__row,
.filter__toggler {
    font-size: 95% !important;
}

#storeLocator__storeListRow {
    background-color: transparent;
}

.ssf-main-content .ssf-row {
    max-width: 1280px !important;
}

#applyFilterOptions,
#applyFilterOptionsCancel {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif !important;
    background: #adb82f !important;
    font-size: 16px !important;
    color: #ffffff !important;
}

#applyFilterOptions:hover {
    background: #504b32 !important;
}

.ssf-main-content {
    font-family: "industry", Helvetica, Arial, sans-serif !important;
    font-weight: 600;
}

@media only screen and (min-width: 64.063em) {

    .large-pad-top-4x,
    .large-pad-vertical-4x {
        padding-top: 24px !important;
    }
}

#filterShowAll {
    margin-top: 8px;
    display: inline-block;
}

#storeLocator__storeList .store-locator__infobox {
    background-color: rgba(80, 75, 50, .1) !important;
}

#storeLocator__storeList .store-locator__infobox:hover {
    background-color: rgba(80, 75, 50, .2) !important;
}

.store-locator__infobox {
    background-color: rgba(80, 75, 50, .85) !important;
}

#storeLocator__storeList .infobox__title,
#storeLocator__storeList .infobox__row.store-address {
    text-align: center !important;
}

.infobox__marker {
    border: 3px solid #adb82f !important;
    background-color: #504b32 !important;
    color: #adb82f !important;
}

.store-locator-map .store-locator__infobox:before {
    border-right-color: rgba(80, 75, 50, .85) !important;
}

.ssf-column h2.title {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif !important;
    font-size: 20px;
    padding: 20px 12px 14px;
    text-align: center;
    color: #adb82f !important;
    background-color: #504b32 !important;
    margin: 10px 0 0;
}

.filter-popup-is-shown header[role="banner"],
.filter-popup-is-shown .banner__page {
    display: none;
}

.store-locator__filter-toggler:after,
.filter-button:after {
    margin-right: 14px;
    color: #adb82f !important;
}

@media only screen and (max-width: 64em) {
    .store-locator__actions-bar {
        padding: 10px !important;
    }
}

#filter__distance.filter__row {
    border-top-width: 0px !important;
}

.store-locator-map .store-locator__map-pin {
    margin: -44px 0 0 -15px !important;
}

.infobox__row .infobox__marker {
    width: 58px;
    height: 58px;
    border: none !important;
    border-radius: 0%;
    margin-left: auto;
    margin-right: auto;
    background: transparent url(../images/icons/map-marker.png) scroll no-repeat 50% 50% !important;
    color: #ffffff !important;
    font-size: 20px;
    font-weight: bold;
    line-height: 46px;
    text-align: center;
}


/*
  IE
*/

html.win .page__sidebar_widget .mediagrid__tile_title {
    min-height: 90px;
}

html.win .page__sidebar_widget .section__subtitle {
    margin-bottom: -32px;
}

html.win .page__sidebar_widget.win--ignore .section__subtitle {
    margin-bottom: 0;
}

html.win.ie9 #swipebox-title {
    padding: 4.3em 1em 1.6em;
}

/*
  ENHANCEMENTS MEDIAGRID
*/

.mediagrid__three_columns .mediagrid__tile:hover .mediagrid__tile_image {
    background-position: 50% 50%;
}

.mediagrid__three_columns .mediagrid__tile_image,
.mediagrid__three_columns .page__sidebar_widget .mediagrid__tile_image {
    /* height: 190px; */
}

@media screen and (max-width: 511px) {
    .mediagrid__three_columns .mediagrid__tile_title {
        min-height: 1px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 512px) {
    .mediagrid__three_columns .mediagrid__tile {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .mediagrid__three_columns .mediagrid__tile {
        width: 33.3332%;
    }

    .mediagrid__three_columns .has--sidebar .mediagrid__tile {
        width: 50%;
    }
}

@media screen and (min-width: 1024px) {
    .mediagrid__three_columns .has--sidebar .mediagrid__tile {
        width: 33.3332%;
    }
}

.icon--reveal {
    position: relative;
    padding-right: 52px;
}

.icon--reveal:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 20px;
    bottom: 14px;
    border: 6px solid transparent;
    border-top-color: #504b32;
    transition: all 0.3s ease;
}

.icon--reveal:hover:after {
    border-top-color: #adb82f;
}

.form__subscribe {
    display: none;
}

.visual-form-builder {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 32px;
}

.vfb-legend {
    display: none;
}

.vfb-fieldset {
    border: none;
    text-align: left;
    padding: 0;
}

.vfb-desc {
    display: block;
    font-family: inherit;
    text-transform: uppercase;
    padding: 10px 0;
}

.vfb-error {
    display: block;
    font-family: inherit;
    text-transform: uppercase;
    padding: 12px 0;
    color: red;
}

.vfb-text,
.vfb-textarea {
    font-family: "industry", Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 10px;
    color: #504b32;
    font-size: 15px;
    text-transform: none;
    border: 2px solid #504b32;
}

.vfb-textarea {
    min-height: 150px;
}

.vfb-select {
    font-size: 15px;
}

.vfb-span {
    display: inline-block;
    padding: 12px 12px 12px 0;
}

.vfb-span input[type="radio"],
.vfb-span input[type="checkbox"] {
    display: inline-block;
    margin: 0 6px 6px 0;
}

#form_success {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #adb82f;
    padding: 1.5em;
}

.vfb-submit {
    font-family: inherit;
    font-weight: 600;
    margin: 16px 0;
    padding: 16px 42px 12px;
    color: #504b32;
    font-size: 15px;
    text-transform: none;
    border: 2px solid #504b32;
}

.vfb-submit:hover {
    color: #ffffff;
    background: #504b32;
}

ul.vfb-section {
    margin: 0 0 1em;
    padding: 0;
    border: none;
}

.comments {
    padding: 3em 0;
}

.comments__list {
    padding: 2em 0;
}

.commentmetadata {
    padding: 1em 0 1em 52px;
    font-size: 90%;
}

.comment-body {
    padding: 1.5em;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 0 1em;
    transition: all 0.3s ease;
}

.comment-body:hover {
    background-color: rgba(255, 255, 255, 1);
}

.comment-body p {
    margin: 1em 0 2em;
    line-height: 170%;
}

.comment-body .reply a {
    display: inline-block;
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    color: white;
    background: #adb82f;
    border: none;
    padding: 16px 30px;
    font-size: 0.95em;
}

#reply-title {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    color: white;
    background: #adb82f;
    border: none;
    text-align: center;
}

#reply-title>a {
    display: inline-block;
    margin: 20px 28px 16px 4px;
}

#reply-title small a {
    margin-left: 40px;
    padding: 4px 8px 0;
    background-color: #ffffff;
    color: #adb82f;
    margin: 16px 0;
}

.comment-author {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    font-style: normal;
}

.comment-author cite {
    font-style: normal;
    padding-left: 16px;
}

.language-chooser li {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    display: inline-block;
}

.language-chooser li a span {
    color: #ffffff !important;
    margin: 0 20px 0 28px;
    display: inline-block;
    position: relative;
    top: -3px;
}

.language-chooser li a:hover span {
    color: #adb82f !important;
}

.page__sidebar_widget .section__subtitle {
    margin-bottom: 0 !important;
}

.members__media {
    padding: 1em 0 2em;
    text-align: center;
}

.members__media h2 {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    padding: 0 0 16px;
    font-size: 1.8em;
    line-height: 125%;
    margin: 0 auto;
    max-width: 850px;
}

@media screen and (max-width: 768px) {
    .members__media h2 {
        font-size: 1.4em;
    }
}

.members__media p {
    padding: 0;
    margin: 0 0 16px;
    line-height: 90%;
    font-weight: bold;
}

.related__articles {
    margin: 0 0 4em;
}

.page-id-10266 #loginform {
    margin: 3em auto;
    max-width: 560px;
}

.page-id-10266 #loginform label {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    display: block;
    margin: 16px 0 8px;
    color: #504b32;
    font-size: 1.1em;
}

.page-id-10266 #loginform input[type="text"],
.page-id-10266 #loginform input[type="password"] {
    font-family: Helvetica, Arial, sans-serif;
    color: #504b32;
    padding: 8px;
    font-size: 1.1em;
}

.page-id-10266 #wp-submit {
    display: block;
    color: #504b32;
    border-color: #504b32;
    padding: 16px 40px 10px;
    margin: 32px auto;
}

body.home .products_range__item.back,
body.page-id-48 .products_range__item.back,
body.page-id-50 .products_range__item.back,
body.page-id-7 .products_range__item.back,
body.term-63 .products_range__item.back,
body.term-64 .products_range__item.back,
body.term-65 .products_range__item.back,
body.home .breadcrumbs,
body.page-id-48 .breadcrumbs,
body.page-id-50 .breadcrumbs {
    display: none;
}

.products_range__item.back a,
.products_range_listing__item.back a {
    margin: 1em auto;
    width: 180px;
    height: 180px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
    background: #adb82f url(../images/icons/arrow_left_white_64.png) no-repeat scroll 50% 50%;
}

div[data-range="64"] .products_range__item.back a,
.sector--match-coarse .products_range_listing__item.back a {
    background-color: #EC7C1E;
}

div[data-range="65"] .products_range__item.back a,
.sector--other .products_range_listing__item.back a {
    background-color: #15ACAC;
}

.products_range__item.back a h3 {
    padding: 200px 0 0;
}

.products_range_listing__item.back a h3 {
    padding: 220px 0 0;
}

.gtranslate__toolbar {
    background-color: #adb82f;
    color: #ffffff;
    padding: 0.8em 1.5em;
    font-weight: bold;
    margin: 2em 0;
}

.cat-item-119 .gtranslate__toolbar {
    background-color: #EC7C1E;
}

#flags,
#glt-translate-trigger {
    display: none;
}

#google_language_translator {
    display: inline-block;
    vertical-align: middle;
    padding: 0 6px;
}

.members__media #gdrive {
    background: transparent;
    display: block;
    max-width: 100%;
}

.members__media #gdrive h2 {
    color: #504b32 !important;
}

.members__media table th,
.members__media table td {
    color: #504b32 !important;
    text-align: left !important;
    padding: 16px;
    background-color: transparent !important;
}

#return-to-root-gdrive {
    margin: 0 0 8px;
}

#return-to-root-gdrive table,
#return-to-root-gdrive table tr,
#return-to-root-gdrive table th,
#return-to-root-gdrive table td {
    border: none !important;
    text-align: center !important;
}

#return-to-root-gdrive button,
#gdrive table tr td button {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    display: inline-block !important;
    padding: 12px 24px 8px !important;
    color: #ffffff;
    width: auto !important;
    background-color: #504b32;
    border: none;
    transition: all 0.3s ease;
    padding-left: 56px !important;
    background: #adb82f url(../images/icons/members_icon_folder.png) scroll no-repeat 16px 50% !important;
}

#gdrive table tr td:nth-child(2) button {
    display: hidden !important;
    background: #adb82f url(../images/icons/members_icon_download.png) scroll no-repeat 16px 50% !important;
}

#gdrive table tr td button:hover {
    background-color: #504b32;
}

#return-to-root-gdrive button:hover {
    background-color: #adb82f;
}

#gdrive table tr td button.js-show {
    display: inline-block !important;
}

.members__media table,
.members__media tr,
.members__media th,
.members__media td {
    border: none;
}

.members__media table tr {
    border-bottom: 1px solid #504b32;
}

.members__media table th {
    font-weight: bold;
    background-color: rgba(173, 184, 47, 0.2) !important;
}

.members__media table td {
    width: 70%;
}

#gdrive .js-thumbnail img {
    display: inline-block;
    height: 64px;
    margin-right: 16px;
}

.gtranslate__toolbar {
    overflow: hidden;
}

.gtranslate__toolbar .switcher {
    display: block;
    margin: 16px 0 8px;
}

.toolbar__language {
    margin: 0 auto;
    max-width: 860px;
}

.toolbar__language a {
    display: inline-block;
    padding: 8px;
}

.widget__categories {
    display: none;
}

.toolbar__language {
    margin: 0 auto;
}

.mediagrid__tile_type {
    min-height: 40px;
    display: block;
    padding-bottom: 8px;
    font-size: 11px;
}

@media screen and (min-width: 1024px) {

    .is--sticky .banner__filterbar,
    .hide--header .banner__filterbar {
        position: fixed;
        width: 100%;
        top: 110px;
        padding-top: 24px;
        background-color: rgba(0, 0, 0, .8);
        transition: top 0.3s ease;
        z-index: 200;
    }

    .is--sticky .banner__filterbar {
        top: 54px;
    }

    .hide--header .banner__filterbar {
        top: -20px;
    }

    .is--sticky body.logged-in .banner__filterbar {
        top: 94px;
    }

    .hide--header body.logged-in .banner__filterbar {
        top: 0px;
    }
}

.widget__categories {
    display: none;
}

.language_switcher {
    padding: 16px 0;
}

.language_switcher li {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    display: inline-block;
    padding: 4px 2px;
}

.language_switcher li a {
    color: #504b32;
}

.toolbar__language .language_switcher li a {
    color: #ffffff;
}

.widget_language .language_switcher li img {
    width: 36px;
    padding: 0 0 4px 4px;
}

.language_switcher li img {
    width: 25px;
    padding-right: 2px;
}

.widget_language .language_switcher li span {
    display: none;
}

.toolbar__language .language_switcher {
    padding: 0;
}

.wppb-alert {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 16px;
    background-color: rgba(0, 0, 0, .1);
}

#wppb-login-wrap {
    font-family: "industry-inc-stencil", Helvetica, Arial, sans-serif;
    margin: 3em auto;
    max-width: 600px;
    font-size: 16px;
}

#wppb-login-wrap.wppb-user-forms p,
#wppb-login-wrap.wppb-user-forms p label,
#wppb-login-wrap.wppb-user-forms li,
#wppb-login-wrap.wppb-user-forms li label {
    float: none;
    display: block;
    font-family: inherit;
    text-transform: uppercase;
    padding: 8px 0;
    width: 100%;
    text-align: left;
}

#wppb-login-wrap.wppb-user-forms input[disabled="disabled"] {
    opacity: 0.5;
}

#wppb-login-wrap.wppb-user-forms input[type="text"],
#wppb-login-wrap.wppb-user-forms input[type="email"],
#wppb-login-wrap.wppb-user-forms input[type="password"] {
    font-family: "industry", Helvetica, Arial, sans-serif;
    font-weight: 600 !important;
    padding: 10px !important;
    color: #504b32 !important;
    font-size: 15px !important;
    text-transform: none !important;
    border: 2px solid #504b32 !important;
    background-color: transparent !important;
    width: 100% !important;
    border-radius: 0 !important;
}

#wppb-login-wrap.wppb-user-forms input[type="submit"] {
    border: 2px solid #504b32;
    color: #504b32;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f5f6f0 inset;
}

.wppb-form-field>span.wppb-description-delimiter {
    margin: 8px 0 0;
    padding: 16px 0 0;
    display: block;
}

body.page-id-10574 #swipebox-overlay {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    font-size: 0px !important;
}

.UseyourDrive {
    font-size: 17px;
}

.wppb-alert a {
    display: inline-block;
    background-color: #adb82f;
    color: #ffffff;
    text-decoration: none;
    padding: 4px 16px;
    border-radius: 3px;
    font-weight: bold;
    margin: 0 1em;
}

.splash__title {
    bottom: 150px;
}

.splash--anim .splash__arrow.is--down {
    bottom: 80px;
}

.widget_search .search-form .search-field {
    display: inline-block;
    padding: 10px;
    height: 42px;
    color: #504b32;
    font-size: 1.2em;
    width: 84%;
    background-color: white;
    float: left;
    margin: 0 0 1em;
}

.widget_search .search-form .search-submit {
    display: inline-block;
    width: 16%;
    height: 42px;
}

.widget_search .search-form {
    overflow: hidden;
    margin: 0 0 1.5em;
}

.mediagrid__filter {
    padding: 0.5em;
}

.search__results_filter {
    border: none !important;
    margin: 0 0 1.3em !important;
    padding: 0 !important;
    overflow: hidden;
    font-size: 1.2em;
}

.search__results_filter li {
    font-family: "industry", Helvetica, Arial, sans-serif;
    float: left;
    width: 32%;
    padding: 14px 16px 12px;
    background-color: rgba(80, 75, 50, .5);
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    list-style: none !important;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
}

.search__results_filter li.filter--article,
.search__results_filter li.filter--news {
    margin-right: 2%;
}

.search__results_filter li:hover {
    background-color: rgba(80, 75, 50, 1);
}

.search__results_filter li.is--active,
.search__results_filter li.is--active:hover {
    background-color: #adb82f;
}

.search__results_filter li.is--active:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -8px;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-top-color: #adb82f;
}

@media screen and (max-width: 480px) {
    .search__results_filter li span {
        display: block;
    }
}

.search__results_item .mediagrid__tile_type {
    font-size: 0.8em;
    color: #adb82f;
    margin: 0.8em 0 0.2em;
    min-height: auto;
}

.UseyourDrive.files.uyd-list .entry_edit {
    display: inline-block !important;
}

.search__results_item .mediagrid__tile_date {
    font-size: 93%;
    border: none;
}

.search__results_item.is--product .mediagrid__tile_date {
    display: none;
}

.vfb-form-group>div:first-child {
    display: none;
}

.vfbp-form {
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 32px;
}

.vfb-legend {
    display: none;
}

.vfb-fieldset {
    border: none;
    text-align: left;
    padding: 0;
}

.vfb-desc {
    display: block;
    font-family: inherit;
    text-transform: uppercase;
    padding: 10px 0;
}

.vfb-error {
    display: block;
    font-family: inherit;
    text-transform: uppercase;
    padding: 12px 0;
    color: red;
}

.vfbp-form input[type="text"],
.vfbp-form input[type="email"],
.vfbp-form textarea.vfb-form-control,
.vfbp-form .vfb-form-control.file-caption {
    padding: 10px !important;
    color: #504b32;
    font-size: 16px;
    text-transform: none;
    border: 2px solid #504b32;
    background-color: transparent;
    border-radius: 0px;
    height: auto;
}

.vfbp-form select.vfb-form-control {
    color: #504b32;
    font-size: 16px;
    text-transform: none;
    border: 2px solid #504b32;
    background-color: transparent;
    border-radius: 0px !important;
}

.vfb-textarea {
    min-height: 150px;
}

.vfb-select {
    font-size: 15px;
}

.vfb-span {
    display: inline-block;
    padding: 12px 12px 12px 0;
}

.vfb-span input[type="radio"],
.vfb-span input[type="checkbox"] {
    display: inline-block;
    margin: 0 6px 6px 0;
}

#form_success {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #adb82f;
    padding: 1.5em;
}

.vfbp-form button.btn-primary {
    font-family: inherit !important;
    font-weight: 600 !important;
    margin: 16px 0 !important;
    padding: 16px 42px 12px !important;
    color: #504b32;
    font-size: 15px;
     !important;
    text-transform: none !important;
    border: 2px solid #504b32 !important;
    background-color: transparent;
    border-radius: 0px !important;
}

.vfbp-form button.btn-primary:hover {
    color: #ffffff;
    background: #504b32;
}

.vfbp-form .file-input .btn-primary {
    font-family: inherit !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 12px 20px 8px !important;
    color: #ffffff;
    font-size: 15px;
     !important;
    text-transform: none !important;
    border: 2px solid #504b32 !important;
    background-color: #504b32 !important;
    border-radius: 0px;
}

.vfbp-form select.vfb-form-control {
    height: 52px !important;
    padding: 5px !important;
    border-radius: 0px !important;
}

.vfbp-form input[type="text"] .vfbp-form input[type="password"],
.vfbp-form textarea,
.wppb-user-forms input[type="text"],
.wppb-user-forms input[type="password"],
.wppb-user-forms textarea {
    font-family: "industry-inc", Helvetica, Arial, sans-serif !important;
    text-transform: none;
    font-size: 16px !important;
    font-weight: normal !important;
}

.vfbp-form button[type="submit"],
.wppb-user-forms button[type="submit"] {
    text-transform: uppercase !important;
}

.members__media p {
    max-width: 860px;
    margin: 0 auto;
    line-height: 140%;
    font-size: 1em;
}

.wppb-user-forms {
    margin: 3em auto;
}

#wppb-login-wrap p,
#select_user_to_edit_form p {
    padding: 16px 0 8px;
}