<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Mixins, Defaults */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn &gt; .caret,
  .dropup &gt; .btn &gt; .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive, .container-fluid img, .header-image &gt; img, .author-bio .author-image img, #slideshow .item .slide-image img, .full_width_block .block img,
.two_column_block .block img,
.three_column_block .block img,
.four_column_block .block img, .full_width_block .block.image img, .full_width_block .block.video img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle, .author-bio .author-image img {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row, .interior-content, .author-bio, .woocommerce ul.products {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .interior-content:before, .author-bio:before, .woocommerce ul.products:before, .row:after, .interior-content:after, .author-bio:after, .woocommerce ul.products:after {
    content: " ";
    display: table; }
  .row:after, .interior-content:after, .author-bio:after, .woocommerce ul.products:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, #left, .col-lg-2, .woocommerce-page #sidebar, .col-xs-3, .col-sm-3, .bios-wrapper .post--bio.bio, #slideshow .item .carousel-caption.hasProductImg .slide-product, .four_column_block .block.text, body.search .post--blog, .col-md-3, .woocommerce-page #sidebar, .interior-content--blog.hasRightCol #sidebar, .full_width_block .block.brands .brand-logo, .full_width_block .block.products .block-product, .full_width_block .block.posts .block-product, .timeline-wrapper .timeline .timeline-section .section-layout.width-4 .row &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-4 .interior-content &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-4 .author-bio &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-4 .woocommerce ul.products &gt; div, .woocommerce .timeline-wrapper .timeline .timeline-section .section-layout.width-4 ul.products &gt; div, .single-product #related-products .wrapper li, .col-lg-3, .category .row--category .post, .col-xs-4, footer .copyright-wrapper .copyright, footer .copyright-wrapper .translate, footer .copyright-wrapper .usa-logo, .col-sm-4, .woocommerce-page #sidebar, .interior-content.hasRightCol #sidebar, .interior-content.hasLeftAndRightCols #sidebar, #sidebar, footer .copyright-wrapper .copyright, .author-bio .author-image, .row--category .post, .category .row--category .post, .interior-content--blog.hasRightCol #sidebar, .three_column_block .block, .four_column_block .block, #tips-tricks .block-post, .col-md-4, footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form, footer .footer-wrapper .footer-sections .footer-left-wrapper, footer .footer-wrapper .footer-sections .footer-middle-wrapper, footer .footer-wrapper .footer-sections .footer-right-wrapper, .full_width_block .block.products .post, .full_width_block .block.posts .post, .two_column_block.hasBackground .block.image,
.two_column_block.hasBackground .block.video, .timeline-wrapper .timeline .timeline-section .section-layout.width-3 .row &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-3 .interior-content &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-3 .author-bio &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-3 .woocommerce ul.products &gt; div, .woocommerce .timeline-wrapper .timeline .timeline-section .section-layout.width-3 ul.products &gt; div, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, footer .footer-newsletter-wrapper .footer-newsletter .title, footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form, footer .footer-wrapper .footer-sections .footer-middle-wrapper, footer .footer-wrapper .footer-sections .footer-right-wrapper, .full_width_block .block.brands .brand-logo, .full_width_block .block.products .block-product, .full_width_block .block.posts .block-product, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, #facet-controls .wrapper, .single-product #related-products .wrapper li, .col-md-6, footer .footer-wrapper .footer-menu-left,
footer .footer-wrapper .footer-menu-right, .two_column_block .block.text, .two_column_block .block.image,
.two_column_block .block.video, .two_column_block.reverse .block.image,
.two_column_block.reverse .block.video, .timeline-wrapper .timeline .timeline-section .section-layout.width-2 .row &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-2 .interior-content &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-2 .author-bio &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-2 .woocommerce ul.products &gt; div, .woocommerce .timeline-wrapper .timeline .timeline-section .section-layout.width-2 ul.products &gt; div, .col-lg-6, .col-xs-7, .col-sm-7, .author-bio .author-info, .col-md-7, .col-lg-7, .col-xs-8, .author-bio .author-image, .col-sm-8, .interior-content.hasRightCol #content, .interior-content.hasLeftAndRightCols #content, .interior-content--blog.hasRightCol #content, #faqBlock .group-holder .faqItem, .orbit-woocommerce.facetwp-template, .col-md-8, .full_width_block .block, .two_column_block.hasBackground .block.text, .col-lg-8, .col-xs-9, .col-sm-9, #slideshow .item .carousel-caption.hasProductImg .slide-content, .col-md-9, .interior-content--blog.hasRightCol #content, .orbit-woocommerce.facetwp-template, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .interior-content.hasLeftCol #right, .interior-content.hasLeftAndRightCols #right, .col-lg-10, .orbit-woocommerce.facetwp-template, .single-product .interior-content.hasNoLeftOrRightCols #right, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, #top-nav ul#ecommerce, .woocommerce-page #sidebar, .interior-content.hasNoLeftOrRightCols #right, .interior-content.hasNoLeftOrRightCols #content, .interior-content.hasLeftCol #right, .interior-content.hasLeftCol #content, .interior-content.hasRightCol #right, .interior-content.hasLeftAndRightCols #right, .author-bio .author-info, .back, .blog-header, .interior-content--blog.hasNoLeftOrRightCols #content, #faqBlock .group-holder .faqItem, .full_width_block header,
.two_column_block header,
.three_column_block header,
.four_column_block header, .full_width_block .block.brands .brand-logo, .full_width_block .block.brands .see-all, .full_width_block .block.products .block-product, .full_width_block .block.products .block-post, .full_width_block .block.posts .block-product, .full_width_block .block.posts .block-post, .two_column_block .block.text, .two_column_block .block.image,
.two_column_block .block.video, .two_column_block.reverse .block.image,
.two_column_block.reverse .block.video, .two_column_block.hasBackground header, .two_column_block.hasBackground .block.text, .two_column_block.hasBackground .block.image,
.two_column_block.hasBackground .block.video, .three_column_block .block, .four_column_block .block, .four_column_block .block.text, body.search .results .search-meta, body.search .results .post.single-post, body.search .results .form-wrapper, body.search .post--blog, .timeline-wrapper .timeline .timeline-section .section-header, .timeline-wrapper .timeline .timeline-section .section-layout, .timeline-wrapper .timeline .timeline-section .section-layout .row &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout .interior-content &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout .author-bio &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout .woocommerce ul.products &gt; div, .woocommerce .timeline-wrapper .timeline .timeline-section .section-layout ul.products &gt; div, .woocommerce-products-header, .woocommerce .woocommerce-breadcrumb, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .orbit-woocommerce.facetwp-template, #facet-controls .wrapper, .single-product div.product, #tips-tricks, #tips-tricks .block-post, #tips-tricks header, #faqs, #faqs .wrapper header, #testimonials, #testimonials header, #reviews,
#questions, #reviews .wrapper header,
#questions .wrapper header, .col-sm-12, footer .footer-newsletter-wrapper .footer-newsletter, footer .footer-wrapper .footer-sections .footer-left-wrapper, #slideshow .item .carousel-caption .slide-wrapper .slide-content, .full_width_block .block.brands, .full_width_block .block.faqs, .full_width_block .block.testimonial, .full_width_block .block.products, .full_width_block .block.posts, .full_width_block .block.products .post, .full_width_block .block.posts .post, .col-md-12, #home-content .home-content-area, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, footer .copyright-wrapper .copyright, footer .copyright-wrapper .translate, footer .copyright-wrapper .usa-logo, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .author-bio .author-image, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, #top-nav ul#ecommerce, .woocommerce-page #sidebar, .interior-content.hasNoLeftOrRightCols #right, .interior-content.hasNoLeftOrRightCols #content, .interior-content.hasLeftCol #right, .interior-content.hasLeftCol #content, .interior-content.hasRightCol #right, .interior-content.hasLeftAndRightCols #right, .author-bio .author-info, .back, .blog-header, .interior-content--blog.hasNoLeftOrRightCols #content, #faqBlock .group-holder .faqItem, .full_width_block header,
.two_column_block header,
.three_column_block header,
.four_column_block header, .full_width_block .block.brands .brand-logo, .full_width_block .block.brands .see-all, .full_width_block .block.products .block-product, .full_width_block .block.products .block-post, .full_width_block .block.posts .block-product, .full_width_block .block.posts .block-post, .two_column_block .block.text, .two_column_block .block.image,
.two_column_block .block.video, .two_column_block.reverse .block.image,
.two_column_block.reverse .block.video, .two_column_block.hasBackground header, .two_column_block.hasBackground .block.text, .two_column_block.hasBackground .block.image,
.two_column_block.hasBackground .block.video, .three_column_block .block, .four_column_block .block, .four_column_block .block.text, body.search .results .search-meta, body.search .results .post.single-post, body.search .results .form-wrapper, body.search .post--blog, .timeline-wrapper .timeline .timeline-section .section-header, .timeline-wrapper .timeline .timeline-section .section-layout, .timeline-wrapper .timeline .timeline-section .section-layout .row &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout .interior-content &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout .author-bio &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout .woocommerce ul.products &gt; div, .woocommerce .timeline-wrapper .timeline .timeline-section .section-layout ul.products &gt; div, .woocommerce-products-header, .woocommerce .woocommerce-breadcrumb, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .orbit-woocommerce.facetwp-template, #facet-controls .wrapper, .single-product div.product, #tips-tricks, #tips-tricks .block-post, #tips-tricks header, #faqs, #faqs .wrapper header, #testimonials, #testimonials header, #reviews,
#questions, #reviews .wrapper header,
#questions .wrapper header {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4, footer .copyright-wrapper .copyright, footer .copyright-wrapper .translate, footer .copyright-wrapper .usa-logo {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8, .author-bio .author-image {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12, #top-nav ul#ecommerce, .woocommerce-page #sidebar, .interior-content.hasNoLeftOrRightCols #right, .interior-content.hasNoLeftOrRightCols #content, .interior-content.hasLeftCol #right, .interior-content.hasLeftCol #content, .interior-content.hasRightCol #right, .interior-content.hasLeftAndRightCols #right, .author-bio .author-info, .back, .blog-header, .interior-content--blog.hasNoLeftOrRightCols #content, #faqBlock .group-holder .faqItem, .full_width_block header,
.two_column_block header,
.three_column_block header,
.four_column_block header, .full_width_block .block.brands .brand-logo, .full_width_block .block.brands .see-all, .full_width_block .block.products .block-product, .full_width_block .block.products .block-post, .full_width_block .block.posts .block-product, .full_width_block .block.posts .block-post, .two_column_block .block.text, .two_column_block .block.image,
.two_column_block .block.video, .two_column_block.reverse .block.image,
.two_column_block.reverse .block.video, .two_column_block.hasBackground header, .two_column_block.hasBackground .block.text, .two_column_block.hasBackground .block.image,
.two_column_block.hasBackground .block.video, .three_column_block .block, .four_column_block .block, .four_column_block .block.text, body.search .results .search-meta, body.search .results .post.single-post, body.search .results .form-wrapper, body.search .post--blog, .timeline-wrapper .timeline .timeline-section .section-header, .timeline-wrapper .timeline .timeline-section .section-layout, .timeline-wrapper .timeline .timeline-section .section-layout .row &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout .interior-content &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout .author-bio &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout .woocommerce ul.products &gt; div, .woocommerce .timeline-wrapper .timeline .timeline-section .section-layout ul.products &gt; div, .woocommerce-products-header, .woocommerce .woocommerce-breadcrumb, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .orbit-woocommerce.facetwp-template, #facet-controls .wrapper, .single-product div.product, #tips-tricks, #tips-tricks .block-post, #tips-tricks header, #faqs, #faqs .wrapper header, #testimonials, #testimonials header, #reviews,
#questions, #reviews .wrapper header,
#questions .wrapper header {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .bios-wrapper .post--bio.bio, #slideshow .item .carousel-caption.hasProductImg .slide-product, .four_column_block .block.text, body.search .post--blog, .col-sm-4, .woocommerce-page #sidebar, .interior-content.hasRightCol #sidebar, .interior-content.hasLeftAndRightCols #sidebar, #sidebar, footer .copyright-wrapper .copyright, .author-bio .author-image, .row--category .post, .category .row--category .post, .interior-content--blog.hasRightCol #sidebar, .three_column_block .block, .four_column_block .block, #tips-tricks .block-post, .col-sm-5, .col-sm-6, footer .footer-newsletter-wrapper .footer-newsletter .title, footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form, footer .footer-wrapper .footer-sections .footer-middle-wrapper, footer .footer-wrapper .footer-sections .footer-right-wrapper, .full_width_block .block.brands .brand-logo, .full_width_block .block.products .block-product, .full_width_block .block.posts .block-product, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, #facet-controls .wrapper, .single-product #related-products .wrapper li, .col-sm-7, .author-bio .author-info, .col-sm-8, .interior-content.hasRightCol #content, .interior-content.hasLeftAndRightCols #content, .interior-content--blog.hasRightCol #content, #faqBlock .group-holder .faqItem, .orbit-woocommerce.facetwp-template, .col-sm-9, #slideshow .item .carousel-caption.hasProductImg .slide-content, .col-sm-10, .col-sm-11, .col-sm-12, footer .footer-newsletter-wrapper .footer-newsletter, footer .footer-wrapper .footer-sections .footer-left-wrapper, #slideshow .item .carousel-caption .slide-wrapper .slide-content, .full_width_block .block.brands, .full_width_block .block.faqs, .full_width_block .block.testimonial, .full_width_block .block.products, .full_width_block .block.posts, .full_width_block .block.products .post, .full_width_block .block.posts .post {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3, .bios-wrapper .post--bio.bio, #slideshow .item .carousel-caption.hasProductImg .slide-product, .four_column_block .block.text, body.search .post--blog {
    width: 25%; }

  .col-sm-4, .woocommerce-page #sidebar, .interior-content.hasRightCol #sidebar, .interior-content.hasLeftAndRightCols #sidebar, #sidebar, footer .copyright-wrapper .copyright, .author-bio .author-image, .row--category .post, .category .row--category .post, .interior-content--blog.hasRightCol #sidebar, .three_column_block .block, .four_column_block .block, #tips-tricks .block-post {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6, footer .footer-newsletter-wrapper .footer-newsletter .title, footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form, footer .footer-wrapper .footer-sections .footer-middle-wrapper, footer .footer-wrapper .footer-sections .footer-right-wrapper, .full_width_block .block.brands .brand-logo, .full_width_block .block.products .block-product, .full_width_block .block.posts .block-product, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, #facet-controls .wrapper, .single-product #related-products .wrapper li {
    width: 50%; }

  .col-sm-7, .author-bio .author-info {
    width: 58.33333%; }

  .col-sm-8, .interior-content.hasRightCol #content, .interior-content.hasLeftAndRightCols #content, .interior-content--blog.hasRightCol #content, #faqBlock .group-holder .faqItem, .orbit-woocommerce.facetwp-template {
    width: 66.66667%; }

  .col-sm-9, #slideshow .item .carousel-caption.hasProductImg .slide-content {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12, footer .footer-newsletter-wrapper .footer-newsletter, footer .footer-wrapper .footer-sections .footer-left-wrapper, #slideshow .item .carousel-caption .slide-wrapper .slide-content, .full_width_block .block.brands, .full_width_block .block.faqs, .full_width_block .block.testimonial, .full_width_block .block.products, .full_width_block .block.posts, .full_width_block .block.products .post, .full_width_block .block.posts .post {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0, .full_width_block .block.brands, .full_width_block .block.faqs, .full_width_block .block.testimonial, .full_width_block .block.products, .full_width_block .block.posts {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, #left, .col-md-3, .woocommerce-page #sidebar, .interior-content--blog.hasRightCol #sidebar, .full_width_block .block.brands .brand-logo, .full_width_block .block.products .block-product, .full_width_block .block.posts .block-product, .timeline-wrapper .timeline .timeline-section .section-layout.width-4 .row &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-4 .interior-content &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-4 .author-bio &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-4 .woocommerce ul.products &gt; div, .woocommerce .timeline-wrapper .timeline .timeline-section .section-layout.width-4 ul.products &gt; div, .single-product #related-products .wrapper li, .col-md-4, footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form, footer .footer-wrapper .footer-sections .footer-left-wrapper, footer .footer-wrapper .footer-sections .footer-middle-wrapper, footer .footer-wrapper .footer-sections .footer-right-wrapper, .full_width_block .block.products .post, .full_width_block .block.posts .post, .two_column_block.hasBackground .block.image,
  .two_column_block.hasBackground .block.video, .timeline-wrapper .timeline .timeline-section .section-layout.width-3 .row &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-3 .interior-content &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-3 .author-bio &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-3 .woocommerce ul.products &gt; div, .woocommerce .timeline-wrapper .timeline .timeline-section .section-layout.width-3 ul.products &gt; div, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .col-md-5, .col-md-6, footer .footer-wrapper .footer-menu-left,
  footer .footer-wrapper .footer-menu-right, .two_column_block .block.text, .two_column_block .block.image,
  .two_column_block .block.video, .two_column_block.reverse .block.image,
  .two_column_block.reverse .block.video, .timeline-wrapper .timeline .timeline-section .section-layout.width-2 .row &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-2 .interior-content &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-2 .author-bio &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-2 .woocommerce ul.products &gt; div, .woocommerce .timeline-wrapper .timeline .timeline-section .section-layout.width-2 ul.products &gt; div, .col-md-7, .col-md-8, .full_width_block .block, .two_column_block.hasBackground .block.text, .col-md-9, .interior-content--blog.hasRightCol #content, .orbit-woocommerce.facetwp-template, .col-md-10, .interior-content.hasLeftCol #right, .interior-content.hasLeftAndRightCols #right, .col-md-11, .col-md-12, #home-content .home-content-area {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2, #left {
    width: 16.66667%; }

  .col-md-3, .woocommerce-page #sidebar, .interior-content--blog.hasRightCol #sidebar, .full_width_block .block.brands .brand-logo, .full_width_block .block.products .block-product, .full_width_block .block.posts .block-product, .timeline-wrapper .timeline .timeline-section .section-layout.width-4 .row &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-4 .interior-content &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-4 .author-bio &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-4 .woocommerce ul.products &gt; div, .woocommerce .timeline-wrapper .timeline .timeline-section .section-layout.width-4 ul.products &gt; div, .single-product #related-products .wrapper li {
    width: 25%; }

  .col-md-4, footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form, footer .footer-wrapper .footer-sections .footer-left-wrapper, footer .footer-wrapper .footer-sections .footer-middle-wrapper, footer .footer-wrapper .footer-sections .footer-right-wrapper, .full_width_block .block.products .post, .full_width_block .block.posts .post, .two_column_block.hasBackground .block.image,
  .two_column_block.hasBackground .block.video, .timeline-wrapper .timeline .timeline-section .section-layout.width-3 .row &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-3 .interior-content &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-3 .author-bio &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-3 .woocommerce ul.products &gt; div, .woocommerce .timeline-wrapper .timeline .timeline-section .section-layout.width-3 ul.products &gt; div, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6, footer .footer-wrapper .footer-menu-left,
  footer .footer-wrapper .footer-menu-right, .two_column_block .block.text, .two_column_block .block.image,
  .two_column_block .block.video, .two_column_block.reverse .block.image,
  .two_column_block.reverse .block.video, .timeline-wrapper .timeline .timeline-section .section-layout.width-2 .row &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-2 .interior-content &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-2 .author-bio &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-2 .woocommerce ul.products &gt; div, .woocommerce .timeline-wrapper .timeline .timeline-section .section-layout.width-2 ul.products &gt; div {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8, .full_width_block .block, .two_column_block.hasBackground .block.text {
    width: 66.66667%; }

  .col-md-9, .interior-content--blog.hasRightCol #content, .orbit-woocommerce.facetwp-template {
    width: 75%; }

  .col-md-10, .interior-content.hasLeftCol #right, .interior-content.hasLeftAndRightCols #right {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12, #home-content .home-content-area {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2, .header-image #brand-logo, .full_width_block .block {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .woocommerce-page #sidebar, .col-lg-3, .category .row--category .post, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .orbit-woocommerce.facetwp-template, .single-product .interior-content.hasNoLeftOrRightCols #right, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2, .woocommerce-page #sidebar {
    width: 16.66667%; }

  .col-lg-3, .category .row--category .post {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10, .orbit-woocommerce.facetwp-template, .single-product .interior-content.hasNoLeftOrRightCols #right {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1, .single-product .interior-content.hasNoLeftOrRightCols #right {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table &gt; thead &gt; tr &gt; th,
  .table &gt; thead &gt; tr &gt; td,
  .table &gt; tbody &gt; tr &gt; th,
  .table &gt; tbody &gt; tr &gt; td,
  .table &gt; tfoot &gt; tr &gt; th,
  .table &gt; tfoot &gt; tr &gt; td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table &gt; thead &gt; tr &gt; th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table &gt; caption + thead &gt; tr:first-child &gt; th,
  .table &gt; caption + thead &gt; tr:first-child &gt; td,
  .table &gt; colgroup + thead &gt; tr:first-child &gt; th,
  .table &gt; colgroup + thead &gt; tr:first-child &gt; td,
  .table &gt; thead:first-child &gt; tr:first-child &gt; th,
  .table &gt; thead:first-child &gt; tr:first-child &gt; td {
    border-top: 0; }
  .table &gt; tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed &gt; thead &gt; tr &gt; th,
.table-condensed &gt; thead &gt; tr &gt; td,
.table-condensed &gt; tbody &gt; tr &gt; th,
.table-condensed &gt; tbody &gt; tr &gt; td,
.table-condensed &gt; tfoot &gt; tr &gt; th,
.table-condensed &gt; tfoot &gt; tr &gt; td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered &gt; thead &gt; tr &gt; th,
  .table-bordered &gt; thead &gt; tr &gt; td,
  .table-bordered &gt; tbody &gt; tr &gt; th,
  .table-bordered &gt; tbody &gt; tr &gt; td,
  .table-bordered &gt; tfoot &gt; tr &gt; th,
  .table-bordered &gt; tfoot &gt; tr &gt; td {
    border: 1px solid #ddd; }
  .table-bordered &gt; thead &gt; tr &gt; th,
  .table-bordered &gt; thead &gt; tr &gt; td {
    border-bottom-width: 2px; }

.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover &gt; tbody &gt; tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table &gt; thead &gt; tr &gt; td.active,
.table &gt; thead &gt; tr &gt; th.active, .table &gt; thead &gt; tr.active &gt; td, .table &gt; thead &gt; tr.active &gt; th,
.table &gt; tbody &gt; tr &gt; td.active,
.table &gt; tbody &gt; tr &gt; th.active,
.table &gt; tbody &gt; tr.active &gt; td,
.table &gt; tbody &gt; tr.active &gt; th,
.table &gt; tfoot &gt; tr &gt; td.active,
.table &gt; tfoot &gt; tr &gt; th.active,
.table &gt; tfoot &gt; tr.active &gt; td,
.table &gt; tfoot &gt; tr.active &gt; th {
  background-color: #f5f5f5; }

.table-hover &gt; tbody &gt; tr &gt; td.active:hover,
.table-hover &gt; tbody &gt; tr &gt; th.active:hover, .table-hover &gt; tbody &gt; tr.active:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .active, .table-hover &gt; tbody &gt; tr.active:hover &gt; th {
  background-color: #e8e8e8; }

.table &gt; thead &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success, .table &gt; thead &gt; tr.success &gt; td, .table &gt; thead &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; th {
  background-color: #dff0d8; }

.table-hover &gt; tbody &gt; tr &gt; td.success:hover,
.table-hover &gt; tbody &gt; tr &gt; th.success:hover, .table-hover &gt; tbody &gt; tr.success:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .success, .table-hover &gt; tbody &gt; tr.success:hover &gt; th {
  background-color: #d0e9c6; }

.table &gt; thead &gt; tr &gt; td.info,
.table &gt; thead &gt; tr &gt; th.info, .table &gt; thead &gt; tr.info &gt; td, .table &gt; thead &gt; tr.info &gt; th,
.table &gt; tbody &gt; tr &gt; td.info,
.table &gt; tbody &gt; tr &gt; th.info,
.table &gt; tbody &gt; tr.info &gt; td,
.table &gt; tbody &gt; tr.info &gt; th,
.table &gt; tfoot &gt; tr &gt; td.info,
.table &gt; tfoot &gt; tr &gt; th.info,
.table &gt; tfoot &gt; tr.info &gt; td,
.table &gt; tfoot &gt; tr.info &gt; th {
  background-color: #d9edf7; }

.table-hover &gt; tbody &gt; tr &gt; td.info:hover,
.table-hover &gt; tbody &gt; tr &gt; th.info:hover, .table-hover &gt; tbody &gt; tr.info:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .info, .table-hover &gt; tbody &gt; tr.info:hover &gt; th {
  background-color: #c4e3f3; }

.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; thead &gt; tr &gt; th.warning, .table &gt; thead &gt; tr.warning &gt; td, .table &gt; thead &gt; tr.warning &gt; th,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tbody &gt; tr.warning &gt; td,
.table &gt; tbody &gt; tr.warning &gt; th,
.table &gt; tfoot &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr.warning &gt; td,
.table &gt; tfoot &gt; tr.warning &gt; th {
  background-color: #fcf8e3; }

.table-hover &gt; tbody &gt; tr &gt; td.warning:hover,
.table-hover &gt; tbody &gt; tr &gt; th.warning:hover, .table-hover &gt; tbody &gt; tr.warning:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .warning, .table-hover &gt; tbody &gt; tr.warning:hover &gt; th {
  background-color: #faf2cc; }

.table &gt; thead &gt; tr &gt; td.danger,
.table &gt; thead &gt; tr &gt; th.danger, .table &gt; thead &gt; tr.danger &gt; td, .table &gt; thead &gt; tr.danger &gt; th,
.table &gt; tbody &gt; tr &gt; td.danger,
.table &gt; tbody &gt; tr &gt; th.danger,
.table &gt; tbody &gt; tr.danger &gt; td,
.table &gt; tbody &gt; tr.danger &gt; th,
.table &gt; tfoot &gt; tr &gt; td.danger,
.table &gt; tfoot &gt; tr &gt; th.danger,
.table &gt; tfoot &gt; tr.danger &gt; td,
.table &gt; tfoot &gt; tr.danger &gt; th {
  background-color: #f2dede; }

.table-hover &gt; tbody &gt; tr &gt; td.danger:hover,
.table-hover &gt; tbody &gt; tr &gt; th.danger:hover, .table-hover &gt; tbody &gt; tr.danger:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .danger, .table-hover &gt; tbody &gt; tr.danger:hover &gt; th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive &gt; .table {
        margin-bottom: 0; }
        .table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
        .table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
        .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
        .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
        .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
        .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
          white-space: nowrap; }
      .table-responsive &gt; .table-bordered {
        border: 0; }
        .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
        .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
          border-left: 0; }
        .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
        .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
          border-right: 0; }
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group &gt; .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse, #masthead .navbar #primary-navigation-menu {
  display: none; }
  .collapse.in, #masthead .navbar .in#primary-navigation-menu {
    display: block; }

tr.collapse.in, #masthead .navbar tr.in#primary-navigation-menu {
  display: table-row; }

tbody.collapse.in, #masthead .navbar tbody.in#primary-navigation-menu {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu &gt; li &gt; a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:hover, .dropdown-menu &gt; .active &gt; a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu &gt; .disabled &gt; a, .dropdown-menu &gt; .disabled &gt; a:hover, .dropdown-menu &gt; .disabled &gt; a:focus {
  color: #777777; }
.dropdown-menu &gt; .disabled &gt; a:hover, .dropdown-menu &gt; .disabled &gt; a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open &gt; .dropdown-menu {
  display: block; }
.open &gt; a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right &gt; .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav &gt; li {
    position: relative;
    display: block; }
    .nav &gt; li &gt; a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav &gt; li.disabled &gt; a {
      color: #777777; }
      .nav &gt; li.disabled &gt; a:hover, .nav &gt; li.disabled &gt; a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav &gt; li &gt; a &gt; img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs &gt; li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs &gt; li &gt; a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs &gt; li &gt; a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills &gt; li {
  float: left; }
  .nav-pills &gt; li &gt; a {
    border-radius: 4px; }
  .nav-pills &gt; li + li {
    margin-left: 2px; }
  .nav-pills &gt; li.active &gt; a, .nav-pills &gt; li.active &gt; a:hover, .nav-pills &gt; li.active &gt; a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked &gt; li {
  float: none; }
  .nav-stacked &gt; li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified &gt; li, .nav-tabs.nav-justified &gt; li {
    float: none; }
    .nav-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified &gt; .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified &gt; li, .nav-tabs.nav-justified &gt; li {
      display: table-cell;
      width: 1%; }
      .nav-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a,
  .nav-tabs-justified &gt; .active &gt; a:hover,
  .nav-tabs.nav-justified &gt; .active &gt; a:hover,
  .nav-tabs-justified &gt; .active &gt; a:focus,
  .nav-tabs.nav-justified &gt; .active &gt; a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a,
    .nav-tabs-justified &gt; .active &gt; a:hover,
    .nav-tabs.nav-justified &gt; .active &gt; a:hover,
    .nav-tabs-justified &gt; .active &gt; a:focus,
    .nav-tabs.nav-justified &gt; .active &gt; a:focus {
      border-bottom-color: #fff; } }

.tab-content &gt; .tab-pane {
  display: none; }
.tab-content &gt; .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 992px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 992px) {
  .navbar-header {
    float: left; } }

.navbar-collapse, #masthead .navbar #primary-navigation-menu {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, #masthead .navbar #primary-navigation-menu:before, .navbar-collapse:after, #masthead .navbar #primary-navigation-menu:after {
    content: " ";
    display: table; }
  .navbar-collapse:after, #masthead .navbar #primary-navigation-menu:after {
    clear: both; }
  .navbar-collapse.in, #masthead .navbar .in#primary-navigation-menu {
    overflow-y: auto; }
  @media (min-width: 992px) {
    .navbar-collapse, #masthead .navbar #primary-navigation-menu {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse, #masthead .navbar #primary-navigation-menu {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in, #masthead .navbar .in#primary-navigation-menu {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-fixed-top #masthead .navbar #primary-navigation-menu, #masthead .navbar .navbar-fixed-top #primary-navigation-menu, .navbar-static-top .navbar-collapse, .navbar-static-top #masthead .navbar #primary-navigation-menu, #masthead .navbar .navbar-static-top #primary-navigation-menu, .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-bottom #masthead .navbar #primary-navigation-menu, #masthead .navbar .navbar-fixed-bottom #primary-navigation-menu {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse, .navbar-fixed-top #masthead .navbar #primary-navigation-menu, #masthead .navbar .navbar-fixed-top #primary-navigation-menu,
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-bottom #masthead .navbar #primary-navigation-menu,
#masthead .navbar .navbar-fixed-bottom #primary-navigation-menu {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-top #masthead .navbar #primary-navigation-menu, #masthead .navbar .navbar-fixed-top #primary-navigation-menu,
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-bottom #masthead .navbar #primary-navigation-menu,
    #masthead .navbar .navbar-fixed-bottom #primary-navigation-menu {
      max-height: 200px; } }

.container &gt; .navbar-header,
.container &gt; .navbar-collapse,
#masthead .navbar .container &gt; #primary-navigation-menu,
.container-fluid &gt; .navbar-header,
.container-fluid &gt; .navbar-collapse,
#masthead .navbar .container-fluid &gt; #primary-navigation-menu {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 992px) {
    .container &gt; .navbar-header,
    .container &gt; .navbar-collapse,
    #masthead .navbar .container &gt; #primary-navigation-menu,
    .container-fluid &gt; .navbar-header,
    .container-fluid &gt; .navbar-collapse,
    #masthead .navbar .container-fluid &gt; #primary-navigation-menu {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 992px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 992px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand &gt; img {
    display: block; }
  @media (min-width: 992px) {
    .navbar &gt; .container .navbar-brand, .navbar &gt; .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 992px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav &gt; li &gt; a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu &gt; li &gt; a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
          background-image: none; } }
  @media (min-width: 992px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav &gt; li {
        float: left; }
        .navbar-nav &gt; li &gt; a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group &gt; .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav &gt; li &gt; .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav &gt; li &gt; .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 992px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav &gt; li &gt; a {
    color: #777; }
    .navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav &gt; .disabled &gt; a, .navbar-default .navbar-nav &gt; .disabled &gt; a:hover, .navbar-default .navbar-nav &gt; .disabled &gt; a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse, .navbar-default #masthead .navbar #primary-navigation-menu, #masthead .navbar .navbar-default #primary-navigation-menu,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav &gt; li &gt; a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav &gt; li &gt; a:hover, .navbar-inverse .navbar-nav &gt; li &gt; a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav &gt; .active &gt; a, .navbar-inverse .navbar-nav &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav &gt; .disabled &gt; a, .navbar-inverse .navbar-nav &gt; .disabled &gt; a:hover, .navbar-inverse .navbar-nav &gt; .disabled &gt; a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse, .navbar-inverse #masthead .navbar #primary-navigation-menu, #masthead .navbar .navbar-inverse #primary-navigation-menu,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav &gt; .open &gt; a, .navbar-inverse .navbar-nav &gt; .open &gt; a:hover, .navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.carousel, #slideshow {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner &gt; .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner &gt; .item &gt; img,
    .carousel-inner &gt; .item &gt; a &gt; img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner &gt; .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner &gt; .item.next, .carousel-inner &gt; .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner &gt; .item.prev, .carousel-inner &gt; .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner &gt; .item.next.left, .carousel-inner &gt; .item.prev.right, .carousel-inner &gt; .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner &gt; .active,
  .carousel-inner &gt; .next,
  .carousel-inner &gt; .prev {
    display: block; }
  .carousel-inner &gt; .active {
    left: 0; }
  .carousel-inner &gt; .next,
  .carousel-inner &gt; .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner &gt; .next {
    left: 100%; }
  .carousel-inner &gt; .prev {
    left: -100%; }
  .carousel-inner &gt; .next.left,
  .carousel-inner &gt; .prev.right {
    left: 0; }
  .carousel-inner &gt; .active.left {
    left: -100%; }
  .carousel-inner &gt; .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs, #slideshow .item .slide-image {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs, #slideshow .item .slide-image {
    display: block !important; }

  table.visible-xs, #slideshow .item table.slide-image {
    display: table !important; }

  tr.visible-xs, #slideshow .item tr.slide-image {
    display: table-row !important; }

  th.visible-xs, #slideshow .item th.slide-image,
  td.visible-xs,
  #slideshow .item td.slide-image {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs, #top-nav ul#ecommerce li.phone, #top-nav ul#ecommerce li.chat, #top-nav ul#ecommerce li.search, #masthead .navbar #primary-navigation-menu button.search, #left, .editLink, #slideshow .item:before, .full_width_block .block.testimonial .wrapper .quote::before {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm, #top-nav ul#ecommerce li.phone-mobile, #masthead .navbar #primary-navigation-menu button.search, #left, .editLink, #slideshow .item .asset .bg_video_img, #searchform-mobile {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md, #top-nav ul#ecommerce li.phone-mobile, #slideshow .item .asset .bg_video_img, #searchform-mobile {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg, #top-nav ul#ecommerce li.phone-mobile, #slideshow .item .asset .bg_video_img, #searchform-mobile {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
