/* 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 > .caret,
  .dropup > .btn > .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, body.landing_page .landing_page_promos img, .header-image .header-image-text img, .faqs-container img, .friendship_container img, .hof-wrapper img, .pageblock.pageblock--gallery .pageblock__inner .carousel img, .pageblock.pageblock--gallery .pageblock__inner #slideshow img, .author-bio .author-image img, .header-image img, #slideshow .item 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, body.landing_page .landing_page_promos, .header-image .header-image-text, .faqs-container, .friendship_container, .hof-wrapper, .pageblock.pageblock--gallery .pageblock__inner .carousel, .pageblock.pageblock--gallery .pageblock__inner #slideshow {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, body.landing_page .landing_page_promos:before, .header-image .header-image-text:before, .faqs-container:before, .friendship_container:before, .hof-wrapper:before, .pageblock.pageblock--gallery .pageblock__inner .carousel:before, .pageblock.pageblock--gallery .pageblock__inner #slideshow:before, .container-fluid:after, body.landing_page .landing_page_promos:after, .header-image .header-image-text:after, .faqs-container:after, .friendship_container:after, .hof-wrapper:after, .pageblock.pageblock--gallery .pageblock__inner .carousel:after, .pageblock.pageblock--gallery .pageblock__inner #slideshow:after {
    content: " ";
    display: table; }
  .container-fluid:after, body.landing_page .landing_page_promos:after, .header-image .header-image-text:after, .faqs-container:after, .friendship_container:after, .hof-wrapper:after, .pageblock.pageblock--gallery .pageblock__inner .carousel:after, .pageblock.pageblock--gallery .pageblock__inner #slideshow:after {
    clear: both; }

.row, .interior-content, body.landing_page .landing_page_promos .landing_page_promos_row, .author-bio, body.search .result-wrapper, .woocommerce ul.products {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .interior-content:before, body.landing_page .landing_page_promos .landing_page_promos_row:before, .author-bio:before, body.search .result-wrapper:before, .woocommerce ul.products:before, .row:after, .interior-content:after, body.landing_page .landing_page_promos .landing_page_promos_row:after, .author-bio:after, body.search .result-wrapper:after, .woocommerce ul.products:after {
    content: " ";
    display: table; }
  .row:after, .interior-content:after, body.landing_page .landing_page_promos .landing_page_promos_row:after, .author-bio:after, body.search .result-wrapper: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, #leftBar, .col-lg-2, .col-xs-3, .col-sm-3, .post.type-post.has-post-thumbnail .landing-featured-img, ul.friendships li, .hof-wrapper .post--hof.hof, .pageblock.pageblock--halloffame .pageblock__inner .post--hof.hof, .pageblock.pageblock--products .pageblock__inner ul.products li, body.search #interior .post.single-post.has-post-thumbnail .landing-featured-img, body.search ul.products li, .woocommerce ul.products li.product, .col-md-3, .timeline-wrapper .timeline-section .section-layout.type-large .text-holder, .timeline-wrapper .timeline-section .section-layout.type-small .text-holder, .timeline-wrapper .timeline-section .section-layout.type-small.alignment-left .text-holder, .col-lg-3, .col-xs-4, .col-sm-4, #sidebar, .author-bio .author-image, body.single-halloffame #right #sidebar, #locations_list, .col-md-4, .site-footer__top--left, .site-footer__top--right, .featured-posts .post.type-post.has-post-thumbnail .landing-featured-img, .col-lg-4, .col-xs-5, .col-sm-5, .featured-posts .post.type-post.has-post-thumbnail .landing-featured-img, .col-md-5, .brand_items .brand_item_holder .brand_item .brand_item_box .brand_content, .col-lg-5, .col-xs-6, .col-sm-6, body.landing_page .landing_page_promos .landing_page_promos_row .landing_page_promo_item, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .author-bio .author-info, .featured-posts .post.type-post.has-post-thumbnail .post-content, .col-md-7, .brand_items .brand_item_holder .brand_item .brand_item_box .brand_left_image, .featured-posts .post.type-post.has-post-thumbnail .post-content, body.single-halloffame #right #content, .timeline-wrapper .timeline-section .section-layout.type-small .image-holder, .timeline-wrapper .timeline-section .section-layout.type-small.alignment-left .image-holder, .col-lg-7, .col-xs-8, .author-bio .author-image, .col-sm-8, body.single-halloffame #right #content, #locations_map, .pageblock.pageblock--feed .pageblock__inner .feed_content, .col-md-8, .interior-content #right, .col-lg-8, .col-xs-9, .col-sm-9, .post.type-post.has-post-thumbnail .post-content, body.search #interior .post.single-post.has-post-thumbnail .post-content, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .site-footer__top--right, .blog-post-hr, .col-md-10, #faqBlock .group-holder .faqItem, #faqBlock .group-holder .faqItem .collapse-body-bg .collapse-body, body.single-halloffame #right, .col-lg-10, .col-xs-11, .col-sm-11, .site-footer__top--left, .col-md-11, .col-lg-11, .col-xs-12, .interior-content #right, .interior-content #right #content, .site-footer__top--left, .site-footer__top--right, body.landing_page .landing_page_promos .landing_page_promos_row .landing_page_promo_item, .author-bio .author-info, .brand_items .brand_item_holder, .brand_items .brand_item_holder .brand_item .brand_item_box .brand_left_image, .brand_items .brand_item_holder .brand_item .brand_item_box .brand_content, body.blog .blog-sub-title, .back, .post.type-post .post-content, .post.type-post.has-post-thumbnail .landing-featured-img, .post.type-post.has-post-thumbnail .post-content, .blog-post-hr, body.blog .interior-content #right, #faqBlock .group-holder .faqItem, #faqBlock .group-holder .faqItem .collapse-body-bg .collapse-body, .hof-filters .filters, .load-more-wrapper .load-more, body.single-halloffame #right, #locations_filter, #oms-locator-filters, body.search #interior .post.single-post.has-post-thumbnail .landing-featured-img, body.search #interior .post.single-post.has-post-thumbnail .post-content, body.search .results .search-meta, body.search .results .post.single-post, body.search .results .form-wrapper, .timeline-wrapper .timeline-section .section-layout.type-large .text-holder, .timeline-wrapper .timeline-section .section-layout.type-small .image-holder, .timeline-wrapper .timeline-section .section-layout.type-small .text-holder, .col-sm-12, .hof-filters .filters .filter, .pageblock.pageblock--halloffame .pageblock__inner .all-hof-button, .col-md-12, #home-content .home-content-area, .interior-content--search #right, .interior-content--shop #right, body.blog .interior-content #right, body.search #interior .results-count, .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, .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, .interior-content #right, .interior-content #right #content, .site-footer__top--left, .site-footer__top--right, body.landing_page .landing_page_promos .landing_page_promos_row .landing_page_promo_item, .author-bio .author-info, .brand_items .brand_item_holder, .brand_items .brand_item_holder .brand_item .brand_item_box .brand_left_image, .brand_items .brand_item_holder .brand_item .brand_item_box .brand_content, body.blog .blog-sub-title, .back, .post.type-post .post-content, .post.type-post.has-post-thumbnail .landing-featured-img, .post.type-post.has-post-thumbnail .post-content, .blog-post-hr, body.blog .interior-content #right, #faqBlock .group-holder .faqItem, #faqBlock .group-holder .faqItem .collapse-body-bg .collapse-body, .hof-filters .filters, .load-more-wrapper .load-more, body.single-halloffame #right, #locations_filter, #oms-locator-filters, body.search #interior .post.single-post.has-post-thumbnail .landing-featured-img, body.search #interior .post.single-post.has-post-thumbnail .post-content, body.search .results .search-meta, body.search .results .post.single-post, body.search .results .form-wrapper, .timeline-wrapper .timeline-section .section-layout.type-large .text-holder, .timeline-wrapper .timeline-section .section-layout.type-small .image-holder, .timeline-wrapper .timeline-section .section-layout.type-small .text-holder {
  float: left; }

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

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

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

.col-xs-4 {
  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, .interior-content #right, .interior-content #right #content, .site-footer__top--left, .site-footer__top--right, body.landing_page .landing_page_promos .landing_page_promos_row .landing_page_promo_item, .author-bio .author-info, .brand_items .brand_item_holder, .brand_items .brand_item_holder .brand_item .brand_item_box .brand_left_image, .brand_items .brand_item_holder .brand_item .brand_item_box .brand_content, body.blog .blog-sub-title, .back, .post.type-post .post-content, .post.type-post.has-post-thumbnail .landing-featured-img, .post.type-post.has-post-thumbnail .post-content, .blog-post-hr, body.blog .interior-content #right, #faqBlock .group-holder .faqItem, #faqBlock .group-holder .faqItem .collapse-body-bg .collapse-body, .hof-filters .filters, .load-more-wrapper .load-more, body.single-halloffame #right, #locations_filter, #oms-locator-filters, body.search #interior .post.single-post.has-post-thumbnail .landing-featured-img, body.search #interior .post.single-post.has-post-thumbnail .post-content, body.search .results .search-meta, body.search .results .post.single-post, body.search .results .form-wrapper, .timeline-wrapper .timeline-section .section-layout.type-large .text-holder, .timeline-wrapper .timeline-section .section-layout.type-small .image-holder, .timeline-wrapper .timeline-section .section-layout.type-small .text-holder {
  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, .post.type-post.has-post-thumbnail .landing-featured-img, ul.friendships li, .hof-wrapper .post--hof.hof, .pageblock.pageblock--halloffame .pageblock__inner .post--hof.hof, .pageblock.pageblock--products .pageblock__inner ul.products li, body.search #interior .post.single-post.has-post-thumbnail .landing-featured-img, body.search ul.products li, .woocommerce ul.products li.product, .col-sm-4, #sidebar, .author-bio .author-image, body.single-halloffame #right #sidebar, #locations_list, .col-sm-5, .featured-posts .post.type-post.has-post-thumbnail .landing-featured-img, .col-sm-6, body.landing_page .landing_page_promos .landing_page_promos_row .landing_page_promo_item, .col-sm-7, .author-bio .author-info, .featured-posts .post.type-post.has-post-thumbnail .post-content, .col-sm-8, body.single-halloffame #right #content, #locations_map, .pageblock.pageblock--feed .pageblock__inner .feed_content, .col-sm-9, .post.type-post.has-post-thumbnail .post-content, body.search #interior .post.single-post.has-post-thumbnail .post-content, .col-sm-10, .site-footer__top--right, .blog-post-hr, .col-sm-11, .site-footer__top--left, .col-sm-12, .hof-filters .filters .filter, .pageblock.pageblock--halloffame .pageblock__inner .all-hof-button {
    float: left; }

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

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

  .col-sm-3, .post.type-post.has-post-thumbnail .landing-featured-img, ul.friendships li, .hof-wrapper .post--hof.hof, .pageblock.pageblock--halloffame .pageblock__inner .post--hof.hof, .pageblock.pageblock--products .pageblock__inner ul.products li, body.search #interior .post.single-post.has-post-thumbnail .landing-featured-img, body.search ul.products li, .woocommerce ul.products li.product {
    width: 25%; }

  .col-sm-4, #sidebar, .author-bio .author-image, body.single-halloffame #right #sidebar, #locations_list {
    width: 33.33333%; }

  .col-sm-5, .featured-posts .post.type-post.has-post-thumbnail .landing-featured-img {
    width: 41.66667%; }

  .col-sm-6, body.landing_page .landing_page_promos .landing_page_promos_row .landing_page_promo_item {
    width: 50%; }

  .col-sm-7, .author-bio .author-info, .featured-posts .post.type-post.has-post-thumbnail .post-content {
    width: 58.33333%; }

  .col-sm-8, body.single-halloffame #right #content, #locations_map, .pageblock.pageblock--feed .pageblock__inner .feed_content {
    width: 66.66667%; }

  .col-sm-9, .post.type-post.has-post-thumbnail .post-content, body.search #interior .post.single-post.has-post-thumbnail .post-content {
    width: 75%; }

  .col-sm-10, .site-footer__top--right, .blog-post-hr {
    width: 83.33333%; }

  .col-sm-11, .site-footer__top--left {
    width: 91.66667%; }

  .col-sm-12, .hof-filters .filters .filter, .pageblock.pageblock--halloffame .pageblock__inner .all-hof-button {
    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, #locations_list {
    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, #locations_map {
    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 {
    margin-left: 0%; }

  .col-sm-offset-1, .site-footer__top--left, .site-footer__top--right, .blog-post-hr {
    margin-left: 8.33333%; }

  .col-sm-offset-2, .pageblock.pageblock--feed .pageblock__inner .feed_content {
    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, #leftBar, .col-md-3, .timeline-wrapper .timeline-section .section-layout.type-large .text-holder, .timeline-wrapper .timeline-section .section-layout.type-small .text-holder, .timeline-wrapper .timeline-section .section-layout.type-small.alignment-left .text-holder, .col-md-4, .site-footer__top--left, .site-footer__top--right, .featured-posts .post.type-post.has-post-thumbnail .landing-featured-img, .col-md-5, .brand_items .brand_item_holder .brand_item .brand_item_box .brand_content, .col-md-6, .col-md-7, .brand_items .brand_item_holder .brand_item .brand_item_box .brand_left_image, .featured-posts .post.type-post.has-post-thumbnail .post-content, body.single-halloffame #right #content, .timeline-wrapper .timeline-section .section-layout.type-small .image-holder, .timeline-wrapper .timeline-section .section-layout.type-small.alignment-left .image-holder, .col-md-8, .interior-content #right, .col-md-9, .col-md-10, #faqBlock .group-holder .faqItem, #faqBlock .group-holder .faqItem .collapse-body-bg .collapse-body, body.single-halloffame #right, .col-md-11, .col-md-12, #home-content .home-content-area, .interior-content--search #right, .interior-content--shop #right, body.blog .interior-content #right, body.search #interior .results-count {
    float: left; }

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

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

  .col-md-3, .timeline-wrapper .timeline-section .section-layout.type-large .text-holder, .timeline-wrapper .timeline-section .section-layout.type-small .text-holder, .timeline-wrapper .timeline-section .section-layout.type-small.alignment-left .text-holder {
    width: 25%; }

  .col-md-4, .site-footer__top--left, .site-footer__top--right, .featured-posts .post.type-post.has-post-thumbnail .landing-featured-img {
    width: 33.33333%; }

  .col-md-5, .brand_items .brand_item_holder .brand_item .brand_item_box .brand_content {
    width: 41.66667%; }

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

  .col-md-7, .brand_items .brand_item_holder .brand_item .brand_item_box .brand_left_image, .featured-posts .post.type-post.has-post-thumbnail .post-content, body.single-halloffame #right #content, .timeline-wrapper .timeline-section .section-layout.type-small .image-holder, .timeline-wrapper .timeline-section .section-layout.type-small.alignment-left .image-holder {
    width: 58.33333%; }

  .col-md-8, .interior-content #right {
    width: 66.66667%; }

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

  .col-md-10, #faqBlock .group-holder .faqItem, #faqBlock .group-holder .faqItem .collapse-body-bg .collapse-body, body.single-halloffame #right {
    width: 83.33333%; }

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

  .col-md-12, #home-content .home-content-area, .interior-content--search #right, .interior-content--shop #right, body.blog .interior-content #right, body.search #interior .results-count {
    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, .timeline-wrapper .timeline-section .section-layout.type-small.alignment-left .text-holder {
    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, .timeline-wrapper .timeline-section .section-layout.type-small.alignment-left .image-holder {
    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, .interior-content--search #right, .interior-content--shop #right, .site-footer__top--right, body.blog .interior-content #right {
    margin-left: 0%; }

  .col-md-offset-1, .featured-posts .post.type-post.has-post-thumbnail .post-content, #faqBlock .group-holder .faqItem, #faqBlock .group-holder .faqItem .collapse-body-bg .collapse-body, body.single-halloffame #right, body.single-halloffame #right #sidebar, .timeline-wrapper .timeline-section .section-layout.type-small .image-holder {
    margin-left: 8.33333%; }

  .col-md-offset-2, .interior-content #right, .site-footer__top--left {
    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, .timeline-wrapper .timeline-section .section-layout.type-large.alignment-right .text-holder {
    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, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

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

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

  .col-lg-3 {
    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 {
    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 {
    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 > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

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

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

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

.table-hover > tbody > 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 > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

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

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

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

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

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

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

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

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

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > 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 > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > 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 > .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 {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  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 > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

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

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

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

.open > .dropdown-menu {
  display: block; }
.open > 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 > .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 > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

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

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

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

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

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

.tab-content > .tab-pane {
  display: none; }
.tab-content > .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 {
  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, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 992px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

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

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
body.landing_page .landing_page_promos > .navbar-header,
.header-image .header-image-text > .navbar-header,
.faqs-container > .navbar-header,
.friendship_container > .navbar-header,
.hof-wrapper > .navbar-header,
.pageblock.pageblock--gallery .pageblock__inner .carousel > .navbar-header,
.pageblock.pageblock--gallery .pageblock__inner #slideshow > .navbar-header,
.container-fluid > .navbar-collapse,
body.landing_page .landing_page_promos > .navbar-collapse,
.header-image .header-image-text > .navbar-collapse,
.faqs-container > .navbar-collapse,
.friendship_container > .navbar-collapse,
.hof-wrapper > .navbar-collapse,
.pageblock.pageblock--gallery .pageblock__inner .carousel > .navbar-collapse,
.pageblock.pageblock--gallery .pageblock__inner #slideshow > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 992px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    body.landing_page .landing_page_promos > .navbar-header,
    .header-image .header-image-text > .navbar-header,
    .faqs-container > .navbar-header,
    .friendship_container > .navbar-header,
    .hof-wrapper > .navbar-header,
    .pageblock.pageblock--gallery .pageblock__inner .carousel > .navbar-header,
    .pageblock.pageblock--gallery .pageblock__inner #slideshow > .navbar-header,
    .container-fluid > .navbar-collapse,
    body.landing_page .landing_page_promos > .navbar-collapse,
    .header-image .header-image-text > .navbar-collapse,
    .faqs-container > .navbar-collapse,
    .friendship_container > .navbar-collapse,
    .hof-wrapper > .navbar-collapse,
    .pageblock.pageblock--gallery .pageblock__inner .carousel > .navbar-collapse,
    .pageblock.pageblock--gallery .pageblock__inner #slideshow > .navbar-collapse {
      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 > img {
    display: block; }
  @media (min-width: 992px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand, body.landing_page .navbar > .landing_page_promos .navbar-brand, .header-image .navbar > .header-image-text .navbar-brand, .navbar > .faqs-container .navbar-brand, .navbar > .friendship_container .navbar-brand, .navbar > .hof-wrapper .navbar-brand, .pageblock.pageblock--gallery .pageblock__inner .navbar > .carousel .navbar-brand, .pageblock.pageblock--gallery .pageblock__inner .navbar > #slideshow .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 > li > 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 > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 992px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > 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 > .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 > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .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 > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > 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 .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > 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 > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > 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 .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > 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 > .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 > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .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 > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .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 {
  display: none !important; }

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

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

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

.visible-xs-block, .widget.locations_single .mobile-only,
.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 {
    display: block !important; }

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

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

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block, .widget.locations_single .mobile-only {
    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, .site-header__top .menu--top-right, #leftBar, .editLink, #primary-navigation-menu .ubermenu-main, #locations_map, .list--row.bubble .mobile-only, .list--row--icon, .widget.locations_single .desktop-only {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm, .site-header__top .menu--top-right, #leftBar, .editLink, #slideshow .item .asset .bg_video_img, #primary-navigation-menu .ubermenu-main {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md, #slideshow .item .asset .bg_video_img, #searchform-mobile {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg, #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; } }
.header-image, .brand_items .brand_item_holder.no-image .brand_item, .timeline-wrapper .timeline-section .section-layout.type-large {
  position: relative; }
  .header-image:after, .brand_items .brand_item_holder.no-image .brand_item:after, .timeline-wrapper .timeline-section .section-layout.type-large:after {
    position: absolute;
    content: " ";
    background: rgba(29, 39, 46, 0.7);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }

.header-image:after {
  background: rgba(29, 39, 46, 0.7); }

.brand_items .brand_item_holder.no-image .brand_item:after, .timeline-wrapper .timeline-section .section-layout.type-large:after {
  background: rgba(29, 39, 46, 0.6); }

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

.post-listing-nav .load-more, input[type=submit],
button, button.view-more, .woocommerce-page .woocommerce #respond input#submit, .woocommerce-page .woocommerce a.button, .woocommerce-page .woocommerce button.button, .woocommerce-page .woocommerce input.button, body.single-product .summary .button {
  position: relative;
  display: inline-block;
  border: none;
  background: #EE3A43;
  font-size: 20px;
  box-shadow: none;
  line-height: 1;
  letter-spacing: 2px;
  font-family: "freight-sans-compressed-pro", sans-serif;
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  padding: 11px 44px 13px;
  border-radius: 20px;
  transition: 0s;
  cursor: pointer;
  background: url("../images/btn_ro.png") #EE3A43 center top repeat-x;
  background-position: center -26px;
  transition: .25s; }
  #interior .post-listing-nav .load-more, .post-listing-nav #interior .load-more, #interior input[type=submit],
  #interior button, #interior .woocommerce-page .woocommerce #respond input#submit, .woocommerce-page .woocommerce #respond #interior input#submit, #interior .woocommerce-page .woocommerce a.button, .woocommerce-page .woocommerce #interior a.button, #interior .woocommerce-page .woocommerce input.button, .woocommerce-page .woocommerce #interior input.button, #interior body.single-product .summary .button, body.single-product .summary #interior .button, .pageblock .post-listing-nav .load-more, .post-listing-nav .pageblock .load-more, .pageblock input[type=submit],
  .pageblock button, .pageblock .woocommerce-page .woocommerce #respond input#submit, .woocommerce-page .woocommerce #respond .pageblock input#submit, .pageblock .woocommerce-page .woocommerce a.button, .woocommerce-page .woocommerce .pageblock a.button, .pageblock .woocommerce-page .woocommerce button.button, .woocommerce-page .woocommerce .pageblock button.button, .pageblock .woocommerce-page .woocommerce input.button, .woocommerce-page .woocommerce .pageblock input.button, .pageblock body.single-product .summary .button, body.single-product .summary .pageblock .button {
    margin: 0 0 25px; }
    @media (min-width: 768px) {
      #interior .post-listing-nav .load-more, .post-listing-nav #interior .load-more, #interior input[type=submit],
      #interior button, #interior .woocommerce-page .woocommerce #respond input#submit, .woocommerce-page .woocommerce #respond #interior input#submit, #interior .woocommerce-page .woocommerce a.button, .woocommerce-page .woocommerce #interior a.button, #interior .woocommerce-page .woocommerce input.button, .woocommerce-page .woocommerce #interior input.button, #interior body.single-product .summary .button, body.single-product .summary #interior .button, .pageblock .post-listing-nav .load-more, .post-listing-nav .pageblock .load-more, .pageblock input[type=submit],
      .pageblock button, .pageblock .woocommerce-page .woocommerce #respond input#submit, .woocommerce-page .woocommerce #respond .pageblock input#submit, .pageblock .woocommerce-page .woocommerce a.button, .woocommerce-page .woocommerce .pageblock a.button, .pageblock .woocommerce-page .woocommerce button.button, .woocommerce-page .woocommerce .pageblock button.button, .pageblock .woocommerce-page .woocommerce input.button, .woocommerce-page .woocommerce .pageblock input.button, .pageblock body.single-product .summary .button, body.single-product .summary .pageblock .button {
        margin: 0; } }
  .post-listing-nav .load-more:hover, input[type=submit]:hover,
  button:hover, .woocommerce-page .woocommerce #respond input#submit:hover, .woocommerce-page .woocommerce a.button:hover, .woocommerce-page .woocommerce button.button:hover, .woocommerce-page .woocommerce input.button:hover, body.single-product .summary .button:hover {
    color: #FFF;
    text-decoration: none;
    background-position: center 0px; }
  .post-listing-nav .load-more:before, input[type=submit]:before,
  button:before, button.view-more:before, .woocommerce-page .woocommerce #respond input#submit:before, .woocommerce-page .woocommerce a.button:before, .woocommerce-page .woocommerce button.button:before, .woocommerce-page .woocommerce input.button:before, body.single-product .summary .button:before, .post-listing-nav .load-more:after, input[type=submit]:after,
  button:after, button.view-more:after, .woocommerce-page .woocommerce #respond input#submit:after, .woocommerce-page .woocommerce a.button:after, .woocommerce-page .woocommerce button.button:after, .woocommerce-page .woocommerce input.button:after, body.single-product .summary .button:after {
    position: absolute;
    height: 19px;
    width: 9px;
    display: block;
    content: " ";
    top: 12px;
    background-size: 9px 19px !important; }
  .post-listing-nav .load-more:before, input[type=submit]:before,
  button:before, button.view-more:before, .woocommerce-page .woocommerce #respond input#submit:before, .woocommerce-page .woocommerce a.button:before, .woocommerce-page .woocommerce button.button:before, .woocommerce-page .woocommerce input.button:before, body.single-product .summary .button:before {
    left: 2px;
    background: url("../images/btn_casing_left.png") center bottom no-repeat; }
  .post-listing-nav .load-more:after, input[type=submit]:after,
  button:after, button.view-more:after, .woocommerce-page .woocommerce #respond input#submit:after, .woocommerce-page .woocommerce a.button:after, .woocommerce-page .woocommerce button.button:after, .woocommerce-page .woocommerce input.button:after, body.single-product .summary .button:after {
    right: 2px;
    background: url("../images/btn_casing_right.png") center bottom no-repeat; }
  .post-listing-nav .load-more:disabled, input[type=submit]:disabled,
  button:disabled, .woocommerce-page .woocommerce #respond input#submit:disabled, .woocommerce-page .woocommerce a.button:disabled, .woocommerce-page .woocommerce button.button:disabled, .woocommerce-page .woocommerce input.button:disabled, body.single-product .summary .button:disabled, .post-listing-nav .disabled.load-more, input.disabled[type=submit],
  button.disabled, .woocommerce-page .woocommerce #respond input.disabled#submit, .woocommerce-page .woocommerce a.disabled.button, .woocommerce-page .woocommerce button.disabled.button, .woocommerce-page .woocommerce input.disabled.button, body.single-product .summary .disabled.button {
    background: #EE3A43 !important; }

.standard-submenu .sub-menu-wrapper:before, .header-bottom .header-bottom-image:before, .header-bottom .header-bottom-image:after, body.search #interior .search-section-title:after {
  display: block;
  border-top: 2px #eee solid;
  border-bottom: 2px #eee solid;
  height: 12px;
  width: 100%;
  content: " "; }

.ninja-forms-form-wrap .nf-form-layout label, .woocommerce-page label {
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 900;
  color: #2C3842;
  text-transform: uppercase;
  display: block !important;
  margin: 0;
  width: 100%;
  height: 100%;
  vertical-align: top;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  background: none;
  padding-bottom: 5px; }

.site-footer__top--right .newsletter-form #fieldEmail, input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=phone],
input[type=tel],
select,
textarea, #oms-locator-filters input,
#oms-locator-filters select, #newsletter-popup-form-holder .form-holder input,
#newsletter-popup-form-holder .form-holder select,
#newsletter-popup-form-holder .form-holder textarea, .woocommerce-page .select2-container .selection .select2-selection, body.single-product .summary .quantity input.qty {
  width: 100%;
  height: 44px;
  border: 1px #dbdbdb solid;
  border-radius: 50px;
  padding: 8px 28px; }

.list-select-wrap .nf-field-element, #oms-locator-filters #oms-locator-radius-filter, #newsletter-popup-form-holder .form-holder .select_field, .woocommerce-page .select2-container, .woocommerce .woocommerce-products-header__ordering, body.single-product .summary .variations td.value {
  position: relative; }
  .list-select-wrap .nf-field-element:before, #oms-locator-filters #oms-locator-radius-filter:before, #newsletter-popup-form-holder .form-holder .select_field:before, .woocommerce-page .select2-container:before, .woocommerce .woocommerce-products-header__ordering:before, body.single-product .summary .variations td.value:before, .list-select-wrap .nf-field-element:after, #oms-locator-filters #oms-locator-radius-filter:after, #newsletter-popup-form-holder .form-holder .select_field:after, .woocommerce-page .select2-container:after, .woocommerce .woocommerce-products-header__ordering:after, body.single-product .summary .variations td.value:after {
    position: absolute;
    right: 20px;
    content: " ";
    display: block;
    width: 8px;
    height: 14px;
    border-top: 7px transparent solid;
    border-bottom: 7px transparent solid;
    border-left: 4px transparent solid;
    border-right: 4px transparent solid; }
  .list-select-wrap .nf-field-element:before, #oms-locator-filters #oms-locator-radius-filter:before, #newsletter-popup-form-holder .form-holder .select_field:before, .woocommerce-page .select2-container:before, .woocommerce .woocommerce-products-header__ordering:before, body.single-product .summary .variations td.value:before {
    top: 6px;
    border-bottom: 7px #EE3A43 solid; }
  .list-select-wrap .nf-field-element:after, #oms-locator-filters #oms-locator-radius-filter:after, #newsletter-popup-form-holder .form-holder .select_field:after, .woocommerce-page .select2-container:after, .woocommerce .woocommerce-products-header__ordering:after, body.single-product .summary .variations td.value:after {
    top: 25px;
    border-top: 7px #EE3A43 solid; }
  .list-select-wrap .nf-field-element select, #oms-locator-filters #oms-locator-radius-filter select, #newsletter-popup-form-holder .form-holder .select_field select, .woocommerce-page .select2-container select, .woocommerce .woocommerce-products-header__ordering select, body.single-product .summary .variations td.value select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
    .list-select-wrap .nf-field-element select::-ms-expand, #oms-locator-filters #oms-locator-radius-filter select::-ms-expand, #newsletter-popup-form-holder .form-holder .select_field select::-ms-expand, .woocommerce-page .select2-container select::-ms-expand, .woocommerce .woocommerce-products-header__ordering select::-ms-expand, body.single-product .summary .variations td.value select::-ms-expand {
      display: none; }

.brand_items .brand_item_holder:after, .post.type-post.has-post-thumbnail .landing-featured-img .featured-img:after, #faqBlock .group-holder .faqItem:after, body.search #interior .post.single-post.has-post-thumbnail .landing-featured-img .featured-img:after {
  display: block;
  position: absolute;
  content: " ";
  width: 100%;
  height: 30px;
  background: -moz-radial-gradient(center, ellipse cover, #d8d8d8 20%, rgba(216, 216, 216, 0) 70%);
  background: -webkit-radial-gradient(center, ellipse cover, #d8d8d8 20%, rgba(216, 216, 216, 0) 70%);
  background: radial-gradient(ellipse at center, #d8d8d8 20%, rgba(216, 216, 216, 0) 70%);
  bottom: -30px; }

/* ======================================== */
/* Mixins
/* ======================================== */
@media (min-width: 992px) {
  .container-fluid, body.landing_page .landing_page_promos, .header-image .header-image-text, .faqs-container, .friendship_container, .hof-wrapper, .pageblock.pageblock--gallery .pageblock__inner .carousel, .pageblock.pageblock--gallery .pageblock__inner #slideshow {
    max-width: 1400px; } }

