@charset "UTF-8";
/*!
* Theme Name:  Paul Component Engineering
* Theme URI:   http://velograph.co
* Description: Custom Theme for Paul Component Engineering
* Author:      Velograph
* Author URI:  http://velograph.co
* Version:     0.1.0
* Tags:
* Text Domain: paulcomponents
* Domain Path: /languages/
*
* License:     Commercial
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  margin-bottom: 25px;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #477DCA;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none; }
  button:hover,
  input[type="submit"]:hover {
    background-color: #2c5999;
    color: white; }
  button:disabled,
  input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #3e4649;
  font-family: "source-sans-pro", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "source-sans-pro", "Helvetica", "Roboto", "Arial", sans-serif;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  letter-spacing: 2px;
  line-height: 1.15;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 700; }
  @media screen and (min-width: 53.75em) {
    h1 {
      line-height: 1.25;
      font-size: 66px;
      font-weight: 700; } }

h2 {
  font-size: 26.66667px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase; }
  @media screen and (min-width: 53.75em) {
    h2 {
      font-size: 40px; } }

h3 {
  font-size: 18.66667px;
  font-weight: 300; }
  @media screen and (min-width: 53.75em) {
    h3 {
      font-size: 28px; } }

h4 {
  font-size: 14.66667px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase; }
  @media screen and (min-width: 53.75em) {
    h4 {
      font-size: 22px; } }

h5 {
  font-size: 11.33333px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase; }
  @media screen and (min-width: 53.75em) {
    h5 {
      font-size: 17px; } }

h6 {
  font-size: 12px;
  font-style: italic;
  font-weight: 400; }
  @media screen and (min-width: 53.75em) {
    h6 {
      font-size: 18px; } }

.lead-in-copy p {
  font-size: 18.66667px;
  font-weight: 300; }
  @media screen and (min-width: 53.75em) {
    .lead-in-copy p {
      line-height: 42px;
      font-size: 28px; } }
.lead-in-copy a {
  color: #d7512f; }

p {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  margin: 0 0 0.75em; }

small {
  font-size: 12px; }
  @media screen and (min-width: 53.75em) {
    small {
      font-size: 16px; }
      small a {
        color: #d7512f; } }

caption {
  font-size: 12px;
  font-style: italic; }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #477DCA;
  text-decoration: none; }
  a:hover {
    color: #2c5999; }
  a:active, a:focus {
    color: #2c5999;
    outline: none; }

hr {
  border-bottom: 1px solid #9ea2a4;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

blockquote {
  font-size: 18.66667px;
  font-style: italic;
  font-weight: 400; }
  @media screen and (min-width: 53.75em) {
    blockquote {
      font-size: 28px; } }

cite {
  color: #79888d;
  font-style: italic; }
  cite:before {
    content: "\2014 \00A0"; }

fieldset {
  background: #b8bbbd;
  border: 1px solid #9ea2a4;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "source-sans-pro", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 18px; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #9ea2a4;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "source-sans-pro", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 18px;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  select[multiple=multiple]:hover {
    border-color: #84898b; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus {
    border-color: #477DCA;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

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

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #777c7f;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #9ea2a4;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

.utility-header svg {
  fill: #ced0d1;
  vertical-align: middle;
  width: 16px; }
.utility-header a {
  color: #ced0d1; }

.cart-count {
  font-weight: 700; }

.mobile-header {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  background: #0e181c;
  display: block; }
  .mobile-header::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 53.75em) {
    .mobile-header {
      display: none; } }
  .mobile-header .site-branding {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-left: 34.11922%;
    margin-bottom: 15px;
    margin-top: 25px; }
    .mobile-header .site-branding:last-child {
      margin-right: 0; }
  .mobile-header .menu-hook-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    margin-left: 42.64902%;
    margin-bottom: 10px;
    text-align: center; }
    .mobile-header .menu-hook-container:last-child {
      margin-right: 0; }
    .mobile-header .menu-hook-container .menu-hook {
      color: #ced0d1;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: bold; }
  .mobile-header .slide-out {
    clear: both; }
  .mobile-header .mobile-navigation {
    display: block;
    padding: 15px 0; }
    .mobile-header .mobile-navigation::after {
      clear: both;
      content: "";
      display: table; }
    .mobile-header .mobile-navigation .main-navigation {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-left: 17.05961%; }
      .mobile-header .mobile-navigation .main-navigation:last-child {
        margin-right: 0; }
      .mobile-header .mobile-navigation .main-navigation li {
        font-weight: bold;
        margin-bottom: 5px;
        text-transform: uppercase; }
        .mobile-header .mobile-navigation .main-navigation li a {
          color: #ced0d1; }
        .mobile-header .mobile-navigation .main-navigation li:last-of-type {
          margin-bottom: 0; }
    .mobile-header .mobile-navigation .utility-header {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      text-align: right; }
      .mobile-header .mobile-navigation .utility-header:last-child {
        margin-right: 0; }
      .mobile-header .mobile-navigation .utility-header .account-link,
      .mobile-header .mobile-navigation .utility-header .cart-link {
        display: block; }
      .mobile-header .mobile-navigation .utility-header .account-link {
        margin-bottom: 5px; }
  .mobile-header .search-form {
    display: block; }
    .mobile-header .search-form::after {
      clear: both;
      content: "";
      display: table; }
    .mobile-header .search-form label {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-left: 17.05961%;
      margin-bottom: 0; }
      .mobile-header .search-form label:last-child {
        margin-right: 0; }
    .mobile-header .search-form input {
      margin-bottom: 15px;
      padding: 5px 5px 5px 25px;
      background-image: url("../images/magnifying_glass.svg"); }

.utility-header {
  display: block;
  background: #0e181c;
  display: none; }
  .utility-header::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 53.75em) {
    .utility-header {
      display: block; } }
  .utility-header .inner-container {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .utility-header .inner-container::after {
      clear: both;
      content: "";
      display: table; }
    .utility-header .inner-container .account-link {
      margin-left: 51.17883%;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%;
      font-size: 16px;
      height: 20px;
      padding-top: 3px;
      text-align: right; }
      .utility-header .inner-container .account-link:last-child {
        margin-right: 0; }
    .utility-header .inner-container .cart-link {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 6.17215%;
      font-size: 16px;
      height: 20px;
      padding-top: 3px;
      text-align: right; }
      .utility-header .inner-container .cart-link:last-child {
        margin-right: 0; }
    .utility-header .inner-container .search-form {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      color: #3e4649;
      font-size: 16px; }
      .utility-header .inner-container .search-form:last-child {
        margin-right: 0; }
      .utility-header .inner-container .search-form label {
        margin-right: 10px; }
      .utility-header .inner-container .search-form input[type="search"] {
        padding: 5px 5px 5px 25px;
        border: 2px solid #9ea2a4;
        background-image: url("../images/magnifying_glass.svg"); }

.desktop-header {
  background: #0e181c;
  border-bottom: 5px solid #d7512f;
  display: none;
  z-index: 1; }
  @media screen and (min-width: 53.75em) {
    .desktop-header {
      display: block; } }
  .desktop-header .inner-container {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px; }
    .desktop-header .inner-container::after {
      clear: both;
      content: "";
      display: table; }
    .desktop-header .inner-container .main-navigation .site-branding {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .desktop-header .inner-container .main-navigation .site-branding:last-child {
        margin-right: 0; }
      .desktop-header .inner-container .main-navigation .site-branding img, .desktop-header .inner-container .main-navigation .site-branding svg {
        margin: 10px auto;
        padding-left: 50px;
        width: 75%; }
    .desktop-header .inner-container .main-navigation .navigation {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%;
      text-align: right; }
      .desktop-header .inner-container .main-navigation .navigation:last-child {
        margin-right: 0; }
      .desktop-header .inner-container .main-navigation .navigation ul {
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 92px 10px 0 0; }
        .desktop-header .inner-container .main-navigation .navigation ul li {
          -webkit-box-orient: horizontal;
          -moz-box-orient: horizontal;
          box-orient: horizontal;
          -webkit-box-direction: reverse;
          -moz-box-direction: reverse;
          box-direction: reverse;
          -webkit-flex-direction: row-reverse;
          -moz-flex-direction: row-reverse;
          flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
          margin-bottom: 7px;
          font-weight: 700;
          text-align: center;
          text-transform: uppercase; }
          .desktop-header .inner-container .main-navigation .navigation ul li a {
            color: #ced0d1;
            padding: 10px 50px;
            font-size: 24px; }
            .desktop-header .inner-container .main-navigation .navigation ul li a:hover {
              background: #9ea2a4;
              color: #6e7476; }

.mailing-signup {
  display: block;
  position: relative; }
  .mailing-signup::after {
    clear: both;
    content: "";
    display: table; }
  .mailing-signup .mailing-list-image {
    z-index: 0; }
    .mailing-signup .mailing-list-image img {
      float: left; }
  .mailing-signup .signup-form {
    color: #e6e7e8;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%; }
    .mailing-signup .signup-form .epm-sign-up-form .epm-form-field {
      margin: 0 auto;
      width: 50%; }
    .mailing-signup .signup-form .epm-sign-up-form label[for="epm-email"],
    .mailing-signup .signup-form .epm-sign-up-form input[type="submit"] {
      display: none; }
    .mailing-signup .signup-form .epm-sign-up-form input[type="email"] {
      margin: 0 auto 25px;
      padding: 5px 5px 5px 35px;
      background-image: url("../images/envelope.svg"); }
      @media screen and (min-width: 53.75em) {
        .mailing-signup .signup-form .epm-sign-up-form input[type="email"] {
          width: 50%; } }
    .mailing-signup .signup-form h1 {
      font-size: 18.66667px;
      margin: 15px 0; }
      @media screen and (min-width: 53.75em) {
        .mailing-signup .signup-form h1 {
          font-size: 66px;
          margin-bottom: 25px; } }
    .mailing-signup .signup-form blockquote {
      color: #e6e7e8;
      margin: 0 auto;
      padding: 0 25px; }
      @media screen and (min-width: 53.75em) {
        .mailing-signup .signup-form blockquote {
          width: 45%; } }

.instagram-feed #sb_instagram {
  margin: 0 auto -5px; }
  .instagram-feed #sb_instagram img {
    float: left; }

.top-footer {
  display: block;
  background: #3e4649;
  color: #ced0d1;
  padding: 25px 0;
  text-align: center; }
  .top-footer::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 53.75em) {
    .top-footer {
      padding: 50px 0;
      text-align: left; } }
  .top-footer .outer-container {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .top-footer .outer-container::after {
      clear: both;
      content: "";
      display: table; }
    .top-footer .outer-container a {
      color: #ced0d1; }
      .top-footer .outer-container a:hover {
        color: #e6e7e8; }
    .top-footer .outer-container h5 {
      color: #fff; }
    @media screen and (min-width: 53.75em) {
      .top-footer .outer-container .paul-logo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%; }
        .top-footer .outer-container .paul-logo:last-child {
          margin-right: 0; } }
    .top-footer .outer-container .paul-logo svg {
      margin-bottom: 25px;
      width: 25%; }
      @media screen and (min-width: 53.75em) {
        .top-footer .outer-container .paul-logo svg {
          margin: 10px 0 0 0;
          width: 75%; } }
    .top-footer .outer-container .contact-info {
      margin-bottom: 25px; }
      @media screen and (min-width: 53.75em) {
        .top-footer .outer-container .contact-info {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%;
          margin-bottom: 0; }
          .top-footer .outer-container .contact-info:last-child {
            margin-right: 0; } }
    .top-footer .outer-container .utility-menu {
      margin-bottom: 25px; }
      @media screen and (min-width: 53.75em) {
        .top-footer .outer-container .utility-menu {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 23.23176%;
          margin: 0; }
          .top-footer .outer-container .utility-menu:last-child {
            margin-right: 0; } }
    @media screen and (min-width: 53.75em) {
      .top-footer .outer-container .social-media {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .top-footer .outer-container .social-media:last-child {
          margin-right: 0; } }
    .top-footer .outer-container .social-media .icon {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%; }
      .top-footer .outer-container .social-media .icon:last-child {
        margin-right: 0; }
      .top-footer .outer-container .social-media .icon:first-of-type {
        margin-left: 25.58941%; }
        @media screen and (min-width: 53.75em) {
          .top-footer .outer-container .social-media .icon:first-of-type {
            margin-left: 0%; } }
    .top-footer .outer-container .social-media svg {
      fill: #ced0d1;
      margin-top: 15px;
      width: 30px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .top-footer .outer-container .social-media svg:hover {
        fill: #e6e7e8; }

.bottom-footer {
  background: #0e181c;
  border-top: 2px solid #d7512f;
  color: #ced0d1;
  padding: 10px 0;
  text-align: center; }

.footer {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .footer::after {
    clear: both;
    content: "";
    display: table; }

.home .slick-slider .slick-track .slick-slide {
  position: relative;
  text-align: center; }
  .home .slick-slider .slick-track .slick-slide .slide-caption {
    color: #fff;
    font-size: 22px;
    left: 50%;
    position: absolute;
    width: 75%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (min-width: 53.75em) {
      .home .slick-slider .slick-track .slick-slide .slide-caption {
        font-size: 40px;
        width: 100%; } }
    .home .slick-slider .slick-track .slick-slide .slide-caption.bottom-caption {
      bottom: 50px; }
    .home .slick-slider .slick-track .slick-slide .slide-caption.top-caption {
      top: 115px; }
.home .slick-slider .slick-dots {
  bottom: 40px;
  right: 10px;
  position: absolute; }
  .home .slick-slider .slick-dots li {
    display: inline-block;
    margin-right: 5px; }
    .home .slick-slider .slick-dots li button {
      -webkit-transform: skew(-10deg);
      -moz-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
      -o-transform: skew(-10deg);
      transform: skew(-10deg);
      background: rgba(255, 255, 255, 0.2);
      border-radius: 0;
      height: 15px;
      padding: 0;
      text-indent: -9999px;
      width: 10px; }
    .home .slick-slider .slick-dots li.slick-active button {
      background: rgba(255, 255, 255, 0.5); }
    .home .slick-slider .slick-dots li:hover button {
      background: rgba(255, 255, 255, 0.5); }
@media screen and (min-width: 53.75em) {
  .home .page-lead-in .lead-in-copy {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    text-align: center; }
    .home .page-lead-in .lead-in-copy:last-child {
      margin-right: 0; } }
.home .page-lead-in .lead-in-copy p {
  color: #3e4649; }
.home .story-lead-in {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .home .story-lead-in::after {
    clear: both;
    content: "";
    display: table; }
  .home .story-lead-in h1 {
    color: #d7512f;
    margin-bottom: 10px;
    text-align: center; }
  .home .story-lead-in h4 {
    margin-bottom: 25px;
    text-align: center; }
  .home .story-lead-in .story-image {
    margin-bottom: 25px; }
    @media screen and (min-width: 53.75em) {
      .home .story-lead-in .story-image {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%;
        margin-left: 8.5298%; }
        .home .story-lead-in .story-image:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 53.75em) {
    .home .story-lead-in .story-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
      .home .story-lead-in .story-content:last-child {
        margin-right: 0; } }
  .home .story-lead-in .story-content a {
    font-style: italic; }

.product-container {
  display: block;
  padding: 50px 25px; }
  .product-container::after {
    clear: both;
    content: "";
    display: table; }
  .product-container .product-section {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px; }
    .product-container .product-section::after {
      clear: both;
      content: "";
      display: table; }
  .product-container .tech-specs {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .product-container .tech-specs:last-child {
      margin-right: 0; }
  @media screen and (min-width: 53.75em) {
    .product-container .product-gallery-container,
    .product-container .tech-specs {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%;
      margin-left: 8.5298%; }
      .product-container .product-gallery-container:last-child,
      .product-container .tech-specs:last-child {
        margin-right: 0; } }
  .product-container .supporting-video-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 50px; }
    .product-container .supporting-video-container:last-child {
      margin-right: 0; }
    @media screen and (min-width: 53.75em) {
      .product-container .supporting-video-container {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        margin-left: 8.5298%; }
        .product-container .supporting-video-container:last-child {
          margin-right: 0; } }
    .product-container .supporting-video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
  .product-container .product-add-to-cart {
    position: relative;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
    @media screen and (min-width: 53.75em) {
      .product-container .product-add-to-cart {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        margin-left: 8.5298%; }
        .product-container .product-add-to-cart:last-child {
          margin-right: 0; } }
    .product-container .product-add-to-cart iframe,
    .product-container .product-add-to-cart object,
    .product-container .product-add-to-cart embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .product-container .product-top .product-add-to-cart .stock {
    display: none; }
  @media screen and (min-width: 53.75em) {
    .product-container .product-top .product-add-to-cart .simple-product h3 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .product-container .product-top .product-add-to-cart .simple-product h3:last-child {
        margin-right: 0; }
    .product-container .product-top .product-add-to-cart .simple-product .cart {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-right: 0; }
      .product-container .product-top .product-add-to-cart .simple-product .cart:last-child {
        margin-right: 0; }
      .product-container .product-top .product-add-to-cart .simple-product .cart .quantity {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .product-container .product-top .product-add-to-cart .simple-product .cart .quantity:last-child {
          margin-right: 0; }
      .product-container .product-top .product-add-to-cart .simple-product .cart .single_add_to_cart_button {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%;
        margin-left: 8.5298%; }
        .product-container .product-top .product-add-to-cart .simple-product .cart .single_add_to_cart_button:last-child {
          margin-right: 0; } }
  .product-container .product-top .product-add-to-cart .simple-product h3 {
    margin-bottom: 15px; }
  .product-container .product-top .product-add-to-cart .simple-product .cart {
    margin-bottom: 25px; }
    .product-container .product-top .product-add-to-cart .simple-product .cart .quantity {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .product-container .product-top .product-add-to-cart .simple-product .cart .quantity:last-child {
        margin-right: 0; }
  .product-container .product-top .product-add-to-cart h4 {
    margin-bottom: 25px; }
    @media screen and (max-width: 40em) {
      .product-container .product-top .product-add-to-cart h4 {
        font-size: 22px; } }
  .product-container .product-top .product-add-to-cart table,
  .product-container .product-top .product-add-to-cart td {
    border: 0;
    margin: 0;
    padding: 0; }
  .product-container .product-top .product-add-to-cart td.label {
    vertical-align: top; }
  .product-container .product-top .product-add-to-cart td.value select {
    margin: 0; }
  .product-container .product-top .product-add-to-cart .price .amount {
    font-size: 40px;
    line-height: 40px; }
  .product-container .product-top .product-add-to-cart table.variations {
    margin-bottom: 25px; }
    .product-container .product-top .product-add-to-cart table.variations .label {
      width: 33.3%; }
      .product-container .product-top .product-add-to-cart table.variations .label label {
        font-weight: 400; }
    .product-container .product-top .product-add-to-cart table.variations .value {
      width: 66.6%; }
      .product-container .product-top .product-add-to-cart table.variations .value select {
        border-radius: 0; }
      .product-container .product-top .product-add-to-cart table.variations .value a {
        color: #6e7476; }
        .product-container .product-top .product-add-to-cart table.variations .value a:hover {
          color: #d7512f; }
    .product-container .product-top .product-add-to-cart table.variations select {
      margin-bottom: 15px; }
  .product-container .product-top .product-add-to-cart .single_variation_wrap {
    display: block;
    margin-bottom: 50px; }
    .product-container .product-top .product-add-to-cart .single_variation_wrap::after {
      clear: both;
      content: "";
      display: table; }
    .product-container .product-top .product-add-to-cart .single_variation_wrap .single_variation {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .product-container .product-top .product-add-to-cart .single_variation_wrap .single_variation:last-child {
        margin-right: 0; }
      .product-container .product-top .product-add-to-cart .single_variation_wrap .single_variation .festi-user-role-prices-regular-price-lable,
      .product-container .product-top .product-add-to-cart .single_variation_wrap .single_variation .festi-user-role-prices-user-price-lable {
        color: #0e181c; }
      .product-container .product-top .product-add-to-cart .single_variation_wrap .single_variation .festi-user-role-prices-regular-price {
        text-decoration: line-through;
        color: red; }
      .product-container .product-top .product-add-to-cart .single_variation_wrap .single_variation .festi-user-role-prices-discount-lable,
      .product-container .product-top .product-add-to-cart .single_variation_wrap .single_variation .festi-user-role-prices-discount {
        display: none; }
    .product-container .product-top .product-add-to-cart .single_variation_wrap .variations_button {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .product-container .product-top .product-add-to-cart .single_variation_wrap .variations_button:last-child {
        margin-right: 0; }
      .product-container .product-top .product-add-to-cart .single_variation_wrap .variations_button .quantity {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%;
        margin-left: 8.5298%; }
        .product-container .product-top .product-add-to-cart .single_variation_wrap .variations_button .quantity:last-child {
          margin-right: 0; }
        .product-container .product-top .product-add-to-cart .single_variation_wrap .variations_button .quantity input[type="number"] {
          border-radius: 0;
          padding: 10px 4px 5px 7px; }
      .product-container .product-top .product-add-to-cart .single_variation_wrap .variations_button .single_add_to_cart_button {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        margin-left: 8.5298%;
        margin-right: 0; }
        @media screen and (max-width: 40em) {
          .product-container .product-top .product-add-to-cart .single_variation_wrap .variations_button .single_add_to_cart_button {
            font-size: 16px; } }
        .product-container .product-top .product-add-to-cart .single_variation_wrap .variations_button .single_add_to_cart_button:last-child {
          margin-right: 0; }
  .product-container .product-middle {
    padding: 25px 0; }
    .product-container .product-middle .tech-specs {
      margin-bottom: 50px; }
      .product-container .product-middle .tech-specs ul li {
        font-weight: 400; }
        .product-container .product-middle .tech-specs ul li .key {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%; }
          .product-container .product-middle .tech-specs ul li .key:last-child {
            margin-right: 0; }
        .product-container .product-middle .tech-specs ul li .value {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%; }
          .product-container .product-middle .tech-specs ul li .value:last-child {
            margin-right: 0; }
          .product-container .product-middle .tech-specs ul li .value .accordion-hook {
            color: #d7512f; }
            .product-container .product-middle .tech-specs ul li .value .accordion-hook:hover {
              cursor: pointer; }
          .product-container .product-middle .tech-specs ul li .value p {
            font-size: 16px; }
    .product-container .product-middle .supporting-video-container .slick-track {
      margin-bottom: 0; }
      .product-container .product-middle .supporting-video-container .slick-track .supporting-video iframe {
        position: relative; }
    .product-container .product-middle .supporting-video-container .slick-dots li {
      float: left;
      margin-right: 5px;
      height: 32px;
      padding: 0;
      text-indent: -9999px;
      width: 16px;
      background-color: transparent;
      background-image: url(../images/dot.svg);
      background-repeat: no-repeat;
      background-size: 16px 32px; }
      .product-container .product-middle .supporting-video-container .slick-dots li button {
        height: 32px;
        padding: 0;
        text-indent: -9999px;
        width: 16px;
        background-color: transparent;
        background-image: url(../images/dot.svg);
        background-repeat: no-repeat;
        background-size: 16px 32px; }
    @media screen and (min-width: 53.75em) {
      .product-container .product-middle .product-story {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        margin-left: 8.5298%; }
        .product-container .product-middle .product-story:last-child {
          margin-right: 0; } }
  .product-container .related-products h2 {
    display: none; }
  .product-container .related-products h4 {
    color: #6e7476;
    font-size: 22px; }
  .product-container .related-products .products {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .product-container .related-products .products::after {
      clear: both;
      content: "";
      display: table; }
    .product-container .related-products .products .product {
      text-align: center; }
      @media screen and (min-width: 53.75em) {
        .product-container .related-products .products .product {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 23.23176%; }
          .product-container .related-products .products .product:last-child {
            margin-right: 0; } }
      .product-container .related-products .products .product .price,
      .product-container .related-products .products .product .product_type_variable,
      .product-container .related-products .products .product .add_to_cart_button {
        display: none; }
      .product-container .related-products .products .product h3 {
        color: #6e7476;
        font-size: 22px;
        font-weight: 900;
        text-transform: uppercase; }
      .product-container .related-products .products .product:hover h3 {
        color: #d7512f; }

.story-sections h1 {
  margin-bottom: 10px; }
.story-sections p:last-child {
  margin-bottom: 0; }
@media screen and (min-width: 53.75em) {
  .story-sections .one-photo-one-text .column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    margin-left: 8.5298%; }
    .story-sections .one-photo-one-text .column:last-child {
      margin-right: 0; }
    .story-sections .one-photo-one-text .column:nth-child(even) {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%;
      margin-left: 0%; }
      .story-sections .one-photo-one-text .column:nth-child(even):last-child {
        margin-right: 0; } }
.story-sections .two-small-photos + .body-copy .page-content {
  padding-top: 15px; }
.story-sections .two-small-photos .page-content {
  padding-bottom: 0; }
@media screen and (min-width: 53.75em) {
  .story-sections .two-small-photos .column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    margin-left: 8.5298%; }
    .story-sections .two-small-photos .column:last-child {
      margin-right: 0; }
    .story-sections .two-small-photos .column:nth-child(even) {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%;
      margin-left: 0%; }
      .story-sections .two-small-photos .column:nth-child(even):last-child {
        margin-right: 0; } }
.story-sections .lead-in-copy {
  text-align: center; }
  @media screen and (min-width: 53.75em) {
    .story-sections .lead-in-copy .story-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-left: 17.05961%; }
      .story-sections .lead-in-copy .story-content:last-child {
        margin-right: 0; } }
@media screen and (min-width: 53.75em) {
  .story-sections .body-copy .story-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%; }
    .story-sections .body-copy .story-content:last-child {
      margin-right: 0; } }
.story-sections .banner-image img {
  float: left; }
.story-sections .caption {
  background: rgba(215, 81, 47, 0.6);
  bottom: 25px;
  color: #fff;
  padding: 10px 15px;
  position: absolute;
  right: 0; }
  .story-sections .caption small {
    font-weight: 900; }
.story-sections .full-banner-image {
  display: block;
  position: relative; }
  .story-sections .full-banner-image::after {
    clear: both;
    content: "";
    display: table; }
.story-sections .two-up-banner-images .column {
  display: block;
  position: relative; }
  .story-sections .two-up-banner-images .column::after {
    clear: both;
    content: "";
    display: table; }
  .story-sections .two-up-banner-images .column img {
    float: left; }
  @media screen and (min-width: 53.75em) {
    .story-sections .two-up-banner-images .column {
      display: table-cell;
      width: 50%; } }
.story-sections .call-to-action {
  background: #9ea2a4; }
  .story-sections .call-to-action .page-content {
    color: #fff;
    text-align: center; }
  .story-sections .call-to-action .story-content {
    position: relative; }
    .story-sections .call-to-action .story-content .button {
      left: 50%;
      padding: 10px 15px;
      position: absolute;
      top: 100px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media screen and (max-width: 40em) {
        .story-sections .call-to-action .story-content .button {
          font-size: 22px; } }
      .story-sections .call-to-action .story-content .button:hover {
        color: #fff; }
.story-sections .medium-scheme {
  background: #9ea2a4;
  color: #fff; }
  .story-sections .medium-scheme h1, .story-sections .medium-scheme h2,
  .story-sections .medium-scheme h3 {
    color: #d7512f; }
.story-sections .dark-scheme {
  background: #3e4649;
  color: #fff; }
  .story-sections .dark-scheme h1, .story-sections .dark-scheme h2,
  .story-sections .dark-scheme h3 {
    color: #d7512f; }
.story-sections .light-scheme {
  background: #fff;
  color: #0e181c; }
  .story-sections .light-scheme h1, .story-sections .light-scheme h2,
  .story-sections .light-scheme h3, .story-sections .light-scheme h4 {
    color: #0e181c; }

.video-portals {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .video-portals::after {
    clear: both;
    content: "";
    display: table; }
  .video-portals .portal-row {
    display: block; }
    .video-portals .portal-row::after {
      clear: both;
      content: "";
      display: table; }
    .video-portals .portal-row .portal {
      margin-bottom: 2.35765%; }
      @media screen and (min-width: 53.75em) {
        .video-portals .portal-row .portal {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%; }
          .video-portals .portal-row .portal:last-child {
            margin-right: 0; }
          .video-portals .portal-row .portal:nth-child(3n) {
            margin-right: 0; }
          .video-portals .portal-row .portal:nth-child(3n+1) {
            clear: left; } }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.woocommerce-account .woocommerce {
  display: block; }
  .woocommerce-account .woocommerce::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 53.75em) {
    .woocommerce-account .woocommerce .login, .woocommerce-account .woocommerce h2 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-left: 25.58941%; }
      .woocommerce-account .woocommerce .login:last-child, .woocommerce-account .woocommerce h2:last-child {
        margin-right: 0; } }
  .woocommerce-account .woocommerce .login label[for="rememberme"] {
    display: inline;
    font-size: 14px;
    font-weight: 400; }

.shop_table .row {
  display: block;
  border-bottom: 1px solid #9ea2a4;
  padding: 15px 0; }
  .shop_table .row::after {
    clear: both;
    content: "";
    display: table; }
  .shop_table .row .section-title {
    font-weight: 900; }
  .shop_table .row a {
    color: #d7512f;
    font-weight: 400; }
    .shop_table .row a:hover {
      color: #de8c63; }
  @media screen and (min-width: 53.75em) {
    .shop_table .row .product-remove {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 6.17215%; }
      .shop_table .row .product-remove:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 53.75em) {
    .shop_table .row .product-thumbnail {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%; }
      .shop_table .row .product-thumbnail:last-child {
        margin-right: 0; } }
  .shop_table .row .product-name {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .shop_table .row .product-name:last-child {
      margin-right: 0; }
    @media screen and (max-width: 40em) {
      .shop_table .row .product-name {
        margin-bottom: 15px; } }
    @media screen and (min-width: 53.75em) {
      .shop_table .row .product-name {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .shop_table .row .product-name:last-child {
          margin-right: 0; } }
  .shop_table .row .product-price {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-right: 0; }
    .shop_table .row .product-price:last-child {
      margin-right: 0; }
    @media screen and (max-width: 40em) {
      .shop_table .row .product-price {
        margin-bottom: 15px;
        text-align: right; } }
    @media screen and (min-width: 53.75em) {
      .shop_table .row .product-price {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%; }
        .shop_table .row .product-price:last-child {
          margin-right: 0; } }
  .shop_table .row .product-quantity {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .shop_table .row .product-quantity:last-child {
      margin-right: 0; }
    @media screen and (min-width: 53.75em) {
      .shop_table .row .product-quantity {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%; }
        .shop_table .row .product-quantity:last-child {
          margin-right: 0; } }
  .shop_table .row .product-subtotal {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-right: 0; }
    .shop_table .row .product-subtotal:last-child {
      margin-right: 0; }
    @media screen and (max-width: 40em) {
      .shop_table .row .product-subtotal {
        text-align: right; } }
    @media screen and (min-width: 53.75em) {
      .shop_table .row .product-subtotal {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%; }
        .shop_table .row .product-subtotal:last-child {
          margin-right: 0; } }

.bottom-of-cart {
  display: block;
  padding-top: 50px; }
  .bottom-of-cart::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 53.75em) {
    .bottom-of-cart .coupons {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .bottom-of-cart .coupons:last-child {
        margin-right: 0; } }
  .bottom-of-cart .coupons .coupon {
    margin-bottom: 25px;
    width: 50%; }
    .bottom-of-cart .coupons .coupon input[type="submit"] {
      background: #9ea2a4; }
      .bottom-of-cart .coupons .coupon input[type="submit"]:hover {
        background: #d7512f; }
  .bottom-of-cart .coupons .update-cart {
    margin-bottom: 25px; }
    .bottom-of-cart .coupons .update-cart input[type="submit"] {
      background: #9ea2a4; }
      .bottom-of-cart .coupons .update-cart input[type="submit"]:hover {
        background: #d7512f; }
  @media screen and (min-width: 53.75em) {
    .bottom-of-cart .cart-collaterals {
      clear: both; } }
  .bottom-of-cart .cart-collaterals .wc-proceed-to-checkout {
    display: block;
    margin: 25px 0; }
    .bottom-of-cart .cart-collaterals .wc-proceed-to-checkout::after {
      clear: both;
      content: "";
      display: table; }

.woocommerce-checkout .woocommerce-info {
  display: block;
  margin-bottom: 25px; }
  .woocommerce-checkout .woocommerce-info::after {
    clear: both;
    content: "";
    display: table; }
.woocommerce-checkout .checkout_coupon input[type="text"] {
  width: 25%; }
.woocommerce-checkout .checkout_coupon input[type="submit"] {
  background: #9ea2a4;
  margin-bottom: 25px; }
  .woocommerce-checkout .checkout_coupon input[type="submit"]:hover {
    background: #d7512f; }
.woocommerce-checkout .checkout {
  display: block; }
  .woocommerce-checkout .checkout::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 53.75em) {
    .woocommerce-checkout .checkout .customer-information {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .woocommerce-checkout .checkout .customer-information:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 53.75em) {
    .woocommerce-checkout .checkout .gift-certificate,
    .woocommerce-checkout .checkout .review-order {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .woocommerce-checkout .checkout .gift-certificate:last-child,
      .woocommerce-checkout .checkout .review-order:last-child {
        margin-right: 0; } }
  .woocommerce-checkout .checkout .gift-certificate label[for="payment_method_intuit_qbms"],
  .woocommerce-checkout .checkout .review-order label[for="payment_method_intuit_qbms"] {
    display: block; }
    .woocommerce-checkout .checkout .gift-certificate label[for="payment_method_intuit_qbms"]::after,
    .woocommerce-checkout .checkout .review-order label[for="payment_method_intuit_qbms"]::after {
      clear: both;
      content: "";
      display: table; }
    .woocommerce-checkout .checkout .gift-certificate label[for="payment_method_intuit_qbms"] img,
    .woocommerce-checkout .checkout .review-order label[for="payment_method_intuit_qbms"] img {
      display: inline-block;
      width: 14%; }
  .woocommerce-checkout .checkout .gift-certificate .payment_methods .payment_method_paypal_pro_payflow img,
  .woocommerce-checkout .checkout .review-order .payment_methods .payment_method_paypal_pro_payflow img {
    max-width: 198px !important; }
  .woocommerce-checkout .checkout .gift-certificate .payment_methods .payment_method_paypal_express img,
  .woocommerce-checkout .checkout .review-order .payment_methods .payment_method_paypal_express img {
    max-width: 188px !important; }
  .woocommerce-checkout .checkout .gift-certificate .payment_methods li .shipping-method-label,
  .woocommerce-checkout .checkout .review-order .payment_methods li .shipping-method-label {
    display: block; }
  .woocommerce-checkout .checkout .gift-certificate .payment_methods li.payment_method_paypal img,
  .woocommerce-checkout .checkout .review-order .payment_methods li.payment_method_paypal img {
    width: 50%; }
  .woocommerce-checkout .checkout .gift-certificate .payment_methods li.payment_method_paypal .about_paypal,
  .woocommerce-checkout .checkout .review-order .payment_methods li.payment_method_paypal .about_paypal {
    display: block; }
  .woocommerce-checkout .checkout .gift-certificate .place-order .terms label,
  .woocommerce-checkout .checkout .review-order .place-order .terms label {
    display: inline; }

#customer_login {
  display: block; }
  #customer_login::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 53.75em) {
    #customer_login .col-1 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-left: 17.05961%; }
      #customer_login .col-1:last-child {
        margin-right: 0; } }
  #customer_login .col-1 .inline {
    display: inline; }
  #customer_login .col-1 .lost_password {
    font-size: 14px; }
    #customer_login .col-1 .lost_password a {
      color: #999; }
      #customer_login .col-1 .lost_password a:hover {
        color: #d7512f; }
  @media screen and (min-width: 53.75em) {
    #customer_login .col-2 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      #customer_login .col-2:last-child {
        margin-right: 0; } }

body {
  color: #3e4649;
  font-family: "source-sans-pro", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0; }
  body a, body button, body input[type="submit"] {
    transition: all .2s ease-in-out; }
  body a:hover {
    color: #de8c63;
    cursor: pointer; }
  body img {
    height: auto;
    max-width: 100%;
    width: 100%; }
  body input[type="search"],
  body input[type="email"] {
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 0;
    color: #6e7476;
    font-size: 12px;
    font-weight: 300; }
  body select {
    background: #fff;
    border-color: #6e7476;
    color: #6e7476;
    height: 30px;
    width: 100%; }
  body .skip-link {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    text-indent: -9999px; }
  body button {
    font-family: "source-sans-pro", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 20px; }
  body .button,
  body .wc-proceed-to-checkout a {
    background: #d7512f;
    border-radius: 0;
    color: #fff;
    font-weight: 900;
    padding: 10px 15px;
    text-transform: uppercase; }
    body .button:hover,
    body .wc-proceed-to-checkout a:hover {
      background: #de8c63; }
  body .content-container {
    position: relative;
    z-index: 0; }

.page-content {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 50px; }
  .page-content::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 53.75em) {
    .page-content {
      padding: 100px 0; } }

.leading-shop-image {
  display: block;
  position: relative; }
  .leading-shop-image::after {
    clear: both;
    content: "";
    display: table; }
  .leading-shop-image img {
    float: left; }
  .leading-shop-image .overlay {
    display: none;
    height: 100%;
    width: 100%; }
    @media screen and (min-width: 53.75em) {
      .leading-shop-image .overlay {
        display: block; }
        .leading-shop-image .overlay::after {
          clear: both;
          content: "";
          display: table; } }
    .leading-shop-image .overlay .thumb-title {
      color: #e6e7e8;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .leading-shop-image :hover .overlay .thumb-title {
    color: #6e7476; }

@media screen and (min-width: 53.75em) {
  .shop-portals .ui-tabs-nav {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; } }
.shop-portals .ui-tabs-nav .tab-trigger {
  position: relative;
  text-align: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  display: table-cell;
  width: 33.33333%;
  margin-right: 0; }
  .shop-portals .ui-tabs-nav .tab-trigger img {
    float: left; }
  .shop-portals .ui-tabs-nav .tab-trigger .overlay {
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    opacity: 1;
    position: absolute;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    width: 100%; }
    .shop-portals .ui-tabs-nav .tab-trigger .overlay .thumb-title {
      color: #e6e7e8;
      position: absolute;
      display: none;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media screen and (min-width: 53.75em) {
        .shop-portals .ui-tabs-nav .tab-trigger .overlay .thumb-title {
          display: block;
          position: absolute;
          top: 50%; } }
    .shop-portals .ui-tabs-nav .tab-trigger .overlay .arrow-up {
      border-bottom: 25px solid #fff;
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
      bottom: 0;
      display: none;
      height: 0;
      left: 50%;
      position: absolute;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 0; }
      @media screen and (min-width: 53.75em) {
        .shop-portals .ui-tabs-nav .tab-trigger .overlay .arrow-up {
          display: block; } }
  @media screen and (min-width: 53.75em) {
    .shop-portals .ui-tabs-nav .tab-trigger :hover .overlay {
      opacity: 1; }
      .shop-portals .ui-tabs-nav .tab-trigger :hover .overlay .arrow-up {
        opacity: 0; }
    .shop-portals .ui-tabs-nav .tab-trigger.ui-state-default .arrow-up {
      display: none; }
    .shop-portals .ui-tabs-nav .tab-trigger.ui-state-active .overlay {
      opacity: 1; }
      .shop-portals .ui-tabs-nav .tab-trigger.ui-state-active .overlay .arrow-up {
        display: block;
        opacity: 1; } }
  .shop-portals .ui-tabs-nav .tab-trigger .mobile-arrow-up {
    opacity: 0; }
  .shop-portals .ui-tabs-nav .tab-trigger .mobile-arrow-up {
    opacity: 0;
    border-bottom: 15px solid #e6e7e8;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    bottom: 0;
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0; }
    @media screen and (min-width: 53.75em) {
      .shop-portals .ui-tabs-nav .tab-trigger .mobile-arrow-up {
        display: none; } }
.shop-portals .ui-tabs-nav .ui-state-active .overlay {
  opacity: 1; }
.shop-portals .ui-tabs-nav .ui-state-active .mobile-arrow-up {
  opacity: 1; }
.shop-portals .mobile-tab-title {
  background: #e6e7e8;
  color: #d7512f;
  padding: 15px 0;
  text-align: center; }
  @media screen and (min-width: 53.75em) {
    .shop-portals .mobile-tab-title {
      display: none; } }
.shop-portals .portal-container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0; }
  .shop-portals .portal-container::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 53.75em) {
    .shop-portals .portal-container {
      padding: 100px 0; } }
  .shop-portals .portal-container .portal {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-bottom: 50px;
    text-align: center; }
    .shop-portals .portal-container .portal:last-child {
      margin-right: 0; }
    @media screen and (min-width: 53.75em) {
      .shop-portals .portal-container .portal {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .shop-portals .portal-container .portal:last-child {
          margin-right: 0; }
        .shop-portals .portal-container .portal:nth-child(4n) {
          margin-right: 0; }
        .shop-portals .portal-container .portal:nth-child(4n+1) {
          clear: left; } }
    .shop-portals .portal-container .portal img {
      width: 75%; }
    .shop-portals .portal-container .portal a {
      color: #0e181c; }
    .shop-portals .portal-container .portal h4 {
      color: #3e4649; }
      @media screen and (max-width: 40em) {
        .shop-portals .portal-container .portal h4 {
          margin: 0 auto;
          width: 50%; } }
    .shop-portals .portal-container .portal:hover a h4 {
      color: #d7512f; }
    .shop-portals .portal-container .portal h6 {
      color: #d7512f; }
    .shop-portals .portal-container .portal:nth-child(even) {
      margin-right: 0; }
    @media screen and (min-width: 53.75em) {
      .shop-portals .portal-container .portal:nth-child(even):nth-child(0) {
        margin-right: 0; } }
  @media screen and (min-width: 53.75em) {
    .shop-portals .portal-container .accessories-apparel-portal:first-of-type {
      margin-left: 25.58941%; } }

.lead-in-title {
  text-align: center; }
  .lead-in-title h1 {
    color: #d7512f; }

.breadcrumbs-container {
  display: block;
  background: #e6e7e8; }
  .breadcrumbs-container::after {
    clear: both;
    content: "";
    display: table; }
  .breadcrumbs-container .breadcrumbs .woocommerce-breadcrumb {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    color: #d7512f;
    font-weight: 900;
    padding: 15px 25px; }
    .breadcrumbs-container .breadcrumbs .woocommerce-breadcrumb::after {
      clear: both;
      content: "";
      display: table; }
    .breadcrumbs-container .breadcrumbs .woocommerce-breadcrumb a,
    .breadcrumbs-container .breadcrumbs .woocommerce-breadcrumb .end-crumb {
      color: #6e7476;
      font-size: 16px;
      font-weight: 900;
      text-transform: uppercase;
      vertical-align: middle; }
      @media screen and (min-width: 53.75em) {
        .breadcrumbs-container .breadcrumbs .woocommerce-breadcrumb a,
        .breadcrumbs-container .breadcrumbs .woocommerce-breadcrumb .end-crumb {
          font-size: 22px; } }

.page-content img.alignright {
  float: right;
  margin: 0 0 1em 1em; }
.page-content img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }
.page-content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.page-content .two-column-row {
  border-bottom: 1px solid #6e7476; }
.page-content .row {
  display: block; }
  .page-content .row::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 53.75em) {
    .page-content .row .column {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
      .page-content .row .column:last-child {
        margin-right: 0; } }
  .page-content .row .column:first-of-type {
    margin-left: 8.5298%; }
  .page-content .row .column-one img {
    max-width: 150px; }

.contact img {
  float: left; }
.contact .banner-image {
  display: block; }
  .contact .banner-image::after {
    clear: both;
    content: "";
    display: table; }
.contact .lead-in-title {
  margin-bottom: 50px; }
.contact .page-content {
  padding: 50px 50px 0; }
  @media screen and (min-width: 53.75em) {
    .contact .page-content {
      padding: 100px 0; } }
  .contact .page-content .column {
    margin-bottom: 50px; }
  @media screen and (min-width: 53.75em) {
    .contact .page-content .column-one {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-left: 17.05961%; }
      .contact .page-content .column-one:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 53.75em) {
    .contact .page-content .column-two {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-left: 8.5298%; }
      .contact .page-content .column-two:last-child {
        margin-right: 0; } }

.woocommerce-message {
  background: #6c9;
  color: #e6e7e8; }
  .woocommerce-message .inner-container {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    font-weight: 400;
    text-align: center; }
    .woocommerce-message .inner-container::after {
      clear: both;
      content: "";
      display: table; }
    .woocommerce-message .inner-container .button {
      background: transparent;
      color: #e6e7e8; }

.four-oh-four {
  position: relative; }
  .four-oh-four .message {
    color: #fff;
    left: 50%;
    padding: 10px 15px;
    position: absolute;
    text-align: center;
    top: 100px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (max-width: 40em) {
      .four-oh-four .message {
        font-size: 22px; } }
    .four-oh-four .message .button {
      display: inline-block;
      margin-top: 25px; }

.maintenance {
  position: relative; }
  .maintenance h3 {
    margin-bottom: 25px; }
  .maintenance .logo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    margin-left: 42.64902%;
    margin-bottom: 50px; }
    .maintenance .logo:last-child {
      margin-right: 0; }
    @media screen and (min-width: 53.75em) {
      .maintenance .logo {
        padding-top: 100px; } }
  .maintenance .info {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 25.58941%; }
    .maintenance .info:last-child {
      margin-right: 0; }

.dealer-application #gform_fields_1 {
  display: none; }
.dealer-application .gform_wrapper .gfield_label {
  color: #6e7476;
  font-size: 14px;
  font-weight: 400; }
.dealer-application .gform_wrapper .two-column .gform_title {
  display: none; }
.dealer-application .gform_wrapper .two-column .gsection_title {
  font-size: 22px;
  font-weight: 400; }
.dealer-application .gform_wrapper .two-column .gform_column {
  margin-bottom: 50px !important; }
  @media screen and (min-width: 53.75em) {
    .dealer-application .gform_wrapper .two-column .gform_column {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .dealer-application .gform_wrapper .two-column .gform_column:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 53.75em) {
    .dealer-application .gform_wrapper .two-column .gform_column li.gfield {
      padding: 0 50px 0 0; } }
  .dealer-application .gform_wrapper .two-column .gform_column li.gfield label {
    font-weight: 400; }
  .dealer-application .gform_wrapper .two-column .gform_column li.gfield.gf_left_third {
    padding: 0;
    width: 100%; }
    @media screen and (min-width: 53.75em) {
      .dealer-application .gform_wrapper .two-column .gform_column li.gfield.gf_left_third {
        padding: 0 50px 0 0;
        width: 31.9%; } }
  .dealer-application .gform_wrapper .two-column .gform_column li.gfield.gf_middle_third {
    padding: 0;
    width: 100%; }
    @media screen and (min-width: 53.75em) {
      .dealer-application .gform_wrapper .two-column .gform_column li.gfield.gf_middle_third {
        padding: 0 50px 0 0;
        width: 31.9%; } }
  .dealer-application .gform_wrapper .two-column .gform_column li.gfield.gf_right_third {
    padding: 0;
    width: 100%; }
    @media screen and (min-width: 53.75em) {
      .dealer-application .gform_wrapper .two-column .gform_column li.gfield.gf_right_third {
        padding: 0 50px 0 0;
        width: 31.9%; } }
  .dealer-application .gform_wrapper .two-column .gform_column .gform_column {
    display: none; }
.dealer-application .gform_wrapper .two-column #field_1_16 .gfield_label,
.dealer-application .gform_wrapper .two-column #field_1_24 .gfield_label {
  display: none; }
.dealer-application .gform_wrapper .two-column .gsection {
  border-bottom: none;
  margin-bottom: 10px;
  margin-top: 0; }
.dealer-application .gform_wrapper .two-column .empty {
  display: none; }
.dealer-application .gform_wrapper .two-column .row-clear {
  clear: both; }
.dealer-application .gform_wrapper .gform_footer {
  text-align: center; }

/*# sourceMappingURL=style.css.map */