span[class^="fa-"], span[class*=" fa-"] {
  font-family: "FontAwesome", sans-serif; }

a.button,
input[type="submit"].button,
input[type="image"].button,
button.button, .hs-form input[type=submit].hs-button.primary, button.view-more {
  background: #b7251b;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: block;
  font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-style: italic;
  color: #fff;
  letter-spacing: .100em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .3s ease;
  margin-top: 15px;
  padding: 17px 25px; }
  @media (min-width: 768px) {
    a.button,
    input[type="submit"].button,
    input[type="image"].button,
    button.button, .hs-form input[type=submit].hs-button.primary, button.view-more {
      display: inline-block;
      padding: 17px 65px; } }
  a.button:after,
  input[type="submit"].button:after,
  input[type="image"].button:after,
  button.button:after, .hs-form input[type=submit].hs-button.primary:after, button.view-more:after {
    content: '\f0da';
    font-family: "FontAwesome", sans-serif;
    font-style: normal;
    padding-left: 10px; }
  a[target="_blank"].button:after,
  input[target="_blank"][type="submit"].button:after,
  input[target="_blank"][type="image"].button:after,
  button[target="_blank"].button:after, .hs-form input[target="_blank"][type=submit].hs-button.primary:after, button[target="_blank"].view-more:after {
    display: none; }
  a.button:hover,
  input[type="submit"].button:hover,
  input[type="image"].button:hover,
  button.button:hover, .hs-form input[type=submit].hs-button.primary:hover, button.view-more:hover, a.button:focus,
  input[type="submit"].button:focus,
  input[type="image"].button:focus,
  button.button:focus, .hs-form input[type=submit].hs-button.primary:focus, button.view-more:focus, a.button:active,
  input[type="submit"].button:active,
  input[type="image"].button:active,
  button.button:active, .hs-form input[type=submit].hs-button.primary:active, button.view-more:active {
    background: #df2d21;
    color: #fff;
    text-decoration: none;
    transition: all .3s ease; }
  a.button:focus-visible,
  input[type="submit"].button:focus-visible,
  input[type="image"].button:focus-visible,
  button.button:focus-visible, .hs-form input[type=submit].hs-button.primary:focus-visible, button.view-more:focus-visible {
    border: solid 2px white !important;
    outline: solid 2px black !important;
    outline-offset: 2px !important; }

/* ======================================== */
/* Mixins
/* ======================================== */
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px; }
    .container-fluid &gt; .row, .container-fluid &gt; .interior-content, .container-fluid &gt; .author-bio, .woocommerce .container-fluid &gt; ul.products {
      margin-left: -25px;
      margin-right: -25px; } }
@media (min-width: 992px) {
  .container-fluid.contained, .container-fluid.woocommerce-products-header {
    max-width: 1170px; } }

#skip {
  background: #F0F0F0; }
  #skip a,
  #skip a:hover,
  #skip a:visited {
    background: #FFF;
    border: solid 3px #332D2D;
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    left: 0;
    top: -500px;
    overflow: hidden;
    text-align: center;
    padding: 10px; }
  #skip a:active,
  #skip a:focus {
    background: #FFF;
    border: solid 3px #332D2D;
    display: block;
    width: 200px;
    height: auto;
    position: relative;
    left: 290px;
    top: 10px;
    text-align: center;
    z-index: 2000;
    padding: 10px; }

/* Layout */
#top-nav {
  background: #f2f1f1;
  font-size: 13px;
  line-height: 1;
  padding: 0;
  /* Header &amp; mobile search forms handled in features/_search.scss */ }
  @media (min-width: 768px) {
    #top-nav {
      text-align: right; } }
  #top-nav .container-fluid {
    max-width: none; }
  #top-nav ul#ecommerce {
    margin: 0;
    font-size: 13px;
    line-height: 1; }
    #top-nav ul#ecommerce li {
      list-style: none inside none;
      display: inline-block;
      font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
      font-weight: 600;
      color: #4e545a;
      font-size: 13px;
      line-height: 1;
      margin: 0;
      padding: 0 10px; }
      #top-nav ul#ecommerce li:last-of-type {
        padding: 0 0 0 10px; }
      @media (max-width: 767px) {
        #top-nav ul#ecommerce li.phone-mobile {
          width: 25%;
          padding-left: 0; } }
      @media (max-width: 767px) {
        #top-nav ul#ecommerce li.login, #top-nav ul#ecommerce li.account {
          text-align: center;
          width: 50%; } }
      @media (max-width: 767px) {
        #top-nav ul#ecommerce li.cart {
          width: 23%;
          text-align: right;
          padding-right: 0; } }
      #top-nav ul#ecommerce li a {
        display: inline-block;
        color: #4e545a;
        font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
        font-weight: 600;
        transition: all .3s ease;
        padding: 13px 0; }
        #top-nav ul#ecommerce li a i {
          font-weight: normal; }
        #top-nav ul#ecommerce li a:hover {
          color: #b7251b;
          text-decoration: none;
          transition: all .3s ease; }

/* Main Nav */
#masthead {
  background: #fff;
  padding: 0;
  position: relative; }
  @media (min-width: 768px) {
    #masthead {
      padding: 20px 0; } }
  #masthead .container-fluid {
    max-width: none; }
  #masthead .navbar {
    min-height: 0;
    margin: 0 -15px;
    padding: 0;
    background: none;
    border-radius: 0;
    border: none; }
    #masthead .navbar .navbar-brand {
      width: 141px;
      padding: 20px;
      height: auto; }
      @media (min-width: 768px) {
        #masthead .navbar .navbar-brand {
          width: auto;
          padding: 0 15px; } }
      #masthead .navbar .navbar-brand img {
        width: 100%; }
    #masthead .navbar .marketing-header {
      width: calc(100% - 20px);
      position: relative;
      text-align: center;
      margin: 0 10px; }
      #masthead .navbar .marketing-header:before {
        background: #f2f1f1;
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1; }
      #masthead .navbar .marketing-header .navbar-brand {
        background: #fff;
        display: inline-block;
        float: none;
        position: relative;
        z-index: 2;
        padding: 0 42px; }
    #masthead .navbar .navbar-toggle {
      background: none;
      border: none;
      border-radius: 0;
      box-shadow: none;
      width: auto;
      height: auto;
      color: #000;
      margin: 0 20px 0 0;
      padding: 16px 0 0; }
      #masthead .navbar .navbar-toggle .menu-text {
        display: inline-block;
        font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
        font-weight: 600;
        font-size: 20px;
        color: #000;
        text-transform: uppercase;
        vertical-align: middle;
        margin-right: 15px; }
      #masthead .navbar .navbar-toggle .fa-bars {
        font-size: 31px;
        color: #000;
        vertical-align: middle; }
    #masthead .navbar #primary-navigation-menu {
      max-height: none;
      border: none;
      padding: 0; }
      #masthead .navbar #primary-navigation-menu.collapsing {
        display: block; }
      #masthead .navbar #primary-navigation-menu &gt; ul {
        float: left; }
      @media (min-width: 992px) {
        #masthead .navbar #primary-navigation-menu .mobile-tr {
          display: none; } }
      #masthead .navbar #primary-navigation-menu a {
        font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
        font-weight: 400;
        text-decoration: none; }
        #masthead .navbar #primary-navigation-menu a:hover {
          text-decoration: none; }
      #masthead .navbar #primary-navigation-menu button.search {
        float: right;
        border: none;
        background: none;
        font-size: 25px;
        color: #fff;
        padding: 11px 12px;
        margin-top: -11px;
        margin-left: 10px; }
      @media all and (max-width: 991px) {
        #masthead .navbar #primary-navigation-menu ul {
          float: none;
          list-style: none;
          position: relative;
          margin: 0 0 0 20px; }
          #masthead .navbar #primary-navigation-menu ul li {
            border-bottom: solid 1px #ebebeb;
            list-style: none;
            position: relative;
            margin: 0;
            padding: 0; }
            #masthead .navbar #primary-navigation-menu ul li::before {
              content: '\f105';
              font-family: "FontAwesome", sans-serif;
              font-size: 24px;
              color: #b7251b;
              margin: 13px 0 0;
              line-height: 1;
              height: 40px;
              width: 64px;
              border: none;
              display: inline-block;
              top: 0;
              right: 0;
              position: absolute;
              text-align: center; }
            #masthead .navbar #primary-navigation-menu ul li a {
              position: relative;
              display: block;
              font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
              font-weight: 600;
              font-size: 14px;
              font-style: italic;
              color: #000;
              line-height: 1;
              text-transform: uppercase;
              white-space: normal; }
              #masthead .navbar #primary-navigation-menu ul li a:hover, #masthead .navbar #primary-navigation-menu ul li a:active {
                color: #b7251b; }
            #masthead .navbar #primary-navigation-menu ul li.active &gt; a {
              color: #fff; }
            #masthead .navbar #primary-navigation-menu ul li.dropdown::before {
              content: ''; }
            #masthead .navbar #primary-navigation-menu ul li.dropdown &gt; .caret {
              border: none !important;
              cursor: pointer;
              position: absolute;
              height: 60px;
              width: 64px;
              right: 0;
              top: 0;
              z-index: 100; }
              #masthead .navbar #primary-navigation-menu ul li.dropdown &gt; .caret::before {
                content: '\f067';
                font-family: "FontAwesome", sans-serif;
                font-size: 16px;
                color: #b7251b;
                margin: 0;
                line-height: 1;
                height: 40px;
                width: 64px;
                border: none;
                display: inline-block;
                top: 10px;
                position: relative;
                padding-top: 9px;
                text-align: center; }
            #masthead .navbar #primary-navigation-menu ul li.open {
              background: #f2f1f1;
              border: none;
              margin: 0 0 0 -25px;
              padding: 0 0 0 25px; }
              #masthead .navbar #primary-navigation-menu ul li.open &gt; .caret::before {
                content: '\f068';
                font-family: "FontAwesome", sans-serif; }
              #masthead .navbar #primary-navigation-menu ul li.open &gt; .dropdown-menu {
                background: none;
                border: none;
                box-shadow: none;
                margin: 0;
                padding: 0; }
          #masthead .navbar #primary-navigation-menu ul &gt; li &gt; a {
            padding: 20px 73px 20px 0; }
          #masthead .navbar #primary-navigation-menu ul &gt; li.open &gt; .dropdown-menu &gt; li {
            border: none; }
            #masthead .navbar #primary-navigation-menu ul &gt; li.open &gt; .dropdown-menu &gt; li &gt; a {
              font-size: 14px;
              font-style: normal;
              text-transform: none;
              padding: 20px 0; }
            #masthead .navbar #primary-navigation-menu ul &gt; li.open &gt; .dropdown-menu &gt; li.open {
              background: #e0e0e0;
              margin: 0;
              padding: 0 0 0 25px; }
              #masthead .navbar #primary-navigation-menu ul &gt; li.open &gt; .dropdown-menu &gt; li.open &gt; .dropdown-menu &gt; li {
                border-top: solid 1px #ebebeb; }
                #masthead .navbar #primary-navigation-menu ul &gt; li.open &gt; .dropdown-menu &gt; li.open &gt; .dropdown-menu &gt; li &gt; a {
                  font-size: 14px;
                  font-style: normal;
                  font-weight: 400;
                  text-transform: none;
                  padding: 20px 15px; }
        #masthead .navbar #primary-navigation-menu button.navbar-toggle-close {
          background: #b7251b;
          border: none;
          width: 100%;
          font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
          font-weight: 600;
          font-size: 18px;
          font-style: italic;
          color: #fff;
          letter-spacing: .100em;
          text-align: center;
          text-transform: uppercase;
          margin: 0;
          padding: 8px 15px; }
          #masthead .navbar #primary-navigation-menu button.navbar-toggle-close i {
            font-size: 18px; } }
      @media all and (min-width: 992px) {
        #masthead .navbar #primary-navigation-menu ul {
          margin: 0;
          padding: 0;
          text-align: right;
          float: right; }
          #masthead .navbar #primary-navigation-menu ul li {
            display: inline-block;
            list-style: none;
            margin: 0; }
            #masthead .navbar #primary-navigation-menu ul li .caret {
              display: none; }
            #masthead .navbar #primary-navigation-menu ul li a {
              display: inline-block;
              font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
              font-weight: 600;
              font-style: italic;
              font-size: 16px;
              line-height: 1;
              text-transform: uppercase;
              padding: 10px 12px;
              color: #000; } }
      @media all and (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
        #masthead .navbar #primary-navigation-menu ul li a {
          padding: 10px 7px; } }
      @media all and (min-width: 992px) {
              #masthead .navbar #primary-navigation-menu ul li a::after {
                content: '';
                display: none; }
            #masthead .navbar #primary-navigation-menu ul li.active a, #masthead .navbar #primary-navigation-menu ul li a:hover, #masthead .navbar #primary-navigation-menu ul li.current-page-ancestor a, #masthead .navbar #primary-navigation-menu ul li.current-menu-ancestor a, #masthead .navbar #primary-navigation-menu ul li.current-menu-parent a, #masthead .navbar #primary-navigation-menu ul li.current-page-parent a, #masthead .navbar #primary-navigation-menu ul li.current-menu-item a {
              color: #b7251b; }
            #masthead .navbar #primary-navigation-menu ul li &gt; ul {
              display: none; }
        #masthead .navbar #primary-navigation-menu button.navbar-toggle-close {
          display: none; } }