.clearer {
  clear: both; }

#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; }

body.error404 #interior {
  background: url("../images/404_bg.jpg") #fff left top no-repeat;
  background-size: 75% auto; }
  @media (min-width: 768px) {
    body.error404 #interior {
      background-size: 50% auto; } }
  @media (min-width: 992px) {
    body.error404 #interior {
      background-size: 50% auto; } }
body.error404 .interior-content {
  margin: 75% 0 0; }
  @media (min-width: 768px) {
    body.error404 .interior-content {
      margin: 50% 0 25% 0; } }
  @media (min-width: 992px) {
    body.error404 .interior-content {
      margin: 0 0 50% 0; } }
  body.error404 .interior-content .main-content {
    text-align: center; }

/* Layout */
.site-header .menu {
  margin: 0;
  padding: 0; }
  .site-header .menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block; }
  .site-header .menu li.search {
    transition: color 0.3s;
    cursor: pointer; }
    .site-header .menu li.search:hover .fa-search {
      color: #EE3A43; }
.site-header__top {
  background-color: #2C3842;
  text-align: right;
  overflow: hidden; }
  .site-header__top .menu {
    display: inline-block;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    text-transform: uppercase; }
    .site-header__top .menu a:hover {
      text-decoration: none;
      color: #EE3A43; }
  .site-header__top .menu--top-right a {
    color: #B9C0C5; }
  .site-header__top .menu--top-right .fa-search {
    transition: opacity 0.3s, color 0.3s;
    opacity: 0.5;
    color: #B9C0C5;
    font-size: 18px;
    line-height: 18px; }
  .site-header__top .menu--top-right .search:hover .fa-search {
    opacity: 1;
    color: #EE3A43; }
  @media (min-width: 768px) {
    .site-header__top .menu--top-right li {
      margin: 0 22px; } }
  @media (max-width: 1079px) {
    .site-header__top .menu--top-right li.search {
      display: none; } }
  .site-header__top .menu--top-right li.current-menu-item a, .site-header__top .menu--top-right li.current-menu-parent a, .site-header__top .menu--top-right li.current-menu-ancestor a {
    color: #EE3A43; }
  @media (min-width: 992px) {
    .site-header__top .menu--top-right {
      margin-right: 22px; } }
  @media (max-width: 1079px) {
    .site-header__top .menu--ecommerce .search .fa,
    .site-header__top .menu--ecommerce .account .fa {
      display: inline-block;
      padding: 10px 12px;
      font-size: 18px; }
    .site-header__top .menu--ecommerce .account {
      margin-right: 10px; }
      .site-header__top .menu--ecommerce .account .fa {
        display: inline-block !important; }
      .site-header__top .menu--ecommerce .account span {
        display: none !important; } }
  @media (min-width: 1080px) {
    .site-header__top .menu--ecommerce li.search {
      display: none !important; } }
  .site-header__top .menu--ecommerce li.search + li:before {
    display: none !important; }
  .site-header__top .menu--ecommerce a {
    color: rgba(185, 192, 197, 0.5); }
  .site-header__top .menu--ecommerce .cart-contents {
    color: #fff; }
  .site-header__top .menu--ecommerce .cart-contents {
    background-color: #242F38;
    color: #eee; }
    @media (max-width: 1079px) {
      .site-header__top .menu--ecommerce .cart-contents {
        margin-right: -15px;
        display: inline-block;
        padding: 10px 20px; } }
    @media (max-width: 1079px) {
      .site-header__top .menu--ecommerce .cart-contents--active {
        background-color: #005FA8; } }
    .site-header__top .menu--ecommerce .cart-contents__label {
      display: inline-block; }
      @media (max-width: 1079px) {
        .site-header__top .menu--ecommerce .cart-contents__label {
          display: none !important; } }
    .site-header__top .menu--ecommerce .cart-contents .fa-shopping-cart {
      position: relative;
      top: 2px;
      margin-right: 13px;
      font-size: 22px;
      color: #eee; }
    .site-header__top .menu--ecommerce .cart-contents:hover .cart-count {
      color: #eee; }
  @media (min-width: 1080px) {
    .site-header__top .menu--ecommerce {
      position: relative;
      padding: 11px 0 11px 26px;
      border-left: 1px solid rgba(238, 238, 238, 0.1);
      background-color: #242F38;
      z-index: 2; }
      .site-header__top .menu--ecommerce:before {
        position: absolute;
        content: '';
        display: block;
        top: 0;
        bottom: 0;
        width: 999em;
        right: -999em;
        z-index: 1;
        background-color: #242F38; }
      .site-header__top .menu--ecommerce li + li:before {
        display: inline-block;
        content: "|";
        margin: 0 13px;
        font-weight: normal; }
      .site-header__top .menu--ecommerce .fa-shopping-cart {
        font-size: 22px;
        margin-right: 10px; }
      .site-header__top .menu--ecommerce .cart-count {
        display: inline-block;
        margin-left: 8px;
        background: #005FA8;
        border-radius: 50%;
        height: 32px;
        min-width: 32px;
        text-align: center;
        line-height: 32px;
        font-family: "lato", sans-serif; } }
.site-header__bottom {
  background-color: #FFDD00; }
  @media (min-width: 992px) {
    .site-header__bottom {
      height: 99px; } }
  .site-header__bottom .ubermenu-responsive-toggle {
    display: none; }
  .site-header__bottom .navbar {
    min-height: 0;
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    border: none; }
    .site-header__bottom .navbar:after {
      display: none; }
    .site-header__bottom .navbar .navbar-header .navbar-brand {
      position: absolute;
      top: -30px;
      left: 15px;
      padding: 0;
      height: 102px;
      width: 110px;
      z-index: 1000;
      padding: 0; }
      .site-header__bottom .navbar .navbar-header .navbar-brand img {
        max-width: 100%;
        height: auto;
        margin: 0 auto; }
    @media (min-width: 992px) {
      .site-header__bottom .navbar .navbar-header {
        position: relative; }
        .site-header__bottom .navbar .navbar-header .navbar-brand {
          top: -42px;
          left: 15px;
          height: 160px;
          width: 174px; }
          .site-header__bottom .navbar .navbar-header .navbar-brand img {
            height: auto; } }
    .site-header__bottom .navbar .navbar-toggle {
      background: none !important;
      border: none;
      width: 42px;
      height: 24px;
      position: relative;
      margin: 18px 15px 19px;
      cursor: pointer; }
      .site-header__bottom .navbar .navbar-toggle:before, .site-header__bottom .navbar .navbar-toggle:after {
        display: none; }
      .site-header__bottom .navbar .navbar-toggle:hover, .site-header__bottom .navbar .navbar-toggle:active {
        background: none;
        border: none; }
      .site-header__bottom .navbar .navbar-toggle div.line {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #005FA8;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out; }
      .site-header__bottom .navbar .navbar-toggle.collapsed div.line:nth-child(1) {
        top: 0px;
        width: 30px; }
      .site-header__bottom .navbar .navbar-toggle.collapsed div.line:nth-child(2),
      .site-header__bottom .navbar .navbar-toggle.collapsed div.line:nth-child(3) {
        top: 11px; }
      .site-header__bottom .navbar .navbar-toggle.collapsed div.line:nth-child(4) {
        width: 30px;
        top: 22px; }
      .site-header__bottom .navbar .navbar-toggle:not(.collapsed) div.line:nth-child(1) {
        top: 11px;
        width: 0%; }
      .site-header__bottom .navbar .navbar-toggle:not(.collapsed) div.line:nth-child(2) {
        width: 30px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .site-header__bottom .navbar .navbar-toggle:not(.collapsed) div.line:nth-child(3) {
        width: 30px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .site-header__bottom .navbar .navbar-toggle:not(.collapsed) div.line:nth-child(4) {
        top: 11px;
        width: 0%; }

@media all and (max-width: 991px) {
  #primary-navigation-menu {
    max-height: none;
    border: none;
    padding: 0;
    background-color: #2C3842; }
    #primary-navigation-menu #menu-main-nav {
      padding: 30px 0 25px 0; }
    #primary-navigation-menu.collapsing {
      display: block; } }
  @media all and (max-width: 991px) and (min-width: 992px) {
    #primary-navigation-menu .mobile-tr {
      display: none; } }
@media all and (max-width: 991px) {
    #primary-navigation-menu a {
      text-transform: uppercase;
      text-decoration: none; }
      #primary-navigation-menu a:hover {
        text-decoration: none; }
    #primary-navigation-menu .menu-item-image {
      display: none; }
    #primary-navigation-menu .menu--mobile-primary-menu {
      padding: 20px 0 25px; }
      #primary-navigation-menu .menu--mobile-primary-menu a {
        font-family: "freight-sans-compressed-pro", sans-serif;
        font-size: 20px;
        letter-spacing: 1px; }
      #primary-navigation-menu .menu--mobile-primary-menu li.open {
        background-color: #36444F; }
    #primary-navigation-menu .menu--mobile-secondary {
      background-color: #242F38;
      padding-top: 20px; }
      #primary-navigation-menu .menu--mobile-secondary a {
        font-family: "freight-sans-pro", sans-serif;
        font-size: 14px !important; }
    #primary-navigation-menu ul {
      position: relative;
      float: none;
      margin: 0;
      padding: 0;
      list-style: none; }
      #primary-navigation-menu ul li {
        display: block;
        list-style: none;
        margin: 0; }
        #primary-navigation-menu ul li a {
          position: relative;
          display: block;
          font-weight: normal;
          line-height: 17px;
          color: #FFF;
          white-space: normal;
          cursor: pointer; }
          #primary-navigation-menu ul li a:hover, #primary-navigation-menu ul li a:active {
            color: #FFDD00;
            background: transparent; }
        #primary-navigation-menu ul li.active > a {
          color: #FFDD00; }
        #primary-navigation-menu ul li.dropdown > .caret {
          border: none !important;
          cursor: pointer;
          position: absolute;
          height: 60px;
          width: 64px;
          right: 0;
          top: 0;
          z-index: 100; }
          #primary-navigation-menu ul li.dropdown > .caret::before {
            content: '\f055';
            font-family: "FontAwesome", sans-serif;
            font-size: 20px;
            color: #EE3A43;
            margin: 0;
            line-height: 1;
            height: 40px;
            width: 64px;
            display: inline-block;
            top: 9px;
            position: relative;
            padding-top: 9px;
            text-align: center; }
        #primary-navigation-menu ul li.open > .caret::before {
          content: '\f056';
          font-family: "FontAwesome", sans-serif; }
        #primary-navigation-menu ul li.open > .dropdown-menu {
          margin: 0;
          padding: 0;
          border: none;
          box-shadow: none;
          background: none;
          position: relative;
          float: none;
          top: auto;
          left: auto; }
      #primary-navigation-menu ul > li > a {
        padding: 17px 73px 17px 15px; }
      #primary-navigation-menu ul > li.open > .dropdown-menu > li > a {
        font-size: 18px;
        padding: 15px 73px 15px 26px; }
        #primary-navigation-menu ul > li.open > .dropdown-menu > li > a:after {
          content: ' \203A';
          display: inline;
          color: #EE3A43; }
      #primary-navigation-menu ul > li.open > .dropdown-menu > li.open > .dropdown-menu > li > a {
        font-size: 14px;
        padding: 20px 73px 20px 60px; }
    #primary-navigation-menu .mobile-close {
      padding: 0 15px 40px 15px;
      background-color: #242F38; }
      #primary-navigation-menu .mobile-close .fork {
        position: relative;
        display: block;
        margin: 0 auto;
        height: 64px;
        width: 85px;
        z-index: 2; }
      #primary-navigation-menu .mobile-close .button--ghost {
        position: relative;
        margin-top: 0;
        width: 100%;
        border-radius: 21px;
        text-align: center;
        height: 41px;
        padding: 0;
        font-size: 20px;
        line-height: 17px;
        font-weight: bold;
        z-index: 4; }
        #primary-navigation-menu .mobile-close .button--ghost:hover {
          border-color: #EE3A43; } }
/* Main Nav */
#masthead {
  background: #2F2929;
  padding: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 13; }
  @media (min-width: 768px) {
    #masthead {
      padding: 30px 0 0; } }

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

.featured-items {
  position: relative;
  padding: 0;
  margin: 0 0 0 0;
  z-index: 10; }
  @media (min-width: 768px) {
    .featured-items {
      margin: -120px 0 0 0; } }
  @media (min-width: 992px) {
    .featured-items {
      margin: -150px 0 0 0; } }
  @media (min-width: 1200px) {
    .featured-items {
      margin: -200px 0 0 0; } }
  .featured-items li.featured-item {
    float: left;
    width: 20%;
    position: relative;
    padding: 0 15px;
    margin: 0 0 72px 0;
    list-style: none; }
    @media (max-width: 767px) {
      .featured-items li.featured-item {
        width: 100% !important;
        margin: 0 0 32px 0;
        float: none; } }
    .featured-items li.featured-item a img {
      margin: 0; }
    .featured-items li.featured-item.first {
      clear: none; }
    .featured-items li.featured-item .featured-item-image {
      position: relative;
      width: 100%; }
      .featured-items li.featured-item .featured-item-image .featured-item-border {
        width: 100%;
        padding-top: 100%; }
        .featured-items li.featured-item .featured-item-image .featured-item-border img {
          position: absolute;
          width: 80%;
          left: 0;
          right: 0;
          bottom: 0px;
          margin: 0 auto; }
    .featured-items li.featured-item .featured-item-title {
      transition: color 0.3s;
      margin: 12px 0 0 0;
      padding: 0;
      font-family: "freight-sans-compressed-pro", sans-serif;
      letter-spacing: 2px;
      font-size: 24px;
      font-weight: bold;
      line-height: 1;
      color: #005FA8;
      text-transform: uppercase; }
      .featured-items li.featured-item .featured-item-title:after {
        transition: color 0.3s;
        display: inline;
        content: '\00a0\203A';
        color: #EE3A43; }
    .featured-items li.featured-item a:hover {
      text-decoration: none; }
      .featured-items li.featured-item a:hover .featured-item-title {
        color: #EE3A43; }
        .featured-items li.featured-item a:hover .featured-item-title:after {
          color: #005FA8; }

/* Ordered List */
#leftBar ul {
  display: block;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 7px 0 0; }
  #leftBar ul li {
    display: block;
    margin: 0;
    padding: 0; }
    #leftBar ul li a {
      display: block;
      font-size: 13px;
      color: #EE3A43;
      line-height: 1.30769;
      margin: 0;
      padding: 15px 10px 15px 0;
      border-bottom: 1px solid #EBEBEB;
      text-decoration: none;
      font-weight: normal; }
      #leftBar ul li a:after {
        content: '\00A0 \203A'; }
    #leftBar ul li a:hover, #leftBar ul li.current_page_item > a, #leftBar ul li.current-menu-item > a, #leftBar ul li.current_page_ancestor > a {
      color: #EE3A43;
      text-decoration: none; }
    #leftBar ul li.current-menu-item ul.sub-menu, #leftBar ul li.current-menu-parent ul.sub-menu, #leftBar ul li.current_page_parent ul.sub-menu, #leftBar ul li.current_page_ancestor ul.sub-menu, #leftBar ul li.current_page_item ul.sub-menu {
      display: block; }
    #leftBar ul li ul {
      display: none;
      margin: 0;
      padding: 0; }
      #leftBar ul li ul li {
        border: none;
        display: block;
        cursor: pointer;
        margin: 0;
        padding: 0; }
        #leftBar ul li ul li a {
          background: none;
          border-bottom: 1px solid #EBEBEB;
          display: block;
          font-weight: normal;
          font-size: 11px;
          color: #EE3A43;
          line-height: 13px;
          text-transform: none;
          text-decoration: none;
          margin: 0;
          padding: 10px 5px 10px 15px; }
        #leftBar ul li ul li a:hover, #leftBar ul li ul li.current_page_item a {
          background: none;
          font-size: 11px;
          font-weight: normal;
          color: #EE3A43;
          text-transform: none;
          text-decoration: none; }
        #leftBar ul li ul li ul {
          background: #F9F2EB;
          display: block;
          margin: 0;
          padding: 0 0 10px 0; }
          #leftBar ul li ul li ul li {
            display: block;
            cursor: pointer;
            margin: 0;
            padding: 0; }
            #leftBar ul li ul li ul li a {
              border: none;
              display: block;
              font-weight: normal;
              font-size: 10px;
              color: #EE3A43;
              line-height: 13px;
              text-transform: none;
              text-decoration: none;
              margin: 0;
              padding: 0 5px 0 50px; }
              #leftBar ul li ul li ul li a:hover, #leftBar ul li ul li ul li a.selected, #leftBar ul li ul li ul li a.activeTrail {
                background: none;
                font-size: 10px;
                font-weight: normal;
                color: #EE3A43;
                text-transform: none;
                text-decoration: none; }

