/* -------------------------------------------------- */
/* Reset - http://purecss.io/base
/* -------------------------------------------------- */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.hide {
    display: none;
}
html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
.clear {
    font-size: 0px;
    clear: both;
    height: 0px;
}
,
.group:after {
    content: "";
    display: table;
    clear: both;
}
/* -------------------------------------------------- */
/* Common
/* -------------------------------------------------- */
body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #333333;
    background: #333333;
}
em {
    font-style: italic;
}
strong {
    font-weight: 700;
}
a {
    color: #259351;
    text-decoration: none;
}
a:hover {
    color: #33bf6f;
}
a.a-muted {
    color: #939598
}
a.a-muted:hover {
    color: #1a1a1a;
}
a,
a:hover,
a:active,
a:focus,
button:active,
button:focus {
    outline: 0;
}
h1,
h2,
h3,
h4 {
    color: #1a1a1a;
    line-height: 1.2em;
}
.empty {
    font-size: 1px;
}
button {
    background: none;
    border: none;
}
button:hover {
    cursor: pointer;
}
.callout {
    font-size: 30px;
    font-weight: 300;
}
p,
address {
    line-height: 1.6em;
    margin-bottom: 1.4em;
}
p:last-child {
    margin-bottom: 0;
}
.align-center {
    text-align: center;
}
.ucase {
    text-transform: uppercase;
}
/* -------------------------------------------------- */
/* Common buttons
/* -------------------------------------------------- */
.btn,
.ui-button,
#CommentForm_submit {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    border: 1px solid #ccefdb;
    padding: 12px;
    background: #fbfbfb;
    color: #259351;
    border-radius: 5px;
    line-height: 16px;
    /* same height as svg */
}
.btn:hover,
.ui-button:hover,
#CommentForm_submit:hover {
    cursor: pointer;
    border-color: #99dfb7;
    background: #fff;
    color: #33bf6f;
}
.btn svg {
    width: 16px;
    height: 16px;
    fill: #259351;
}
.btn:hover svg {
    fill: #000;
    fill: #33bf6f;
}
.btn.btn-muted {
    border-color: #e6e7e8;
    color: #333333;
}
.btn.btn-muted svg {
    fill: #333333;
}
.btn.btn-muted:hover svg {
    fill: #1a1a1a;
}
/* Dropdown buttons --------------------------------- */
.dmenu {
    display: inline-block;
    vertical-align: middle;
}
.dmenu-button {
    position: relative;
    margin: 0 3px 0 0;
    padding: 16px;
    border: 1px solid #e6e7e8;
    background: #fff;
    color: #939598;
    font-size: 14px;
    border-radius: 6px;
    line-height: 0;
}
.dmenu-button svg {
    fill: #939598;
}
.dmenu-button span {
    display: inline-block;
    vertical-align: middle;
}
.dmenu-button:hover {
    color: #1a1a1a;
    cursor: pointer;
}
.dmenu-button:hover svg {
    fill: #1a1a1a;
}
.dmenu-content-wrapper {
    display: none;
    padding-top: 3px;
    position: absolute;
    width: 100%;
    max-width: 200px;
    z-index: 999;
}
.dmenu-content {
    background: #fff;
    border: 1px solid #e6e7e8;
    border-radius: 6px;
    padding: 10px 0;
}
.dmenu-content li:last-child {
    border: none;
}
.dmenu-content a {
    display: block;
    padding: 6px 16px;
    color: #939598;
    font-size: 14px;
    text-decoration: none;
}
.dmenu-content a:hover {
    color: #1a1a1a;
}
.dmenu-content-wrapper.show {
    display: block;
}
/* -------------------------------------------------- */
/* Containers and columns
/* -------------------------------------------------- */
.container,
.container-narrow,
.container-product {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
}
.container {
    max-width: 1440px;
}
.container-narrow {
    max-width: 968px;
}
.container-product {
    width: 1132px;
    padding: 0 94px 0 94px;
}
.col {
    float: left;
    padding: 0 12px;
}
.cols {
    margin: 0 -12px;
    padding-bottom: 12px;
}
.cols .col {
    padding: 0 12px 24px 12px;
}
.width-1-6 .col {
    width: 16.66%;
}
.width-1-5 .col {
    width: 20%;
}
.width-1-4 .col {
    width: 25%;
}
.width-2-6 .col {
    width: 33.32%;
}
.width-1-2 .col {
    width: 50%;
}
.width-4-6 .col {
    width: 66.64%;
}
.width-5-6 .col {
    width: 83.3%;
}
/* -------------------------------------------------- */
/* Icons
/* -------------------------------------------------- */
svg {
    display: inline-block;
    vertical-align: middle;
}
.arrow-drop-down svg,
.arrow-drop-up svg {
    width: 8px;
    height: 4px;
    fill: #939598;
    margin-left: 6px;
}
/* -------------------------------------------------- */
/* Header: 
/* -------------------------------------------------- */
.nav-bar {
    height: 34px;
    background: #1a1a1a;
}
.nav-bar a,
.nav-bar .false-link {
    display: block;
    color: #939598;
    font-size: 13px;
    padding: 9px;
}
.nav-bar a:hover,
.nav-bar .false-link:hover {
    color: #ffffff;
    cursor: pointer;
}
.nav-bar a:hover svg,
.nav-bar .false-link:hover svg {
    fill: #ffffff;
}
.prime-nav {
    display: inline-block;
    margin-left: -9px;
    /* flush with searh */
}
.prime-nav ul ul {
    display: none;
}
.prime-nav li {
    float: left;
}
.user-nav {
    display: inline-block;
    float: right;
    margin-right: -4px;
    /*flush with search */
}
.user-nav a {
    padding: 9px 4px;
}
.user-nav li {
    position: relative;
    float: left;
    background: url('../images/slash.svg') no-repeat right center;
    padding-right: 5px;
}
.user-nav li:last-child {
    background: none;
    padding-right: 0;
}
.user-nav ul ul {
    width: 144px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .25s, top .25s;
    /* Safari */
    transition: opacity .25s, top .25s;
    position: absolute;
    top: 37px;
    right: 0;
    z-index: 9999;
    box-shadow: 0 0 36px rgba(0, 0, 0, .1);
    background: #fff;
    padding: 9px 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
}
.user-nav ul ul li {
    float: none;
    background: none;
    padding: 0;
}
.user-nav ul ul a,
.user-nav li:hover li a {
    display: block;
    color: #939598;
    padding: 9px 18px;
    border-bottom: 1px solid #efefef;
}
.user-nav ul ul li:last-child a {
    border: none;
}
.user-nav ul ul a:hover {
    color: #1a1a1a;
}
.user-nav li:hover .false-link svg {
    fill: #fff;
}
.user-nav li:hover .false-link {
    color: #fff;
}
.user-nav li:hover ul {
    visibility: visible;
    opacity: 1;
    top: 31px;
}
/* -------------------------------------------------- */
/* Header: Search Bar
/* -------------------------------------------------- */
.brand-bar {
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid #ededee;
    padding: 12px 0;
    line-height: 0;
    height: 67px;
}
.logo {
    background: url('../images/jcfo-logo.png') no-repeat;
    background-size: 80px 42px;
    display: inline-block;
    width: 80px;
    height: 42px;
    position: absolute;
    top: 12px;
    left: 12px;
}
.search-form,
.search-form-wrap {
    position: relative;
}
.search-form-wrap {
    width: 100%;
    height: 42px;
    border: 1px solid #e6e7e8;
    border-radius: 5px;
    overflow: hidden;
}
.search-scope-dropdown {
    position: absolute;
    z-index: 30;
    top: 0;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #e6e7e8;
    border-bottom: none;
    border-radius: 5px;
    border-top-right-radius: 0;
    background: #fbfbfb;
}
.search-scope-dropdown label {
    display: block;
    padding: 0 24px 0 12px;
    line-height: 40px;
    border-bottom: 1px solid #e6e7e8;
    color: #939598;
}
.search-scope-dropdown label:hover,
.search-scope-dropdown input:checked+label {
    color: #333333;
    cursor: pointer;
}
.search-scope-dropdown input,
.search-scope-dropdown {
    display: none;
}
.search-keywords-field,
.search-scope-dropdown,
.search-scope-btn,
.search-submit-btn {
    position: absolute;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #939598;
}
.search-keywords-field,
.search-scope-btn,
.search-submit-btn {
    border: none;
    height: 100%;
}
.search-keywords-field {
    z-index: 10;
    width: 100%;
    padding-right: 56px;
}
.search-scope-btn,
.search-submit-btn {
    z-index: 20;
    background: #fbfbfb;
}
.search-scope-btn svg,
.search-submit-btn svg {
    fill: #939598;
}
.search-scope-btn {
    display: inline-block;
    border-right: 1px solid #e6e7e8;
    padding: 0 9px 0 12px;
    text-transform: capitalize;
}
.search-submit-btn {
    border-left: 1px solid #e6e7e8;
    padding: 12px 12px;
    right: 0;
}
.search-scope-btn:hover,
.search-submit-btn:hover {
    color: #333333;
}
.search-scope-btn:hover svg,
.search-submit-btn:hover svg {
    fill: #333333;
}
/* -------------------------------------------------- */
/* Homepage hero
/* -------------------------------------------------- */
.hero {
    position: relative;
    background: #1a1a1a center top;
    background-size: cover;
    text-align: center;
}
.hero-shade {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #000;
    opacity: .7;
}
.hero .container-narrow {
    z-index: 20;
    padding: 96px 0 132px 0;
}
.hero-headline {
    color: #fff;
    font-weight: bold;
    font-size: 54px;
    line-height: 1.2em;
}
.hero-btn {
    display: inline-block;
    background: rgba(0, 0, 0, .2);
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 24px;
    margin: 0 12px 12px 0;
}
.hero-btn:hover {
    background: rgba(0, 0, 0, .3);
    border-color: rgba(255, 255, 255, 1)
}
.hero p {
    padding-top: 54px;
    margin-bottom: 0;
}
.hero-caption {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 20;
    font-size: 11px;
    line-height: 1em;
    color: #939598;
    padding-left: 24px;
}
.hero-caption a {
    color: #fff;
}
/* -------------------------------------------------- */
/* Main
/* -------------------------------------------------- */
main {
    background: #f8f8f8;
}
main.blog,
main.basic {
    background: #ffffff;
}
main.interior {
    padding-bottom: 96px;
}
/* -------------------------------------------------- */
/* Breadcrumbs
/* -------------------------------------------------- */
.crumbs {
    padding: 15px 0 9px 0;
    font-size: 12px;
    line-height: 1em;
}
.crumbs li {
    display: inline-block;
    margin-left: -4px;
    background: url('/site/assets/images/slash.svg') no-repeat right center;
    padding-right: 5px;
}
.crumbs a {
    display: inline-block;
    padding: 9px 6px;
}
/* -------------------------------------------------- */
/* Interior article 
/* -------------------------------------------------- */
h1.page-title {
    font-size: 30px;
    font-weight: 700;
}
.basic h1.page-title {
    margin-bottom: .6em;
}
.post-meta {
    padding: 18px 0 2.4em 0;
    font-size: 12px;
    color: #7c7d80;
}
figure {
    margin-top: -1.1em;
    padding: 0.3em 0 1.6em 0;
    width: 100%;
}
figure img {
    width: 100%;
    height: auto;
}
figure.right,
figure.left,
figure.center {
    max-width: 50%;
}
figure.right {
    float: right;
    padding-left: 1.6em;
}
figure.left {
    float: left;
    padding-right: 1.6em;
}
figure.center {
    margin: 0 auto;
}
figcaption,
.tbl-caption {
    line-height: 1.6em;
    margin-bottom: 1.4em;
}
.post-content h2 {
    font-size: 21px;
}
.post-content h3 {
    font-size: 19px;
}
.post-content h4 {
    font-size: 16px;
}
.post-content h2,
.post-content h3,
.post-content h4 {
    font-weight: 700;
    margin-bottom: .8em
}
.post-content ul,
.post-content ol,
.product-specs ul {
    margin: 0 24px 12px 24px;
}
.post-content ul li,
.post-content ol li,
.product-specs ul li {
    background: url('/site/assets/images/bullet.svg') no-repeat left .6em;
    padding: 0 0 12px 16px;
    line-height: 1.6em;
}
.post-content ol li {
    background: none;
    list-style-type: decimal;
    margin-left: 16px;
    padding-left: 8px;
}
hr {
    border: none;
    border-bottom: 1px solid #e6e7e8;
    padding-top: 1.6em;
    margin-bottom: 3.2em;
}
.pad-top {
    padding-top: 40px;
}
.pad-bottom {
    padding-bottom: 40px;
}
/* -------------------------------------------------- */
/* Table
/* -------------------------------------------------- */
.tbl-wrapper {
    width: 100%;
    overflow-x: auto;
}
.tbl {
    width: 100%;
    border-top: 1px solid #e6e7e8;
    border-right: 1px solid #e6e7e8;
    margin-bottom: 24px;
}
.tbl td,
.tbl th {
    padding: 12px;
    line-height: 1.4em;
    text-align: left;
    border-bottom: 1px solid #e6e7e8;
    border-left: 1px solid #e6e7e8;
}
.tbl th {
    color: #1a1a1a;
    background: #fbfbfb;
    font-weight: 700;
}
.tbl .alt-ths th {
    background: #efeff0;
}
.tbl td {
    background: #fff;
}
/* -------------------------------------------------- */
/* Manufacture detail
/* -------------------------------------------------- */
.manufacture .page-title {
    margin-bottom: 24px;
}
.manufacture-logo {
    margin-bottom: 24px;
    width: 100%;
    height: auto;
}
/* -------------------------------------------------- */
/* Listing page
/* -------------------------------------------------- */
.main-wrapper {
    padding-left: 236px;
    position: relative;
}
.sidenav {
    position: absolute;
    width: 212px;
    left: 0;
    background: #fff;
    border: 1px solid #e6e7e8;
    padding: 24px 18px;
    font-size: 13px;
}
.sidenav h3 {
    font-weight: 700;
    margin-bottom: 6px;
}
.sidenav h3 a {
    color: #1a1a1a;
    display: block;
}
.sidenav h3 a svg {
    fill: #1a1a1a;
}
.sidenav li a {
    display: block;
    padding: 4px 0;
    color: #333;
    line-height: 1.2em;
}
.sidenav li a.active {
    color: #259351;
}
.sidenav ul ul {
    margin-left: 9px;
}
.sidenav section {
    border-bottom: 1px solid #e6e7e8;
    padding-bottom: 10px;
    margin-bottom: 16px;
}
.sidenav section:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.sidenav .checkboxes a {
    background: url('/site/assets/images/checkbox-outline.svg') no-repeat left .35em;
    padding-left: 24px;
}
.sidenav .checkboxes a.ticked {
    background-image: url('/site/assets/images/checkbox.svg');
}
/* List controls ------------------------------------ */
.list-controls,
.list-info {
    padding-bottom: 24px;
}
.filters-wrapper,
.sort-wrapper {
    display: inline-block;
}
.sort-wrapper {
    float: right;
}
.sort-wrapper .dmenu-button {
    margin: 0 0 0 3px;
}
/* Pagination --------------------------------------- */
.pagination {
    padding: 24px 0;
    text-align: center;
}
.pagination ul {
    display: inline-block;
    margin-left: 4px;
}
.pagination li {
    display: inline-block;
    margin-left: -4px;
}
.pagination a,
.pagination .sep {
    display: block;
    padding: 16px;
    border: 1px solid #e6e7e8;
    background: #fbfbfb;
    color: #939598;
    font-size: 14px;
    line-height: 0;
    margin: 0 1px;
}
.pagination .sep {
    background: transparent;
    padding: 16px 8px;
    border: none;
}
.pagination a:hover {
    color: #1a1a1a;
}
.pagination li.active a {
    text-decoration: underline;
}
.pagination li:first-child a {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination li:last-child a {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
/* -------------------------------------------------- */
/* Product detail
/* -------------------------------------------------- */
.product-details {
    float: right;
    width: 50%;
    padding-left: 12px;
}
.product-photos {
    float: left;
    width: 50%;
    padding-right: 12px;
    position: relative;
}
.product-thumbs {
    position: absolute;
    width: 70px;
    top: 0;
    left: -82px;
    max-height: 460px;
    overflow-y: scroll;
}
.product-thumbs li {
    display: block;
    margin-bottom: 12px;
}
.product-thumbs img {
    width: 100%;
    height: auto;
    border: 1px solid #eaeaeb;
}
.product-thumbs img:hover {
    cursor: pointer;
}
.product-img {
    line-height: 0;
    padding-bottom: 12px;
}
.product-img img {
    border: 1px solid #eaeaeb;
    width: 100%;
    height: auto;
}
.product-controls {
    padding: 24px 0 18px 0;
}
.btn.share-btn {
    padding: 11px;
}
.share-btns {
    display: inline-block;
    float: right;
}
.share-btns li {
    margin: 0 0 6px 2px;
    display: inline-block;
}
.product-description p:last-child {
    margin-bottom: 0;
}
.product-description {
    margin-bottom: 24px;
}
.container-product .section-title {
    text-align: left;
    margin-bottom: 18px;
}
.related-products {
    padding-top: 72px;
}
/* -------------------------------------------------- */
/* Home: Mission
/* -------------------------------------------------- */
.mission {
    background: #fff;
    border-bottom: 1px solid #ededee;
    padding: 48px 0;
}
.mission .callout {
    text-align: center;
    margin-bottom: 0;
}
.section-title {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 36px;
}
/* -------------------------------------------------- */
/* Lists
/* -------------------------------------------------- */
.featured-products {
    padding: 48px 0;
}
.product-items .item-outline {
    background: #fff;
    border: 1px solid #e6e7e8;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
}
.product-items .item-img {
    border-bottom: 1px solid #e6e7e8;
    width: 100%;
    height: auto;
}
.product-items .item-box {
    display: block;
    text-align: center;
}
.item-box span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.item-box img {
    vertical-align: middle;
    width: 100%;
    height: auto;
}
.manufacture .item-box {
    height: 160px;
}
.manufacture .item-box img {
    width: 80%;
}
.item-title {
    line-height: 1.4em;
}
.product-items .item-title a {
    font-size: 14px;
    color: #1a1a1a;
}
.product-items .item-info {
    padding: 12px 12px 16px 12px;
}
.product-items .item-source,
.product-items .item-source a {
    padding-top: 4px;
    color: #939598;
    font-size: 12px;
}
.product-items .item-source a:hover {
    color: #333;
}
.fav-btn {
    float: right;
    border: none;
    padding: 0;
    line-height: 0;
    display: inline-block;
    margin-left: 12px;
}
.fav-btn svg {
    fill: #939598;
    width: 16px;
    height: 16px;
}
.fav-btn:hover .favorite-heart-outer {
    fill: #333;
}
.btn.marked .favorite-heart-inner,
.btn.marked .favorite-heart-outer .fav-btn.marked .favorite-heart-inner,
.fav-btn.marked .favorite-heart-outer {
    fill: #1a1a1a;
}
/* -------------------------------------------------- */
/* Inside list
/* -------------------------------------------------- */
.latest-insight {
    padding-bottom: 48px;
}
.insight-items .item-img {
    position: relative;
    background: center;
    background-size: cover;
    padding-top: 66.66%;
    overflow: hidden;
}
.insight-items .item-info {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: url('../images/shade-tile.png') repeat-x;
    padding: 96px 24px 24px 24px;
}
.insight-items .item-cat a,
.insight-items .item-link a {
    font-size: 12px;
}
.insight-items .item-title {
    padding: 12px 0 9px 0;
}
.insight-items .item-title a {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
}
.insight-items .item-source,
.insight-items .item-source a {
    font-size: 12px;
    color: #939598;
}
.insight-items .item-source a:hover {
    color: #efefef;
}
.insight-items .item-excerpt {
    color: #fff;
    line-height: 1.4em;
    padding-top: 9px;
    margin-bottom: 0;
}
/* -------------------------------------------------- */
/* Home: featured brands
/* -------------------------------------------------- */
.featured-brands {
    border-top: 1px solid #ededee;
    padding: 48px 0;
    background: #fff;
    text-align: center;
}
.featured-brands ul {
    display: inline-block;
    padding-top: 24px;
    margin-left: 4px;
}
.featured-brands li {
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
    padding: 0 24px 24px 24px;
}
.featured-brands img.more-vrt {
    max-height: 80px;
}
.featured-brands img.more-hrz {
    max-height: 40px;
}
.featured-brands img {
    height: auto;
}
/* -------------------------------------------------- */
/* Opt-in 
/* -------------------------------------------------- */
.connected {
    padding-bottom: 48px;
    background: #fff;
}
.connected-outline {
    background: #1a1a1a;
    padding: 48px;
    color: #d1d2d4;
}
.connected-outline h3 {
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 12px;
}
.connected-form {
    position: relative;
    width: 100%;
    height: 42px;
    border: 1px solid #e6e7e8;
    border-radius: 5px;
    overflow: hidden;
    margin-top: -6px;
}
.connected-field {
    width: 100%;
    height: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #333333;
    border: none;
    padding: 0 56px 0 12px;
}
.connected-field,
.connected-submit-btn {
    position: absolute;
}
.connected-submit-btn {
    z-index: 20;
    background: #fbfbfb;
}
.connected-submit-btn svg {
    fill: #939598;
}
.connected-submit-btn {
    border-left: 1px solid #e6e7e8;
    padding: 12px 12px;
    right: 0;
}
.connected-submit-btn:hover {
    color: #333333;
}
.connected-submit-btn:hover svg {
    fill: #333333;
}
.note {
    padding-top: 18px;
    font-size: 12px;
    color: #939598;
}
/* -------------------------------------------------- */
/* Footer
/* -------------------------------------------------- */
footer {
    padding: 24px 0;
    color: #939598;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1em;
}
footer a {
    color: #d1d2d4;
}
footer a:hover {
    color: #fff;
}
footer .legal {
    font-size: 10px;
}
.foot-nav {
    margin: -6px 0 3px 0;
}
.foot-nav ul {
    margin-left: -2px;
}
.foot-nav li {
    display: inline;
    margin-left: -4px;
}
.foot-nav a {
    display: inline-block;
    padding: 6px;
}
/* -------------------------------------------------- */
/* Member pages
/* -------------------------------------------------- */
.pass-scores span,
.pass-confirm span {
    display: none;
    padding-top: 9px;
    font-size: 13px;
}
.pass-fail {
    color: orangered;
}
.pass-invalid {
    color: red;
}
.pass-short {
    color: red;
}
.pass-common {
    color: red;
}
.pass-weak {
    color: orangered;
}
.pass-medium {
    color: orangered;
}
.pass-good {
    color: seagreen;
}
.pass-excellent {
    color: green;
}
.confirm-pending {
    color: inherit;
}
.confirm-yes {
    color: green;
}
.confirm-no {
    color: orangered;
}
.confirm-qty {
    color: inherit;
}
.pass-scores span.on,
.pass-confirm span on {
    display: block;
}
p.LoginRegisterError {
    display: none;
}
.LoginRegisterError {
    padding-top: 9px;
    font-size: 13px;
    color: red;
}
.LoginRegisterLinks {
    display: none;
}
/* -------------------------------------------------- */
/* Comments
/* -------------------------------------------------- */
.comments {
    margin-top: 40px;
}
.comments h2 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: .8em
}
.comments h3 {
    display: none;
}
.comments ul {
    border: 1px solid #e6e7e8;
    border-bottom: none;
}
.comments ul li {
    border-bottom: 1px solid #e6e7e8;
    padding: 1.6em;
}
.comments ul li:nth-child(even) {
    background: #fbfbfb;
}
.CommentGravatar {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    margin-right: 9px;
}
p.CommentHeader {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    font-size: 13px;
}
.CommentCite {
    display: inline-block;
    margin-right: 9px;
    font-weight: 700;
    color: #1a1a1a;
}
.CommentCreated {
    opacity: .6;
    font-style: italic;
}
.CommentText {
    padding-top: .8em;
}
#CommentPostNote {
    margin-bottom: 1.6em;
}
#CommentPostNote .success {
    color: green;
}
/* -------------------------------------------------- */
/* Comments/Members form
/* -------------------------------------------------- */
.CommentForm {
    margin-bottom: 1.6em;
}
.InputfieldForm input,
.CommentForm input,
.CommentForm textarea {
    background: #fff;
    border: 1px solid #e6e7e8;
    padding: 10px 12px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #333333;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.Inputfield,
.CommentForm p {
    margin-bottom: 18px;
}
.InputfieldForm label,
.CommentForm label {
    display: block;
    padding-bottom: 9px;
    color: #1a1a1a;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}
.InputfieldForm p {
    margin-bottom: 9px;
}
.InputfieldForm p.description {
    margin-bottom: 9px;
    line-height: 1.2em;
    font-size: 13px;
    opacity: .6;
}
.InputfieldForm h2 {
    font-size: 30px;
    font-weight: 700;
}
/* -------------------------------------------------- */
/* Mobile navigation
/* -------------------------------------------------- */
.mnav-btn {
    display: none;
    border: none;
    position: absolute;
    padding: 10px 6px;
    line-height: 0;
    right: 15px;
    top: 15px;
}
.mnav-btn svg {
    fill: #939598;
}
.mnav-btn:hover svg {
    fill: #333333;
}
/* -------------------------------------------------- */
/* CMS edit button
/* -------------------------------------------------- */
.edit-btn {
    display: inline-block;
    padding: 16px;
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    right: 10px;
    background: #000000;
}
.edit-btn svg {
    fill: #ffffff;
}
.edit-btn:hover {
    background: #000000;
}
/* -------------------------------------------------- */
/* Breakpoints
/* -------------------------------------------------- */
@media screen and (max-width: 1279px) {
    .width-2-6 .col {
        width: 50%;
    }
    .latest-insight .width-2-6 .col:nth-child(3) {
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .width-1-5 .col {
        width: 25%;
    }
}
@media screen and (max-width: 1185px) {
    .brand-bar,
    .nav-bar {
        padding-left: 107px
    }
    header .container-narrow {
        max-width: 100%;
    }
}
@media screen and (max-width: 1132px) {
    .container-product {
        padding: 0 12px;
        max-width: 968px;
        width: 100%;
    }
    .product-thumbs {
        max-height: auto;
        overflow: visible;
        position: static;
        width: 100%;
    }
    .product-thumbs ul {
        display: block;
        margin: 0 -12px 0 -2px;
    }
    .product-thumbs li {
        display: inline-block;
        padding: 0 6px 12px 6px;
        margin: 0 0 0 -4px;
        width: 20%;
    }
}
@media screen and (max-width: 1100px) {
    .width-1-6 .col {
        width: 25%;
    }
    .featured-products .width-1-6 .col:nth-child(5),
    .featured-products .width-1-6 .col:nth-child(6) {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .width-1-5 .col {
        width: 33.33%;
    }
}
@media screen and (max-width: 960px) {
    .insight.main-wrapper {
        padding: 0;
    }
    .insight .sidenav {
        position: static;
        width: 100%;
        padding: 18px 18px 12px 18px;
        margin-bottom: 24px;
    }
    .insight .sidenav ul {
        display: none;
    }
    .insight .sidenav ul ul {
        display: block;
    }
}
@media screen and (max-width: 800px) {
    .width-1-6 .col {
        width: 33.33%;
    }
    .width-1-5 .col {
        width: 50%;
    }
    .width-2-6 .col {
        width: 100%;
    }
    .featured-products .width-1-6 .col:nth-child(5),
    .featured-products .width-1-6 .col:nth-child(6) {
        display: block;
    }
}
@media screen and (max-width: 800px) {
    .main-wrapper {
        padding: 0;
    }
    .sidenav {
        position: static;
        width: 100%;
        padding: 18px 18px 12px 18px;
    }
    .sidenav ul {
        display: none;
    }
    .sidenav ul ul {
        display: block;
    }
    .list-controls {
        padding-top: 24px;
    }
    .filters-wrapper {
        display: none;
    }
    .sort-wrapper {
        float: none;
        display: block;
    }
}
@media screen and (max-width: 760px) {
    .product-photos,
    .product-details {
        width: 100%;
        padding: 0;
        float: none;
    }
    .product-photos {
        margin-bottom: 24px;
    }
    .product-thumbs li {
        width: 16.66%;
    }
}
@media screen and (min-width: 621px) {
    .prime-nav {
        display: inline-block !important;
    }
}
@media screen and (max-width: 620px) {
    .prime-nav {
        display: none;
        margin-left: 0;
    }
    .brand-bar {
        background-position: 12px 12px;
        padding: 66px 0 12px 0;
    }
    .nav-bar {
        padding-left: 0;
    }
    .mnav-btn {
        display: inline-block;
    }
    .prime-nav li {
        float: none;
        border-bottom: 1px solid rgba(255, 255, 255, .036);
    }
    .prime-nav a {
        padding: 9px 0;
    }
    .width-1-6 .col {
        width: 50%;
    }
    .featured-products .width-1-6 .col:nth-child(5),
    .featured-products .width-1-6 .col:nth-child(6) {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .hero-headline {
        font-size: 36px;
    }
    .hero .container-narrow {
        padding: 60px 0 84px 0;
    }
    .hero .hero-btn {
        display: none;
    }
    .hero p {
        padding: 0;
    }
    .callout {
        font-size: 24px;
    }
    .connected-outline {
        padding: 24px;
    }
    .connected-outline h3 {
        font-size: 27px;
    }
}
@media screen and (max-width: 500px) {
    .product-thumbs li {
        width: 20%;
    }
}
@media screen and (max-width: 450px) {
    .width-1-5 .col {
        width: 100%;
    }
}
@media screen and (max-width: 420px) {
    .insight-items .item-info {
        position: static;
        padding: 24px;
        background-position: left -96px;
    }
    .insight-items .item-img {
        padding-top: 33.33%;
    }
}
@media screen and (max-width: 400px) {
    .width-1-6 .col {
        width: 100%;
    }
    .featured-products .width-1-6 .col:nth-child(4),
    .featured-products .width-1-6 .col:nth-child(5),
    .featured-products .width-1-6 .col:nth-child(6) {
        display: none;
    }
}