#brands-menu {
  border-top: 1px solid #f2f1f1;
  padding-left: 25px;
  padding-right: 25px; }
  @media (max-width: 767px) {
    #brands-menu {
      text-align: center;
      padding-left: 15x;
      padding-right: 15px; } }
  #brands-menu ul {
    margin: 0;
    padding: 0; }
    #brands-menu ul li {
      margin: 0;
      padding: 0;
      display: inline-block;
      list-style: none; }
      #brands-menu ul li .brand-name {
        display: none; }
      #brands-menu ul li a {
        display: inline-block;
        padding: 17px 20px; }
        @media (max-width: 767px) {
          #brands-menu ul li a {
            padding: 17px 14px; } }
        #brands-menu ul li a img {
          opacity: 0.5;
          filter: grayscale(100%);
          width: auto;
          height: 25px;
          transition: all 0.3s ease; }
        #brands-menu ul li a:hover img {
          opacity: 1;
          filter: none; }
      #brands-menu ul li:first-of-type a {
        padding-left: 0; }
      #brands-menu ul li.current-menu-item &gt; a img {
        opacity: 1;
        filter: none; }
      #brands-menu ul li.menu-item-type-custom.view-all {
        position: relative;
        transition: all 0.3s ease; }
        @media (max-width: 767px) {
          #brands-menu ul li.menu-item-type-custom.view-all {
            clear: both;
            width: 100%; } }
        #brands-menu ul li.menu-item-type-custom.view-all &gt; a {
          font-family: "rift", sans-serif;
          font-weight: 600;
          font-size: 18px;
          line-height: 1;
          color: #4E545A;
          text-transform: uppercase; }
          #brands-menu ul li.menu-item-type-custom.view-all &gt; a::after {
            font-size: 18px;
            line-height: 1;
            content: '\00A0\f0d7';
            font-family: "FontAwesome", sans-serif;
            color: #4E545A;
            display: inline-block;
            padding-left: 10px; }
        #brands-menu ul li.menu-item-type-custom.view-all .sub-menu {
          height: 0;
          opacity: 0;
          padding: 7px 15px;
          position: absolute;
          z-index: -1;
          width: 270px;
          box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.35);
          background: #FFF; }
          @media (max-width: 991px) {
            #brands-menu ul li.menu-item-type-custom.view-all .sub-menu {
              width: 100%;
              text-align: left; } }
          #brands-menu ul li.menu-item-type-custom.view-all .sub-menu.open {
            height: auto;
            opacity: 1;
            z-index: 999; }
          #brands-menu ul li.menu-item-type-custom.view-all .sub-menu li {
            display: block; }
            #brands-menu ul li.menu-item-type-custom.view-all .sub-menu li a {
              padding: 10px 0;
              display: block;
              font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
              font-weight: 600;
              font-size: 14px;
              line-height: 1;
              color: #4E545A;
              letter-spacing: 0.025em; }
              #brands-menu ul li.menu-item-type-custom.view-all .sub-menu li a:hover {
                color: #DF2D21; }
          #brands-menu ul li.menu-item-type-custom.view-all .sub-menu .brand-logo {
            width: 35%;
            display: inline-block;
            text-align: center; }
            #brands-menu ul li.menu-item-type-custom.view-all .sub-menu .brand-logo img {
              vertical-align: middle; }
          #brands-menu ul li.menu-item-type-custom.view-all .sub-menu .brand-name {
            display: inline-block;
            padding-left: 15px; }

.banner-callout {
  border-top: 1px solid #e6e7e8;
  border-bottom: 1px solid #e6e7e8;
  background: #f2f1f1;
  text-align: center;
  font-family: "rift", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  color: #4e545a;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 15px; }
  .banner-callout p {
    display: inline-block;
    margin: 0; }
  .banner-callout.banner-callout-offer {
    background: #16b600;
    color: #fff; }
    .banner-callout.banner-callout-offer p {
      color: #fff; }

#home-content {
  padding: 50px 0;
  text-align: center;
  font-family: "rift", sans-serif;
  color: #4e545a;
  border-bottom: 1px solid #D9DCDD;
  font-size: 16px;
  line-height: 1.875; }
  @media (min-width: 768px) {
    #home-content {
      font-size: 24px;
      line-height: 1.83333; } }

#featured-home-products {
  padding: 50px 0;
  border-bottom: 1px solid #D9DCDD; }
  #featured-home-products h3 {
    text-align: center;
    margin-bottom: 40px; }
  @media (min-width: 768px) {
    #featured-home-products .product {
      margin-bottom: 0; } }

@media (min-width: 768px) {
  .woocommerce-page #sidebar {
    padding-left: 25px; } }
.woocommerce-page #sidebar h3 {
  position: relative;
  font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #000;
  margin: 0 0 15px; }
  @media (max-width: 767px) {
    .woocommerce-page #sidebar h3:after {
      font-size: 18px;
      line-height: 1;
      content: '\00A0\f0d7';
      font-family: "FontAwesome",sans-serif;
      color: #4E545A;
      display: inline-block;
      padding-left: 10px; } }
.woocommerce-page #sidebar .facetwp-checkbox {
  font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.28571;
  color: #000;
  margin-bottom: 15px; }
  .woocommerce-page #sidebar .facetwp-checkbox .facetwp-counter {
    display: none; }
  .woocommerce-page #sidebar .facetwp-checkbox:last-of-type {
    margin-bottom: 0; }
.woocommerce-page #sidebar .facetwp-facet {
  margin-bottom: 35px; }
  @media (min-width: 768px) {
    .woocommerce-page #sidebar .facetwp-facet {
      display: block !important; } }

/* Ordered List */
#left {
  margin-top: 13px; }
  #left ul {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    display: block;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 18px 0; }
    #left ul li {
      display: block;
      margin: 0;
      padding: 0; }
      #left ul li a {
        display: inline-block;
        font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
        font-weight: 600;
        font-size: 14px;
        font-style: italic;
        color: #b7251b;
        line-height: 1.42857;
        text-decoration: none;
        text-transform: uppercase;
        margin: 0;
        padding: 15px 10px 15px 0; }
      #left ul li a:hover, #left ul li.current_page_item &gt; a, #left ul li.current-menu-item &gt; a, #left ul li.current_page_ancestor &gt; a {
        color: #df2d21;
        text-decoration: none; }
      #left ul li.current-menu-item ul.sub-menu, #left ul li.current-menu-parent ul.sub-menu, #left ul li.current_page_parent ul.sub-menu, #left ul li.current_page_ancestor ul.sub-menu, #left ul li.current_page_item ul.sub-menu {
        display: block; }
      #left ul li ul {
        border: none;
        display: none;
        margin: 0;
        padding: 0 0 0 15px; }
        #left ul li ul li {
          border: none;
          display: block;
          cursor: pointer;
          margin: 0;
          padding: 0; }
          #left ul li ul li a {
            display: inline-block;
            font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
            font-weight: 400;
            font-size: 14px;
            font-style: normal;
            color: #b7251b;
            line-height: 1.42857;
            text-decoration: none;
            text-transform: none;
            margin: 0;
            padding: 12px 10px 12px 0; }
          #left ul li ul li a:hover, #left ul li ul li.current_page_item &gt; a, #left ul li ul li.current-menu-item &gt; a, #left ul li ul li.current_page_ancestor &gt; a {
            color: #df2d21;
            text-decoration: none; }

.header-image {
  position: relative; }
  @media (min-width: 992px) {
    .header-image {
      padding-left: 25px;
      padding-right: 25px; } }
  .header-image &gt; img {
    width: 100%; }
  .header-image::before {
    background: rgba(0, 0, 0, 0.25);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }
    @media (min-width: 992px) {
      .header-image::before {
        width: calc(100% - 50px);
        left: 25px;
        right: 25px; } }
  .header-image #brand-logo {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); }
    @media (max-width: 991px) {
      .header-image #brand-logo {
        width: 25%;
        left: 15px; } }

.interior-content {
  height: auto;
  padding-top: 55px;
  padding-bottom: 55px; }
  @media (min-width: 992px) {
    .interior-content {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (min-width: 768px) {
    .interior-content.hasRightCol #content {
      padding-right: 75px; } }
  @media (min-width: 768px) {
    .interior-content.hasLeftAndRightCols #content {
      padding-right: 75px; } }

.oms-responsive {
  border: solid 1px #E0E0E0;
  border-collapse: collapse;
  width: 100%; }
  .oms-responsive thead {
    background: #E5E7E8; }
    .oms-responsive thead th {
      font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
      font-size: 16px;
      font-weight: bold;
      color: #797979;
      text-align: center;
      padding: 5px 10px; }
  .oms-responsive tbody tr {
    background: #FFF; }
    .oms-responsive tbody tr:nth-child(even) {
      background: #F7F7F7; }
    .oms-responsive tbody tr td {
      border-right: solid 1px #E0E0E0;
      border-top-color: #E0E0E0;
      font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
      font-size: 14px;
      color: #555;
      text-align: center;
      padding: 5px 10px; }
      .oms-responsive tbody tr td:last-of-type {
        border: none; }

.ml-responsive-table dl {
  border: solid 1px #E0E0E0;
  margin: 0 0 25px !important; }
  .ml-responsive-table dl:last-of-type {
    margin: 0 !important; }
.ml-responsive-table dt {
  background: #E5E7E8;
  width: 100% !important;
  font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #797979; }
  .ml-responsive-table dt:nth-of-type(2n) {
    background: #E5E7E8 !important; }
.ml-responsive-table dd {
  font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
  font-size: 14px;
  color: #555; }

#sidebar {
  padding-top: 20px; }
  @media (min-width: 768px) {
    #sidebar {
      padding-top: 0; } }
  #sidebar .widget {
    margin-bottom: 50px; }
    #sidebar .widget:last-of-type {
      border: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    #sidebar .widget h3 {
      font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
      font-weight: 600;
      font-size: 24px;
      color: #000;
      line-height: 1.5;
      margin: 0 0 15px; }
    #sidebar .widget .sideBar_Caption {
      font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #000;
      letter-spacing: 0;
      line-height: 1.66667;
      text-transform: none;
      margin: 15px 0 0;
      padding: 0; }
    #sidebar .widget.oms_persistent_widget_image h3 {
      display: none; }
    #sidebar .widget.oms_persistent_widget_image img {
      width: 100%; }
    #sidebar .widget.oms_persistent_widget_video {
      position: relative; }
      #sidebar .widget.oms_persistent_widget_video h3 {
        display: none; }
      #sidebar .widget.oms_persistent_widget_video .sideBar_VideoHolderInner {
        position: relative; }
        #sidebar .widget.oms_persistent_widget_video .sideBar_VideoHolderInner .sideBar_VideoInner {
          width: 100%;
          position: relative;
          overflow: hidden; }
          #sidebar .widget.oms_persistent_widget_video .sideBar_VideoHolderInner .sideBar_VideoInner:before {
            background: rgba(0, 0, 0, 0.7);
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 2; }
          #sidebar .widget.oms_persistent_widget_video .sideBar_VideoHolderInner .sideBar_VideoInner a[data-solarbox] {
            width: 100%;
            height: 100%;
            position: relative; }
            #sidebar .widget.oms_persistent_widget_video .sideBar_VideoHolderInner .sideBar_VideoInner a[data-solarbox]:before {
              background: url(../images/play-btn.png) 0 0 no-repeat;
              background-size: 67px 77px;
              border: none;
              border-radius: 0;
              content: '';
              display: block;
              width: 67px;
              height: 77px;
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translateX(-50%) translateY(-50%);
              z-index: 4;
              text-align: center;
              margin: 0;
              padding: 0; }
              @media (min-width: 992px) {
                #sidebar .widget.oms_persistent_widget_video .sideBar_VideoHolderInner .sideBar_VideoInner a[data-solarbox]:before {
                  background-size: 83px 96px;
                  width: 83px;
                  height: 96px; } }
    #sidebar .widget.widget-categories {
      border: solid 1px #ddd;
      padding: 45px 25px 35px; }
      @media (min-width: 768px) {
        #sidebar .widget.widget-categories {
          padding: 45px 35px 35px; } }
      #sidebar .widget.widget-categories ul {
        margin: 0;
        padding: 0; }
      #sidebar .widget.widget-categories li {
        margin: 0 0 4px;
        padding: 0;
        list-style: none; }
        #sidebar .widget.widget-categories li a {
          font-weight: normal;
          font-size: 15px;
          line-height: 33px; }
    #sidebar .widget.oms_persistent_widget_content {
      border: solid 1px #ddd;
      padding: 45px 25px 35px; }
      @media (min-width: 768px) {
        #sidebar .widget.oms_persistent_widget_content {
          padding: 45px 35px 35px; } }
      #sidebar .widget.oms_persistent_widget_content .sideBar_ContentHolder {
        background: none;
        padding: 0; }
        #sidebar .widget.oms_persistent_widget_content .sideBar_ContentHolder p {
          font-size: 16px;
          line-height: 2;
          margin-bottom: 0; }
          #sidebar .widget.oms_persistent_widget_content .sideBar_ContentHolder p:last-of-type {
            margin: 0; }
        #sidebar .widget.oms_persistent_widget_content .sideBar_ContentHolder ul, #sidebar .widget.oms_persistent_widget_content .sideBar_ContentHolder ol {
          margin: 15px 0 20px 25px;
          padding: 0; }
          #sidebar .widget.oms_persistent_widget_content .sideBar_ContentHolder ul li, #sidebar .widget.oms_persistent_widget_content .sideBar_ContentHolder ol li {
            font-size: 17px;
            line-height: 1.76471;
            margin: 0 0 10px;
            padding: 0; }
        #sidebar .widget.oms_persistent_widget_content .sideBar_ContentHolder .button {
          background: #d0ae18;
          font-size: 15px;
          padding: 7px 44px;
          margin: 25px 0 25px -35px; }
          @media (min-width: 768px) {
            #sidebar .widget.oms_persistent_widget_content .sideBar_ContentHolder .button {
              margin-left: -46px; } }
          #sidebar .widget.oms_persistent_widget_content .sideBar_ContentHolder .button:hover {
            background: #ffd51d;
            color: #fff;
            text-decoration: none; }
    #sidebar .widget.oms_persistent_widget_map {
      border: none;
      padding-bottom: 20px; }
      #sidebar .widget.oms_persistent_widget_map h3 {
        display: none; }
      #sidebar .widget.oms_persistent_widget_map .googleMapWrapper {
        border: none; }
        #sidebar .widget.oms_persistent_widget_map .googleMapWrapper .sideBar_GoogleMap {
          height: 345px !important; }
      #sidebar .widget.oms_persistent_widget_map .sideBar_MapListAddress {
        margin: 15px 0 0; }
      #sidebar .widget.oms_persistent_widget_map .sideBar_MapAddressElement {
        font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #000;
        line-height: 2;
        margin: 0 0 5px; }
        #sidebar .widget.oms_persistent_widget_map .sideBar_MapAddressElement.nameText {
          font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
          font-weight: 600;
          font-size: 18px;
          font-style: italic;
          color: #000;
          line-height: 2;
          text-transform: uppercase;
          margin: 0 0 5px; }
        #sidebar .widget.oms_persistent_widget_map .sideBar_MapAddressElement.directionsText {
          font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
          font-weight: 400;
          font-size: 17px;
          letter-spacing: 2px;
          margin: 10px 0 15px;
          text-transform: none; }
        #sidebar .widget.oms_persistent_widget_map .sideBar_MapAddressElement a {
          font-weight: 400;
          color: #000;
          text-decoration: none; }
        #sidebar .widget.oms_persistent_widget_map .sideBar_MapAddressElement.directionsButton {
          margin-top: 15px; }
        #sidebar .widget.oms_persistent_widget_map .sideBar_MapAddressElement.addressText1, #sidebar .widget.oms_persistent_widget_map .sideBar_MapAddressElement.addressText2, #sidebar .widget.oms_persistent_widget_map .sideBar_MapAddressElement.cityStateZipText {
          font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
          font-weight: 400;
          font-size: 16px;
          line-height: 1.75;
          color: #000;
          font-weight: 200;
          margin-bottom: 0; }
        #sidebar .widget.oms_persistent_widget_map .sideBar_MapAddressElement.directionsText a {
          color: #b7251b;
          font-weight: 700;
          font-size: 16px;
          line-height: 2;
          letter-spacing: .15em; }
          #sidebar .widget.oms_persistent_widget_map .sideBar_MapAddressElement.directionsText a::after {
            content: '\f178';
            color: #b7251b;
            line-height: 2;
            margin-left: 10px; }

.sub-menu-wrapper {
  background: #EEE; }
  .sub-menu-wrapper .sub-menu ul {
    margin: 0;
    padding: 0; }
  .sub-menu-wrapper .sub-menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none; }
    .sub-menu-wrapper .sub-menu li + li:before {
      display: inline-block;
      content: '|';
      margin: 0 15px 0 10px;
      color: #999; }
    .sub-menu-wrapper .sub-menu li a {
      display: inline-block;
      padding: 10px 0; }

footer {
  clear: both;
  background: #141414;
  padding: 0 20px; }
  @media (min-width: 768px) {
    footer {
      padding: 0 25px; } }
  @media (min-width: 992px) {
    footer {
      padding: 0; } }
  footer.marketing {
    margin-top: 80px; }
  footer .footer-logo-wrapper {
    position: relative;
    z-index: 10;
    padding-bottom: 35px; }
    footer .footer-logo-wrapper .footer-logo {
      text-align: center;
      margin-top: -34px; }
      footer .footer-logo-wrapper .footer-logo img {
        display: inline-block; }
  footer .footer-newsletter-wrapper {
    background: #212121;
    text-align: center;
    padding: 22px 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .footer-newsletter-wrapper .footer-newsletter {
        padding: 0 25px; } }
    footer .footer-newsletter-wrapper .footer-newsletter .title {
      font-family: "rift", sans-serif;
      font-weight: 600;
      font-size: 20px;
      color: #979797;
      letter-spacing: .200em;
      line-height: 1.5;
      text-align: center;
      margin-bottom: 25px; }
      @media (min-width: 768px) {
        footer .footer-newsletter-wrapper .footer-newsletter .title {
          line-height: 1.8;
          text-align: left;
          margin-bottom: 0; } }
      @media (min-width: 992px) {
        footer .footer-newsletter-wrapper .footer-newsletter .title {
          font-size: 24px;
          line-height: 1.75;
          text-align: right; } }
    footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form {
      text-align: center; }
      @media (min-width: 768px) {
        footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form {
          text-align: left; } }
      @media (min-width: 992px) {
        footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form {
          margin-top: 7px; } }
      footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form form {
        padding: 0 !important; }
        footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form form .input-group {
          width: 100%;
          position: relative; }
          footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form form .input-group .input {
            background: #393939;
            border: none;
            border-radius: 0;
            width: 100%;
            height: 30px;
            font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
            font-weight: 400;
            font-size: 16px;
            font-style: italic;
            color: #fff;
            opacity: 1;
            transition: all .3s ease;
            padding: 0 18px;
            vertical-align: middle; }
            @media (min-width: 992px) {
              footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form form .input-group .input {
                font-size: 14px; } }
            footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form form .input-group .input::-webkit-input-placeholder {
              color: #fff;
              opacity: 1; }
            footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form form .input-group .input::-moz-placeholder {
              color: #fff;
              opacity: 1; }
            footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form form .input-group .input:-moz-placeholder {
              color: #fff;
              opacity: 1; }
            footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form form .input-group .input:-ms-input-placeholder {
              color: #fff;
              opacity: 1; }
            footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form form .input-group .input:focus {
              color: #fff;
              opacity: 1;
              outline: none;
              transition: all .3s ease; }
            footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form form .input-group .input:focus-visible {
              outline: solid 2px #d0ae18 !important;
              outline-offset: 2px !important; }
          footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form form .input-group select:focus-visible {
            outline: solid 2px #d0ae18 !important;
            outline-offset: 2px !important; }
          footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form form .input-group input[type=checkbox]:focus, footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form form .input-group input[type=checkbox]:focus-visible,
          footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form form .input-group input[type=radio]:focus,
          footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form form .input-group input[type=radio]:focus-visible {
            outline: solid 2px #d0ae18 !important;
            outline-offset: 2px !important; }
          footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form form .input-group .input-group-btn {
            position: absolute;
            right: 20px;
            top: 1px;
            margin: 0; }
            footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form form .input-group .input-group-btn .submit {
              background: none;
              border: none;
              font-size: 14px;
              color: #fff;
              transition: all .3s ease;
              margin: 0;
              padding: 0 0 0 20px; }
              footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form form .input-group .input-group-btn .submit:hover, footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form form .input-group .input-group-btn .submit:focus, footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form form .input-group .input-group-btn .submit:active {
                color: #ffd51d;
                transition: all .3s ease; }
              footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form form .input-group .input-group-btn .submit:focus-visible {
                outline: solid 2px #d0ae18 !important;
                outline-offset: 2px !important; }
  footer .footer-wrapper {
    padding: 50px 0; }
    @media (min-width: 992px) {
      footer .footer-wrapper {
        padding: 55px 0; } }
    @media (min-width: 992px) {
      footer .footer-wrapper .footer-sections {
        display: flex; } }
    footer .footer-wrapper .footer-sections .footer-left-wrapper {
      border-bottom: solid 1px #2c2c2c;
      text-align: center;
      margin-bottom: 40px;
      padding-bottom: 40px; }
      @media (min-width: 992px) {
        footer .footer-wrapper .footer-sections .footer-left-wrapper {
          border-bottom: none;
          text-align: left;
          margin-bottom: 0;
          padding-bottom: 0; } }
    footer .footer-wrapper .footer-sections .footer-middle-wrapper {
      border-bottom: solid 1px #2c2c2c;
      text-align: center;
      margin-bottom: 40px;
      padding-bottom: 40px; }
      @media (min-width: 768px) {
        footer .footer-wrapper .footer-sections .footer-middle-wrapper {
          border-bottom: none;
          text-align: left;
          padding-left: 25px;
          padding-bottom: 0; } }
      @media (min-width: 992px) {
        footer .footer-wrapper .footer-sections .footer-middle-wrapper {
          border-left: solid 1px #2c2c2c;
          margin-bottom: 0;
          padding-left: 65px; } }
    footer .footer-wrapper .footer-sections .footer-right-wrapper {
      text-align: center; }
      @media (min-width: 768px) {
        footer .footer-wrapper .footer-sections .footer-right-wrapper {
          border-left: solid 1px #2c2c2c;
          text-align: left;
          padding-left: 90px; } }
      @media (min-width: 992px) {
        footer .footer-wrapper .footer-sections .footer-right-wrapper {
          padding-left: 65px; } }
    footer .footer-wrapper .footer-menu-left,
    footer .footer-wrapper .footer-menu-right {
      display: block;
      padding: 0; }
      @media (min-width: 768px) {
        footer .footer-wrapper .footer-menu-left,
        footer .footer-wrapper .footer-menu-right {
          display: inline-block; } }
      @media (min-width: 992px) {
        footer .footer-wrapper .footer-menu-left,
        footer .footer-wrapper .footer-menu-right {
          display: block;
          padding: 0 15px; } }
    footer .footer-wrapper .title {
      font-family: "rift", sans-serif;
      font-weight: 600;
      font-size: 28px;
      color: #fff;
      letter-spacing: .200em;
      line-height: 1.07143;
      margin-bottom: 22px; }
    footer .footer-wrapper .address {
      font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #fff; }
    footer .footer-wrapper .menu {
      margin: 0;
      padding: 0; }
      footer .footer-wrapper .menu li {
        display: block;
        list-style: none;
        margin: 0 0 10px;
        padding: 0; }
        @media (min-width: 768px) {
          footer .footer-wrapper .menu li {
            display: inline-block;
            margin: 0 10px; } }
        @media (min-width: 992px) {
          footer .footer-wrapper .menu li {
            display: block;
            margin: 0 0 10px; } }
        footer .footer-wrapper .menu li:first-child {
          margin-left: 0; }
        footer .footer-wrapper .menu li a {
          display: inline-block;
          font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
          font-weight: 400;
          font-size: 16px;
          color: #d0ae18;
          text-transform: uppercase;
          text-decoration: none;
          transition: all .3s ease; }
          footer .footer-wrapper .menu li a:hover {
            color: #ffd51d;
            text-decoration: none;
            transition: all .3s ease; }
    footer .footer-wrapper #footer-about-menu-left,
    footer .footer-wrapper #footer-about-menu-right {
      text-align: center; }
      @media (min-width: 992px) {
        footer .footer-wrapper #footer-about-menu-left,
        footer .footer-wrapper #footer-about-menu-right {
          text-align: left; } }
    footer .footer-wrapper .social-media ul {
      margin: 15px 0 0;
      padding: 0; }
      footer .footer-wrapper .social-media ul li {
        display: inline-block;
        list-style: none;
        margin: 0 10px; }
        @media (min-width: 992px) {
          footer .footer-wrapper .social-media ul li {
            margin: 0 20px 0 0; } }
        footer .footer-wrapper .social-media ul li a {
          font-size: 27px;
          color: #fff;
          text-decoration: none;
          transition: all .3s ease; }
          footer .footer-wrapper .social-media ul li a[target="_blank"] .new-window-icon {
            display: none; }
          footer .footer-wrapper .social-media ul li a:hover {
            color: #ffd51d;
            text-decoration: none;
            transition: all .3s ease; }
  footer .copyright-wrapper {
    background: #000;
    margin: 0 -20px;
    padding: 12px 0; }
    @media (min-width: 768px) {
      footer .copyright-wrapper {
        margin: 0 -25px; } }
    @media (min-width: 992px) {
      footer .copyright-wrapper {
        margin: 0; } }
    footer .copyright-wrapper .copyright {
      text-align: center;
      margin-top: 10px; }
      @media (min-width: 768px) {
        footer .copyright-wrapper .copyright {
          text-align: left; } }
      footer .copyright-wrapper .copyright p {
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #686868;
        line-height: 1;
        margin: 0;
        padding: 0; }
    footer .copyright-wrapper .translate {
      text-align: center; }
      footer .copyright-wrapper .translate img {
        display: inline-block; }
      footer .copyright-wrapper .translate a {
        font-size: 14px;
        font-weight: normal;
        color: #d0ae18;
        text-decoration: none; }
        footer .copyright-wrapper .translate a:hover {
          text-decoration: underline; }
    footer .copyright-wrapper .usa-logo {
      text-align: right; }
      footer .copyright-wrapper .usa-logo img {
        display: inline-block; }