.interior-content {
  height: auto;
  padding-top: 55px;
  padding-bottom: 55px;
  overflow: hidden;
  /* Search Layout */
  /* WooCommerce Shop Layout */
  /*
  &.hasNoLeftOrRightCols {
      
      #right {
          @extend .col-xs-12;
          @extend .col-md-8;
          @extend .col-md-offset-2;
      }
      
      #content {
          @extend .col-xs-12;
      }
      
  }
  
  &.hasLeftCol {
      
      #right {
          @extend .col-xs-12;
          @extend .col-md-10;
      }
      
      #content {
          @extend .col-xs-12;
      }
      
  }
  
  &.hasRightCol {
      
      #right {
          @extend .col-xs-12;
      }
      
      #content {
          @extend .col-sm-8;
      }
      
      #sidebar {
          @extend .col-sm-4;
      }
      
  }
  
  &.hasLeftAndRightCols {
      
      #right {
          @extend .col-xs-12;
          @extend .col-md-10;
      }
      
      #content {
          @extend .col-sm-8;
      }
      
      #sidebar {
          @extend .col-sm-4;
      }
      
  }
  */ }
  @media (min-width: 1200px) {
    .interior-content {
      overflow: visible; } }
  .interior-content--search #right {
    margin-left: 0 !important; }
  .interior-content--shop #right {
    margin-left: 0 !important; }

.oms-responsive {
  border: solid 1px #E0E0E0;
  border-collapse: collapse;
  width: 100%; }
  .oms-responsive thead {
    background: #E5E7E8; }
    .oms-responsive thead th {
      font-family: "lato", 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: "lato", 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: "lato", 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: "lato", sans-serif;
  font-size: 14px;
  color: #555; }

#sidebar {
  padding-top: 20px; }
  @media (min-width: 768px) {
    #sidebar {
      padding-top: 0; } }

.standard-submenu.tertiary-submenu .sub-menu-wrapper {
  margin: 58px 0 0; }
.standard-submenu .sub-menu-wrapper {
  display: block;
  background: none;
  position: relative;
  text-align: center;
  margin: 48px 0 0; }
  .standard-submenu .sub-menu-wrapper:before {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .standard-submenu .sub-menu-wrapper .sub-menu {
    position: relative;
    float: none;
    width: auto;
    display: inline-block;
    background: #fff;
    padding: 16px 55px;
    margin: 0 auto 0;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(76, 67, 63, 0.15);
    -moz-box-shadow: 0px 0px 9px 0px rgba(76, 67, 63, 0.15);
    box-shadow: 0px 0px 9px 0px rgba(76, 67, 63, 0.15); }
    .standard-submenu .sub-menu-wrapper .sub-menu:before {
      position: absolute;
      background: url("../images/sub-menu-edge-top.png") repeat-x;
      display: inline-block;
      width: 100%;
      height: 12px;
      content: ' ';
      left: 0;
      top: -12px; }
    .standard-submenu .sub-menu-wrapper .sub-menu:after {
      position: absolute;
      background: url("../images/sub-menu-edge-bottom.png") repeat-x;
      display: inline-block;
      width: 100%;
      height: 12px;
      content: ' ';
      left: 0;
      bottom: -12px; }
    .standard-submenu .sub-menu-wrapper .sub-menu ul {
      margin: 0;
      padding: 0; }
    .standard-submenu .sub-menu-wrapper .sub-menu li {
      position: relative;
      display: block;
      margin: 0;
      padding: 0;
      list-style: none; }
      @media (min-width: 992px) {
        .standard-submenu .sub-menu-wrapper .sub-menu li {
          display: inline-block; } }
      @media (min-width: 992px) {
        .standard-submenu .sub-menu-wrapper .sub-menu li + li:before {
          background: url("../images/bullet.png");
          display: inline-block;
          width: 12px;
          height: 14px;
          content: ' ' !important;
          margin: 0 15px 0 10px; } }
      .standard-submenu .sub-menu-wrapper .sub-menu li.current_page_item a,
      .standard-submenu .sub-menu-wrapper .sub-menu li a:hover {
        color: #EE3A43; }
        @media (min-width: 992px) {
          .standard-submenu .sub-menu-wrapper .sub-menu li.current_page_item a:after,
          .standard-submenu .sub-menu-wrapper .sub-menu li a:hover:after {
            content: " ";
            display: block;
            background: url("../images/sub-menu-fork.png");
            background-size: cover;
            position: absolute;
            width: 65px;
            height: 98px;
            top: -76px;
            left: 0;
            right: 0;
            margin: 0 auto;
            z-index: 10;
            background-size: 100% auto; } }
      @media (min-width: 992px) {
        .standard-submenu .sub-menu-wrapper .sub-menu li a:hover:after {
          background: url("../images/sub-menu-fork-ro.gif");
          background-size: 100% auto; } }
      .standard-submenu .sub-menu-wrapper .sub-menu li a {
        font-family: "freight-sans-pro", sans-serif;
        font-weight: 900;
        position: relative;
        font-size: 16px;
        line-height: 1.0625;
        color: #005FA8;
        text-transform: uppercase;
        display: inline-block;
        padding: 10px 0; }
        .standard-submenu .sub-menu-wrapper .sub-menu li a:hover {
          color: #EE3A43;
          text-decoration: none; }

.brands-submenu {
  background: #2e3941;
  line-height: 1;
  overflow: hidden; }
  .brands-submenu .sub-menu-wrapper {
    text-align: center; }
    .brands-submenu .sub-menu-wrapper ul {
      display: inline-block;
      margin: 0 auto; }
      .brands-submenu .sub-menu-wrapper ul li {
        display: inline-block;
        float: left;
        border-right: 1px #243038 solid;
        padding: 0;
        margin: 0; }
        .brands-submenu .sub-menu-wrapper ul li:first-child {
          border-left: 1px #243038 solid; }
        .brands-submenu .sub-menu-wrapper ul li a {
          position: relative;
          display: inline-block;
          width: 95px;
          height: 70px;
          padding: 12px 6px 12px; }
          @media (min-width: 768px) {
            .brands-submenu .sub-menu-wrapper ul li a {
              padding: 24px 20px 20px;
              width: 200px;
              height: 140px; } }
          @media (min-width: 992px) {
            .brands-submenu .sub-menu-wrapper ul li a {
              width: 314px;
              height: 206px; } }
          @media (min-width: 1200px) {
            .brands-submenu .sub-menu-wrapper ul li a {
              width: 340px; } }
          .brands-submenu .sub-menu-wrapper ul li a .menu-item-image-title {
            display: none; }
          .brands-submenu .sub-menu-wrapper ul li a img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            margin: 0 auto; }
        .brands-submenu .sub-menu-wrapper ul li a:hover, .brands-submenu .sub-menu-wrapper ul li.current_page_item a, .brands-submenu .sub-menu-wrapper ul li.current-menu-ancestor a {
          background: #262f37;
          -webkit-box-shadow: inset 0px 0px 40px 0px #202831;
          -moz-box-shadow: inset 0px 0px 40px 0px #202831;
          box-shadow: inset 0px 0px 40px 0px #202831; }
          .brands-submenu .sub-menu-wrapper ul li a:hover:after, .brands-submenu .sub-menu-wrapper ul li.current_page_item a:after, .brands-submenu .sub-menu-wrapper ul li.current-menu-ancestor a:after {
            border: 10px transparent solid;
            border-bottom: 10px #fbfbfb solid;
            content: ' ';
            width: 20px;
            height: 20px;
            position: absolute;
            bottom: -4px;
            left: 0;
            right: 0;
            margin: 0 auto;
            z-index: 2; }

.site-footer {
  padding-bottom: 30px;
  background: url("../images/footer_bg_blue.png") #005FA8 0 0 repeat;
  background-size: 68px 100px; }
  .site-footer__top {
    padding: 54px 0 112px 0;
    background: url("../images/footer_bg_red.png") #EE3A43 0 0 repeat;
    background-size: 68px 100px; }
    @media (min-width: 768px) {
      .site-footer__top {
        padding: 54px 0 125px 0; } }
    .site-footer__top--left {
      color: #fff;
      text-align: center;
      margin-bottom: 38px; }
      @media (min-width: 768px) {
        .site-footer__top--left {
          text-align: left; } }
      @media (min-width: 992px) {
        .site-footer__top--left {
          margin-bottom: 0; } }
      .site-footer__top--left p, .site-footer__top--left h1, .site-footer__top--left h2, .site-footer__top--left h3, .site-footer__top--left h4, .site-footer__top--left h5, .site-footer__top--left h6 {
        color: #fff;
        margin-bottom: 0px; }
        @media (min-width: 992px) {
          .site-footer__top--left p, .site-footer__top--left h1, .site-footer__top--left h2, .site-footer__top--left h3, .site-footer__top--left h4, .site-footer__top--left h5, .site-footer__top--left h6 {
            margin-bottom: 12px; } }
    .site-footer__top--right {
      padding-top: 4px; }
      .site-footer__top--right .newsletter-form {
        position: relative; }
        .site-footer__top--right .newsletter-form #fieldEmail {
          outline: none;
          height: 53px;
          border-radius: 30px;
          width: 100%;
          margin-bottom: 12px; }
          @media (min-width: 768px) {
            .site-footer__top--right .newsletter-form #fieldEmail {
              margin-bottom: 0; } }
        .site-footer__top--right .newsletter-form button {
          position: static;
          background: #005FA8;
          height: 53px;
          width: 100%;
          border-radius: 30px;
          padding: 0 30px;
          border: none; }
          @media (min-width: 768px) {
            .site-footer__top--right .newsletter-form button {
              position: absolute;
              height: 43px;
              width: auto;
              border-radius: 26px;
              border: none;
              top: 5px;
              right: 5px; } }
          .site-footer__top--right .newsletter-form button:before, .site-footer__top--right .newsletter-form button:after {
            display: none; }
  .site-footer__logo {
    position: relative;
    margin-top: -50px;
    overflow-x: hidden; }
    @media (min-width: 768px) {
      .site-footer__logo {
        margin-top: -74px; } }
    .site-footer__logo .logo {
      position: relative;
      margin: 0 auto;
      z-index: 2;
      width: 100px; }
      @media (min-width: 768px) {
        .site-footer__logo .logo {
          width: 162px; } }
      .site-footer__logo .logo:before, .site-footer__logo .logo:after {
        position: absolute;
        width: 999em;
        top: 14px;
        content: '';
        display: block;
        height: 12px;
        border-top: 2px solid #2f2f2f;
        border-bottom: 2px solid #2f2f2f;
        opacity: 0.2; }
        @media (min-width: 768px) {
          .site-footer__logo .logo:before, .site-footer__logo .logo:after {
            top: 34px; } }
      .site-footer__logo .logo:before {
        left: calc(-999em - 26px); }
        @media (min-width: 768px) {
          .site-footer__logo .logo:before {
            left: calc(-999em - 50px); } }
      .site-footer__logo .logo:after {
        right: calc(-999em - 20px); }
        @media (min-width: 768px) {
          .site-footer__logo .logo:after {
            right: calc(-999em - 50px); } }
      .site-footer__logo .logo img {
        margin: 0 auto;
        width: 100%;
        display: block; }
  @media (max-width: 991px) {
    .site-footer__bottom .row--bottom {
      display: flex;
      flex-wrap: wrap; } }
  .site-footer .bottom-col {
    text-align: center; }
    .site-footer .bottom-col.image img {
      margin: 0 auto; }
      @media (min-width: 992px) {
        .site-footer .bottom-col.image img {
          margin: 30px auto 0 auto; } }
    @media (max-width: 767px) {
      .site-footer .bottom-col.image:last-of-type {
        margin-top: 30px; } }
    @media (max-width: 991px) {
      .site-footer .bottom-col--center {
        order: 1;
        width: 100% !important; } }
    @media (min-width: 992px) {
      .site-footer .bottom-col--left.image img {
        margin: 60px auto 0 auto; } }
    @media (max-width: 767px) {
      .site-footer .bottom-col--left, .site-footer .bottom-col--right {
        width: 100% !important; } }
    @media (max-width: 991px) {
      .site-footer .bottom-col--left, .site-footer .bottom-col--right {
        order: 2; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .site-footer .bottom-col--left, .site-footer .bottom-col--right {
        width: 50% !important; } }
  .site-footer .menu {
    text-align: center;
    list-style: none inside none;
    margin: 0;
    padding: 0; }
    .site-footer .menu li {
      display: inline-block;
      padding: 0; }
  .site-footer .menu--primary-footer {
    margin-top: 48px; }
    @media (min-width: 768px) {
      .site-footer .menu--primary-footer {
        display: flex;
        justify-content: space-around; } }
    .site-footer .menu--primary-footer li {
      margin: 0; }
      @media (max-width: 767px) {
        .site-footer .menu--primary-footer li {
          display: block;
          margin-bottom: 30px; } }
    .site-footer .menu--primary-footer a {
      color: #FFFFFF;
      font-family: "freight-sans-compressed-pro", sans-serif;
      font-size: 18px;
      font-weight: bold;
      line-height: 17px;
      text-transform: uppercase;
      letter-spacing: 0.2em; }
  .site-footer .menu--secondary-footer {
    margin-top: 33px; }
    @media (min-width: 768px) {
      .site-footer .menu--secondary-footer {
        margin-top: 48px; } }
    .site-footer .menu--secondary-footer li {
      margin: 0 30px; }
      @media (max-width: 767px) {
        .site-footer .menu--secondary-footer li {
          display: block;
          margin: 0 0 20px 0; } }
    .site-footer .menu--secondary-footer a {
      color: #D3DAE0;
      font-family: "freight-sans-pro", sans-serif;
      font-size: 14px;
      font-weight: bold;
      line-height: 17px;
      text-transform: uppercase; }
  .site-footer .menu--social-media {
    margin-top: 42px;
    margin-bottom: 42px; }
    @media (min-width: 768px) {
      .site-footer .menu--social-media {
        margin-top: 74px;
        margin-bottom: 60px; } }
    @media (min-width: 992px) {
      .site-footer .menu--social-media {
        margin-bottom: 0; } }
    .site-footer .menu--social-media li {
      margin: 0 8px; }
    .site-footer .menu--social-media a {
      font-size: 18px;
      line-height: 18px;
      color: #FFDD00; }
  .site-footer .footer-col {
    text-align: center; }
  .site-footer .menu--copyright {
    display: inline-block;
    margin-top: 51px;
    font-size: 14px;
    line-height: 17px;
    color: #D3DAE0; }
    .site-footer .menu--copyright li {
      padding: 0; }
      .site-footer .menu--copyright li + li:before {
        content: '|';
        display: inline-block;
        padding-right: 2px; }
    .site-footer .menu--copyright a {
      font-weight: normal;
      color: #D3DAE0; }
      .site-footer .menu--copyright a[href^='tel:'] {
        margin-right: 3px;
        color: #FFDD00; }
  .site-footer .footer-flag {
    display: inline-block;
    margin: 12px 0 0 0; }
    @media (min-width: 992px) {
      .site-footer .footer-flag {
        margin: 48px 0 0 6px; } }

body.landing_page.header-large .header-image {
  padding: 277px 0 277px; }
  body.landing_page.header-large .header-image h2 {
    font-size: 120px; }
  body.landing_page.header-large .header-image p {
    color: #fff; }
  body.landing_page.header-large .header-image:after {
    background: linear-gradient(257deg, rgba(27, 35, 40, 0) 15%, rgba(27, 35, 40, 0.6) 96%); }
body.landing_page .site-header__top {
  height: 54px; }
body.landing_page .site-header__bottom .navbar .navbar-header {
  width: 100%; }
  body.landing_page .site-header__bottom .navbar .navbar-header .navbar-toggle {
    visibility: hidden; }
  body.landing_page .site-header__bottom .navbar .navbar-header .navbar-brand {
    left: 0;
    right: 0;
    margin: 0 auto; }
body.landing_page .landing-page-top-lines {
  width: 100%;
  height: 66px;
  overflow: hidden;
  position: relative; }
  body.landing_page .landing-page-top-lines:before, body.landing_page .landing-page-top-lines:after {
    content: " ";
    top: 52px;
    width: 50%;
    position: absolute;
    height: 11px;
    border-top: 2px #ececec solid;
    border-bottom: 2px #ececec solid; }
  body.landing_page .landing-page-top-lines:before {
    left: 0;
    transform: translateX(-100px); }
    @media (min-width: 768px) {
      body.landing_page .landing-page-top-lines:before {
        transform: translateX(-246px); } }
  body.landing_page .landing-page-top-lines:after {
    right: 0;
    transform: translateX(100px); }
    @media (min-width: 768px) {
      body.landing_page .landing-page-top-lines:after {
        transform: translateX(246px); } }
body.landing_page .landing_page_promos {
  position: relative;
  margin-top: -200px;
  background: #fff;
  padding: 6px;
  z-index: 50; }
  body.landing_page .landing_page_promos .landing_page_promos_row {
    margin: 0; }
    body.landing_page .landing_page_promos .landing_page_promos_row .landing_page_promo_image {
      text-align: center;
      margin-bottom: 50px; }
      body.landing_page .landing_page_promos .landing_page_promos_row .landing_page_promo_image img {
        margin: 0 auto; }
    body.landing_page .landing_page_promos .landing_page_promos_row .landing_page_promo_item {
      box-shadow: inset 0 0 0 5px #fff, inset 0 0 0 6px #D3DAE0;
      padding: 32px 27px; }
      @media (min-width: 768px) {
        body.landing_page .landing_page_promos .landing_page_promos_row .landing_page_promo_item {
          padding: 50px 75px; } }
body.landing_page .site-footer .menu--social-media {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    body.landing_page .site-footer .menu--social-media {
      margin-top: 50px; } }
body.landing_page .site-footer #menu-copyright {
  margin-top: 0; }

/* 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; }
  .editLink a {
    display: block;
    background: slategray;
    padding: 5px 10px;
    color: #FFF;
    text-decoration: none;
    font-size: 14px; }
    .editLink a:hover {
      color: #FFF; }

.comments-template {
  margin-top: 40px; }

.comment-count {
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  font-weight: 700; }

#comments {
  margin-bottom: 40px; }
  #comments ul,
  #comments li {
    margin: 0;
    padding: 0;
    list-style: none; }

.comment-wrap {
  position: relative;
  min-height: 70px;
  padding: 20px 0;
  border-bottom: 1px solid #eee; }
.comment-left-column {
  position: absolute;
  width: 70px;
  height: 70px; }
  @media (max-width: 767px) {
    .comment-left-column {
      display: none; } }
.comment-right-column {
  padding-left: 95px; }
  @media (max-width: 767px) {
    .comment-right-column {
      padding-left: 0; } }

.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 {
  text-align: center; }
  .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-listing-nav {
  margin: 0 0 72px 0; }

.woocommerce nav.woocommerce-pagination ul {
  border: none; }
  .woocommerce nav.woocommerce-pagination ul li {
    border: none; }
    .woocommerce nav.woocommerce-pagination ul li span.current,
    .woocommerce nav.woocommerce-pagination ul li a:hover {
      background: none;
      color: #2C3842; }

.post-meta {
  font-size: 11px;
  margin-bottom: 20px; }
  .post-meta > 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: #EE3A43;
    text-decoration: none;
    font-weight: normal; }
    .post-meta a:hover {
      color: #EE3A43; }
  .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: #EE3A43;
      display: inline-block;
      padding: 6px 27px 5px; }

.share-wrapper {
  margin-top: 30px;
  border-style: solid;
  border-width: 1px 0;
  border-color: #BABABA;
  padding: 10px 0; }
  .share-wrapper .share-title {
    float: left;
    display: inline-block; }
    .share-wrapper .share-title h3 {
      margin: 0;
      font-size: 28px;
      line-height: 1.7;
      font-weight: normal;
      letter-spacing: normal; }
  .share-wrapper .addthis_toolbox {
    font-size: 30px;
    padding: 0 15px;
    display: inline-block;
    float: left; }
    .share-wrapper .addthis_toolbox .custom_images .at300b {
      padding-right: 5px; }

/* Features */
.header-image {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  padding: 80px 0 110px; }
  @media (min-width: 768px) {
    .header-image {
      padding: 134px 0 140px; } }
  @media (min-width: 992px) {
    .header-image {
      padding: 155px 0 180px; } }
  .header-image img {
    width: 100%; }
  .header-image .header-breadcrumbs {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 700;
    color: #d8d8d8;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 14px 0; }
    .header-image .header-breadcrumbs a {
      color: #FFDD00; }
    .header-image .header-breadcrumbs:before, .header-image .header-breadcrumbs:after {
      background: rgba(216, 216, 216, 0.5);
      content: '';
      display: inline-block;
      width: 40px;
      height: 1px;
      position: absolute;
      left: auto;
      right: auto;
      top: 12px; }
    .header-image .header-breadcrumbs:before {
      left: -50px; }
    .header-image .header-breadcrumbs:after {
      right: -50px; }
  .header-image .ribbon {
    margin: 0 0 12px 0; }
  .header-image .header-image-text {
    text-align: center;
    margin: 0px auto;
    position: relative;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
    .header-image .header-image-text h1, .header-image .header-image-text h2 {
      margin: 0; }
  @media (max-width: 767px) {
    .header-image:not(.home-type) h2 {
      font-size: 44px;
      line-height: 0.9; } }
  .header-image.home-type {
    padding: 40px 0 40px; }
    @media (min-width: 768px) {
      .header-image.home-type {
        padding: 100px 0 155px; } }
    @media (min-width: 992px) {
      .header-image.home-type {
        padding: 100px 0 155px; } }
    .header-image.home-type:after {
      background: linear-gradient(90deg, rgba(27, 35, 40, 0.8) 0%, rgba(27, 35, 40, 0.6) 40%, rgba(27, 35, 40, 0) 100%); }
    .header-image.home-type .header-image-text {
      text-align: left;
      color: #fff; }
    .header-image.home-type h1 {
      font-size: 50px;
      margin: 0 0 10px;
      line-height: 0.83333; }
      @media (max-width: 767px) {
        .header-image.home-type h1 {
          font-size: 44px;
          line-height: 0.9; } }
      @media (min-width: 768px) {
        .header-image.home-type h1 {
          font-size: 62px;
          margin: 0 0 25px; } }
      @media (min-width: 992px) {
        .header-image.home-type h1 {
          max-width: 50%;
          font-size: 90px;
          line-height: 0.83333; } }
    .header-image.home-type .chicago_stars {
      display: none;
      max-width: 145px;
      padding: 20px 0 2px 0px; }
      @media (min-width: 992px) {
        .header-image.home-type .chicago_stars {
          max-width: 220px;
          padding: 20px 0 15px 20px; } }
    @media (min-width: 992px) {
      .header-image.home-type .header-image-content {
        max-width: 50%; } }
    .header-image.home-type .header-image-content a {
      color: #FFDD00; }
      .header-image.home-type .header-image-content a:hover {
        color: #FFDD00;
        text-decoration: underline; }
  .header-image .overlay-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1; }
    .header-image .overlay-image img {
      max-width: 357px;
      opacity: 0.1; }

.header-bottom {
  text-align: center;
  position: relative;
  overflow: hidden;
  transform: translateY(-50%);
  pointer-events: none;
  margin: 0 0 -100px;
  z-index: 15; }
  @media (min-width: 992px) {
    .header-bottom {
      margin: 0 0 -165px; } }
  .header-bottom .header-bottom-image {
    max-width: 240px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .header-bottom .header-bottom-image {
        max-width: 280px; } }
    @media (min-width: 992px) {
      .header-bottom .header-bottom-image {
        max-width: 460px; } }
    .header-bottom .header-bottom-image:before, .header-bottom .header-bottom-image:after {
      width: 50%;
      position: absolute;
      top: 65%; }
    .header-bottom .header-bottom-image:before {
      left: 0%;
      transform: translateX(-120px); }
      @media (min-width: 768px) {
        .header-bottom .header-bottom-image:before {
          transform: translateX(-140px); } }
      @media (min-width: 992px) {
        .header-bottom .header-bottom-image:before {
          transform: translateX(-245px); } }
    .header-bottom .header-bottom-image:after {
      right: 0;
      transform: translateX(120px); }
      @media (min-width: 768px) {
        .header-bottom .header-bottom-image:after {
          transform: translateX(140px); } }
      @media (min-width: 992px) {
        .header-bottom .header-bottom-image:after {
          transform: translateX(245px); } }
    .header-bottom .header-bottom-image img {
      position: relative;
      max-width: 100%;
      height: auto;
      z-index: 100; }

.brand_items {
  position: relative;
  margin: 0 auto; }
  .brand_items .brand_item_holder {
    margin: 0 0 50px; }
    .brand_items .brand_item_holder:after {
      width: calc(100% - 30px); }
    .brand_items .brand_item_holder.no-image .brand_left_image {
      display: none; }
      @media (min-width: 992px) {
        .brand_items .brand_item_holder.no-image .brand_left_image {
          display: block; } }
    .brand_items .brand_item_holder .brand_item {
      position: relative;
      background-size: cover !important;
      padding: 16px 14px; }
      .brand_items .brand_item_holder .brand_item .brand_item_box {
        position: relative;
        border: 1px #eee solid;
        z-index: 2; }
        .brand_items .brand_item_holder .brand_item .brand_item_box .brand_left_image {
          text-align: center;
          margin: 50px 0 0 0; }
          @media (min-width: 992px) {
            .brand_items .brand_item_holder .brand_item .brand_item_box .brand_left_image {
              margin: 85px 0 85px 0; } }
          .brand_items .brand_item_holder .brand_item .brand_item_box .brand_left_image img {
            width: 50%;
            margin: 0 auto; }
            @media (min-width: 992px) {
              .brand_items .brand_item_holder .brand_item .brand_item_box .brand_left_image img {
                width: 35%; } }
        .brand_items .brand_item_holder .brand_item .brand_item_box .brand_content {
          padding: 0 32px;
          margin: 50px 0 50px 0; }
          @media (min-width: 992px) {
            .brand_items .brand_item_holder .brand_item .brand_item_box .brand_content {
              padding: 0 50px 0 15px;
              margin: 85px 0; } }
          .brand_items .brand_item_holder .brand_item .brand_item_box .brand_content h3 {
            margin: 0 0 42px; }
          .brand_items .brand_item_holder .brand_item .brand_item_box .brand_content h1, .brand_items .brand_item_holder .brand_item .brand_item_box .brand_content h2, .brand_items .brand_item_holder .brand_item .brand_item_box .brand_content h3, .brand_items .brand_item_holder .brand_item .brand_item_box .brand_content h4, .brand_items .brand_item_holder .brand_item .brand_item_box .brand_content h5, .brand_items .brand_item_holder .brand_item .brand_item_box .brand_content h6, .brand_items .brand_item_holder .brand_item .brand_item_box .brand_content p {
            color: #fff; }

.interior-content.product_page .main-content {
  text-align: center; }
  .interior-content.product_page .main-content ul {
    text-align: left; }

body.blog .blog-sub-title {
  margin-top: 104px; }
  body.blog .blog-sub-title h3 {
    margin: 0 0 52px; }
body.blog .interior-content {
  padding-top: 0; }

.back {
  margin-bottom: 20px; }

.post {
  margin-bottom: 40px;
  padding-bottom: 40px; }

.post.type-post {
  text-align: left;
  position: relative;
  margin: 0;
  padding-bottom: 26px; }
  .post.type-post.has-post-thumbnail .landing-featured-img {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .post.type-post.has-post-thumbnail .landing-featured-img {
        margin-bottom: 0px; } }
    .post.type-post.has-post-thumbnail .landing-featured-img .featured-img {
      position: relative; }
      .post.type-post.has-post-thumbnail .landing-featured-img .featured-img img {
        width: 100%; }
  @media (min-width: 768px) {
    .post.type-post.has-post-thumbnail .post-content {
      padding-left: 60px; } }
  .post.type-post .ribbon-half {
    margin: 0 0 6px; }
    .post.type-post .ribbon-half:after {
      display: none; }
  .post.type-post .post-title {
    font-size: 40px;
    line-height: 1.2;
    margin: 0 0 30px; }
    .post.type-post .post-title a {
      color: #2C3842; }
      .post.type-post .post-title a .arrow {
        position: relative;
        left: 0;
        transition: left .2s ease;
        color: #EE3A43; }
      .post.type-post .post-title a:hover {
        text-decoration: none; }
        .post.type-post .post-title a:hover .arrow {
          position: relative;
          left: 4px;
          transition: left .2s ease; }
  .post.type-post p {
    margin: 0 0 30px; }
  .post.type-post .read-more {
    font-weight: bold; }

.blog-post-hr {
  border-bottom: 2px #eee solid;
  margin-bottom: 72px; }

.featured-posts {
  position: relative;
  margin: 104px 15px 0px 15px;
  z-index: 5; }
  @media (min-width: 768px) {
    .featured-posts {
      margin-top: 104px; } }
  .featured-posts .post.type-post {
    background: #fff;
    padding: 15px 13px; }
    .featured-posts .post.type-post:not(:first-child) {
      padding-top: 0; }
    .featured-posts .post.type-post .the-excerpt {
      border: 1px #eee solid;
      padding: 15px 0px; }
      @media (min-width: 992px) {
        .featured-posts .post.type-post .the-excerpt {
          padding: 88px 86px; } }
  .featured-posts .blog-post-hr {
    display: none; }

/* Carousel */
#slideshow {
  background: #F1F1F1;
  position: relative;
  z-index: 10; }
  #slideshow .item img {
    width: 100%; }
  #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: #FFF;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36);
    border: none;
    padding: 15px 25px;
    display: inline-block;
    font-family: "freight-sans-compressed-pro", sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.25;
    color: #2C3842;
    text-shadow: none;
    position: static; }
    @media (min-width: 768px) {
      #slideshow .item .carousel-caption {
        width: 25%;
        position: absolute;
        font-size: 28px;
        line-height: 1.25;
        padding: 70px 50px;
        top: 50%;
        bottom: auto;
        transform: translate(0, -50%);
        text-shadow: none; } }
    #slideshow .item .carousel-caption a {
      margin-top: 30px; }
  #slideshow .carousel-control {
    display: none; }
    @media (min-width: 768px) {
      #slideshow .carousel-control {
        display: block;
        font-size: 100px;
        line-height: 1;
        top: 50%;
        background: none;
        transform: translate(0, -50%);
        height: 100%; } }
    #slideshow .carousel-control span {
      line-height: 1;
      display: block;
      height: 100%; }
      #slideshow .carousel-control span::before {
        display: block;
        top: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%; }
  #slideshow .carousel-indicators {
    left: auto;
    width: 100%;
    margin: 0;
    padding: 14px 0 11px; }
    @media (min-width: 768px) {
      #slideshow .carousel-indicators {
        position: absolute;
        bottom: 0;
        z-index: 100; } }
    #slideshow .carousel-indicators li {
      margin: 0 5px;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      border: none;
      background-color: #CACACA;
      box-shadow: 1px 1px rgba(255, 255, 255, 0.6), inset 1px 1px 1px rgba(2, 3, 4, 0.24); }
      #slideshow .carousel-indicators li.active {
        background-color: #757275; }

.faqs-container {
  margin: 0 auto; }

#faqBlock {
  margin: 30px 0;
  padding: 0; }
  #faqBlock .group-holder {
    margin: 20px 0; }
    #faqBlock .group-holder .faqItem {
      border-radius: 4px;
      margin-bottom: 24px; }
      #faqBlock .group-holder .faqItem:after {
        width: calc(100% - 30px); }
      #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 {
            position: relative;
            background: #EE3A43;
            font-weight: normal;
            text-decoration: none;
            text-transform: uppercase;
            color: #fff;
            font-size: 24px;
            line-height: 1;
            margin: 0;
            display: block;
            padding: 25px 116px 28px 28px; }
            #faqBlock .group-holder .faqItem .collapse-heading h4 a:after {
              text-align: center;
              font-size: 30px;
              font-family: "FontAwesome", sans-serif;
              color: #EE3A43;
              background: #fff;
              content: "\f056";
              position: absolute;
              height: 100%;
              width: 88px;
              right: 0px;
              top: 0px;
              padding: 27px; }
            #faqBlock .group-holder .faqItem .collapse-heading h4 a.collapsed {
              background: #005FA8; }
              #faqBlock .group-holder .faqItem .collapse-heading h4 a.collapsed:after {
                background: #165489;
                color: #fff;
                content: "\f055"; }
      #faqBlock .group-holder .faqItem .collapse-body-bg {
        background: #fff; }
        #faqBlock .group-holder .faqItem .collapse-body-bg .collapse-body {
          padding: 50px 0 55px 0; }

.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-title h3 {
  font-family: "lato", sans-serif;
  font-weight: 900;
  margin: 0 0 34px 0;
  font-size: 24px;
  line-height: 1.25;
  text-transform: none; }

textarea {
  height: 263px; }

input[type=submit],
button {
  border: none;
  text-shadow: none;
  float: left; }

.ninja-forms-form-wrap .nf-form-layout .field-wrap {
  clear: both;
  width: 100%; }
.ninja-forms-form-wrap .nf-form-layout .ninja-forms-required-items {
  margin-bottom: 10px; }
.ninja-forms-form-wrap .nf-form-layout .isOptional-wrap label:after {
  content: " (optional)";
  color: #909090;
  font-weight: normal !important; }
.ninja-forms-form-wrap .nf-form-layout .nf-field-container {
  margin: 0 0 32px 0; }
.ninja-forms-form-wrap .nf-form-layout label {
  display: block !important; }
  @media (min-width: 992px) {
    .ninja-forms-form-wrap .nf-form-layout label {
      padding: 12px 0 12px;
      float: left; } }
.ninja-forms-form-wrap .nf-form-layout input[type=file] {
  margin: 0 !important;
  display: block;
  float: left;
  height: 42px;
  width: 70%;
  padding-top: 10px;
  padding-left: 15px;
  text-align: center; }
.ninja-forms-form-wrap .nf-form-layout .submit-wrap {
  text-align: left;
  padding: 16px 0 0 0; }
  .ninja-forms-form-wrap .nf-form-layout .submit-wrap .nf-field-element {
    text-align: left; }
.ninja-forms-form-wrap .nf-form-layout .ninja-forms-field-error {
  width: 100%;
  display: block;
  background: #FFD1D1;
  max-width: 550px;
  padding: 5px;
  text-align: center;
  clear: both; }
.ninja-forms-form-wrap .nf-form-layout .submit-wrap {
  text-align: right;
  background: none;
  border: none; }

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

.friendship_container {
  margin: 0 auto 72px; }
  .friendship_container h2 {
    text-align: center;
    font-size: 48px;
    color: #2C3842;
    line-height: 1.20833;
    margin: 0 auto 52px; }

ul.friendships {
  padding: 0;
  margin: 0 15px; }
  ul.friendships li {
    position: relative;
    margin: 0 0 72px 0;
    list-style: none; }
    @media (max-width: 767px) {
      ul.friendships li {
        width: 100% !important;
        float: none; } }
    ul.friendships li:nth-child(4n+1) {
      clear: both; }
    ul.friendships li a img {
      margin: 0 0 16px; }
    ul.friendships li .title {
      transition: color 0.3s;
      margin: 20px 0 0 0;
      padding: 0;
      font-family: "freight-sans-compressed-pro", sans-serif;
      font-size: 24px;
      font-weight: bold;
      line-height: 17px;
      color: #005FA8;
      text-transform: uppercase;
      text-decoration: none; }
      ul.friendships li .title:after {
        transition: color 0.3s;
        display: inline;
        content: '\00a0\203A';
        color: #EE3A43;
        left: 0px;
        transition: left .2s ease; }
    ul.friendships li a:hover {
      text-decoration: none;
      transition: left .2s ease; }
      ul.friendships li a:hover .title {
        color: #EE3A43;
        text-decoration: none; }
        ul.friendships li a:hover .title:after {
          text-decoration: none;
          color: #005FA8;
          position: relative;
          left: 4px; }

.hof-filters {
  margin: 0 0 62px; }
  .hof-filters .filters .row, .hof-filters .filters .interior-content, .hof-filters .filters body.landing_page .landing_page_promos .landing_page_promos_row, body.landing_page .landing_page_promos .hof-filters .filters .landing_page_promos_row, .hof-filters .filters .author-bio, .hof-filters .filters body.search .result-wrapper, body.search .hof-filters .filters .result-wrapper, .hof-filters .filters .woocommerce ul.products, .woocommerce .hof-filters .filters ul.products {
    margin: 0; }
  .hof-filters .filters .filter {
    text-align: center;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .hof-filters .filters .filter {
        padding: 0 15px; } }
    .hof-filters .filters .filter .facetwp-facet {
      display: inline-block;
      width: 264px;
      position: relative;
      margin: 0; }
      .hof-filters .filters .filter .facetwp-facet:before {
        background: url(../images/select-caret.gif) 0 0 no-repeat;
        content: '';
        width: 8px;
        height: 19px;
        opacity: 1;
        overflow: hidden;
        pointer-events: none;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        margin: 0;
        padding: 0; }
      .hof-filters .filters .filter .facetwp-facet select {
        background: #fff;
        border: solid 1px #d8d8d8;
        border-radius: 44px;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 264px;
        height: 48px;
        position: relative;
        height: 44px;
        position: relative;
        font-family: "lato", sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #b9c0c5;
        outline: none;
        text-overflow: '';
        text-indent: 0.1px;
        margin: 0;
        padding: 0 50px 0 30px; }
        .hof-filters .filters .filter .facetwp-facet select::-ms-expand {
          display: none; }

.hof-wrapper .post--hof.hof {
  background: none;
  border: none;
  text-align: left;
  margin: 0 0 60px; }
  @media (min-width: 768px) {
    .hof-wrapper .post--hof.hof:nth-of-type(4n+5) {
      clear: both; } }
  .hof-wrapper .post--hof.hof .featured-img {
    position: relative;
    margin-bottom: 16px; }
    .hof-wrapper .post--hof.hof .featured-img img {
      width: 100%; }
    .hof-wrapper .post--hof.hof .featured-img .year-ribbon {
      width: 70px;
      height: 70px;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 1;
      text-align: right; }
      .hof-wrapper .post--hof.hof .featured-img .year-ribbon:before {
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 50px solid #FFDD00;
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        bottom: -33px;
        right: -8px;
        transform: rotate(45deg);
        z-index: 1; }
      .hof-wrapper .post--hof.hof .featured-img .year-ribbon .year {
        display: block;
        width: auto;
        max-width: 61px;
        position: absolute;
        bottom: 1px;
        right: 9px;
        z-index: 2;
        font-family: "house-script", sans-serif;
        font-weight: 400;
        font-size: 20px;
        color: #2C3842; }
  .hof-wrapper .post--hof.hof .hof--desc .hof--name {
    font-family: "freight-sans-compressed-pro", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #005FA8;
    line-height: 1.25;
    text-transform: uppercase; }
    .hof-wrapper .post--hof.hof .hof--desc .hof--name .arrow {
      position: relative;
      left: 0;
      transition: left .2s ease;
      color: #EE3A43; }
  .hof-wrapper .post--hof.hof .hof--desc .hof--location {
    font-family: "lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #646B70;
    line-height: 1.66667; }
  .hof-wrapper .post--hof.hof > a {
    display: block;
    text-decoration: none; }
    .hof-wrapper .post--hof.hof > a:hover .hof--desc .hof--name .arrow {
      position: relative;
      left: 4px;
      transition: left .2s ease; }

.facet-loading {
  text-align: center;
  font-weight: bold; }

.load-more-wrapper {
  margin: 20px 0 50px; }
  .load-more-wrapper .load-more {
    text-align: center; }
    .load-more-wrapper .load-more button.fwp-load-more {
      float: none; }

@media (min-width: 768px) {
  body.single-halloffame #right {
    margin-top: 75px; } }

.hall-of-fame-single-content .featured-img {
  position: relative; }
  .hall-of-fame-single-content .featured-img:before {
    content: '';
    outline: solid 1px #d3dae0;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    position: absolute;
    left: 14px;
    top: 14px; }
  .hall-of-fame-single-content .featured-img img {
    width: 100%; }
.hall-of-fame-single-content .date {
  font-family: "lato", sans-serif;
  font-weight: 900;
  font-size: 24px;
  color: #2C3842;
  line-height: 1.25;
  margin-top: 40px; }

.sidebar-hof {
  text-align: center;
  margin: 50px 0 0; }
  @media (min-width: 768px) {
    .sidebar-hof {
      margin: 0; } }
  .sidebar-hof .location_single .acf-map {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 321px; }
    .sidebar-hof .location_single .acf-map img {
      max-width: inherit !important; }
  .sidebar-hof .location_single .sidebar-data-wrapper {
    margin: 0;
    padding: 0; }
    .sidebar-hof .location_single .sidebar-data-wrapper .logo {
      margin: 40px 0 0;
      padding: 0 15px; }
      @media (min-width: 992px) {
        .sidebar-hof .location_single .sidebar-data-wrapper .logo {
          padding: 0 70px; } }
      .sidebar-hof .location_single .sidebar-data-wrapper .logo img {
        width: 100%; }
    .sidebar-hof .location_single .sidebar-data-wrapper .sidebar-data-wrapper .sidebar-data {
      margin: 40px 0;
      padding: 0 15px; }
      @media (min-width: 992px) {
        .sidebar-hof .location_single .sidebar-data-wrapper .sidebar-data-wrapper .sidebar-data {
          padding: 0 70px; } }
      .sidebar-hof .location_single .sidebar-data-wrapper .sidebar-data-wrapper .sidebar-data p {
        margin: 0 0 30px; }

.gm-style button:hover {
  background-image: none !important;
  background: none !important; }
.gm-style button:before, .gm-style button:after {
  display: none; }

@media (min-width: 992px) {
  #primary-navigation-menu {
    display: block !important; }
    #primary-navigation-menu .mobile-tr,
    #primary-navigation-menu .navbar-toggle-close {
      display: none !important; } }
#primary-navigation-menu .ubermenu-image {
  position: relative;
  z-index: 1000; }
#primary-navigation-menu .ubermenu-main {
  max-width: 1400px;
  margin: 0 auto;
  text-align: right; }
  #primary-navigation-menu .ubermenu-main .ubermenu-nav > .ubermenu-item.ubermenu-current-menu-item > a, #primary-navigation-menu .ubermenu-main .ubermenu-nav > .ubermenu-item.ubermenu-current-menu-ancestor > a, #primary-navigation-menu .ubermenu-main .ubermenu-nav > .ubermenu-item.ubermenu-current_page_parent > a {
    position: relative; }
    #primary-navigation-menu .ubermenu-main .ubermenu-nav > .ubermenu-item.ubermenu-current-menu-item > a .ubermenu-target-title, #primary-navigation-menu .ubermenu-main .ubermenu-nav > .ubermenu-item.ubermenu-current-menu-ancestor > a .ubermenu-target-title, #primary-navigation-menu .ubermenu-main .ubermenu-nav > .ubermenu-item.ubermenu-current_page_parent > a .ubermenu-target-title {
      color: #EE3A43; }
      #primary-navigation-menu .ubermenu-main .ubermenu-nav > .ubermenu-item.ubermenu-current-menu-item > a .ubermenu-target-title:before, #primary-navigation-menu .ubermenu-main .ubermenu-nav > .ubermenu-item.ubermenu-current-menu-item > a .ubermenu-target-title:after, #primary-navigation-menu .ubermenu-main .ubermenu-nav > .ubermenu-item.ubermenu-current-menu-ancestor > a .ubermenu-target-title:before, #primary-navigation-menu .ubermenu-main .ubermenu-nav > .ubermenu-item.ubermenu-current-menu-ancestor > a .ubermenu-target-title:after, #primary-navigation-menu .ubermenu-main .ubermenu-nav > .ubermenu-item.ubermenu-current_page_parent > a .ubermenu-target-title:before, #primary-navigation-menu .ubermenu-main .ubermenu-nav > .ubermenu-item.ubermenu-current_page_parent > a .ubermenu-target-title:after {
        position: absolute;
        background: #FFF5B7;
        display: block;
        content: " ";
        width: 66px;
        height: 9px;
        margin: 0 auto;
        left: 0;
        right: 0; }
      #primary-navigation-menu .ubermenu-main .ubermenu-nav > .ubermenu-item.ubermenu-current-menu-item > a .ubermenu-target-title:before, #primary-navigation-menu .ubermenu-main .ubermenu-nav > .ubermenu-item.ubermenu-current-menu-ancestor > a .ubermenu-target-title:before, #primary-navigation-menu .ubermenu-main .ubermenu-nav > .ubermenu-item.ubermenu-current_page_parent > a .ubermenu-target-title:before {
        top: 25px;
        border-radius: 9px 9px 0 0; }
      #primary-navigation-menu .ubermenu-main .ubermenu-nav > .ubermenu-item.ubermenu-current-menu-item > a .ubermenu-target-title:after, #primary-navigation-menu .ubermenu-main .ubermenu-nav > .ubermenu-item.ubermenu-current-menu-ancestor > a .ubermenu-target-title:after, #primary-navigation-menu .ubermenu-main .ubermenu-nav > .ubermenu-item.ubermenu-current_page_parent > a .ubermenu-target-title:after {
        bottom: 25px;
        border-radius: 0 0 9px 9px; }
  #primary-navigation-menu .ubermenu-main .ubermenu-nav > .ubermenu-item > a {
    position: relative;
    cursor: pointer;
    padding: 29px 10px;
    overflow-y: hidden;
    transition: 0s; }
    #primary-navigation-menu .ubermenu-main .ubermenu-nav > .ubermenu-item > a:after {
      transition: top 0.1s ease-in 0s, opacity 0.1s ease-in 0s;
      position: absolute;
      left: 0;
      right: 0;
      top: 100px;
      display: block;
      content: '';
      width: 23px;
      height: 96px;
      margin: 0 auto;
      z-index: -1; }
    #primary-navigation-menu .ubermenu-main .ubermenu-nav > .ubermenu-item > a .ubermenu-target-title {
      transition: background-color 0.2s ease-in 0.1s, color 0.2s ease-in 0.1s;
      padding: 11px 30px 13px 30px;
      border-radius: 20px;
      font-size: 28px;
      letter-spacing: .5px;
      font-family: "freight-sans-compressed-pro", sans-serif;
      font-weight: bold;
      line-height: 17px;
      color: #005FA8;
      text-transform: uppercase; }
    #primary-navigation-menu .ubermenu-main .ubermenu-nav > .ubermenu-item > a:hover:after {
      transition: top 0.1s ease-in 0.1s, opacity 0.2s ease-in 0.3s;
      position: absolute;
      left: 0;
      right: 0;
      top: 4px;
      display: block;
      content: '';
      width: 23px;
      height: 96px;
      margin: 0 auto;
      background: url("../images/menu_fork.png") center bottom no-repeat; }
    #primary-navigation-menu .ubermenu-main .ubermenu-nav > .ubermenu-item > a:hover .ubermenu-target-title {
      transition: 0s;
      background: #EE3A43;
      color: #fff !important;
      text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
      text-decoration: none;
      background: url("../images/btn_ro.png") #EE3A43 center top repeat-x; }
      #primary-navigation-menu .ubermenu-main .ubermenu-nav > .ubermenu-item > a:hover .ubermenu-target-title:before, #primary-navigation-menu .ubermenu-main .ubermenu-nav > .ubermenu-item > a:hover .ubermenu-target-title:after {
        position: absolute;
        height: 19px;
        width: 9px;
        display: block;
        content: " ";
        top: 38px;
        background-size: 9px 19px !important;
        margin: 0; }
      #primary-navigation-menu .ubermenu-main .ubermenu-nav > .ubermenu-item > a:hover .ubermenu-target-title:before {
        left: 12px;
        right: auto;
        background: url("../images/btn_casing_left.png") center bottom no-repeat; }
      #primary-navigation-menu .ubermenu-main .ubermenu-nav > .ubermenu-item > a:hover .ubermenu-target-title:after {
        right: 12px;
        left: auto;
        background: url("../images/btn_casing_right.png") center bottom no-repeat; }