/* Components */
.author-bio {
  margin-bottom: 65px;
  margin-top: 125px;
  background: #F1F1F1; }
  .author-bio .author-image {
    padding-bottom: 30px;
    margin: -65px auto 0; }
    @media (max-width: 767px) {
      .author-bio .author-image {
        float: none; } }
    @media (min-width: 768px) {
      .author-bio .author-image {
        padding-left: 30px; } }
    .author-bio .author-image img {
      width: 100%;
      display: block; }
  .author-bio .author-info {
    font-size: 15px;
    line-height: 1.66667;
    color: #828282;
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      .author-bio .author-info {
        padding-top: 30px; } }

.editLink {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin-bottom: 20px;
  z-index: 9999; }
  .editLink a {
    display: block;
    background: slategray;
    padding: 5px 10px;
    color: #FFF;
    text-decoration: none;
    font-size: 14px; }
    .editLink a:hover {
      color: #FFF; }

.back {
  margin-bottom: 20px; }
  .back a {
    font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
    .back a .fa {
      font-style: normal; }

.comments-template {
  padding-top: 50px;
  border-top: 2px solid #b7251b; }

.comment-count {
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.015em;
  color: #333333; }

#comments {
  margin-bottom: 40px; }
  #comments ul,
  #comments li {
    margin: 0;
    padding: 0;
    list-style: none; }
  #comments &gt; ul &gt; li &gt; .comment-body {
    padding-top: 0 !important; }
  #comments ul.children {
    margin-left: 30px; }
    @media (min-width: 768px) {
      #comments ul.children {
        margin-left: 60px; } }
    @media (min-width: 992px) {
      #comments ul.children {
        margin-left: 100px; } }

.comment-body {
  padding: 15px 0;
  border-bottom: 1px solid #eee; }
.comment-wrap {
  position: relative;
  min-height: 70px; }
.comment-author-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #000; }
  .comment-author-name cite {
    font-style: normal; }
.comment-content {
  font-size: 16px;
  line-height: 24px; }
.comment-date {
  font-size: 14px;
  line-height: 24px;
  color: #888888; }

.postsNav .nav-previous,
.postsNav .nav-next {
  display: inline-block;
  margin: 0 10px; }
  @media (min-width: 768px) {
    .postsNav .nav-previous,
    .postsNav .nav-next {
      margin: 0 20px; } }
  .postsNav .nav-previous a:before, .postsNav .nav-previous a:after,
  .postsNav .nav-next a:before,
  .postsNav .nav-next a:after {
    font-family: FontAwesome;
    margin: 0 5px; }
  .postsNav .nav-previous a:hover,
  .postsNav .nav-next a:hover {
    text-decoration: none; }
.postsNav .nav-previous a:before {
  content: '\f190'; }
.postsNav .nav-next a:after {
  content: '\f18e'; }

.post-listing-nav .load-more {
  font-size: 16px;
  font-weight: 700;
  padding: 10px 15px;
  cursor: pointer;
  background: #fff;
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05)), #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36);
  border-bottom: none;
  color: #FFF;
  transition: none;
  border-radius: 2px; }
.post-listing-nav .loading {
  color: #2F2929;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  min-height: 35px; }
  .post-listing-nav .loading img {
    display: inline-block;
    height: 30px; }

.post-meta {
  font-size: 11px;
  margin-bottom: 20px; }
  .post-meta &gt; div {
    display: inline-block; }
  .post-meta .post-date {
    text-transform: uppercase;
    color: #898989; }
  .post-meta .delimiter {
    display: inline-block;
    padding: 0 5px; }
  .post-meta a {
    color: #fff;
    text-decoration: none;
    font-weight: normal; }
    .post-meta a:hover {
      color: #b7251b; }
  .post-meta .tag {
    background: #F8F5ED;
    border: 1px solid #DAD4BA;
    position: absolute;
    bottom: 20px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1; }
    .post-meta .tag a {
      color: #b7251b;
      display: inline-block;
      padding: 6px 27px 5px; }

.share-wrapper {
  position: absolute;
  left: 0;
  width: 8.33333%;
  text-align: center; }
  .share-wrapper .share-title {
    display: block; }
    .share-wrapper .share-title span {
      font-family: "rift", sans-serif;
      font-weight: 400;
      font-size: 18px;
      line-height: 32px;
      letter-spacing: 0.1em;
      color: #696d72; }
  .share-wrapper .addthis_toolbox {
    display: block;
    font-size: 28px; }
    .share-wrapper .addthis_toolbox .custom_images button {
      background: transparent;
      border: none;
      cursor: pointer;
      display: inline-block;
      color: #b7251b;
      text-decoration: none;
      transition: all 0.3s ease;
      margin-top: 15px;
      margin-bottom: 0; }
      .share-wrapper .addthis_toolbox .custom_images button:hover, .share-wrapper .addthis_toolbox .custom_images button:focus, .share-wrapper .addthis_toolbox .custom_images button:active {
        color: #df2d21;
        text-decoration: none;
        transition: all 0.3s ease; }

.share--mobile {
  border-top: 2px solid #b7251b; }
  .share--mobile .share-wrapper {
    position: static;
    width: 100%;
    padding-left: 0;
    text-align: left; }
  .share--mobile .share-title,
  .share--mobile .addthis_toolbox {
    display: inline-block;
    vertical-align: middle; }
  .share--mobile .share-title {
    padding-top: 5px; }
  .share--mobile .addthis_toolbox .custom_images a {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 15px;
    vertical-align: middle; }

a[target="_blank"] {
  position: relative; }
  a[target="_blank"] .new-window-icon {
    font-size: 14px;
    vertical-align: middle;
    padding-left: 5px; }

.new-window-warning {
  background-color: white;
  border: solid 1px black;
  position: absolute;
  z-index: 10;
  font-size: 14px;
  color: black;
  text-align: center;
  padding: 8px 15px; }

/* Features */
.bios-wrapper {
  background: #fff;
  margin-top: 60px;
  padding-bottom: 60px; }
  .bios-wrapper .post--bio.bio {
    border: none;
    text-align: left;
    margin: 0 0 30px;
    padding-bottom: 0; }
    .bios-wrapper .post--bio.bio .bio--image {
      border: solid 1px #e4e4e4;
      width: 100%; }
    .bios-wrapper .post--bio.bio .bio--desc {
      padding: 10px 0 0; }
    .bios-wrapper .post--bio.bio .bio--name a {
      font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
      font-weight: 600;
      font-size: 18px;
      font-style: italic;
      color: #b7251b;
      letter-spacing: .050em;
      line-height: 1;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .bios-wrapper .post--bio.bio .bio--position {
      font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #000;
      letter-spacing: .050em;
      line-height: 1; }

.team-detail .bio-name {
  margin: 0 0 8px; }
.team-detail .bio-position {
  font-family: "rift", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #4e545a;
  letter-spacing: .200em;
  line-height: 1;
  margin: 0 0 30px; }

.back-link {
  margin-bottom: 20px; }
  .back-link a {
    font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
    font-weight: 600;
    font-size: 15px;
    font-style: italic;
    text-transform: uppercase; }

.sidebar-bio {
  text-align: center; }
  .sidebar-bio .bio-image img {
    border: solid 1px #e4e4e4;
    width: 100%; }

/* BLOG LANDING */
.blog-header {
  padding: 55px 25px;
  text-align: center; }

/* BLOG FEATURED */
.featured-posts {
  padding: 60px 0 70px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #eee;
  clear: both; }
  @media (min-width: 992px) {
    .featured-posts {
      margin: 0 15px; } }
  .featured-posts__title {
    text-align: center; }
    .featured-posts__title span {
      font-family: "rift", sans-serif;
      font-weight: 600;
      display: inline-block;
      margin-bottom: 35px;
      font-size: 36px;
      letter-spacing: 7px;
      text-transform: uppercase;
      color: #4e545a; }
  @media (min-width: 992px) {
    .featured-posts__posts {
      margin-left: 0 !important;
      margin-right: 0 !important; } }

/* BLOG POST COMPONENT */
@media (max-width: 767px) {
  .post--blog + .post--blog {
    margin-top: 60px; } }
@media (min-width: 992px) {
  .post--blog {
    padding: 0 26px; } }
.post--blog .post--categories {
  font-family: "rift", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 19px;
  letter-spacing: 3px;
  line-height: 32px;
  text-transform: uppercase; }
  .post--blog .post--categories a {
    color: #696d72; }
    .post--blog .post--categories a:hover {
      color: #b7251b; }
.post--blog .featured-image {
  overflow: hidden;
  margin-bottom: 12px; }
  .post--blog .featured-image img {
    max-width: auto; }
.post--blog .post-title {
  font-size: 23px;
  line-height: 32px; }
  .post--blog .post-title a {
    color: #000; }
    .post--blog .post-title a::after {
      content: '\00A0\f0da';
      font-family: "FontAwesome", sans-serif; }
    .post--blog .post-title a:hover {
      color: #b7251b; }
.post--blog .the-excerpt {
  font-size: 16px;
  line-height: 30px; }

/* BLOG LANDING AND CATEGORY PAGE */
.blog-categories,
.blog-category-list {
  margin-bottom: 72px; }

/* GENERAL CATEGORY LISTING ROWS */
.row--category {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .row--category {
      padding: 30px 15px; } }
  @media (min-width: 992px) {
    .row--category {
      padding: 50px 25px; } }
  .row--category:nth-child(odd) {
    border: 1px solid #f1f1f1;
    background: #eee; }
  @media (min-width: 768px) {
    .row--category {
      display: flex;
      margin: 0 -15px !important; } }
  @media (min-width: 992px) {
    .row--category {
      margin: 0 -10px !important; } }
  .row--category .category-key {
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .row--category .category-key {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 0; } }
    .row--category .category-key h2 {
      margin-bottom: 2px; }
    .row--category .category-key a {
      font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
      font-weight: 600;
      font-style: italic;
      text-transform: uppercase; }
      .row--category .category-key a::after {
        padding-left: 3px;
        content: '\00A0\f0da';
        font-family: "FontAwesome", sans-serif;
        font-style: normal; }

@media (min-width: 768px) {
  .category .row--category {
    flex-wrap: wrap; }
    .category .row--category .post {
      margin-bottom: 70px; } }

/* BLOG CATEGORY PAGE LISTING */
.blog-category-list .row--category {
  margin: 0 -25px !important;
  padding: 0 25px;
  background: none;
  border: none; }
  @media (max-width: 767px) {
    .blog-category-list .row--category {
      padding: 0;
      margin: 0 -15px !important; } }

/* BLOG CATEGORY LINKS */
.blog-category-links {
  margin: 100px 0;
  text-align: center; }
  .blog-category-links .categories {
    padding: 0 15px; }
    @media (min-width: 768px) {
      .blog-category-links .categories {
        padding: 0 50px; } }
    .blog-category-links .categories__title {
      margin-bottom: -22px; }
      .blog-category-links .categories__title span {
        display: inline-block;
        padding: 0 30px;
        background: #FFF; }
      .blog-category-links .categories__title h5 {
        display: inline-block;
        margin: 0 15px;
        font-style: italic;
        text-transform: uppercase;
        background: #fff; }
    .blog-category-links .categories__wrap {
      padding: 25px 15px 15px;
      border: 1px solid #DDD; }
      @media (min-width: 992px) {
        .blog-category-links .categories__wrap {
          display: flex;
          justify-content: center;
          padding: 15px; } }
      .blog-category-links .categories__wrap a {
        padding: 15px;
        font-style: italic;
        line-height: 1.5; }
        @media (max-width: 767px) {
          .blog-category-links .categories__wrap a {
            display: inline-block;
            padding: 5px 15px;
            width: 100%; } }

.blog-detail-category {
  margin-bottom: 18px;
  text-align: center; }
  .blog-detail-category span {
    font-family: "rift", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: #696d72; }

@media (min-width: 768px) {
  .interior-content--blog #content {
    padding-left: 90px !important; } }
.interior-content--blog.hasRightCol #content {
  padding-right: 15px; }
@media (min-width: 768px) {
  .interior-content--blog #sidebar {
    margin-top: 12px; } }
.interior-content--blog .post.detail {
  margin-bottom: 90px; }

/* BLOG DETAIL: RELATED POSTS */
.blog-related-posts {
  margin-bottom: 100px; }
  .blog-related-posts .row--related {
    position: relative;
    margin: 0;
    padding: 50px 15px;
    border: 1px solid #f8f8f8; }
    @media (min-width: 992px) {
      .blog-related-posts .row--related {
        padding: 50px 25px; } }
  .blog-related-posts__title {
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    text-align: center; }
    .blog-related-posts__title span {
      font-family: "rift", sans-serif;
      font-weight: 600;
      display: inline-block;
      padding: 0 40px;
      font-size: 24px;
      line-height: 32px;
      letter-spacing: 7px;
      text-transform: uppercase;
      color: #4e545a;
      background: #fff; }

/* Carousel */
#slideshow {
  background: none;
  position: relative;
  z-index: 1;
  margin: 0 15px; }
  @media all and (min-width: 992px) {
    #slideshow {
      margin: 0 25px; } }
  @media (min-width: 768px) {
    #slideshow .item {
      background-position: 50% 0;
      background-repeat: no-repeat;
      background-size: 100% 100%; } }
  @media all and (max-width: 767px) {
    #slideshow .item {
      min-height: 0 !important;
      background: none !important; } }
  #slideshow .item:before {
    background: rgba(0, 0, 0, 0.67);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2; }
  #slideshow .item .slide-image {
    width: 100%;
    height: 380px;
    position: relative;
    transition: all .3s ease;
    z-index: 1; }
    #slideshow .item .slide-image:before {
      background: rgba(0, 0, 0, 0.67);
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2; }
    #slideshow .item .slide-image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1; }
  #slideshow .item .left,
  #slideshow .item .right {
    background: none; }
  #slideshow .item .asset {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 0%; }
    #slideshow .item .asset video {
      display: none; }
      @media all and (min-width: 768px) {
        #slideshow .item .asset video {
          visibility: visible;
          margin: auto;
          transform: translate(0%, 0%);
          height: auto;
          padding: 0 !important;
          width: 100%;
          display: block; } }
  #slideshow .item .carousel-caption {
    background: none;
    border: none;
    display: block;
    position: static;
    text-shadow: none;
    padding: 15px 0; }
    @media (min-width: 768px) {
      #slideshow .item .carousel-caption {
        width: 100%;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        z-index: 4;
        text-shadow: none;
        padding: 110px 0; } }
    @media (min-width: 768px) {
      #slideshow .item .carousel-caption .slide-wrapper {
        display: flex;
        align-items: center;
        padding: 0 25px; } }
    #slideshow .item .carousel-caption .slide-wrapper .slide-content {
      text-align: left;
      padding: 20px 0 0; }
      @media (min-width: 768px) {
        #slideshow .item .carousel-caption .slide-wrapper .slide-content {
          padding-right: 0; } }
      #slideshow .item .carousel-caption .slide-wrapper .slide-content h1, #slideshow .item .carousel-caption .slide-wrapper .slide-content h2, #slideshow .item .carousel-caption .slide-wrapper .slide-content h3, #slideshow .item .carousel-caption .slide-wrapper .slide-content h4, #slideshow .item .carousel-caption .slide-wrapper .slide-content h5, #slideshow .item .carousel-caption .slide-wrapper .slide-content h6 {
        color: #000; }
        @media (min-width: 768px) {
          #slideshow .item .carousel-caption .slide-wrapper .slide-content h1, #slideshow .item .carousel-caption .slide-wrapper .slide-content h2, #slideshow .item .carousel-caption .slide-wrapper .slide-content h3, #slideshow .item .carousel-caption .slide-wrapper .slide-content h4, #slideshow .item .carousel-caption .slide-wrapper .slide-content h5, #slideshow .item .carousel-caption .slide-wrapper .slide-content h6 {
            color: #fff; } }
      #slideshow .item .carousel-caption .slide-wrapper .slide-content h2 {
        font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
        font-weight: 600;
        font-size: 30px;
        font-style: italic;
        color: #000;
        line-height: 1.33333;
        text-transform: uppercase;
        margin: 0 0 15px; }
        @media (min-width: 768px) {
          #slideshow .item .carousel-caption .slide-wrapper .slide-content h2 {
            font-size: 48px;
            color: #fff;
            line-height: 1.20833; } }
        @media (min-width: 992px) {
          #slideshow .item .carousel-caption .slide-wrapper .slide-content h2 {
            font-size: 66px;
            line-height: 1.16667; } }
      #slideshow .item .carousel-caption .slide-wrapper .slide-content p {
        font-size: 17px;
        color: #000;
        line-height: 1.70588; }
        @media (min-width: 768px) {
          #slideshow .item .carousel-caption .slide-wrapper .slide-content p {
            color: #fff; } }
        @media (min-width: 992px) {
          #slideshow .item .carousel-caption .slide-wrapper .slide-content p {
            font-size: 20px;
            line-height: 1.8; } }
      #slideshow .item .carousel-caption .slide-wrapper .slide-content a.button {
        margin-top: 30px; }
        @media (min-width: 768px) {
          #slideshow .item .carousel-caption .slide-wrapper .slide-content a.button {
            margin-right: 15px; } }
      #slideshow .item .carousel-caption .slide-wrapper .slide-content a.button-ghost {
        color: #000; }
        @media (min-width: 768px) {
          #slideshow .item .carousel-caption .slide-wrapper .slide-content a.button-ghost {
            color: #fff; } }
    #slideshow .item .carousel-caption.hasProductImg .slide-product {
      display: block;
      height: 380px;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 4;
      text-align: center;
      padding: 30px 0; }
      @media (min-width: 768px) {
        #slideshow .item .carousel-caption.hasProductImg .slide-product {
          height: auto;
          position: static;
          text-align: left;
          padding: 0 15px 0 0; } }
      @media (max-width: 767px) {
        #slideshow .item .carousel-caption.hasProductImg .slide-product {
          width: 100%; } }
      #slideshow .item .carousel-caption.hasProductImg .slide-product img {
        display: inline-block;
        width: auto;
        max-height: 300px; }
        @media (min-width: 768px) {
          #slideshow .item .carousel-caption.hasProductImg .slide-product img {
            max-height: none; } }
  #slideshow .carousel-control {
    background: transparent;
    display: block !important;
    font-size: 30px;
    z-index: 16; }
    @media (min-width: 768px) {
      #slideshow .carousel-control {
        font-size: 100px;
        line-height: 1;
        top: 50%;
        background: none;
        transform: translate(0, -50%);
        height: 100%;
        z-index: 3; } }
    #slideshow .carousel-control span.fa {
      line-height: 1;
      display: block;
      height: auto;
      position: relative;
      top: 360px; }
      @media (min-width: 768px) {
        #slideshow .carousel-control span.fa {
          height: 100%;
          position: static;
          top: auto; } }
      #slideshow .carousel-control span.fa::before {
        display: block;
        top: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%; }
  #slideshow .carousel-indicators {
    display: block !important;
    position: absolute;
    bottom: auto;
    left: auto;
    top: 336px;
    width: 100%;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      #slideshow .carousel-indicators {
        bottom: 50px;
        top: auto;
        z-index: 3;
        padding: 0; } }
    #slideshow .carousel-indicators li {
      background: transparent;
      background-color: transparent;
      border: none;
      border-radius: 0;
      cursor: unset;
      line-height: normal;
      list-style: none;
      width: 8px;
      height: 8px;
      text-indent: unset;
      margin: 0 5px; }
      @media (min-width: 768px) {
        #slideshow .carousel-indicators li {
          width: 12px;
          height: 12px;
          margin: 0 8px; } }
      #slideshow .carousel-indicators li button {
        background-color: #fff;
        border-radius: 50%;
        border: none;
        box-shadow: none;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0; }
        #slideshow .carousel-indicators li button:hover, #slideshow .carousel-indicators li button:focus, #slideshow .carousel-indicators li button.active {
          background-color: #ffd51d; }
      #slideshow .carousel-indicators li.active {
        background: transparent;
        background-color: transparent; }
        #slideshow .carousel-indicators li.active button {
          background-color: #ffd51d; }
  #slideshow.marketing-carousel .item::before {
    display: none; }
  #slideshow.marketing-carousel .item .slide-image {
    height: auto;
    display: block !important; }
  #slideshow.marketing-carousel .carousel-caption {
    position: absolute;
    padding: 0;
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%); }
  #slideshow .carousel-pause-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100; }
    #slideshow .carousel-pause-wrapper .carousel-pause {
      background: #b7251b;
      border-radius: 0;
      border: none;
      box-shadow: none;
      display: block;
      opacity: .75;
      color: #fff;
      transition: .3s all ease-out;
      padding: 10px 25px; }
      #slideshow .carousel-pause-wrapper .carousel-pause:hover, #slideshow .carousel-pause-wrapper .carousel-pause:focus, #slideshow .carousel-pause-wrapper .carousel-pause:active {
        opacity: 1;
        transition: .3s all ease-out; }
      #slideshow .carousel-pause-wrapper .carousel-pause:focus-visible {
        border: solid 2px white !important;
        outline: solid 2px black !important;
        outline-offset: 2px !important; }
    #slideshow .carousel-pause-wrapper.paused .carousel-pause .fa-pause:before {
      content: "\f04b" !important; }

#faqBlock {
  margin: 30px 0;
  padding: 0; }
  #faqBlock .group-holder {
    margin: 20px 0; }
    #faqBlock .group-holder .faqItem {
      width: 100%;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
      border-radius: 4px;
      border: 1px solid #DDD; }
      #faqBlock .group-holder .faqItem .collapse-heading {
        position: relative; }
        #faqBlock .group-holder .faqItem .collapse-heading h4 {
          margin: 0;
          padding: 0; }
          #faqBlock .group-holder .faqItem .collapse-heading h4 a {
            font-weight: normal;
            text-decoration: none;
            margin: 0;
            display: block;
            padding: 10px 15px; }
            #faqBlock .group-holder .faqItem .collapse-heading h4 a:after {
              font-family: "FontAwesome", sans-serif;
              content: "\f176";
              position: absolute;
              right: 10px;
              top: 12px;
              font-size: 20px; }
            #faqBlock .group-holder .faqItem .collapse-heading h4 a.collapsed:after {
              content: "\f175"; }
      #faqBlock .group-holder .faqItem .collapse-inner {
        font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
        font-size: 14px;
        color: #585352;
        line-height: 1.78571;
        margin: 0 0 10px 15px; }