#primary-navigation-menu .ubermenu-submenu {
  padding: 40px 0;
  border: none !important;
  box-shadow: inset 0 0 0 14px #2C3842, inset 0 0 0 15px #242F38, 0 15px 15px rgba(0, 0, 0, 0.5);
  background-color: #2C3842;
  background-image: url("../images/mm_watermark.png");
  background-position: bottom left;
  background-size: 40%;
  background-repeat: no-repeat; }
  #primary-navigation-menu .ubermenu-submenu .ubermenu-row {
    max-width: 1400px;
    margin: 0 auto !important;
    float: none !important;
    width: 100% !important;
    display: flex;
    justify-content: center; }
  #primary-navigation-menu .ubermenu-submenu .ubermenu-item {
    padding: 0 15px;
    flex-grow: 1;
    text-align: center; }
  #primary-navigation-menu .ubermenu-submenu .ubermenu-target-title {
    transition: color 0.3s;
    color: #fff;
    font-family: "freight-sans-compressed-pro", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 17px;
    text-transform: uppercase; }
    #primary-navigation-menu .ubermenu-submenu .ubermenu-target-title:after {
      transition: color 0.3s;
      display: inline;
      content: '\00a0\203A';
      color: #EE3A43; }
  #primary-navigation-menu .ubermenu-submenu .ubermenu-target-with-image {
    position: relative; }
    #primary-navigation-menu .ubermenu-submenu .ubermenu-target-with-image:before {
      transition: box-shadow 0.3s;
      display: block;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 177px;
      width: auto;
      background: #fff;
      box-shadow: inset 0 0 0 10px #fff, inset 0 0 0 11px #D3DAE0; }
    #primary-navigation-menu .ubermenu-submenu .ubermenu-target-with-image:hover:before {
      box-shadow: inset 0 0 0 10px #fff, inset 0 0 0 11px #FFDD00; }
    #primary-navigation-menu .ubermenu-submenu .ubermenu-target-with-image:hover .ubermenu-target-title {
      color: #EE3A43; }
      #primary-navigation-menu .ubermenu-submenu .ubermenu-target-with-image:hover .ubermenu-target-title:after {
        color: #fff; }
    #primary-navigation-menu .ubermenu-submenu .ubermenu-target-with-image > .ubermenu-image {
      margin: -10px auto 20px;
      width: 100%;
      max-width: 226px; }
  #primary-navigation-menu .ubermenu-submenu .button--ghost {
    padding: 10px 30px 12px 30px;
    border-radius: 23px;
    border: 2px solid #FAFAFA;
    color: #EE3A43;
    font-size: 20px;
    font-weight: bold;
    line-height: 17px; }
@media (min-width: 768px) {
  #primary-navigation-menu .ubermenu-retractor {
    display: none; } }

#oms-locator-wrapper {
  margin: -22px auto 22px auto; }

#locations_map {
  padding-left: 0; }

#locations_list {
  padding: 0; }

#locations.row, #locations.interior-content, body.landing_page .landing_page_promos #locations.landing_page_promos_row, #locations.author-bio, body.search #locations.result-wrapper, .woocommerce ul#locations.products {
  margin: 0; }

.locator-inner {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 15px; }
  .locator-inner .map-col {
    padding: 0; }

.locations-submenu {
  background: #EE3A43;
  line-height: 1;
  overflow: hidden; }
  .locations-submenu .sub-menu-wrapper {
    text-align: center; }
    .locations-submenu .sub-menu-wrapper ul {
      display: inline-block;
      margin: 0 auto; }
      .locations-submenu .sub-menu-wrapper ul li {
        display: inline-block;
        float: left;
        border-right: 1px #C13037 solid;
        padding: 0;
        margin: 0; }
        .locations-submenu .sub-menu-wrapper ul li:first-child {
          border-left: 1px #C13037 solid; }
        .locations-submenu .sub-menu-wrapper ul li a {
          font-family: "freight-sans-compressed-pro", sans-serif;
          color: #fff;
          text-transform: uppercase;
          font-size: 18px;
          letter-spacing: 2px;
          position: relative;
          display: inline-block;
          width: 155px;
          height: 140px;
          padding: 12px 6px 12px;
          /*
          img.offIcon {
              display: block;
          }
          img.activeIcon {
              display: none;
          }
          */ }
          @media (min-width: 768px) {
            .locations-submenu .sub-menu-wrapper ul li a {
              font-size: 24px;
              padding: 34px 20px 20px;
              width: 240px;
              height: 206px; } }
          @media (min-width: 992px) {
            .locations-submenu .sub-menu-wrapper ul li a {
              width: 340px;
              height: 206px; } }
          .locations-submenu .sub-menu-wrapper ul li a .menu-item-image-title {
            display: none; }
          .locations-submenu .sub-menu-wrapper ul li a img {
            display: block;
            width: auto;
            height: auto;
            max-width: 50%;
            max-height: 50%;
            margin: 0 auto 25px; }
        .locations-submenu .sub-menu-wrapper ul li a:hover,
        .locations-submenu .sub-menu-wrapper ul li a.active {
          background: #E33941;
          -webkit-box-shadow: inset 0px 0px 40px 0px #C13037;
          -moz-box-shadow: inset 0px 0px 40px 0px #C13037;
          box-shadow: inset 0px 0px 40px 0px #C13037;
          text-decoration: none;
          /*
          img.offIcon {
              display: none;
          }
          img.activeIcon {
              display: block;
          }
             */ }
          .locations-submenu .sub-menu-wrapper ul li a:hover img,
          .locations-submenu .sub-menu-wrapper ul li a.active img {
            filter: brightness(0) invert(1); }
          .locations-submenu .sub-menu-wrapper ul li a:hover:after,
          .locations-submenu .sub-menu-wrapper ul li a.active:after {
            border: 10px transparent solid;
            border-bottom: 10px #fbfbfb solid;
            content: ' ';
            width: 20px;
            height: 20px;
            position: absolute;
            bottom: -3px;
            left: 0;
            right: 0;
            margin: 0 auto;
            z-index: 2; }

#oms-locator-filters {
  text-align: left;
  display: block;
  margin: 0 auto 65px; }
  @media (min-width: 992px) {
    #oms-locator-filters {
      text-align: center; } }

#oms-locator-filters label {
  font-size: 14px;
  letter-spacing: .5px;
  line-height: 4.71429;
  text-transform: uppercase;
  margin: 0 20px; }
#oms-locator-filters input,
#oms-locator-filters select {
  height: 66px;
  border-radius: 30px; }
#oms-locator-filters select {
  width: 100%; }
  @media (min-width: 992px) {
    #oms-locator-filters select {
      width: 250px; } }
#oms-locator-filters input {
  width: 100%; }
  @media (min-width: 992px) {
    #oms-locator-filters input {
      width: 330px; } }
#oms-locator-filters #oms-locator-radius-filter {
  display: block; }
  @media (min-width: 992px) {
    #oms-locator-filters #oms-locator-radius-filter {
      display: inline-block; } }
  #oms-locator-filters #oms-locator-radius-filter:before {
    top: 17px; }
  #oms-locator-filters #oms-locator-radius-filter:after {
    top: 36px; }
#oms-locator-filters #oms-locator-query-filter {
  display: block;
  position: relative; }
  @media (min-width: 992px) {
    #oms-locator-filters #oms-locator-query-filter {
      display: inline-block; } }
  #oms-locator-filters #oms-locator-query-filter input[type=text] {
    padding-right: 68px; }
  #oms-locator-filters #oms-locator-query-filter #oms-locator-submit-button {
    background-image: none !important;
    position: absolute;
    background: #005FA8 !important;
    width: 52px;
    height: 52px;
    border-radius: 26px;
    padding: 0;
    border: none;
    top: 6px;
    right: 6px; }
    #oms-locator-filters #oms-locator-query-filter #oms-locator-submit-button:hover {
      background-image: none !important; }
    #oms-locator-filters #oms-locator-query-filter #oms-locator-submit-button:before, #oms-locator-filters #oms-locator-query-filter #oms-locator-submit-button:after {
      display: none; }
#oms-locator-filters #res-stands-filters-container {
  text-align: center; }
#oms-locator-filters #res-stands-filters {
  width: 100%;
  text-align: left;
  display: inline-block;
  border-radius: 30px;
  background: #f2f2f2;
  padding: 10px 10px 10px 0;
  margin: 64px 0 0 0; }
  @media (min-width: 768px) {
    #oms-locator-filters #res-stands-filters {
      width: auto; } }
  #oms-locator-filters #res-stands-filters a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: #646B70;
    text-decoration: none !important;
    margin: 6px 14px; }
    @media (min-width: 768px) {
      #oms-locator-filters #res-stands-filters a {
        display: inline-block; } }
    @media (min-width: 992px) {
      #oms-locator-filters #res-stands-filters a {
        margin: 0 14px; } }
    #oms-locator-filters #res-stands-filters a:before {
      text-align: center;
      font-family: "FontAwesome", sans-serif;
      content: "\f00c";
      color: #fff;
      display: inline-block;
      border: 1px #dbdbdb solid;
      font-size: 16px;
      border-radius: 15px;
      width: 30px;
      height: 30px;
      background: #fff;
      margin: 0 16px 0 0; }
    #oms-locator-filters #res-stands-filters a:hover, #oms-locator-filters #res-stands-filters a:active {
      text-decoration: none; }
    #oms-locator-filters #res-stands-filters a.selected:before {
      border: 1px #005FA8 solid;
      background: #005FA8; }

#oms-locator-map {
  border: none;
  float: left;
  width: 66.66667%;
  left: 33.33333%;
  height: 800px;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 15px; }
  #oms-locator-map img {
    max-width: none;
    min-width: 0;
    width: inherit; }
  #oms-locator-map button:before, #oms-locator-map button:after {
    display: none; }
  #oms-locator-map .gmnoprint {
    max-height: 46px !important; }

@media (max-width: 767px) {
  .hidden-xs, .site-header__top .menu--top-right, #leftBar, .editLink, #primary-navigation-menu .ubermenu-main, #locations_map, .list--row.bubble .mobile-only, .list--row--icon, .widget.locations_single .desktop-only,
  #locations_map {
    display: none !important; } }
@media (max-width: 767px) {
  #oms-locator-results-map {
    display: none; } }

@media (min-width: 768px) {
  #oms-locator-map,
  #oms-locator-results-list,
  .list--wrapper {
    height: 800px; } }
#oms-locator-map.single,
#oms-locator-results-list.single,
.list--wrapper.single {
  height: 300px; }

#oms-locator-results-list {
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1);
  overflow: auto;
  background: #fff;
  float: left;
  width: 33.33333%;
  position: relative;
  min-height: 1px;
  right: 66.66667%;
  padding: 0; }
  @media (max-width: 767px) {
    #oms-locator-results-list {
      clear: both;
      width: 100%;
      right: auto; } }
  #oms-locator-results-list .meta-label.desktop-only {
    display: inline-block; }
  #oms-locator-results-list .meta-label {
    margin-right: 8px; }
  @media (min-width: 768px) {
    #oms-locator-results-list .meta-label + .desktop-only {
      display: inline-block; } }
  #oms-locator-results-list .mobile-only {
    display: block;
    text-align: center; }
    @media (min-width: 768px) {
      #oms-locator-results-list .mobile-only {
        display: none; } }
  #oms-locator-results-list .oms-locator-results-list-loading-text {
    padding: 16px 18px; }
  #oms-locator-results-list .locations_list_summary {
    background: #2e3942;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.21429;
    padding: 16px 18px; }
    #oms-locator-results-list .locations_list_summary .highlight {
      color: #FFDD00; }
  #oms-locator-results-list .oms-locator-results-list-result {
    padding: 26px 20px 36px 6px; }
    #oms-locator-results-list .oms-locator-results-list-result:nth-child(even) {
      background-color: #fafafa; }
    #oms-locator-results-list .oms-locator-results-list-result .list-result-left {
      cursor: pointer;
      text-align: center;
      display: inline-block;
      white-space: nowrap;
      width: 25%;
      float: left;
      font-size: 14px;
      padding: 0 10px; }
      @media (min-width: 992px) {
        #oms-locator-results-list .oms-locator-results-list-result .list-result-left {
          width: 20%; } }
      #oms-locator-results-list .oms-locator-results-list-result .list-result-left img {
        margin: 0 auto;
        max-width: 26px;
        height: auto; }
    #oms-locator-results-list .oms-locator-results-list-result .list-result-right {
      display: inline-block;
      width: 75%;
      font-size: 16px;
      line-height: 1.1875;
      padding: 0 10px; }
      @media (min-width: 992px) {
        #oms-locator-results-list .oms-locator-results-list-result .list-result-right {
          width: 80%; } }
      #oms-locator-results-list .oms-locator-results-list-result .list-result-right .oms-locator-result-name {
        cursor: pointer;
        color: #2C3842;
        font-weight: bold; }
      #oms-locator-results-list .oms-locator-results-list-result .list-result-right .oms-locator-result-phone {
        color: #2C3842;
        font-weight: bold;
        display: inline-block; }

.list--wrapper {
  overflow-y: scroll; }
  @media (max-width: 767px) {
    .list--wrapper {
      height: auto;
      overflow-y: visible; } }

.list--row {
  padding: 15px;
  font-size: 14px;
  line-height: 21px; }
  .list--row:nth-child(odd) {
    background: #E4E1DE; }
  .list--row.bubble {
    line-height: 21px;
    background: none; }

.list--row--icon {
  float: left;
  cursor: pointer; }
  .list--row--icon img {
    margin-left: 2px;
    width: 24px;
    height: auto; }
    @media (min-width: 992px) {
      .list--row--icon img {
        width: 44px; } }

.list--row.bubble {
  padding: 0;
  border-bottom: none;
  font-size: 12px; }
.list--row:not(.bubble) .list--row--address,
.list--row:not(.bubble) .list--row--taxonomy,
.list--row:not(.bubble) .list--row--meta {
  color: #646464;
  font-size: 13px;
  line-height: 18px; }
  @media (min-width: 768px) {
    .list--row:not(.bubble) .list--row--address,
    .list--row:not(.bubble) .list--row--taxonomy,
    .list--row:not(.bubble) .list--row--meta {
      padding-left: 42px; } }
  @media (min-width: 992px) {
    .list--row:not(.bubble) .list--row--address,
    .list--row:not(.bubble) .list--row--taxonomy,
    .list--row:not(.bubble) .list--row--meta {
      padding-left: 62px; } }
.list--row-single {
  padding: 0; }

.list--row--target {
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer; }
  .list--row--target.list--row--icon {
    float: none; }
  .list--row--target i {
    font-size: 14px; }

.list--row--taxonomy {
  margin-top: 8px;
  font-style: italic; }
  .list--row--taxonomy .delimiter {
    margin: 0 8px;
    font-weight: normal;
    font-style: italic; }

#locations_filter {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  #locations_filter .filter--label {
    font-size: 17px;
    color: #222121;
    float: left;
    margin: 7px 15px 0 0; }
  #locations_filter .facetwp-facet {
    float: left; }
  #locations_filter .facetwp-loading {
    margin-top: 12px; }
  #locations_filter label {
    display: block; }
  #locations_filter input[type=text],
  #locations_filter select {
    height: 50px;
    border: 1px solid rgba(51, 51, 51, 0.3);
    outline: none; }

.widget.locations_single .list--row--target {
  display: none; }
.widget.locations_single .meta-label {
  margin-right: 8px; }
@media (min-width: 768px) {
  .widget.locations_single .meta-label.desktop-only {
    display: inline-block; } }
@media (min-width: 768px) {
  .widget.locations_single .meta-label + .desktop-only {
    display: inline-block; } }
.widget.locations_single .mobile-only {
  text-align: center; }

.pageblock--edit-link {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 100; }
  @media (min-width: 768px) {
    .pageblock--edit-link {
      top: 20px;
      left: 20px; } }
  .pageblock--edit-link a {
    display: inline-block;
    text-decoration: none; }
    .pageblock--edit-link a span {
      transition: all 0.3s;
      opacity: 0; }
    .pageblock--edit-link a:hover {
      text-decoration: none; }
      .pageblock--edit-link a:hover span {
        opacity: 1; }

.pageblock__column.image img {
  max-width: 100%;
  width: 100%;
  height: auto; }

.pageblock__column.gallery img {
  width: 100%; }
.pageblock__column.gallery .carousel-control {
  background: none;
  opacity: 0.5; }
  .pageblock__column.gallery .carousel-control .prev,
  .pageblock__column.gallery .carousel-control .next {
    transition: padding 0.3s, color 0.3s;
    position: relative;
    top: 50%;
    display: block;
    margin-top: -35px;
    font-size: 70px;
    line-height: 70px;
    text-shadow: none; }
  .pageblock__column.gallery .carousel-control:hover {
    opacity: 1; }
    .pageblock__column.gallery .carousel-control:hover .prev {
      padding-right: 30px; }
    .pageblock__column.gallery .carousel-control:hover .next {
      padding-left: 30px; }
.pageblock__column.gallery .carousel-indicators li {
  margin: 0 8px;
  width: 16px;
  height: 16px; }
  .pageblock__column.gallery .carousel-indicators li.active {
    width: 16px;
    height: 16px; }

.pageblock--testimonial {
  background: #FFDD00 !important;
  overflow: visible !important;
  padding: 0 !important; }
  .pageblock--testimonial:before, .pageblock--testimonial:after {
    background-color: none;
    content: ''; }
    @media (min-width: 992px) {
      .pageblock--testimonial:before, .pageblock--testimonial:after {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        width: 25%;
        height: 10px;
        position: absolute;
        left: 0;
        right: auto;
        top: 50%;
        transform: translateY(-50%); } }
  .pageblock--testimonial:after {
    left: auto;
    right: 0; }
  .pageblock--testimonial .pageblock__inner {
    transform: translate(0px) !important;
    overflow: visible !important; }
  .pageblock--testimonial .testimonial {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center; }
    @media (min-width: 992px) {
      .pageblock--testimonial .testimonial {
        float: left;
        width: 50%; } }
    @media (min-width: 992px) {
      .pageblock--testimonial .testimonial {
        margin-left: 25%; } }
    .pageblock--testimonial .testimonial:after {
      background: url(../images/testimonial-fork.png) 0 0 no-repeat;
      background-size: contain;
      content: '';
      width: 85px;
      height: 64px;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    .pageblock--testimonial .testimonial__logo {
      margin-bottom: 40px; }
      .pageblock--testimonial .testimonial__logo img {
        display: inline-block; }
    .pageblock--testimonial .testimonial .pageblock__header {
      position: relative;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .pageblock--testimonial .testimonial .pageblock__header {
          margin-bottom: 20px; } }
      .pageblock--testimonial .testimonial .pageblock__header:before, .pageblock--testimonial .testimonial .pageblock__header:after {
        background-color: none;
        content: '';
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        width: 15%;
        height: 10px;
        position: absolute;
        bottom: -20px;
        left: 0;
        right: auto;
        top: auto;
        margin: 0 -15px; }
        @media (min-width: 992px) {
          .pageblock--testimonial .testimonial .pageblock__header:before, .pageblock--testimonial .testimonial .pageblock__header:after {
            display: none; } }
      .pageblock--testimonial .testimonial .pageblock__header:after {
        left: auto;
        right: 0; }
      .pageblock--testimonial .testimonial .pageblock__header h2 {
        font-family: "lato", sans-serif;
        font-weight: 900;
        font-size: 24px;
        color: #2C3842;
        line-height: 1.25;
        text-transform: none;
        margin: 0; }
    .pageblock--testimonial .testimonial__content {
      margin-bottom: 40px; }
      .pageblock--testimonial .testimonial__content .testimony {
        margin: 0 0 30px; }
        @media (min-width: 768px) {
          .pageblock--testimonial .testimonial__content .testimony {
            margin: 0 0 40px; } }
        .pageblock--testimonial .testimonial__content .testimony h5 {
          text-transform: none; }
        .pageblock--testimonial .testimonial__content .testimony p {
          color: #2C3842; }
    .pageblock--testimonial .testimonial .detail {
      font-family: "lato", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #2C3842;
      line-height: 1.875; }
      .pageblock--testimonial .testimonial .detail.detail--name {
        display: block;
        font-weight: 700; }
    .pageblock--testimonial .testimonial__source {
      padding: 70px 0 40px; }
      @media (min-width: 768px) {
        .pageblock--testimonial .testimonial__source {
          padding: 130px 0 70px; } }
  .pageblock--testimonial .author-details {
    position: absolute;
    left: 50%;
    top: -44px;
    transform: translateX(-50%);
    z-index: 5; }
    @media (min-width: 768px) {
      .pageblock--testimonial .author-details {
        top: -84px; } }
  .pageblock--testimonial .detail--photo {
    border: 5px solid #fff;
    border-radius: 50%;
    display: block;
    width: 88px;
    height: 88px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .pageblock--testimonial .detail--photo {
        border: 10px solid #fff;
        width: 165px;
        height: 165px; } }
    .pageblock--testimonial .detail--photo img {
      width: 100%;
      height: auto; }

.pageblock__column.video img {
  width: 100%; }
.pageblock__column.video a {
  display: block;
  position: relative; }
  .pageblock__column.video a:before {
    background-color: rgba(29, 39, 46, 0.7);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2; }
  .pageblock__column.video a:after {
    border: solid 5px #d8d8d8;
    border-radius: 58px;
    content: '\f04b';
    width: 320px;
    height: 88px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
    font-family: "FontAwesome", sans-serif;
    font-size: 27px;
    color: #FFDD00;
    line-height: 77px;
    text-align: center; }
  .pageblock__column.video a:hover:after {
    background: url("../images/mustard_btn_ro.gif") center center no-repeat;
    background-size: 100% auto; }
.pageblock__column.video .inline-block-video {
  display: none; }

.pageblock {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  padding: 5% 0;
  /* Example Animation Definition Start */
  /* Active Page Block State */
  /* Example Animation Definition End */
  /* Base Header Styles */
  /* Testimonial */
  /* Hall of Fame */
  /* FEED */
  /* FAQS */
  /* Gallery */
  /* Base One Column Layout */
  /* Base Two Column Layout */
  /* Base Three Column Layout */
  /* Base Four Column Layout */ }
  @media (min-width: 768px) {
    .pageblock {
      padding: 5% 0; } }
  .pageblock.bg_color--gray:not(.pageblock--video):not(.pageblock--testimonial):not(.pageblock--gallery) +
  .pageblock.bg_color--gray:not(.pageblock--video):not(.pageblock--testimonial):not(.pageblock--gallery), .pageblock.bg_color--white:not(.pageblock--video):not(.pageblock--testimonial):not(.pageblock--gallery) +
  .pageblock.bg_color--white:not(.pageblock--video):not(.pageblock--testimonial):not(.pageblock--gallery) {
    padding-top: 0; }
  .pageblock .pageblock__header {
    margin-bottom: 20px; }
    .pageblock .pageblock__header h2 {
      margin-bottom: 20px; }
  .pageblock .pageblock__inner {
    transition: transform 0.5s, opacity 1s;
    transform: translate(400px);
    overflow: hidden;
    opacity: 0; }
  .pageblock:nth-child(odd) .pageblock__inner {
    transform: translate(-400px); }
  .pageblock.active .pageblock__inner {
    opacity: 1;
    transform: translate(0); }
  .pageblock__header {
    text-align: center; }
    @media (min-width: 768px) {
      .pageblock__header {
        margin-bottom: 40px; } }
    .pageblock__header h2 {
      font-size: 48px;
      color: #2C3842;
      line-height: 1.20833;
      margin: 0 0 35px; }
  .pageblock.pageblock--testimonial {
    margin-top: 100px; }
  .pageblock.pageblock--halloffame {
    padding: 5% 0; }
    @media (min-width: 768px) {
      .pageblock.pageblock--halloffame {
        padding: 5% 0; } }
    .pageblock.pageblock--halloffame .pageblock__top {
      text-align: center;
      background: url("../images/hof_emblem.png") center 0 no-repeat;
      background-size: 160px auto;
      padding: 90px 0 0 0; }
      .pageblock.pageblock--halloffame .pageblock__top .ribbon {
        margin: 0 0 5px 0; }
      .pageblock.pageblock--halloffame .pageblock__top header h2 {
        margin: 0 0 52px; }
    .pageblock.pageblock--halloffame .pageblock__inner {
      transform: translate(0); }
      .pageblock.pageblock--halloffame .pageblock__inner .all-hof-button {
        text-align: center; }
      .pageblock.pageblock--halloffame .pageblock__inner .post--hof.hof {
        background: none;
        border: none;
        text-align: left;
        margin: 0 0 12px; }
        @media (min-width: 768px) {
          .pageblock.pageblock--halloffame .pageblock__inner .post--hof.hof {
            margin: 0 0 20px; } }
        .pageblock.pageblock--halloffame .pageblock__inner .post--hof.hof .featured-img {
          position: relative;
          margin-bottom: 16px; }
          .pageblock.pageblock--halloffame .pageblock__inner .post--hof.hof .featured-img img {
            width: 100%; }
          .pageblock.pageblock--halloffame .pageblock__inner .post--hof.hof .featured-img .year-ribbon {
            width: 70px;
            height: 70px;
            position: absolute;
            bottom: 0;
            right: 0;
            z-index: 1;
            text-align: right; }
            .pageblock.pageblock--halloffame .pageblock__inner .post--hof.hof .featured-img .year-ribbon:before {
              border-top: 50px solid transparent;
              border-bottom: 50px solid transparent;
              border-left: 50px solid #FFDD00;
              content: '';
              width: 0;
              height: 0;
              position: absolute;
              bottom: -33px;
              right: -8px;
              transform: rotate(45deg);
              z-index: 1; }
            .pageblock.pageblock--halloffame .pageblock__inner .post--hof.hof .featured-img .year-ribbon .year {
              display: block;
              width: auto;
              max-width: 61px;
              position: absolute;
              bottom: 1px;
              right: 9px;
              z-index: 2;
              font-family: "house-script", sans-serif;
              font-weight: 400;
              font-size: 20px;
              color: #2C3842; }
        .pageblock.pageblock--halloffame .pageblock__inner .post--hof.hof .hof--desc .hof--name {
          font-family: "freight-sans-compressed-pro", sans-serif;
          font-weight: 400;
          font-size: 24px;
          color: #005FA8;
          line-height: 1.25;
          text-transform: uppercase; }
          .pageblock.pageblock--halloffame .pageblock__inner .post--hof.hof .hof--desc .hof--name .arrow {
            position: relative;
            left: 0;
            transition: left .2s ease;
            color: #EE3A43; }
        .pageblock.pageblock--halloffame .pageblock__inner .post--hof.hof .hof--desc .hof--location {
          font-family: "lato", sans-serif;
          font-weight: 400;
          font-size: 18px;
          color: #646B70;
          line-height: 1.66667; }
        .pageblock.pageblock--halloffame .pageblock__inner .post--hof.hof > a {
          display: block;
          text-decoration: none; }
          .pageblock.pageblock--halloffame .pageblock__inner .post--hof.hof > a:hover .hof--desc .hof--name .arrow {
            position: relative;
            left: 4px;
            transition: left .2s ease; }
  .pageblock.pageblock--products .pageblock__inner {
    transform: translate(0px); }
    .pageblock.pageblock--products .pageblock__inner ul.products {
      padding: 0; }
      .pageblock.pageblock--products .pageblock__inner ul.products li {
        position: relative;
        margin: 0 0 72px 0;
        list-style: none; }
        @media (max-width: 767px) {
          .pageblock.pageblock--products .pageblock__inner ul.products li {
            width: 100% !important;
            float: none; } }
        .pageblock.pageblock--products .pageblock__inner ul.products li a img {
          margin: 0; }
        .pageblock.pageblock--products .pageblock__inner ul.products li .price {
          margin-top: 7px;
          font-family: "lato", sans-serif;
          font-size: 18px;
          font-weight: 900;
          color: #2C3842; }
          .pageblock.pageblock--products .pageblock__inner ul.products li .price ins {
            color: #EE3A43;
            text-decoration: none; }
          .pageblock.pageblock--products .pageblock__inner ul.products li .price del {
            margin-right: 8px;
            opacity: 1; }
        .pageblock.pageblock--products .pageblock__inner ul.products li.first {
          clear: none; }
        .pageblock.pageblock--products .pageblock__inner ul.products li .woocommerce-loop-product__title {
          transition: color 0.3s;
          margin: 20px 0 0 0;
          padding: 0;
          font-family: "freight-sans-compressed-pro", sans-serif;
          font-size: 24px;
          font-weight: bold;
          line-height: 1;
          color: #005FA8;
          text-transform: uppercase; }
          .pageblock.pageblock--products .pageblock__inner ul.products li .woocommerce-loop-product__title:after {
            transition: color 0.3s;
            display: inline;
            content: '\00a0\203A';
            color: #EE3A43; }
        .pageblock.pageblock--products .pageblock__inner ul.products li a:hover {
          text-decoration: none; }
          .pageblock.pageblock--products .pageblock__inner ul.products li a:hover .woocommerce-loop-product__title {
            color: #EE3A43; }
            .pageblock.pageblock--products .pageblock__inner ul.products li a:hover .woocommerce-loop-product__title:after {
              color: #005FA8; }
  .pageblock.pageblock--feed .pageblock__inner {
    transform: translate(0px);
    padding: 0 15px; }
    .pageblock.pageblock--feed .pageblock__inner .feed_content {
      text-align: center;
      margin-bottom: 70px; }
    .pageblock.pageblock--feed .pageblock__inner .juicer-feed {
      padding: 0 15px; }
      @media (min-width: 768px) {
        .pageblock.pageblock--feed .pageblock__inner .juicer-feed li.feed-item {
          height: 205px;
          overflow: hidden; } }
      @media (min-width: 768px) {
        .pageblock.pageblock--feed .pageblock__inner .juicer-feed li.feed-item img {
          width: auto;
          min-height: 205px; } }
  .pageblock.pageblock--faqs .pageblock__inner {
    transform: translate(0px); }
  .pageblock.pageblock--gallery {
    color: #fff;
    padding: 35px 0 35px; }
    .pageblock.pageblock--gallery:before, .pageblock.pageblock--gallery:after {
      display: none; }
    .pageblock.pageblock--gallery .pageblock__header {
      margin: 0 0 60px; }
      @media (min-width: 768px) {
        .pageblock.pageblock--gallery .pageblock__header {
          margin: 0 0 116px; } }
      .pageblock.pageblock--gallery .pageblock__header h2 {
        margin: 0; }
    .pageblock.pageblock--gallery .pageblock__inner {
      transform: translate(0px); }
      .pageblock.pageblock--gallery .pageblock__inner h1, .pageblock.pageblock--gallery .pageblock__inner h2, .pageblock.pageblock--gallery .pageblock__inner h3, .pageblock.pageblock--gallery .pageblock__inner h4, .pageblock.pageblock--gallery .pageblock__inner h5, .pageblock.pageblock--gallery .pageblock__inner h6, .pageblock.pageblock--gallery .pageblock__inner p {
        color: #fff; }
      .pageblock.pageblock--gallery .pageblock__inner .carousel, .pageblock.pageblock--gallery .pageblock__inner #slideshow {
        overflow: visible;
        margin: 0 auto;
        /* Fade instead of slide */ }
        .pageblock.pageblock--gallery .pageblock__inner .carousel .carousel-inner .item, .pageblock.pageblock--gallery .pageblock__inner #slideshow .carousel-inner .item {
          opacity: 0;
          transition-property: opacity; }
        .pageblock.pageblock--gallery .pageblock__inner .carousel .carousel-inner .active, .pageblock.pageblock--gallery .pageblock__inner #slideshow .carousel-inner .active {
          opacity: 1; }
        .pageblock.pageblock--gallery .pageblock__inner .carousel .carousel-inner .active.left, .pageblock.pageblock--gallery .pageblock__inner #slideshow .carousel-inner .active.left,
        .pageblock.pageblock--gallery .pageblock__inner .carousel .carousel-inner .active.right,
        .pageblock.pageblock--gallery .pageblock__inner #slideshow .carousel-inner .active.right {
          left: 0;
          opacity: 0;
          z-index: 1; }
        .pageblock.pageblock--gallery .pageblock__inner .carousel .carousel-inner .next.left, .pageblock.pageblock--gallery .pageblock__inner #slideshow .carousel-inner .next.left,
        .pageblock.pageblock--gallery .pageblock__inner .carousel .carousel-inner .prev.right,
        .pageblock.pageblock--gallery .pageblock__inner #slideshow .carousel-inner .prev.right {
          opacity: 1; }
        .pageblock.pageblock--gallery .pageblock__inner .carousel .carousel-inner, .pageblock.pageblock--gallery .pageblock__inner #slideshow .carousel-inner {
          margin: 0 0 60px; }
          @media (min-width: 768px) {
            .pageblock.pageblock--gallery .pageblock__inner .carousel .carousel-inner, .pageblock.pageblock--gallery .pageblock__inner #slideshow .carousel-inner {
              margin: 0 0 135px; } }
          .pageblock.pageblock--gallery .pageblock__inner .carousel .carousel-inner .item .slide-left, .pageblock.pageblock--gallery .pageblock__inner #slideshow .carousel-inner .item .slide-left {
            position: relative;
            float: left;
            width: 100%;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            padding: 0 45px;
            margin: 0 0 50px 0; }
            @media (min-width: 768px) {
              .pageblock.pageblock--gallery .pageblock__inner .carousel .carousel-inner .item .slide-left, .pageblock.pageblock--gallery .pageblock__inner #slideshow .carousel-inner .item .slide-left {
                float: left;
                width: 41.66667%; } }
            @media (min-width: 768px) {
              .pageblock.pageblock--gallery .pageblock__inner .carousel .carousel-inner .item .slide-left, .pageblock.pageblock--gallery .pageblock__inner #slideshow .carousel-inner .item .slide-left {
                margin-left: 8.33333%; } }
            @media (min-width: 768px) {
              .pageblock.pageblock--gallery .pageblock__inner .carousel .carousel-inner .item .slide-left, .pageblock.pageblock--gallery .pageblock__inner #slideshow .carousel-inner .item .slide-left {
                margin: 0 0 0 0; } }
            .pageblock.pageblock--gallery .pageblock__inner .carousel .carousel-inner .item .slide-left .slide-image, .pageblock.pageblock--gallery .pageblock__inner #slideshow .carousel-inner .item .slide-left .slide-image {
              width: 50%;
              margin: 0 auto; }
              @media (min-width: 768px) {
                .pageblock.pageblock--gallery .pageblock__inner .carousel .carousel-inner .item .slide-left .slide-image, .pageblock.pageblock--gallery .pageblock__inner #slideshow .carousel-inner .item .slide-left .slide-image {
                  width: 100%; } }
          .pageblock.pageblock--gallery .pageblock__inner .carousel .carousel-inner .item .slide-right, .pageblock.pageblock--gallery .pageblock__inner #slideshow .carousel-inner .item .slide-right {
            position: relative;
            float: left;
            width: 100%;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            text-align: center;
            padding-top: 30px; }
            @media (min-width: 768px) {
              .pageblock.pageblock--gallery .pageblock__inner .carousel .carousel-inner .item .slide-right, .pageblock.pageblock--gallery .pageblock__inner #slideshow .carousel-inner .item .slide-right {
                float: left;
                width: 41.66667%; } }
            @media (min-width: 768px) {
              .pageblock.pageblock--gallery .pageblock__inner .carousel .carousel-inner .item .slide-right, .pageblock.pageblock--gallery .pageblock__inner #slideshow .carousel-inner .item .slide-right {
                margin-left: 8.33333%; } }
            .pageblock.pageblock--gallery .pageblock__inner .carousel .carousel-inner .item .slide-right h3, .pageblock.pageblock--gallery .pageblock__inner #slideshow .carousel-inner .item .slide-right h3 {
              margin: 0 0 50px 0; }
            @media (min-width: 768px) {
              .pageblock.pageblock--gallery .pageblock__inner .carousel .carousel-inner .item .slide-right, .pageblock.pageblock--gallery .pageblock__inner #slideshow .carousel-inner .item .slide-right {
                text-align: left; } }
        .pageblock.pageblock--gallery .pageblock__inner .carousel .carousel-indicators, .pageblock.pageblock--gallery .pageblock__inner #slideshow .carousel-indicators {
          width: 100%;
          position: static;
          margin: 0 auto; }
          .pageblock.pageblock--gallery .pageblock__inner .carousel .carousel-indicators li, .pageblock.pageblock--gallery .pageblock__inner #slideshow .carousel-indicators li {
            width: 50px;
            height: 50px;
            border: none;
            margin: 0 20px;
            background: url("../images/slider_thumb_shadow.png") bottom center no-repeat;
            background-size: 80%; }
            @media (min-width: 768px) {
              .pageblock.pageblock--gallery .pageblock__inner .carousel .carousel-indicators li, .pageblock.pageblock--gallery .pageblock__inner #slideshow .carousel-indicators li {
                width: 100px;
                height: 100px; } }
            .pageblock.pageblock--gallery .pageblock__inner .carousel .carousel-indicators li.active img, .pageblock.pageblock--gallery .pageblock__inner #slideshow .carousel-indicators li.active img, .pageblock.pageblock--gallery .pageblock__inner .carousel .carousel-indicators li:hover img, .pageblock.pageblock--gallery .pageblock__inner #slideshow .carousel-indicators li:hover img {
              margin-top: -20px;
              transition: .3s ease; }
            .pageblock.pageblock--gallery .pageblock__inner .carousel .carousel-indicators li img, .pageblock.pageblock--gallery .pageblock__inner #slideshow .carousel-indicators li img {
              width: 100%;
              margin-top: 0px; }
        .pageblock.pageblock--gallery .pageblock__inner .carousel #rightControl, .pageblock.pageblock--gallery .pageblock__inner #slideshow #rightControl,
        .pageblock.pageblock--gallery .pageblock__inner .carousel #leftControl,
        .pageblock.pageblock--gallery .pageblock__inner #slideshow #leftControl {
          display: none; }
          @media (min-width: 768px) {
            .pageblock.pageblock--gallery .pageblock__inner .carousel #rightControl, .pageblock.pageblock--gallery .pageblock__inner #slideshow #rightControl,
            .pageblock.pageblock--gallery .pageblock__inner .carousel #leftControl,
            .pageblock.pageblock--gallery .pageblock__inner #slideshow #leftControl {
              display: block; } }
          .pageblock.pageblock--gallery .pageblock__inner .carousel #rightControl a, .pageblock.pageblock--gallery .pageblock__inner #slideshow #rightControl a,
          .pageblock.pageblock--gallery .pageblock__inner .carousel #leftControl a,
          .pageblock.pageblock--gallery .pageblock__inner #slideshow #leftControl a {
            background: none; }
            .pageblock.pageblock--gallery .pageblock__inner .carousel #rightControl a.left, .pageblock.pageblock--gallery .pageblock__inner #slideshow #rightControl a.left,
            .pageblock.pageblock--gallery .pageblock__inner .carousel #leftControl a.left,
            .pageblock.pageblock--gallery .pageblock__inner #slideshow #leftControl a.left {
              text-align: left; }
            .pageblock.pageblock--gallery .pageblock__inner .carousel #rightControl a.right, .pageblock.pageblock--gallery .pageblock__inner #slideshow #rightControl a.right,
            .pageblock.pageblock--gallery .pageblock__inner .carousel #leftControl a.right,
            .pageblock.pageblock--gallery .pageblock__inner #slideshow #leftControl a.right {
              text-align: right; }
            .pageblock.pageblock--gallery .pageblock__inner .carousel #rightControl a .next, .pageblock.pageblock--gallery .pageblock__inner #slideshow #rightControl a .next,
            .pageblock.pageblock--gallery .pageblock__inner .carousel #rightControl a .prev,
            .pageblock.pageblock--gallery .pageblock__inner #slideshow #rightControl a .prev,
            .pageblock.pageblock--gallery .pageblock__inner .carousel #leftControl a .next,
            .pageblock.pageblock--gallery .pageblock__inner #slideshow #leftControl a .next,
            .pageblock.pageblock--gallery .pageblock__inner .carousel #leftControl a .prev,
            .pageblock.pageblock--gallery .pageblock__inner #slideshow #leftControl a .prev {
              position: absolute;
              font-size: 30px;
              top: 50%;
              transform: translateY(-50%); }
            .pageblock.pageblock--gallery .pageblock__inner .carousel #rightControl a .next, .pageblock.pageblock--gallery .pageblock__inner #slideshow #rightControl a .next,
            .pageblock.pageblock--gallery .pageblock__inner .carousel #leftControl a .next,
            .pageblock.pageblock--gallery .pageblock__inner #slideshow #leftControl a .next {
              right: 15px; }
              .pageblock.pageblock--gallery .pageblock__inner .carousel #rightControl a .next:before, .pageblock.pageblock--gallery .pageblock__inner #slideshow #rightControl a .next:before,
              .pageblock.pageblock--gallery .pageblock__inner .carousel #leftControl a .next:before,
              .pageblock.pageblock--gallery .pageblock__inner #slideshow #leftControl a .next:before {
                content: "\f105"; }
            .pageblock.pageblock--gallery .pageblock__inner .carousel #rightControl a .prev, .pageblock.pageblock--gallery .pageblock__inner #slideshow #rightControl a .prev,
            .pageblock.pageblock--gallery .pageblock__inner .carousel #leftControl a .prev,
            .pageblock.pageblock--gallery .pageblock__inner #slideshow #leftControl a .prev {
              left: 15px; }
              .pageblock.pageblock--gallery .pageblock__inner .carousel #rightControl a .prev:before, .pageblock.pageblock--gallery .pageblock__inner #slideshow #rightControl a .prev:before,
              .pageblock.pageblock--gallery .pageblock__inner .carousel #leftControl a .prev:before,
              .pageblock.pageblock--gallery .pageblock__inner #slideshow #leftControl a .prev:before {
                content: "\f104"; }
  .pageblock.one_column_block.pageblock--image, .pageblock.one_column_block.pageblock--video {
    padding: 0; }
    .pageblock.one_column_block.pageblock--image .container-fluid, .pageblock.one_column_block.pageblock--image body.landing_page .landing_page_promos, body.landing_page .pageblock.one_column_block.pageblock--image .landing_page_promos, .pageblock.one_column_block.pageblock--image .header-image .header-image-text, .header-image .pageblock.one_column_block.pageblock--image .header-image-text, .pageblock.one_column_block.pageblock--image .faqs-container, .pageblock.one_column_block.pageblock--image .friendship_container, .pageblock.one_column_block.pageblock--image .hof-wrapper, .pageblock.one_column_block.pageblock--image .pageblock.pageblock--gallery .pageblock__inner .carousel, .pageblock.pageblock--gallery .pageblock__inner .pageblock.one_column_block.pageblock--image .carousel, .pageblock.one_column_block.pageblock--image .pageblock.pageblock--gallery .pageblock__inner #slideshow, .pageblock.pageblock--gallery .pageblock__inner .pageblock.one_column_block.pageblock--image #slideshow, .pageblock.one_column_block.pageblock--video .container-fluid, .pageblock.one_column_block.pageblock--video body.landing_page .landing_page_promos, body.landing_page .pageblock.one_column_block.pageblock--video .landing_page_promos, .pageblock.one_column_block.pageblock--video .header-image .header-image-text, .header-image .pageblock.one_column_block.pageblock--video .header-image-text, .pageblock.one_column_block.pageblock--video .faqs-container, .pageblock.one_column_block.pageblock--video .friendship_container, .pageblock.one_column_block.pageblock--video .hof-wrapper, .pageblock.one_column_block.pageblock--video .pageblock.pageblock--gallery .pageblock__inner .carousel, .pageblock.pageblock--gallery .pageblock__inner .pageblock.one_column_block.pageblock--video .carousel, .pageblock.one_column_block.pageblock--video .pageblock.pageblock--gallery .pageblock__inner #slideshow, .pageblock.pageblock--gallery .pageblock__inner .pageblock.one_column_block.pageblock--video #slideshow {
      max-width: 100%; }
  .pageblock.one_column_block .pageblock__column {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .pageblock.one_column_block .pageblock__column {
        float: left;
        width: 66.66667%; } }
    @media (min-width: 992px) {
      .pageblock.one_column_block .pageblock__column {
        margin-left: 16.66667%; } }
    .pageblock.one_column_block .pageblock__column.image, .pageblock.one_column_block .pageblock__column.video, .pageblock.one_column_block .pageblock__column.gallery {
      float: none;
      width: 100%;
      margin: 0;
      padding: 0; }
  .pageblock.two_column_block {
    /* Align Center */ }
    @media (min-width: 992px) {
      .pageblock.two_column_block .row, .pageblock.two_column_block .interior-content, .pageblock.two_column_block body.landing_page .landing_page_promos .landing_page_promos_row, body.landing_page .landing_page_promos .pageblock.two_column_block .landing_page_promos_row, .pageblock.two_column_block .author-bio, .pageblock.two_column_block body.search .result-wrapper, body.search .pageblock.two_column_block .result-wrapper, .pageblock.two_column_block .woocommerce ul.products, .woocommerce .pageblock.two_column_block ul.products {
        display: flex;
        align-items: center; } }
    .pageblock.two_column_block .pageblock__column.image, .pageblock.two_column_block .pageblock__column.video, .pageblock.two_column_block .pageblock__column.gallery {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 75px; }
      @media (min-width: 992px) {
        .pageblock.two_column_block .pageblock__column.image, .pageblock.two_column_block .pageblock__column.video, .pageblock.two_column_block .pageblock__column.gallery {
          float: left;
          width: 50%; } }
      @media (min-width: 992px) {
        .pageblock.two_column_block .pageblock__column.image, .pageblock.two_column_block .pageblock__column.video, .pageblock.two_column_block .pageblock__column.gallery {
          margin-left: 0%; } }
      @media (min-width: 992px) {
        .pageblock.two_column_block .pageblock__column.image, .pageblock.two_column_block .pageblock__column.video, .pageblock.two_column_block .pageblock__column.gallery {
          padding-bottom: 0; } }
      .pageblock.two_column_block .pageblock__column.image .media-wrapper, .pageblock.two_column_block .pageblock__column.video .media-wrapper, .pageblock.two_column_block .pageblock__column.gallery .media-wrapper {
        position: relative; }
    .pageblock.two_column_block .pageblock__column.text {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .pageblock.two_column_block .pageblock__column.text {
          float: left;
          width: 41.66667%; } }
      @media (min-width: 992px) {
        .pageblock.two_column_block .pageblock__column.text {
          margin-left: 8.33333%; } }
      .pageblock.two_column_block .pageblock__column.text .pageblock__header {
        text-align: left; }
    .pageblock.two_column_block.has_shadow .media-wrapper {
      position: relative; }
      .pageblock.two_column_block.has_shadow .media-wrapper:after {
        border-radius: 100%;
        box-shadow: 0 42px 15px -16px rgba(0, 0, 0, 0.2);
        content: '';
        width: 100%;
        height: 50px;
        position: absolute;
        bottom: -5px;
        left: 0;
        z-index: -1; }
    .pageblock.two_column_block.reverse .row, .pageblock.two_column_block.reverse .interior-content, .pageblock.two_column_block.reverse body.landing_page .landing_page_promos .landing_page_promos_row, body.landing_page .landing_page_promos .pageblock.two_column_block.reverse .landing_page_promos_row, .pageblock.two_column_block.reverse .author-bio, .pageblock.two_column_block.reverse body.search .result-wrapper, body.search .pageblock.two_column_block.reverse .result-wrapper, .pageblock.two_column_block.reverse .woocommerce ul.products, .woocommerce .pageblock.two_column_block.reverse ul.products {
      flex-direction: column-reverse;
      display: flex; }
      @media (min-width: 992px) {
        .pageblock.two_column_block.reverse .row, .pageblock.two_column_block.reverse .interior-content, .pageblock.two_column_block.reverse body.landing_page .landing_page_promos .landing_page_promos_row, body.landing_page .landing_page_promos .pageblock.two_column_block.reverse .landing_page_promos_row, .pageblock.two_column_block.reverse .author-bio, .pageblock.two_column_block.reverse body.search .result-wrapper, body.search .pageblock.two_column_block.reverse .result-wrapper, .pageblock.two_column_block.reverse .woocommerce ul.products, .woocommerce .pageblock.two_column_block.reverse ul.products {
          flex-direction: row; } }
      .pageblock.two_column_block.reverse .row .pageblock__column.image, .pageblock.two_column_block.reverse .interior-content .pageblock__column.image, .pageblock.two_column_block.reverse body.landing_page .landing_page_promos .landing_page_promos_row .pageblock__column.image, body.landing_page .landing_page_promos .pageblock.two_column_block.reverse .landing_page_promos_row .pageblock__column.image, .pageblock.two_column_block.reverse .author-bio .pageblock__column.image, .pageblock.two_column_block.reverse body.search .result-wrapper .pageblock__column.image, body.search .pageblock.two_column_block.reverse .result-wrapper .pageblock__column.image, .pageblock.two_column_block.reverse .woocommerce ul.products .pageblock__column.image, .woocommerce .pageblock.two_column_block.reverse ul.products .pageblock__column.image, .pageblock.two_column_block.reverse .row .pageblock__column.video, .pageblock.two_column_block.reverse .interior-content .pageblock__column.video, .pageblock.two_column_block.reverse body.landing_page .landing_page_promos .landing_page_promos_row .pageblock__column.video, body.landing_page .landing_page_promos .pageblock.two_column_block.reverse .landing_page_promos_row .pageblock__column.video, .pageblock.two_column_block.reverse .author-bio .pageblock__column.video, .pageblock.two_column_block.reverse body.search .result-wrapper .pageblock__column.video, body.search .pageblock.two_column_block.reverse .result-wrapper .pageblock__column.video, .pageblock.two_column_block.reverse .woocommerce ul.products .pageblock__column.video, .woocommerce .pageblock.two_column_block.reverse ul.products .pageblock__column.video, .pageblock.two_column_block.reverse .row .pageblock__column.gallery, .pageblock.two_column_block.reverse .interior-content .pageblock__column.gallery, .pageblock.two_column_block.reverse body.landing_page .landing_page_promos .landing_page_promos_row .pageblock__column.gallery, body.landing_page .landing_page_promos .pageblock.two_column_block.reverse .landing_page_promos_row .pageblock__column.gallery, .pageblock.two_column_block.reverse .author-bio .pageblock__column.gallery, .pageblock.two_column_block.reverse body.search .result-wrapper .pageblock__column.gallery, body.search .pageblock.two_column_block.reverse .result-wrapper .pageblock__column.gallery, .pageblock.two_column_block.reverse .woocommerce ul.products .pageblock__column.gallery, .woocommerce .pageblock.two_column_block.reverse ul.products .pageblock__column.gallery {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px; }
        @media (min-width: 992px) {
          .pageblock.two_column_block.reverse .row .pageblock__column.image, .pageblock.two_column_block.reverse .interior-content .pageblock__column.image, .pageblock.two_column_block.reverse body.landing_page .landing_page_promos .landing_page_promos_row .pageblock__column.image, body.landing_page .landing_page_promos .pageblock.two_column_block.reverse .landing_page_promos_row .pageblock__column.image, .pageblock.two_column_block.reverse .author-bio .pageblock__column.image, .pageblock.two_column_block.reverse body.search .result-wrapper .pageblock__column.image, body.search .pageblock.two_column_block.reverse .result-wrapper .pageblock__column.image, .pageblock.two_column_block.reverse .woocommerce ul.products .pageblock__column.image, .woocommerce .pageblock.two_column_block.reverse ul.products .pageblock__column.image, .pageblock.two_column_block.reverse .row .pageblock__column.video, .pageblock.two_column_block.reverse .interior-content .pageblock__column.video, .pageblock.two_column_block.reverse body.landing_page .landing_page_promos .landing_page_promos_row .pageblock__column.video, body.landing_page .landing_page_promos .pageblock.two_column_block.reverse .landing_page_promos_row .pageblock__column.video, .pageblock.two_column_block.reverse .author-bio .pageblock__column.video, .pageblock.two_column_block.reverse body.search .result-wrapper .pageblock__column.video, body.search .pageblock.two_column_block.reverse .result-wrapper .pageblock__column.video, .pageblock.two_column_block.reverse .woocommerce ul.products .pageblock__column.video, .woocommerce .pageblock.two_column_block.reverse ul.products .pageblock__column.video, .pageblock.two_column_block.reverse .row .pageblock__column.gallery, .pageblock.two_column_block.reverse .interior-content .pageblock__column.gallery, .pageblock.two_column_block.reverse body.landing_page .landing_page_promos .landing_page_promos_row .pageblock__column.gallery, body.landing_page .landing_page_promos .pageblock.two_column_block.reverse .landing_page_promos_row .pageblock__column.gallery, .pageblock.two_column_block.reverse .author-bio .pageblock__column.gallery, .pageblock.two_column_block.reverse body.search .result-wrapper .pageblock__column.gallery, body.search .pageblock.two_column_block.reverse .result-wrapper .pageblock__column.gallery, .pageblock.two_column_block.reverse .woocommerce ul.products .pageblock__column.gallery, .woocommerce .pageblock.two_column_block.reverse ul.products .pageblock__column.gallery {
            float: left;
            width: 50%; } }
        @media (min-width: 992px) {
          .pageblock.two_column_block.reverse .row .pageblock__column.image, .pageblock.two_column_block.reverse .interior-content .pageblock__column.image, .pageblock.two_column_block.reverse body.landing_page .landing_page_promos .landing_page_promos_row .pageblock__column.image, body.landing_page .landing_page_promos .pageblock.two_column_block.reverse .landing_page_promos_row .pageblock__column.image, .pageblock.two_column_block.reverse .author-bio .pageblock__column.image, .pageblock.two_column_block.reverse body.search .result-wrapper .pageblock__column.image, body.search .pageblock.two_column_block.reverse .result-wrapper .pageblock__column.image, .pageblock.two_column_block.reverse .woocommerce ul.products .pageblock__column.image, .woocommerce .pageblock.two_column_block.reverse ul.products .pageblock__column.image, .pageblock.two_column_block.reverse .row .pageblock__column.video, .pageblock.two_column_block.reverse .interior-content .pageblock__column.video, .pageblock.two_column_block.reverse body.landing_page .landing_page_promos .landing_page_promos_row .pageblock__column.video, body.landing_page .landing_page_promos .pageblock.two_column_block.reverse .landing_page_promos_row .pageblock__column.video, .pageblock.two_column_block.reverse .author-bio .pageblock__column.video, .pageblock.two_column_block.reverse body.search .result-wrapper .pageblock__column.video, body.search .pageblock.two_column_block.reverse .result-wrapper .pageblock__column.video, .pageblock.two_column_block.reverse .woocommerce ul.products .pageblock__column.video, .woocommerce .pageblock.two_column_block.reverse ul.products .pageblock__column.video, .pageblock.two_column_block.reverse .row .pageblock__column.gallery, .pageblock.two_column_block.reverse .interior-content .pageblock__column.gallery, .pageblock.two_column_block.reverse body.landing_page .landing_page_promos .landing_page_promos_row .pageblock__column.gallery, body.landing_page .landing_page_promos .pageblock.two_column_block.reverse .landing_page_promos_row .pageblock__column.gallery, .pageblock.two_column_block.reverse .author-bio .pageblock__column.gallery, .pageblock.two_column_block.reverse body.search .result-wrapper .pageblock__column.gallery, body.search .pageblock.two_column_block.reverse .result-wrapper .pageblock__column.gallery, .pageblock.two_column_block.reverse .woocommerce ul.products .pageblock__column.gallery, .woocommerce .pageblock.two_column_block.reverse ul.products .pageblock__column.gallery {
            margin-left: 8.33333%; } }
      .pageblock.two_column_block.reverse .row .pageblock__column.text, .pageblock.two_column_block.reverse .interior-content .pageblock__column.text, .pageblock.two_column_block.reverse body.landing_page .landing_page_promos .landing_page_promos_row .pageblock__column.text, body.landing_page .landing_page_promos .pageblock.two_column_block.reverse .landing_page_promos_row .pageblock__column.text, .pageblock.two_column_block.reverse .author-bio .pageblock__column.text, .pageblock.two_column_block.reverse body.search .result-wrapper .pageblock__column.text, body.search .pageblock.two_column_block.reverse .result-wrapper .pageblock__column.text, .pageblock.two_column_block.reverse .woocommerce ul.products .pageblock__column.text, .woocommerce .pageblock.two_column_block.reverse ul.products .pageblock__column.text {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px; }
        @media (min-width: 992px) {
          .pageblock.two_column_block.reverse .row .pageblock__column.text, .pageblock.two_column_block.reverse .interior-content .pageblock__column.text, .pageblock.two_column_block.reverse body.landing_page .landing_page_promos .landing_page_promos_row .pageblock__column.text, body.landing_page .landing_page_promos .pageblock.two_column_block.reverse .landing_page_promos_row .pageblock__column.text, .pageblock.two_column_block.reverse .author-bio .pageblock__column.text, .pageblock.two_column_block.reverse body.search .result-wrapper .pageblock__column.text, body.search .pageblock.two_column_block.reverse .result-wrapper .pageblock__column.text, .pageblock.two_column_block.reverse .woocommerce ul.products .pageblock__column.text, .woocommerce .pageblock.two_column_block.reverse ul.products .pageblock__column.text {
            float: left;
            width: 41.66667%; } }
        @media (min-width: 992px) {
          .pageblock.two_column_block.reverse .row .pageblock__column.text, .pageblock.two_column_block.reverse .interior-content .pageblock__column.text, .pageblock.two_column_block.reverse body.landing_page .landing_page_promos .landing_page_promos_row .pageblock__column.text, body.landing_page .landing_page_promos .pageblock.two_column_block.reverse .landing_page_promos_row .pageblock__column.text, .pageblock.two_column_block.reverse .author-bio .pageblock__column.text, .pageblock.two_column_block.reverse body.search .result-wrapper .pageblock__column.text, body.search .pageblock.two_column_block.reverse .result-wrapper .pageblock__column.text, .pageblock.two_column_block.reverse .woocommerce ul.products .pageblock__column.text, .woocommerce .pageblock.two_column_block.reverse ul.products .pageblock__column.text {
            margin-left: 0%; } }
        .pageblock.two_column_block.reverse .row .pageblock__column.text .pageblock__header, .pageblock.two_column_block.reverse .interior-content .pageblock__column.text .pageblock__header, .pageblock.two_column_block.reverse body.landing_page .landing_page_promos .landing_page_promos_row .pageblock__column.text .pageblock__header, body.landing_page .landing_page_promos .pageblock.two_column_block.reverse .landing_page_promos_row .pageblock__column.text .pageblock__header, .pageblock.two_column_block.reverse .author-bio .pageblock__column.text .pageblock__header, .pageblock.two_column_block.reverse body.search .result-wrapper .pageblock__column.text .pageblock__header, body.search .pageblock.two_column_block.reverse .result-wrapper .pageblock__column.text .pageblock__header, .pageblock.two_column_block.reverse .woocommerce ul.products .pageblock__column.text .pageblock__header, .woocommerce .pageblock.two_column_block.reverse ul.products .pageblock__column.text .pageblock__header {
          text-align: left; }
    .pageblock.two_column_block.pageblock--text-text .pageblock__column {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .pageblock.two_column_block.pageblock--text-text .pageblock__column {
          float: left;
          width: 50%; } }
      @media (min-width: 992px) {
        .pageblock.two_column_block.pageblock--text-text .pageblock__column {
          margin-left: 0%; } }
  .pageblock.offset .pageblock__column.image, .pageblock.offset .pageblock__column.video, .pageblock.offset .pageblock__column.gallery {
    position: relative;
    right: auto; }
  .pageblock.offset.reverse .row .pageblock__column.image, .pageblock.offset.reverse .interior-content .pageblock__column.image, .pageblock.offset.reverse body.landing_page .landing_page_promos .landing_page_promos_row .pageblock__column.image, body.landing_page .landing_page_promos .pageblock.offset.reverse .landing_page_promos_row .pageblock__column.image, .pageblock.offset.reverse .author-bio .pageblock__column.image, .pageblock.offset.reverse body.search .result-wrapper .pageblock__column.image, body.search .pageblock.offset.reverse .result-wrapper .pageblock__column.image, .pageblock.offset.reverse .woocommerce ul.products .pageblock__column.image, .woocommerce .pageblock.offset.reverse ul.products .pageblock__column.image, .pageblock.offset.reverse .row .pageblock__column.video, .pageblock.offset.reverse .interior-content .pageblock__column.video, .pageblock.offset.reverse body.landing_page .landing_page_promos .landing_page_promos_row .pageblock__column.video, body.landing_page .landing_page_promos .pageblock.offset.reverse .landing_page_promos_row .pageblock__column.video, .pageblock.offset.reverse .author-bio .pageblock__column.video, .pageblock.offset.reverse body.search .result-wrapper .pageblock__column.video, body.search .pageblock.offset.reverse .result-wrapper .pageblock__column.video, .pageblock.offset.reverse .woocommerce ul.products .pageblock__column.video, .woocommerce .pageblock.offset.reverse ul.products .pageblock__column.video, .pageblock.offset.reverse .row .pageblock__column.gallery, .pageblock.offset.reverse .interior-content .pageblock__column.gallery, .pageblock.offset.reverse body.landing_page .landing_page_promos .landing_page_promos_row .pageblock__column.gallery, body.landing_page .landing_page_promos .pageblock.offset.reverse .landing_page_promos_row .pageblock__column.gallery, .pageblock.offset.reverse .author-bio .pageblock__column.gallery, .pageblock.offset.reverse body.search .result-wrapper .pageblock__column.gallery, body.search .pageblock.offset.reverse .result-wrapper .pageblock__column.gallery, .pageblock.offset.reverse .woocommerce ul.products .pageblock__column.gallery, .woocommerce .pageblock.offset.reverse ul.products .pageblock__column.gallery {
    position: relative;
    left: auto; }
  .pageblock.three_column_block .pageblock__column {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .pageblock.three_column_block .pageblock__column {
        float: left;
        width: 33.33333%; } }
  .pageblock.four_column_block .pageblock__column {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .pageblock.four_column_block .pageblock__column {
        float: left;
        width: 50%; } }
    @media (min-width: 992px) {
      .pageblock.four_column_block .pageblock__column {
        float: left;
        width: 25%; } }