.expand_collapse a {
  font-size: 12px;
  color: #383130; }
.expand_collapse .expandAll {
  margin-right: 15px; }
  .expand_collapse .expandAll:before {
    font-family: "FontAwesome", sans-serif;
    content: "\f175\00a0"; }
.expand_collapse .collapseAll:before {
  font-family: "FontAwesome", sans-serif;
  content: "\f176\00a0"; }

.nf-form-cont {
  background: #F9F8F8;
  padding: 55px 35px; }
  .nf-form-cont .nf-form-fields-required {
    font-size: 14px;
    line-height: 1;
    font-style: italic;
    color: #4e545a;
    padding-bottom: 30px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 50px; }
  .nf-form-cont .nf-field-container {
    margin-bottom: 50px; }
    .nf-form-cont .nf-field-container.submit-container {
      margin-bottom: 0; }
      .nf-form-cont .nf-field-container.submit-container button {
        margin: 0 !important; }
        .nf-form-cont .nf-field-container.submit-container button:focus-visible {
          outline: solid 2px #d0ae18 !important;
          outline-offset: 2px !important; }
  .nf-form-cont label, .nf-form-cont .nf-field-label {
    font-family: "rift", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #4E545A;
    text-transform: uppercase; }
  .nf-form-cont input[type=tel], .nf-form-cont input[type=text], .nf-form-cont input[type=email] {
    border: 1px solid #DDD;
    padding: 15px;
    font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #878A8E; }
    .nf-form-cont input[type=tel]:focus-visible, .nf-form-cont input[type=text]:focus-visible, .nf-form-cont input[type=email]:focus-visible {
      outline: solid 2px #d0ae18 !important;
      outline-offset: 2px !important; }
  .nf-form-cont input input[type=checkbox]:focus, .nf-form-cont input input[type=checkbox]:focus-visible,
  .nf-form-cont input input[type=radio]:focus,
  .nf-form-cont input input[type=radio]:focus-visible {
    outline: solid 2px #d0ae18 !important;
    outline-offset: 2px !important; }
  .nf-form-cont select {
    border: 1px solid #DDD;
    padding: 15px;
    font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #878A8E; }
    .nf-form-cont select:focus-visible {
      outline: solid 2px #d0ae18 !important;
      outline-offset: 2px !important; }
  .nf-form-cont textarea {
    border: 1px solid #DDD;
    padding: 15px;
    font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #878A8E; }
    .nf-form-cont textarea:focus-visible {
      outline: solid 2px #d0ae18 !important;
      outline-offset: 2px !important; }
  .nf-form-cont .html-container p {
    font-size: 16px;
    line-height: 1.5; }
    .nf-form-cont .html-container p:last-of-type {
      margin-bottom: 0; }

.gallery .gallery-item {
  float: left;
  margin: 0 10px 20px; }

/* -------------------------------------------
 *     GOLD EAGLE HUBSPOT STYLES
 * ------------------------------------------- */
span[class^="fa-"], span[class*=" fa-"] {
  font-family: "FontAwesome", sans-serif; }

a.button,
input[type="submit"].button,
input[type="image"].button,
button.button, .hs-form input[type=submit].hs-button.primary, button.view-more {
  background: #b7251b;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: block;
  font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-style: italic;
  color: #fff;
  letter-spacing: .100em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .3s ease;
  margin-top: 15px;
  padding: 17px 25px; }
  @media (min-width: 768px) {
    a.button,
    input[type="submit"].button,
    input[type="image"].button,
    button.button, .hs-form input[type=submit].hs-button.primary, button.view-more {
      display: inline-block;
      padding: 17px 65px; } }
  a.button:after,
  input[type="submit"].button:after,
  input[type="image"].button:after,
  button.button:after, .hs-form input[type=submit].hs-button.primary:after, button.view-more:after {
    content: '\f0da';
    font-family: "FontAwesome", sans-serif;
    font-style: normal;
    padding-left: 10px; }
  a[target="_blank"].button:after,
  input[target="_blank"][type="submit"].button:after,
  input[target="_blank"][type="image"].button:after,
  button[target="_blank"].button:after, .hs-form input[target="_blank"][type=submit].hs-button.primary:after, button[target="_blank"].view-more:after {
    display: none; }
  a.button:hover,
  input[type="submit"].button:hover,
  input[type="image"].button:hover,
  button.button:hover, .hs-form input[type=submit].hs-button.primary:hover, button.view-more:hover, a.button:focus,
  input[type="submit"].button:focus,
  input[type="image"].button:focus,
  button.button:focus, .hs-form input[type=submit].hs-button.primary:focus, button.view-more:focus, a.button:active,
  input[type="submit"].button:active,
  input[type="image"].button:active,
  button.button:active, .hs-form input[type=submit].hs-button.primary:active, button.view-more:active {
    background: #df2d21;
    color: #fff;
    text-decoration: none;
    transition: all .3s ease; }
  a.button:focus-visible,
  input[type="submit"].button:focus-visible,
  input[type="image"].button:focus-visible,
  button.button:focus-visible, .hs-form input[type=submit].hs-button.primary:focus-visible, button.view-more:focus-visible {
    border: solid 2px white !important;
    outline: solid 2px black !important;
    outline-offset: 2px !important; }

/* ======================================== */
/* Mixins
/* ======================================== */
h1 {
  font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: 36px;
  font-style: italic;
  color: #000;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0 0 15px; }

h2 {
  font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #000;
  line-height: 1.4;
  margin: 0 0 15px; }

h3 {
  font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: 28px;
  font-style: italic;
  color: #000;
  line-height: 1.42857;
  text-transform: uppercase;
  margin: 15px 0; }

h4 {
  font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #000;
  line-height: 1.5;
  margin: 0 0 15px; }

h5 {
  font-family: "rift", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #4e545a;
  letter-spacing: .200em;
  line-height: 1.41667;
  text-transform: uppercase;
  margin: 15px 0; }

p {
  font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 2; }

/* FORMS */
.hs-form {
  max-width: 800px !important;
  width: 100% !important;
  background: #F9F8F8;
  padding: 55px 35px !important; }
  .hs-form * {
    box-sizing: border-box !important; }
  .hs-form .hs-form-field {
    margin-bottom: 30px !important; }
  .hs-form .hs-error-msg {
    color: #b7251b !important; }
  .hs-form .hs-fieldtype-checkbox &gt; label,
  .hs-form .hs-fieldtype-select &gt; label,
  .hs-form .hs-fieldtype-email &gt; label,
  .hs-form .hs-fieldtype-text &gt; label,
  .hs-form .hs-fieldtype-number &gt; label,
  .hs-form .hs-fieldtype-file &gt; label,
  .hs-form .hs-fieldtype-date &gt; label,
  .hs-form .hs-fieldtype-textarea &gt; label,
  .hs-form .hs-fieldtype-radio &gt; label {
    line-height: 1;
    color: #4E545A;
    text-transform: uppercase; }
    .wf-active .hs-form .hs-fieldtype-checkbox &gt; label, .wf-active
    .hs-form .hs-fieldtype-select &gt; label, .wf-active
    .hs-form .hs-fieldtype-email &gt; label, .wf-active
    .hs-form .hs-fieldtype-text &gt; label, .wf-active
    .hs-form .hs-fieldtype-number &gt; label, .wf-active
    .hs-form .hs-fieldtype-file &gt; label, .wf-active
    .hs-form .hs-fieldtype-date &gt; label, .wf-active
    .hs-form .hs-fieldtype-textarea &gt; label, .wf-active
    .hs-form .hs-fieldtype-radio &gt; label {
      font-family: "rift", sans-serif;
      font-weight: 400;
      letter-spacing: 0.1em;
      font-size: 20px; }
  .hs-form .hs-input.hs-input.error {
    border: 2px solid #b7251b !important; }
  .hs-form input.hs-input[type=tel], .hs-form input.hs-input[type=text], .hs-form input.hs-input[type=number], .hs-form input.hs-input[type=email], .hs-form input.hs-input[id^='date_picker'] {
    font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
    font-weight: 400;
    border: 1px solid #DDD !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 15px;
    font-size: 14px;
    line-height: 1;
    color: #878A8E;
    height: 50px;
    max-width: 730px !important;
    width: 100% !important; }
    .hs-form input.hs-input[type=tel]:focus-visible, .hs-form input.hs-input[type=text]:focus-visible, .hs-form input.hs-input[type=number]:focus-visible, .hs-form input.hs-input[type=email]:focus-visible, .hs-form input.hs-input[id^='date_picker']:focus-visible {
      outline: solid 2px #d0ae18 !important;
      outline-offset: 2px !important; }
  .hs-form input.hs-input[type=file] {
    background-color: transparent; }
    .hs-form input.hs-input[type=file]:focus-visible {
      outline: solid 2px #d0ae18 !important;
      outline-offset: 2px !important; }
  .hs-form input.hs-input[type=checkbox]:focus, .hs-form input.hs-input[type=checkbox]:focus-visible, .hs-form input.hs-input[type=radio]:focus, .hs-form input.hs-input[type=radio]:focus-visible {
    outline: solid 2px #d0ae18 !important;
    outline-offset: 2px !important; }
  .hs-form select,
  .hs-form select.hs-input {
    font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
    font-weight: 400;
    border: 1px solid #DDD !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 15px;
    font-size: 14px;
    line-height: 1;
    color: #878A8E;
    height: 50px;
    background: #fff;
    max-width: 730px !important;
    width: 100% !important; }
    .hs-form select:focus-visible,
    .hs-form select.hs-input:focus-visible {
      outline: solid 2px #d0ae18 !important;
      outline-offset: 2px !important; }
  .hs-form textarea {
    font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
    font-weight: 400;
    border-radius: 0 !important;
    border: 1px solid #DDD !important;
    box-shadow: none !important;
    padding: 15px;
    font-size: 14px;
    line-height: 1;
    color: #878A8E;
    min-height: 150px;
    max-width: 730px !important;
    width: 100% !important; }
    .hs-form textarea:focus-visible {
      outline: solid 2px #d0ae18 !important;
      outline-offset: 2px !important; }
  .hs-form .hs-error-msgs {
    margin-top: 5px; }
  .hs-form input[type=submit].hs-button.primary {
    padding-left: 65px;
    padding-right: 65px; }
    .hs-form input[type=submit].hs-button.primary:focus-visible {
      outline: solid 2px #d0ae18 !important;
      outline-offset: 2px !important; }

#page_blocks {
  margin-bottom: 40px; }

.full_width_block,
.two_column_block,
.three_column_block,
.four_column_block {
  padding: 70px 0;
  position: relative; }
  .full_width_block.white + .full_width_block.white:not(.hasBackground), .full_width_block.white + .full_width_block.light:not(.hasBackground), .full_width_block.white + .full_width_block.dark:not(.hasBackground),
  .two_column_block.white + .full_width_block.white:not(.hasBackground),
  .two_column_block.white + .full_width_block.light:not(.hasBackground),
  .two_column_block.white + .full_width_block.dark:not(.hasBackground),
  .three_column_block.white + .full_width_block.white:not(.hasBackground),
  .three_column_block.white + .full_width_block.light:not(.hasBackground),
  .three_column_block.white + .full_width_block.dark:not(.hasBackground),
  .four_column_block.white + .full_width_block.white:not(.hasBackground),
  .four_column_block.white + .full_width_block.light:not(.hasBackground),
  .four_column_block.white + .full_width_block.dark:not(.hasBackground), .full_width_block.white +
  .two_column_block.white:not(.hasBackground), .full_width_block.white +
  .two_column_block.light:not(.hasBackground), .full_width_block.white +
  .two_column_block.dark:not(.hasBackground),
  .two_column_block.white +
  .two_column_block.white:not(.hasBackground),
  .two_column_block.white +
  .two_column_block.light:not(.hasBackground),
  .two_column_block.white +
  .two_column_block.dark:not(.hasBackground),
  .three_column_block.white +
  .two_column_block.white:not(.hasBackground),
  .three_column_block.white +
  .two_column_block.light:not(.hasBackground),
  .three_column_block.white +
  .two_column_block.dark:not(.hasBackground),
  .four_column_block.white +
  .two_column_block.white:not(.hasBackground),
  .four_column_block.white +
  .two_column_block.light:not(.hasBackground),
  .four_column_block.white +
  .two_column_block.dark:not(.hasBackground), .full_width_block.white +
  .three_column_block.white:not(.hasBackground), .full_width_block.white +
  .three_column_block.light:not(.hasBackground), .full_width_block.white +
  .three_column_block.dark:not(.hasBackground),
  .two_column_block.white +
  .three_column_block.white:not(.hasBackground),
  .two_column_block.white +
  .three_column_block.light:not(.hasBackground),
  .two_column_block.white +
  .three_column_block.dark:not(.hasBackground),
  .three_column_block.white +
  .three_column_block.white:not(.hasBackground),
  .three_column_block.white +
  .three_column_block.light:not(.hasBackground),
  .three_column_block.white +
  .three_column_block.dark:not(.hasBackground),
  .four_column_block.white +
  .three_column_block.white:not(.hasBackground),
  .four_column_block.white +
  .three_column_block.light:not(.hasBackground),
  .four_column_block.white +
  .three_column_block.dark:not(.hasBackground), .full_width_block.white +
  .four_column_block.white:not(.hasBackground), .full_width_block.white +
  .four_column_block.light:not(.hasBackground), .full_width_block.white +
  .four_column_block.dark:not(.hasBackground),
  .two_column_block.white +
  .four_column_block.white:not(.hasBackground),
  .two_column_block.white +
  .four_column_block.light:not(.hasBackground),
  .two_column_block.white +
  .four_column_block.dark:not(.hasBackground),
  .three_column_block.white +
  .four_column_block.white:not(.hasBackground),
  .three_column_block.white +
  .four_column_block.light:not(.hasBackground),
  .three_column_block.white +
  .four_column_block.dark:not(.hasBackground),
  .four_column_block.white +
  .four_column_block.white:not(.hasBackground),
  .four_column_block.white +
  .four_column_block.light:not(.hasBackground),
  .four_column_block.white +
  .four_column_block.dark:not(.hasBackground) {
    padding-top: 0; }
  @media (min-width: 768px) {
    .full_width_block,
    .two_column_block,
    .three_column_block,
    .four_column_block {
      padding: 80px 0; }
      .full_width_block .container-fluid,
      .two_column_block .container-fluid,
      .three_column_block .container-fluid,
      .four_column_block .container-fluid {
        padding-left: 25px;
        padding-right: 25px; }
      .full_width_block .container-fluid .block-wrapper .row, .full_width_block .container-fluid .block-wrapper .interior-content, .full_width_block .container-fluid .block-wrapper .author-bio, .full_width_block .container-fluid .block-wrapper .woocommerce ul.products, .woocommerce .full_width_block .container-fluid .block-wrapper ul.products,
      .two_column_block .container-fluid .block-wrapper .row,
      .two_column_block .container-fluid .block-wrapper .interior-content,
      .two_column_block .container-fluid .block-wrapper .author-bio,
      .two_column_block .container-fluid .block-wrapper .woocommerce ul.products,
      .woocommerce .two_column_block .container-fluid .block-wrapper ul.products,
      .three_column_block .container-fluid .block-wrapper .row,
      .three_column_block .container-fluid .block-wrapper .interior-content,
      .three_column_block .container-fluid .block-wrapper .author-bio,
      .three_column_block .container-fluid .block-wrapper .woocommerce ul.products,
      .woocommerce .three_column_block .container-fluid .block-wrapper ul.products,
      .four_column_block .container-fluid .block-wrapper .row,
      .four_column_block .container-fluid .block-wrapper .interior-content,
      .four_column_block .container-fluid .block-wrapper .author-bio,
      .four_column_block .container-fluid .block-wrapper .woocommerce ul.products,
      .woocommerce .four_column_block .container-fluid .block-wrapper ul.products {
        margin-left: -25px;
        margin-right: -25px; } }
  .full_width_block header,
  .two_column_block header,
  .three_column_block header,
  .four_column_block header {
    font-family: "rift", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.33333;
    color: #4E545A;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px; }
  .full_width_block.hasBackground,
  .two_column_block.hasBackground,
  .three_column_block.hasBackground,
  .four_column_block.hasBackground {
    width: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .full_width_block.gray,
  .two_column_block.gray,
  .three_column_block.gray,
  .four_column_block.gray {
    background-color: #F9F8F8; }
  .full_width_block.light,
  .two_column_block.light,
  .three_column_block.light,
  .four_column_block.light {
    padding: 25px 0; }
    .full_width_block.light .block-wrapper,
    .two_column_block.light .block-wrapper,
    .three_column_block.light .block-wrapper,
    .four_column_block.light .block-wrapper {
      position: relative;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 80px 30px; }
      .full_width_block.light .block-wrapper:before,
      .two_column_block.light .block-wrapper:before,
      .three_column_block.light .block-wrapper:before,
      .four_column_block.light .block-wrapper:before {
        background-color: #fff;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0.92; }
      .full_width_block.light .block-wrapper .row, .full_width_block.light .block-wrapper .interior-content, .full_width_block.light .block-wrapper .author-bio, .full_width_block.light .block-wrapper .woocommerce ul.products, .woocommerce .full_width_block.light .block-wrapper ul.products,
      .two_column_block.light .block-wrapper .row,
      .two_column_block.light .block-wrapper .interior-content,
      .two_column_block.light .block-wrapper .author-bio,
      .two_column_block.light .block-wrapper .woocommerce ul.products,
      .woocommerce .two_column_block.light .block-wrapper ul.products,
      .three_column_block.light .block-wrapper .row,
      .three_column_block.light .block-wrapper .interior-content,
      .three_column_block.light .block-wrapper .author-bio,
      .three_column_block.light .block-wrapper .woocommerce ul.products,
      .woocommerce .three_column_block.light .block-wrapper ul.products,
      .four_column_block.light .block-wrapper .row,
      .four_column_block.light .block-wrapper .interior-content,
      .four_column_block.light .block-wrapper .author-bio,
      .four_column_block.light .block-wrapper .woocommerce ul.products,
      .woocommerce .four_column_block.light .block-wrapper ul.products {
        margin-left: -15px;
        margin-right: -15px; }
  .full_width_block.dark,
  .two_column_block.dark,
  .three_column_block.dark,
  .four_column_block.dark {
    padding: 25px 0; }
    .full_width_block.dark .block-wrapper,
    .two_column_block.dark .block-wrapper,
    .three_column_block.dark .block-wrapper,
    .four_column_block.dark .block-wrapper {
      position: relative;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 80px 30px; }
      .full_width_block.dark .block-wrapper:before,
      .two_column_block.dark .block-wrapper:before,
      .three_column_block.dark .block-wrapper:before,
      .four_column_block.dark .block-wrapper:before {
        background: #000;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0.85; }
      .full_width_block.dark .block-wrapper .row, .full_width_block.dark .block-wrapper .interior-content, .full_width_block.dark .block-wrapper .author-bio, .full_width_block.dark .block-wrapper .woocommerce ul.products, .woocommerce .full_width_block.dark .block-wrapper ul.products,
      .two_column_block.dark .block-wrapper .row,
      .two_column_block.dark .block-wrapper .interior-content,
      .two_column_block.dark .block-wrapper .author-bio,
      .two_column_block.dark .block-wrapper .woocommerce ul.products,
      .woocommerce .two_column_block.dark .block-wrapper ul.products,
      .three_column_block.dark .block-wrapper .row,
      .three_column_block.dark .block-wrapper .interior-content,
      .three_column_block.dark .block-wrapper .author-bio,
      .three_column_block.dark .block-wrapper .woocommerce ul.products,
      .woocommerce .three_column_block.dark .block-wrapper ul.products,
      .four_column_block.dark .block-wrapper .row,
      .four_column_block.dark .block-wrapper .interior-content,
      .four_column_block.dark .block-wrapper .author-bio,
      .four_column_block.dark .block-wrapper .woocommerce ul.products,
      .woocommerce .four_column_block.dark .block-wrapper ul.products {
        margin-left: -15px;
        margin-right: -15px; }
    .full_width_block.dark header,
    .two_column_block.dark header,
    .three_column_block.dark header,
    .four_column_block.dark header {
      color: #d0ae18; }
    .full_width_block.dark .block.text h1, .full_width_block.dark .block.text h2, .full_width_block.dark .block.text h3, .full_width_block.dark .block.text h4, .full_width_block.dark .block.text h5, .full_width_block.dark .block.text h6, .full_width_block.dark .block.text p,
    .two_column_block.dark .block.text h1,
    .two_column_block.dark .block.text h2,
    .two_column_block.dark .block.text h3,
    .two_column_block.dark .block.text h4,
    .two_column_block.dark .block.text h5,
    .two_column_block.dark .block.text h6,
    .two_column_block.dark .block.text p,
    .three_column_block.dark .block.text h1,
    .three_column_block.dark .block.text h2,
    .three_column_block.dark .block.text h3,
    .three_column_block.dark .block.text h4,
    .three_column_block.dark .block.text h5,
    .three_column_block.dark .block.text h6,
    .three_column_block.dark .block.text p,
    .four_column_block.dark .block.text h1,
    .four_column_block.dark .block.text h2,
    .four_column_block.dark .block.text h3,
    .four_column_block.dark .block.text h4,
    .four_column_block.dark .block.text h5,
    .four_column_block.dark .block.text h6,
    .four_column_block.dark .block.text p {
      color: #fff; }
  .full_width_block .block h4,
  .two_column_block .block h4,
  .three_column_block .block h4,
  .four_column_block .block h4 {
    font-size: 25px;
    line-height: 1;
    color: #4e545a;
    margin-bottom: 15px;
    font-family: "rift", sans-serif; }
    .full_width_block .block h4 a:hover,
    .two_column_block .block h4 a:hover,
    .three_column_block .block h4 a:hover,
    .four_column_block .block h4 a:hover {
      text-decoration: none; }
    .full_width_block .block h4 a:after,
    .two_column_block .block h4 a:after,
    .three_column_block .block h4 a:after,
    .four_column_block .block h4 a:after {
      content: '\00A0 \203A'; }
  .full_width_block .block h5 a,
  .two_column_block .block h5 a,
  .three_column_block .block h5 a,
  .four_column_block .block h5 a {
    text-transform: uppercase; }
    .full_width_block .block h5 a:hover,
    .two_column_block .block h5 a:hover,
    .three_column_block .block h5 a:hover,
    .four_column_block .block h5 a:hover {
      text-decoration: none; }
    .full_width_block .block h5 a:after,
    .two_column_block .block h5 a:after,
    .three_column_block .block h5 a:after,
    .four_column_block .block h5 a:after {
      content: '\00A0 \203A'; }
  .full_width_block.reverse .row.reverse, .full_width_block.reverse .reverse.interior-content, .full_width_block.reverse .reverse.author-bio, .full_width_block.reverse .woocommerce ul.reverse.products, .woocommerce .full_width_block.reverse ul.reverse.products,
  .two_column_block.reverse .row.reverse,
  .two_column_block.reverse .reverse.interior-content,
  .two_column_block.reverse .reverse.author-bio,
  .two_column_block.reverse .woocommerce ul.reverse.products,
  .woocommerce .two_column_block.reverse ul.reverse.products,
  .three_column_block.reverse .row.reverse,
  .three_column_block.reverse .reverse.interior-content,
  .three_column_block.reverse .reverse.author-bio,
  .three_column_block.reverse .woocommerce ul.reverse.products,
  .woocommerce .three_column_block.reverse ul.reverse.products,
  .four_column_block.reverse .row.reverse,
  .four_column_block.reverse .reverse.interior-content,
  .four_column_block.reverse .reverse.author-bio,
  .four_column_block.reverse .woocommerce ul.reverse.products,
  .woocommerce .four_column_block.reverse ul.reverse.products {
    flex-direction: column-reverse;
    display: flex; }
    @media (min-width: 992px) {
      .full_width_block.reverse .row.reverse, .full_width_block.reverse .reverse.interior-content, .full_width_block.reverse .reverse.author-bio, .full_width_block.reverse .woocommerce ul.reverse.products, .woocommerce .full_width_block.reverse ul.reverse.products,
      .two_column_block.reverse .row.reverse,
      .two_column_block.reverse .reverse.interior-content,
      .two_column_block.reverse .reverse.author-bio,
      .two_column_block.reverse .woocommerce ul.reverse.products,
      .woocommerce .two_column_block.reverse ul.reverse.products,
      .three_column_block.reverse .row.reverse,
      .three_column_block.reverse .reverse.interior-content,
      .three_column_block.reverse .reverse.author-bio,
      .three_column_block.reverse .woocommerce ul.reverse.products,
      .woocommerce .three_column_block.reverse ul.reverse.products,
      .four_column_block.reverse .row.reverse,
      .four_column_block.reverse .reverse.interior-content,
      .four_column_block.reverse .reverse.author-bio,
      .four_column_block.reverse .woocommerce ul.reverse.products,
      .woocommerce .four_column_block.reverse ul.reverse.products {
        flex-direction: row; } }
  @media (min-width: 768px) {
    .full_width_block.sixty_fourty .row.reverse, .full_width_block.sixty_fourty .reverse.interior-content, .full_width_block.sixty_fourty .reverse.author-bio, .full_width_block.sixty_fourty .woocommerce ul.reverse.products, .woocommerce .full_width_block.sixty_fourty ul.reverse.products,
    .two_column_block.sixty_fourty .row.reverse,
    .two_column_block.sixty_fourty .reverse.interior-content,
    .two_column_block.sixty_fourty .reverse.author-bio,
    .two_column_block.sixty_fourty .woocommerce ul.reverse.products,
    .woocommerce .two_column_block.sixty_fourty ul.reverse.products,
    .three_column_block.sixty_fourty .row.reverse,
    .three_column_block.sixty_fourty .reverse.interior-content,
    .three_column_block.sixty_fourty .reverse.author-bio,
    .three_column_block.sixty_fourty .woocommerce ul.reverse.products,
    .woocommerce .three_column_block.sixty_fourty ul.reverse.products,
    .four_column_block.sixty_fourty .row.reverse,
    .four_column_block.sixty_fourty .reverse.interior-content,
    .four_column_block.sixty_fourty .reverse.author-bio,
    .four_column_block.sixty_fourty .woocommerce ul.reverse.products,
    .woocommerce .four_column_block.sixty_fourty ul.reverse.products {
      display: flex;
      flex-direction: row-reverse; } }
  .full_width_block .video a[data-solarbox],
  .two_column_block .video a[data-solarbox],
  .three_column_block .video a[data-solarbox],
  .four_column_block .video a[data-solarbox] {
    position: relative;
    display: block; }
    .full_width_block .video a[data-solarbox]::before,
    .two_column_block .video a[data-solarbox]::before,
    .three_column_block .video a[data-solarbox]::before,
    .four_column_block .video a[data-solarbox]::before {
      top: 50%;
      left: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
      display: inline-block;
      content: url("../images/pageblock-play.png");
      z-index: 3; }
    .full_width_block .video a[data-solarbox]::after,
    .two_column_block .video a[data-solarbox]::after,
    .three_column_block .video a[data-solarbox]::after,
    .four_column_block .video a[data-solarbox]::after {
      display: inline-block;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.7);
      pointer-events: none; }
  .full_width_block .image a[data-solarbox],
  .two_column_block .image a[data-solarbox],
  .three_column_block .image a[data-solarbox],
  .four_column_block .image a[data-solarbox] {
    position: relative;
    display: block; }
    .full_width_block .image a[data-solarbox]::before,
    .two_column_block .image a[data-solarbox]::before,
    .three_column_block .image a[data-solarbox]::before,
    .four_column_block .image a[data-solarbox]::before {
      top: 50%;
      left: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
      display: inline-block;
      content: url("../images/pageblock-play.png");
      z-index: 3; }
    .full_width_block .image a[data-solarbox]::after,
    .two_column_block .image a[data-solarbox]::after,
    .three_column_block .image a[data-solarbox]::after,
    .four_column_block .image a[data-solarbox]::after {
      display: inline-block;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.7);
      pointer-events: none; }

@media (max-width: 991px) {
  .full_width_block.products-section {
    padding-top: 80px;
    padding-bottom: 0; } }
.full_width_block.testimonial-section, .full_width_block.faqs-section {
  padding-top: 0;
  padding-bottom: 0; }
.full_width_block .block {
  text-align: center; }
  @media (min-width: 992px) {
    .full_width_block .block.brands {
      padding-left: 25px;
      padding-right: 25px; } }
  .full_width_block .block.brands .wrapper {
    background: url("../images/brand-bg.png") no-repeat center center;
    background-size: cover;
    padding: 80px 15px; }
    @media (min-width: 768px) {
      .full_width_block .block.brands .wrapper {
        padding: 80px 50px; } }
  .full_width_block .block.brands header {
    margin-bottom: 40px;
    font-size: 36px; }
  .full_width_block .block.brands .brand-row {
    display: flex; }
    @media (max-width: 991px) {
      .full_width_block .block.brands .brand-row {
        flex-wrap: wrap; } }
  .full_width_block .block.brands .brand-logo {
    display: flex; }
  .full_width_block .block.brands .brand-wrapper {
    border: 1px solid #DDD;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
    display: flex;
    width: 100%;
    padding: 60px; }
    @media (min-width: 1200px) {
      .full_width_block .block.brands .brand-wrapper {
        padding: 40px; } }
    @media (max-width: 991px) {
      .full_width_block .block.brands .brand-wrapper {
        padding: 15px;
        margin-bottom: 40px; } }
    .full_width_block .block.brands .brand-wrapper a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      text-align: center; }
  .full_width_block .block.brands .learn-more {
    pointer-events: none;
    position: absolute;
    left: -10px;
    bottom: -1px;
    font-size: 15px;
    line-height: 1;
    color: #FFF;
    background: #D0AE18;
    text-transform: uppercase;
    font-style: italic;
    font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 5px 30px; }
    @media (min-width: 768px) {
      .full_width_block .block.brands .learn-more {
        bottom: 18px; } }
    .full_width_block .block.brands .learn-more span::after {
      content: '\00A0 \f0da';
      font-family: "FontAwesome", sans-serif;
      font-style: normal; }
  .full_width_block .block.brands .see-all {
    text-align: right;
    margin-top: 50px; }
    .full_width_block .block.brands .see-all a {
      font-size: 18px;
      line-height: 1;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      font-style: italic; }
      .full_width_block .block.brands .see-all a::after {
        content: '\00A0 \f0da';
        font-family: "FontAwesome", sans-serif;
        font-style: normal; }
  @media (min-width: 768px) {
    .full_width_block .block.faqs {
      padding-left: 25px;
      padding-right: 25px; } }
  .full_width_block .block.faqs .wrapper {
    background: #F9F8F8;
    text-align: left;
    padding: 35px; }
    @media (min-width: 768px) {
      .full_width_block .block.faqs .wrapper {
        padding: 70px 130px; } }
    .full_width_block .block.faqs .wrapper header {
      text-align: center;
      margin-bottom: 35px; }
      @media (min-width: 768px) {
        .full_width_block .block.faqs .wrapper header {
          margin-bottom: 55px; } }
  .full_width_block .block.faqs .faqItem {
    border: 1px solid #DDD;
    background: #FFF;
    padding: 16px 20px;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .full_width_block .block.faqs .faqItem {
        padding: 16px 30px;
        margin-bottom: 45px; } }
    .full_width_block .block.faqs .faqItem:last-of-type {
      margin-bottom: 0; }
  .full_width_block .block.faqs .collapse-heading {
    font-size: 20px;
    line-height: 36px; }
    .full_width_block .block.faqs .collapse-heading h4 {
      font-size: 20px;
      line-height: 36px;
      margin: 0;
      font-style: normal; }
    .full_width_block .block.faqs .collapse-heading a {
      font-size: 20px;
      line-height: 36px;
      font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
      font-weight: 600;
      color: #000;
      position: relative;
      display: block;
      padding-right: 35px; }
      .full_width_block .block.faqs .collapse-heading a::after {
        content: '\f056';
        font-family: "FontAwesome", sans-serif;
        color: #B7251B;
        font-size: 30px;
        line-height: 1;
        position: absolute;
        top: 0;
        right: 0; }
      .full_width_block .block.faqs .collapse-heading a.collapsed::after {
        content: '\f055'; }
  .full_width_block .block.faqs .collapse-inner {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .full_width_block .block.faqs .collapse-inner {
        padding-top: 35px;
        padding-bottom: 30px;
        font-size: 18px;
        line-height: 2; } }
  .full_width_block .block.testimonial header {
    text-align: center;
    margin-bottom: 35px; }
    @media (min-width: 768px) {
      .full_width_block .block.testimonial header {
        margin-bottom: 55px; } }
  .full_width_block .block.testimonial .wrapper {
    background: #F9F8F8;
    text-align: left;
    padding: 35px 25px; }
    @media (min-width: 768px) {
      .full_width_block .block.testimonial .wrapper {
        padding: 70px 130px; } }
    .full_width_block .block.testimonial .wrapper .quote {
      position: relative; }
      @media (min-width: 768px) {
        .full_width_block .block.testimonial .wrapper .quote {
          padding-left: 76px; } }
      .full_width_block .block.testimonial .wrapper .quote::before {
        content: url("../images/pageblock-quotes.png");
        position: absolute;
        top: 0;
        left: 0; }
    .full_width_block .block.testimonial .wrapper blockquote {
      margin: 0;
      padding: 0;
      background: none; }
      .full_width_block .block.testimonial .wrapper blockquote p {
        font-size: 26px;
        line-height: 1.73077;
        font-weight: 300;
        font-style: italic; }
    .full_width_block .block.testimonial .wrapper span[itemprop="name"] {
      font-size: 20px;
      line-height: 1;
      font-style: italic;
      font-weight: 600;
      text-transform: uppercase;
      color: #000; }
    .full_width_block .block.testimonial .wrapper span[itemprop="jobTitle"] {
      display: block;
      font-size: 16px;
      font-style: normal;
      line-height: 1;
      font-weight: 400;
      color: #000; }
  .full_width_block .block.text {
    font-family: "rift", sans-serif;
    font-size: 20px;
    line-height: 1.75;
    color: #5B5D62; }
    @media (min-width: 768px) {
      .full_width_block .block.text {
        font-size: 30px;
        line-height: 1.33333; } }
  .full_width_block .block.image img, .full_width_block .block.video img {
    width: 100%;
    height: auto;
    margin: 0 auto; }
  .full_width_block .block.products, .full_width_block .block.posts {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 768px) {
      .full_width_block .block.products, .full_width_block .block.posts {
        padding-left: 25px;
        padding-right: 25px; } }
    .full_width_block .block.products .wrapper, .full_width_block .block.posts .wrapper {
      padding: 0 15px 50px; }
      @media (min-width: 768px) {
        .full_width_block .block.products .wrapper, .full_width_block .block.posts .wrapper {
          border: 1px solid #DDD;
          padding: 70px 45px; } }
    .full_width_block .block.products .block-product, .full_width_block .block.products .block-post, .full_width_block .block.posts .block-product, .full_width_block .block.posts .block-post {
      text-align: left;
      font-size: 16px;
      line-height: 1.875;
      margin-bottom: 25px; }
      .full_width_block .block.products .block-product:last-of-type, .full_width_block .block.products .block-post:last-of-type, .full_width_block .block.posts .block-product:last-of-type, .full_width_block .block.posts .block-post:last-of-type {
        margin-bottom: 0; }
      @media (min-width: 992px) {
        .full_width_block .block.products .block-product, .full_width_block .block.products .block-post, .full_width_block .block.posts .block-product, .full_width_block .block.posts .block-post {
          margin-bottom: 0; } }
    .full_width_block .block.products .block-product, .full_width_block .block.posts .block-product {
      padding-top: 0; }
      @media (min-width: 768px) {
        .full_width_block .block.products .block-product, .full_width_block .block.posts .block-product {
          padding-top: 35px; } }
    .full_width_block .block.products .product-excerpt ul, .full_width_block .block.posts .product-excerpt ul {
      display: block !important;
      margin: 0 !important; }
      .full_width_block .block.products .product-excerpt ul li, .full_width_block .block.posts .product-excerpt ul li {
        list-style: disc outside none;
        margin: 0 0 8px 20px; }
    .full_width_block .block.products .post, .full_width_block .block.posts .post {
      border: none;
      padding-bottom: 0;
      margin: 0 0 50px; }
      .full_width_block .block.products .post:last-of-type, .full_width_block .block.posts .post:last-of-type {
        margin-bottom: 0; }
    .full_width_block .block.products img, .full_width_block .block.posts img {
      margin-bottom: 30px; }
    .full_width_block .block.products header, .full_width_block .block.posts header {
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .full_width_block .block.products header, .full_width_block .block.posts header {
          margin-bottom: 0;
          position: absolute;
          top: -16px;
          left: 0; } }
      .full_width_block .block.products header span, .full_width_block .block.posts header span {
        background: #FFF;
        display: inline-block;
        padding: 0 25px; }
        @media (min-width: 768px) {
          .full_width_block .block.products header span, .full_width_block .block.posts header span {
            padding: 0 70px; } }
    .full_width_block .block.products a.shop-now, .full_width_block .block.posts a.shop-now {
      margin-top: 8px;
      display: block;
      font-style: italic;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 15px;
      line-height: 1.86667; }
      .full_width_block .block.products a.shop-now:after, .full_width_block .block.posts a.shop-now:after {
        content: '\00A0\f0da';
        font-family: "FontAwesome", sans-serif;
        font-style: normal; }
    .full_width_block .block.products a.post-title, .full_width_block .block.posts a.post-title {
      display: block;
      font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
      font-weight: 600;
      font-size: 23px;
      line-height: 1.3913;
      color: #000;
      margin-bottom: 12px; }
      .full_width_block .block.products a.post-title::after, .full_width_block .block.posts a.post-title::after {
        content: '\00A0\f0da';
        font-family: "FontAwesome", sans-serif; }
  @media (min-width: 768px) {
    .full_width_block .block.products {
      padding-top: 0; } }
  @media (min-width: 768px) {
    .full_width_block .block.products .row, .full_width_block .block.products .interior-content, .full_width_block .block.products .author-bio, .full_width_block .block.products .woocommerce ul.products, .woocommerce .full_width_block .block.products ul.products {
      display: flex;
      flex-wrap: wrap; } }
.full_width_block.white .block.testimonial .wrapper {
  background: #FFF; }
.full_width_block.hasBackground {
  padding-top: 135px;
  padding-bottom: 135px; }
  .full_width_block.hasBackground::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none; }
  .full_width_block.hasBackground::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid #B7251B;
    pointer-events: none; }
  .full_width_block.hasBackground .block.text {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 2;
    color: #FFF; }
    @media (max-width: 991px) {
      .full_width_block.hasBackground .block.text {
        padding-left: 40px;
        padding-right: 40px;
        font-size: 16px;
        line-height: 1.875; } }
    .full_width_block.hasBackground .block.text h2 {
      font-size: 32px;
      line-height: 1.25;
      color: #FFF;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .full_width_block.hasBackground .block.text h2 {
          font-size: 60px;
          line-height: 1.06667; } }

@media (min-width: 992px) {
  .two_column_block .row, .two_column_block .interior-content, .two_column_block .author-bio, .two_column_block .woocommerce ul.products, .woocommerce .two_column_block ul.products {
    display: flex;
    align-items: center; } }
@media (max-width: 991px) {
  .two_column_block header {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px; } }
.two_column_block .block.text {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 30px; }
  @media (min-width: 992px) {
    .two_column_block .block.text {
      padding-right: 80px;
      padding-left: 80px;
      margin-top: 0;
      font-size: 17px;
      line-height: 2; }
      .two_column_block .block.text h2 {
        font-size: 48px;
        line-height: 1.25; } }
@media (min-width: 992px) {
  .two_column_block .block.image,
  .two_column_block .block.video {
    padding-left: 25px; } }
.two_column_block .block.image img,
.two_column_block .block.video img {
  width: 100%; }
.two_column_block.reverse .block.image,
.two_column_block.reverse .block.video {
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .two_column_block.reverse .block.image,
    .two_column_block.reverse .block.video {
      padding: 0 25px 0 15px; } }
.two_column_block .block:first-of-type {
  margin-top: 0; }
.two_column_block.hasBackground .block-wrapper {
  position: relative;
  z-index: 3; }
.two_column_block.hasBackground header {
  font-family: "rift", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 0.88889;
  text-align: center;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .two_column_block.hasBackground header {
      margin-bottom: 60px; } }
@media (min-width: 992px) {
  .two_column_block.hasBackground .block.text {
    padding-right: 35px;
    padding-left: 35px; } }
@media (min-width: 992px) {
  .two_column_block.hasBackground .block.image,
  .two_column_block.hasBackground .block.video {
    padding-right: 35px;
    padding-left: 35px; } }

.three_column_block header, .four_column_block header {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .three_column_block header, .four_column_block header {
      margin-bottom: 0;
      position: absolute;
      top: -16px;
      left: 0; } }
  .three_column_block header span, .four_column_block header span {
    background: #FFF;
    display: inline-block;
    padding: 0 25px; }
    @media (min-width: 768px) {
      .three_column_block header span, .four_column_block header span {
        padding: 0 70px; } }
.three_column_block .block-wrapper, .four_column_block .block-wrapper {
  border: 1px solid #DDD;
  padding: 35px 25px;
  position: relative; }
  @media (min-width: 768px) {
    .three_column_block .block-wrapper, .four_column_block .block-wrapper {
      padding: 70px 45px; } }
.three_column_block .block, .four_column_block .block {
  text-align: left;
  font-size: 15px;
  line-height: 2;
  color: #484848;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .three_column_block .block, .four_column_block .block {
      margin-bottom: 0; } }
  .three_column_block .block:last-of-type, .four_column_block .block:last-of-type {
    margin-bottom: 0; }
  .three_column_block .block.text img, .four_column_block .block.text img {
    margin: 0 auto 45px; }
  .three_column_block .block h5, .four_column_block .block h5 {
    margin-top: -20px;
    text-transform: none; }
  .three_column_block .block h5 a, .four_column_block .block h5 a {
    display: block;
    font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
    font-weight: 600;
    font-size: 23px;
    line-height: 1.3913;
    color: #000;
    margin-bottom: 12px; }
    .three_column_block .block h5 a::after, .four_column_block .block h5 a::after {
      font-family: "FontAwesome", sans-serif;
      content: '\00A0\f0da'; }

button.search-button.button {
  margin: 0;
  border-radius: 0 !important;
  background: #b7251b;
  padding: 13px;
  font-size: 13px;
  line-height: 1;
  outline: none !important;
  color: #fff; }
  button.search-button.button:hover, button.search-button.button:focus, button.search-button.button:active {
    background: #df2d21;
    color: #fff; }
  button.search-button.button:focus-visible {
    border: solid 2px white !important;
    outline: solid 2px black !important;
    outline-offset: 2px !important; }
  button.search-button.button:after {
    content: '';
    display: none; }
  button.search-button.button[aria-expanded="true"] .fa:before {
    content: '\f00d'; }

#top-nav {
  padding-top: 0; }
  #top-nav #searchform-desktop {
    margin: 0;
    background: #b7251b; }
    @media (max-width: 767px) {
      #top-nav #searchform-desktop {
        display: none !important; } }
    #top-nav #searchform-desktop label {
      display: block;
      width: 100%; }
    #top-nav #searchform-desktop .close-search {
      display: none;
      position: absolute;
      top: 2px;
      right: 2px; }
    #top-nav #searchform-desktop .form-group {
      display: table;
      border-radius: 0;
      width: 100%;
      overflow: hidden;
      padding: 25px 15px; }
      @media (min-width: 992px) {
        #top-nav #searchform-desktop .form-group {
          padding: 25px; } }
      #top-nav #searchform-desktop .form-group label {
        display: table-cell;
        width: 99%;
        padding-right: 25px; }
      #top-nav #searchform-desktop .form-group input#s {
        border: 1px solid #881911;
        border-radius: 0;
        width: 100%;
        height: 40px;
        font-weight: normal;
        font-size: 16px;
        color: #fff;
        text-indent: 8px;
        background: none;
        box-shadow: none; }
        #top-nav #searchform-desktop .form-group input#s.placeholder {
          color: #fff;
          font-style: italic; }
        #top-nav #searchform-desktop .form-group input#s:-moz-placeholder {
          color: #fff;
          font-style: italic; }
        #top-nav #searchform-desktop .form-group input#s::-moz-placeholder {
          color: #fff;
          font-style: italic; }
        #top-nav #searchform-desktop .form-group input#s:-ms-input-placeholder {
          color: #fff;
          font-style: italic; }
        #top-nav #searchform-desktop .form-group input#s::-webkit-input-placeholder {
          color: #fff;
          font-style: italic; }
      #top-nav #searchform-desktop .form-group .input-group-btn {
        display: table-cell;
        vertical-align: top; }
        #top-nav #searchform-desktop .form-group .input-group-btn .searchGo {
          font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
          font-weight: 600;
          padding-left: 40px;
          padding-right: 40px;
          border-radius: 0;
          height: 40px;
          width: 220px;
          letter-spacing: 0.1em;
          text-transform: uppercase;
          font-style: italic;
          font-size: 16px;
          color: #fff;
          margin: 0;
          border: none;
          background: #d0ae18; }
          #top-nav #searchform-desktop .form-group .input-group-btn .searchGo:after {
            content: '\00A0\f0da';
            font-family: "FontAwesome", sans-serif;
            font-style: normal; }