/* Background Color */
.bg_color--white {
  background: #fff; }
.bg_color--gray {
  background: #fafafa; }

/* Background Image */
.bg_image {
  background-position: center;
  background-size: cover;
  position: relative;
  /*
  @media (min-width: $screen-sm-min) {
      min-height: 645px;
  }
  */ }
  .bg_image.has_overlay:before {
    background-color: rgba(29, 39, 46, 0.6);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .bg_image.has_overlay .pageblock__header h2 {
    color: #fff; }
  .bg_image.has_overlay .text p {
    color: #fff; }
  @media (min-width: 768px) {
    .bg_image .pageblock__header h2 {
      font-size: 72px;
      line-height: 1.19444; } }
  .bg_image .text p {
    color: #2C3842;
    font-size: 20px;
    line-height: 1.6; }

/* Background Overlay */
.bg_overlay {
  position: relative;
  background-position: center;
  background-size: cover; }
  .bg_overlay:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .bg_overlay--white:before {
    background: rgba(255, 255, 255, 0.8); }
  .bg_overlay--gray:before {
    background: rgba(100, 100, 100, 0.3); }
  .bg_overlay--black:before {
    background: rgba(0, 0, 0, 0.8); }

/* One Column Page Block */
.one_column_block .pageblock__column {
  text-align: center; }

/* Two Column Page Block */
.two_column_block .pageblock__column {
  margin-bottom: 30px; }
  .two_column_block .pageblock__column:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .two_column_block .pageblock__column {
      margin-bottom: 0; } }
.two_column_block.reverse .pageblock__column {
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .two_column_block.reverse .pageblock__column:last-of-type {
      margin-bottom: 30px; } }

/* Three Column Page Block */
.three_column_block .pageblock__column {
  margin-bottom: 30px;
  text-align: center; }
  @media (min-width: 768px) {
    .three_column_block .pageblock__column {
      margin-bottom: 0; } }
  .three_column_block .pageblock__column:last-of-type {
    margin-bottom: 0; }
  .three_column_block .pageblock__column.text img {
    margin: 0 auto 45px; }

/* Four Column Page Block */
.four_column_block .pageblock__column {
  margin-bottom: 30px;
  text-align: center; }
  @media (min-width: 768px) {
    .four_column_block .pageblock__column {
      margin-bottom: 0; } }
  .four_column_block .pageblock__column:last-of-type {
    margin-bottom: 0; }
  .four_column_block .pageblock__column.text img {
    margin: 0 auto 45px; }

body.search #interior h1.search-title {
  text-align: center;
  font-size: 72px;
  line-height: 1.19444;
  padding: 60px 0 0 0;
  margin: 0 0 110px 0; }
  body.search #interior h1.search-title .term-quote {
    color: #EE3A43; }
body.search #interior .search-wrapper-spacer {
  height: 98px;
  clear: both; }
body.search #interior .search-section-title {
  position: relative;
  margin: 0 15px; }
  body.search #interior .search-section-title:after {
    width: 100%;
    position: absolute;
    top: 26px; }
  body.search #interior .search-section-title h2 {
    position: relative;
    background: #FAFAFA;
    display: inline-block;
    font-size: 48px;
    line-height: 1.20833;
    padding: 0 16px 0 0;
    margin: 0 0 68px 0;
    z-index: 10; }
body.search #interior .post.single-post {
  text-align: left;
  position: relative;
  margin: 0;
  padding-bottom: 26px; }
  body.search #interior .post.single-post.has-post-thumbnail .landing-featured-img {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      body.search #interior .post.single-post.has-post-thumbnail .landing-featured-img {
        margin-bottom: 0px; } }
    body.search #interior .post.single-post.has-post-thumbnail .landing-featured-img .featured-img {
      position: relative; }
      body.search #interior .post.single-post.has-post-thumbnail .landing-featured-img .featured-img img {
        width: 100%; }
  @media (min-width: 768px) {
    body.search #interior .post.single-post.has-post-thumbnail .post-content {
      padding-left: 60px; } }
  body.search #interior .post.single-post .ribbon-half {
    margin: 0 0 6px; }
    body.search #interior .post.single-post .ribbon-half:after {
      display: none; }
  body.search #interior .post.single-post .post-title {
    font-size: 50px;
    line-height: 1.2;
    margin: 0 0 30px; }
    body.search #interior .post.single-post .post-title a {
      color: #2C3842; }
      body.search #interior .post.single-post .post-title a .arrow {
        position: relative;
        left: 0;
        transition: left .2s ease;
        color: #EE3A43; }
      body.search #interior .post.single-post .post-title a:hover {
        text-decoration: none; }
        body.search #interior .post.single-post .post-title a:hover .arrow {
          position: relative;
          left: 4px;
          transition: left .2s ease; }
  body.search #interior .post.single-post p {
    margin: 0 0 30px; }
  body.search #interior .post.single-post .read-more {
    font-weight: bold; }
body.search ul.products {
  padding: 0;
  margin: 0; }
  body.search ul.products li {
    list-style: none !important;
    position: relative;
    padding: 0 15px;
    margin: 0 0 72px 0; }
    @media (max-width: 767px) {
      body.search ul.products li {
        width: 100% !important;
        float: none; } }
    body.search ul.products li:nth-child(4n+1) {
      clear: both !important; }
    body.search ul.products li a img {
      margin: 0; }
    body.search ul.products li .price {
      margin-top: 7px;
      font-family: "lato", sans-serif;
      font-size: 18px;
      font-weight: 900;
      color: #2C3842; }
      body.search ul.products li .price ins {
        color: #EE3A43;
        text-decoration: none; }
      body.search ul.products li .price del {
        margin-right: 8px;
        opacity: 1; }
    body.search ul.products li.first {
      clear: none; }
    body.search ul.products li h2.woocommerce-loop-product__title {
      transition: color 0.3s;
      margin: 20px 0 0 0;
      padding: 0;
      font-family: "freight-sans-compressed-pro", sans-serif;
      font-size: 24px;
      font-weight: bold;
      line-height: 17px;
      color: #005FA8 !important;
      text-transform: uppercase; }
      body.search ul.products li h2.woocommerce-loop-product__title:after {
        transition: color 0.3s;
        display: inline;
        content: '\00a0\203A';
        color: #EE3A43; }
    body.search ul.products li a:hover {
      text-decoration: none; }
      body.search ul.products li a:hover h2.woocommerce-loop-product__title {
        color: #EE3A43 !important; }
        body.search ul.products li a:hover h2.woocommerce-loop-product__title:after {
          color: #005FA8; }

.overlay-bg {
  position: fixed;
  background: rgba(44, 56, 66, 0.97);
  height: 100%;
  width: 100%;
  z-index: 10005; }

.overlay-close {
  color: #fff;
  position: fixed;
  width: 24px;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 10010; }
  @media (min-width: 768px) {
    .overlay-close {
      top: 62px;
      right: 62px; } }
  .overlay-close img {
    width: 100%; }

#searchform-desktop {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 10000; }
  #searchform-desktop #searchform-desktop-form {
    position: fixed;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10010; }
    @media (min-width: 992px) {
      #searchform-desktop #searchform-desktop-form {
        width: 70%; } }
    #searchform-desktop #searchform-desktop-form .form-group {
      width: 100%;
      overflow: hidden;
      padding: 0 30px;
      margin: 0; }
      #searchform-desktop #searchform-desktop-form .form-group label {
        margin: 0; }
      #searchform-desktop #searchform-desktop-form .form-group input#s {
        border-radius: 0px;
        background: none;
        width: 100%;
        height: 86px;
        color: #fff;
        text-transform: uppercase;
        border: none;
        border-bottom: 1px #FFDD00 solid;
        font-family: "freight-sans-compressed-pro", sans-serif;
        font-size: 32px;
        line-height: 1.19444;
        box-shadow: none;
        padding: 10px 60px 0px 0; }
        @media (min-width: 768px) {
          #searchform-desktop #searchform-desktop-form .form-group input#s {
            font-size: 60px;
            padding: 10px 60px 0px 0; } }
        @media (min-width: 992px) {
          #searchform-desktop #searchform-desktop-form .form-group input#s {
            font-size: 72px;
            padding: 10px 90px 0px 0; } }
        #searchform-desktop #searchform-desktop-form .form-group input#s::-webkit-input-placeholder {
          color: #fff;
          opacity: 1; }
        #searchform-desktop #searchform-desktop-form .form-group input#s::-moz-placeholder {
          color: #fff;
          opacity: 1; }
        #searchform-desktop #searchform-desktop-form .form-group input#s:-ms-input-placeholder {
          color: #fff;
          opacity: 1; }
      #searchform-desktop #searchform-desktop-form .form-group .input-group-btn {
        background: none;
        display: block; }
        #searchform-desktop #searchform-desktop-form .form-group .input-group-btn button.searchGo {
          background-image: none !important;
          background: none !important; }
          #searchform-desktop #searchform-desktop-form .form-group .input-group-btn button.searchGo:hover {
            background-image: none !important;
            background: none !important; }
        #searchform-desktop #searchform-desktop-form .form-group .input-group-btn .searchGo {
          position: absolute;
          background: none;
          border: none;
          color: #EE3A43;
          font-size: 22px;
          height: 48px;
          width: 48px;
          top: 25px;
          right: 32px;
          margin: 0;
          padding: 0; }
          @media (min-width: 768px) {
            #searchform-desktop #searchform-desktop-form .form-group .input-group-btn .searchGo {
              font-size: 34px;
              top: 17px; } }
          @media (min-width: 992px) {
            #searchform-desktop #searchform-desktop-form .form-group .input-group-btn .searchGo {
              font-size: 48px;
              top: 5px; } }
          #searchform-desktop #searchform-desktop-form .form-group .input-group-btn .searchGo:before, #searchform-desktop #searchform-desktop-form .form-group .input-group-btn .searchGo:after {
            display: none; }
    #searchform-desktop #searchform-desktop-form label {
      display: block;
      width: 100%; }

#searchform-mobile label {
  display: block;
  width: 100%; }
#searchform-mobile .form-group {
  width: 100%;
  margin: 25px 0; }
  #searchform-mobile .form-group input#s {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-right: -38px; }
  #searchform-mobile .form-group .input-group-btn {
    display: inline-block; }

body.search .results {
  clear: both; }
  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; }

#newsletter-popup {
  display: none; }