#searchform-mobile {
  background: #000;
  padding: 15px 20px; }
  #searchform-mobile .form-group {
    display: table;
    width: 100%;
    margin: 0; }
    #searchform-mobile .form-group label {
      display: table-cell;
      width: 100%;
      vertical-align: top; }
    #searchform-mobile .form-group input#s {
      background: none;
      border: solid 1px #444;
      border-right: none;
      border-radius: 0;
      vertical-align: middle;
      width: 100%;
      height: 40px;
      font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
      font-weight: 400;
      font-size: 16px;
      font-style: italic;
      color: #fff;
      opacity: 1;
      margin-right: -40px;
      padding: 0 22px;
      text-indent: 0; }
    #searchform-mobile .form-group .input-group-btn {
      display: table-cell;
      vertical-align: top; }
      #searchform-mobile .form-group .input-group-btn .searchGo {
        border-radius: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40;
        background: #b7251b;
        border: none;
        font-size: 18px;
        color: #fff;
        padding: 1px 12px;
        outline: none !important; }
        #searchform-mobile .form-group .input-group-btn .searchGo.closeBtn {
          display: none; }

body.search {
  /* PRODUCT POST TYPE */
  /* BLOG POST TYPE */ }
  body.search .results {
    clear: both; }
    body.search .results__group {
      margin-bottom: 100px; }
    body.search .results__count {
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      text-transform: none; }
    body.search .results .search-meta {
      padding-bottom: 10px;
      margin-bottom: 35px; }
      body.search .results .search-meta .post-type {
        float: left;
        font-size: 21px;
        color: #383130;
        letter-spacing: 1.2381;
        text-transform: uppercase; }
      body.search .results .search-meta .post-count {
        float: right;
        position: relative;
        top: 6px;
        font-size: 16px;
        font-style: italic;
        color: #383130; }
    body.search .results .post.single-post {
      margin-bottom: 25px; }
      body.search .results .post.single-post h3.post-title {
        margin-top: 0; }
        body.search .results .post.single-post h3.post-title a {
          text-decoration: none; }
    body.search .results .form-wrapper {
      text-align: center;
      margin-top: 20px; }
      body.search .results .form-wrapper .form-inline {
        display: inline-block; }
        body.search .results .form-wrapper .form-inline .view-more {
          padding-left: 85px;
          padding-right: 85px; }
  body.search .result-wrapper {
    clear: both;
    margin-bottom: 40px; }
  body.search .product {
    margin: 0 0 65px;
    font-size: 16px;
    line-height: 1.875; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.search .product:nth-child(2n + 1) {
        clear: both; } }
    @media (min-width: 992px) {
      body.search .product:nth-child(4n + 1) {
        clear: both; } }
    body.search .product .ellipsis {
      display: none; }
    body.search .product img {
      margin-bottom: 30px; }
    body.search .product .woocommerce-loop-product__title:after {
      display: none; }
    body.search .product .woocommerce-loop-product__title a {
      font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
      font-weight: 600;
      font-size: 23px;
      line-height: 1.3913;
      color: #000;
      margin-bottom: 12px; }
      body.search .product .woocommerce-loop-product__title a:hover {
        color: #b7251b; }
      body.search .product .woocommerce-loop-product__title a::after {
        content: '\00A0\f0da';
        font-family: "FontAwesome", sans-serif; }
    body.search .product-content__cta {
      margin-top: 8px; }
      body.search .product-content__cta a {
        font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
        font-weight: 600;
        font-style: italic;
        font-size: 16px;
        line-height: 28px;
        text-transform: uppercase;
        letter-spacing: 0.05em; }
        body.search .product-content__cta a i.fa {
          font-style: normal; }
  body.search .post--blog {
    padding: 0 15px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.search .post--blog:nth-child(2n + 1) {
        clear: both; } }
    @media (min-width: 992px) {
      body.search .post--blog:nth-child(4n + 1) {
        clear: both; } }

/* SEARCH AUTO COMPLETE */
.ui-autocomplete {
  padding: 10px 0;
  border: none; }
  .ui-autocomplete li.ui-menu-item {
    transition: background-color 0.2s;
    padding: 3px 20px;
    list-style: none;
    cursor: pointer;
    font-size: 16px; }
    .ui-autocomplete li.ui-menu-item.ui-state-focus {
      border: none;
      background: #f2f1f1; }

#solarBoxContainer {
  width: 100%;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12622; }
  #solarBoxContainer #solarBoxOuter {
    position: absolute;
    width: auto;
    height: auto;
    display: inline-block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
    #solarBoxContainer #solarBoxOuter #solarBoxTop {
      text-align: right; }
    #solarBoxContainer #solarBoxOuter #solarBoxInner {
      clear: both;
      background: #000;
      color: #FFF;
      padding: 40px; }
      #solarBoxContainer #solarBoxOuter #solarBoxInner #solarBoxLoading {
        background: url(../assets/images/layout/loading.gif) center no-repeat; }
        #solarBoxContainer #solarBoxOuter #solarBoxInner #solarBoxLoading #solarBoxContent {
          text-align: left;
          width: 0;
          height: 0; }
          #solarBoxContainer #solarBoxOuter #solarBoxInner #solarBoxLoading #solarBoxContent img {
            width: 100%;
            height: auto; }
      #solarBoxContainer #solarBoxOuter #solarBoxInner #solarBoxBottom {
        text-align: left;
        max-height: 100px;
        overflow: auto;
        margin: 12px 0 0 0; }
        #solarBoxContainer #solarBoxOuter #solarBoxInner #solarBoxBottom .solarBoxClose {
          float: right;
          display: none;
          margin: 0 0 12px 12px; }
        #solarBoxContainer #solarBoxOuter #solarBoxInner #solarBoxBottom #solarBoxTitle {
          color: #FFF; }
  #solarBoxContainer .solarBoxClose {
    display: inline-block;
    background-position: -72px 0;
    padding: 0 0 6px 0; }
  #solarBoxContainer .solarBoxClose:before {
    content: "\f00d"; }
  #solarBoxContainer #solarBoxPrev,
  #solarBoxContainer #solarBoxNext,
  #solarBoxContainer .solarBoxClose {
    text-decoration: none !important;
    display: inline-block;
    font-family: "FontAwesome", sans-serif !important;
    color: #FFF !important;
    font-size: 24px;
    outline: 0; }
  #solarBoxContainer #solarBoxPrev:hover,
  #solarBoxContainer #solarBoxNext:hover,
  #solarBoxContainer .solarBoxClose:hover {
    text-decoration: none;
    opacity: 0.6; }
  #solarBoxContainer #solarBoxPrev,
  #solarBoxContainer #solarBoxNext {
    font-size: 64px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  #solarBoxContainer #solarBoxPrev {
    background-position: 0 0;
    left: 12px;
    z-index: 12624; }
  #solarBoxContainer #solarBoxPrev:before {
    content: "\f104"; }
  #solarBoxContainer #solarBoxNext {
    right: 12px;
    z-index: 12625; }
  #solarBoxContainer #solarBoxNext:before {
    content: "\f105"; }