#newsletter-popup-form-holder {
  border-radius: 3px;
  background: #fff;
  display: block;
  position: absolute;
  width: auto;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 10010;
  max-width: 670px;
  margin: 0 15px; }
  @media (min-width: 768px) {
    #newsletter-popup-form-holder {
      margin: 0 auto; } }
  #newsletter-popup-form-holder .logo-lines-holder {
    height: 44px;
    width: 100%;
    overflow-x: hidden; }
    #newsletter-popup-form-holder .logo-lines-holder .logo-lines {
      width: 114px;
      position: relative;
      z-index: 2;
      margin: -55px auto 40px; }
      #newsletter-popup-form-holder .logo-lines-holder .logo-lines:before, #newsletter-popup-form-holder .logo-lines-holder .logo-lines:after {
        position: absolute;
        width: 999em;
        content: '';
        display: block;
        height: 12px;
        border-top: 2px solid #2f2f2f;
        border-bottom: 2px solid #2f2f2f;
        opacity: 0.2;
        top: 85px; }
      #newsletter-popup-form-holder .logo-lines-holder .logo-lines:before {
        left: calc(-999em - 30px); }
        @media (min-width: 768px) {
          #newsletter-popup-form-holder .logo-lines-holder .logo-lines:before {
            left: calc(-999em - 77px); } }
      #newsletter-popup-form-holder .logo-lines-holder .logo-lines:after {
        right: calc(-999em - 30px); }
        @media (min-width: 768px) {
          #newsletter-popup-form-holder .logo-lines-holder .logo-lines:after {
            right: calc(-999em - 77px); } }
  #newsletter-popup-form-holder .logo {
    position: relative;
    margin: -100px auto 40px;
    z-index: 2;
    width: 114px; }
    #newsletter-popup-form-holder .logo img {
      width: 100%; }
  #newsletter-popup-form-holder .form-holder {
    padding: 0 15px 92px; }
    @media (min-width: 768px) {
      #newsletter-popup-form-holder .form-holder {
        padding: 0 115px 92px; } }
    #newsletter-popup-form-holder .form-holder .popup-content {
      margin: 0 0 36px; }
      #newsletter-popup-form-holder .form-holder .popup-content h3 {
        margin: 0 0 20px; }
    #newsletter-popup-form-holder .form-holder label {
      font-family: "freight-sans-pro", sans-serif;
      font-weight: 900;
      color: #2C3842;
      text-transform: uppercase;
      display: block !important;
      margin: 0;
      width: 100%;
      height: 100%;
      vertical-align: top;
      font-weight: normal;
      font-size: 18px;
      line-height: 1;
      background: none;
      padding: 12px 0 22px; }
    #newsletter-popup-form-holder .form-holder input,
    #newsletter-popup-form-holder .form-holder select,
    #newsletter-popup-form-holder .form-holder textarea {
      width: 100%;
      margin: 0 0 34px 0; }
    #newsletter-popup-form-holder .form-holder .select_field {
      width: 32%;
      display: inline-block; }
      #newsletter-popup-form-holder .form-holder .select_field input {
        width: 90%; }
    #newsletter-popup-form-holder .form-holder button {
      position: static;
      background: #005FA8;
      height: 45px;
      width: 100%;
      border-radius: 30px;
      padding: 0 30px;
      border: none;
      width: 100%;
      margin: 18px 0 0 0; }
      #newsletter-popup-form-holder .form-holder button:before, #newsletter-popup-form-holder .form-holder button:after {
        display: none; }

.timeline-wrapper {
  overflow: hidden; }
  .timeline-wrapper .timeline-section .year-holder {
    font-family: "freight-sans-compressed-pro", sans-serif; }
  .timeline-wrapper .timeline-section .section-layout.type-large {
    background-size: cover !important;
    padding-top: 60px;
    padding-bottom: 60PX;
    margin: 0 0 60px 0; }
    @media (min-width: 992px) {
      .timeline-wrapper .timeline-section .section-layout.type-large {
        padding-top: 205px;
        padding-bottom: 400PX;
        margin: 0; } }
    .timeline-wrapper .timeline-section .section-layout.type-large .text-holder {
      color: #fff;
      z-index: 10; }
      .timeline-wrapper .timeline-section .section-layout.type-large .text-holder .year-holder {
        font-size: 72px;
        line-height: 0.83721;
        margin: 0 0 45px; }
        @media (min-width: 992px) {
          .timeline-wrapper .timeline-section .section-layout.type-large .text-holder .year-holder {
            font-size: 144px;
            line-height: 0.83237; } }
  .timeline-wrapper .timeline-section .section-layout.type-small {
    position: relative;
    margin: 0 0 60px 0;
    z-index: 20; }
    @media (min-width: 992px) {
      .timeline-wrapper .timeline-section .section-layout.type-small {
        margin: 30px 0 -68px 0; } }
    .timeline-wrapper .timeline-section .section-layout.type-small .image-holder {
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .timeline-wrapper .timeline-section .section-layout.type-small .image-holder {
          margin-bottom: 0; } }
      .timeline-wrapper .timeline-section .section-layout.type-small .image-holder:after {
        content: " ";
        display: block;
        width: 100%;
        height: 50px;
        margin: 0 0;
        background: url("../images/history_shadow.png") 0 0 no-repeat;
        background-size: 100% auto; }
      .timeline-wrapper .timeline-section .section-layout.type-small .image-holder img {
        width: 100%; }
    @media (min-width: 992px) {
      .timeline-wrapper .timeline-section .section-layout.type-small .text-holder {
        padding-top: 30px; } }
    .timeline-wrapper .timeline-section .section-layout.type-small .text-holder .year-holder {
      color: #2C3842;
      font-size: 72px;
      line-height: 0.83721;
      margin: 0 0 50px; }

#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; }

/* E-Commerce */
/* E-Commerce */
.woocommerce-message {
  border-top-color: #005FA8;
  background: white; }
  @media (max-width: 767px) {
    .woocommerce-message .button {
      width: 100%;
      float: none;
      text-align: center;
      margin-bottom: 12px; } }
  .woocommerce-message:before {
    content: '\e015';
    color: #005FA8; }

.woocommerce table.shop_table,
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  background: #fff; }

.woocommerce-page .interior-content--shop {
  overflow: hidden;
  padding-top: 26px; }
.woocommerce-page .select2-container .select2-selection__arrow {
  display: none; }
.woocommerce-page .select2-container--open:before, .woocommerce-page .select2-container--open:after {
  display: none; }
.woocommerce-page .woocommerce form.checkout_coupon, .woocommerce-page .woocommerce form.login, .woocommerce-page .woocommerce form.register {
  border: 1px #dbdbdb solid; }
.woocommerce-page .interior-content h2, .woocommerce-page .interior-content h3 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 12px; }

/* Badge */
.badge {
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-align: right; }
  .badge:before {
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid #005FA8;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -32px;
    right: -7px;
    transform: rotate(45deg);
    z-index: 1; }
  .badge .badge-text {
    display: block;
    width: auto;
    max-width: 61px;
    position: absolute;
    bottom: 5px;
    right: 9px;
    z-index: 2;
    font-family: "house-script", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 14px;
    padding: 0 0 0 25%; }
  .badge--new .badge-text, .badge--sale .badge-text {
    bottom: 11px;
    right: 12px; }
  .badge--new:before {
    border-left: 50px solid #FFDD00; }
  .badge--new .badge-text {
    color: #2C3842; }
  .badge--fan_fave:before {
    border-left: 50px solid #2C3842; }
  .badge--fan_fave .badge-text {
    color: #fff; }
  .badge--best_seller:before {
    border-left: 50px solid #EE3A43; }
  .badge--best_seller .badge-text {
    color: #fff; }

.woocommerce #customer_login {
  float: none; }
  .woocommerce #customer_login .woocommerce-form__label-for-checkbox {
    clear: both;
    padding-top: 10px; }
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address {
  width: 100%;
  margin: 20px 0; }
.woocommerce .woocommerce-form__label {
  width: 100%;
  display: block; }
.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 .quantity .qty {
  width: 100px;
  padding: 8px 10px; }
.woocommerce .coupon label {
  display: none !important; }
.woocommerce .coupon #coupon_code {
  width: 100% !important;
  margin: 0 0 12px 0; }
  @media (min-width: 768px) {
    .woocommerce .coupon #coupon_code {
      margin: 0 10px 0 0;
      max-width: 150px !important; } }
.woocommerce .coupon .button {
  width: 100% !important; }
  @media (min-width: 768px) {
    .woocommerce .coupon .button {
      width: auto !important; } }
.woocommerce th,
.woocommerce td {
  max-width: none; }
  .woocommerce th.product-thumbnail,
  .woocommerce td.product-thumbnail {
    max-width: 200px; }
.woocommerce .ml-responsive-table .ml-grid {
  padding: 15px; }
  .woocommerce .ml-responsive-table .ml-grid .ml-title.col-1,
  .woocommerce .ml-responsive-table .ml-grid .ml-title.col-0 {
    display: none; }
.woocommerce .ml-table .button {
  display: block;
  width: 100%; }
.woocommerce .cart-collaterals {
  margin-top: 30px; }
  .woocommerce .cart-collaterals .product .price {
    font-size: 16px; }
.woocommerce #shipping_method input {
  vertical-align: top; }
.woocommerce #shipping_method label {
  text-transform: none;
  display: inline !important; }
.woocommerce .cross-sells h2 {
  font-size: 24px;
  line-height: 1.25; }
.woocommerce .cross-sells li {
  list-style: none !important; }
.woocommerce .cart_totals .shop_table td {
  min-height: 40px; }
.woocommerce .cart_totals .checkout-button {
  width: 100%; }

body.post-type-archive-product #right,
body.tax-product_cat #right {
  margin-bottom: 0px; }
body.post-type-archive-product .header-image,
body.tax-product_cat .header-image {
  padding: 5% 0; }

.woocommerce .shop-submenu {
  background: #005FA8;
  line-height: 1;
  overflow: hidden; }
  .woocommerce .shop-submenu .sub-menu-wrapper {
    text-align: center; }
    .woocommerce .shop-submenu .sub-menu-wrapper ul {
      display: inline-block;
      margin: 0 auto; }
      .woocommerce .shop-submenu .sub-menu-wrapper ul li {
        width: 20%;
        display: inline-block;
        float: left;
        border-right: 1px #115187 solid;
        padding: 0;
        margin: 0; }
        @media (max-width: 991px) {
          .woocommerce .shop-submenu .sub-menu-wrapper ul li {
            line-height: 0; } }
        @media (min-width: 1200px) {
          .woocommerce .shop-submenu .sub-menu-wrapper ul li {
            width: auto; } }
        .woocommerce .shop-submenu .sub-menu-wrapper ul li:first-child {
          border-left: 1px #115187 solid; }
        .woocommerce .shop-submenu .sub-menu-wrapper ul li a {
          font-family: "freight-sans-compressed-pro", sans-serif;
          color: #fff;
          text-transform: uppercase;
          font-size: 18px;
          letter-spacing: 2px;
          position: relative;
          display: inline-block;
          width: auto;
          height: auto;
          padding: 0; }
          @media (min-width: 992px) {
            .woocommerce .shop-submenu .sub-menu-wrapper ul li a {
              font-size: 24px;
              padding: 10px 20px 5px;
              width: 236px;
              height: 85px; } }
          .woocommerce .shop-submenu .sub-menu-wrapper ul li a .menu-item-image-title {
            display: none; }
          .woocommerce .shop-submenu .sub-menu-wrapper ul li a img {
            max-width: 75%;
            max-height: 75%;
            margin: 15% auto 0;
            display: block;
            width: auto;
            height: auto; }
            @media (min-width: 992px) {
              .woocommerce .shop-submenu .sub-menu-wrapper ul li a img {
                max-width: 50%;
                max-height: 50%;
                margin: 0 auto 0px; } }
          .woocommerce .shop-submenu .sub-menu-wrapper ul li a .submenu-item-name {
            display: none; }
            @media (min-width: 992px) {
              .woocommerce .shop-submenu .sub-menu-wrapper ul li a .submenu-item-name {
                display: block; } }
        .woocommerce .shop-submenu .sub-menu-wrapper ul li a:hover,
        .woocommerce .shop-submenu .sub-menu-wrapper ul li a.active {
          -webkit-box-shadow: inset 0px 0px 40px 0px #003f78;
          -moz-box-shadow: inset 0px 0px 40px 0px #003f78;
          box-shadow: inset 0px 0px 40px 0px #003f78;
          background: #014E8A;
          text-decoration: none; }
          .woocommerce .shop-submenu .sub-menu-wrapper ul li a:hover img,
          .woocommerce .shop-submenu .sub-menu-wrapper ul li a.active img {
            filter: brightness(0) invert(1); }
          .woocommerce .shop-submenu .sub-menu-wrapper ul li a:hover:after,
          .woocommerce .shop-submenu .sub-menu-wrapper ul li a.active:after {
            border: 10px transparent solid;
            border-bottom: 10px #fbfbfb solid;
            content: ' ';
            width: 20px;
            height: 20px;
            position: absolute;
            bottom: -4px;
            left: 0;
            right: 0;
            margin: 0 auto;
            z-index: 2; }
.woocommerce .woocommerce-products-header__ordering {
  margin-top: 40px; }
  .woocommerce .woocommerce-products-header__ordering form.woocommerce-ordering {
    width: 100%; }
  @media (min-width: 768px) {
    .woocommerce .woocommerce-products-header__ordering {
      margin-top: 0px; }
      .woocommerce .woocommerce-products-header__ordering form.woocommerce-ordering {
        width: auto; } }
.woocommerce .term-description {
  margin-bottom: 16px; }
.woocommerce ul.products {
  padding: 0; }
  @media (max-width: 767px) {
    .woocommerce ul.products {
      margin: 0 -8px; } }
  .woocommerce ul.products li.product {
    position: relative;
    margin: 0 0 72px 0;
    list-style: none; }
    @media (max-width: 767px) {
      .woocommerce ul.products li.product {
        width: 50% !important;
        float: none;
        padding: 0 7px;
        margin-bottom: 1.2em !important; } }
    .woocommerce ul.products li.product a img {
      margin: 0; }
    .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
      display: block; }
    .woocommerce ul.products li.product .price {
      margin-top: 7px;
      font-family: "lato", sans-serif;
      font-size: 18px;
      font-weight: 900;
      color: #2C3842; }
      .woocommerce ul.products li.product .price ins {
        color: #EE3A43;
        text-decoration: none; }
      .woocommerce ul.products li.product .price del {
        margin-right: 8px;
        opacity: 1; }
    .woocommerce ul.products li.product.first {
      clear: both; }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
      transition: color 0.3s;
      margin: 10px 0 0 0;
      padding: 0;
      font-family: "freight-sans-compressed-pro", sans-serif;
      font-size: 22px;
      font-weight: bold;
      line-height: 24px;
      color: #005FA8;
      text-transform: uppercase; }
      .woocommerce ul.products li.product .woocommerce-loop-product__title:after {
        transition: color 0.3s;
        display: inline;
        content: '\00a0\203A';
        color: #EE3A43; }
    .woocommerce ul.products li.product a:hover .woocommerce-loop-product__title {
      color: #EE3A43; }
      .woocommerce ul.products li.product a:hover .woocommerce-loop-product__title:after {
        color: #005FA8; }
  @media (max-width: 767px) {
    .woocommerce ul.products .add_to_cart_button {
      padding: 11px 15px 13px;
      width: 100%;
      text-align: center; } }
  .woocommerce ul.products .add_to_cart_button:after {
    right: 0px;
    width: 20px;
    height: 20px; }
  .woocommerce ul.products .add_to_cart_button.loading:after {
    right: 12px; }
  .woocommerce ul.products .added_to_cart {
    display: block; }

.woocommerce-pagination {
  margin-bottom: 0px; }

/* List View Product Styles */
.product__image {
  transition: box-shadow 0.3s;
  position: relative;
  padding: 13px;
  background: #ffffff;
  box-shadow: inset 0 0 0 12px #fff, inset 0 0 0 13px #D3DAE0; }
.product a:hover .product__image {
  box-shadow: inset 0 0 0 12px #fff, inset 0 0 0 13px #FFDD00; }

body.no-perishable #e_deliverydate_field {
  display: none !important; }

#e_deliverydate_field.loading:after {
  content: "Loading..."; }

#time_slot_field {
  display: none; }

.woocommerce-checkout #coupons_list {
  display: none; }
.woocommerce-checkout .woocommerce-shipping-fields {
  margin: 24px 0 0 0; }
  @media (min-width: 768px) {
    .woocommerce-checkout .woocommerce-shipping-fields {
      margin: 86px 0 0 0; } }
  .woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address-checkbox {
    position: static;
    margin: -2px 8px 0 0; }
.woocommerce-checkout .wc_payment_method:before {
  display: none; }
.woocommerce-checkout .create-account {
  padding: 0 !important; }
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-error {
  border-radius: 5px;
  padding-left: 50px !important;
  padding-right: 30px !important; }
.woocommerce-checkout h3#ship-to-different-address {
  font-size: 20px;
  line-height: 20px; }
.woocommerce-checkout ul.payment_methods li {
  padding: 0;
  list-style: none !important; }
  .woocommerce-checkout ul.payment_methods li img {
    display: inline-block;
    margin: 0 0 8px 10px !important; }
    @media (min-width: 992px) {
      .woocommerce-checkout ul.payment_methods li img {
        float: right;
        margin: 4px 0 0 10px !important; } }
.woocommerce-checkout .woocommerce-checkout-review-order .product-name {
  width: 30%; }
.woocommerce-checkout .woocommerce-checkout-review-order .product-total {
  width: 70%; }
.woocommerce-checkout #customer_details {
  margin: 0 0 0; }
  .woocommerce-checkout #customer_details #createaccount {
    float: none;
    position: static; }
.woocommerce-checkout .woocommerce-additional-fields .form-row {
  width: 100%; }
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper input,
.woocommerce-checkout .woocommerce-newsletter-sign-up-wrapper input {
  position: static; }
.woocommerce-checkout .gift-certificate {
  margin-top: 2em; }
  .woocommerce-checkout .gift-certificate ul {
    margin-left: 0; }
    .woocommerce-checkout .gift-certificate ul li {
      padding: 0px !important;
      list-style: none !important; }
      .woocommerce-checkout .gift-certificate ul li input[type=radio] {
        margin: 4px 8px 0 0;
        float: left; }
.woocommerce-checkout .woocommerce-order-overview li {
  list-style: none !important;
  padding: 0 15px !important; }

#wl-wrapper .wl-actions-table td {
  max-width: none; }

.ui-datepicker {
  width: auto !important; }

#ui-datepicker-div {
  font-size: 14px; }
  #ui-datepicker-div .ui-datepicker-close {
    text-shadow: none; }
    #ui-datepicker-div .ui-datepicker-close:before, #ui-datepicker-div .ui-datepicker-close::after {
      display: none; }
    #ui-datepicker-div .ui-datepicker-close:hover {
      background-color: #005FA8 !important;
      background-image: none !important; }

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
  margin-top: 20px; }

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none; }
body.single-product .woocommerce-product-gallery .flex-viewport {
  margin: 0 0 40px 0; }
body.single-product .woocommerce-product-gallery .flex-control-nav li {
  width: 44px !important;
  height: 44px !important;
  margin: 0 13px 13px 0 !important; }
  body.single-product .woocommerce-product-gallery .flex-control-nav li img {
    width: 100%;
    border: 2px #eee solid; }
    body.single-product .woocommerce-product-gallery .flex-control-nav li img.flex-active {
      border: 2px #005FA8 solid; }
body.single-product .bulk-pricing-wrapper {
  display: none; }
body.single-product .summary {
  margin-bottom: 72px !important; }
  body.single-product .summary .woocommerce-product-details__short-description {
    margin: 0 0 50px; }
  body.single-product .summary .product_categories {
    position: relative;
    color: #d8d8d8;
    font-size: 14px;
    font-family: "freight-sans-pro", sans-serif;
    width: auto;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 10px 0; }
    body.single-product .summary .product_categories:after {
      background: #d8d8d8;
      content: '';
      display: inline-block;
      width: 40px;
      height: 1px;
      position: absolute;
      left: auto;
      right: -55px;
      top: 13px;
      margin: 0 0 0 16px; }
  body.single-product .summary h1.product_title {
    color: #2C3842;
    font-size: 50px;
    font-weight: bold;
    line-height: 61px;
    margin: 0 0 30px; }
  body.single-product .summary .variations {
    display: block; }
    body.single-product .summary .variations td.label {
      display: none; }
    body.single-product .summary .variations td.value {
      display: block; }
      body.single-product .summary .variations td.value select {
        width: 260px;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        padding: 0px 28px;
        margin-right: 0px; }
        body.single-product .summary .variations td.value select::-ms-expand {
          display: none; }
  body.single-product .summary .reset_variations {
    display: none !important; }
  body.single-product .summary .quantity {
    float: none;
    text-align: left;
    width: 100%;
    margin: 0 0 30px 0 !important; }
    body.single-product .summary .quantity input.qty {
      width: 66px;
      padding: 0; }
    body.single-product .summary .quantity:after {
      content: "QTY";
      color: #B9C0C5;
      font-size: 19px;
      margin-left: 6px; }
  body.single-product .summary .button {
    float: none; }
    body.single-product .summary .button.loading:after {
      font-family: WooCommerce;
      content: "\e01c";
      vertical-align: top;
      font-weight: 400;
      position: absolute;
      top: .618em;
      right: 12px;
      width: 20px;
      height: 20px; }
  body.single-product .summary #call_for_credit p {
    width: 100%;
    margin: 0 0 20px; }
  body.single-product .summary #call_for_credit input {
    max-width: 248px; }
  body.single-product .summary #call_for_credit input[type="number"]::-webkit-outer-spin-button, body.single-product .summary #call_for_credit input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  body.single-product .summary #call_for_credit input[type="number"] {
    -moz-appearance: textfield; }
body.single-product .sharedaddy a {
  background: none !important; }
  body.single-product .sharedaddy a:before,
  body.single-product .sharedaddy a span {
    color: #005FA8 !important; }
body.single-product .price {
  color: #2C3842 !important;
  text-decoration: none !important;
  font-size: 24px !important;
  font-weight: 900; }
  body.single-product .price ins {
    text-decoration: none; }

.shop-feature {
  display: none;
  position: relative;
  margin-bottom: 25px;
  align-items: center;
  background: #fff;
  box-shadow: inset 0 0 0 14px #fff, inset 0 0 0 15px #D3DAE0; }
  .shop-feature.show-feature {
    display: block; }
    @media (min-width: 768px) {
      .shop-feature.show-feature {
        display: flex; } }
  .shop-feature .shop-feature__image,
  .shop-feature .shop-feature__content {
    padding: 60px 15px; }
  .shop-feature .shop-feature__image {
    padding: 20px 15px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .shop-feature .shop-feature__image {
        padding-left: 40px; } }
    .shop-feature .shop-feature__image img {
      margin: 0 auto;
      max-width: 60%; }
      @media (min-width: 768px) {
        .shop-feature .shop-feature__image img {
          max-width: 100%; } }
  .shop-feature .shop-feature__content {
    padding: 0 30px 40px; }
    @media (min-width: 768px) {
      .shop-feature .shop-feature__content {
        padding: 60px 40px 60px 15px; } }
    @media (min-width: 992px) {
      .shop-feature .shop-feature__content {
        padding: 60px 90px 60px 15px; } }

#shop-feature-close {
  transition: color 0.3s;
  position: absolute;
  top: 40px;
  right: 40px;
  display: block;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  color: #D1D9E2; }
  #shop-feature-close:hover {
    color: #EE3A43; }

.woocommerce-products-header {
  display: flex;
  align-items: center;
  margin-bottom: 22px; }
  @media (max-width: 767px) {
    .woocommerce-products-header {
      flex-wrap: wrap; } }
  .woocommerce-products-header__title {
    margin: 0;
    color: #2C3842;
    font-family: "freight-sans-compressed-pro", sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 38px; }
  .woocommerce-products-header__total {
    display: block;
    margin-left: 23px;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background: #FFDD00;
    color: #2C3842;
    font-family: "lato", sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 36px; }
  .woocommerce-products-header__ordering {
    flex-grow: 1; }
    @media (max-width: 767px) {
      .woocommerce-products-header__ordering {
        width: 100%; } }
    .woocommerce-products-header__ordering .woocommerce-ordering {
      margin: 0; }