#solarBoxOuter {
  transition: .5s;
  text-align: center;
  overflow: hidden; }

#solarBoxImage {
  opacity: 0;
  transition: all 0.5s ease 0.5s; }

#solarSocial {
  display: none;
  height: 20px;
  margin: 10px 0 0 0; }

.useAddThis #solarSocial {
  display: block; }

.viewFull #solarBoxOuter {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: none; }
  .viewFull #solarBoxOuter #solarBoxTop .solarBoxClose {
    position: fixed;
    top: 12px;
    right: 12px;
    padding: 0 0 20px 20px;
    z-index: 12626; }
  .viewFull #solarBoxOuter #solarBoxInner {
    overflow: visible;
    background: none;
    padding: 0; }
    .viewFull #solarBoxOuter #solarBoxInner #solarBoxLoading {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      .viewFull #solarBoxOuter #solarBoxInner #solarBoxLoading #solarBoxContent {
        position: absolute;
        transition: none;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
.viewFull #solarBoxBottom {
  display: none; }
.viewFull.imageMedia #solarBoxBottom {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px !important;
  z-index: 12623; }

.closeInBottom.viewBox #solarBoxBottom .solarBoxClose {
  display: block; }
.closeInBottom.viewBox #solarBoxTop .solarBoxClose {
  display: none; }

.inlineMedia #solarBoxLoading {
  background: none; }
.inlineMedia #solarBoxContent {
  background: #000; }

.timeline-wrapper .timeline {
  padding: 0 25px; }
  .timeline-wrapper .timeline .timeline-section {
    position: relative;
    padding: 20px 15px; }
    @media (min-width: 768px) {
      .timeline-wrapper .timeline .timeline-section {
        padding: 50px 25px 0 260px; } }
    @media (min-width: 992px) {
      .timeline-wrapper .timeline .timeline-section {
        padding: 150px 30px 90px 260px; } }
    @media (min-width: 1200px) {
      .timeline-wrapper .timeline .timeline-section {
        padding: 150px 90px 90px 260px; } }
    .timeline-wrapper .timeline .timeline-section:nth-child(odd) {
      background: #f9f8f8; }
    @media (min-width: 768px) {
      .timeline-wrapper .timeline .timeline-section:before {
        background: #d0ae18;
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        left: 110px;
        top: 0;
        bottom: 0; } }
    .timeline-wrapper .timeline .timeline-section .section-header .year-span {
      font-family: "rift", sans-serif;
      font-weight: 600;
      font-size: 19px;
      color: #696d72;
      letter-spacing: .150em;
      line-height: 1.68421;
      text-transform: uppercase; }
    .timeline-wrapper .timeline .timeline-section .section-header .title {
      font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
      font-weight: 600;
      font-size: 40px;
      font-style: italic;
      color: #000;
      line-height: 1.3;
      text-transform: uppercase;
      margin: 0 0 25px; }
      @media (min-width: 992px) {
        .timeline-wrapper .timeline .timeline-section .section-header .title {
          font-size: 48px;
          line-height: 1.25; } }
    .timeline-wrapper .timeline .timeline-section .section-layout {
      position: relative;
      padding: 25px 0; }
      @media (min-width: 768px) {
        .timeline-wrapper .timeline .timeline-section .section-layout {
          padding: 60px 0; } }
      @media (min-width: 992px) {
        .timeline-wrapper .timeline .timeline-section .section-layout {
          display: flex;
          flex-direction: row;
          align-items: center; } }
      .timeline-wrapper .timeline .timeline-section .section-layout .year {
        font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
        font-weight: 600;
        font-size: 19px;
        font-style: italic;
        color: #000;
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          .timeline-wrapper .timeline .timeline-section .section-layout .year {
            position: absolute;
            left: -161px;
            top: 50%;
            transform: translateY(-50%);
            margin: 0; } }
        .timeline-wrapper .timeline .timeline-section .section-layout .year:before {
          background: #b7251b;
          border-radius: 100%;
          content: '';
          display: inline-block;
          width: 24px;
          height: 24px;
          vertical-align: top;
          margin: 7px 10px 0 0; }
      @media (min-width: 992px) {
        .timeline-wrapper .timeline .timeline-section .section-layout .row, .timeline-wrapper .timeline .timeline-section .section-layout .interior-content, .timeline-wrapper .timeline .timeline-section .section-layout .author-bio, .timeline-wrapper .timeline .timeline-section .section-layout .woocommerce ul.products, .woocommerce .timeline-wrapper .timeline .timeline-section .section-layout ul.products {
          display: flex;
          flex-direction: row;
          align-items: center; } }
      .timeline-wrapper .timeline .timeline-section .section-layout .row .image img, .timeline-wrapper .timeline .timeline-section .section-layout .interior-content .image img, .timeline-wrapper .timeline .timeline-section .section-layout .author-bio .image img, .timeline-wrapper .timeline .timeline-section .section-layout .woocommerce ul.products .image img, .woocommerce .timeline-wrapper .timeline .timeline-section .section-layout ul.products .image img {
        width: 100%; }
      .timeline-wrapper .timeline .timeline-section .section-layout .row .text p:last-of-type, .timeline-wrapper .timeline .timeline-section .section-layout .interior-content .text p:last-of-type, .timeline-wrapper .timeline .timeline-section .section-layout .author-bio .text p:last-of-type, .timeline-wrapper .timeline .timeline-section .section-layout .woocommerce ul.products .text p:last-of-type, .woocommerce .timeline-wrapper .timeline .timeline-section .section-layout ul.products .text p:last-of-type {
        margin-bottom: 0; }
      .timeline-wrapper .timeline .timeline-section .section-layout.width-1 .row .text, .timeline-wrapper .timeline .timeline-section .section-layout.width-1 .interior-content .text, .timeline-wrapper .timeline .timeline-section .section-layout.width-1 .author-bio .text, .timeline-wrapper .timeline .timeline-section .section-layout.width-1 .woocommerce ul.products .text, .woocommerce .timeline-wrapper .timeline .timeline-section .section-layout.width-1 ul.products .text {
        font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #000;
        line-height: 2; }
        @media (min-width: 768px) {
          .timeline-wrapper .timeline .timeline-section .section-layout.width-1 .row .text, .timeline-wrapper .timeline .timeline-section .section-layout.width-1 .interior-content .text, .timeline-wrapper .timeline .timeline-section .section-layout.width-1 .author-bio .text, .timeline-wrapper .timeline .timeline-section .section-layout.width-1 .woocommerce ul.products .text, .woocommerce .timeline-wrapper .timeline .timeline-section .section-layout.width-1 ul.products .text {
            font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
            font-weight: 300;
            font-size: 36px;
            font-style: italic;
            color: #4e545a;
            line-height: 1.38889; } }
      @media (max-width: 991px) {
        .timeline-wrapper .timeline .timeline-section .section-layout.width-2 .row &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-2 .interior-content &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-2 .author-bio &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-2 .woocommerce ul.products &gt; div, .woocommerce .timeline-wrapper .timeline .timeline-section .section-layout.width-2 ul.products &gt; div {
          margin-bottom: 15px; } }
      .timeline-wrapper .timeline .timeline-section .section-layout.width-2 .row .text, .timeline-wrapper .timeline .timeline-section .section-layout.width-2 .interior-content .text, .timeline-wrapper .timeline .timeline-section .section-layout.width-2 .author-bio .text, .timeline-wrapper .timeline .timeline-section .section-layout.width-2 .woocommerce ul.products .text, .woocommerce .timeline-wrapper .timeline .timeline-section .section-layout.width-2 ul.products .text {
        font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #000;
        line-height: 2; }
        @media (min-width: 768px) {
          .timeline-wrapper .timeline .timeline-section .section-layout.width-2 .row .text, .timeline-wrapper .timeline .timeline-section .section-layout.width-2 .interior-content .text, .timeline-wrapper .timeline .timeline-section .section-layout.width-2 .author-bio .text, .timeline-wrapper .timeline .timeline-section .section-layout.width-2 .woocommerce ul.products .text, .woocommerce .timeline-wrapper .timeline .timeline-section .section-layout.width-2 ul.products .text {
            font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
            font-weight: 300;
            font-size: 36px;
            font-style: italic;
            color: #4e545a;
            line-height: 1.38889; } }
      @media (max-width: 991px) {
        .timeline-wrapper .timeline .timeline-section .section-layout.width-3 .row &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-3 .interior-content &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-3 .author-bio &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-3 .woocommerce ul.products &gt; div, .woocommerce .timeline-wrapper .timeline .timeline-section .section-layout.width-3 ul.products &gt; div {
          margin-bottom: 15px; } }
      .timeline-wrapper .timeline .timeline-section .section-layout.width-3 .row .text, .timeline-wrapper .timeline .timeline-section .section-layout.width-3 .interior-content .text, .timeline-wrapper .timeline .timeline-section .section-layout.width-3 .author-bio .text, .timeline-wrapper .timeline .timeline-section .section-layout.width-3 .woocommerce ul.products .text, .woocommerce .timeline-wrapper .timeline .timeline-section .section-layout.width-3 ul.products .text {
        font-size: 18px;
        color: #000;
        line-height: 2; }
      @media (max-width: 991px) {
        .timeline-wrapper .timeline .timeline-section .section-layout.width-4 .row &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-4 .interior-content &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-4 .author-bio &gt; div, .timeline-wrapper .timeline .timeline-section .section-layout.width-4 .woocommerce ul.products &gt; div, .woocommerce .timeline-wrapper .timeline .timeline-section .section-layout.width-4 ul.products &gt; div {
          margin-bottom: 15px; } }
      .timeline-wrapper .timeline .timeline-section .section-layout.width-4 .row .text, .timeline-wrapper .timeline .timeline-section .section-layout.width-4 .interior-content .text, .timeline-wrapper .timeline .timeline-section .section-layout.width-4 .author-bio .text, .timeline-wrapper .timeline .timeline-section .section-layout.width-4 .woocommerce ul.products .text, .woocommerce .timeline-wrapper .timeline .timeline-section .section-layout.width-4 ul.products .text {
        font-size: 18px;
        color: #000;
        line-height: 2; }

/*  Locator Styles */
#oms-locator-map {
  height: 600px; }

#oms-locator-filters {
  margin-bottom: 25px;
  padding: 0 15px; }
  @media (min-width: 768px) {
    #oms-locator-filters {
      padding: 0 30px;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      margin-bottom: 25px; } }
  @media (min-width: 992px) {
    #oms-locator-filters {
      padding: 0; } }
  #oms-locator-filters .oms-locator-filter .fw-button,
  #oms-locator-filters .oms-locator-actions .fw-button {
    background-color: #212121; }
    @media (min-width: 992px) {
      #oms-locator-filters .oms-locator-filter .fw-button,
      #oms-locator-filters .oms-locator-actions .fw-button {
        width: 65%;
        margin: 25px auto 0;
        display: block; } }
  @media (min-width: 768px) {
    #oms-locator-filters .oms-locator-actions {
      padding-right: 30px; } }
  @media (min-width: 992px) {
    #oms-locator-filters .row, #oms-locator-filters .interior-content, #oms-locator-filters .author-bio, #oms-locator-filters .woocommerce ul.products, .woocommerce #oms-locator-filters ul.products {
      width: 100%;
      margin: 0; }
      #oms-locator-filters .row #oms-locator-query-filter, #oms-locator-filters .interior-content #oms-locator-query-filter, #oms-locator-filters .author-bio #oms-locator-query-filter, #oms-locator-filters .woocommerce ul.products #oms-locator-query-filter, .woocommerce #oms-locator-filters ul.products #oms-locator-query-filter {
        margin-left: 0 !important; }
      #oms-locator-filters .row #oms-locator-brands-filter, #oms-locator-filters .interior-content #oms-locator-brands-filter, #oms-locator-filters .author-bio #oms-locator-brands-filter, #oms-locator-filters .woocommerce ul.products #oms-locator-brands-filter, .woocommerce #oms-locator-filters ul.products #oms-locator-brands-filter {
        margin-right: 0 !important; } }
  #oms-locator-filters .oms-locator-filter input,
  #oms-locator-filters .oms-locator-filter select {
    display: block;
    height: 65px;
    width: 100%; }
  #oms-locator-filters .oms-locator-filter select {
    visibility: hidden; }
  #oms-locator-filters .oms-locator-filter input {
    text-indent: 8px; }
  #oms-locator-filters .oms-locator-filter .select2-selection--single {
    height: 65px; }
    #oms-locator-filters .oms-locator-filter .select2-selection--single .select2-selection__rendered {
      line-height: 65px; }
    #oms-locator-filters .oms-locator-filter .select2-selection--single .select2-selection__arrow {
      height: 65px; }
  #oms-locator-filters #oms-locator-query-filter {
    position: relative; }
    @media (max-width: 991px) {
      #oms-locator-filters #oms-locator-query-filter {
        width: 100%;
        margin-bottom: 30px; } }
    @media (max-width: 991px) {
      #oms-locator-filters #oms-locator-query-filter input {
        width: 100%; } }
    @media (min-width: 992px) {
      #oms-locator-filters #oms-locator-query-filter input {
        width: 100%;
        float: left; } }
  @media (max-width: 991px) {
    #oms-locator-filters #oms-locator-radius-filter {
      flex-grow: 1; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    #oms-locator-filters button {
      min-width: 0;
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    #oms-locator-filters input,
    #oms-locator-filters button,
    #oms-locator-filters .button {
      width: 100%;
      display: block; }
    #oms-locator-filters #oms-locator-radius-filter {
      margin: 30px 0 20px; } }
  #oms-locator-filters label {
    margin-bottom: 5px;
    color: #6C6C6C;
    font-size: 19px;
    font-weight: normal;
    font-style: italic;
    line-height: 22px; }
    @media (min-width: 768px) {
      #oms-locator-filters label {
        margin-bottom: 19px; } }

.oms-locator-current-location {
  position: relative; }
  .oms-locator-current-location a {
    display: block !important; }
    @media (min-width: 992px) {
      .oms-locator-current-location a {
        position: absolute !important;
        right: 0;
        top: 0; } }
    .oms-locator-current-location a.loading-spin .fa-spinner {
      display: block !important; }
    .oms-locator-current-location a.loading-spin .fa-crosshairs {
      display: none; }
    .oms-locator-current-location a span:not(.text) {
      font-size: 23px; }
      @media (min-width: 992px) {
        .oms-locator-current-location a span:not(.text) {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          right: 0; } }
      .oms-locator-current-location a span:not(.text).fa-spinner {
        top: 33%;
        display: none; }
    .oms-locator-current-location a span.text {
      margin-right: 10px; }
      @media (min-width: 992px) {
        .oms-locator-current-location a span.text {
          display: none; } }
  @media (min-width: 992px) {
    .oms-locator-current-location .button {
      display: inline-block;
      margin: 0;
      height: 65px;
      width: 65px;
      text-align: center;
      padding: 0;
      position: relative;
      line-height: 65px; } }
  .oms-locator-current-location .button::after {
    content: ''; }
  .oms-locator-current-location input {
    max-width: 390px;
    min-width: 0;
    width: 100%;
    float: left; }

.locator-inner {
  position: relative; }
  .locator-inner .loading-overlay {
    display: none;
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: .85;
    z-index: 100;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center; }
    .locator-inner .loading-overlay span {
      display: inline-block;
      position: absolute;
      text-align: center;
      font-size: 26px;
      top: 75px;
      left: 0;
      right: 0; }
      .locator-inner .loading-overlay span i {
        margin-left: 5px; }
  .locator-inner.loading .loading-overlay {
    display: block; }

#oms-locator-result-count {
  height: 27px;
  line-height: 20px;
  text-align: center;
  box-shadow: 0 4px 2px -2px rgba(170, 170, 170, 0.25);
  color: #6C6C6C;
  font-style: italic; }

#oms-locator-results-list {
  padding-top: 20px;
  height: 570px;
  overflow: scroll; }
  #oms-locator-results-list:before {
    display: none; }
  .showing-results #oms-locator-results-list {
    padding-top: 30px;
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .showing-results #oms-locator-results-list {
        padding-top: 40px;
        padding-bottom: 10px; } }
    @media (min-width: 992px) {
      .showing-results #oms-locator-results-list {
        padding-top: 70px;
        padding-bottom: 20px; } }
  @media (min-width: 768px) {
    #oms-locator-results-list {
      display: flex;
      flex-wrap: wrap; } }
  #oms-locator-results-list .oms-locator-results-list-result {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-top: 10px;
    color: #8C8C8C; }
    @media (min-width: 768px) {
      #oms-locator-results-list .oms-locator-results-list-result {
        padding-right: 30px;
        padding-left: 15px;
        padding-top: 15px;
        width: 50%; } }
    @media (min-width: 992px) {
      #oms-locator-results-list .oms-locator-results-list-result {
        padding-right: 40px;
        padding-left: 25px;
        padding-top: 20px;
        width: 100%; } }
    #oms-locator-results-list .oms-locator-results-list-result a {
      color: #8C8C8C; }
    #oms-locator-results-list .oms-locator-results-list-result .store-products .product-title {
      color: #b7251b; }
      #oms-locator-results-list .oms-locator-results-list-result .store-products .product-title:hover, #oms-locator-results-list .oms-locator-results-list-result .store-products .product-title:active, #oms-locator-results-list .oms-locator-results-list-result .store-products .product-title:focus {
        text-decoration: none; }
      #oms-locator-results-list .oms-locator-results-list-result .store-products .product-title::after {
        content: "\f146";
        display: inline-block;
        margin-left: 5px;
        font-family: FontAwesome; }
    #oms-locator-results-list .oms-locator-results-list-result .store-products.closed .product-title::after {
      content: "\f0fe"; }
    #oms-locator-results-list .oms-locator-results-list-result .store-products .products-wrapper {
      display: none; }
      #oms-locator-results-list .oms-locator-results-list-result .store-products .products-wrapper a {
        color: #8b1c14; }
  #oms-locator-results-list .oms-locator-result-name {
    font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    color: black;
    font-size: 24px;
    line-height: 29px;
    cursor: pointer; }
  #oms-locator-results-list .oms-locator-results-list-loading-text {
    width: 100%;
    text-align: center;
    display: none; }
    .loading #oms-locator-results-list .oms-locator-results-list-loading-text {
      display: block; }
  .no-results #oms-locator-results-list {
    display: block;
    width: 100%;
    text-align: center; }

body.store-locator .main-content__bg {
  box-shadow: none;
  background: none;
  padding: 0; }
body.store-locator .info-window-parent .oms-locator-result-line {
  line-height: 24px;
  font-family: "canada-type-gibson", Arial, Verdana, sans-serif; }
  body.store-locator .info-window-parent .oms-locator-result-line .store-products {
    display: none; }
body.store-locator .locator-inner {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px; }
@media (max-width: 767px) {
  body.store-locator .showing-results .locator-inner {
    opacity: 1;
    margin-bottom: 30px; } }

.select2-results__option {
  margin: 0; }

/* E-Commerce */
.woocommerce .addresses .address {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .woocommerce .addresses .address {
      margin-bottom: 0; } }
@media (max-width: 991px) {
  .woocommerce .form-row-first,
  .woocommerce .form-row-last {
    width: 100% !important; } }
.woocommerce #customer_login .u-column1, .woocommerce #customer_login .u-column2 {
  background: #F8F8F8;
  padding: 45px 40px; }
  .woocommerce #customer_login .u-column1 .woocomerce-form, .woocommerce #customer_login .u-column1 .register, .woocommerce #customer_login .u-column2 .woocomerce-form, .woocommerce #customer_login .u-column2 .register {
    background: none;
    padding: 0;
    margin: 0;
    border: none; }
    .woocommerce #customer_login .u-column1 .woocomerce-form label, .woocommerce #customer_login .u-column1 .register label, .woocommerce #customer_login .u-column2 .woocomerce-form label, .woocommerce #customer_login .u-column2 .register label {
      font-weight: normal; }
    .woocommerce #customer_login .u-column1 .woocomerce-form input:not(.button), .woocommerce #customer_login .u-column1 .register input:not(.button), .woocommerce #customer_login .u-column2 .woocomerce-form input:not(.button), .woocommerce #customer_login .u-column2 .register input:not(.button) {
      padding: 11px 15px;
      border: 1px solid #DDD; }
  .woocommerce #customer_login .u-column1 .woocommerce-form__label-for-checkbox, .woocommerce #customer_login .u-column2 .woocommerce-form__label-for-checkbox {
    margin-left: 40px; }
    .woocommerce #customer_login .u-column1 .woocommerce-form__label-for-checkbox span, .woocommerce #customer_login .u-column2 .woocommerce-form__label-for-checkbox span {
      font-style: italic; }
.woocommerce .woocommerce-Addresses {
  margin-top: 30px; }
.woocommerce .woocommerce-address-fields .form-row, .woocommerce .woocommerce-ResetPassword .form-row {
  margin-bottom: 15px; }
  .woocommerce .woocommerce-address-fields .form-row.place-order, .woocommerce .woocommerce-ResetPassword .form-row.place-order {
    margin-bottom: 0 !important; }
.woocommerce .woocommerce-address-fields .form-row label, .woocommerce .woocommerce-ResetPassword .form-row label {
  font-size: 18px;
  line-height: 1;
  font-weight: 400; }
.woocommerce .woocommerce-address-fields input.input-text, .woocommerce .woocommerce-ResetPassword input.input-text {
  padding: 11px 15px;
  border: 1px solid #DDD; }
.woocommerce .woocommerce-address-fields textarea, .woocommerce .woocommerce-ResetPassword textarea {
  padding: 11px 15px;
  border: 1px solid #DDD; }
.woocommerce #add_payment_method #payment.woocommerce-Payment {
  border-radius: 0 !important;
  background: #F8F8F8 !important;
  border: 1px solid #DDD; }
  .woocommerce #add_payment_method #payment.woocommerce-Payment .payment_methods {
    border-color: #DDD; }
  .woocommerce #add_payment_method #payment.woocommerce-Payment input.button {
    margin-top: 0 !important;
    background: #B7251B; }
  .woocommerce #add_payment_method #payment.woocommerce-Payment .payment_box {
    background: #FFF; }
    .woocommerce #add_payment_method #payment.woocommerce-Payment .payment_box::before {
      display: none !important; }
  .woocommerce #add_payment_method #payment.woocommerce-Payment ul.payment_methods li img {
    display: inline-block; }

.woocommerce-message, .woocommerce-checkout .woocommerce-info {
  clear: both;
  background: #f2f1f1;
  border-top-color: #b7251b;
  border-radius: 0; }
  .woocommerce-message::before, .woocommerce-checkout .woocommerce-info::before {
    color: #b7251b; }
  .woocommerce-message a.button, .woocommerce-checkout .woocommerce-info a.button {
    margin-top: 0 !important; }
    @media (max-width: 767px) {
      .woocommerce-message a.button, .woocommerce-checkout .woocommerce-info a.button {
        float: none !important;
        margin-bottom: 15px; } }

.woocommerce-error li {
  margin: 0; }

.woocommerce {
  /* Target Woo Free Product Cart Style.
   * - Prevents linking to free product.
   */ }
  .woocommerce #content table.cart img, .woocommerce table.cart img {
    width: 100%; }
  .woocommerce a.remove {
    margin: 0 auto; }
  .woocommerce table.shop_table {
    border-radius: 0;
    border-color: #DDD; }
    .woocommerce table.shop_table th {
      background: #F8F8F8;
      text-transform: uppercase; }
  .woocommerce th,
  .woocommerce td {
    max-width: none; }
    .woocommerce th.product-remove,
    .woocommerce td.product-remove {
      padding: 0; }
    .woocommerce th.product-thumbnail,
    .woocommerce td.product-thumbnail {
      width: 150px;
      padding: 15px 0; }
    .woocommerce th.product-name .variation,
    .woocommerce td.product-name .variation {
      margin: 0; }
    .woocommerce th.product-quantity input,
    .woocommerce td.product-quantity input {
      border: 1px solid #DDD;
      padding: 5px 15px; }
    .woocommerce th .coupon input#coupon_code,
    .woocommerce td .coupon input#coupon_code {
      border-color: #DDD;
      width: 180px !important;
      padding: 14px 15px 15px; }
      @media (max-width: 767px) {
        .woocommerce th .coupon input#coupon_code,
        .woocommerce td .coupon input#coupon_code {
          width: 100% !important; } }
    .woocommerce th .coupon input.button,
    .woocommerce td .coupon input.button {
      padding: 17px 25px; }
    .woocommerce th.actions input.button,
    .woocommerce td.actions input.button {
      padding: 17px 25px !important;
      height: 52px; }
      @media (max-width: 767px) {
        .woocommerce th.actions input.button,
        .woocommerce td.actions input.button {
          font-size: 15px;
          width: 100% !important;
          margin-top: 5px; } }
  .woocommerce .woocommerce-checkout-review-order-table a {
    font-weight: normal;
    color: #000; }
  .woocommerce .cart-collaterals {
    margin-top: 60px; }
  .woocommerce .checkout-button {
    width: 100%; }
  .woocommerce .wcppec-checkout-buttons__button {
    display: inline-block;
    margin: 0 10px; }
  .woocommerce .cart_item .product-remove-pw &gt; a {
    display: block;
    margin: 0 auto;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0; }
    .woocommerce .cart_item .product-remove-pw &gt; a:hover {
      color: #fff !important;
      background: red !important; }
    .woocommerce .cart_item .product-remove-pw &gt; a .gift-close {
      background: none !important;
      display: inline-block;
      height: auto;
      width: auto; }
      .woocommerce .cart_item .product-remove-pw &gt; a .gift-close:before {
        content: '×';
        display: inline-block; }
  .woocommerce .cart_item .product-remove-pw + .product-thumbnail + .product-name a {
    color: #4e545a !important;
    pointer-events: none !important; }

.woocommerce-products-header {
  padding: 55px 15px;
  text-align: center;
  font-size: 18px;
  line-height: normal; }

.woocommerce-loop-product__title {
  font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 1.3913;
  color: #000; }
  .woocommerce-loop-product__title::after {
    content: '\00A0\f0da';
    font-family: "FontAwesome", sans-serif;
    font-style: normal; }
  .woocommerce-loop-product__title:hover {
    color: #b7251b; }

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 40px;
  font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
  font-size: 15px;
  line-height: 1;
  color: #4E545A;
  letter-spacing: 0.025em; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .woocommerce .woocommerce-breadcrumb {
      padding-left: 15px;
      padding-right: 15px; } }
  .woocommerce .woocommerce-breadcrumb a {
    font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
    font-size: 15px;
    line-height: 1;
    color: #B7251B;
    letter-spacing: 0.025em; }

.woocommerce.archive .woocommerce-breadcrumb {
  padding-left: 25px;
  padding-right: 25px; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0 0 65px; }
  .woocommerce ul.products li.product:hover .woocommerce-loop-product__title, .woocommerce-page ul.products li.product:hover .woocommerce-loop-product__title {
    color: #b7251b; }
  .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.77778;
    color: #000;
    letter-spacing: 0.025em; }
    .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
      display: inline-block; }
    .woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins {
      font-weight: 400;
      text-decoration: none; }
  @media (min-width: 768px) {
    .woocommerce ul.products li.product .product-image-wrapper, .woocommerce-page ul.products li.product .product-image-wrapper {
      align-items: flex-end;
      display: flex;
      justify-content: center; }
      .woocommerce ul.products li.product .product-image-wrapper img, .woocommerce-page ul.products li.product .product-image-wrapper img {
        height: auto !important;
        max-height: 100%;
        vertical-align: bottom;
        margin: 0; } }
  .woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    max-width: 100%; }

@media (min-width: 768px) {
  .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap; } }

.orbit-woocommerce.facetwp-template {
  padding-right: 25px; }

#facet-controls {
  clear: both;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    #facet-controls .row, #facet-controls .interior-content, #facet-controls .author-bio, #facet-controls .woocommerce ul.products, .woocommerce #facet-controls ul.products {
      display: flex; } }
  @media (min-width: 768px) {
    #facet-controls .wrapper {
      display: flex; } }
  #facet-controls .wrapper:first-of-type {
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      #facet-controls .wrapper:first-of-type {
        padding-left: 30px;
        padding-right: 0; } }
  #facet-controls .wrapper:last-of-type {
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      #facet-controls .wrapper:last-of-type {
        padding-left: 0;
        padding-right: 25px; } }
  #facet-controls .facetwp-counts, #facet-controls .facetwp-sort {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #F2F1F1;
    border-bottom: 1px solid #F2F1F1;
    width: 100%;
    font-size: 14px;
    line-height: 30px; }
  @media (max-width: 767px) {
    #facet-controls .facetwp-counts {
      border-bottom: none; } }
  @media (max-width: 767px) {
    #facet-controls .facetwp-sort {
      border-top: none; } }
  @media (min-width: 768px) {
    #facet-controls .facetwp-sort {
      text-align: right; } }
  #facet-controls .facetwp-sort label {
    margin: 0;
    font-weight: normal; }
  #facet-controls .facetwp-sort select {
    width: 225px;
    height: 30px;
    padding: 5px 10px;
    margin-left: 15px;
    background: #F0F2F2;
    border: none;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.woocommerce .facetwp-pager {
  padding: 0 0 70px; }
  .woocommerce .facetwp-pager a.facetwp-page {
    margin: 0;
    padding: 0 20px 0 0; }
    .woocommerce .facetwp-pager a.facetwp-page.active, .woocommerce .facetwp-pager a.facetwp-page.disabled {
      color: #000;
      cursor: default; }

.woocommerce .woocommerce-checkout .form-row {
  margin-bottom: 15px; }
  .woocommerce .woocommerce-checkout .form-row.place-order {
    margin-bottom: 0 !important; }
.woocommerce .woocommerce-checkout .form-row label {
  font-size: 18px;
  line-height: 1;
  font-weight: 400; }
.woocommerce .woocommerce-checkout input.input-text {
  padding: 11px 15px;
  border: 1px solid #DDD; }
.woocommerce .woocommerce-checkout textarea {
  padding: 11px 15px;
  border: 1px solid #DDD; }
.woocommerce .checkbox input[type="checkbox"] {
  position: static;
  margin-left: 0; }
.woocommerce .select2-container--default .select2-selection--single {
  background-color: #fff;
  border-radius: 0;
  padding: 9px 15px 10px 10px;
  border: 1px solid #DDD;
  height: 46px; }
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  right: 10px; }
.woocommerce #payment.woocommerce-checkout-payment {
  border-radius: 0;
  background: #F8F8F8;
  border: 1px solid #DDD; }
  .woocommerce #payment.woocommerce-checkout-payment .payment_methods {
    border-color: #DDD; }
  .woocommerce #payment.woocommerce-checkout-payment input.button {
    margin-top: 0 !important;
    background: #B7251B; }
  .woocommerce #payment.woocommerce-checkout-payment .payment_box {
    background: #FFF; }
    .woocommerce #payment.woocommerce-checkout-payment .payment_box::before {
      display: none !important; }

.woocommerce-checkout h3 {
  text-transform: uppercase;
  font-style: italic; }
  .woocommerce-checkout h3 label {
    margin: 0; }

.woocommerce-checkout #payment ul.payment_methods li img {
  display: inline-block; }

.woocommerce-checkout #payment ul.payment_methods li {
  list-style: none; }

@media (min-width: 768px) and (max-width: 1199px) {
  .single-product .interior-content.hasNoLeftOrRightCols #right {
    padding-left: 25px;
    padding-right: 25px; } }
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  border: 1px solid #DDD; }
  .single-product div.product .woocommerce-product-gallery .flex-viewport .gallery-video {
    position: relative; }
    .single-product div.product .woocommerce-product-gallery .flex-viewport .gallery-video::before {
      top: 50%;
      left: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
      display: inline-block;
      content: url("../images/pageblock-play.png");
      z-index: 3; }
    .single-product div.product .woocommerce-product-gallery .flex-viewport .gallery-video::after {
      pointer-events: none;
      display: inline-block;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.7); }
.single-product div.product div.images:first-of-type img {
  width: auto;
  margin: 0 auto;
  padding: 0; }
.single-product div.product div.images .flex-control-thumbs {
  margin-top: 25px; }
  .single-product div.product div.images .flex-control-thumbs li {
    width: 24%;
    margin: 0 1% 10px 0;
    margin-bottom: 10px; }
    .single-product div.product div.images .flex-control-thumbs li:after {
      content: "";
      flex: auto; }
    .single-product div.product div.images .flex-control-thumbs li img {
      border: 1px solid #DDD; }
      .single-product div.product div.images .flex-control-thumbs li img.flex-active {
        border-width: 3px; }
.single-product div.product .product_title {
  padding: 0 0 15px;
  border-bottom: 1px #eee solid; }
.single-product div.product p.price {
  font-size: 20px;
  line-height: .75;
  color: #b19515;
  font-weight: 800; }
.single-product .woocommerce-product-details__short-description {
  margin-bottom: 35px; }
  .single-product .woocommerce-product-details__short-description li {
    margin-bottom: 5px; }
.single-product div.product form.cart {
  margin-bottom: 0; }
.single-product div.product form.cart table.variations {
  width: auto; }
  .single-product div.product form.cart table.variations td {
    display: inline-block; }
    .single-product div.product form.cart table.variations td.label {
      padding-right: 10px;
      width: 15%;
      text-transform: capitalize; }
    .single-product div.product form.cart table.variations td.value {
      white-space: nowrap;
      width: 85%; }
      .single-product div.product form.cart table.variations td.value select {
        border: 1px solid #DDD;
        padding: 5px 10px;
        font-size: 16px;
        line-height: 1;
        min-width: 91%; }
.single-product a.bundled_product_permalink[target="_blank"] .new-window-icon {
  display: none; }
.single-product .qty {
  float: left;
  padding-right: 10px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  padding-top: 5px; }
.single-product .quantity input {
  border: 1px solid #DDD;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 400; }
.single-product .woocommerce-variation-price {
  float: right;
  font-size: 36px;
  line-height: 1;
  color: #000;
  font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
  font-weight: 600; }
  .single-product .woocommerce-variation-price span {
    font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    color: #000; }
.single-product div.product form.cart button.button {
  float: none;
  width: 100%;
  margin-top: 40px;
  border-radius: 0;
  background: #B7251B;
  padding: 16px 20px;
  margin-bottom: 25px; }
.single-product .product-notes {
  font-size: 13px;
  line-height: 1;
  font-style: italic;
  color: #4E545A;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1; }
  @media (min-width: 1200px) {
    .single-product .product-notes {
      font-size: 15px;
      justify-content: space-between; } }
  .single-product .product-notes i {
    font-style: normal; }
  .single-product .product-notes span {
    text-align: center;
    width: 50%;
    margin-top: 5px; }
    .single-product .product-notes span:last-of-type {
      padding-right: 0; }
    @media (min-width: 1200px) {
      .single-product .product-notes span {
        width: auto;
        margin-top: 0;
        display: inline-block; } }
.single-product .product-callout {
  background: #f2f1f1;
  text-align: center;
  font-family: "rift", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  color: #4e545a;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 15px;
  margin-top: 15px; }
  .single-product .product-callout p {
    display: inline-block;
    margin: 0; }
.single-product .share-wrapper {
  margin: 25px 0 0;
  padding: 5px 0 0;
  border: none;
  position: static;
  width: 100%;
  text-align: right;
  border-top: 1px solid #F2F1F1; }
  .single-product .share-wrapper .addthis_toolbox {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding-right: 0; }
  .single-product .share-wrapper .share-title {
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    color: #4E545A; }
  .single-product .share-wrapper .custom_images a {
    display: inline-block;
    margin: 0 5px; }
.single-product #related-products {
  margin-bottom: 60px; }
  .single-product #related-products .wrapper {
    padding: 0 15px; }
    @media (min-width: 768px) {
      .single-product #related-products .wrapper {
        padding: 0 25px; } }
    .single-product #related-products .wrapper ul {
      margin-bottom: 0; }
    .single-product #related-products .wrapper li {
      margin-bottom: 25px; }
      .single-product #related-products .wrapper li:last-of-type {
        margin-bottom: 0; }
      @media (min-width: 992px) {
        .single-product #related-products .wrapper li {
          margin-bottom: 0; } }
      .single-product #related-products .wrapper li .product-image-wrapper {
        margin-bottom: 15px; }
      .single-product #related-products .wrapper li a img {
        margin: 0 auto; }
    .single-product #related-products .wrapper .upsells {
      padding: 0; }
      @media (min-width: 768px) {
        .single-product #related-products .wrapper .upsells {
          border: 1px solid #DDD;
          padding: 70px 45px; } }
      .single-product #related-products .wrapper .upsells &gt; h2 {
        font-family: "rift", sans-serif;
        font-weight: 200;
        font-size: 24px;
        line-height: 1.33333;
        color: #4E545A;
        letter-spacing: .2em;
        text-transform: uppercase;
        font-style: normal;
        width: 100%;
        text-align: center;
        margin-bottom: 40px; }
        .single-product #related-products .wrapper .upsells &gt; h2 span {
          background: #FFF;
          display: inline-block;
          padding: 0; }
          @media (min-width: 768px) {
            .single-product #related-products .wrapper .upsells &gt; h2 span {
              padding: 0 70px; } }

#jump-links {
  background: #4E545A;
  text-align: center;
  width: 100%;
  display: block;
  height: auto;
  margin-bottom: 60px; }
  #jump-links.navbar-fixed {
    position: fixed;
    top: -67px;
    z-index: 9999; }
    @media (min-width: 768px) {
      #jump-links.navbar-fixed {
        margin-bottom: 0; } }
  #jump-links ul {
    margin: 0;
    font-size: 15px;
    line-height: 1;
    font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
    font-weight: 600; }
    #jump-links ul li {
      display: inline-block;
      padding: 0;
      margin: 0;
      font-size: 15px;
      line-height: 1;
      font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
      font-weight: 600; }
  #jump-links a {
    display: inline-block;
    padding: 26px 20px;
    font-size: 15px;
    line-height: 1;
    font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #FFF;
    letter-spacing: 0.025em;
    text-transform: uppercase; }
  #jump-links .active {
    color: #B7251B;
    transform: translate3d(0, 0, 0); }

#information {
  margin: 0 15px 75px; }
  @media (min-width: 768px) {
    #information {
      margin: 0 25px 75px; } }
  #information .header {
    text-align: center;
    margin-bottom: 40px;
    font-family: "rift", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.33333;
    color: #4E545A;
    letter-spacing: 0.2em;
    text-transform: uppercase; }
  #information .wrapper {
    background: #F9F8F8;
    padding: 75px 25px; }
    @media (min-width: 768px) {
      #information .wrapper {
        padding: 75px 105px 60px; } }
    #information .wrapper p:last-of-type {
      margin-bottom: 15px; }

#tips-tricks {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    #tips-tricks {
      padding-left: 25px;
      padding-right: 25px; } }
  #tips-tricks .wrapper {
    border: 1px solid #DDD;
    padding: 70px 45px; }
  #tips-tricks .block-post {
    text-align: left;
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    border: none;
    padding-bottom: 0; }
  #tips-tricks img {
    width: 100%;
    margin-bottom: 30px; }
  #tips-tricks header {
    font-family: "rift", sans-serif;
    font-weight: 200;
    font-size: 24px;
    line-height: 1.33333;
    color: #4E545A;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: -16px;
    left: 0; }
    #tips-tricks header span {
      background: #FFF;
      display: inline-block;
      padding: 0 70px; }
  #tips-tricks a.shop-now {
    margin-top: 8px;
    display: block;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.86667; }
    #tips-tricks a.shop-now:after {
      content: '\00A0\f0da';
      font-family: "FontAwesome", sans-serif; }
  #tips-tricks a.post-title {
    display: block;
    font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
    font-weight: 600;
    font-size: 23px;
    line-height: 1.3913;
    color: #000;
    margin-bottom: 12px; }
    #tips-tricks a.post-title::after {
      content: '\00A0\f0da';
      font-family: "FontAwesome", sans-serif; }

#faqs {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    #faqs {
      padding-left: 25px;
      padding-right: 25px; } }
  #faqs .wrapper {
    background: #F9F8F8;
    text-align: left;
    padding: 70px 25px; }
    @media (min-width: 768px) {
      #faqs .wrapper {
        padding: 70px 105px; } }
    #faqs .wrapper header {
      font-family: "rift", sans-serif;
      font-weight: 200;
      font-size: 24px;
      line-height: 1.33333;
      color: #4E545A;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 55px; }
  #faqs .faqItem {
    border: 1px solid #DDD;
    background: #FFF;
    padding: 16px 20px;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      #faqs .faqItem {
        padding: 16px 30px;
        margin-bottom: 45px; } }
    #faqs .faqItem:last-of-type {
      margin-bottom: 0; }
  #faqs .collapse-heading {
    font-size: 20px;
    line-height: 36px; }
    #faqs .collapse-heading h4 {
      font-size: 20px;
      line-height: 36px;
      margin: 0;
      font-style: normal; }
    #faqs .collapse-heading a {
      font-size: 20px;
      line-height: 36px;
      font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
      font-weight: 600;
      color: #000;
      position: relative;
      display: block;
      padding-right: 35px; }
      #faqs .collapse-heading a::after {
        content: '\f056';
        font-family: "FontAwesome", sans-serif;
        color: #B7251B;
        font-size: 30px;
        line-height: 1;
        position: absolute;
        top: 0;
        right: 0; }
      #faqs .collapse-heading a.collapsed::after {
        content: '\f055'; }
  #faqs .collapse-inner {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.5; }
    @media (min-width: 768px) {
      #faqs .collapse-inner {
        padding-top: 35px;
        padding-bottom: 30px;
        font-size: 18px;
        line-height: 2; } }

#testimonials {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    #testimonials {
      padding-left: 25px;
      padding-right: 25px; } }
  #testimonials header {
    font-family: "rift", sans-serif;
    font-weight: 200;
    font-size: 24px;
    line-height: 1.33333;
    color: #4E545A;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 55px; }
  #testimonials .wrapper {
    background: #FFF;
    text-align: left;
    padding: 70px 25px; }
    @media (min-width: 768px) {
      #testimonials .wrapper {
        padding: 70px 105px; } }
    #testimonials .wrapper .quote {
      position: relative;
      padding-left: 76px; }
      #testimonials .wrapper .quote::before {
        content: url("../images/pageblock-quotes.png");
        position: absolute;
        top: 0;
        left: 0; }
    #testimonials .wrapper blockquote {
      margin: 0;
      padding: 0;
      background: none; }
      #testimonials .wrapper blockquote p {
        font-size: 36px;
        line-height: 1.72222;
        font-weight: 300;
        font-style: italic; }
    #testimonials .wrapper span[itemprop="name"] {
      font-size: 20px;
      line-height: 1;
      font-style: italic;
      font-weight: 600;
      text-transform: uppercase;
      color: #B7251B; }
    #testimonials .wrapper span[itemprop="jobTitle"] {
      display: block;
      font-size: 16px;
      font-style: normal;
      line-height: 1;
      font-weight: 400;
      color: #B7251B; }

#reviews,
#questions {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    #reviews,
    #questions {
      padding-left: 25px;
      padding-right: 25px; } }
  #reviews .wrapper,
  #questions .wrapper {
    background: #F9F8F8;
    text-align: left;
    padding: 70px 25px; }
    @media (min-width: 768px) {
      #reviews .wrapper,
      #questions .wrapper {
        padding: 70px 105px; } }
    #reviews .wrapper header,
    #questions .wrapper header {
      font-family: "rift", sans-serif;
      font-weight: 200;
      font-size: 24px;
      line-height: 1.33333;
      color: #4E545A;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 55px; }

.product-highlights {
  position: relative;
  border: 1px solid #eee;
  margin: 90px 0;
  padding: 50px; }
  .product-highlights__title {
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    text-align: center; }
    .product-highlights__title span {
      font-family: "rift", sans-serif;
      font-weight: 600;
      display: inline-block;
      padding: 0 40px;
      font-size: 24px;
      line-height: 32px;
      letter-spacing: 7px;
      text-transform: uppercase;
      color: #4e545a;
      background: #fff; }
  .product-highlights .product-content p {
    font-size: 16px;
    line-height: 30px; }
  .product-highlights .woocommerce-loop-product__title:after {
    display: none !important; }
  .product-highlights .woocommerce-loop-product__title a {
    color: #000; }
    .product-highlights .woocommerce-loop-product__title a::after {
      content: '\00A0\f0da';
      font-family: "FontAwesome", sans-serif; }
    .product-highlights .woocommerce-loop-product__title a:hover {
      color: #b7251b; }
  .product-highlights .product-content__cta a {
    font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
    .product-highlights .product-content__cta a i.fa {
      font-style: normal; }
  .product-highlights .row, .product-highlights .interior-content, .product-highlights .author-bio, .product-highlights .woocommerce ul.products, .woocommerce .product-highlights ul.products {
    margin: 0 -25px; }
    .product-highlights .row--product-highlight {
      margin-top: 50px; }
  .product-highlights .col-sm-6, .product-highlights footer .footer-newsletter-wrapper .footer-newsletter .title, footer .footer-newsletter-wrapper .footer-newsletter .product-highlights .title, .product-highlights footer .footer-newsletter-wrapper .footer-newsletter #mc_embed_signup.newsletter-form, footer .footer-newsletter-wrapper .footer-newsletter .product-highlights #mc_embed_signup.newsletter-form, .product-highlights footer .footer-wrapper .footer-sections .footer-middle-wrapper, footer .footer-wrapper .footer-sections .product-highlights .footer-middle-wrapper, .product-highlights footer .footer-wrapper .footer-sections .footer-right-wrapper, footer .footer-wrapper .footer-sections .product-highlights .footer-right-wrapper, .product-highlights .full_width_block .block.brands .brand-logo, .full_width_block .block.brands .product-highlights .brand-logo, .product-highlights .full_width_block .block.products .block-product, .full_width_block .block.products .product-highlights .block-product, .product-highlights .full_width_block .block.posts .block-product, .full_width_block .block.posts .product-highlights .block-product, .product-highlights .woocommerce ul.products li.product, .woocommerce ul.products .product-highlights li.product, .product-highlights .woocommerce-page ul.products li.product, .woocommerce-page ul.products .product-highlights li.product, .product-highlights #facet-controls .wrapper, #facet-controls .product-highlights .wrapper, .product-highlights .single-product #related-products .wrapper li, .single-product #related-products .wrapper .product-highlights li {
    padding: 0 25px; }
  .product-highlights .product-image {
    position: relative;
    margin-bottom: 25px; }
    @media (min-width: 992px) {
      .product-highlights .product-image {
        margin-bottom: 0; } }
    .product-highlights .product-image .onsale {
      position: absolute;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: pink; }
</pre></body></html>