@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,600,700.less');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700.less');
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
@font-face {
  font-family: 'Universe';
  src: url('../fonts/univers/UniversLTPro-UltraCn.ttf'), url('../fonts/univers/UniversLTPro-UltraCn.eot'), url('../fonts/univers/UniversLTPro-UltraCn.woff'), url('../fonts/univers/UniversLTPro-UltraCn.woff2');
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v22/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2'), url(https://fonts.gstatic.com/s/materialicons/v22/2fcrYFNaTjcS6g4U3t-Y5ewrjPiaoEww8AihgqWRJAo.woff) format('woff');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'liga';
}
/*Intentionally empty so page builder slick styles do not interfere with our theme*/
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/**
 * ClassyLlama_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
/**
 * ClassyLlama_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
.validateAddressForm .form.validate,
.validateBinding .form.validate,
.checkout-validate-address .form.validate {
  display: flex;
  flex-wrap: wrap;
}
.validateAddressForm .form.validate .addressOption,
.validateBinding .form.validate .addressOption,
.checkout-validate-address .form.validate .addressOption {
  display: flex;
  margin: 20px 10px 0 10px;
  flex: 1 0 auto;
}
.validateAddressForm .form.validate .addressOption .addressLabel,
.validateBinding .form.validate .addressOption .addressLabel,
.checkout-validate-address .form.validate .addressOption .addressLabel {
  flex: 1;
  cursor: pointer;
  display: block;
  padding: 10px 10px 10px 30px;
  left: -10px;
  position: relative;
}
.validateAddressForm .form.validate .addressOption .addressLabel .optionTitle,
.validateBinding .form.validate .addressOption .addressLabel .optionTitle,
.checkout-validate-address .form.validate .addressOption .addressLabel .optionTitle {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.validateAddressForm .form.validate .addressOption .addressRadio,
.validateBinding .form.validate .addressOption .addressRadio,
.checkout-validate-address .form.validate .addressOption .addressRadio {
  flex: 0;
  right: -10px;
  top: 10px;
  display: table;
  position: relative;
}
.validateAddressForm .form.validate .addressOption.selected,
.validateBinding .form.validate .addressOption.selected,
.checkout-validate-address .form.validate .addressOption.selected {
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .legend,
.validateBinding .legend,
.checkout-validate-address .legend {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.validateAddressForm .legend .step-title,
.validateBinding .legend .step-title,
.checkout-validate-address .legend .step-title {
  padding-bottom: 15px;
}
.validateAddressForm .validatedAddress,
.validateBinding .validatedAddress,
.checkout-validate-address .validatedAddress {
  margin-top: 10px;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .address-field-changed,
.validateBinding .address-field-changed,
.checkout-validate-address .address-field-changed {
  text-decoration: none;
  background-color: #93ee9e;
}
.validateAddressForm .errorMessageContainer .instructions p,
.validateBinding .errorMessageContainer .instructions p,
.checkout-validate-address .errorMessageContainer .instructions p,
.validateAddressForm .errorMessageContainer .originalAddressText,
.validateBinding .errorMessageContainer .originalAddressText,
.checkout-validate-address .errorMessageContainer .originalAddressText {
  margin: 10px 0 ;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .instructions,
.validateBinding .instructions,
.checkout-validate-address .instructions {
  margin-top: 10px;
}
.validateAddressForm .instructions a:hover,
.validateBinding .instructions a:hover,
.checkout-validate-address .instructions a:hover {
  cursor: pointer;
}
.validateAddressForm,
.validateBinding {
  display: none;
}
.multishipping-checkout .form.validate .addressOption {
  margin: 0 10px 10px 0;
}
.totals-tax-summary.totals-tax-holder {
  transform: translateY(100%);
}
.totals-tax-details.custom-tax {
  transform: translateY(-100%);
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
  display: none;
}
/*seo-info*/
/*seo-info-color*/
.seo-info .seo-info-incorrect {
  color: #df280a;
}
.seo-info .seo-info-correct {
  color: #50B655;
}
.seo-info .seo-info-notice {
  color: #BD5D1F;
}
/*seo-info-main-style*/
.seo-info .seo-info-base-window {
  width: 370px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #F8F8F8;
  color: #363636;
  z-index: 100000;
  font-family: Arial;
  outline: 5px solid rgba(203, 203, 203, 0.7);
}
.seo-info .seo-info-hr-style {
  margin: 5px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.seo-info .seo-info-h1-style {
  font-family: Arial;
  background: #FEFEFE;
  color: #666666;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0px;
}
.seo-info .seo-info-h2-style {
  font-family: Arial;
  padding: 0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  text-transform: none;
}
.seo-info .seo-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  /*color: #363636;*/
}
.seo-info .seo-additional-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
}
/*seo-info-keyword-progress-bar*/
.seo-info .seo-info-progress-container {
  width: 100%;
  font-size: 13px;
}
.seo-info .seo-info-progress-label {
  width: 150px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 10px;
  text-align: left;
}
.seo-info .seo-info-progress-label,
.seo-info .seo-info-progress {
  border-radius: 11px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}
.seo-info .seo-info-progress {
  background-color: #f5f7fa;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 150px;
  height: 6px;
}
.seo-info .seo-info-progress-success .seo-info-progress-bar {
  background-color: #50B655;
  border-color: #5cb85c;
  color: #5cb85c;
  box-sizing: border-box;
  border-radius: 11px;
  box-shadow: none;
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
}
.seo-info .seo-info-progress-label,
.seo-info-progress {
  border-radius: 11px;
}
.seo-info .seo-info-progress.seo-info-progress-success {
  width: 100px;
}
.seo-info .seo-info-progress-bar {
  background-color: #a0c5e4;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #428bca;
  float: left;
  font-size: 13px;
  height: 100%;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}
/*seo-info images alt info*/
.seo-info .seo-info-image-alt {
  display: inline-block;
  width: 260px;
}
/*link*/
.seo-info .seo-additional-info-link-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  word-wrap: break-word;
  padding-bottom: 3px;
}
.seo-info .seo-additional-info-link-style a {
  color: #3196CA;
}
/*scroll*/
.seo-info .seo-info-scroll {
  overflow-y: auto;
  height: 500px;
  margin-top: 0.7em;
  padding: 2px 15px 10px 5px;
  text-align: justify;
  margin-bottom: 5px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}
/*SEO Template Info*/
.seo-info .seo-additional-info-template-style {
  font-size: 13px;
}
/*hide/show button*/
.seo-info .seo-additional-info-hide-show-button-style {
  position: absolute !important;
  right: 0;
  top: 0;
  padding-right: 7px;
  color: #3196CA;
  text-decoration: underline;
  cursor: pointer;
}
.seo-info .m-seo-info-scroll-hide {
  display: none;
}
/*table for SEO Templates*/
.seo-info .m-seo-info-template-table {
  display: table;
  width: 100%;
  padding-top: 3px;
}
.seo-info .m-seo-info-template-table-row {
  display: table-row;
}
.seo-info .m-seo-info-template-table-cell {
  display: table-cell;
  text-align: center;
  padding: 2px;
  vertical-align: middle;
}
.seo-info .m-seo-info-template-table-cell:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(3) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-left {
  text-align: left;
  padding-left: 1px;
}
.seo-info .m-seo-info-template-table-row:last-child .m-seo-info-template-table-cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-id-width {
  width: 30px;
}
.seo-info .m-seo-info-rule-name-width {
  width: 120px;
}
.seo-info .m-seo-info-sort-order-width {
  width: 70px;
}
.seo-info .m-seo-info-rules-processing-width {
  width: 110px;
}
.seo-info .m-seo-info-status-width {
  width: auto;
}
/*seo-info demo store style*/
@media all and (max-width: 590px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 40px !important;
    right: 10px !important;
  }
}
@media all and (min-width: 591px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 5px !important;
    right: 260px !important;
  }
}
.mst-seo-content__description {
  display: block;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
  text-align: left;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.mst-seo-toolbar__toolbar {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000000;
  outline: 5px solid rgba(74, 69, 66, 0.6);
  box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.25);
  max-width: 90%;
  min-width: 10rem;
  background: #fff;
}
.mst-seo-toolbar__toolbar-header {
  font-weight: 600;
  color: #fff;
  background: #315aa5;
  padding: 1rem 2rem 1rem 4rem;
  text-align: center;
  position: relative;
}
.mst-seo-toolbar__toolbar-header > i {
  position: absolute;
  left: 1rem;
  font-size: 15px;
}
.mst-seo-toolbar__toolbar-header .close {
  position: absolute;
  right: 1rem;
  top: 0.7rem;
  font-size: 18px;
  cursor: pointer;
}
.mst-seo-toolbar__toolbar-content {
  background: #F5F5F5;
  max-height: 55vh;
  overflow-y: auto;
}
.mst-seo-toolbar__toolbar-content section label {
  color: #999;
  padding: 1rem;
  display: block;
}
.mst-seo-toolbar__toolbar-content section ul {
  margin: 0;
  background: #fff;
  padding: 0 1rem;
  list-style: none;
}
.mst-seo-toolbar__toolbar-content section ul li {
  display: flex;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 1rem 0;
}
.mst-seo-toolbar__toolbar-content section ul li .title {
  font-weight: 600;
  width: 12rem;
  font-size: 1.3rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status {
  width: 20px;
  height: 20px;
  text-align: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status._success {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%231C9D74' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M13.8274662,4.73712054 C13.6809464,4.57908482 13.4424141,4.57908482 13.2968944,4.73712054 L7.70563722,10.6990848 C7.55911738,10.858192 7.32008501,10.858192 7.17456531,10.6990848 L4.72473356,8.02640625 C4.65222374,7.94712054 4.55721087,7.90801339 4.46169794,7.90747768 C4.36518487,7.90694196 4.2671716,7.94604911 4.19366164,8.02640625 L3.11101503,9.06890625 C3.03900528,9.14819196 3,9.24729911 3,9.35069196 C3,9.45462054 3.03900528,9.56337054 3.1115151,9.64212054 L5.58184963,12.4192634 C5.7278694,12.5778348 5.96740184,12.8349777 6.11292154,12.9924777 L7.17506537,14.139442 C7.32108515,14.2964063 7.55961745,14.2964063 7.70613729,14.139442 L14.8901101,6.45729911 C15.03663,6.29979911 15.03663,6.04104911 14.8901101,5.88354911 L13.8274662,4.73712054 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .status._warning,
.mst-seo-toolbar__toolbar-content section ul li .status._error {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%23FF5501' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M10.21944,3 C11.02296,3 11.4246,3.54804 11.4246,4.17468 C11.4246,4.95732 10.72692,5.68128 9.81768,5.68128 C9.0564,5.68128 8.61228,5.23104 8.6334,4.48764 C8.6334,3.86112 9.162,3 10.21944,3 Z M7.74516,15 C7.11072,15 6.64548,14.60856 7.0896,12.8862 L7.818,9.83136 C7.94484,9.34212 7.9656,9.14652 7.818,9.14652 C7.62744,9.14652 6.80388,9.48444 6.3168,9.81732 L6,9.28872 C7.54356,7.9776 9.31944,7.20864 10.08048,7.20864 C10.71468,7.20864 10.82064,7.97196 10.50348,9.1464 L9.6696,12.3576 C9.52152,12.92508 9.58524,13.12068 9.73284,13.12068 C9.92316,13.12068 10.54728,12.88512 11.16036,12.39576 L11.52,12.88524 C10.01856,14.412 8.3796,15 7.74516,15 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .description {
  max-width: 30rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.mst-seo-toolbar__toolbar-content section ul li .description .note {
  color: #999;
  font-size: 90%;
  overflow-x: hidden;
  word-wrap: break-word;
  margin-top: .5rem;
}
.mst-seo-toolbar__toolbar-content section ul li a {
  font-size: 1.2rem;
  color: #006bb4;
  text-decoration: underline;
}
.mst-seo-toolbar__toolbar-content section ul li a:hover {
  text-decoration: none;
}
.mst-seo-toolbar__toolbar._hidden {
  outline: none;
  box-shadow: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-content {
  display: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  background: #315aa5;
  color: #fff;
  padding: 1rem 1.5rem 1rem 4rem;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 100000;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header .close {
  display: none;
}
body.tutorial .mst-seo-toolbar__toolbar,
body.no-tutorial .mst-seo-toolbar__toolbar {
  left: 1rem;
  right: auto;
}
/* MEDIA QUERIES */
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .items.payment-methods .certificates {
    text-align: right;
  }
  .ws_embed_sms_notification {
    text-align: center !important;
  }
  .ws_embed_sms_notification .inline-block {
    display: inline-block;
  }
  .ws_embed_sms_notification .wpx-span {
    margin: 0 4%;
    font-size: 10px;
  }
  #ws_embed_sms_notification .control-subs .ws-Phone {
    width: 325px;
  }
  #ws_embed_sms_notification .control-subs .ws-country-pc {
    padding-top: 5px;
    width: 130px;
  }
  #ws_embed_sms_notification .control-subs .sms-subs {
    margin-top: -3px;
    margin-left: -5px;
    border-radius: 0;
  }
  .theme-pearl #ws_embed_sms_notification {
    max-width: 1030px;
  }
  .theme-pearl #ws_embed_sms_notification.sms-center-design-2 {
    margin: 0 auto 60px;
  }
  .theme-pearl #ws_embed_sms_notification .ws-phone-dsg-2 {
    width: 160px;
    padding-left: 24px;
  }
  .theme-pearl #ws_embed_sms_notification .ws-country-pc-dsg2 {
    width: 33%;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .ws-country-pc {
    width: 140px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .sms-subs {
    height: 50px;
    border-radius: 0;
    margin-top: -3px;
  }
  .table-checkout-shipping-method tr.row-eta {
    display: none;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .widget-blog-posts ol.post-list li.item {
    width: calc((100% - (2% * (4 - 1))) / 4);
  }
  .widget-blog-posts ol.post-list li.item:nth-child(2n + 1) {
    clear: none;
    margin-left: 2%;
  }
  .widget-blog-posts ol.post-list li.item:nth-child(4n + 1) {
    clear: left;
    margin-left: 0 !important;
  }
  .ws_embed_sms_notification {
    max-width: 1015px;
  }
  .ws_embed_sms_notification .wpx-span {
    margin: 0 9%;
    font-size: 14px;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 6%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
/****OOCSS****/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
/***Magento Blank Theme Basic resets***/
html {
  min-height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-overflow-scrolling: touch;
}
html,
body {
  height: auto !important;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  overflow: unset;
}
body .column.main {
  min-height: 0;
}
body .page-footer {
  margin-top: auto;
}
/* Display Properties */
.column-wrapper,
.columns-wrapper {
  overflow: hidden;
}
.pull-left,
.left,
.alignleft {
  float: left;
}
.pull-right,
.right,
.alignright {
  float: right;
}
.no-float,
.float-none {
  float: none;
}
.clear {
  clear: both;
}
.display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
}
.static {
  position: static;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.absolute.full,
.fixed.full {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.relative.full {
  width: 100%;
  height: 100%;
}
.hidden,
.hide {
  display: none;
}
.display-block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.display-inherit {
  display: inherit;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.vertical-mid,
.vert-mid {
  vertical-align: middle;
}
.vertical-top,
.vert-top {
  vertical-align: top;
}
.vertical-bottom,
.vert-bottom {
  vertical-align: bottom;
}
.text-two-column,
.text-two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.z-index-4 {
  z-index: 4;
}
.z-index-5 {
  z-index: 5;
}
.z-index-100 {
  z-index: 100;
}
.z-index-200 {
  z-index: 200;
}
.z-index-500 {
  z-index: 500;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* Screen Reader Only Text */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.skip-to-content {
  opacity: 0;
  left: -120px;
  background-color: #fff;
  color: #DC2122;
  z-index: 2;
}
.skip-to-content:focus {
  opacity: 1;
  left: 20px;
}
/* Flexbox Classes
 * review mixins.less for flexbox methods available
 */
.flex,
.page-layout-2columns-right .columns,
.page-layout-blog_archive .columns,
.page-layout-blog_landing .columns,
.contentmanager-contenttype-blog_posts .columns,
.contentmanager-contenttype-blog_categories .columns,
.page-layout-2columns-left .columns,
.catalog-product-view .column.main,
.page-layout-2columns-left .columns .sidebar-main.garage-sidebar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-column,
.page-layout-2columns-left .columns .sidebar-main.garage-sidebar-wrap {
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-row {
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-wrap,
.page-layout-2columns-right .columns,
.page-layout-blog_archive .columns,
.page-layout-blog_landing .columns,
.contentmanager-contenttype-blog_posts .columns,
.contentmanager-contenttype-blog_categories .columns,
.page-layout-2columns-left .columns,
.catalog-product-view .column.main {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.flex-grow-2 {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.flex-grow-3 {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.space-between {
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.order--1 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.display-inherit {
  display: inherit;
}
.full-height {
  height: 100%;
}
/* Percentage Widths */
.one {
  width: 1%;
}
.two {
  width: 2%;
}
.three {
  width: 3%;
}
.four {
  width: 4%;
}
.five {
  width: 5%;
}
.six {
  width: 6%;
}
.seven {
  width: 7%;
}
.eight {
  width: 8%;
}
.nine {
  width: 9%;
}
.ten {
  width: 10%;
}
.eleven {
  width: 11%;
}
.twelve {
  width: 12%;
}
.thirteen {
  width: 13%;
}
.fourteen {
  width: 14%;
}
.fifteen {
  width: 15%;
}
.sixteen,
.six-column {
  width: 16.66666%;
}
.seven-column {
  width: 14.28%;
}
.twenty,
.five-column {
  width: 20%;
}
.twentyfive,
.twenty-five,
.four-column {
  width: 25%;
}
.thirty {
  width: 30%;
}
.thirtythree,
.thirty-three,
.three-column {
  width: 33.333%;
}
.fourty,
.forty {
  width: 40%;
}
.fortyfive {
  width: 45%;
}
.fifty,
.two-column {
  width: 50%;
}
.fiftyfive {
  width: 55%;
}
.sixty {
  width: 60%;
}
.sixtyfive,
.sixty-five {
  width: 65%;
}
.sixtysix,
.sixty-six {
  width: 66.666%;
}
.seventy {
  width: 70%;
}
.seventyfive,
.seventy-five {
  width: 75%;
}
.eighty {
  width: 80%;
}
.eightyfive,
.eighty-five {
  width: 85%;
}
.ninety {
  width: 90%;
}
.ninetyfive,
.ninety-five {
  width: 95%;
}
.hundred,
.one-column {
  width: 100%;
}
/* Typography Properties
 * review mixins.less to see availible methods for altering font-sizes and other properties
 */
.italic {
  font-style: italic;
}
.weight-light {
  font-weight: 300;
}
.weight-normal {
  font-weight: 400;
}
.weight-semi-bold {
  font-weight: 600;
}
.weight-medium {
  font-weight: 500;
}
.weight-bold {
  font-weight: 700;
}
.weight-extra-bold {
  font-weight: 800;
}
.weight-black {
  font-weight: 900;
}
.textleft,
.text-left {
  text-align: left;
}
.textright,
.text-right {
  text-align: right;
}
.textcenter,
.text-center {
  text-align: center;
}
.strikethrough,
.line-through {
  text-decoration: line-through;
}
.line-height-0 {
  line-height: 0;
}
.line-height-1 {
  line-height: 1;
}
.line-height-1-1 {
  line-height: 1.1;
}
.line-height-1-2 {
  line-height: 1.2;
}
.line-height-1-3 {
  line-height: 1.3;
}
.line-height-1-4 {
  line-height: 1.4;
}
.line-height-1-5 {
  line-height: 1.5;
}
.line-height-1-6 {
  line-height: 1.6;
}
.line-height-1-7 {
  line-height: 1.7;
}
.line-height-1-8 {
  line-height: 1.8;
}
.line-height-1-9 {
  line-height: 1.9;
}
.line-height-2 {
  line-height: 2;
}
.underline {
  text-decoration: underline;
}
.uppercase,
.caps {
  text-transform: uppercase;
}
.lowercase,
.lower {
  text-transform: lowercase;
}
.no-list,
.no-list ul,
body.product-sweepstakes-view .product-sweepstakes-header .primary-navigation nav ul,
body.product-sweepstakes-view .product-sweepstakes-header .primary-navigation nav ul ul,
.citadel-sidebar ul,
.citadel-sidebar ul ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.inside-list,
.list-inside {
  list-style-position: inside;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-indent: -9999px;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* Margin & Padding Properties */
.no-margin {
  margin: 0;
}
.no-top-margin {
  margin-top: 0;
}
.no-bottom-margin {
  margin-bottom: 0;
}
.margin-auto {
  margin: auto;
}
.margin-left-auto {
  margin-left: auto;
}
.margin-right-auto {
  margin-right: auto;
}
.margin-top-auto {
  margin-top: auto;
}
.margin-bottom-auto {
  margin-bottom: auto;
}
.no-padding {
  padding: 0;
}
body .no-lr-padding {
  padding-left: 0;
  padding-right: 0;
}
/* Overlay */
.overlay-0 {
  background-color: rgba(0, 0, 0, 0);
}
.overlay-10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.overlay-20 {
  background-color: rgba(0, 0, 0, 0.2);
}
.overlay-30 {
  background-color: rgba(0, 0, 0, 0.3);
}
.overlay-40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.overlay-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay-60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.overlay-70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.overlay-80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.overlay-90 {
  background-color: rgba(0, 0, 0, 0.9);
}
.overlay-100 {
  background-color: #000000;
}
/* Image Helpers */
.responsive {
  width: 100%;
  height: auto;
}
.max-image {
  max-width: 100%;
  height: auto;
}
.bg-cover,
.background-cover,
.backgroundcover {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-bc,
.background-bottom-center {
  background-position: center bottom;
}
.bg-bl,
.background-bottom-left {
  background-position: left bottom;
}
.bg-br,
.background-bottom-right {
  background-position: right bottom;
}
.bg-center,
.background-center {
  background-position: center center;
}
.bg-lc,
.background-left-center,
.background-middle-left {
  background-position: left center;
}
.bg-rc,
.background-right-center,
.background-middle-right {
  background-position: right center;
}
.bg-tc,
.background-top-center {
  background-position: center top;
}
.bg-tl,
.background-top-left {
  background-position: left top;
}
.bg-tr,
.background-top-right {
  background-position: right top;
}
/* Animation, Transitions, & Transforms
 * review mixins.less to view all methods for transitions and transforms
 */
.transition {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.pre-animated,
.no-visible,
.not-visible {
  visibility: hidden;
}
.animated {
  visibility: visible;
}
.delay-one,
.delay-1,
.delay1 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.delay-two,
.delay-2,
.delay2 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.delay-two-five,
.delay-2-5,
.delay2-5 {
  animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.delay-three,
.delay-3,
.delay3 {
  animation-delay: 3s;
  -webkit-animation-delay: 3s;
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.delay-four,
.delay-4,
.delay4 {
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}
.delay-five,
.delay-5,
.delay5 {
  animation-delay: 5s;
  -webkit-animation-delay: 5s;
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}
.parallax {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 565px) {
  .parallax {
    background-attachment: scroll;
  }
}
/* Other Helpers */
.pointer:hover {
  cursor: pointer;
}
/* Grid Media Queries
 * review styleguide.less to see all available media queries widths.
 */
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66667%;
}
.col-10 {
  width: 83.33333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66667%;
}
.col-7 {
  width: 58.33333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66667%;
}
.col-4 {
  width: 33.33333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.6666%;
}
.col-1 {
  width: 8.33333%;
}
@media (max-width: 1500px) {
  .col-xxl-12 {
    width: 100%;
  }
  .col-xxl-11 {
    width: 91.66667%;
  }
  .col-xxl-10 {
    width: 83.33333%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-8 {
    width: 66.66667%;
  }
  .col-xxl-7 {
    width: 58.33333%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-5 {
    width: 41.66667%;
  }
  .col-xxl-4 {
    width: 33.33333%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-2 {
    width: 16.6666%;
  }
  .col-xxl-1 {
    width: 8.33333%;
  }
  .xxl-one {
    width: 1%;
  }
  .xxl-two {
    width: 2%;
  }
  .xxl-three {
    width: 3%;
  }
  .xxl-four {
    width: 4%;
  }
  .xxl-five {
    width: 5%;
  }
  .xxl-six {
    width: 6%;
  }
  .xxl-seven {
    width: 7%;
  }
  .xxl-eight {
    width: 8%;
  }
  .xxl-nine {
    width: 9%;
  }
  .xxl-ten {
    width: 10%;
  }
  .xxl-eleven {
    width: 11%;
  }
  .xxl-twelve {
    width: 12%;
  }
  .xxl-thirteen {
    width: 13%;
  }
  .xxl-fourteen {
    width: 14%;
  }
  .xxl-fifteen {
    width: 15%;
  }
  .xxl-thirtythree,
  .xxl-thirty-three,
  .xxl-three-column {
    width: 33.333%;
  }
  .xxl-twentyfive,
  .xxl-twenty-five,
  .xxl-four-column {
    width: 25%;
  }
  .xxl-twenty,
  .xxl-five-column {
    width: 20%;
  }
  .xxl-sixteen,
  .xxl-six-column {
    width: 16.66666%;
  }
  .xxl-seven-column {
    width: 14.28%;
  }
  .xxl-thirty {
    width: 30%;
  }
  .xxl-fourty,
  .xxl-forty {
    width: 40%;
  }
  .xxl-fortyfive {
    width: 45%;
  }
  .xxl-fifty,
  .xxl-two-column {
    width: 50%;
  }
  .xxl-fiftyfive {
    width: 55%;
  }
  .xxl-sixty {
    width: 60%;
  }
  .xxl-sixtysix,
  .xxl-sixty-six {
    width: 66.666%;
  }
  .xxl-seventy {
    width: 70%;
  }
  .xxl-seventyfive,
  .xxl-seventy-five {
    width: 75%;
  }
  .xxl-eighty {
    width: 80%;
  }
  .xxl-eightyfive,
  .xxl-eighty-five {
    width: 85%;
  }
  .xxl-ninety {
    width: 90%;
  }
  .xxl-ninetyfive,
  .xxl-ninety-five {
    width: 95%;
  }
  .xxl-hundred,
  .xxl-one-column {
    width: 100%;
  }
  .xxl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xxl-flex-column {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xxl-flex-row {
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xxl-flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxl-flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .xxl-flex-grow-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .xxl-flex-grow-3 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .xxl-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .xxl-align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .xxl-order--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .xxl-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .xxl-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .xxl-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .xxl-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .xxl-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .xxl-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .xxl-no-padding {
    padding: 0;
  }
  body .xxl-no-lr-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .xxl-hidden,
  .xxl-hide {
    display: none;
  }
  .xxl-block {
    display: block;
  }
  .xxl-inline {
    display: inline;
  }
  .xxl-inline-block {
    display: inline-block;
  }
  .xxl-static {
    position: static;
  }
  .xxl-relative {
    position: relative;
  }
  .xxl-absolute {
    position: absolute;
  }
  .xxl-fixed {
    position: fixed;
  }
  .xxl-clearfix:before,
  .xxl-clearfix:after {
    content: " ";
    display: table;
  }
  .xxl-clearfix:after {
    clear: both;
  }
  .xxl-column-wrapper,
  .xxl-columns-wrapper {
    overflow: hidden;
  }
  .xxl-vertical-top,
  .xxl-vert-top {
    vertical-align: top;
  }
  .xxl-vertical-bottom,
  .xxl-vert-btm {
    vertical-align: bottom;
  }
  .xxl-vertical-middle,
  .xxl-vert-mid {
    vertical-align: middle;
  }
  .xxl-left,
  .xxl-pull-left {
    float: left;
  }
  .xxl-right,
  .xxl-pull-right {
    float: right;
  }
  .xxl-no-float,
  .xxl-float-none {
    float: none;
  }
  .xxl-textleft,
  .xxl-text-left {
    text-align: left;
  }
  .xxl-textright,
  .xxl-text-right {
    text-align: right;
  }
  .xxl-textcenter,
  .xxl-text-center {
    text-align: center;
  }
  .xxl-margin-auto {
    margin: auto;
  }
  .xxl-margin-left-auto {
    margin-left: auto;
  }
  .xxl-margin-right-auto {
    margin-right: auto;
  }
  .xxl-no-bg-img {
    background-image: none !important;
  }
  .gform_wrapper .left-column.col-xxl-12 {
    padding-right: 0px;
  }
  .gform_wrapper .right-column.col-xxl-12 {
    padding-left: 0px;
  }
}
@media (max-width: 1400px) {
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66667%;
  }
  .col-xl-10 {
    width: 83.33333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66667%;
  }
  .col-xl-7 {
    width: 58.33333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66667%;
  }
  .col-xl-4 {
    width: 33.33333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.6666%;
  }
  .col-xl-1 {
    width: 8.33333%;
  }
  .xl-one {
    width: 1%;
  }
  .xl-two {
    width: 2%;
  }
  .xl-three {
    width: 3%;
  }
  .xl-four {
    width: 4%;
  }
  .xl-five {
    width: 5%;
  }
  .xl-six {
    width: 6%;
  }
  .xl-seven {
    width: 7%;
  }
  .xl-eight {
    width: 8%;
  }
  .xl-nine {
    width: 9%;
  }
  .xl-ten {
    width: 10%;
  }
  .xl-eleven {
    width: 11%;
  }
  .xl-twelve {
    width: 12%;
  }
  .xl-thirteen {
    width: 13%;
  }
  .xl-fourteen {
    width: 14%;
  }
  .xl-fifteen {
    width: 15%;
  }
  .xl-sixteen,
  .xl-six-column {
    width: 16.66666%;
  }
  .xl-twenty,
  .xl-five-column {
    width: 20%;
  }
  .xl-twentyfive,
  .xl-twenty-five,
  .xl-four-column {
    width: 25%;
  }
  .xl-thirty {
    width: 30%;
  }
  .xl-thirtythree,
  .xl-thirty-three,
  .xl-three-column {
    width: 33.333%;
  }
  .xl-seven-column {
    width: 14.28%;
  }
  .xl-fourty,
  .xl-forty {
    width: 40%;
  }
  .xl-fortyfive {
    width: 45%;
  }
  .xl-fifty,
  .xl-two-column {
    width: 50%;
  }
  .xl-fiftyfive {
    width: 55%;
  }
  .xl-sixty {
    width: 60%;
  }
  .xl-sixtysix,
  .xl-sixty-six {
    width: 66.666%;
  }
  .xl-seventy {
    width: 70%;
  }
  .xl-seventyfive,
  .xl-seventy-five {
    width: 75%;
  }
  .xl-eighty {
    width: 80%;
  }
  .xl-eightyfive,
  .xl-eighty-five {
    width: 85%;
  }
  .xl-ninety {
    width: 90%;
  }
  .xl-ninetyfive,
  .xl-ninety-five {
    width: 95%;
  }
  .xl-hundred,
  .xl-one-column {
    width: 100%;
  }
  .xl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xl-flex-column {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xl-flex-row {
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xl-flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xl-flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .xl-flex-grow-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .xl-flex-grow-3 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .xl-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .xl-align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .xl-order--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .xl-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .xl-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .xl-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .xl-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .xl-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .xl-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .xl-no-padding {
    padding: 0;
  }
  body .xl-no-lr-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .xl-hidden,
  .xl-hide {
    display: none;
  }
  .xl-block {
    display: block;
  }
  .xl-inline {
    display: inline;
  }
  .xl-inline-block {
    display: inline-block;
  }
  .xl-static {
    position: static;
  }
  .xl-relative {
    position: relative;
  }
  .xl-absolute {
    position: absolute;
  }
  .xl-fixed {
    position: fixed;
  }
  .xl-clearfix:before,
  .xl-clearfix:after {
    content: " ";
    display: table;
  }
  .xl-clearfix:after {
    clear: both;
  }
  .xl-column-wrapper,
  .xl-columns-wrapper {
    overflow: hidden;
  }
  .xl-vertical-top,
  .xl-vert-top {
    vertical-align: top;
  }
  .xl-vertical-bottom,
  .xl-vert-btm {
    vertical-align: bottom;
  }
  .xl-vertical-middle,
  .xl-vert-mid {
    vertical-align: middle;
  }
  .xl-left,
  .xl-pull-left {
    float: left;
  }
  .xl-right,
  .xl-pull-right {
    float: right;
  }
  .xl-no-float,
  .xl-float-none {
    float: none;
  }
  .xl-textleft,
  .xl-text-left {
    text-align: left;
  }
  .xl-textright,
  .xl-text-right {
    text-align: right;
  }
  .xl-textcenter,
  .xl-text-center {
    text-align: center;
  }
  .xl-margin-auto {
    margin: auto;
  }
  .xl-margin-left-auto {
    margin-left: auto;
  }
  .xl-margin-right-auto {
    margin-right: auto;
  }
  .xl-no-bg-img {
    background-image: none !important;
  }
  .gform_wrapper .left-column.col-xl-12 {
    padding-right: 0px;
  }
  .gform_wrapper .right-column.col-xl-12 {
    padding-left: 0px;
  }
}
@media (max-width: 1200px) {
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.6666%;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .lg-one {
    width: 1%;
  }
  .lg-two {
    width: 2%;
  }
  .lg-three {
    width: 3%;
  }
  .lg-four {
    width: 4%;
  }
  .lg-five {
    width: 5%;
  }
  .lg-six {
    width: 6%;
  }
  .lg-seven {
    width: 7%;
  }
  .lg-eight {
    width: 8%;
  }
  .lg-nine {
    width: 9%;
  }
  .lg-ten {
    width: 10%;
  }
  .lg-eleven {
    width: 11%;
  }
  .lg-twelve {
    width: 12%;
  }
  .lg-thirteen {
    width: 13%;
  }
  .lg-fourteen {
    width: 14%;
  }
  .lg-fifteen {
    width: 15%;
  }
  .lg-sixteen,
  .lg-six-column {
    width: 16.66666%;
  }
  .lg-twenty,
  .lg-five-column {
    width: 20%;
  }
  .lg-seven-column {
    width: 14.28%;
  }
  .lg-twentyfive,
  .lg-twenty-five,
  .lg-four-column {
    width: 25%;
  }
  .lg-thirty {
    width: 30%;
  }
  .lg-thirtythree,
  .lg-thirty-three,
  .lg-three-column {
    width: 33.333%;
  }
  .lg-fourty,
  .lg-forty {
    width: 40%;
  }
  .lg-fortyfive {
    width: 45%;
  }
  .lg-fifty,
  .lg-two-column {
    width: 50%;
  }
  .lg-fiftyfive {
    width: 55%;
  }
  .lg-sixty {
    width: 60%;
  }
  .lg-sixtysix,
  .lg-sixty-six {
    width: 66.666%;
  }
  .lg-seventy {
    width: 70%;
  }
  .lg-seventyfive,
  .lg-seventy-five {
    width: 75%;
  }
  .lg-eighty {
    width: 80%;
  }
  .lg-eightyfive,
  .lg-eighty-five {
    width: 85%;
  }
  .lg-ninety {
    width: 90%;
  }
  .lg-ninetyfive,
  .lg-ninety-five {
    width: 95%;
  }
  .lg-hundred,
  .lg-one-column {
    width: 100%;
  }
  .lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lg-flex-column {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lg-flex-row {
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .lg-flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lg-flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .lg-flex-grow-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .lg-flex-grow-3 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .lg-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lg-align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lg-order--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .lg-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .lg-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .lg-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .lg-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .lg-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .lg-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .lg-no-padding {
    padding: 0;
  }
  body .lg-no-lr-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .lg-hidden,
  .lg-hide {
    display: none;
  }
  .lg-block {
    display: block;
  }
  .lg-inline {
    display: inline;
  }
  .lg-inline-block {
    display: inline-block;
  }
  .lg-static {
    position: static;
  }
  .lg-relative {
    position: relative;
  }
  .lg-absolute {
    position: absolute;
  }
  .lg-fixed {
    position: fixed;
  }
  .lg-clearfix:before,
  .lg-clearfix:after {
    content: " ";
    display: table;
  }
  .lg-clearfix:after {
    clear: both;
  }
  .lg-column-wrapper,
  .lg-columns-wrapper {
    overflow: hidden;
  }
  .lg-vertical-top,
  .lg-vert-top {
    vertical-align: top;
  }
  .lg-vertical-bottom,
  .lg-vert-btm {
    vertical-align: bottom;
  }
  .lg-vertical-middle,
  .lg-vert-mid {
    vertical-align: middle;
  }
  .lg-left,
  .lg-pull-left {
    float: left;
  }
  .lg-right,
  .lg-pull-right {
    float: right;
  }
  .lg-no-float,
  .lg-float-none {
    float: none;
  }
  .lg-textleft,
  .lg-text-left {
    text-align: left;
  }
  .lg-textright,
  .lg-text-right {
    text-align: right;
  }
  .lg-textcenter,
  .lg-text-center {
    text-align: center;
  }
  .lg-margin-auto {
    margin: auto;
  }
  .lg-margin-left-auto {
    margin-left: auto;
  }
  .lg-margin-right-auto {
    margin-right: auto;
  }
  .lg-no-bg-img {
    background-image: none !important;
  }
  .gform_wrapper .left-column.col-lg-12 {
    padding-right: 0px;
  }
  .gform_wrapper .right-column.col-lg-12 {
    padding-left: 0px;
  }
}
@media (max-width: 1024px) {
  .col-tbl-12 {
    width: 100%;
  }
  .col-tbl-11 {
    width: 91.66667%;
  }
  .col-tbl-10 {
    width: 83.33333%;
  }
  .col-tbl-9 {
    width: 75%;
  }
  .col-tbl-8 {
    width: 66.66667%;
  }
  .col-tbl-7 {
    width: 58.33333%;
  }
  .col-tbl-6 {
    width: 50%;
  }
  .col-tbl-5 {
    width: 41.66667%;
  }
  .col-tbl-4 {
    width: 33.33333%;
  }
  .col-tbl-3 {
    width: 25%;
  }
  .col-tbl-2 {
    width: 16.6666%;
  }
  .col-tbl-1 {
    width: 8.33333%;
  }
  .tbl-one {
    width: 1%;
  }
  .tbl-two {
    width: 2%;
  }
  .tbl-three {
    width: 3%;
  }
  .tbl-four {
    width: 4%;
  }
  .tbl-five {
    width: 5%;
  }
  .tbl-six {
    width: 6%;
  }
  .tbl-seven {
    width: 7%;
  }
  .tbl-eight {
    width: 8%;
  }
  .tbl-nine {
    width: 9%;
  }
  .tbl-ten {
    width: 10%;
  }
  .tbl-eleven {
    width: 11%;
  }
  .tbl-twelve {
    width: 12%;
  }
  .tbl-thirteen {
    width: 13%;
  }
  .tbl-fourteen {
    width: 14%;
  }
  .tbl-fifteen {
    width: 15%;
  }
  .tbl-sixteen,
  .tbl-six-column {
    width: 16.66666%;
  }
  .tbl-twenty,
  .tbl-five-column {
    width: 20%;
  }
  .tlb-seven-column {
    width: 14.28%;
  }
  .tbl-twentyfive,
  .tbl-twenty-five,
  .tbl-four-column {
    width: 25%;
  }
  .tbl-thirty {
    width: 30%;
  }
  .tbl-thirtythree,
  .tbl-thirty-three,
  .tbl-three-column {
    width: 33.333%;
  }
  .tbl-fourty,
  .tbl-forty {
    width: 40%;
  }
  .tbl-fortyfive {
    width: 45%;
  }
  .tbl-fifty,
  .tbl-two-column {
    width: 50%;
  }
  .tbl-fiftyfive {
    width: 55%;
  }
  .tbl-sixty {
    width: 60%;
  }
  .tbl-sixtysix,
  .tbl-sixty-six {
    width: 66.666%;
  }
  .tbl-seventy {
    width: 70%;
  }
  .tbl-seventyfive,
  .tbl-seventy-five {
    width: 75%;
  }
  .tbl-eighty {
    width: 80%;
  }
  .tbl-eightyfive,
  .tbl-eighty-five {
    width: 85%;
  }
  .tbl-ninety {
    width: 90%;
  }
  .tbl-ninetyfive,
  .tbl-ninety-five {
    width: 95%;
  }
  .tbl-hundred,
  .tbl-one-column {
    width: 100%;
  }
  .tbl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tbl-flex-column {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tbl-flex-row {
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tbl-flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tbl-flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .tbl-flex-grow-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .tbl-flex-grow-3 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .tbl-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tbl-align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tbl-order--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .tbl-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .tbl-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .tbl-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .tbl-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .tbl-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .tbl-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .tbl-no-padding {
    padding: 0;
  }
  body .tbl-no-lr-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .tbl-hidden,
  .tbl-hide {
    display: none;
  }
  .tbl-block {
    display: block;
  }
  .tbl-inline {
    display: inline;
  }
  .tbl-inline-block {
    display: inline-block;
  }
  .tbl-static {
    position: static;
  }
  .tbl-relative {
    position: relative;
  }
  .tbl-absolute {
    position: absolute;
  }
  .tbl-fixed {
    position: fixed;
  }
  .tbl-clearfix:before,
  .tbl-clearfix:after {
    content: " ";
    display: table;
  }
  .tbl-clearfix:after {
    clear: both;
  }
  .tbl-column-wrapper,
  .tbl-columns-wrapper {
    overflow: hidden;
  }
  .tbl-vertical-top,
  .tbl-vert-top {
    vertical-align: top;
  }
  .tbl-vertical-bottom,
  .tbl-vert-btm {
    vertical-align: bottom;
  }
  .tbl-vertical-middle,
  .tbl-vert-mid {
    vertical-align: middle;
  }
  .tbl-left,
  .tbl-pull-left {
    float: left;
  }
  .tbl-right,
  .tbl-pull-right {
    float: right;
  }
  .tbl-no-float,
  .tbl-float-none {
    float: none;
  }
  .tbl-textleft,
  .tbl-text-left {
    text-align: left;
  }
  .tbl-textright,
  .tbl-text-right {
    text-align: right;
  }
  .tbl-textcenter,
  .tbl-text-center {
    text-align: center;
  }
  .tbl-margin-auto {
    margin: auto;
  }
  .tbl-margin-left-auto {
    margin-left: auto;
  }
  .tbl-margin-right-auto {
    margin-right: auto;
  }
  .tbl-no-bg-img {
    background-image: none !important;
  }
  .gform_wrapper .left-column.col-tbl-12 {
    padding-right: 0px;
  }
  .gform_wrapper .right-column.col-tbl-12 {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.6666%;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .sm-one {
    width: 1%;
  }
  .sm-two {
    width: 2%;
  }
  .sm-three {
    width: 3%;
  }
  .sm-four {
    width: 4%;
  }
  .sm-five {
    width: 5%;
  }
  .sm-six {
    width: 6%;
  }
  .sm-seven {
    width: 7%;
  }
  .sm-eight {
    width: 8%;
  }
  .sm-nine {
    width: 9%;
  }
  .sm-ten {
    width: 10%;
  }
  .sm-eleven {
    width: 11%;
  }
  .sm-twelve {
    width: 12%;
  }
  .sm-thirteen {
    width: 13%;
  }
  .sm-fourteen {
    width: 14%;
  }
  .sm-fifteen {
    width: 15%;
  }
  .sm-sixteen,
  .sm-six-column {
    width: 16.66666%;
  }
  .sm-twenty,
  .sm-five-column {
    width: 20%;
  }
  .sm-seven-column {
    width: 14.28%;
  }
  .sm-twentyfive,
  .sm-twenty-five,
  .sm-four-column {
    width: 25%;
  }
  .sm-thirty {
    width: 30%;
  }
  .sm-thirtythree,
  .sm-thirty-three,
  .sm-three-column {
    width: 33.333%;
  }
  .sm-fourty,
  .sm-forty {
    width: 40%;
  }
  .sm-fortyfive {
    width: 45%;
  }
  .sm-fifty,
  .sm-two-column {
    width: 50%;
  }
  .sm-fiftyfive {
    width: 55%;
  }
  .sm-sixty {
    width: 60%;
  }
  .sm-sixtysix,
  .sm-sixty-six {
    width: 66.666%;
  }
  .sm-seventy {
    width: 70%;
  }
  .sm-seventyfive,
  .sm-seventy-five {
    width: 75%;
  }
  .sm-eighty {
    width: 80%;
  }
  .sm-eightyfive,
  .sm-eighty-five {
    width: 85%;
  }
  .sm-ninety {
    width: 90%;
  }
  .sm-ninetyfive,
  .sm-ninety-five {
    width: 95%;
  }
  .sm-hundred,
  .sm-one-column {
    width: 100%;
  }
  .sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sm-flex-column {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sm-flex-row {
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sm-flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .sm-flex-grow-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .sm-flex-grow-3 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .sm-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sm-align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sm-order--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .sm-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .sm-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .sm-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .sm-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .sm-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .sm-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .sm-no-padding {
    padding: 0;
  }
  body .sm-no-lr-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .sm-hidden,
  .sm-hide {
    display: none;
  }
  .sm-block {
    display: block;
  }
  .sm-inline {
    display: inline;
  }
  .sm-inline-block {
    display: inline-block;
  }
  .sm-static {
    position: static;
  }
  .sm-relative {
    position: relative;
  }
  .sm-absolute {
    position: absolute;
  }
  .sm-fixed {
    position: fixed;
  }
  .sm-clearfix:before,
  .sm-clearfix:after {
    content: " ";
    display: table;
  }
  .sm-clearfix:after {
    clear: both;
  }
  .sm-column-wrapper,
  .sm-columns-wrapper {
    overflow: hidden;
  }
  .sm-vertical-top,
  .sm-vert-top {
    vertical-align: top;
  }
  .sm-vertical-bottom,
  .sm-vert-btm {
    vertical-align: bottom;
  }
  .sm-vertical-middle,
  .sm-vert-mid {
    vertical-align: middle;
  }
  .sm-left,
  .sm-pull-left {
    float: left;
  }
  .sm-right,
  .sm-pull-right {
    float: right;
  }
  .sm-no-float,
  .sm-float-none {
    float: none;
  }
  .sm-textleft,
  .sm-text-left {
    text-align: left;
  }
  .sm-textright,
  .sm-text-right {
    text-align: right;
  }
  .sm-textcenter,
  .sm-text-center {
    text-align: center;
  }
  .sm-margin-auto {
    margin: auto;
  }
  .sm-margin-left-auto {
    margin-left: auto;
  }
  .sm-margin-right-auto {
    margin-right: auto;
  }
  .sm-no-bg-img {
    background-image: none !important;
  }
  .gform_wrapper .left-column.col-sm-12 {
    padding-right: 0px;
  }
  .gform_wrapper .right-column.col-sm-12 {
    padding-left: 0px;
  }
}
@media (max-width: 643px) {
  .col-xsm-12 {
    width: 100%;
  }
  .col-xsm-11 {
    width: 91.66667%;
  }
  .col-xsm-10 {
    width: 83.33333%;
  }
  .col-xsm-9 {
    width: 75%;
  }
  .col-xsm-8 {
    width: 66.66667%;
  }
  .col-xsm-7 {
    width: 58.33333%;
  }
  .col-xsm-6 {
    width: 50%;
  }
  .col-xsm-5 {
    width: 41.66667%;
  }
  .col-xsm-4 {
    width: 33.33333%;
  }
  .col-xsm-3 {
    width: 25%;
  }
  .col-xsm-2 {
    width: 16.6666%;
  }
  .col-xsm-1 {
    width: 8.33333%;
  }
  .xsm-one {
    width: 1%;
  }
  .xsm-two {
    width: 2%;
  }
  .xsm-three {
    width: 3%;
  }
  .xsm-four {
    width: 4%;
  }
  .xsm-five {
    width: 5%;
  }
  .xsm-six {
    width: 6%;
  }
  .xsm-seven {
    width: 7%;
  }
  .xsm-eight {
    width: 8%;
  }
  .xsm-nine {
    width: 9%;
  }
  .xsm-ten {
    width: 10%;
  }
  .xsm-eleven {
    width: 11%;
  }
  .xsm-twelve {
    width: 12%;
  }
  .xsm-thirteen {
    width: 13%;
  }
  .xsm-fourteen {
    width: 14%;
  }
  .xsm-fifteen {
    width: 15%;
  }
  .xsm-sixteen,
  .xsm-six-column {
    width: 16.66666%;
  }
  .xsm-twenty,
  .xsm-five-column {
    width: 20%;
  }
  .xsm-seven-column {
    width: 14.28%;
  }
  .xsm-twentyfive,
  .xsm-twenty-five,
  .xsm-four-column {
    width: 25%;
  }
  .xsm-thirty {
    width: 30%;
  }
  .xsm-thirtythree,
  .xsm-thirty-three,
  .xsm-three-column {
    width: 33.333%;
  }
  .xsm-fourty,
  .xsm-forty {
    width: 40%;
  }
  .xsm-fortyfive {
    width: 45%;
  }
  .xsm-fifty,
  .xsm-two-column {
    width: 50%;
  }
  .xsm-fiftyfive {
    width: 55%;
  }
  .xsm-sixty {
    width: 60%;
  }
  .xsm-sixtysix,
  .xsm-sixty-six {
    width: 66.666%;
  }
  .xsm-seventy {
    width: 70%;
  }
  .xsm-seventyfive,
  .xsm-seventy-five {
    width: 75%;
  }
  .xsm-eighty {
    width: 80%;
  }
  .xsm-eightyfive,
  .xsm-eighty-five {
    width: 85%;
  }
  .xsm-ninety {
    width: 90%;
  }
  .xsm-ninetyfive,
  .xsm-ninety-five {
    width: 95%;
  }
  .xsm-hundred,
  .xsm-one-column {
    width: 100%;
  }
  .xsm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xsm-flex-column {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xsm-flex-row {
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xsm-flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xsm-flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .xsm-flex-grow-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .xsm-flex-grow-3 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .xsm-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .xsm-align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .xsm-order--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .xsm-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .xsm-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .xsm-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .xsm-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .xsm-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .xsm-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .xsm-no-padding {
    padding: 0;
  }
  body .xsm-no-lr-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .xsm-hidden,
  .xsm-hide {
    display: none;
  }
  .xsm-block {
    display: block;
  }
  .xsm-inline {
    display: inline;
  }
  .xsm-inline-block {
    display: inline-block;
  }
  .xsm-static {
    position: static;
  }
  .xsm-relative {
    position: relative;
  }
  .xsm-absolute {
    position: absolute;
  }
  .xsm-fixed {
    position: fixed;
  }
  .xsm-clearfix:before,
  .xsm-clearfix:after {
    content: " ";
    display: table;
  }
  .xsm-clearfix:after {
    clear: both;
  }
  .xsm-column-wrapper,
  .xsm-columns-wrapper {
    overflow: hidden;
  }
  .xsm-vertical-top,
  .xsm-vert-top {
    vertical-align: top;
  }
  .xsm-vertical-bottom,
  .xsm-vert-btm {
    vertical-align: bottom;
  }
  .xsm-vertical-middle,
  .xsm-vert-mid {
    vertical-align: middle;
  }
  .xsm-left,
  .xsm-pull-left {
    float: left;
  }
  .xsm-right,
  .xsm-pull-right {
    float: right;
  }
  .xsm-no-float,
  .xsm-float-none {
    float: none;
  }
  .xsm-textleft,
  .xsm-text-left {
    text-align: left;
  }
  .xsm-textright,
  .xsm-text-right {
    text-align: right;
  }
  .xsm-textcenter,
  .xsm-text-center {
    text-align: center;
  }
  .xsm-margin-auto {
    margin: auto;
  }
  .xsm-margin-left-auto {
    margin-left: auto;
  }
  .xsm-margin-right-auto {
    margin-right: auto;
  }
  .xsm-no-bg-img {
    background-image: none !important;
  }
  .gform_wrapper .left-column.col-xsm-12 {
    padding-right: 0px;
  }
  .gform_wrapper .right-column.col-xsm-12 {
    padding-left: 0px;
  }
}
@media (max-width: 500px) {
  .col-mbl-12 {
    width: 100%;
  }
  .col-mbl-11 {
    width: 91.66667%;
  }
  .col-mbl-10 {
    width: 83.33333%;
  }
  .col-mbl-9 {
    width: 75%;
  }
  .col-mbl-8 {
    width: 66.66667%;
  }
  .col-mbl-7 {
    width: 58.33333%;
  }
  .col-mbl-6 {
    width: 50%;
  }
  .col-mbl-5 {
    width: 41.66667%;
  }
  .col-mbl-4 {
    width: 33.33333%;
  }
  .col-mbl-3 {
    width: 25%;
  }
  .col-mbl-2 {
    width: 16.6666%;
  }
  .col-mbl-1 {
    width: 8.33333%;
  }
  .mbl-one {
    width: 1%;
  }
  .mbl-two {
    width: 2%;
  }
  .mbl-three {
    width: 3%;
  }
  .mbl-four {
    width: 4%;
  }
  .mbl-five {
    width: 5%;
  }
  .mbl-six {
    width: 6%;
  }
  .mbl-seven {
    width: 7%;
  }
  .mbl-eight {
    width: 8%;
  }
  .mbl-nine {
    width: 9%;
  }
  .mbl-ten {
    width: 10%;
  }
  .mbl-eleven {
    width: 11%;
  }
  .mbl-twelve {
    width: 12%;
  }
  .mbl-thirteen {
    width: 13%;
  }
  .mbl-fourteen {
    width: 14%;
  }
  .mbl-fifteen {
    width: 15%;
  }
  .mbl-sixteen,
  .mbl-six-column {
    width: 16.66666%;
  }
  .mbl-twenty,
  .mbl-five-column {
    width: 20%;
  }
  .mbl-seven-column {
    width: 14.28%;
  }
  .mbl-twentyfive,
  .mbl-twenty-five,
  .mbl-four-column {
    width: 25%;
  }
  .mbl-thirty {
    width: 30%;
  }
  .mbl-thirtythree,
  .mbl-thirty-three,
  .mbl-three-column {
    width: 33.333%;
  }
  .mbl-fourty,
  .mbl-forty {
    width: 40%;
  }
  .mbl-fortyfive {
    width: 45%;
  }
  .mbl-fifty,
  .mbl-two-column {
    width: 50%;
  }
  .mbl-fiftyfive {
    width: 55%;
  }
  .mbl-sixty {
    width: 60%;
  }
  .mbl-sixtysix,
  .mbl-sixty-six {
    width: 66.666%;
  }
  .mbl-seventy {
    width: 70%;
  }
  .mbl-seventyfive,
  .mbl-seventy-five {
    width: 75%;
  }
  .mbl-eighty {
    width: 80%;
  }
  .mbl-eightyfive,
  .mbl-eighty-five {
    width: 85%;
  }
  .mbl-ninety {
    width: 90%;
  }
  .mbl-ninetyfive,
  .mbl-ninety-five {
    width: 95%;
  }
  .mbl-hundred,
  .mbl-one-column {
    width: 100%;
  }
  .mbl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mbl-flex-column {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mbl-flex-row {
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mbl-flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mbl-flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .mbl-flex-grow-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .mbl-flex-grow-3 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .mbl-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mbl-align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mbl-order--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .mbl-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .mbl-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .mbl-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .mbl-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .mbl-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .mbl-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .mbl-no-padding {
    padding: 0;
  }
  body .mbl-no-lr-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .mbl-hidden,
  .mbl-hide {
    display: none;
  }
  .mbl-block {
    display: block;
  }
  .mbl-inline {
    display: inline;
  }
  .mbl-inline-block {
    display: inline-block;
  }
  .mbl-static {
    position: static;
  }
  .mbl-relative {
    position: relative;
  }
  .mbl-absolute {
    position: absolute;
  }
  .mbl-fixed {
    position: fixed;
  }
  .mbl-clearfix:before,
  .mbl-clearfix:after {
    content: " ";
    display: table;
  }
  .mbl-clearfix:after {
    clear: both;
  }
  .mbl-column-wrapper,
  .mbl-columns-wrapper {
    overflow: hidden;
  }
  .mbl-vertical-top,
  .mbl-vert-top {
    vertical-align: top;
  }
  .mbl-vertical-bottom,
  .mbl-vert-btm {
    vertical-align: bottom;
  }
  .mbl-vertical-middle,
  .mbl-vert-mid {
    vertical-align: middle;
  }
  .mbl-left,
  .mbl-pull-left {
    float: left;
  }
  .mbl-right,
  .mbl-pull-right {
    float: right;
  }
  .mbl-no-float,
  .mbl-float-none {
    float: none;
  }
  .mbl-textleft,
  .mbl-text-left {
    text-align: left;
  }
  .mbl-textright,
  .mbl-text-right {
    text-align: right;
  }
  .mbl-textcenter,
  .mbl-text-center {
    text-align: center;
  }
  .mbl-margin-auto {
    margin: auto;
  }
  .mbl-margin-left-auto {
    margin-left: auto;
  }
  .mbl-margin-right-auto {
    margin-right: auto;
  }
  .mbl-no-bg-img {
    background-image: none !important;
  }
  .gform_wrapper .left-column.col-mbl-12 {
    padding-right: 0px;
  }
  .gform_wrapper .right-column.col-mbl-12 {
    padding-left: 0px;
  }
}
/* Site Widths
 * review styleguide.less to review current variables.
 */
.site-width,
.page-layout-2columns-left .page-title-wrapper,
.page-layout-2columns-left .columns,
.breadcrumbs,
.cms-page-view .page-wrapper .page-main,
.sprayer-toolbar,
body.page-products.page-layout-1column .column.main,
.catalog-category-view .page-title-wrapper,
.catalog-product-view .column.main,
.checkout-cart-index .page-wrapper .page-main,
.checkout-index-index .page-wrapper .page-main,
.checkout-onepage-success .page-wrapper .page-main,
.page-layout-blog_archive .columns,
.page-layout-blog_landing .columns,
.contentmanager-contenttype-blog_posts .columns,
.contentmanager-contenttype-blog_categories .columns {
  width: 100%;
  max-width: 1560px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
.lg-site-width {
  width: 100%;
  max-width: 1800px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
.med-site-width,
.citadel-customer-login .page-wrapper .page-main,
.vault-customer-login .page-wrapper .page-main,
.customer-account-login .page-wrapper .page-main,
.customer-account-create .page-wrapper .page-main,
.customer-account-logoutsuccess .page-wrapper .page-main,
.customer-account-createpassword .page-wrapper .page-main,
.customer-account-forgotpassword .page-wrapper .page-main {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
.sm-site-width {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.xsm-site-width {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1600px) {
  .site-width,
  .page-layout-2columns-left .page-title-wrapper,
  .page-layout-2columns-left .columns,
  .breadcrumbs,
  .cms-page-view .page-wrapper .page-main,
  .sprayer-toolbar,
  body.page-products.page-layout-1column .column.main,
  .catalog-category-view .page-title-wrapper,
  .catalog-product-view .column.main,
  .checkout-cart-index .page-wrapper .page-main,
  .checkout-index-index .page-wrapper .page-main,
  .checkout-onepage-success .page-wrapper .page-main,
  .page-layout-blog_archive .columns,
  .page-layout-blog_landing .columns,
  .contentmanager-contenttype-blog_posts .columns,
  .contentmanager-contenttype-blog_categories .columns {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-width.no-padding,
  .page-layout-2columns-left .page-title-wrapper.no-padding,
  .page-layout-2columns-left .columns.no-padding,
  .breadcrumbs.no-padding,
  .cms-page-view .page-wrapper .page-main.no-padding,
  .catalog-category-view .page-title-wrapper.no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1840px) {
  .lg-site-width {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lg-site-width.no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1480px) {
  .med-site-width,
  .citadel-customer-login .page-wrapper .page-main,
  .vault-customer-login .page-wrapper .page-main,
  .customer-account-login .page-wrapper .page-main,
  .customer-account-create .page-wrapper .page-main,
  .customer-account-logoutsuccess .page-wrapper .page-main,
  .customer-account-createpassword .page-wrapper .page-main,
  .customer-account-forgotpassword .page-wrapper .page-main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .med-site-width.no-padding,
  .citadel-customer-login .page-wrapper .page-main.no-padding,
  .vault-customer-login .page-wrapper .page-main.no-padding,
  .customer-account-login .page-wrapper .page-main.no-padding,
  .customer-account-create .page-wrapper .page-main.no-padding,
  .customer-account-logoutsuccess .page-wrapper .page-main.no-padding,
  .customer-account-createpassword .page-wrapper .page-main.no-padding,
  .customer-account-forgotpassword .page-wrapper .page-main.no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1090px) {
  .sm-site-width {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sm-site-width.no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 760px) {
  .xsm-site-width {
    padding-left: 20px;
    padding-right: 20px;
  }
  .xsm-site-width.no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Global elements Styles */
body,
button,
input,
select,
textarea {
  color: #181818;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.618;
}
body {
  background-color: #ffffff;
  margin: 0;
  max-width: 2600px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.page-footer .custom-navigation .level0 > a,
.page-footer .address-wrap h3,
.page-layout-2columns-left .page-title,
.banner-h1,
.videos-wrapper .video-wrap .fa-youtube,
.ecp-view .main-title,
.ecp-view .main-title.sm-title,
.contact-us-store-info h3,
.contact-us-store-info label,
.compatibility label,
.compatibility-results,
.find-dealer .result .name,
.sprayer-results .sprayer-label,
.catalog-category-view .page-main > .page-title-wrapper .page-title,
.product-info-main h1.page-title,
.product-info-main .subtitle,
.after-columns .accessory .name,
.catalog-product-view .product.media .mobile-subtitle,
.citadel-customer-login h1,
.vault-customer-login h1,
.customer-account-login h1,
.customer-account-create h1,
.customer-account-logoutsuccess h1,
.customer-account-createpassword h1,
.customer-account-forgotpassword h1,
.citadel-search-form label,
.citadel-sidebar,
.contentmanager-content-1423 .ecp-view .main-title,
.contentmanager-content-1405 .ecp-view .main-title,
.home-hero.logged-in .text-wrap .top-text,
.home-hero.logged-in .text-wrap .excerpt,
.threesixty-lp-view .banner h1,
.threesixty-lp-view .two-col-360 .video-col h2 {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
.product-info-main h1.page-title,
.product-info-main .subtitle,
.after-columns .accessory .name {
  margin: 0 0 20px 0;
}
/* enter customer header styles for each media break point below */
h1,
.h1,
.videos-wrapper .video-wrap .fa-youtube {
  font-size: 64px;
  font-size: 6.4rem;
  line-height: 1.15;
}
h2,
.h2,
.page-layout-2columns-left .page-title,
.ecp-view .main-title,
.product-info-main h1.page-title,
.home-hero.logged-in .text-wrap .top-text,
.threesixty-lp-view .banner h1 {
  font-size: 58px;
  font-size: 5.8rem;
  line-height: 1.15;
}
h3,
.h3,
.ecp-view .main-title.sm-title,
.catalog-category-view .page-main > .page-title-wrapper .page-title,
.citadel-customer-login h1,
.vault-customer-login h1,
.customer-account-login h1,
.customer-account-create h1,
.customer-account-logoutsuccess h1,
.customer-account-createpassword h1,
.customer-account-forgotpassword h1,
.threesixty-lp-view .two-col-360 .video-col h2 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.25;
}
h4,
.h4,
.compatibility-results {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.25;
}
h5,
.h5,
.banner-h1,
.contact-us-store-info h3,
.compatibility label,
.sprayer-results .sprayer-label,
.product-info-main .subtitle,
.after-columns .accessory .name,
.catalog-product-view .product.media .mobile-subtitle,
.contentmanager-content-1423 .ecp-view .main-title,
.contentmanager-content-1405 .ecp-view .main-title,
.home-hero.logged-in .text-wrap .excerpt {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.618;
}
h6,
.h6,
.page-footer .custom-navigation .level0 > a,
.page-footer .address-wrap h3,
.contact-us-store-info label,
.find-dealer .result .name,
.citadel-search-form label,
.citadel-sidebar {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.618;
}
.p-small {
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  h1,
  .h1,
  .videos-wrapper .video-wrap .fa-youtube {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.15;
  }
  h2,
  .h2,
  .page-layout-2columns-left .page-title,
  .ecp-view .main-title,
  .product-info-main h1.page-title,
  .home-hero.logged-in .text-wrap .top-text,
  .threesixty-lp-view .banner h1 {
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 1.15;
  }
  h3,
  .h3,
  .ecp-view .main-title.sm-title,
  .catalog-category-view .page-main > .page-title-wrapper .page-title,
  .citadel-customer-login h1,
  .vault-customer-login h1,
  .customer-account-login h1,
  .customer-account-create h1,
  .customer-account-logoutsuccess h1,
  .customer-account-createpassword h1,
  .customer-account-forgotpassword h1,
  .threesixty-lp-view .two-col-360 .video-col h2 {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.25;
  }
  h4,
  .h4,
  .compatibility-results {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.25;
  }
  h5,
  .h5,
  .banner-h1,
  .contact-us-store-info h3,
  .compatibility label,
  .sprayer-results .sprayer-label,
  .product-info-main .subtitle,
  .after-columns .accessory .name,
  .catalog-product-view .product.media .mobile-subtitle,
  .contentmanager-content-1423 .ecp-view .main-title,
  .contentmanager-content-1405 .ecp-view .main-title,
  .home-hero.logged-in .text-wrap .excerpt {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.618;
  }
  h6,
  .h6,
  .page-footer .custom-navigation .level0 > a,
  .page-footer .address-wrap h3,
  .contact-us-store-info label,
  .find-dealer .result .name,
  .citadel-search-form label,
  .citadel-sidebar {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.618;
  }
}
@media (max-width: 767px) {
  h1,
  .h1,
  .videos-wrapper .video-wrap .fa-youtube {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.15;
  }
  h2,
  .h2,
  .page-layout-2columns-left .page-title,
  .ecp-view .main-title,
  .product-info-main h1.page-title,
  .home-hero.logged-in .text-wrap .top-text,
  .threesixty-lp-view .banner h1 {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.15;
  }
  h3,
  .h3,
  .ecp-view .main-title.sm-title,
  .catalog-category-view .page-main > .page-title-wrapper .page-title,
  .citadel-customer-login h1,
  .vault-customer-login h1,
  .customer-account-login h1,
  .customer-account-create h1,
  .customer-account-logoutsuccess h1,
  .customer-account-createpassword h1,
  .customer-account-forgotpassword h1,
  .threesixty-lp-view .two-col-360 .video-col h2 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.25;
  }
  h4,
  .h4,
  .compatibility-results {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.25;
  }
  h5,
  .h5,
  .banner-h1,
  .contact-us-store-info h3,
  .compatibility label,
  .sprayer-results .sprayer-label,
  .product-info-main .subtitle,
  .after-columns .accessory .name,
  .catalog-product-view .product.media .mobile-subtitle,
  .contentmanager-content-1423 .ecp-view .main-title,
  .contentmanager-content-1405 .ecp-view .main-title,
  .home-hero.logged-in .text-wrap .excerpt {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.618;
  }
  h6,
  .h6,
  .page-footer .custom-navigation .level0 > a,
  .page-footer .address-wrap h3,
  .contact-us-store-info label,
  .find-dealer .result .name,
  .citadel-search-form label,
  .citadel-sidebar {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.618;
  }
}
.ct-field-area h1,
.ct-field-area .h1,
.ct-field-area h2,
.ct-field-area .h2,
.ct-field-area h3,
.ct-field-area .h3,
.ct-field-area h4,
.ct-field-area .h4,
.ct-field-area h5,
.ct-field-area .h5,
.ct-field-area .page-layout-2columns-left .page-title,
.ct-field-area .banner-h1,
.ct-field-area .ecp-view .main-title,
.ct-field-area .ecp-view .main-title.sm-title,
.ct-field-area .contact-us-store-info h3,
.ct-field-area .catalog-category-view .page-main > .page-title-wrapper .page-title,
.ct-field-area .citadel-customer-login h1,
.ct-field-area .vault-customer-login h1,
.ct-field-area .customer-account-login h1,
.ct-field-area .customer-account-create h1,
.ct-field-area .customer-account-logoutsuccess h1,
.ct-field-area .customer-account-createpassword h1,
.ct-field-area .customer-account-forgotpassword h1,
.ct-field-area .contentmanager-content-1423 .ecp-view .main-title,
.ct-field-area .contentmanager-content-1405 .ecp-view .main-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
[type="checkbox"]:not(:checked),
[type="radio"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:checked {
  opacity: 0;
  z-index: 1;
  height: 20px;
}
[type="checkbox"]:not(:checked) + label,
[type="radio"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 33px;
  cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 25px;
  height: 25px;
  border: 1px solid #d8d8d8;
  background: #fff;
}
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 3px;
  font-size: 14px;
  line-height: 0.8;
  width: 16px;
  height: 16px;
  background-color: #b30520;
  transition: all .2s;
  left: 5px;
}
/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
}
[type="checkbox"]:checked + label:after,
[type="radion"]:checked + label:after {
  opacity: 1;
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before,
[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after,
[type="radio"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label,
[type="radio"]:disabled + label {
  color: #aaa;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
select,
textarea,
.select2-selection__rendered,
#email_signup_form input.hs-input,
#email_signup_form textarea.hs-input,
#email_signup_form select.hs-input {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 1px solid transparent;
  width: 100%;
  height: 55px;
  color: #181818;
  padding: 0;
  padding-left: 10px;
  background-color: #f4f4f4;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#email_signup_form input.hs-input,
#email_signup_form textarea.hs-input,
#email_signup_form select.hs-input {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  line-height: 16px;
  color: #181818;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/* Use for custom select dropdowns styles */
select,
.select2-selection__rendered,
#email_signup_form select.hs-input {
  background-image: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/select-arrow.png');
  background-position: right 15px top 50%;
  background-repeat: no-repeat;
  padding-right: 30px;
}
select::-ms-expand {
  display: none;
}
select:not([disabled]):focus {
  box-shadow: none;
}
.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0px;
}
.select2-container .select2-selection--single {
  height: 55px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 55px;
  color: #181818;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
textarea {
  height: 200px;
  padding: 10px;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus,
.select2-selection__rendered:focus,
textarea:focus,
input[type="text"]:active,
input[type="tel"]:active,
input[type="email"]:active,
input[type="number"]:active,
input[type="password"]:active,
input[type="search"]:active,
select:active,
textarea:active {
  outline: none;
  box-shadow: none;
  border-color: #636466;
}
::-webkit-input-placeholder {
  color: #7e8083;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
}
:-moz-placeholder {
  color: #7e8083;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
}
::-moz-placeholder {
  color: #7e8083;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
}
:-ms-input-placeholder {
  color: #7e8083;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-input-placeholder {
  color: transparent;
}
input:focus::-moz-input-placeholder {
  color: transparent;
}
input:focus::-ms-input-placeholder {
  color: transparent;
}
a {
  color: #b30520;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
a:hover,
a:active {
  color: #9b0f20;
  text-decoration: none;
}
a:visited {
  color: #b30520;
}
a:visited:hover {
  color: #9b0f20;
}
a:focus {
  outline: none;
}
a.btn:hover,
a.button:hover,
a.btn:visited,
a.button:visited,
a.btn:visited:hover,
a.button:visited:hover,
a.btn:focus,
a.button:focus,
a.column:not(.sidebar-main) .ecp-view form .actions-toolbar button:hover,
a.column:not(.sidebar-main) .ecp-view form .actions-toolbar button:visited,
a.column:not(.sidebar-main) .ecp-view form .actions-toolbar button:visited:hover,
a.column:not(.sidebar-main) .ecp-view form .actions-toolbar button:focus,
a.category-list.products-main-grid .title:hover,
a.category-list.products-main-grid .title:visited,
a.category-list.products-main-grid .title:visited:hover,
a.category-list.products-main-grid .title:focus,
a.customer-account-createpassword .action.primary:hover,
a.customer-account-createpassword .action.primary:visited,
a.customer-account-createpassword .action.primary:visited:hover,
a.customer-account-createpassword .action.primary:focus,
a.customer-account-forgotpassword .action.primary:hover,
a.customer-account-forgotpassword .action.primary:visited,
a.customer-account-forgotpassword .action.primary:visited:hover,
a.customer-account-forgotpassword .action.primary:focus,
a.customer-account-createpassword .captcha-reload:hover,
a.customer-account-createpassword .captcha-reload:visited,
a.customer-account-createpassword .captcha-reload:visited:hover,
a.customer-account-createpassword .captcha-reload:focus,
a.customer-account-forgotpassword .captcha-reload:hover,
a.customer-account-forgotpassword .captcha-reload:visited,
a.customer-account-forgotpassword .captcha-reload:visited:hover,
a.customer-account-forgotpassword .captcha-reload:focus,
a.citadel-customer-login .action.primary:hover,
a.citadel-customer-login .action.primary:visited,
a.citadel-customer-login .action.primary:visited:hover,
a.citadel-customer-login .action.primary:focus,
a.vault-customer-login .action.primary:hover,
a.vault-customer-login .action.primary:visited,
a.vault-customer-login .action.primary:visited:hover,
a.vault-customer-login .action.primary:focus,
a.customer-account-login .action.primary:hover,
a.customer-account-login .action.primary:visited,
a.customer-account-login .action.primary:visited:hover,
a.customer-account-login .action.primary:focus {
  color: #ffffff;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
}
p:last-of-type {
  margin-bottom: 0;
}
.ct-field-area p:last-of-type + ul {
  margin-top: 20px;
}
hr {
  display: block;
  border: none;
  border-bottom: 3px solid #333333;
  padding-top: 25px;
  margin-bottom: 25px;
}
i {
  font-style: normal;
  display: inline-block;
}
b,
strong,
.bold {
  font-weight: 700;
}
cite,
dfn,
em {
  font-style: italic;
}
ul,
ol {
  list-style: none;
  padding-left: 20px;
}
ul li ul {
  margin-top: 10px;
}
ul,
.ct-field-area ul,
.ct-field-area nav ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 24px;
}
ol,
.ct-field-area ol,
.ct-field-area nav ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 24px;
}
.ct-field-area ul.no-list,
.ct-field-area ol.no-list,
.ct-field-area ulbody.product-sweepstakes-view .product-sweepstakes-header .primary-navigation nav ul,
.ct-field-area olbody.product-sweepstakes-view .product-sweepstakes-header .primary-navigation nav ul,
.ct-field-area ul.citadel-sidebar ul,
.ct-field-area ol.citadel-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol li {
  padding-bottom: 10px;
}
.product.attribute.description ul,
.ct-field-area ul {
  padding-left: 0;
  list-style: none;
  list-style-type: none;
}
.product.attribute.description ul li,
.ct-field-area ul li {
  padding-left: 20px;
  position: relative;
}
.product.attribute.description ul li:before,
.ct-field-area ul li:before {
  content: '\2022';
  color: #b30520;
  position: absolute;
  left: 0;
  top: 1px;
  font-weight: 700;
}
/****************************************************************************************************/
/**************************************Padding Helpers***********************************************/
/****************************************************************************************************/
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
}
/****************************************************************************************************/
/**************************************Font Helpers**************************************************/
/****************************************************************************************************/
.roboto {
  font-family: 'Roboto', sans-serif;
}
.univers {
  font-family: 'Univers', sans-serif;
}
.oswald,
.catalog-category-view .page-main > .page-title-wrapper .page-title {
  font-family: 'Oswald', sans-serif;
}
.weight-light {
  font-weight: 300;
}
.weight-normal {
  font-weight: 400;
}
.weight-medium {
  font-weight: 500;
}
.weight-semi-bold {
  font-weight: 600;
}
.weight-bold {
  font-weight: 700;
}
.weight-extra-bold {
  font-weight: 800;
}
.weight-black {
  font-weight: 900;
}
/****************************************************************************************************/
/*************************************Color Helpers**************************************************/
/****************************************************************************************************/
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.charcoal {
  color: #333333;
}
.main-black {
  color: #181818;
}
.dark-grey,
.dark-gray {
  color: #333333;
}
.grey,
.gray {
  color: #636466;
}
.medium-grey,
.medium-gray {
  color: #bdbdbd;
}
.light-grey,
.light-gray {
  color: #dcddde;
}
.off-white {
  color: #efefef;
}
.maroon {
  color: #841920;
}
.dark-red {
  color: #9b0f20;
}
.red {
  color: #b30520;
}
.light-red {
  color: #ce2020;
}
.red-gradient {
  background: #b3051f;
  background: -moz-linear-gradient(top, #b3051f 0%, #9b0f20 50%, #b3051f 50%, #9b0f20 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #b3051f), color-stop(50%, #9b0f20), color-stop(50%, #b3051f), color-stop(100%, #9b0f20));
  background: -webkit-linear-gradient(top, #b3051f 0%, #9b0f20 50%, #b3051f 50%, #9b0f20 100%);
  background: -o-linear-gradient(top, #b3051f 0%, #9b0f20 50%, #b3051f 50%, #9b0f20 100%);
  background: -ms-linear-gradient(top, #b3051f 0%, #9b0f20 50%, #b3051f 50%, #9b0f20 100%);
  background: linear-gradient(to bottom, #b3051f 0%, #9b0f20 50%, #b3051f 50%, #9b0f20 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3051f', endColorstr='#9b0f20', GradientType=0);
}
.grey-gradient,
.gray-gradient {
  background: #4d4d4f;
  background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 50%, #3e3e3f 50%, #4d4d4f 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #4d4d4f), color-stop(50%, #4d4d4f), color-stop(50%, #3e3e3f), color-stop(100%, #4d4d4f));
  background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 50%, #3e3e3f 50%, #4d4d4f 100%);
  background: -o-linear-gradient(top, #4d4d4f 0%, #4d4d4f 50%, #3e3e3f 50%, #4d4d4f 100%);
  background: -ms-linear-gradient(top, #4d4d4f 0%, #4d4d4f 50%, #3e3e3f 50%, #4d4d4f 100%);
  background: linear-gradient(to bottom, #4d4d4f 0%, #4d4d4f 50%, #3e3e3f 50%, #4d4d4f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4d4f', endColorstr='#4d4d4f', GradientType=0);
}
/****************************************************************************************************/
/*******************************************Buttons**************************************************/
/****************************************************************************************************/
.btn,
.button,
button,
input[type="submit"],
.action.primary,
.action-primary,
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button,
.category-list.products-main-grid .title,
.checkout-index-index .opc-wrapper button.action,
.checkout-index-index .form-discount .actions-toolbar button,
.customer-account-createpassword .action.primary,
.customer-account-forgotpassword .action.primary,
.customer-account-createpassword .captcha-reload,
.customer-account-forgotpassword .captcha-reload,
.citadel-customer-login .action.primary,
.vault-customer-login .action.primary,
.customer-account-login .action.primary,
.expanded-newsletter #email_signup_form .hs-button {
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  max-width: 300px;
  text-align: center;
  padding: 15px 20px;
  border-radius: 0;
  display: inline-block;
  font-weight: 700;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  font-size: 18px;
  font-size: 1.8rem;
}
.btn-no-max-width {
  width: auto;
  max-width: 100%;
}
.btn.btn-red,
.button.btn-red,
button.btn-red,
.btn-red,
.action.primary,
.action-primary,
.customer-account-create .action.primary,
.banner-form .action.primary,
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button.btn-red,
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button,
.category-list.products-main-grid .title.btn-red,
.category-list.products-main-grid .title,
.after-columns .related-products .name,
.checkout-index-index .opc-wrapper button.action,
.checkout-index-index .form-discount .actions-toolbar button,
.customer-account-createpassword .action.primary.btn-red,
.customer-account-createpassword .action.primary,
.customer-account-forgotpassword .action.primary.btn-red,
.customer-account-forgotpassword .action.primary,
.customer-account-createpassword .captcha-reload.btn-red,
.customer-account-createpassword .captcha-reload,
.customer-account-forgotpassword .captcha-reload.btn-red,
.customer-account-forgotpassword .captcha-reload,
.citadel-customer-login .action.primary.btn-red,
.citadel-customer-login .action.primary,
.vault-customer-login .action.primary.btn-red,
.vault-customer-login .action.primary,
.customer-account-login .action.primary.btn-red,
.customer-account-login .action.primary,
.expanded-newsletter #email_signup_form .hs-button {
  border: none;
  background: #b3051f;
  background: -moz-linear-gradient(top, #b3051f 0%, #9b0f20 50%, #b3051f 50%, #9b0f20 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #b3051f), color-stop(50%, #9b0f20), color-stop(50%, #b3051f), color-stop(100%, #9b0f20));
  background: -webkit-linear-gradient(top, #b3051f 0%, #9b0f20 50%, #b3051f 50%, #9b0f20 100%);
  background: -o-linear-gradient(top, #b3051f 0%, #9b0f20 50%, #b3051f 50%, #9b0f20 100%);
  background: -ms-linear-gradient(top, #b3051f 0%, #9b0f20 50%, #b3051f 50%, #9b0f20 100%);
  background: linear-gradient(to bottom, #b3051f 0%, #9b0f20 50%, #b3051f 50%, #9b0f20 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3051f', endColorstr='#9b0f20', GradientType=0);
}
.btn.btn-red:hover,
.button.btn-red:hover,
button.btn-red:hover,
.btn-red:hover,
.action.primary:hover,
.action-primary:hover,
.customer-account-create .action.primary:hover,
.btn.btn-red:active,
.button.btn-red:active,
button.btn-red:active,
.btn-red:active,
.action.primary:active,
.action-primary:active,
.customer-account-create .action.primary:active,
.btn.btn-red:focus,
.button.btn-red:focus,
button.btn-red:focus,
.btn-red:focus,
.action.primary:focus,
.action-primary:focus,
.customer-account-create .action.primary:focus,
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button.btn-red:hover,
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button.btn-red:active,
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button.btn-red:focus,
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button:hover,
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button:active,
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button:focus,
.category-list.products-main-grid .title.btn-red:hover,
.category-list.products-main-grid .title.btn-red:active,
.category-list.products-main-grid .title.btn-red:focus,
.category-list.products-main-grid .title:hover,
.category-list.products-main-grid .title:active,
.category-list.products-main-grid .title:focus,
.customer-account-createpassword .action.primary.btn-red:hover,
.customer-account-createpassword .action.primary.btn-red:active,
.customer-account-createpassword .action.primary.btn-red:focus,
.customer-account-createpassword .action.primary:hover,
.customer-account-createpassword .action.primary:active,
.customer-account-createpassword .action.primary:focus,
.customer-account-forgotpassword .action.primary.btn-red:hover,
.customer-account-forgotpassword .action.primary.btn-red:active,
.customer-account-forgotpassword .action.primary.btn-red:focus,
.customer-account-forgotpassword .action.primary:hover,
.customer-account-forgotpassword .action.primary:active,
.customer-account-forgotpassword .action.primary:focus,
.customer-account-createpassword .captcha-reload.btn-red:hover,
.customer-account-createpassword .captcha-reload.btn-red:active,
.customer-account-createpassword .captcha-reload.btn-red:focus,
.customer-account-createpassword .captcha-reload:hover,
.customer-account-createpassword .captcha-reload:active,
.customer-account-createpassword .captcha-reload:focus,
.customer-account-forgotpassword .captcha-reload.btn-red:hover,
.customer-account-forgotpassword .captcha-reload.btn-red:active,
.customer-account-forgotpassword .captcha-reload.btn-red:focus,
.customer-account-forgotpassword .captcha-reload:hover,
.customer-account-forgotpassword .captcha-reload:active,
.customer-account-forgotpassword .captcha-reload:focus,
.citadel-customer-login .action.primary.btn-red:hover,
.citadel-customer-login .action.primary.btn-red:active,
.citadel-customer-login .action.primary.btn-red:focus,
.citadel-customer-login .action.primary:hover,
.citadel-customer-login .action.primary:active,
.citadel-customer-login .action.primary:focus,
.vault-customer-login .action.primary.btn-red:hover,
.vault-customer-login .action.primary.btn-red:active,
.vault-customer-login .action.primary.btn-red:focus,
.vault-customer-login .action.primary:hover,
.vault-customer-login .action.primary:active,
.vault-customer-login .action.primary:focus,
.customer-account-login .action.primary.btn-red:hover,
.customer-account-login .action.primary.btn-red:active,
.customer-account-login .action.primary.btn-red:focus,
.customer-account-login .action.primary:hover,
.customer-account-login .action.primary:active,
.customer-account-login .action.primary:focus,
.home-pulls .pull:hover .btn.btn-red,
.expanded-newsletter #email_signup_form .hs-button:hover,
.home-pulls .pull:hover .column:not(.sidebar-main) .ecp-view form .actions-toolbar button.btn-red,
.home-pulls .pull:hover .column:not(.sidebar-main) .ecp-view form .actions-toolbar button,
.home-pulls .pull:hover .category-list.products-main-grid .title.btn-red,
.home-pulls .pull:hover .category-list.products-main-grid .title,
.home-pulls .pull:hover .customer-account-createpassword .action.primary.btn-red,
.home-pulls .pull:hover .customer-account-createpassword .action.primary,
.home-pulls .pull:hover .customer-account-forgotpassword .action.primary.btn-red,
.home-pulls .pull:hover .customer-account-forgotpassword .action.primary,
.home-pulls .pull:hover .customer-account-createpassword .captcha-reload.btn-red,
.home-pulls .pull:hover .customer-account-createpassword .captcha-reload,
.home-pulls .pull:hover .customer-account-forgotpassword .captcha-reload.btn-red,
.home-pulls .pull:hover .customer-account-forgotpassword .captcha-reload,
.home-pulls .pull:hover .citadel-customer-login .action.primary.btn-red,
.home-pulls .pull:hover .citadel-customer-login .action.primary,
.home-pulls .pull:hover .vault-customer-login .action.primary.btn-red,
.home-pulls .pull:hover .vault-customer-login .action.primary,
.home-pulls .pull:hover .customer-account-login .action.primary.btn-red,
.home-pulls .pull:hover .customer-account-login .action.primary {
  background: #98041a;
  background: -moz-linear-gradient(top, #98041a 0%, #840d1b 50%, #98041a 50%, #840d1b 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #98041a), color-stop(50%, #840d1b), color-stop(50%, #98041a), color-stop(100%, #840d1b));
  background: -webkit-linear-gradient(top, #98041a 0%, #840d1b 50%, #98041a 50%, #840d1b 100%);
  background: -o-linear-gradient(top, #98041a 0%, #840d1b 50%, #98041a 50%, #840d1b 100%);
  background: -ms-linear-gradient(top, #98041a 0%, #840d1b 50%, #98041a 50%, #840d1b 100%);
  background: linear-gradient(to bottom, #98041a 0%, #840d1b 50%, #98041a 50%, #840d1b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98041a', endColorstr='#840d1b', GradientType=0);
  color: white;
  text-decoration: none;
  outline: none;
  border: none;
}
.btn.btn-red:active,
.button.btn-red:active,
button.btn-red:active,
.btn-red:active,
.action.primary:active,
.action-primary:active,
.customer-account-create .action.primary:active,
.btn.btn-red:focus,
.button.btn-red:focus,
button.btn-red:focus,
.btn-red:focus,
.action.primary:focus,
.action-primary:focus,
.customer-account-create .action.primary:focus,
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button.btn-red:active,
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button.btn-red:focus,
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button:active,
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button:focus,
.category-list.products-main-grid .title.btn-red:active,
.category-list.products-main-grid .title.btn-red:focus,
.category-list.products-main-grid .title:active,
.category-list.products-main-grid .title:focus,
.customer-account-createpassword .action.primary.btn-red:active,
.customer-account-createpassword .action.primary.btn-red:focus,
.customer-account-createpassword .action.primary:active,
.customer-account-createpassword .action.primary:focus,
.customer-account-forgotpassword .action.primary.btn-red:active,
.customer-account-forgotpassword .action.primary.btn-red:focus,
.customer-account-forgotpassword .action.primary:active,
.customer-account-forgotpassword .action.primary:focus,
.customer-account-createpassword .captcha-reload.btn-red:active,
.customer-account-createpassword .captcha-reload.btn-red:focus,
.customer-account-createpassword .captcha-reload:active,
.customer-account-createpassword .captcha-reload:focus,
.customer-account-forgotpassword .captcha-reload.btn-red:active,
.customer-account-forgotpassword .captcha-reload.btn-red:focus,
.customer-account-forgotpassword .captcha-reload:active,
.customer-account-forgotpassword .captcha-reload:focus,
.citadel-customer-login .action.primary.btn-red:active,
.citadel-customer-login .action.primary.btn-red:focus,
.citadel-customer-login .action.primary:active,
.citadel-customer-login .action.primary:focus,
.vault-customer-login .action.primary.btn-red:active,
.vault-customer-login .action.primary.btn-red:focus,
.vault-customer-login .action.primary:active,
.vault-customer-login .action.primary:focus,
.customer-account-login .action.primary.btn-red:active,
.customer-account-login .action.primary.btn-red:focus,
.customer-account-login .action.primary:active,
.customer-account-login .action.primary:focus {
  color: #ffffff;
}
.btn-white {
  border: none;
  background: #eaeaea;
  background: -moz-linear-gradient(top, #eaeaea 0%, #eaeaea 50%, #ffffff 50%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #eaeaea 0%, #eaeaea 50%, #ffffff 50%, #ffffff 100%);
  background: linear-gradient(to bottom, #eaeaea 0%, #eaeaea 50%, #ffffff 50%, #ffffff 100%);
  color: #b30520;
  text-decoration: none;
}
.btn-white:hover {
  color: #b30520 !important;
  text-decoration: none;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eaeaea 50%, #eaeaea 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eaeaea 50%, #eaeaea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #eaeaea 50%, #eaeaea 100%);
}
.btn.btn-sm,
.button.btn-sm,
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button.btn-sm,
.category-list.products-main-grid .title.btn-sm,
.customer-account-createpassword .action.primary.btn-sm,
.customer-account-forgotpassword .action.primary.btn-sm,
.customer-account-createpassword .captcha-reload.btn-sm,
.customer-account-forgotpassword .captcha-reload.btn-sm,
.citadel-customer-login .action.primary.btn-sm,
.vault-customer-login .action.primary.btn-sm,
.customer-account-login .action.primary.btn-sm {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
}
.btn-grey,
.button.btn-grey,
.button.btn-gray,
.btn-gray,
button.btn-grey,
button.btn-gray {
  background: #4d4d4f;
  background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 50%, #3e3e3f 50%, #4d4d4f 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #4d4d4f), color-stop(50%, #4d4d4f), color-stop(50%, #3e3e3f), color-stop(100%, #4d4d4f));
  background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 50%, #3e3e3f 50%, #4d4d4f 100%);
  background: -o-linear-gradient(top, #4d4d4f 0%, #4d4d4f 50%, #3e3e3f 50%, #4d4d4f 100%);
  background: -ms-linear-gradient(top, #4d4d4f 0%, #4d4d4f 50%, #3e3e3f 50%, #4d4d4f 100%);
  background: linear-gradient(to bottom, #4d4d4f 0%, #4d4d4f 50%, #3e3e3f 50%, #4d4d4f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4d4f', endColorstr='#4d4d4f', GradientType=0);
}
.btn-grey:hover,
.button.btn-grey:hover,
.button.btn-gray:hover,
.btn-gray:hover,
button.btn-grey:hover,
button.btn-gray:hover {
  background: #363637;
  background: -moz-linear-gradient(top, #363637 0%, #363637 50%, #2b2b2c 50%, #2b2b2c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #363637), color-stop(50%, #363637), color-stop(50%, #2b2b2c), color-stop(100%, #2b2b2c));
  background: -webkit-linear-gradient(top, #363637 0%, #363637 50%, #2b2b2c 50%, #2b2b2c 100%);
  background: -o-linear-gradient(top, #363637 0%, #363637 50%, #2b2b2c 50%, #2b2b2c 100%);
  background: -ms-linear-gradient(top, #363637 0%, #363637 50%, #2b2b2c 50%, #2b2b2c 100%);
  background: linear-gradient(to bottom, #363637 0%, #363637 50%, #2b2b2c 50%, #2b2b2c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363637', endColorstr='#2b2b2c', GradientType=0);
}
.webforms button.submit {
  min-width: 260px;
}
a.btn-clear,
button.btn-clear,
.button.btn-clear {
  background: transparent;
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 140px;
  padding: 10px;
  border: 1px solid #ffffff;
}
a.btn-clear:hover,
button.btn-clear:hover,
.button.btn-clear:hover {
  background: #ffffff;
  color: #b30520;
}
a.btn-clear:visited:hover {
  background: #ffffff;
  color: #b30520;
}
a.pill-btn {
  display: inline-block;
  border-radius: 9999px;
  border: 1px solid #000000;
  padding: 13px 43px;
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
a.pill-btn:hover {
  background-color: #ffffff;
}
/****************************************************************************************************/
/******************************************Webforms**************************************************/
/****************************************************************************************************/
.webforms .fieldset > .field:not(.choice) > .label {
  display: block;
  float: none;
  width: 100%;
  padding: 0 0 5px 0;
  text-align: left;
  font-weight: 400;
}
.webforms .fieldset > .field:not(.choice) > .control {
  width: 100%;
  float: none;
}
.webforms .actions-toolbar {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}
.webforms .fieldset {
  padding: 0;
  margin-left: -1em;
  margin-right: -1em;
}
.webforms .webforms-datepicker {
  margin: 0;
}
.webforms .webforms-calendar {
  float: none;
  display: block;
  width: 100%;
}
.webforms .webforms-calendar .ui-datepicker-trigger {
  padding: 0;
  margin: 0;
  background-color: transparent;
  height: auto;
}
.webforms .webforms-calendar .ui-datepicker-trigger:after {
  display: none;
}
.webforms .actions-toolbar {
  clear: both;
}
/*Cart Button Deafult Style Removal*/
.cart-container .form-cart .action.update,
.cart-container .form-cart .action.clear {
  padding: 0;
  color: #181818;
  background-color: transparent;
  border: 0;
}
.cart-container .form-cart .action.update:hover,
.cart-container .form-cart .action.clear:hover {
  color: #b30520;
  background-color: transparent;
  border: 0;
}
.cart.table-wrapper .actions-toolbar > .action {
  padding: 0;
  color: #b30520;
  background-color: transparent;
  font-weight: 400;
  border: 0;
}
.cart.table-wrapper .actions-toolbar > .action:hover {
  color: #181818;
  background-color: transparent;
  border: 0;
}
.cart-container .form-cart .action.continue {
  border: 0;
  background-color: transparent;
  padding: 0;
  line-height: 1.7;
}
.cart-container .form-cart .action.continue:hover {
  color: #b30520;
  background-color: transparent;
  padding: 0;
  border: 0;
}
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: none;
  background-color: transparent;
  border: 0;
}
.cart-container .form-cart .action.continue:before {
  line-height: 24px;
}
.cart-container .form-cart .action.update:before {
  font-size: 29px;
  position: relative;
  left: 6px;
  border: 0;
}
.button:active,
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active {
  box-shadow: none;
}
/********************************************************************************************************************/
/*************************************************Header*************************************************************/
/********************************************************************************************************************/
/*=================================
=            OVERRIDES            =
=================================*/
.columns .column.main {
  padding-bottom: 0;
}
a.menu-item-active > span {
  text-decoration: none;
}
.block-search {
  float: none;
  padding-left: 0;
  position: initial;
  width: 250px;
  z-index: 4;
}
.block-search .control {
  border: 0;
  margin: 0;
  padding: 0;
  clear: none;
}
.block-search .label {
  display: none;
}
.block-search input {
  margin: 0;
}
@media (max-width: 768px) {
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search span {
    display: none;
  }
}
@media (min-width: 767px) {
  .block-search .block-search .action.search {
    display: initial;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: initial;
    padding: 0;
    position: absolute;
    right: unset;
    top: unset;
    z-index: 1;
  }
}
@media (max-width: 639px) {
  .block-search {
    margin-top: 0;
  }
}
/*=======================================
=            HEADER - GLOBAL            =
=======================================*/
body.is-web-app-view .page-wrapper {
  margin-top: 0 !important;
}
body.is-web-app-view .page-header,
body.is-web-app-view .breadcrumbs,
body.is-web-app-view .page-footer {
  display: none !important;
}
body.is-web-app-view .ecp-view,
body.is-web-app-view .custom-templates {
  padding-top: 0 !important;
}
body.is-web-app-view .sprayer-toolbar {
  position: static !important;
}
.lower-header .custom-navigation > ul {
  float: left;
}
.header-transition-true header.page-header {
  margin-top: -24px;
}
.header-transition-true .lower-header .custom-navigation li:hover > a,
.header-transition-true .lower-header .custom-navigation li:hover > .no-link,
.header-transition-true .lower-header .custom-navigation li:hover > a.level0:after,
.header-transition-true .lower-header .custom-navigation li:hover > .no-link.level0:after {
  color: #eac1c1;
}
.header-transition-true .lower-header .lower-header-inner {
  padding-left: 80px;
}
.header-transition-true .upper-header .mbl-search-control {
  right: 20px;
  top: 38px;
}
.header-transition-true .upper-header .custom-navigation {
  display: none;
}
.header-transition-true .upper-header .upper-header-inner {
  padding: 10px 20px;
}
@media (max-width: 1024px) {
  .header-transition-true header.page-header {
    margin: 0;
  }
  .header-transition-true .upper-header .upper-header-inner {
    padding: 0 !important;
  }
  .header-transition-true .upper-header .mbl-search-control {
    top: 13px !important;
  }
}
@media (max-width: 1024px) {
  .header-transition-false .upper-header .mbl-search-control {
    top: 13px !important;
  }
}
.minicart-wrapper {
  padding-left: 15px;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart:hover:before {
  color: white;
}
.minicart-wrapper .action.showcart .counter.qty {
  background-color: white;
  color: black;
}
@media (max-width: 1024px) {
  .minicart-wrapper {
    position: absolute;
    right: 100px;
  }
}
.header-transition-true .minicart-wrapper {
  display: none;
}
.transitioned-logo {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  left: 20px;
  top: 13px;
}
.header-transition-true .transitioned-logo {
  visibility: visible;
  opacity: 1;
}
.site-overlay {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 10;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.site-overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.page-wrapper {
  margin-top: 138px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
@media (max-width: 1024px) {
  .page-wrapper {
    margin-top: 60px;
  }
}
.banner-form-enabled .page-wrapper {
  margin-top: 179px;
}
@media (max-width: 1024px) {
  .banner-form-enabled .page-wrapper {
    margin-top: 60px;
  }
}
header.page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 500;
  margin-top: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.ie-11 .page-wrapper {
  margin-top: 0;
}
.ie-11 .page-wrapper header.page-header {
  position: static;
}
.header {
  position: relative;
  z-index: 10;
}
.header .minicart-wrapper {
  margin: 0;
  float: none;
}
.header .lower-header-inner li.level0:not(.mega) li.level1 {
  position: relative;
}
.header .lower-header-inner li.level0:not(.mega) li.level1.has-children > a {
  position: relative;
}
.header .lower-header-inner li.level0:not(.mega) li.level1.has-children > a:after {
  content: '\f054';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.header .lower-header-inner li.level0:not(.mega) ul.level1 {
  display: none;
  position: absolute;
  left: 280px;
  width: 280px;
  top: 0;
  background-color: #EFEFEF;
}
.header .lower-header-inner li.level0:not(.mega) ul.level1 a.level2 {
  padding: 10px;
}
.header .lower-header-inner li.level0:not(.mega) li.level1:hover ul.level1 {
  display: block;
}
.header a,
.header .no-link {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.header .no-link:hover {
  cursor: default;
}
.header a.menu-item-active {
  text-decoration: none;
}
.header .lower-header .custom-navigation > ul a.level0,
.header .lower-header .custom-navigation > ul .level0.no-link {
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .header a,
  .header a:after,
  .header .no-link {
    color: #000000;
    text-transform: none;
  }
  .header .custom-navigation > ul a.level0,
  .header .custom-navigation > ul .no-link {
    padding: 6px 0px;
  }
}
/*============================================
=            HEADER - BANNER FORM            =
============================================*/
.banner-form {
  position: fixed;
  left: 0;
  right: 0;
  top: 127px;
  z-index: 450;
  -webkit-transition: top 0.3s linear;
  -moz-transition: top 0.3s linear;
  -o-transition: top 0.3s linear;
  transition: top 0.3s linear;
}
@media (max-width: 1024px) {
  .banner-form {
    position: static;
  }
}
.header-transition-true .banner-form {
  top: 61px;
}
.banner-form {
  background: #ffffff;
  -webkit-box-shadow: 0px -1px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -1px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -1px 15px 0px rgba(0, 0, 0, 0.75);
}
.banner-form iframe {
  max-width: 100%;
}
.banner-form .upper-level {
  padding: 10px 20px;
}
.banner-form .banner-text {
  margin-bottom: 0;
  padding-right: 50px;
}
.banner-form .banner-form-btn {
  padding: 5px 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.banner-form .form-headline {
  margin-bottom: 10px;
}
.banner-form .banner-text,
.banner-form .form-headline {
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 1.2;
}
.banner-form .hidden-content {
  display: none;
}
.banner-form .lower-level {
  padding: 30px 20px;
}
.banner-form .lower-level .left-side {
  padding-right: 40px;
}
.banner-form .lower-level .right-side > p {
  display: none;
}
.banner-form .webforms-description-text {
  margin-bottom: 20px;
}
.banner-form .action.primary {
  border: 0;
  margin-top: 10px;
}
.banner-form .webforms .fieldset {
  margin-left: 0;
  margin-right: -10px;
  margin-bottom: 0;
}
.banner-form .webforms .field {
  padding-left: 0;
  padding-right: 10px;
}
.banner-form .fieldset > .field {
  margin-bottom: 20px;
}
.banner-form .webforms .fieldset > .field:not(.choice) > .label {
  display: none;
}
.banner-form .webforms-gdpr {
  margin: 0;
}
@media (max-width: 767px) {
  .banner-form .lower-level .left-side {
    padding: 0;
  }
  .banner-form .webforms .fieldset {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .banner-form .webforms .field {
    padding-left: 0;
    padding-right: 0;
  }
  .banner-form .banner-text {
    text-align: center;
    padding-right: 0;
  }
  .banner-form .button-wrap {
    text-align: center;
    margin-top: 10px;
  }
}
/*====================================
=            UPPER HEADER            =
====================================*/
/*Sherwin williams search landing page*/
.contentmanager-content-19387 .page-header .upper-header .custom-logo {
  position: static;
}
.upper-header {
  background-color: #b30520;
  border-bottom: 5px solid #841920;
}
.upper-header a {
  color: #ffffff;
  text-transform: uppercase;
}
.upper-header .custom-logo {
  line-height: 0;
  margin-bottom: 0;
  height: auto;
  width: 184px;
  position: fixed;
  top: 13px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.upper-header .custom-logo img {
  max-height: 39px;
}
.upper-header .upper-header-inner {
  width: 100%;
  margin: auto;
  padding: 19px 70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
@media (max-width: 1200px) {
  .upper-header .upper-header-inner {
    padding: 19px 20px;
  }
}
.upper-header .upper-header-inner a {
  font-size: 15px;
  font-size: 1.5rem;
}
.upper-header .upper-header-inner a:hover {
  color: #eac1c1;
}
.upper-header .upper-header-inner a:hover:before {
  color: #eac1c1;
}
.upper-header .custom-navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.upper-header .custom-navigation:first-of-type {
  margin-left: auto;
  padding-right: 25px;
}
.upper-header .custom-navigation li {
  margin-bottom: 0;
}
.upper-header .custom-navigation > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 0;
  margin: 0;
}
.upper-header .custom-navigation li.level0 {
  position: relative;
  padding-right: 25px;
  margin-bottom: 0;
}
.upper-header .custom-navigation li.level0:before {
  padding-right: 10px;
  line-height: 0;
}
.upper-header .custom-navigation li.level0:last-of-type {
  padding-right: 0;
}
.upper-header .custom-navigation li.titan360 > a,
.upper-header .custom-navigation li.rep > a,
.upper-header .custom-navigation li.mytitan > a,
.upper-header .custom-navigation li.ds-login > a,
.upper-header .custom-navigation li.contact a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.upper-header .custom-navigation li.titan360 > a:before {
  content: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/titan360.png');
  line-height: 1;
  padding-right: 8px;
}
.upper-header .custom-navigation li.rep > a:before {
  content: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/icon-lock.png');
  line-height: 1;
  padding-right: 8px;
}
.upper-header .custom-navigation li.ds-login > a:before {
  content: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/icon-tools.png');
  line-height: 1;
  padding-right: 8px;
}
.upper-header .custom-navigation li.mytitan > a:before {
  content: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/mytitan-aux-icon.png');
  line-height: 1;
  padding-right: 8px;
}
.upper-header .custom-navigation li.contact a:before {
  content: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/icon-chat-bubble.png');
  line-height: 1;
  padding-right: 8px;
}
.upper-header .mbl-search-control {
  position: absolute;
  top: 79px;
  right: 20px;
  font-size: 20px;
  font-size: 2rem;
  cursor: pointer;
  opacity: 1;
  z-index: 10;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.upper-header .mbl-search-control.menu-active {
  opacity: 0;
  pointer-events: none;
}
.upper-header .mbl-search-control .fa-search {
  color: #ffffff;
}
@media (max-width: 1024px) {
  .upper-header {
    border: 0;
    padding: 15px 0 15px;
    /* HAMBURGER MENU */
  }
  .upper-header .upper-header {
    height: 60px;
  }
  .upper-header .upper-header-inner .mbl-search-control {
    right: 60px;
  }
  .upper-header .menu-toggle {
    opacity: 1;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 21px;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  }
  .upper-header .menu-toggle > span.bar {
    width: 100%;
    height: 3px;
    background: #ffffff;
    display: block;
    position: absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .upper-header .menu-toggle > span.bar-1 {
    top: 0;
  }
  .upper-header .menu-toggle > span.bar-2 {
    top: 9px;
    opacity: 1;
  }
  .upper-header .menu-toggle > span.bar-3 {
    bottom: 0;
  }
  .upper-header .menu-toggle.open > span.bar-1 {
    top: 9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .upper-header .menu-toggle.open > span.bar-2 {
    opacity: 0;
    width: 0%;
  }
  .upper-header .menu-toggle.open > span.bar-3 {
    bottom: 9px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .upper-header .menu-toggle.search-active {
    opacity: 0;
    pointer-events: none;
  }
  .upper-header .custom-logo {
    position: relative !important;
    top: auto;
  }
  .upper-header .custom-logo img {
    max-width: 140px;
  }
  .upper-header .upper-header-inner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .upper-header .upper-header-inner > *:not(.menu-toggle) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .upper-header .upper-header-inner .custom-navigation {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .upper-header .upper-header-inner .custom-navigation:first-of-type {
    position: absolute;
    top: 72px;
    left: 20px;
    padding: 0;
  }
  .upper-header .upper-header-inner .custom-navigation:last-of-type {
    margin-top: 15px;
    border-top: 1px solid #841920;
    padding: 12px 0 12px 135px;
  }
}
.upper-header .account-nav {
  position: relative;
  z-index: 5;
}
.upper-header .account-nav .submenu {
  position: absolute;
  display: none;
  background-color: white;
  padding: 0;
  margin: 0;
  min-width: 160px;
}
.upper-header .account-nav .submenu a {
  color: #b30520;
  display: block;
  padding: 8px 20px;
  border-bottom: 1px solid #cecece;
}
.upper-header .account-nav .submenu a:hover {
  color: black;
}
.upper-header .account-nav li.level0:hover > .submenu {
  display: block;
}
/*====================================
=            LOWER HEADER            =
====================================*/
.lower-header {
  position: relative;
  z-index: 2;
  background-color: #000000;
  margin-top: -1px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  /*=================================
    =            MEGA MENU            =
    =================================*/
  /* END MEGA MENU */
}
.lower-header .lower-header-inner {
  width: 100%;
  margin: auto;
  padding: 0px 70px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.lower-header .custom-navigation ul,
.lower-header .custom-navigation ul li {
  list-style: none;
  list-style-type: none;
}
.lower-header .custom-navigation > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.lower-header a.level0,
.lower-header .no-link {
  padding: 18px 30px 18px 0px;
}
.lower-header .custom-navigation ul.submenu {
  padding: 0;
  margin: 0;
  position: relative;
}
.lower-header li.level0:hover > ul {
  display: block;
}
.lower-header .custom-navigation li.has-children a.level0,
.lower-header .custom-navigation li.has-children .no-link.level0 {
  position: relative;
  display: inline-block;
}
.lower-header .custom-navigation li.has-children a.level0:after,
.lower-header .custom-navigation li.has-children .no-link.level0:after {
  content: '\f107';
  font-family: 'Font Awesome 6 Pro';
  line-height: 0;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 3px;
  top: 5px;
  right: 20px;
}
.lower-header .custom-navigation li.has-children a.level0:before,
.lower-header .custom-navigation li.has-children .no-link:before {
  display: none;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #efefef transparent;
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lower-header .custom-navigation li.has-children:hover a.level0:before,
.lower-header .custom-navigation li.has-children:hover .no-link:before {
  display: block;
}
.lower-header .custom-navigation li {
  margin-bottom: 0;
}
.lower-header .custom-navigation li ul.level0 a,
.lower-header .custom-navigation li ul.level0 span.no-link {
  color: #000000;
  text-transform: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.lower-header .custom-navigation li ul.level0 a:hover,
.lower-header .custom-navigation li ul.level0 span.no-link:hover {
  color: #b30520;
}
.lower-header .custom-navigation li a,
.lower-header .custom-navigation li a:after {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.lower-header .custom-navigation li:hover > a,
.lower-header .custom-navigation li:hover > .no-link,
.lower-header .custom-navigation li:hover > a.level0:after,
.lower-header .custom-navigation li:hover > .no-link.level0:after {
  color: #b30520;
}
.lower-header li.level0.last a.level0,
.lower-header li.level0.last .no-link {
  padding-right: 0;
}
.lower-header li.level5 {
  padding-right: 50px;
}
.lower-header li.level5 img {
  max-width: 80%;
}
.lower-header li.level5 span {
  display: none;
}
.lower-header li.level5 .short-description {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
.lower-header li.category-header-li {
  padding-bottom: 10px;
}
.lower-header .custom-navigation ul.level0 {
  display: none;
  position: absolute;
}
.lower-header .custom-navigation li.mega {
  position: initial;
}
.lower-header .custom-navigation li.mega ul.level0 {
  position: absolute;
  right: 0;
  left: 0;
  top: 61px;
  width: 100%;
  background-color: #efefef;
}
.lower-header .custom-navigation li.mega ul.level0 a:not(.category-header) {
  color: #000000;
  text-transform: none;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 0px;
}
.lower-header .custom-navigation li.mega ul.level0 a:not(.category-header):hover {
  color: #b30520;
}
.lower-header .custom-navigation li.mega ul.submenu:not(.level0):not(.level1) {
  position: absolute;
  top: -70px;
  bottom: 0;
  left: 100%;
  width: 100%;
}
.lower-header .custom-navigation li.mega ul.submenu:not(.level0):not(.level1):last-of-type {
  padding-right: 0;
}
.lower-header .custom-navigation li.mega ul.submenu.level1 {
  display: block;
}
.lower-header .custom-navigation li.mega ul.submenu:not(.level0):not(.level1):not(.level2) {
  top: 0;
}
.lower-header .custom-navigation li.mega li.level1 {
  width: 100%;
  max-width: 1800px;
  margin: auto;
  padding: 40px 20px 60px 70px;
}
.lower-header .custom-navigation li.mega li.level1.first {
  position: initial;
  min-height: 600px;
}
.lower-header .custom-navigation li.mega li.level1 a.level1.first,
.lower-header .custom-navigation li.mega a.category-header {
  pointer-events: none;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}
.lower-header .custom-navigation li.mega a.category-header,
.lower-header .custom-navigation li.mega li.level1 a.level1.first span {
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-right: 50px;
  border-bottom: 1px solid #636466;
}
.lower-header .custom-navigation li.mega a.level1,
.lower-header .custom-navigation li.mega ul.level1 {
  width: 25%;
}
.lower-header .custom-navigation li.mega ul.level4 {
  top: 0;
}
.lower-header .custom-navigation li.mega li.level4 a.level4 > img,
.lower-header .custom-navigation li.mega li.level4 > a > .short-description {
  display: none;
}
.lower-header .custom-navigation li.level0.mega li.level2 ul {
  display: none;
}
.lower-header .custom-navigation li.level0.mega li.level2.active > ul,
.lower-header .custom-navigation li.level0.mega li.level3.active > ul,
.lower-header .custom-navigation li.level0.mega li.level4.active > ul {
  display: block;
}
.lower-header .custom-navigation li.level0:not(.mega) {
  position: relative;
}
.lower-header .custom-navigation li.level0:not(.mega) ul.level0 {
  background-color: #efefef;
  width: 280px;
  left: -30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.lower-header .custom-navigation li.level0:not(.mega) ul.level0 a,
.lower-header .custom-navigation li.level0:not(.mega) ul.level0 span.no-link {
  padding: 10px 25px;
  display: block;
}
.lower-header .custom-navigation li.level0:not(.mega) ul.level0 span.no-link {
  color: black;
}
@media (max-width: 1400px) {
  .lower-header .lower-header-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  .lower-header .custom-navigation > ul a.level0,
  .lower-header .custom-navigation > ul .no-link {
    padding: 18px 20px 18px 0px;
  }
  .lower-header .custom-navigation li.mega ul.level0 a:not(.category-header),
  .lower-header .custom-navigation li.mega li.level1 a.level1.first,
  .lower-header .custom-navigation li.mega a.category-header {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .lower-header {
    height: 0;
    padding: 0;
  }
  .lower-header .custom-navigation {
    display: none;
  }
}
@media (max-width: 1024px) {
  .block-search input {
    position: static;
  }
}
/*===================================
=            MOBILE MENU            =
===================================*/
.mobile-menu {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 500;
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 70px;
}
.mobile-menu .mobile-red-bar {
  background-color: #b30520;
  overflow: hidden;
}
.mobile-menu .mobile-red-bar .custom-navigation {
  float: left;
  background-color: transparent;
}
.mobile-menu .mobile-red-bar .custom-navigation a {
  border: none;
  color: white;
}
.mobile-menu .custom-navigation.menu-aux_menu a.contact:before {
  content: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/icon-chat-bubble.png');
  line-height: 1;
  padding-right: 8px;
}
.mobile-menu .custom-navigation {
  background-color: #efefef;
}
.mobile-menu .custom-navigation > ul {
  padding: 0;
  margin: 0;
}
.mobile-menu ul.level0 {
  background-color: #ffffff;
}
.mobile-menu a,
.mobile-menu .no-link {
  display: block;
  padding: 10px 20px;
  font-weight: 700;
  color: #181818;
  border-bottom: 1px solid #dcddde;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.mobile-menu .no-link {
  cursor: default;
}
.mobile-menu a.level0,
.mobile-menu .level0.no-link {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px;
}
.mobile-menu a.level1,
.mobile-menu span.no-link.level1 {
  padding-left: 40px;
}
.mobile-menu a.level2,
.mobile-menu span.no-link.level2 {
  padding-left: 60px;
}
.mobile-menu li {
  margin-bottom: 0;
}
.mobile-menu li.has-children > .arrow-wrapper > a {
  position: relative;
}
.mobile-menu li.has-children > .arrow-wrapper > a:not(.level0):after {
  font-size: 22px;
  font-size: 2.2rem;
}
.mobile-menu li.has-children > .arrow-wrapper > .arrow {
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #dcddde;
  text-align: center;
}
.mobile-menu li.has-children > .arrow-wrapper > .arrow {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.mobile-menu li.has-children.level0 > .arrow-wrapper > .arrow {
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.mobile-menu li.has-children.active > .arrow-wrapper > a {
  color: #b30520;
}
.mobile-menu li.has-children ul {
  display: none;
  padding: 0;
  margin: 0;
}
.mobile-menu li.has-children:not(.level1):hover > .arrow-wrapper > a {
  color: #b30520;
}
.mobile-menu li.level2 a.level2 {
  padding-left: 80px;
}
.mobile-menu li.level2 ul.level2 > li > a {
  padding-left: 100px;
}
.mobile-menu li.level3 a.level3 {
  padding-left: 120px;
}
.mobile-menu li.level3 img,
.mobile-menu li.level3 .short-description,
.mobile-menu li.category-header-li {
  display: none;
}
/*==============================
=            SEARCH            =
==============================*/
.block-search {
  height: 45px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.block-search.active {
  top: 0px;
}
.block-search .form.minisearch {
  position: relative;
  height: 45px;
}
.block-search .control {
  padding-bottom: 0;
}
.block-search .field.search {
  position: relative;
}
.block-search .actions {
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  width: auto;
}
.block-search .action.search {
  width: auto;
  height: auto;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block-search .action.search:before {
  color: #b30520;
}
.block-search input {
  height: 45px;
  padding-right: 40px;
}
@media (max-width: 1200px) {
  .block-search.dealer-panel-search input {
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
  }
}
@media (max-width: 1200px) {
  .lower-header .block-search {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .transitioned-logo {
    display: none;
  }
  .lower-header .block-search {
    top: 0;
  }
}
/********************************************Product Showcase Header********************************************/
body.product-showcase-view .mobile-menu-toggle,
body.product-sweepstakes-view .mobile-menu-toggle {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 18px 22px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1001;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.product-showcase-view .mobile-menu-toggle .inner,
body.product-sweepstakes-view .mobile-menu-toggle .inner {
  width: 27px;
  height: 22px;
  position: relative;
}
body.product-showcase-view .mobile-menu-toggle .inner span,
body.product-sweepstakes-view .mobile-menu-toggle .inner span {
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
body.product-showcase-view .mobile-menu-toggle .inner span:first-child,
body.product-sweepstakes-view .mobile-menu-toggle .inner span:first-child {
  top: 0px;
  height: 3px;
  width: 100%;
  background-color: #000000;
  position: absolute;
}
body.product-showcase-view .mobile-menu-toggle .inner span:nth-child(2),
body.product-sweepstakes-view .mobile-menu-toggle .inner span:nth-child(2) {
  top: 9px;
  height: 3px;
  width: 100%;
  background-color: #000000;
  position: absolute;
}
body.product-showcase-view .mobile-menu-toggle .inner span:nth-child(3),
body.product-sweepstakes-view .mobile-menu-toggle .inner span:nth-child(3) {
  top: 18px;
  height: 3px;
  width: 100%;
  background-color: #000000;
  position: absolute;
}
body.product-showcase-view .mobile-menu-toggle:hover .inner span:first-child,
body.product-sweepstakes-view .mobile-menu-toggle:hover .inner span:first-child,
body.product-showcase-view .mobile-menu-toggle:hover .inner span:nth-child(2),
body.product-sweepstakes-view .mobile-menu-toggle:hover .inner span:nth-child(2),
body.product-showcase-view .mobile-menu-toggle:hover .inner span:nth-child(3),
body.product-sweepstakes-view .mobile-menu-toggle:hover .inner span:nth-child(3) {
  background-color: #000000;
}
body.product-showcase-view.mobile-menu-open .mobile-menu-toggle .inner span:first-child,
body.product-sweepstakes-view.mobile-menu-open .mobile-menu-toggle .inner span:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}
body.product-showcase-view.mobile-menu-open .mobile-menu-toggle .inner span:nth-child(2),
body.product-sweepstakes-view.mobile-menu-open .mobile-menu-toggle .inner span:nth-child(2) {
  opacity: 0;
}
body.product-showcase-view.mobile-menu-open .mobile-menu-toggle .inner span:nth-child(3),
body.product-sweepstakes-view.mobile-menu-open .mobile-menu-toggle .inner span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}
body.product-sweepstakes-view .page-wrapper {
  margin-top: 184px;
}
body.product-sweepstakes-view .product-sweepstakes-header {
  background: white;
  padding: 0px 70px;
}
body.product-sweepstakes-view .product-sweepstakes-header .primary-navigation nav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
body.product-sweepstakes-view .product-sweepstakes-header .primary-navigation nav ul li {
  margin-bottom: 0;
}
body.product-sweepstakes-view .product-sweepstakes-header .primary-navigation nav ul li a {
  display: block;
  padding: 15px 50px 15px 0;
  color: #181818;
}
body.product-sweepstakes-view .product-sweepstakes-header .primary-navigation nav ul li a:hover {
  color: #b30520;
}
body.product-sweepstakes-view header.page-header .mobile-navigation {
  top: 54px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
body.product-sweepstakes-view header.page-header .mobile-navigation ul {
  display: block;
  padding-top: 20px;
  padding-left: 40px;
}
body.product-sweepstakes-view header.page-header .mobile-navigation ul li {
  display: block;
}
body.product-sweepstakes-view header.page-header .mobile-navigation ul li > a {
  font-size: 28px;
  font-size: 2.8rem;
  padding: 6px 30px;
  display: block;
  font-weight: 600;
  color: #181818;
}
body.product-sweepstakes-view header.page-header .mobile-navigation ul li > a:hover {
  color: #b30520;
}
@media (max-width: 1400px) {
  body.product-sweepstakes-view .product-sweepstakes-header {
    padding: 0px 20px;
  }
}
@media (max-width: 1024px) {
  body.product-sweepstakes-view .page-wrapper {
    margin-top: 54px;
  }
  body.product-sweepstakes-view .header {
    display: none;
  }
  body.product-sweepstakes-view .page-header {
    height: 54px;
  }
  body.product-sweepstakes-view .page-header .site-logo {
    max-width: 120px;
    margin-left: 50px;
    padding: 4px 0;
  }
  body.product-sweepstakes-view .page-header .site-logo img {
    vertical-align: bottom;
  }
  body.product-sweepstakes-view .product-sweepstakes-header {
    padding: 10px 20px;
  }
  body.product-sweepstakes-view .mbl-enter-sweepstakes a {
    border: 1px solid #181818;
    color: #181818;
    font-size: 11px;
    font-size: 1.1rem;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    padding: 7px 15px;
    white-space: nowrap;
  }
  body.product-sweepstakes-view.mobile-menu-open .mbl-enter-sweepstakes {
    display: none;
  }
}
@media (max-width: 350px) {
  body.product-sweepstakes-view .mbl-enter-sweepstakes {
    display: none;
  }
}
body.product-showcase-view .page-wrapper {
  margin-top: 60px;
}
body.product-showcase-view .page-wrapper header.page-header {
  height: 60px;
  background-color: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
}
body.product-showcase-view .page-wrapper header.page-header .site-width.flex,
body.product-showcase-view .page-wrapper header.page-header .page-layout-2columns-left .page-title-wrapper.flex,
body.product-showcase-view .page-wrapper header.page-header .page-layout-2columns-left .columns.flex,
body.product-showcase-view .page-wrapper header.page-header .breadcrumbs.flex,
body.product-showcase-view .page-wrapper header.page-header .cms-page-view .page-wrapper .page-main.flex,
body.product-showcase-view .page-wrapper header.page-header .catalog-category-view .page-title-wrapper.flex {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
body.product-showcase-view .page-wrapper header.page-header .mobile-navigation {
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
body.product-showcase-view .page-wrapper header.page-header .mobile-navigation ul {
  display: block;
  padding-top: 20px;
  padding-left: 40px;
}
body.product-showcase-view .page-wrapper header.page-header .mobile-navigation ul li {
  display: block;
}
body.product-showcase-view .page-wrapper header.page-header .mobile-navigation ul li > a {
  font-size: 28px;
  font-size: 2.8rem;
  padding: 6px 30px;
  display: block;
}
body.product-showcase-view .page-wrapper header.page-header nav ul {
  padding-left: 90px;
  margin-bottom: 0;
}
body.product-showcase-view .page-wrapper header.page-header nav li {
  display: inline-block;
  margin-bottom: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
body.product-showcase-view .page-wrapper header.page-header nav li:hover > a {
  color: #b30520;
}
body.product-showcase-view .page-wrapper header.page-header nav a {
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 30px;
}
body.product-showcase-view .page-wrapper header.page-header .aux-links a {
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 30px;
}
body.product-showcase-view .page-wrapper header.page-header .find-dealer-btn a {
  line-height: 1;
  padding: 12px 31px;
  border: 1px solid #000000;
  border-radius: 24px;
}
body.product-showcase-view .page-wrapper header.page-header .titan-logo,
body.product-showcase-view .page-wrapper header.page-header .product-logo {
  line-height: 0;
}
@media (max-width: 1400px) {
  body.product-showcase-view .page-wrapper header.page-header nav ul {
    padding-left: 60px;
  }
  body.product-showcase-view .page-wrapper header.page-header nav a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 20px;
  }
  body.product-showcase-view .page-wrapper header.page-header .aux-links a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 20px;
  }
}
@media (max-width: 1200px) {
  body.product-showcase-view .page-wrapper header.page-header nav ul {
    padding-left: 0;
  }
  body.product-showcase-view .page-wrapper header.page-header nav a {
    padding: 10px 15px;
  }
  body.product-showcase-view .page-wrapper header.page-header .aux-links a {
    padding: 10px 15px;
  }
}
@media (max-width: 1024px) {
  body.product-showcase-view .page-wrapper .site-logo {
    margin-left: 50px;
  }
  body.product-showcase-view .page-wrapper .titan-logo,
  body.product-showcase-view .page-wrapper .product-logo {
    max-width: 120px;
  }
  body.product-showcase-view .page-wrapper header.page-header .aux-links a {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 8px 26px;
  }
}
body.product-showcase-view.header-transition-true header.page-header {
  margin-top: 0;
}
/********************************************************************************************************************/
/*************************************************Footer*************************************************************/
/********************************************************************************************************************/
.footer.content {
  max-width: none;
  margin: 0;
  padding: 0;
  border: none;
}
.footer .copyright {
  margin: 0;
}
.grecaptcha-badge {
  display: none !important;
}
.product-showcase-view .page-footer,
.product-sweepstakes-view .page-footer {
  background-color: black;
  border-top: none;
  color: white;
}
.product-showcase-view .page-footer a,
.product-sweepstakes-view .page-footer a {
  color: white;
}
.product-showcase-view .page-footer .social a,
.product-sweepstakes-view .page-footer .social a {
  background-color: transparent;
  color: white;
}
.product-showcase-view .page-footer .footer-citadel,
.product-sweepstakes-view .page-footer .footer-citadel {
  display: none;
}
.page-footer {
  background-color: #b30520;
  border-top: 15px solid #9b0f20;
  padding-top: 70px;
}
.page-footer,
.page-footer a,
.page-footer a:visited,
.page-footer a:visited:hover {
  color: #ffffff;
}
.page-footer a.btn-clear:hover,
.page-footer .social a {
  color: #b30520;
}
.page-footer .social a:hover {
  color: #b30520;
  opacity: 0.7;
}
.page-footer a.menu-item-active > span {
  text-decoration: none;
}
.page-footer .menu-row > .col {
  padding-left: 10px;
  padding-right: 10px;
}
.page-footer .upper-footer {
  padding-bottom: 85px;
}
.page-footer .menu-wrap {
  margin-left: -60px;
  margin-right: -60px;
}
.page-footer .custom-navigation {
  padding-left: 60px;
  padding-right: 60px;
}
.page-footer .custom-navigation .level0 > a {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  display: inline-block;
}
.page-footer .custom-navigation a:hover {
  text-decoration: underline;
}
.page-footer .custom-navigation li.level1 {
  margin-bottom: 8px;
}
.page-footer .address-wrap > .col {
  padding-left: 60px;
  padding-right: 60px;
}
.page-footer .address-wrap h3 {
  text-transform: uppercase;
  font-weight: 700;
}
.page-footer .address {
  margin-bottom: 22px;
}
.page-footer .custom-newsletter {
  margin-bottom: 45px;
}
.page-footer .custom-newsletter form {
  position: relative;
  display: inline-block;
}
.page-footer .custom-newsletter input {
  width: 360px;
  height: 50px;
  border: none;
  padding-right: 50px;
  background-color: #ffffff;
}
.page-footer .custom-newsletter button.button {
  padding: 0;
  width: auto;
  font-size: 0px;
  font-size: 0rem;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  border-left: 1px solid #cccccc;
}
.page-footer .custom-newsletter button.button:after {
  content: '\f054';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000000;
  font-size: 18px;
  font-size: 1.8rem;
}
.page-footer .social {
  margin-bottom: 30px;
}
.page-footer .social a {
  color: #b30520;
  display: inline-block;
  background-color: #ffffff;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  margin-right: 4px;
}
.page-footer .social a i {
  vertical-align: middle;
}
.page-footer .lower-footer {
  background-color: #000000;
  padding: 20px 0;
}
.page-footer .lower-footer,
.page-footer .lower-footer a {
  color: #ffffff;
}
.page-footer .lower-footer ul {
  padding: 0 15px;
}
.page-footer .lower-footer ul li {
  display: inline-block;
  padding: 0 5px;
}
.page-footer .lower-footer ul li:first-child {
  padding-left: 0;
}
.page-footer .credits {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: -15px;
  margin-right: -15px;
}
.page-footer .credits > .col {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1200px) {
  .page-footer .menu-wrap {
    margin-left: -30px;
    margin-right: -30px;
  }
  .page-footer .custom-navigation {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-footer .address-wrap > .col {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .page-footer {
    padding-top: 50px;
  }
  .page-footer .credits {
    margin-bottom: 30px;
  }
  .page-footer .lower-footer {
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .page-footer .menu-wrap {
    margin-bottom: 45px;
  }
  .page-footer .menu-row {
    margin-left: 0;
    margin-right: 0;
  }
  .page-footer .menu-row > .col {
    padding-left: 0;
    padding-right: 0;
  }
  .page-footer .menu-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .page-footer .custom-navigation {
    padding-left: 0;
    padding-right: 0;
  }
  .page-footer .custom-navigation ul.level0 {
    display: none;
    padding: 0 15px 15px 15px;
  }
  .page-footer .custom-navigation .level0 > a {
    padding: 20px 15px;
    margin: 0;
    position: relative;
    display: block;
  }
  .page-footer .custom-navigation .level0 > a:after {
    content: '\f078';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(0);
    -moz-transform: translate(0, -50%) rotate(0);
    -o-transform: translate(0, -50%) rotate(0);
    -ms-transform: translate(0, -50%) rotate(0);
    transform: translate(0, -50%) rotate(0);
  }
  .page-footer .custom-navigation .level0 > a.open:after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -moz-transform: translate(0, -50%) rotate(180deg);
    -o-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
  }
  .page-footer .custom-navigation li.level0 {
    margin: 0;
    border-bottom: 1px solid #841920;
  }
  .page-footer .custom-navigation.footer-1 > ul {
    border-top: 1px solid #841920;
  }
}
@media (max-width: 767px) {
  .page-footer .address-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .page-footer .address-wrap > .col {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .page-footer .custom-newsletter input {
    width: 100%;
  }
  .page-footer .custom-newsletter form {
    display: block;
  }
  .page-footer .custom-newsletter {
    margin-bottom: 35px;
  }
  .page-footer .address-wrap h3 {
    margin-bottom: 15px;
  }
  .page-footer .service {
    margin-bottom: 25px;
  }
  .page-footer .menu-row > .col.address-wrap {
    padding-left: 15px;
  }
}
/********************************************************************************************************************/
/********************************************Footer (Media Queries)**************************************************/
/********************************************************************************************************************/
@media (max-width: 500px) {
  .john {
    padding: 20px;
  }
}
body > iframe {
  display: none;
}
.img-wrap {
  line-height: 0;
}
.page-wrapper {
  overflow: hidden;
}
.modal-popup .action-close {
  width: auto;
}
/********************************************************************************************************************/
/***********************************************Store Visibility*****************************************************/
/********************************************************************************************************************/
body.store_default .store-default-hide {
  display: none !important;
}
body.store_latam .store-latam-hide {
  display: none !important;
}
body.store_intl .store-intl-hide {
  display: none !important;
}
/********************************************************************************************************************/
/************************************************Column Widths*******************************************************/
/********************************************************************************************************************/
.page-wrapper .page-main {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.page-layout-1column .columns {
  display: block;
  width: 100%;
}
.page-layout-1column .columns .column.main {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.page-layout-2columns-right .columns .column.main,
.page-layout-blog_archive .columns .column.main,
.page-layout-blog_landing .columns .column.main,
.contentmanager-contenttype-blog_posts .columns .column.main,
.contentmanager-contenttype-blog_categories .columns .column.main {
  width: 70%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  padding: 0;
}
.page-layout-2columns-right .columns .sidebar-main,
.page-layout-2columns-left .columns .sidebar-main {
  width: 30%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  padding: 0;
  -webkit-order: 0;
  -ms-order: 0;
  order: 0;
}
.page-layout-blog_archive .columns .sidebar-main,
.page-layout-blog_landing .columns .sidebar-main,
.contentmanager-contenttype-blog_posts .columns .sidebar-main,
.contentmanager-contenttype-blog_categories .columns .sidebar-main {
  width: 30%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  padding: 0;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
}
.toolbar:before,
.toolbar:after {
  display: none;
}
.toolbar.toolbar-products .pages {
  display: block;
}
.toolbar .pager {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.toolbar .pages .item,
.toolbar .pages strong.page {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
}
.toolbar .pages strong.page {
  color: #ffffff;
}
.toolbar .item.current {
  background-color: #181818;
}
.toolbar .pages .action.next {
  margin: 0;
}
.toolbar .pages a.page,
.toolbar .pages .action:visited,
.toolbar .pages .action.next:visited:before,
.toolbar .pages .action,
.toolbar .pages .action.next:before,
.toolbar .pages .action.previous:before {
  color: #181818;
}
.toolbar .pages .item {
  border: 1px solid #dcddde;
  width: 33px;
  text-align: center;
}
.toolbar .pages .item.pages-item-next,
.toolbar .pages .item.pages-item-previous {
  border: none;
}
.toolbar .pages .item.pages-item-previous {
  margin-right: 18px;
}
.toolbar .pages .item.pages-item-next {
  margin-left: 18px;
  margin-right: 18px;
}
.toolbar select {
  height: 40px;
  background-position: 90% 50%;
}
.toolbar .limiter {
  padding-right: 25px;
}
.toolbar .pager .limiter {
  padding-right: 0;
}
.toolbar .sorter,
.toolbar .toolbar-amount {
  padding: 0;
}
.toolbar .toolbar-sorter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  .toolbar .pager p,
  .toolbar .pager div {
    width: 100%;
  }
  .toolbar .toolbar-amount {
    text-align: center;
  }
  .toolbar .toolbar-amount,
  .toolbar .limiter,
  .toolbar .pages {
    margin-bottom: 10px;
  }
  .toolbar .pages,
  .toolbar .limiter {
    text-align: center;
  }
  .toolbar .toolbar-sorter {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.page-layout-2columns-left .page-title {
  text-transform: uppercase;
  margin-bottom: 50px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}
.page-layout-2columns-left .page-main {
  padding-top: 65px;
  padding-bottom: 65px;
}
.page-layout-2columns-left .columns .column.main {
  width: 75%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  padding: 0;
  padding-left: 30px;
}
.page-layout-2columns-left .columns .sidebar-main {
  width: 25%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  padding: 0;
  padding-right: 30px;
}
@media (max-width: 1200px) {
  .page-layout-2columns-left .columns .column.main {
    width: 70%;
  }
  .page-layout-2columns-left .columns .sidebar-main {
    width: 30%;
  }
}
@media (max-width: 1024px) {
  .page-layout-2columns-left .columns .column.main,
  .page-layout-2columns-left .columns .sidebar-main {
    width: 100%;
    padding: 0;
  }
  .page-layout-2columns-left .page-main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-layout-2columns-left .page-title {
    margin-bottom: 20px;
  }
}
/*******************Hiding page titles***************************/
.contentmanager-content-1345 h2.main-title,
.contentmanager-content-1467 h2.main-title,
.contentmanager-content-1447 h2.main-title,
.contentmanager-content-2097 h1.main-title {
  display: none;
}
/********************************************************************************************************************/
/*************************************************Breadcrumbs********************************************************/
/********************************************************************************************************************/
.breadcrumbs {
  padding-top: 15px;
  padding-bottom: 15px;
}
.breadcrumbs .items {
  color: #444444;
}
.breadcrumbs a,
.breadcrumbs li,
.breadcrumbs .item:not(:last-child):after {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  content: '/';
  line-height: 1.618;
  padding: 0 2px;
}
/********************************************************************************************************************/
/******************************************************Banner********************************************************/
/********************************************************************************************************************/
.banner-h1 {
  color: #ffffff;
  background-color: #b30520;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px;
  line-height: 1;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.banner-body a.btn,
.banner-body a.column:not(.sidebar-main) .ecp-view form .actions-toolbar button,
.banner-body a.category-list.products-main-grid .title,
.banner-body a.customer-account-createpassword .action.primary,
.banner-body a.customer-account-forgotpassword .action.primary,
.banner-body a.customer-account-createpassword .captcha-reload,
.banner-body a.customer-account-forgotpassword .captcha-reload,
.banner-body a.citadel-customer-login .action.primary,
.banner-body a.vault-customer-login .action.primary,
.banner-body a.customer-account-login .action.primary {
  margin-bottom: 10px;
}
.banner-body .btn-sm {
  width: auto;
  max-width: 100%;
}
.mobile-banner-body {
  padding-top: 10px;
}
.mobile-banner-body a.btn,
.mobile-banner-body a.column:not(.sidebar-main) .ecp-view form .actions-toolbar button,
.mobile-banner-body a.category-list.products-main-grid .title,
.mobile-banner-body a.customer-account-createpassword .action.primary,
.mobile-banner-body a.customer-account-forgotpassword .action.primary,
.mobile-banner-body a.customer-account-createpassword .captcha-reload,
.mobile-banner-body a.customer-account-forgotpassword .captcha-reload,
.mobile-banner-body a.citadel-customer-login .action.primary,
.mobile-banner-body a.vault-customer-login .action.primary,
.mobile-banner-body a.customer-account-login .action.primary {
  margin-bottom: 10px;
}
.mobile-banner-body .btn-sm {
  width: auto;
  max-width: 100%;
}
.banner-full {
  position: relative;
}
.banner-full:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: ;
}
.banner-full .site-width,
.banner-full .page-layout-2columns-left .page-title-wrapper,
.banner-full .page-layout-2columns-left .columns,
.banner-full .breadcrumbs,
.banner-full .cms-page-view .page-wrapper .page-main,
.banner-full .catalog-category-view .page-title-wrapper {
  position: relative;
  height: calc(100vh - 125px);
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.banner-full .scroll-arrow {
  margin-top: 15px;
  position: absolute;
  bottom: 40px;
  left: 0;
}
@media (max-width: 767px) {
  .banner-full .site-width,
  .banner-full .page-layout-2columns-left .page-title-wrapper,
  .banner-full .page-layout-2columns-left .columns,
  .banner-full .breadcrumbs,
  .banner-full .cms-page-view .page-wrapper .page-main,
  .banner-full .catalog-category-view .page-title-wrapper {
    height: auto;
  }
  .banner-full .inner {
    padding-top: 55px;
    padding-bottom: 120px;
  }
}
.series-banner .video-wrapper {
  max-width: 250px;
  margin-top: 15px;
}
.series-banner .site-width,
.series-banner .page-layout-2columns-left .page-title-wrapper,
.series-banner .page-layout-2columns-left .columns,
.series-banner .breadcrumbs,
.series-banner .cms-page-view .page-wrapper .page-main,
.series-banner .catalog-category-view .page-title-wrapper {
  min-height: 800px;
}
.series-banner:after,
.series-banner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.series-banner:before {
  background-color: #000000;
  opacity: .3;
}
.series-banner:after {
  opacity: .7;
  background: radial-gradient(circle, transparent 60%, #000000);
}
.series-banner .title {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  line-height: .9;
}
.series-banner .title.size-1 {
  font-size: 35px;
  font-size: 3.5rem;
}
.series-banner .title.size-2 {
  font-size: 75px;
  font-size: 7.5rem;
}
.series-banner .title.size-3 {
  font-size: 100px;
  font-size: 10rem;
}
.series-banner .title.size-4 {
  font-size: 125px;
  font-size: 12.5rem;
  line-height: .87;
}
.series-banner .caption {
  margin-top: 15px;
  max-width: 380px;
}
@media (max-width: 1024px) {
  .series-banner .site-width,
  .series-banner .page-layout-2columns-left .page-title-wrapper,
  .series-banner .page-layout-2columns-left .columns,
  .series-banner .breadcrumbs,
  .series-banner .cms-page-view .page-wrapper .page-main,
  .series-banner .catalog-category-view .page-title-wrapper {
    min-height: 600px;
  }
  .series-banner .title.size-1 {
    font-size: 30px;
    font-size: 3rem;
  }
  .series-banner .title.size-2 {
    font-size: 60px;
    font-size: 6rem;
  }
  .series-banner .title.size-3 {
    font-size: 80px;
    font-size: 8rem;
  }
  .series-banner .title.size-4 {
    font-size: 105px;
    font-size: 10.5rem;
    line-height: .87;
  }
}
@media (max-width: 767px) {
  .series-banner .site-width,
  .series-banner .page-layout-2columns-left .page-title-wrapper,
  .series-banner .page-layout-2columns-left .columns,
  .series-banner .breadcrumbs,
  .series-banner .cms-page-view .page-wrapper .page-main,
  .series-banner .catalog-category-view .page-title-wrapper {
    min-height: 1px;
  }
  .series-banner .title.size-1 {
    font-size: 20px;
    font-size: 2rem;
  }
  .series-banner .title.size-2 {
    font-size: 50px;
    font-size: 5rem;
  }
  .series-banner .title.size-3 {
    font-size: 70px;
    font-size: 7rem;
  }
  .series-banner .title.size-4 {
    font-size: 95px;
    font-size: 9.5rem;
    line-height: .87;
  }
}
.banner .scroll-arrow > i {
  color: #ffffff;
  padding: 10px 6px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
}
.banner .popup-youtube {
  border: 2px solid #ffffff;
  position: relative;
  line-height: 0;
  margin-top: 30px;
  background-color: #000000;
  display: inline-block;
}
.banner .popup-youtube img {
  opacity: .5;
}
.banner .popup-youtube i {
  color: red;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-size: 4rem;
}
.top-banner .banner-inner {
  padding-top: 9%;
  padding-bottom: 11%;
}
.top-banner .banner-inner:after,
.top-banner .banner-inner:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-banner .banner-inner:after {
  opacity: .7;
  background: radial-gradient(circle, transparent 60%, #000000);
}
.top-banner .banner-inner:before {
  background-color: #000000;
  opacity: .5;
}
.top-banner h2 {
  margin-bottom: 0;
}
.top-banner .banner-description {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .top-banner .banner-inner {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
/********************************************************************************************************************/
/*************************************************Testimonials*******************************************************/
/********************************************************************************************************************/
.testimonials {
  padding: 45px 0;
  margin: 45px auto;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  max-width: 1185px;
}
.testimonials .section-subtitle {
  margin-bottom: 45px;
}
.testimonials .testimonial {
  padding: 0 100px;
}
.testimonials .testimonial .body {
  margin-bottom: 35px;
}
.testimonials .slick-dots {
  padding-top: 40px;
}
.testimonials .slick-dots li button {
  border: 1px solid #666666;
}
.testimonials .slick-dots li.slick-active button {
  background: #666666;
}
.series-view .testimonials {
  margin: 45px auto 145px auto;
}
/********************************************************************************************************************/
/********************************************************404*********************************************************/
/********************************************************************************************************************/
.wrapper-404 {
  padding-top: 80px;
  padding-bottom: 30px;
}
.wrapper-404 .row {
  max-width: 1200px;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  padding-top: 85px;
  height: calc(100vh - 125px);
}
.wrapper-404 .col-img {
  top: 0;
  left: 0;
}
.wrapper-404 .col-text {
  margin-bottom: 40px;
}
.wrapper-404 h1 {
  font-size: 200px;
  font-size: 20rem;
  margin: 0;
  line-height: .8;
}
.wrapper-404 p {
  margin-bottom: 20px;
}
.wrapper-404 .secondary {
  padding-left: 25px;
}
@media (max-width: 1024px) {
  .wrapper-404 .row {
    height: auto;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .wrapper-404 {
    padding-top: 40px;
  }
  .wrapper-404 h1 {
    line-height: 1;
    font-size: 100px;
    font-size: 10rem;
  }
  .wrapper-404 .secondary {
    padding-left: 0;
  }
}
/********************************************************************************************************************/
/*************************************************Standard CMS*********************************************************/
/********************************************************************************************************************/
.cms-page-view .page-wrapper .page-main {
  padding-top: 40px;
  padding-bottom: 40px;
}
.cms-page-view .page-wrapper .page-main h1,
.cms-page-view .page-wrapper .page-main h2,
.cms-page-view .page-wrapper .page-main h3,
.cms-page-view .page-wrapper .page-main h4,
.cms-page-view .page-wrapper .page-main h5,
.cms-page-view .page-wrapper .page-main h6 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
/********************************************************************************************************************/
/************************************************* Videos ***********************************************************/
/********************************************************************************************************************/
.videos-wrapper {
  padding-top: 30px;
  margin-right: -20px;
}
.videos-wrapper .video-wrap {
  padding: 0 20px 20px 0;
}
.videos-wrapper .video-wrap .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #b30520;
  text-transform: uppercase;
  padding: 20px 0;
}
.videos-wrapper .video-wrap .fa-youtube {
  position: absolute;
  top: 50%;
  right: 50%;
  color: #ffffff;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.wistia_click_to_play,
.wistia_click_to_play > div {
  height: auto !important;
  width: auto !important;
}
.wistia_click_to_play img {
  position: static !important;
  height: auto !important;
  max-width: 100% !important;
  width: auto !important;
}
/**************************Data Tables************************/
.dataTables_wrapper {
  padding-bottom: 30px;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
  margin-bottom: 15px;
}
.dataTables_wrapper select {
  width: 70px;
  height: 40px;
}
.dataTables_wrapper input[type="search"] {
  width: auto;
}
/********************************************************************************************************************/
/*******************************************Global (Media Queries)***************************************************/
/********************************************************************************************************************/
@media (max-width: 1024px) {
  .page-layout-blog_archive .columns .column.main,
  .page-layout-blog_landing .columns .column.main,
  .contentmanager-contenttype-blog_posts .columns .column.main,
  .contentmanager-contenttype-blog_categories .columns .column.main,
  .page-layout-blog_archive .columns .sidebar-main,
  .page-layout-blog_landing .columns .sidebar-main,
  .contentmanager-contenttype-blog_posts .columns .sidebar-main,
  .contentmanager-contenttype-blog_categories .columns .sidebar-main {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .toolbar-pager {
    display: block;
  }
}
/********************************************************************************************************************/
/************************************************ACM Pages***********************************************************/
/********************************************************************************************************************/
/***Sales Rep Map***/
.jvectormap-zoomin,
.jvectormap-zoomout {
  display: none;
}
.jvectormap-tip {
  color: black;
  background-color: white;
  border-radius: 0px;
  padding: 5px;
  border: 1px solid black;
  font-weight: normal;
}
.contentmanager-content-2097 .ecp-view {
  padding-bottom: 0;
}
.ecp-view {
  padding: 75px 0;
}
.ecp-view .main-title {
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
}
.ecp-view .ecp-one-column {
  max-width: 900px;
}
.ecp-view .ecp-two-column {
  margin-left: -60px;
  margin-right: -60px;
  margin-bottom: 30px;
}
.ecp-view .ecp-two-column > .col {
  padding-left: 60px;
  padding-right: 60px;
}
.ecp-view .ecp-two-column > .col:last-child {
  border-left: 1px solid #dcddde;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .ecp-view .ecp-two-column > .col:last-child {
    border: none;
  }
  .ecp-view .right-body {
    border-top: 1px solid #dcddde;
    padding-top: 55px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .ecp-view {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
.column:not(.sidebar-main) .ecp-view form .actions-toolbar {
  margin-left: 0;
}
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button {
  border: none;
}
.contact-us-store-info a {
  text-decoration: underline;
}
.contact-us-store-info .row {
  margin-left: -10px;
  margin-right: -10px;
}
.contact-us-store-info .row > .col {
  padding-left: 10px;
  padding-right: 10px;
}
.contact-us-store-info .item {
  margin-bottom: 10px;
}
.contact-us-store-info .section {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.contact-us-store-info .section:first-child {
  padding-top: 30px;
  margin-top: 40px;
}
.contact-us-store-info .section:after,
.contact-us-store-info .section:first-child:before {
  content: '';
  position: absolute;
  width: 250px;
  height: 1px;
  background-color: #dcddde;
  left: 0;
}
.contact-us-store-info .section:after {
  bottom: 0;
}
.contact-us-store-info .section:first-child:before {
  top: 0;
}
.contact-us-store-info h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
}
.contact-us-store-info label {
  font-weight: 500;
  display: block;
}
@media (max-width: 500px) {
  .contact-us-store-info .section:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .contact-us-store-info .section:last-child:after {
    display: none;
  }
}
.bottom-pulls {
  padding-top: 140px;
}
.bottom-pulls .row {
  margin-left: -15px;
  margin-right: -15px;
}
.bottom-pulls .row > .pull {
  padding-left: 15px;
  padding-right: 15px;
}
.bottom-pulls .pull .inner {
  padding: 14% 20px;
}
.bottom-pulls .type-red-icon .inner {
  background-color: #b30520;
  color: #ffffff;
}
.bottom-pulls .type-red-icon .inner:hover {
  background-color: #9b0f20;
}
.bottom-pulls .type-bg-image.pull .inner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #191919;
  opacity: .75;
}
.bottom-pulls .pull .text-wrap {
  max-width: 590px;
  margin: auto;
}
.bottom-pulls .pull .btn,
.bottom-pulls .pull .column:not(.sidebar-main) .ecp-view form .actions-toolbar button,
.bottom-pulls .pull .category-list.products-main-grid .title,
.bottom-pulls .pull .customer-account-createpassword .action.primary,
.bottom-pulls .pull .customer-account-forgotpassword .action.primary,
.bottom-pulls .pull .customer-account-createpassword .captcha-reload,
.bottom-pulls .pull .customer-account-forgotpassword .captcha-reload,
.bottom-pulls .pull .citadel-customer-login .action.primary,
.bottom-pulls .pull .vault-customer-login .action.primary,
.bottom-pulls .pull .customer-account-login .action.primary {
  margin-top: 35px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .bottom-pulls {
    padding-top: 45px;
  }
  .bottom-pulls .site-width,
  .bottom-pulls .page-layout-2columns-left .page-title-wrapper,
  .bottom-pulls .page-layout-2columns-left .columns,
  .bottom-pulls .breadcrumbs,
  .bottom-pulls .cms-page-view .page-wrapper .page-main,
  .bottom-pulls .catalog-category-view .page-title-wrapper {
    padding: 0;
  }
  .bottom-pulls .pull:not(:last-child) {
    margin-bottom: 45px;
  }
  .bottom-pulls .pull .inner {
    padding: 85px 20px;
  }
}
/* RESOURCES - VIDEOS */
.resource-video-form {
  padding-bottom: 30px;
  border-bottom: 1px solid #bdbdbd;
}
.resource-video-form .special-label {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
.resource-video-form .form-group {
  position: relative;
  margin-right: 40px;
}
.resource-video-form .form-group:first-of-type {
  width: 100%;
  max-width: 300px;
}
.resource-video-form .form-group:not(:first-of-type) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 25px;
}
.resource-video-form .form-group label:not(.special-label) {
  padding-left: 35px;
}
.resource-video-form button[type="submit"] {
  margin-top: 22px;
}
@media (max-width: 767px) {
  .resource-video-form .form-group {
    max-width: 100% !important;
    width: 100% !important;
  }
}
/* RESOURCES - BROCHURES/MANUALS - ACCORDIONS */
.resource-accordions-wrapper {
  padding: 0;
}
@media (max-width: 1500px) {
  .resource-accordions-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.resource-accordions {
  padding: 40px 0 25px;
  max-width: 1080px;
}
.resource-accordions .category {
  margin-bottom: 20px;
}
.resource-accordions .category .fa-file-pdf {
  padding-right: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}
.resource-accordions .category .title {
  padding: 14px 20px;
  background-color: #f4f4f4;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.resource-accordions .category .title:after {
  content: '\f107';
  font-family: 'Font Awesome 6 Pro';
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform-origin: center center;
  line-height: 0;
  font-weight: 400;
  font-size: 22px;
  font-size: 2.2rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.resource-accordions .category .title.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.resource-accordions .collapse-links {
  display: none;
  padding: 20px 0 0 20px;
  font-weight: 700;
}
.resource-accordions .item {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .resource-accordions {
    padding-bottom: 50px;
  }
  .resource-accordions .category:last-of-type {
    padding-bottom: 0;
  }
}
/* COMPATIBILITY */
.connector-compatibility-search-sw .ecp-one-column,
.connector-compatibility-search-gen .ecp-one-column,
.connector-sprayer-search-gen .ecp-one-column,
.connector-sprayer-search-sw .ecp-one-column {
  margin: 0 auto 30px;
}
.connector-compatibility-search-sw .ecp-view,
.connector-compatibility-search-gen .ecp-view,
.connector-sprayer-search-gen .ecp-view,
.connector-sprayer-search-sw .ecp-view {
  background: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/MATCH_BackgroundTexture.png') no-repeat center / cover;
}
.connector-compatibility-search-sw .ecp-one-column h1.main-title,
.connector-compatibility-search-gen .ecp-one-column h1.main-title,
.connector-sprayer-search-gen .ecp-one-column h1.main-title,
.connector-sprayer-search-sw .ecp-one-column h1.main-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
  display: none;
}
.compatibility form {
  margin-top: 60px;
}
.compatibility label {
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
}
.compatibility .actions {
  text-align: center;
}
.compatibility .actions button {
  margin-top: 40px;
}
.compatibility .actions button:hover,
.compatibility .actions button:active,
.compatibility .actions button:focus {
  color: #ffffff;
}
.compatibility .field-group {
  margin-bottom: 20px;
}
.compatibility .field-group:first-of-type {
  padding-right: 20px;
}
.compatibility .field {
  position: relative;
}
.compatibility .field.field-search {
  position: relative;
}
.compatibility .field.field-search:after {
  content: '\f002';
  font-family: 'Font Awesome 6 Pro';
  display: inline-block;
  background-color: #b30520;
  color: #ffffff;
  padding: 14px 17px;
  position: absolute;
  top: auto;
  bottom: 1px;
  right: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.compatibility .field.field-search:hover:after {
  background-color: #9b0f20;
}
.compatibility .field.field-search input {
  padding-right: 60px;
}
@media (max-width: 1024px) {
  .compatibility {
    padding-bottom: 50px;
  }
}
@media (max-width: 643px) {
  .compatibility .field-group:first-of-type {
    padding-right: 0;
  }
}
/* AUTOCOMPLETE */
.product-autocomplete ul,
.coating-autocomplete ul {
  display: none;
  margin: 0;
  list-style-type: none;
  position: absolute;
  padding: 0;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  max-height: 300px;
  overflow-y: scroll;
  background-color: #ffffff;
}
.product-autocomplete ul li,
.coating-autocomplete ul li {
  margin-bottom: 0;
  border-bottom: 1px solid #636466;
  border-right: 1px solid #636466;
  border-left: 1px solid #636466;
}
.product-autocomplete ul li:first-of-type,
.coating-autocomplete ul li:first-of-type {
  border-top: 1px solid #636466;
}
.product-autocomplete ul a,
.coating-autocomplete ul a {
  color: #000000;
  padding: 15px 20px;
  display: block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.product-autocomplete ul a:hover,
.coating-autocomplete ul a:hover {
  color: #b30520;
  text-decoration: underline;
}
/* COMPATIBILITY - RESULTS */
.compatibility-results {
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
.compatibility-results .compatible,
.compatibility-results .incompatible {
  margin-top: 50px;
  padding: 100px 20px 50px;
  position: relative;
}
.compatibility-results .compatible:before,
.compatibility-results .incompatible:before {
  font-family: 'Font Awesome 6 Pro';
  display: inline-block;
  color: #ffffff;
  position: absolute;
  top: 40px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.compatibility-results .compatible {
  background: #2ab755;
}
.compatibility-results .compatible:before {
  content: '\f00c';
}
.compatibility-results .incompatible {
  background: #d71230;
}
.compatibility-results .incompatible:before {
  content: '\f00d';
}
@media (max-width: 643px) {
  .compatibility-results .compatible,
  .compatibility-results .incompatible {
    padding: 70px 20px 30px;
  }
  .compatibility-results .compatible:before,
  .compatibility-results .incompatible:before {
    top: 20px;
  }
}
.top-news-releases {
  padding-bottom: 85px;
  padding-top: 85px;
}
.top-news-releases .slick-list {
  margin-right: -8px;
  margin-left: -8px;
}
.top-news-releases .slide {
  padding-right: 8px;
  padding-left: 8px;
}
.top-news-releases .slide .inner {
  color: #ffffff;
  background-color: #b30520;
  padding: 35px 15px;
}
.top-news-releases .date,
.top-news-releases .post-title {
  margin-bottom: 20px;
}
.top-news-releases .learn-more i {
  margin-right: 6px;
}
.top-news-releases h3 {
  margin: 0;
}
.top-news-releases .view-all {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
.top-news-releases .header-wrap {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .top-news-releases .news-slider {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .top-news-releases {
    padding-bottom: 55px;
    padding-top: 55px;
  }
}
.top-news-releases .slick-list,
.top-news-releases .slick-track,
.top-news-releases .slick-initialized .slick-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.top-news-releases .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
.top-news-releases .slick-arrow.next {
  right: 0;
}
.top-news-releases .slick-arrow.prev {
  left: 0;
}
.timeline .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
.timeline .slick-arrow.next {
  right: 0;
}
.timeline .slick-arrow.prev {
  left: 0;
}
.timeline {
  background-color: #efefef;
  padding-top: 275px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
  margin-bottom: -75px;
}
.timeline:after {
  content: '';
  width: 200%;
  height: 310px;
  background-color: #ffffff;
  position: absolute;
  -webkit-transform: rotate(-5deg) translate(-50%, 0);
  -moz-transform: rotate(-5deg) translate(-50%, 0);
  -o-transform: rotate(-5deg) translate(-50%, 0);
  -ms-transform: rotate(-5deg) translate(-50%, 0);
  transform: rotate(-5deg) translate(-50%, 0);
  left: 50%;
}
.timeline:after {
  top: -305px;
}
.timeline .timeline-width {
  max-width: 960px;
  margin: auto;
}
.timeline .timeline-header {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}
.timeline h3 {
  margin-top: 10px;
}
.timeline .row {
  margin-left: -60px;
  margin-right: -60px;
  padding-top: 75px;
  padding-bottom: 120px;
  position: relative;
}
.timeline .col-box {
  padding-left: 60px;
  padding-right: 60px;
}
.timeline .col-box:nth-child(even) {
  margin-left: auto;
}
.timeline .col-box:nth-child(odd):not(:first-child) {
  transform: translateY(-30%);
}
.timeline .item .inner {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.37);
  padding: 30px;
  min-height: 230px;
}
.timeline .timeline-slider .item {
  padding: 20px;
}
.timeline .timeline-slider .item .inner {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.timeline .year {
  margin-bottom: 15px;
}
.timeline .bottom-arrow {
  color: #ffffff;
  background-color: #b30520;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.timeline .row:before,
.timeline .row:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.timeline .row:before {
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 2px solid #d1d1d1;
}
.timeline .row:after {
  height: calc(100% - 20px - 36px);
  top: 20px;
  width: 2px;
  background-color: #d1d1d1;
}
@media (max-width: 1000px) {
  .timeline .timeline-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .timeline {
    padding-top: 135px;
  }
  .timeline:after {
    top: -325px;
  }
  .timeline .timeline-header {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .timeline {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .timeline {
    padding-top: 65px;
  }
}
.find-dealer {
  margin-top: 40px;
}
.find-dealer h2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #c7c7c7;
}
.find-dealer .search-area {
  background-color: #efefef;
}
.find-dealer .row {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 25px;
}
.find-dealer .row > .field {
  padding-left: 5px;
  padding-right: 5px;
}
.find-dealer .upper-area {
  padding: 50px 30px 25px;
}
.find-dealer .marker-wrap {
  max-width: 18px;
  display: inline-block;
  line-height: 0;
}
.find-dealer .type-check {
  margin-bottom: 10px;
}
.find-dealer .search-area input,
.find-dealer .search-area select {
  background-color: #ffffff;
  border: 1px solid #c7c7c7;
}
.find-dealer .actions {
  margin-top: 25px;
}
.find-dealer .results-container:not(.results-mbl) {
  height: 450px;
  overflow: auto;
}
.find-dealer button {
  color: #ffffff;
}
.find-dealer .results-container:not(.results-mbl) .result-count {
  padding: 0 30px 30px;
  border-bottom: 1px solid #dadada;
}
.find-dealer .results {
  padding: 0 30px;
}
.find-dealer .result {
  padding: 20px 0;
  border-bottom: 1px solid #dadada;
}
.find-dealer .result .top-info,
.find-dealer .result .bottom-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.find-dealer .result a {
  text-decoration: underline;
}
.find-dealer .result .name {
  font-weight: 700;
  text-transform: uppercase;
}
.find-dealer .result .name:before {
  content: '\f3c5';
  font-family: 'Font Awesome 6 Pro';
  color: #000000;
  margin-right: 8px;
}
.find-dealer .result .name.service-center:before {
  color: #b30520;
}
.find-dealer .show-map {
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .find-dealer .lg-site-width {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .find-dealer .result .top-info,
  .find-dealer .result .bottom-info {
    display: block;
  }
  .find-dealer .result .distance,
  .find-dealer .result .address {
    margin-bottom: 15px;
  }
}
.sales-rep-maps .map-container {
  border-top: 1px solid #c3c3c3;
  padding-top: 25px;
  padding-bottom: 35px;
  margin-top: 45px;
}
.sales-rep-maps .row {
  margin-left: -40px;
  margin-right: -40px;
}
.sales-rep-maps .row > .col {
  padding-left: 40px;
  padding-right: 40px;
}
.sales-rep-maps .vector-map {
  width: 100%;
  height: 70vh;
}
.mbl-rep-select .no-results,
.sales-rep-maps .no-results {
  margin-bottom: 30px;
}
.mbl-rep-select .results-state,
.sales-rep-maps .results-state {
  color: #b30520;
}
.mbl-rep-select .sales-message,
.sales-rep-maps .sales-message {
  margin-bottom: 30px;
}
.mbl-rep-select form {
  margin-bottom: 60px;
}
/* COMPATIBILITY PROGRESS BAR */
.connector-progress-bar {
  width: 100%;
  max-width: 400px;
  margin: 60px auto;
}
.connector-progress-bar .circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 3px solid #dcddde;
  position: relative;
}
.connector-progress-bar .circle:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #dcddde;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.connector-progress-bar .circle:first-of-type {
  cursor: pointer;
}
.connector-progress-bar .line {
  height: 3px;
  width: 35%;
  background-color: #dcddde;
}
.connector-progress-bar.step-1 .circle:first-of-type {
  border-color: #b30520;
}
.connector-progress-bar.step-1 .circle:first-of-type:before {
  background-color: #b30520;
}
.connector-progress-bar.step-2 .circle:first-of-type:hover .circle:first-of-type:hover:before {
  background-color: #9b0f20;
}
.connector-progress-bar.step-2 .circle:nth-child(-n+3) {
  border-color: #b30520;
}
.connector-progress-bar.step-2 .circle:nth-child(-n+3):before {
  background-color: #b30520;
}
.connector-progress-bar.step-2 .line:nth-child(2) {
  background-color: #b30520;
}
.ie-11 .sprayer-toolbar .lower-bar button {
  min-width: 100px;
}
/* SPRAYER TOOLBAR */
.header-transition-false .sprayer-toolbar {
  top: 125px;
}
@media (max-width: 1024px) {
  .header-transition-false .sprayer-toolbar {
    top: 60px;
  }
}
.header-transition-true .sprayer-toolbar {
  top: 60px;
}
@media (max-width: 1024px) {
  .header-transition-true .sprayer-toolbar {
    top: 60px;
  }
}
.sprayer-toolbar {
  position: fixed;
  background-color: #f5f5f5;
  border-bottom: 5px solid #e6e6e6;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #8a8a8a;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  z-index: 5;
  margin: 0;
}
.sprayer-toolbar .start-over {
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.sprayer-toolbar .coating-selected {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #cfcfcf;
}
.sprayer-toolbar label {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #181818;
  line-height: 1;
  padding-right: 10px;
  white-space: nowrap;
}
.sprayer-toolbar .field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-right: 30px;
}
.sprayer-toolbar .field:nth-child(2),
.sprayer-toolbar .field:nth-child(3),
.sprayer-toolbar .field:nth-child(5) {
  width: 20%;
}
.sprayer-toolbar .field:nth-child(4) {
  width: 30%;
}
.sprayer-toolbar .field:nth-child(6) {
  width: 10%;
}
.sprayer-toolbar .alter-search .field {
  width: 100%;
}
.sprayer-toolbar .alter-search select {
  background-color: #ffffff;
  height: 35px;
  width: 100%;
  border: 1px solid #e4e4e4;
}
.sprayer-toolbar .lower-bar {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sprayer-toolbar button.btn-red {
  padding: 5px 10px;
  width: auto;
  margin-top: auto;
}
.sprayer-toolbar .email-wrap {
  width: auto;
}
.sprayer-toolbar .email {
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
}
.sprayer-toolbar .email .fa-envelope {
  margin-right: 10px;
}
.sprayer-toolbar .filter-toggle {
  top: 17px;
  right: 20px;
  cursor: pointer;
  color: #b30520;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
}
.sprayer-toolbar .filter-toggle i {
  font-size: 22px;
  font-size: 2.2rem;
}
@media (max-width: 1400px) {
  .sprayer-toolbar label {
    font-size: 15px;
    font-size: 1.5rem;
    padding-right: 10px;
  }
  .sprayer-toolbar .field {
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  .sprayer-toolbar {
    position: static;
  }
  .sprayer-toolbar label {
    padding-bottom: 5px;
  }
  .sprayer-toolbar .coating-selected {
    border-bottom: 0;
  }
  .sprayer-toolbar .alter-search {
    padding-top: 10px;
    margin: 0;
    width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: initial;
    -ms-align-items: initial;
    align-items: initial;
  }
  .sprayer-toolbar .alter-search .field {
    padding-right: 0;
  }
  .sprayer-toolbar .field {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: initial;
    -ms-align-items: initial;
    align-items: initial;
    width: auto;
    padding-bottom: 20px;
  }
  .sprayer-toolbar .lower-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-align-items: initial;
    -ms-align-items: initial;
    align-items: initial;
    border-top: 1px solid #cfcfcf;
    display: none;
    position: relative;
  }
  .sprayer-toolbar .coating-selected {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: initial;
    -ms-align-items: initial;
    align-items: initial;
    padding-right: 80px;
    line-height: 1;
  }
  .sprayer-toolbar .coating {
    padding-bottom: 10px;
  }
  .sprayer-toolbar .filter-toggle {
    top: 67px;
  }
  .sprayer-toolbar .filter-toggle p {
    padding-right: 5px;
  }
  .sprayer-toolbar .filter-toggle i {
    transform-origin: center center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  }
  .sprayer-toolbar .filter-toggle.active i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .sprayer-toolbar .email-wrap {
    margin-bottom: 15px;
  }
}
/* SPRAYER RESULTS */
.connector-sprayer-search-results .main-title {
  display: none;
}
.connector-sprayer-search-results .custom-templates {
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .connector-sprayer-search-results .ecp-view,
  .connector-sprayer-search-results .custom-templates {
    padding-top: 0px;
  }
}
.sprayer-results {
  padding-top: 30px;
}
.sprayer-results > .inner {
  margin-right: -30px;
}
.sprayer-results .inner-inner {
  background-color: #ffffff;
  height: 100%;
}
.sprayer-results .sprayer {
  padding-right: 30px;
  height: auto;
}
.sprayer-results .sprayer-label {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  color: #ffffff;
  background-color: #dcddde;
  padding: 10px 20px;
}
.sprayer-results .sprayer-label.sprayer-label-0 {
  background-color: #b30520;
}
.sprayer-results .text-wrap {
  padding: 0 10px 40px;
  height: 100%;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.sprayer-results .title {
  margin-bottom: 0;
}
.sprayer-results .subtitle {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
}
.sprayer-results .specs {
  padding: 40px 0;
  border-collapse: separate;
}
.sprayer-results .specs tr:nth-child(odd) {
  background-color: #dcddde;
}
.sprayer-results .specs tr td {
  padding: 10px;
}
.sprayer-results .specs tr td:first-of-type {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .sprayer-results > .inner {
    margin-right: -15px;
  }
  .sprayer-results .sprayer {
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .sprayer-results .sprayer img {
    display: none;
  }
  .sprayer-results .title-wrap {
    padding-top: 20px;
  }
  .sprayer-results .specs {
    padding-top: 20px;
  }
}
.recommended-tips-accessories {
  padding-top: 80px;
}
.resources-grid .row {
  margin-left: -15px;
  margin-right: -15px;
}
.resources-grid .row > .col {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.resources-grid h2 {
  line-height: 1;
}
.resources-grid .col .inner {
  background-color: #000000;
  color: #ffffff;
  padding: 55px 30px 40px;
  min-height: 300px;
  background-position: right;
}
.resources-grid .col .inner:after,
.resources-grid .col .inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.resources-grid .col .inner:before {
  background-color: #000000;
  opacity: .3;
}
.resources-grid .col .inner:after {
  background-color: #b30520;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.resources-grid .col > .inner:hover:after {
  opacity: .7;
}
.resources-grid .col > .inner .btn,
.resources-grid .col > .inner .column:not(.sidebar-main) .ecp-view form .actions-toolbar button,
.resources-grid .col > .inner .category-list.products-main-grid .title,
.resources-grid .col > .inner .customer-account-createpassword .action.primary,
.resources-grid .col > .inner .customer-account-forgotpassword .action.primary,
.resources-grid .col > .inner .customer-account-createpassword .captcha-reload,
.resources-grid .col > .inner .customer-account-forgotpassword .captcha-reload,
.resources-grid .col > .inner .citadel-customer-login .action.primary,
.resources-grid .col > .inner .vault-customer-login .action.primary,
.resources-grid .col > .inner .customer-account-login .action.primary {
  border: 1px solid transparent;
}
.resources-grid .col > .inner:hover .btn,
.resources-grid .col > .inner:hover .column:not(.sidebar-main) .ecp-view form .actions-toolbar button,
.resources-grid .col > .inner:hover .category-list.products-main-grid .title,
.resources-grid .col > .inner:hover .customer-account-createpassword .action.primary,
.resources-grid .col > .inner:hover .customer-account-forgotpassword .action.primary,
.resources-grid .col > .inner:hover .customer-account-createpassword .captcha-reload,
.resources-grid .col > .inner:hover .customer-account-forgotpassword .captcha-reload,
.resources-grid .col > .inner:hover .citadel-customer-login .action.primary,
.resources-grid .col > .inner:hover .vault-customer-login .action.primary,
.resources-grid .col > .inner:hover .customer-account-login .action.primary {
  background: none;
  border: 1px solid white;
}
.resources-grid .btn,
.resources-grid .column:not(.sidebar-main) .ecp-view form .actions-toolbar button,
.resources-grid .category-list.products-main-grid .title,
.resources-grid .customer-account-createpassword .action.primary,
.resources-grid .customer-account-forgotpassword .action.primary,
.resources-grid .customer-account-createpassword .captcha-reload,
.resources-grid .customer-account-forgotpassword .captcha-reload,
.resources-grid .citadel-customer-login .action.primary,
.resources-grid .vault-customer-login .action.primary,
.resources-grid .customer-account-login .action.primary {
  margin-top: auto;
}
@media (max-width: 500px) {
  .resources-grid .col .inner {
    padding: 30px 20px;
    min-height: 200px;
  }
  .resources-grid .row > .col {
    margin-bottom: 15px;
  }
}
.featured-news {
  margin-left: -11px;
  margin-right: -11px;
  margin-bottom: 40px;
}
.featured-news .post {
  padding-left: 11px;
  padding-right: 11px;
  margin-bottom: 22px;
}
.featured-news .post .content {
  background-color: #efefef;
  padding: 50px 20px;
}
.featured-news .post .content p {
  margin-bottom: 15px;
}
.featured-news .subtitle {
  margin-bottom: 20px;
}
.featured-news .learn-more {
  margin-top: auto;
}
@media (max-width: 767px) {
  .featured-news .post .content {
    padding: 40px 20px;
  }
}
.trending-videos a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.newsroom-list {
  margin-left: -25px;
  margin-right: -25px;
}
.newsroom-list > .col {
  padding-left: 25px;
  padding-right: 25px;
}
.newsroom-list .bg-red {
  background-color: #b30520;
  color: #ffffff;
  padding: 50px 30px 75px;
  margin-bottom: 20px;
}
.newsroom-list .bg-red img {
  margin-bottom: 20px;
}
.newsroom-list .press-release h2 {
  margin-top: 60px;
  margin-bottom: 10px;
}
.newsroom-list .press-release h3 {
  max-width: 630px;
}
.newsroom-list .view-post {
  color: #b30520;
  padding-top: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dcddde;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .newsroom-list {
    padding-bottom: 20px;
  }
  .newsroom-list .press-release {
    margin-bottom: 50px;
  }
  .newsroom-list .post {
    margin-bottom: 10px;
  }
}
/* RESOURCES - PROMOTIONS */
.promotions-wrapper .promos-container {
  padding: 50px 0;
  margin-right: -15px;
  margin-left: -15px;
}
.promotions-wrapper .promo {
  padding: 0 15px 30px 15px;
}
.promotions-wrapper .promo .inner {
  padding: 15px 20px;
  height: 100%;
}
.promotions-wrapper .promo .button {
  margin-top: 60px;
}
.promotions-view h1 {
  margin-top: 40px;
}
.thor-status .two-column {
  padding: 0 10px;
}
@media (max-width: 1024px) {
  .thor-status .two-column {
    padding-bottom: 15px;
  }
}
.thor-view .promos-wrap {
  padding-right: 15px;
}
@media (max-width: 1024px) {
  .thor-view .promos-wrap {
    padding-right: 0;
  }
}
.thor-view .promos-wrap select {
  max-width: 500px;
}
.thor-view .thor-sidebar {
  padding-left: 15px;
}
@media (max-width: 1024px) {
  .thor-view .thor-sidebar {
    padding-left: 0;
  }
}
.thor-view .thor-sidebar .gray-box {
  text-align: center;
  background-color: #cecece;
  padding: 20px 15px;
  margin-bottom: 15px;
}
.thor-view .thor-sidebar .gray-box i {
  font-size: 20px;
  font-size: 2rem;
}
/* TECH CONNECT PANEL */
.contentmanager-content-1453 .ecp-view {
  padding-top: 0;
}
.contentmanager-content-1453 .tech-connect {
  margin-bottom: 70px;
}
.tech-connect {
  background-color: #e5e5e5;
  padding: 50px 0 70px;
}
.tech-connect .img-wrap {
  margin-bottom: 40px;
}
.tech-connect .tc-content {
  margin-left: -40px;
  margin-right: -40px;
}
.tech-connect .tc-col {
  padding-left: 40px;
  padding-right: 40px;
}
.tech-connect .tc-title {
  margin-bottom: 30px;
}
.tech-connect .content h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
}
.tech-connect .content div,
.tech-connect .content p {
  font-size: 18px;
  font-size: 1.8rem;
}
.tech-connect .content ul {
  list-style-type: none;
  padding-left: 20px;
}
.tech-connect .content ul li::before {
  content: '';
  width: 13px;
  height: 13px;
  background-color: #9b0f20;
  display: inline-block;
  width: 14px;
  margin-left: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tech-connect .content li {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.tech-connect .steps h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
}
.tech-connect .steps a {
  color: #b30520;
  text-decoration: underline;
  display: block;
}
.tech-connect .steps a:hover {
  color: #9b0f20;
}
.tech-connect .steps ol {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  counter-reset: item;
  list-style-type: none;
}
.tech-connect .steps ol li {
  width: 50%;
  padding-right: 30px;
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  font-size: 1.8rem;
}
.tech-connect .steps ol li:before {
  content: counter(item) "  ";
  counter-increment: item;
  display: inline-block;
  color: #b30520;
  font-size: 50px;
  font-size: 5rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .tech-connect .steps ol li {
    padding-right: 5%;
    padding-left: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .tech-connect .steps ol li:before {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .tech-connect {
    padding: 40px 0;
  }
  .tech-connect .img-wrap {
    margin-bottom: 30px;
  }
  .tech-connect .tc-content {
    margin-left: 0;
    margin-right: 0;
  }
  .tech-connect .tc-col {
    padding-left: 0;
    padding-right: 0;
  }
  .tech-connect .content div,
  .tech-connect .content p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .tech-connect .content ul {
    padding-left: 10px;
  }
  .tech-connect .content ul li::before {
    width: 10px;
    height: 10px;
    margin-left: -10px;
  }
  .tech-connect .content li {
    font-size: 20px;
    font-size: 2rem;
  }
}
/* TECH CENTER INTRO */
.tech-center-intro {
  padding-bottom: 45px;
}
.tech-center-intro h3 {
  font-size: 27px;
  font-size: 2.7rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.tech-center-intro .content {
  font-size: 18px;
  font-size: 1.8rem;
}
.tech-center-intro .buttons {
  margin-top: 30px;
  margin-left: -10px;
  margin-right: -10px;
}
.tech-center-intro .btn-wrap {
  flex-grow: 1;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
.tech-center-intro .btn-icon {
  background-color: #b30520;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 16px 20px;
  height: 66px;
  width: 320px;
  max-width: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.tech-center-intro .btn-icon img {
  margin-right: 15px;
}
.tech-center-intro .btn-icon.icon-only img {
  margin-right: 0;
}
.tech-center-intro .btn-icon:hover {
  background-color: #9b0f20;
}
@media (max-width: 1024px) {
  .tech-center-intro .btn-icon {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 16px;
  }
  .tech-center-intro .btn-icon img {
    margin-right: 10px;
    max-height: 25px;
  }
  .tech-center-intro .btn-icon.icon-only img {
    max-height: 30px;
  }
}
@media (max-width: 767px) {
  .tech-center-intro .btn-wrap {
    max-width: 50%;
    margin: 10px 0;
  }
}
/* TECH CENTER SUPPORT */
.tech-center-support {
  padding: 40px 0 60px;
}
.tech-center-support h3 {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.tech-center-support h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 5px;
}
.tech-center-support .details {
  margin-bottom: 10px;
}
.tech-center-support a.details {
  text-decoration: underline;
  display: inline-block;
}
.tech-center-support ul.docs-list {
  list-style-type: none;
  padding-left: 35px;
}
.tech-center-support ul.docs-list li::before {
  content: '';
  width: 13px;
  height: 13px;
  background-color: #9b0f20;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: -35px;
}
.tech-center-support ul.docs-list li {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
}
.tech-center-support ul.docs-list li a {
  color: #000000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.tech-center-support ul.docs-list li a:hover {
  color: #9b0f20;
}
.tech-center-support ul.docs-list li a img {
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .tech-center-support {
    padding: 40px 0;
  }
  .tech-center-support .documents {
    margin-top: 20px;
  }
}
/********************************************************************************************************************/
/*********************************************Category Page**********************************************************/
/********************************************************************************************************************/
.toolbar .sorter {
  float: none;
}
.page-main .toolbar .limiter {
  display: block;
  float: none;
}
.toolbar .modes {
  display: block;
  float: none;
  margin: 0;
  overflow: hidden;
}
.toolbar .toolbar-amount {
  float: none;
}
.catalogsearch-result-index .toolbar-amount {
  display: none;
}
body[class*="categorypath-industry"] .page-title-wrapper {
  display: none !important;
}
body.page-products.page-layout-1column .product-row {
  margin-left: -20px;
  margin-right: -20px;
}
body.page-products.page-layout-1column .item.product {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
body.page-products.page-layout-1column .product-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  border: 1px solid #dcddde;
  width: 100%;
  padding: 20px;
}
body.page-products.page-layout-1column .product-image {
  flex-grow: 1;
  margin-bottom: 30px;
}
body.page-products.page-layout-1column .product-image img {
  max-height: 400px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.page-products.page-layout-1column .product-name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  body.page-products.page-layout-1column .product-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  body.page-products.page-layout-1column .item.product {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
.page-layout-2columns-left .columns .sidebar-main .filter {
  background-color: #efefef;
  padding: 40px 20px 70px;
}
.page-layout-2columns-left .columns .sidebar-main .filter-subtitle {
  display: none;
}
.page-layout-2columns-left .columns .sidebar-main .filter-title,
.page-layout-2columns-left .columns .sidebar-main .filter-type {
  border-bottom: 1px solid #dcddde;
  padding-bottom: 15px;
}
.page-layout-2columns-left .columns .sidebar-main .filter-type {
  margin: 0;
  padding: 0;
}
.page-layout-2columns-left .columns .sidebar-main .filter-options-title {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 15px 20px 15px 0;
}
.page-layout-2columns-left .columns .sidebar-main .filter-options-title:after {
  content: '\f077';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  right: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
}
.page-layout-2columns-left .columns .sidebar-main .filter-options-title.open:after {
  transform: translateY(-50%) rotate(0deg);
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
}
.page-layout-2columns-left .columns .sidebar-main .filter-options-content {
  margin-bottom: 0;
}
.page-layout-2columns-left .product-row.products-grid {
  margin-left: -15px;
  margin-right: -15px;
}
.page-layout-2columns-left .product-row.products-grid > .col {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.page-layout-2columns-left .products-grid .product .product-inner {
  border: 1px solid #bcbcbc;
  padding: 15px 15px 25px 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page-layout-2columns-left .products-grid .product .product-inner > .product-image {
  flex-grow: 2;
}
.page-layout-2columns-left .products-grid .product .hover-overlay {
  opacity: 0;
  background-color: #b30520;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
}
.page-layout-2columns-left .products-grid .product:hover .hover-overlay {
  opacity: 0.7;
}
.page-layout-2columns-left .products-grid .product-item-details {
  padding-top: 10px;
}
.page-layout-2columns-left .products-grid .product .product-item-details .product-name {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  color: #b30520;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
}
.page-layout-2columns-left .products-grid .product:hover .product-item-details .product-name {
  color: white;
}
.page-layout-2columns-left .product-image.img-wrap {
  display: block;
  line-height: 0;
}
.page-layout-2columns-left .products-list .product-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.page-layout-2columns-left .products-list .product-image {
  width: 30%;
}
.page-layout-2columns-left .products-list .product-item-details {
  width: 70%;
}
@media (max-width: 1024px) {
  .page-layout-2columns-left .columns .sidebar-main .filter {
    padding: 25px 20px;
  }
}
.catalog-category-view .page-title-wrapper {
  padding-top: 50px;
}
.catalog-category-view .page-main > .page-title-wrapper .page-title {
  text-transform: uppercase;
  padding-bottom: 45px;
  border-bottom: 1px solid #dcddde;
  display: block;
  margin-bottom: 40px;
  font-weight: 700;
}
.catalog-category-view .bottom-description {
  padding-top: 30px;
  padding-bottom: 30px;
}
.catalog-category-view .category-list .category {
  padding-left: 45px;
  padding-right: 45px;
  margin-bottom: 55px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.catalog-category-view .category-list .category .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.catalog-category-view .category-list.series-industry-grid .inner > .title {
  display: block;
  padding-bottom: 10px;
}
.catalog-category-view .category-list .category .description {
  padding-bottom: 10px;
}
.catalog-category-view .category-list .category .button {
  margin-top: auto;
}
.catalog-category-view .category-list .stats-wrap {
  margin-bottom: 20px;
}
.catalog-category-view .category-list .icons-wrap {
  padding-left: 45px;
  margin-top: 15px;
}
.catalog-category-view .category-list .icons-wrap .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.catalog-category-view .category-list .view-link {
  margin-top: 20px;
}
.catalog-category-view .category-list .img-wrap {
  margin-bottom: 10px;
}
.catalog-category-view .toolbar {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .catalog-category-view .toolbar {
    padding: 0;
  }
}
.cat-cta {
  padding: 8% 0;
  position: relative;
}
.cat-cta:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0;
}
.cat-cta h2 {
  margin-bottom: 10px;
}
.cat-cta .btn,
.cat-cta .column:not(.sidebar-main) .ecp-view form .actions-toolbar button,
.cat-cta .category-list.products-main-grid .title,
.cat-cta .customer-account-createpassword .action.primary,
.cat-cta .customer-account-forgotpassword .action.primary,
.cat-cta .customer-account-createpassword .captcha-reload,
.cat-cta .customer-account-forgotpassword .captcha-reload,
.cat-cta .citadel-customer-login .action.primary,
.cat-cta .vault-customer-login .action.primary,
.cat-cta .customer-account-login .action.primary {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cat-cta {
    padding: 80px 0;
  }
  .cat-cta:after {
    opacity: .3;
  }
}
/********************************************************************************************************************/
/*********************************************Category list**********************************************************/
/********************************************************************************************************************/
.category-list.products-main-grid {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 50px;
}
.category-list.products-main-grid .category {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.category-list.products-main-grid .category .img-wrap {
  line-height: 0;
  background-color: #f2f2f2;
}
.category-list.products-main-grid .category .img-wrap:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #191919;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.category-list.products-main-grid .category:hover .img-wrap:after {
  opacity: .5;
}
.category-list.products-main-grid .hover-wrap {
  bottom: -100%;
  left: 0;
  -webkit-transition: bottom 0.2s linear;
  -moz-transition: bottom 0.2s linear;
  -o-transition: bottom 0.2s linear;
  transition: bottom 0.2s linear;
}
.category-list.products-main-grid .category:hover .hover-wrap {
  bottom: 0;
}
.category-list.products-main-grid .title-wrap {
  bottom: 0;
  left: 0;
  width: 100%;
}
.category-list.products-main-grid .title {
  max-width: none;
  width: 100%;
}
.category-list.products-main-grid .description {
  background-color: #181818;
  padding: 35px 25px;
}
.category-list.products-main-grid .learn-more {
  margin-top: 25px;
}
.category-list.products-main-grid .learn-more i {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .category-list.products-main-grid {
    padding-bottom: 0;
  }
  .category-list.products-main-grid .hover-wrap {
    display: none;
  }
  .category-list.products-main-grid .title-wrap {
    position: static;
  }
}
.category-list.industries-list {
  margin-left: -15px;
  margin-right: -15px;
}
.category-list.industries-list .category {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.category-list.industries-list .category .inner:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.category-list.industries-list .title {
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.category-list.industries-list .category .inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .4;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.category-list.industries-list .category:hover .inner:after {
  background-color: #9b0f20;
  opacity: .8;
}
@media (max-width: 767px) {
  .category-list.industries-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .category-list.industries-list .category {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
.mytitan-store-view .page-wrapper > .banner {
  display: none;
}
.mytitan-store-view .page-main {
  padding-top: 0;
}
.mytitan-store-view .page-title-wrapper {
  padding-top: 25px;
}
.page-layout-2columns-left .products-grid.mytitan-store-grid .product:hover .product-item-details .product-name {
  color: #b30520;
}
/* OVERRIDES */
.product-info-main .page-title-wrapper .page-title {
  margin-top: 0;
  line-height: 1;
}
/********************************************************************************************************************/
/*********************************************Product Page***********************************************************/
/********************************************************************************************************************/
.catalog-product-view .column.main .product-info-main {
  width: 50%;
  float: none;
}
.catalog-product-view .column.main .product.media {
  width: 50%;
  float: none;
  position: relative;
}
.catalog-product-view .column.main .product.media .gallery-container {
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .catalog-product-view .column.main .product-info-main {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .catalog-product-view .column.main .product.media {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .catalog-product-view .column.main .product.media .gallery-container {
    position: static;
    padding-right: 0;
  }
}
.catalog-product-view .column.main .custom-product-tabs {
  order: 2;
  width: 100%;
}
@media (min-width: 1024px) {
  .catalog-product-view .breadcrumbs {
    padding-bottom: 100px;
  }
}
/* PRODUCT DETAIL */
.catalog-product-view h5.section-header {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.product-info-stock-sku {
  padding-bottom: 10px;
}
.price-label {
  display: none !important;
}
.product-add-form label {
  font-weight: bold;
}
.product-info-main .price-box {
  margin-top: 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  display: flex;
  align-items: center;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  display: block;
}
.product-add-form select {
  max-width: 330px;
}
.price-columns .label-side,
.qty label {
  min-width: 270px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  padding-right: 10px;
  border: 1px solid gray;
  height: 34px;
}
.product-info-main .box-tocart button.tocart {
  max-width: 100%;
}
.pdp-intro {
  padding: 80px 0;
}
.pdp-intro .pdp-section-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.pdp-intro .pdp-intro-body {
  font-weight: 500;
  max-width: 720px;
}
@media (max-width: 1024px) {
  .pdp-intro {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .pdp-intro {
    padding: 40px 0;
  }
}
.product-info-main h1.page-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.product-info-main .product.attribute.description {
  margin-bottom: 30px;
}
.product-info-main .product.attribute.description p {
  margin-bottom: 10px;
}
.product-info-main .product.attribute.description ul {
  margin-bottom: 15px;
}
.product-info-main .product.attribute.description ul li {
  margin-bottom: 5px;
}
.product-info-main .product-info-price {
  margin-bottom: 15px;
  padding-top: 10px;
}
.product-info-main .product-info-price .price-box .price-wrapper .price {
  font-size: 26px;
  font-size: 2.6rem;
}
.product-info-main .custom-product-tabs .related {
  border-top: none;
}
.product-info-main .custom-product-tabs .tab-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.product-info-main .custom-product-tabs .tab-bar li {
  width: 50%;
  text-align: center;
}
.product-info-main .custom-product-tabs .tab-bar .tab {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #dcddde;
  background-color: #000000;
  padding: 17px 10px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.product-info-main .custom-product-tabs .tab-bar .tab:not(.active):hover {
  background-color: #9b0f20;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.product-info-main .custom-product-tabs .tab-bar .tab.active {
  background-color: #b30520;
  color: #ffffff;
}
.product-info-main .custom-product-tabs .tab-bar .tab.active:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12.5px 0 12.5px;
  border-color: #b30520 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-info-main > .link-wrap {
  margin-bottom: 30px;
}
.product-info-main > .link-wrap .button {
  margin-bottom: 30px;
}
.product-info-main > .link-wrap .support {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.product-info-main > .link-wrap .support:before {
  content: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/chat-icon-black.png');
  line-height: 1;
  padding-right: 8px;
  position: relative;
  top: 3px;
}
.product-info-main > .link-wrap .support.size-chart:before {
  content: '\f31d';
  font-family: 'Font Awesome 6 Pro';
  color: #181818;
  display: inline-block;
  top: 0;
  padding-right: 12px;
  font-size: 20px;
  font-size: 2rem;
}
.product-info-main > .link-wrap .support.add-to-garage:before {
  content: '\f7d9';
  font-family: 'Font Awesome 6 Pro';
  color: #181818;
  display: inline-block;
  top: 0;
  padding-right: 12px;
  font-size: 20px;
  font-size: 2rem;
}
.product-info-main > .link-wrap .resources-link {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.product-info-main > .link-wrap .resources-link:before {
  content: '\f552';
  color: #181818;
  font-family: 'Font Awesome 6 Pro';
  margin-right: 6px;
  font-size: 22px;
  font-size: 2.2rem;
}
.product-info-main .subtitle {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.product-info-main .related {
  padding: 35px 0px;
  border-top: 1px solid #cacaca;
}
.product-info-main .related:last-of-type {
  border-bottom: 1px solid #cacaca;
}
.product-info-main .specifications tr:nth-child(odd) {
  background-color: #f1f1f2;
}
.product-info-main .specifications tr td {
  padding: 8px 20px;
}
.product-info-main .specifications tr td:first-child {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
.product-info-main .related-videos .videos-wrapper {
  padding-top: 0;
}
@media (max-width: 1024px) {
  .product-info-main .page-title-wrapper .page-title,
  .product-info-main .subtitle {
    display: none;
  }
  .product-info-main .resources-link {
    padding: 0;
    width: 50%;
    margin-left: 0;
  }
  .product-info-main .prod-btns .button {
    width: 50%;
    max-width: unset;
  }
}
@media (max-width: 500px) {
  .product-info-main .resources-link {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .product-info-main .prod-btns .button {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.gradient-container {
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .gradient-container {
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .gradient-container {
    padding-bottom: 30px;
  }
}
.product-description-video .prod-description {
  padding-right: 50px;
}
.product-description-video .i-wrapper {
  top: 50%;
  left: 50%;
}
.product-description-video .video-wrap .fa-youtube {
  position: absolute;
  top: 50%;
  right: 50%;
  color: #ffffff;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-size: 64px;
  font-size: 6.4rem;
  line-height: 1.15;
}
.product-description-video .video-content {
  background-color: #ffffff;
  padding: 20px;
}
.product-description-video .video-content .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #b30520;
  text-transform: uppercase;
  padding: 0 0 5px;
}
@media (max-width: 1200px) {
  .product-description-video {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .product-description-video .video-wrap {
    margin-bottom: 20px;
  }
}
.after-columns .related-items {
  margin-right: -25px;
  margin-left: -25px;
}
.after-columns .related-items-intro {
  padding-left: 25px;
  padding-right: 25px;
}
.after-columns .related-products {
  padding-left: 25px;
  padding-right: 25px;
}
.after-columns .related-products .inner {
  background-color: #ffffff;
}
.after-columns .related-products .section-header {
  padding: 30px 60px 0;
}
.after-columns .related-products .text-wrap {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  z-index: 10;
}
.after-columns .related-products .rel-prod-slider .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.after-columns .related-products .rel-prod-slider .link-wrap {
  padding: 0 60px 40px;
}
@media (max-width: 1024px) {
  .after-columns .related-products .rel-prod-slider .link-wrap {
    padding: 0 30px 15px;
  }
}
.after-columns .related-products .rel-prod-slider .slick-prev {
  left: 0;
}
.after-columns .related-products .rel-prod-slider .slick-next {
  right: 0;
}
.after-columns .related-products .name {
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
  width: 100%;
  padding: 24px 10px;
}
.after-columns .related-products .item {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.after-columns .related-products .item img {
  margin-top: auto;
  margin-bottom: auto;
}
.after-columns .related-products .overlay {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.after-columns .related-products .item:hover .description {
  max-height: 500px;
  padding: 30px;
}
.after-columns .related-products .item:hover .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.after-columns .related.accessories {
  padding-left: 25px;
  padding-right: 25px;
}
.after-columns .related.accessories .inner {
  background-color: #ffffff;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.after-columns .related.accessories .section-header {
  padding: 30px 60px 0;
}
.after-columns .related.accessories .slick-prev {
  left: 0;
}
.after-columns .related.accessories .slick-next {
  right: 0;
}
.after-columns .accessory {
  padding: 0 60px 40px;
}
@media (max-width: 1024px) {
  .after-columns .accessory {
    padding: 0 30px 15px;
  }
}
.after-columns .accessory .img-wrap {
  padding: 5px;
  border: 2px solid #a6a6a6;
  display: inline-block;
}
.after-columns .accessory .name {
  margin-bottom: 0;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
}
.after-columns .accessory .learn-more {
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .after-columns .related-products .link-wrap {
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .after-columns .related-products .name {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .after-columns .related-items {
    margin-right: -20px;
    margin-left: -20px;
  }
  .after-columns .pdp-intro {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .after-columns .related-items-intro {
    padding-left: 20px;
    padding-right: 20px;
  }
  .after-columns .related-products {
    padding-left: 20px;
    padding-right: 20px;
  }
  .after-columns .related.accessories {
    padding-left: 20px;
    padding-right: 20px;
  }
  .after-columns .related-parts {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .after-columns .pdp-intro {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .after-columns .related-products {
    margin-bottom: 30px;
  }
  .after-columns .related-products .description {
    display: none;
  }
  .after-columns .related-parts .inner {
    padding: 30px 20px;
  }
  .after-columns .related.accessories .inner {
    padding-bottom: 20px;
  }
  .after-columns .related-products .section-header,
  .after-columns .related.accessories .section-header,
  .after-columns .related-parts .section-header {
    padding: 30px 30px 0;
  }
}
.catalog-product-view .product.media .mobile-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}
.catalog-product-view .product.media .mobile-subtitle {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  margin-bottom: 40px;
}
.catalog-product-view .product.media .fotorama__nav-wrap {
  padding-top: 40px;
}
.catalog-product-view .product.media .fotorama__stage__frame img.fotorama__img {
  border: 1px solid #959595 !important;
}
.catalog-product-view .product.media .fotorama__thumb img.fotorama__img {
  max-width: 100%;
  height: auto;
}
.catalog-product-view .product.media .fotorama__thumb-border {
  border: 1px solid #959595;
}
.catalog-product-view .product.media .testimonials {
  border: none;
  padding: 0 50px 0 0;
  margin: 0 auto 20px;
}
.catalog-product-view .product.media .testimonials .inner {
  background-color: #ebebeb;
  padding: 20px;
}
.catalog-product-view .product.media .testimonials .inner .section-title {
  font-size: 40px;
  font-size: 4rem;
}
.catalog-product-view .product.media .testimonials .inner .section-subtitle {
  font-size: 28px;
  font-size: 2.8rem;
}
.catalog-product-view .product.media .testimonials .testimonial {
  padding: 0 55px;
}
.catalog-product-view .product.media .testimonials .testimonial .body {
  margin-bottom: 20px;
}
.catalog-product-view .product.media .testimonials .slick-prev,
.catalog-product-view .product.media .testimonials .slick-next {
  height: 35px;
  width: 35px;
}
.catalog-product-view .product.media .testimonials .slick-prev:before,
.catalog-product-view .product.media .testimonials .slick-next:before {
  font-size: 26px;
  font-size: 2.6rem;
}
.catalog-product-view .product.media .testimonials .slick-prev {
  left: 0;
}
.catalog-product-view .product.media .testimonials .slick-next {
  right: 0;
}
.catalog-product-view .product.media .testimonials .slick-dots {
  padding-top: 20px;
}
@media (max-width: 1500px) {
  .catalog-product-view .product.media .testimonials .inner .section-title {
    font-size: 35px;
    font-size: 3.5rem;
  }
  .catalog-product-view .product.media .testimonials .inner .section-subtitle {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 1300px) {
  .catalog-product-view .product.media .testimonials {
    margin-bottom: 0;
  }
  .catalog-product-view .product.media .testimonials .inner .section-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (max-width: 1125px) {
  .catalog-product-view .product.media .testimonials .inner .section-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 1024px) {
  .catalog-product-view .product.media .testimonials {
    padding: 0;
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product.media .fotorama__stage {
    max-height: 300px;
  }
  .catalog-product-view .product.media .inner {
    padding: 15px 15px 5px;
  }
  .catalog-product-view .product.media .inner .section-title {
    margin-bottom: 10px;
  }
  .catalog-product-view .product.media .testimonial .body {
    margin-bottom: 10px;
  }
  .catalog-product-view .product.media .slick-dots {
    padding-top: 10px;
  }
}
.promo-banner {
  color: #ffffff;
  padding: 100px 50px;
  margin-bottom: 100px;
}
.promo-banner .text-wrap {
  margin-left: auto;
  width: 100%;
  max-width: 700px;
}
@media (max-width: 1024px) {
  .promo-banner {
    padding: 70px 30px;
    margin-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .promo-banner {
    padding: 50px 20px;
  }
}
.owner-resources .custom-product-tabs .tab-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.owner-resources .custom-product-tabs .tab-bar li {
  width: 50%;
  text-align: center;
}
.owner-resources .custom-product-tabs .tab-bar .tab {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #dcddde;
  background-color: #000000;
  padding: 27px 10px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.owner-resources .custom-product-tabs .tab-bar .tab:not(.active):hover {
  background-color: #9b0f20;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.owner-resources .custom-product-tabs .tab-bar .tab.active {
  background-color: #b30520;
  color: #ffffff;
}
.owner-resources .custom-product-tabs .tab-bar .tab.active:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12.5px 0 12.5px;
  border-color: #b30520 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.owner-resources .custom-product-tabs .videos-wrapper {
  padding: 0;
  margin: 0;
}
.owner-resources .custom-product-tabs .tab-bodies {
  padding: 90px 0;
}
.owner-resources .custom-product-tabs .product-attachment-container {
  margin: 0;
  padding: 0;
}
.owner-resources .videos-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}
.owner-resources .videos-wrapper .video-wrap {
  padding: 0 10px 20px;
}
.owner-resources .videos-wrapper .video-wrap .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #b30520;
  text-transform: uppercase;
  padding: 20px 0 5px;
}
.owner-resources .videos-wrapper .video-wrap .i-wrapper {
  top: 50%;
  left: 50%;
}
.owner-resources .product-attachment-container .file-name {
  font-weight: 700;
  line-height: 1.1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 15px;
  position: relative;
}
.owner-resources .product-attachment-container .item-link {
  text-align: center;
}
.owner-resources .product-attachment-container .item-info {
  display: none;
}
.owner-resources .product-attachment-container .downloads-item {
  padding-right: 20px;
  padding-bottom: 10px;
}
.owner-resources .product-attachment-container .downloads-item:last-of-type {
  padding-right: 0;
}
@media (max-width: 1024px) {
  .owner-resources .mobile-tab-title {
    display: none;
  }
  .owner-resources .custom-product-tabs .tab-bodies {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .owner-resources .custom-product-tabs .tab-bar .tab {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 17px 5px;
  }
  .owner-resources .custom-product-tabs .tab-bodies {
    padding: 40px 0;
  }
}
@media (max-width: 500px) {
  .owner-resources .custom-product-tabs .fs-tta .tab-bar .tab {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/********************************************************************************************************************/
/*************************************************Cart Page**********************************************************/
/********************************************************************************************************************/
.actions-toolbar.wearguard-item .action-edit {
  display: none !important;
}
.checkout-cart-index .page-wrapper .page-main {
  padding-top: 20px;
  padding-bottom: 40px;
}
.checkout-cart-index .cart-container .cart-summary #block-shipping {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .item-options dt,
.checkout-cart-index .cart.table-wrapper .item-options dd {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .item-options dt:nth-of-type(1),
.checkout-cart-index .cart.table-wrapper .item-options dt:nth-of-type(2),
.checkout-cart-index .cart.table-wrapper .item-options dd:nth-of-type(1),
.checkout-cart-index .cart.table-wrapper .item-options dd:nth-of-type(2) {
  display: block;
}
.checkout-cart-index .cart-summary > .title,
.checkout-cart-index .column.main .abs-discount-block > .title strong,
.checkout-cart-index .column.main .cart-summary .block > .title strong,
.checkout-cart-index .column.main .paypal-review-discount .block > .title strong {
  font-weight: bold;
}
.checkout-cart-index h1 {
  font-size: 34px;
  font-size: 3.4rem;
}
.checkout-cart-index .cart.table-wrapper .product-item-photo {
  width: 10%;
  min-width: 80px;
}
.checkout-cart-index .cart.table-wrapper .sku {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.checkout-cart-index .cart-container .form-cart .actions {
  text-align: left;
}
.checkout-cart-index .cart-container .form-cart .action.update,
.checkout-cart-index .cart-container .form-cart .action.clear {
  width: auto;
  text-transform: none;
}
.checkout-cart-index .modal-footer button {
  width: auto;
}
.checkout-cart-index .modal-footer button.action-dismiss {
  background-color: #a7a7a7;
}
.checkout-cart-index .cart.item input {
  height: 35px;
}
.checkout-cart-index .cart-summary .cart-actions {
  padding-top: 15px;
  text-align: center;
}
.checkout-cart-index .cart-summary .cart-actions a {
  color: black;
  font-weight: bold;
  border: 1px solid black;
  display: block;
  margin: 0 auto 10px auto;
  max-width: 300px;
}
.checkout-cart-index .cart-summary .cart-actions a:hover {
  background-color: black;
  color: white;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action {
  width: auto;
  text-transform: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.checkout-cart-index #discount-coupon-form input#coupon_code {
  background-color: white;
}
.checkout-cart-index #discount-coupon-form button {
  padding: 5px 15px;
  background: #e2e2e2;
}
@media (max-width: 767px) {
  .checkout-cart-index .cart-container {
    display: flex;
    flex-direction: column;
  }
  .checkout-cart-index .cart-container .action.continue {
    order: 1;
  }
  .checkout-cart-index .cart-container .form-cart {
    order: 2;
  }
  .checkout-cart-index .cart-container .cart-summary {
    order: 3;
  }
}
/********************************************************************************************************************/
/*********************************************Checkout Page**********************************************************/
/********************************************************************************************************************/
.checkout-onepage-success h1 {
  font-size: 34px;
  font-size: 3.4rem;
}
.checkout-index-index .checkout-header {
  background-color: #b30520;
  padding: 10px 0px;
}
.checkout-index-index .checkout-header a {
  color: white;
}
.opc-progress-bar-item._active:before,
.opc-progress-bar-item._active > span:before {
  background: #b30520;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #b30520;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #b30520;
}
.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.checkout-index-index .page-wrapper {
  margin-top: 0;
  padding-top: 0px;
}
.checkout-index-index .page-wrapper .page-main {
  padding-top: 20px;
  padding-bottom: 40px;
}
.checkout-index-index .custom-logo {
  float: left;
}
.opc-progress-bar-item._active:before,
.opc-progress-bar-item._active > span:before {
  background: #b30520;
}
.opc-wrapper .shipping-address-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.checkout-index-index .page-wrapper .opc-wrapper .action.action-select-shipping-item {
  padding: 0;
  width: auto;
  float: none;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  font-size: 0;
  background-color: white;
  background: white;
  border: 2px solid #b30520;
  width: 29px;
  height: 29px;
}
.opc-wrapper .shipping-address-item.not-selected-item {
  border: 2px solid #d1d1d1;
}
.checkout-index-index .page-wrapper .action.action-show-popup {
  padding: 5px 15px;
  width: auto;
}
.checkout-index-index .order-attributes-form.fieldset .field:not(.choice) > .label {
  text-align: left;
  width: 100%;
  float: none;
}
.checkout-index-index input[type="radio"],
.checkout-index-index [type="checkbox"]:not(:checked),
.checkout-index-index [type="radio"]:not(:checked),
.checkout-index-index [type="checkbox"]:checked,
.checkout-index-index [type="radio"]:checked {
  position: static;
  opacity: 1;
}
.checkout-index-index [type="checkbox"]:not(:checked) + label,
.checkout-index-index [type="radio"]:not(:checked) + label,
.checkout-index-index [type="checkbox"]:checked + label,
.checkout-index-index [type="radio"]:checked + label {
  padding-left: 0;
}
.checkout-index-index [type="radio"]:not(:checked) + label:before,
.checkout-index-index [type="radio"]:checked + label:before,
.checkout-index-index [type="checkbox"]:not(:checked) + label:after,
.checkout-index-index [type="radio"]:not(:checked) + label:after,
.checkout-index-index [type="checkbox"]:checked + label:after,
.checkout-index-index [type="radio"]:checked + label:after,
.checkout-index-index [type="checkbox"]:not(:checked) + label:before,
.checkout-index-index [type="radio"]:not(:checked) + label:before,
.checkout-index-index [type="checkbox"]:checked + label:before,
.checkout-index-index [type="radio"]:checked + label:before {
  display: none;
}
.checkout-onepage-success .page-wrapper .page-main {
  padding-top: 20px;
  padding-bottom: 40px;
}
.opc-block-summary .items-in-cart .product .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dd {
  display: none;
}
.opc-block-summary .items-in-cart .product .item-options dt:nth-of-type(1),
.opc-block-summary .items-in-cart .product .item-options dt:nth-of-type(2),
.opc-block-summary .items-in-cart .product .item-options dd:nth-of-type(1),
.opc-block-summary .items-in-cart .product .item-options dd:nth-of-type(2) {
  display: inline-block;
}
@media (max-width: 769px) {
  .checkout-index-index .modal-custom .discount-code {
    display: none;
  }
  .checkout-index-index .discount-code .payment-option-title:after {
    display: none !important;
  }
}
@media (min-width: 770px) {
  .checkout-index-index .form.payments .discount-code {
    display: none;
  }
}
.checkout-index-index .minicart-wrapper {
  right: 20px;
}
.checkout-index-index .discount-code .payment-option-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 10px;
  cursor: pointer;
  position: relative;
}
.checkout-index-index .discount-code .payment-option-title:after {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-index-index .discount-code._active .payment-option-title:after {
  content: '\e621';
}
.checkout-index-index .form-discount {
  padding-top: 10px;
}
.checkout-index-index .form-discount label {
  font-weight: bold;
}
.checkout-index-index .form-discount input {
  background-color: white;
  border: 1px solid #d1d1d1;
}
.checkout-index-index .form-discount .actions-toolbar {
  margin-left: 0 !important;
  padding-top: 10px;
}
.checkout-index-index .form-discount .actions-toolbar button {
  padding: 5px 10px;
}
.checkout-index-index .opc-wrapper .action.action-edit-address {
  padding: 2px 20px;
  width: auto;
}
.checkout-index-index .column:not(.sidebar-main) form .actions-toolbar,
.checkout-index-index .column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 0;
  text-align: left;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #d1d1d1;
}
.checkout-index-index .checkout-payment-method .actions-toolbar .primary {
  float: none;
}
.checkout-index-index .minicart-wrapper .action.showcart {
  padding: 10px;
}
.checkout-index-index .minicart-wrapper:before {
  content: 'View Summary';
  position: absolute;
  top: -24px;
  width: 113px;
  font-size: 14px;
  text-align: center;
  left: -3px;
  font-weight: bold;
}
.checkout-index-index .checkout-payment-method .payment-option-title .action-toggle {
  color: #181818;
}
.checkout-index-index .modal-custom .action-close,
.checkout-index-index .modal-content button {
  width: auto;
}
/********************************************************************************************************************/
/*********************************************Account Pages**********************************************************/
/********************************************************************************************************************/
body.account .block-collapsible-nav .item.current a,
body.account .block-collapsible-nav .item.current > strong {
  border-color: #b30520;
}
@media (max-width: 767px) {
  body.account .page-main {
    padding-top: 50px;
  }
  body.account .page-main .column.main {
    padding-left: 0;
  }
  body.account .block-collapsible-nav {
    top: 0;
  }
}
.citadel-customer-login .page-wrapper .page-main,
.vault-customer-login .page-wrapper .page-main,
.customer-account-login .page-wrapper .page-main,
.customer-account-create .page-wrapper .page-main {
  padding-top: 90px;
  padding-bottom: 50px;
}
.citadel-customer-login h1,
.vault-customer-login h1,
.customer-account-login h1,
.customer-account-create h1 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.citadel-customer-login .toggle-password,
.vault-customer-login .toggle-password,
.customer-account-login .toggle-password,
.customer-account-create .toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 24px;
  color: #666;
  z-index: 2;
}
.citadel-customer-login .control-inner,
.vault-customer-login .control-inner,
.customer-account-login .control-inner,
.customer-account-create .control-inner {
  position: relative;
  max-width: 400px;
}
.customer-account-create #group-fields-customer-attributes .admin__legend.step-title,
body.account #group-fields-customer-attributes .admin__legend.step-title {
  display: none;
}
.customer-account-create .amorderattr_img_checkbox,
body.account .amorderattr_img_checkbox {
  width: 100%;
}
.customer-account-logoutsuccess .page-wrapper .page-main {
  padding: 60px 0;
}
.customer-account-logoutsuccess h1 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.customer-account-createpassword .page-wrapper .page-main,
.customer-account-forgotpassword .page-wrapper .page-main {
  padding-top: 90px;
  padding-bottom: 50px;
}
.customer-account-createpassword h1,
.customer-account-forgotpassword h1 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.customer-account-createpassword .action.primary,
.customer-account-forgotpassword .action.primary,
.customer-account-createpassword .captcha-reload,
.customer-account-forgotpassword .captcha-reload {
  border: none;
}
.citadel-customer-login .page-wrapper .page-main,
.vault-customer-login .page-wrapper .page-main,
.customer-account-login .page-wrapper .page-main {
  padding-top: 90px;
  padding-bottom: 50px;
}
.citadel-customer-login .block-customer-login .fieldset > .field:not(.choice) > .label,
.vault-customer-login .block-customer-login .fieldset > .field:not(.choice) > .label,
.customer-account-login .block-customer-login .fieldset > .field:not(.choice) > .label {
  padding: 0;
  text-align: left;
  float: none;
  width: auto;
}
.citadel-customer-login .block-customer-login .fieldset > .field:not(.choice) > .control,
.vault-customer-login .block-customer-login .fieldset > .field:not(.choice) > .control,
.customer-account-login .block-customer-login .fieldset > .field:not(.choice) > .control {
  float: none;
  width: auto;
}
.citadel-customer-login .column:not(.sidebar-main) form .actions-toolbar,
.vault-customer-login .column:not(.sidebar-main) form .actions-toolbar,
.customer-account-login .column:not(.sidebar-main) form .actions-toolbar,
.citadel-customer-login .column:not(.sidebar-additional) form .actions-toolbar,
.vault-customer-login .column:not(.sidebar-additional) form .actions-toolbar,
.customer-account-login .column:not(.sidebar-additional) form .actions-toolbar,
.citadel-customer-login .login-container .fieldset:after,
.vault-customer-login .login-container .fieldset:after,
.customer-account-login .login-container .fieldset:after {
  margin-left: 0;
}
.citadel-customer-login .action.primary,
.vault-customer-login .action.primary,
.customer-account-login .action.primary {
  border: none;
}
.citadel-customer-login .block-customer-login input,
.vault-customer-login .block-customer-login input,
.customer-account-login .block-customer-login input {
  max-width: 400px;
}
.citadel-view h1,
.citadel-view h2 {
  margin-bottom: 0;
}
.citadel-view .grid-header {
  margin-bottom: 45px;
}
.citadel-view .files {
  margin-left: -15px;
  margin-right: -15px;
}
.citadel-view .files .file {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
}
.citadel-view .file .title {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 700;
}
.citadel-view .btn.download,
.citadel-view .column:not(.sidebar-main) .ecp-view form .actions-toolbar button.download,
.citadel-view .category-list.products-main-grid .title.download,
.citadel-view .customer-account-createpassword .action.primary.download,
.citadel-view .customer-account-forgotpassword .action.primary.download,
.citadel-view .customer-account-createpassword .captcha-reload.download,
.citadel-view .customer-account-forgotpassword .captcha-reload.download,
.citadel-view .citadel-customer-login .action.primary.download,
.citadel-view .vault-customer-login .action.primary.download,
.citadel-view .customer-account-login .action.primary.download {
  margin-bottom: 10px;
}
.citadel-view .video i {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 50px;
  font-size: 5rem;
}
.citadel-view .video .popup-youtube {
  padding-bottom: 56.5%;
  display: block;
  background-position: center;
}
.citadel-search-form {
  margin-top: 40px;
  margin-bottom: 90px;
  max-width: 640px;
}
.citadel-search-form label {
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.citadel-search-form input {
  padding-right: 55px;
}
.citadel-search-form button {
  border: none;
  padding: 0;
  color: #000000;
  position: absolute;
  right: 0;
  top: 0;
  max-width: none;
  width: auto;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: transparent;
}
.citadel-sidebar {
  font-weight: 700;
  background-color: #b30520;
}
.citadel-sidebar .title {
  background-color: #841920;
}
.citadel-sidebar ul > li {
  margin-bottom: 0;
}
.citadel-sidebar a,
.citadel-sidebar a:hover {
  display: block;
  color: #ffffff;
}
.citadel-sidebar .main-cats,
.citadel-sidebar .title {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
.citadel-sidebar .main-cats li.level0 > a,
.citadel-sidebar .title {
  padding: 28px;
}
.citadel-sidebar .main-cats li.level0 > a {
  background-color: #b30520;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.citadel-sidebar .main-cats li.level0 {
  border-bottom: 1px solid #841920;
}
.citadel-sidebar .main-cats li.level0.open > a {
  background-color: #841920;
}
.citadel-sidebar .main-cats li.level0.open > a > span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.citadel-sidebar .main-cats li.level1 > a {
  padding: 15px 20px 15px 40px;
  background-color: #9b0f20;
}
.citadel-sidebar .main-cats li.level1:hover > a,
.citadel-sidebar .main-cats li.level1.active > a {
  background-color: #841920;
}
.citadel-sidebar nav.secondary {
  padding: 30px 0;
}
.citadel-sidebar nav.secondary a {
  text-transform: none;
  padding: 10px 15px 10px 35px;
}
.citadel-sidebar nav.secondary a:hover {
  background-color: #841920;
}
.citadel-sidebar nav.secondary a:after {
  content: '\f054';
  font-family: 'Font Awesome 6 Pro';
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .citadel-sidebar {
    margin-bottom: 30px;
  }
  .citadel-sidebar .title:before {
    content: '\f0c9';
    font-family: 'Font Awesome 6 Pro';
    margin-right: 8px;
  }
  .citadel-sidebar .title {
    cursor: pointer;
  }
  .citadel-sidebar .main-cats li.level0 > a,
  .citadel-sidebar .title {
    padding: 15px;
  }
}
.contentmanager-content-1423 .ecp-view,
.contentmanager-content-1405 .ecp-view {
  padding: 0;
}
.contentmanager-content-1423 .ecp-view .main-title,
.contentmanager-content-1405 .ecp-view .main-title {
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
/********************************************************************************************************************/
/************************************************HOME PAGE***********************************************************/
/********************************************************************************************************************/
/* HERO PANEL - LOGGED OUT */
.home-hero .banner-full .site-width,
.home-hero .banner-full .page-layout-2columns-left .page-title-wrapper,
.home-hero .banner-full .page-layout-2columns-left .columns,
.home-hero .banner-full .breadcrumbs,
.home-hero .banner-full .cms-page-view .page-wrapper .page-main,
.home-hero .banner-full .catalog-category-view .page-title-wrapper {
  min-height: 600px;
}
.home-hero .inner {
  max-width: 50%;
}
.home-hero .text-wrap {
  position: relative;
}
.home-hero .text-wrap .top-text,
.home-hero .text-wrap .bottom-text,
.home-hero .text-wrap .excerpt {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  font-weight: 600;
}
.home-hero .text-wrap .top-text,
.home-hero .text-wrap .bottom-text {
  width: 100%;
  max-width: 800px;
  line-height: 1;
}
.home-hero .text-wrap .top-text {
  font-size: 50px;
  font-size: 5rem;
}
.home-hero .text-wrap .bottom-text {
  font-size: 100px;
  font-size: 10rem;
  padding-bottom: 20px;
  margin-left: -1%;
}
.home-hero .text-wrap .excerpt {
  font-size: 22px;
  font-size: 2.2rem;
  width: 100%;
  max-width: 500px;
  padding-top: 20px;
}
.home-hero .text-wrap .excerpt:before {
  content: '';
  height: 5px;
  width: 150px;
  background-color: #b30520;
  position: absolute;
  top: 0;
  left: 0;
}
.home-hero .banner-buttons {
  padding-top: 20px;
}
.home-hero .banner-buttons a {
  width: auto;
  max-width: none;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .home-hero .inner {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .home-hero .text-wrap .top-text {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .home-hero .text-wrap .bottom-text {
    font-size: 54px;
    font-size: 5.4rem;
    padding-bottom: 20px;
  }
  .home-hero .scroll-arrow {
    bottom: 60px;
  }
}
@media (max-width: 767px) {
  .home-hero .text-wrap .top-text {
    font-size: 30px;
    font-size: 3rem;
  }
  .home-hero .text-wrap .bottom-text {
    font-size: 55px;
    font-size: 5.5rem;
    padding-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .home-hero .text-wrap .top-text {
    font-size: 30px;
    font-size: 3rem;
  }
  .home-hero .text-wrap .bottom-text {
    font-size: 54px;
    font-size: 5.4rem;
  }
  .home-hero .text-wrap .excerpt {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
  }
}
/* HOME HERO - LOGGED IN */
.home-hero.logged-in .site-width,
.home-hero.logged-in .page-layout-2columns-left .page-title-wrapper,
.home-hero.logged-in .page-layout-2columns-left .columns,
.home-hero.logged-in .breadcrumbs,
.home-hero.logged-in .cms-page-view .page-wrapper .page-main,
.home-hero.logged-in .catalog-category-view .page-title-wrapper {
  min-height: 1px;
  height: 100%;
  padding-top: 5%;
  padding-bottom: 7%;
}
.home-hero.logged-in .text-wrap .excerpt.red-heading {
  padding-top: 0px;
  font-size: 36px;
  font-size: 3.6rem;
}
.home-hero.logged-in .text-wrap .excerpt.no-accent:before {
  content: none;
}
.home-hero.logged-in .text-wrap .bottom-text {
  font-size: 100px;
  font-size: 10rem;
}
@media (max-width: 1024px) {
  .home-hero.logged-in .site-width,
  .home-hero.logged-in .page-layout-2columns-left .page-title-wrapper,
  .home-hero.logged-in .page-layout-2columns-left .columns,
  .home-hero.logged-in .breadcrumbs,
  .home-hero.logged-in .cms-page-view .page-wrapper .page-main,
  .home-hero.logged-in .catalog-category-view .page-title-wrapper {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .home-hero.logged-in .text-wrap .bottom-text {
    font-size: 70px;
    font-size: 7rem;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home-hero.logged-in .banner-full .site-width,
  .home-hero.logged-in .banner-full .page-layout-2columns-left .page-title-wrapper,
  .home-hero.logged-in .banner-full .page-layout-2columns-left .columns,
  .home-hero.logged-in .banner-full .breadcrumbs,
  .home-hero.logged-in .banner-full .cms-page-view .page-wrapper .page-main,
  .home-hero.logged-in .banner-full .catalog-category-view .page-title-wrapper {
    min-height: 1px;
  }
  .home-hero.logged-in .opt-right-img {
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .home-hero.logged-in .text-wrap .bottom-text {
    font-size: 60px;
    font-size: 6rem;
  }
}
/* DEALER PANEL - LOGGED IN */
.dealer-panel {
  background: #101010;
  background: -moz-linear-gradient(90deg, #101010 0%, #2b2b2b 100%);
  background: -webkit-linear-gradient(90deg, #101010 0%, #2b2b2b 100%);
  background: linear-gradient(90deg, #101010 0%, #2b2b2b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#101010", endColorstr="#2b2b2b", GradientType=1);
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #727272;
}
.dealer-panel ul li:before {
  color: white;
}
.dealer-panel ul li a {
  color: white;
}
.dealer-panel .col {
  border-left: 1px solid #717171;
  padding: 0px 60px 60px 30px;
}
.dealer-panel .col:first-of-type {
  border: 0;
}
.dealer-panel .col .content {
  margin-bottom: 25px;
}
.dealer-panel .col .block-search {
  width: 100%;
}
.dealer-panel .col .ct-field ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #ffffff;
}
.dealer-panel .col .ct-field ul li {
  margin-bottom: 5px;
}
.dealer-panel .col .ct-field ul li a {
  position: relative;
  padding-right: 20px;
}
.dealer-panel .col .ct-field ul li a:after {
  content: '\f054';
  font-family: 'Font Awesome 6 Pro';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  line-height: 1.1;
}
@media (max-width: 1200px) {
  .dealer-panel .col {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .dealer-panel {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .dealer-panel .col {
    padding: 30px 0px;
    border-left: 0;
    border-bottom: 1px solid #717171;
  }
  .dealer-panel .col:last-of-type {
    border: 0;
  }
  .dealer-panel .col:first-of-type {
    padding-top: 0;
  }
}
/* HOME PULLS */
.home-pulls .section-title {
  margin-bottom: 0;
}
.home-pulls .header-text {
  padding-bottom: 80px;
}
.home-pulls .pull {
  padding: 0 10px;
}
.home-pulls .pull img {
  padding-bottom: 5%;
}
.home-pulls .pull .btn.btn-red,
.home-pulls .pull .column:not(.sidebar-main) .ecp-view form .actions-toolbar button.btn-red,
.home-pulls .pull .column:not(.sidebar-main) .ecp-view form .actions-toolbar button,
.home-pulls .pull .category-list.products-main-grid .title.btn-red,
.home-pulls .pull .category-list.products-main-grid .title,
.home-pulls .pull .customer-account-createpassword .action.primary.btn-red,
.home-pulls .pull .customer-account-createpassword .action.primary,
.home-pulls .pull .customer-account-forgotpassword .action.primary.btn-red,
.home-pulls .pull .customer-account-forgotpassword .action.primary,
.home-pulls .pull .customer-account-createpassword .captcha-reload.btn-red,
.home-pulls .pull .customer-account-createpassword .captcha-reload,
.home-pulls .pull .customer-account-forgotpassword .captcha-reload.btn-red,
.home-pulls .pull .customer-account-forgotpassword .captcha-reload,
.home-pulls .pull .citadel-customer-login .action.primary.btn-red,
.home-pulls .pull .citadel-customer-login .action.primary,
.home-pulls .pull .vault-customer-login .action.primary.btn-red,
.home-pulls .pull .vault-customer-login .action.primary,
.home-pulls .pull .customer-account-login .action.primary.btn-red,
.home-pulls .pull .customer-account-login .action.primary {
  max-width: unset;
}
@media (max-width: 767px) {
  .home-pulls .pull .btn.btn-red,
  .home-pulls .pull .column:not(.sidebar-main) .ecp-view form .actions-toolbar button.btn-red,
  .home-pulls .pull .column:not(.sidebar-main) .ecp-view form .actions-toolbar button,
  .home-pulls .pull .category-list.products-main-grid .title.btn-red,
  .home-pulls .pull .category-list.products-main-grid .title,
  .home-pulls .pull .customer-account-createpassword .action.primary.btn-red,
  .home-pulls .pull .customer-account-createpassword .action.primary,
  .home-pulls .pull .customer-account-forgotpassword .action.primary.btn-red,
  .home-pulls .pull .customer-account-forgotpassword .action.primary,
  .home-pulls .pull .customer-account-createpassword .captcha-reload.btn-red,
  .home-pulls .pull .customer-account-createpassword .captcha-reload,
  .home-pulls .pull .customer-account-forgotpassword .captcha-reload.btn-red,
  .home-pulls .pull .customer-account-forgotpassword .captcha-reload,
  .home-pulls .pull .citadel-customer-login .action.primary.btn-red,
  .home-pulls .pull .citadel-customer-login .action.primary,
  .home-pulls .pull .vault-customer-login .action.primary.btn-red,
  .home-pulls .pull .vault-customer-login .action.primary,
  .home-pulls .pull .customer-account-login .action.primary.btn-red,
  .home-pulls .pull .customer-account-login .action.primary {
    margin-bottom: 15px;
  }
  .home-pulls .pulls {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-pulls .pull img {
    display: none;
  }
  .home-pulls .header-text {
    padding-bottom: 10px;
  }
}
/* FIND A DEALER */
.home-find-a-dealer .img-wrap {
  padding-right: 8%;
}
.home-find-a-dealer .text-wrap .header-text {
  margin-bottom: 10px;
}
.home-find-a-dealer .text-wrap .btn.btn-red,
.home-find-a-dealer .text-wrap .column:not(.sidebar-main) .ecp-view form .actions-toolbar button.btn-red,
.home-find-a-dealer .text-wrap .column:not(.sidebar-main) .ecp-view form .actions-toolbar button,
.home-find-a-dealer .text-wrap .category-list.products-main-grid .title.btn-red,
.home-find-a-dealer .text-wrap .category-list.products-main-grid .title,
.home-find-a-dealer .text-wrap .customer-account-createpassword .action.primary.btn-red,
.home-find-a-dealer .text-wrap .customer-account-createpassword .action.primary,
.home-find-a-dealer .text-wrap .customer-account-forgotpassword .action.primary.btn-red,
.home-find-a-dealer .text-wrap .customer-account-forgotpassword .action.primary,
.home-find-a-dealer .text-wrap .customer-account-createpassword .captcha-reload.btn-red,
.home-find-a-dealer .text-wrap .customer-account-createpassword .captcha-reload,
.home-find-a-dealer .text-wrap .customer-account-forgotpassword .captcha-reload.btn-red,
.home-find-a-dealer .text-wrap .customer-account-forgotpassword .captcha-reload,
.home-find-a-dealer .text-wrap .citadel-customer-login .action.primary.btn-red,
.home-find-a-dealer .text-wrap .citadel-customer-login .action.primary,
.home-find-a-dealer .text-wrap .vault-customer-login .action.primary.btn-red,
.home-find-a-dealer .text-wrap .vault-customer-login .action.primary,
.home-find-a-dealer .text-wrap .customer-account-login .action.primary.btn-red,
.home-find-a-dealer .text-wrap .customer-account-login .action.primary {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .home-find-a-dealer .img-wrap {
    padding-right: 0;
    padding-bottom: 15px;
  }
  .home-find-a-dealer .text-wrap {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .home-find-a-dealer .text-wrap .excerpt {
    display: none;
  }
  .home-find-a-dealer .text-wrap .btn.btn-red,
  .home-find-a-dealer .text-wrap .column:not(.sidebar-main) .ecp-view form .actions-toolbar button.btn-red,
  .home-find-a-dealer .text-wrap .column:not(.sidebar-main) .ecp-view form .actions-toolbar button,
  .home-find-a-dealer .text-wrap .category-list.products-main-grid .title.btn-red,
  .home-find-a-dealer .text-wrap .category-list.products-main-grid .title,
  .home-find-a-dealer .text-wrap .customer-account-createpassword .action.primary.btn-red,
  .home-find-a-dealer .text-wrap .customer-account-createpassword .action.primary,
  .home-find-a-dealer .text-wrap .customer-account-forgotpassword .action.primary.btn-red,
  .home-find-a-dealer .text-wrap .customer-account-forgotpassword .action.primary,
  .home-find-a-dealer .text-wrap .customer-account-createpassword .captcha-reload.btn-red,
  .home-find-a-dealer .text-wrap .customer-account-createpassword .captcha-reload,
  .home-find-a-dealer .text-wrap .customer-account-forgotpassword .captcha-reload.btn-red,
  .home-find-a-dealer .text-wrap .customer-account-forgotpassword .captcha-reload,
  .home-find-a-dealer .text-wrap .citadel-customer-login .action.primary.btn-red,
  .home-find-a-dealer .text-wrap .citadel-customer-login .action.primary,
  .home-find-a-dealer .text-wrap .vault-customer-login .action.primary.btn-red,
  .home-find-a-dealer .text-wrap .vault-customer-login .action.primary,
  .home-find-a-dealer .text-wrap .customer-account-login .action.primary.btn-red,
  .home-find-a-dealer .text-wrap .customer-account-login .action.primary {
    margin-top: 0;
  }
  .home-find-a-dealer .text-wrap .header-text {
    margin-bottom: 20px;
  }
}
/* TITAN CONNECTOR */
.titan-connector {
  background-color: #1c1c1c;
}
.titan-connector .text-wrap {
  padding: 50px 4% 50px 0;
}
.titan-connector .text-wrap .excerpt {
  padding-bottom: 40px;
}
.titan-connector .red {
  margin-bottom: 20px;
}
.titan-connector .img-container {
  margin-top: auto;
}
.titan-connector .img-wrap {
  padding-top: 50px;
  position: relative;
  line-height: 0;
}
@media (max-width: 850px) {
  .titan-connector > .inner {
    padding-top: 50px;
  }
  .titan-connector .text-wrap,
  .titan-connector .img-container {
    width: 100%;
  }
  .titan-connector .text-wrap {
    padding: 0;
    text-align: center;
  }
  .titan-connector .img-wrap {
    text-align: center;
    padding: 0;
  }
  .titan-connector .text-wrap .header-text {
    display: inline;
  }
  .titan-connector .excerpt {
    display: none;
  }
  .titan-connector .button-wrap {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-top: 30px;
  }
}
/* TWO-COLUMN PULLS */
.two-column-pulls .pulls {
  margin-right: -20px;
}
.two-column-pulls .pull {
  padding-right: 20px;
}
.two-column-pulls .pull .inner {
  background-color: #efefef;
  padding: 50px 100px 70px 50px;
  height: 100%;
}
.two-column-pulls .pull .img-wrap {
  margin-bottom: 40px;
}
.two-column-pulls .pull .excerpt {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .two-column-pulls .pull {
    padding-bottom: 20px;
  }
  .two-column-pulls .pull:last-of-type {
    padding-bottom: 0;
  }
  .two-column-pulls .pull .excerpt {
    display: none;
  }
  .two-column-pulls .pull .inner {
    padding: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .two-column-pulls .pull .text-wrap {
    text-align: center;
  }
  .two-column-pulls .pull .img-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .two-column-pulls .pull .inner {
    padding: 40px 20px;
  }
}
/* EXPANDED NEWSLETTER */
.expanded-newsletter {
  background-color: #181818;
}
.expanded-newsletter .form-header {
  margin-bottom: 30px;
}
.expanded-newsletter .form-header .img-wrap {
  padding-right: 40px;
}
.expanded-newsletter .form-header .form-title {
  margin-bottom: 5px;
}
.expanded-newsletter .form-header .text-wrap {
  width: 100%;
  max-width: 500px;
}
.expanded-newsletter #email_signup_form .submitted-message {
  color: white;
}
.expanded-newsletter #email_signup_form .hs-input {
  max-width: 100%;
}
.expanded-newsletter #email_signup_form fieldset {
  width: 100%;
  max-width: 1200px;
}
.expanded-newsletter #email_signup_form fieldset .hs-form-field {
  padding-right: 20px;
}
.expanded-newsletter #email_signup_form fieldset .hs-form-field:last-of-type {
  padding-right: 0;
}
.expanded-newsletter #email_signup_form fieldset:last-of-type .hs-form-field {
  width: 33.33%;
}
.expanded-newsletter #email_signup_form fieldset:last-of-type .hs-form-field:nth-child(-n+2) {
  max-width: 300px;
}
.expanded-newsletter #email_signup_form fieldset:last-of-type .hs-form-field:nth-child(3) {
  max-width: 175px;
}
.expanded-newsletter #email_signup_form fieldset:last-of-type .hs-form-field div.input {
  margin-right: 0;
}
.expanded-newsletter #email_signup_form .field div.input {
  margin-right: 10px;
}
.expanded-newsletter #email_signup_form .hs-form-field label,
.expanded-newsletter #email_signup_form .hs-form-required {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-weight: 400;
}
.expanded-newsletter #email_signup_form .hs-button {
  font-family: 'Roboto', sans-serif;
  border: 0;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.expanded-newsletter #email_signup_form .actions {
  padding: 0;
  margin: 20px 0 0 0;
}
@media (max-width: 643px) {
  .expanded-newsletter #email_signup_form fieldset .hs-form-field,
  .expanded-newsletter #email_signup_form fieldset:last-of-type .hs-form-field {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .expanded-newsletter #email_signup_form fieldset:last-of-type .hs-form-field:nth-child(-n+2),
  .expanded-newsletter #email_signup_form fieldset:last-of-type .hs-form-field:nth-child(3) {
    max-width: 100%;
  }
}
.tips-hp {
  padding-top: 100px;
  padding-bottom: 100px;
}
.tips-hp .tip-cards {
  margin-left: -10px;
  margin-right: -10px;
}
.tips-hp .slick-list {
  width: 100%;
}
.tips-hp .title {
  margin-bottom: 20px;
}
.tips-hp .title h4 {
  margin: 0;
}
.tips-hp .title .slider-arrows a:first-of-type {
  margin-right: 8px;
}
.tips-hp .title .slider-arrows a img {
  width: 32px;
  height: auto;
}
.tips-hp .tip-card {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.tips-hp .tip-wrap {
  border-radius: 26px;
  padding: 28px;
  color: #ffffff;
}
.tips-hp .tip-wrap.black {
  color: #000000;
}
.tips-hp .tip-wrap.black .tip-expand {
  color: #000000;
}
.tips-hp .tip-wrap .tip-name {
  font-weight: 500;
  margin-bottom: 2px;
}
.tips-hp .tip-wrap .tip-name.black {
  color: #000000;
}
.tips-hp .tip-wrap .img-wrap {
  text-align: center;
}
.tips-hp .tip-wrap .img-wrap img {
  max-height: 190px;
  width: auto;
}
.tips-hp .tip-wrap .tip-expand {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 16px 36px;
  border: 1px solid #000000;
  border-radius: 9999px;
  color: #ffffff;
  display: inline-block;
  margin: 32px auto 0;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tips-hp .tip-wrap .tip-expand:hover {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.tips-hp .pressure-text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 8px 14px;
  border-radius: 9999px;
  color: #000000;
  background-color: #ffffff;
  display: inline-block;
  margin-bottom: 16px;
}
.tips-hp .psi {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 24px;
}
.tips-hp .tip-info-hidden {
  position: relative;
  width: 100%;
  padding: 100px 60px 0;
}
.tips-hp .tip-info-hidden > .inner {
  margin-left: -16px;
  margin-right: -16px;
  padding-top: 24px;
}
.tips-hp .tip-info-hidden > .inner > div {
  padding-left: 16px;
  padding-right: 16px;
}
.tips-hp .tip-info-hidden .close {
  right: 60px;
  top: 60px;
  cursor: pointer;
}
.tips-hp .tip-info-hidden .close i {
  font-size: 48px;
  font-size: 4.8rem;
}
.tips-hp .tip-info-hidden .tip-color-bar {
  margin-bottom: 70px;
}
.tips-hp .tip-info-hidden .color {
  padding: 20px 50px;
  border-radius: 0 9999px 9999px 0;
  line-height: 1;
  height: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  color: #ffffff;
}
.tips-hp .tip-info-hidden .color.black {
  color: #000000;
}
.tips-hp .tip-info-hidden .pressure-long-text {
  margin-left: -28px;
  padding: 20px 100px 20px 64px;
  border-radius: 0 9999px 9999px 0;
  line-height: 1;
  height: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 22px;
  font-size: 2.2rem;
}
.tips-hp .tip-info-hidden .left-images {
  margin-left: -20px;
  margin-right: -20px;
}
.tips-hp .tip-info-hidden .left-images .img-wrap {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 50%;
}
.tips-hp .tip-info-hidden h2 {
  margin-bottom: 8px;
}
.tips-hp .tip-info-hidden h3 {
  max-width: 440px;
  margin-bottom: 30px;
}
.tips-hp .tip-info-hidden .psi-image {
  margin-bottom: 16px;
}
.tips-hp .tip-info-hidden .tip-name.black {
  color: #000000;
}
.tips-hp .tip-info-hidden .tip-info-list ul {
  list-type: none;
  list-style-type: none;
  padding: 0;
  padding-inline-start: 0;
  margin-bottom: 32px;
}
.tips-hp .tip-info-hidden .tip-info-list ul li {
  font-size: 18px;
  font-size: 1.8rem;
}
.tips-hp .tip-info-hidden .tip-info-list ul li:before {
  content: '\f058';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  margin-right: 16px;
}
.tips-hp .tip-info-hidden .tip-info-list.black ul li:before {
  border: 1px solid #000000;
  border-radius: 9999px;
  background-color: #000000;
}
.tips-hp .tip-info-hidden .learn-more {
  background-color: #000000;
  display: inline-block;
  color: #ffffff;
  border: 1px solid #000000;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 16px 36px;
  line-height: 1;
  border-radius: 9999px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  margin-right: 8px;
}
.tips-hp .tip-info-hidden .learn-more:hover {
  background-color: #ffffff;
  color: #000000;
}
.tips-hp .tip-info-hidden .dealer {
  background-color: #ffffff;
  display: inline-block;
  color: #000000;
  border: 1px solid #000000;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 16px 36px;
  line-height: 1;
  border-radius: 9999px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  margin-right: 8px;
}
.tips-hp .tip-info-hidden .dealer:hover {
  background-color: #000000;
  color: #ffffff;
}
.tips-hp .tip-info-hidden .details {
  margin: 32px 0 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #A8A8A4;
}
.tips-hp .tip-info-hidden .details-heading {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 400;
}
.tips-hp .tip-info-hidden .fan-pattern-title,
.tips-hp .tip-info-hidden .fan-pattern-text {
  max-width: 190px;
}
.tips-hp .tip-info-hidden .fan-pattern-title p,
.tips-hp .tip-info-hidden .fan-pattern-text p {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
.tips-hp .tip-info-hidden .img-wrap-inner {
  line-height: 0;
  margin: 8px 0;
}
.tips-hp .tip-card-action {
  margin-top: 60px;
}
@media (max-width: 1400px) {
  .tips-hp .tip-info-hidden .pressure-long-text {
    padding: 20px 40px;
  }
}
@media (max-width: 1300px) {
  .tips-hp .tip-wrap {
    padding: 16px 16px 28px;
  }
}
@media (max-width: 1200px) {
  .tips-hp .tip-info-hidden .color {
    font-size: 16px;
    font-size: 1.6rem;
    height: 40px;
    padding: 10px 40px;
  }
  .tips-hp .tip-info-hidden .pressure-long-text {
    font-size: 16px;
    font-size: 1.6rem;
    height: 40px;
    padding: 10px 40px;
  }
}
@media (max-width: 1024px) {
  .tips-hp .tip-info-hidden {
    padding: 80px 20px 0;
  }
  .tips-hp .tip-info-hidden .color {
    padding: 10px 20px;
  }
  .tips-hp .tip-info-hidden .pressure-long-text {
    padding: 10px 20px 10px 40px;
  }
  .tips-hp .tip-info-hidden .learn-more {
    padding: 16px 32px;
  }
  .tips-hp .tip-info-hidden .dealer {
    padding: 16px 32px;
  }
}
@media (max-width: 767px) {
  .tips-hp {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tips-hp .tip-info-hidden {
    padding: 70px 0 0;
  }
  .tips-hp .tip-info-hidden .close {
    right: 0;
    top: 20px;
  }
  .tips-hp .tip-info-hidden .close i {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .tips-hp .tip-info-hidden .psi-image {
    margin-top: 16px;
  }
  .tips-hp .tip-info-hidden .tip-color-bar {
    margin-bottom: 40px;
  }
  .tips-hp .tip-info-hidden .color {
    padding: 12px 32px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .tips-hp .tip-info-hidden .pressure-long-text {
    padding: 12px 72px 12px 48px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .tips-hp .tip-info-hidden h2 {
    margin-top: 30px;
  }
  .tips-hp .tip-info-hidden .tip-info-list ul li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .tips-hp .tip-info-hidden .tip-info-list ul li:before {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .tips-hp .tip-info-hidden .pressure-img {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .tips-hp .tip-info-hidden .pressure-long-text {
    padding: 12px 48px 12px 48px;
  }
}
.header-transition-true .product-bar {
  margin-top: 0;
}
.header-transition-true .product-bar.is_stuck {
  margin-top: 61px;
}
.header-transition-false .product-bar.is_stuck {
  margin-top: 125px;
}
.series-view {
  /* PRODUCT BAR */
}
.series-view .section {
  position: relative;
}
.series-view .product-bar {
  background-color: #b30520;
  z-index: 100;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.series-view .product-bar-inner {
  border-bottom: 1px solid #ffffff;
  line-height: 1;
  padding-top: 25px;
  padding-bottom: 25px;
}
.series-view .is_stuck > .product-bar-inner {
  border-bottom: none;
}
.series-view .product-bar .products {
  margin: 0;
}
.series-view .product-bar .products > a,
.series-view .product-bar .comparison {
  display: inline-block;
  padding: 0 50px 0 0;
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  font-size: 18px;
  font-size: 1.8rem;
}
.series-view .product-bar .products > a:hover,
.series-view .product-bar .comparison:hover {
  color: #EAC1C1;
}
.series-view .product-bar .products > a {
  padding-bottom: 10px;
}
.series-view .product-bar .products > a:first-of-type {
  padding-left: 0;
}
.series-view .product-bar .comparison {
  padding-right: 0;
}
.series-view .products-mobile {
  width: 100%;
}
@media (max-width: 1024px) {
  .series-view .product-bar .comparison {
    text-decoration: none;
    -webkit-order: -1;
    -ms-order: -1;
    order: -1;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .series-view .product-bar-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 0;
    padding-top: 50px;
  }
}
/* SECTION 1 */
.ie-11 .series-view .section-1 .col-img {
  padding-bottom: 20px;
}
.series-view .section-1 {
  background-color: #b30520;
  padding-top: 100px;
  margin-bottom: 0;
  padding-bottom: 150px;
}
.series-view .section-1 .col-img {
  padding-right: 10%;
}
.series-view .section-1 .col-text {
  max-width: 750px;
  color: #ffffff;
}
.series-view .section-1 .col-text h2 {
  margin-bottom: 30px;
}
.series-view .section-1 .col-text .body {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
}
.series-view .section-1 .col-text ol {
  margin: 0;
  padding-top: 20px;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
}
.series-view .section-1 .col-text ol li {
  margin-bottom: 0;
  padding-bottom: 0;
}
.series-view .section-1 .col-text .ct-field-area ul li:before {
  color: #ffffff;
}
.series-view .section-1 .col-text .series-brochure {
  display: inline-block;
  color: #ffffff;
  margin-top: 40px;
  position: relative;
  padding-left: 30px;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
}
.series-view .section-1 .col-text .series-brochure:before {
  content: "\f0c5";
  font-family: 'Font Awesome 6 Pro';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 20px;
  font-size: 2rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.series-view .section-1 .col-text .series-brochure:hover {
  color: #eac1c1;
}
@media (max-width: 767px) {
  .series-view .section-1 .col-img {
    padding-right: 0;
    padding-bottom: 50px;
  }
}
.series-view .section-video-panel {
  padding-top: 250px;
  padding-bottom: 250px;
  background-color: #AAAAA8;
  -webkit-clip-path: polygon(0px 150px, 100% 0px, 100% calc(100% - 150px), 0px 100%);
  clip-path: polygon(0px 150px, 100% 0px, 100% calc(100% - 150px), 0px 100%);
  margin-top: -150px;
}
.series-view .section-video-panel .site-width,
.series-view .section-video-panel .page-layout-2columns-left .page-title-wrapper,
.series-view .section-video-panel .page-layout-2columns-left .columns,
.series-view .section-video-panel .breadcrumbs,
.series-view .section-video-panel .cms-page-view .page-wrapper .page-main,
.series-view .section-video-panel .catalog-category-view .page-title-wrapper {
  padding-left: 80px;
  padding-right: 80px;
}
.series-view .section-video-panel .overlay-w-play-btn {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
}
.series-view .section-video-panel .overlay-w-play-btn .play-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  line-height: 85px;
}
.series-view .section-video-panel .overlay-w-play-btn .play-btn .play-inner {
  padding-left: 95px;
  display: inline-block;
}
.series-view .section-video-panel .overlay-w-play-btn .play-btn .play-inner:before {
  position: absolute;
  left: 0;
  content: '';
  display: inline-block;
  width: 85px;
  height: 85px;
  -webkit-border-radius: 85px;
  -moz-border-radius: 85px;
  border-radius: 85px;
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.2);
}
.series-view .section-video-panel .overlay-w-play-btn .play-btn .play-inner:after {
  position: absolute;
  left: 16px;
  top: 16px;
  content: '';
  display: inline-block;
  width: 56px;
  height: 56px;
  -webkit-border-radius: 56px;
  -moz-border-radius: 56px;
  border-radius: 56px;
  background-color: white;
}
.series-view .section-video-panel .overlay-w-play-btn .red-arrow {
  position: absolute;
  z-index: 2;
  left: 40px;
  top: 37px;
  height: 0;
  width: 0;
  border-left: 10px solid #fd0001;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.series-view .section-video-panel a {
  color: white;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
.series-view .section-video-panel a:hover .overlay-w-play-btn {
  color: #fe0002;
  background-color: rgba(0, 0, 0, 0.5);
}
.series-view .section-video-panel .wistia_click_to_play,
.series-view .section-video-panel .wistia_click_to_play img {
  width: 100% !important;
  height: auto !important;
}
.series-view .section-video-panel .video-slide .inner {
  padding: 0 10px;
}
.series-view .section-video-panel .video-content {
  background-color: white;
  padding: 20px;
}
.series-view .section-video-panel .video-content .title {
  margin-bottom: 10px;
}
.series-view .section-video-panel .slick-next,
.series-view .section-video-panel .slick-prev {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: block;
  font-size: 0px;
  font-size: 0rem;
  width: 40px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.series-view .section-video-panel .slick-next {
  right: -32px;
}
.series-view .section-video-panel .slick-prev {
  left: -32px;
}
.series-view .section-video-panel .slick-prev:after {
  content: '\f053';
  font-family: 'Font Awesome 6 Pro';
  font-size: 25px;
  font-size: 2.5rem;
  color: white;
}
.series-view .section-video-panel .slick-next:after {
  content: '\f054';
  font-family: 'Font Awesome 6 Pro';
  font-size: 25px;
  font-size: 2.5rem;
  color: white;
}
.series-view .section-video-panel .slick-dots {
  list-style: none;
  list-style-type: none;
  padding: 0;
  padding-top: 65px;
  margin: 0;
  display: block;
  text-align: center;
}
.series-view .section-video-panel .slick-dots li {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0 4px;
  display: inline-block;
}
.series-view .section-video-panel .slick-dots button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: block;
  font-size: 0px;
  font-size: 0rem;
  width: 10px;
  height: 10px;
  background-color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.series-view .section-video-panel .slick-dots .slick-active button {
  background-color: #b30520;
}
/* SECTION 2 */
.series-view .section-2:not(.no-angles-above) {
  -webkit-clip-path: polygon(0px 150px, 100% 0px, 100% calc(100% - 150px), 0px 100%);
  clip-path: polygon(0px 150px, 100% 0px, 100% calc(100% - 150px), 0px 100%);
  margin-top: -150px;
}
.series-view .section-2 {
  background-color: #eeeeee;
  z-index: 10;
  /* QUADRANTS */
}
.series-view .section-2 .inner {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 150px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.series-view .section-2 .bg-container {
  padding-top: 150px;
  padding-bottom: 150px;
}
.series-view .section-2 .cover-image {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-clip-path: polygon(0px 150px, 100% 0px, 100% calc(100% - 150px), 0px 100%);
  clip-path: polygon(0px 150px, 100% 0px, 100% calc(100% - 150px), 0px 100%);
}
.series-view .section-2 .cover-image .img-wrap {
  bottom: 6px;
  left: 0;
  right: 0;
  width: 100%;
  line-height: 0;
}
.series-view .section-2 .cover-image .spacer {
  height: 150px;
  background-color: transparent;
}
.series-view .section-2 .quadrants {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 150px;
  padding-bottom: 150px;
}
.series-view .section-2 .quadrant {
  position: relative;
  padding-bottom: 30px;
}
.series-view .section-2 .quadrant .title {
  margin-bottom: 0;
}
.series-view .section-2 .quadrant .subtitle {
  margin-bottom: 10px;
}
.series-view .section-2 .quadrant .video-wrapper {
  max-width: 120px;
  margin-top: 20px;
}
.series-view .section-2 .quadrant .popup-youtube {
  position: relative;
  display: inline-block;
  margin-top: 25px;
}
.series-view .section-2 .quadrant .popup-youtube:after {
  content: '\f167';
  font-family: 'Font Awesome 5 Brands';
  display: inline-block;
  color: #b30520;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 28px;
  font-size: 2.8rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.series-view .section-2 .quadrant .quadrant-content {
  position: absolute;
  background-color: #ffffff;
  opacity: .5;
  padding: 40px 30px;
  -webkit-box-shadow: 0px 2px 54px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 2px 54px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 2px 54px 0px rgba(0, 0, 0, 0.13);
  width: 100%;
  max-width: 500px;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.series-view .section-2 .quadrant .quadrant-content:hover {
  opacity: 1;
}
.series-view .section-2 .quadrant .quadrant-content ul {
  margin-bottom: 0;
}
.series-view .section-2 .quadrant .quadrant-content li {
  margin-bottom: 0;
}
.series-view .section-2 .quadrant .content-pos-top-left {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
.series-view .section-2 .quadrant .content-pos-top-right {
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
}
.series-view .section-2 .quadrant .content-pos-bottom-left {
  bottom: 0;
  left: 0;
  top: auto;
  right: auto;
}
.series-view .section-2 .quadrant .content-pos-bottom-right {
  bottom: 0;
  right: 0;
  left: auto;
  top: auto;
}
@media (max-width: 1200px) {
  .series-view .section-2 .quadrants {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .series-view .section-2 .inner {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    background-color: #ffffff;
    margin-top: -100px;
    padding-top: 50px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .series-view .section-2 .cover-image {
    -webkit-clip-path: none;
    clip-path: none;
  }
  .series-view .section-2 .quadrants {
    display: block;
    position: relative;
    background-color: #ffffff;
  }
  .series-view .section-2 .quadrant .quadrant-content {
    opacity: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    max-width: 100%;
    position: relative;
  }
}
/* Section Column Comparison */
.series-view .section-cc {
  padding: 30px 0;
}
.series-view .section-cc .spec-col {
  padding: 0 10px 20px 10px;
}
.series-view .section-cc .subtitle,
.series-view .section-cc .compare-img,
.series-view .section-cc .icon-spec {
  padding-bottom: 20px;
}
.series-view .section-cc .icon-spec {
  width: 50%;
  margin: auto;
}
.series-view .section-cc .icon-spec img {
  height: 50px;
  width: auto;
}
.series-view .section-cc .icon-subtitle {
  padding-left: 10px;
  width: 80%;
}
@media (max-width: 1024px) {
  .series-view .section-cc .icon-subtitle {
    width: auto;
  }
}
/* SECTION 3 */
.series-view .section-3.no-angles-above {
  margin-top: 0;
}
.series-view .section-3 {
  background-color: #ffffff;
  margin-top: -150px;
  padding-bottom: 100px;
}
.series-view .section-3 .inner {
  padding-top: 150px;
}
.series-view .section-3 .content-ribbons {
  padding-top: 50px;
}
.series-view .section-3 .panel {
  padding-bottom: 150px;
}
.series-view .section-3 .panel:last-of-type {
  padding-bottom: 0;
}
.series-view .section-3 .panel .content img {
  margin-top: 20px;
}
.series-view .section-3 .panel.odd .content {
  padding-left: 50px;
}
.series-view .section-3 .panel.odd .images {
  text-align: right;
}
.series-view .section-3 .panel.odd .images .image-side-1 {
  float: right;
}
.series-view .section-3 .panel.odd .images .image-side-2 {
  float: right;
  clear: both;
}
@media (max-width: 1024px) {
  .series-view .section-3 .panel.odd .images .image-side-1,
  .series-view .section-3 .panel.odd .images .image-side-2 {
    float: none;
  }
}
.series-view .section-3 .panel.odd .images .image-side-2 {
  margin: 35px 30px 0 0;
}
.series-view .section-3 .panel.even .content {
  padding-right: 50px;
}
.series-view .section-3 .panel.even .images {
  text-align: left;
}
.series-view .section-3 .panel.even .images .image-side-2 {
  margin: 35px 0 0 30px;
}
.series-view .section-3 .panel .caption {
  color: #9a9a9a;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 1024px) {
  .series-view .section-3 {
    z-index: 10;
    padding-bottom: 50px;
    margin-top: 0;
  }
  .series-view .section-3 .inner {
    padding-top: 100px;
  }
  .series-view .section-3 .panel {
    padding-bottom: 50px;
  }
  .series-view .section-3 .panel img:not(:nth-child(1)) {
    display: none;
  }
  .series-view .section-3 .panel img {
    margin: auto;
  }
  .series-view .section-3 .panel.odd .content,
  .series-view .section-3 .panel.even .content {
    padding: 0;
    margin-top: 40px;
  }
  .series-view .section-3 .panel.odd,
  .series-view .section-3 .panel.even,
  .series-view .section-3 .panel.odd .images,
  .series-view .section-3 .panel.even .images {
    text-align: left;
  }
  .series-view .section-3 .content-ribbons {
    margin-top: -100px;
  }
}
/* SECTION 4/5 */
.series-view .old-section-4.first {
  padding-top: 30px;
}
.series-view .section-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.series-view .section-4 .section-title-wrap {
  padding-bottom: 45px;
}
.series-view .section-4 > .inner {
  min-height: 550px;
}
.series-view .section-4 .info-boxes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.series-view .section-4 .info-boxes .info-box {
  position: relative;
  padding-bottom: 30px;
  width: 40%;
}
.series-view .section-4 .info-boxes .info-box .info-box-content {
  position: absolute;
  width: 100%;
  padding-bottom: 30px;
}
.series-view .section-4 .info-boxes .info-box .info-box-content .inner {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 6px;
}
.series-view .section-4 .info-boxes .info-box:nth-child(1) .info-box-content,
.series-view .section-4 .info-boxes .info-box:nth-child(2) .info-box-content {
  top: 0;
}
.series-view .section-4 .info-boxes .info-box:nth-child(3) .info-box-content,
.series-view .section-4 .info-boxes .info-box:nth-child(4) .info-box-content {
  bottom: 0;
}
.series-view .section-4 .info-boxes .info-box:nth-child(1),
.series-view .section-4 .info-boxes .info-box:nth-child(3) {
  margin-right: auto;
}
.series-view .section-4 .info-boxes .info-box:nth-child(1) .info-box-content:before,
.series-view .section-4 .info-boxes .info-box:nth-child(3) .info-box-content:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #b30520;
}
.series-view .section-4 .info-boxes .info-box:nth-child(1) .info-box-content:after,
.series-view .section-4 .info-boxes .info-box:nth-child(3) .info-box-content:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -7.5px;
  right: 0;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: 1px solid #b30520;
  border-radius: 50%;
}
.series-view .section-4 .info-boxes .info-box:nth-child(2),
.series-view .section-4 .info-boxes .info-box:nth-child(4) {
  margin-left: auto;
}
.series-view .section-4 .info-boxes .info-box:nth-child(2) .info-box-content,
.series-view .section-4 .info-boxes .info-box:nth-child(4) .info-box-content {
  padding-left: 40px;
}
.series-view .section-4 .info-boxes .info-box:nth-child(2) .info-box-content:before,
.series-view .section-4 .info-boxes .info-box:nth-child(4) .info-box-content:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #b30520;
}
.series-view .section-4 .info-boxes .info-box:nth-child(2) .info-box-content:after,
.series-view .section-4 .info-boxes .info-box:nth-child(4) .info-box-content:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -7.5px;
  right: auto;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: 1px solid #b30520;
  border-radius: 50%;
}
.series-view .section-4 .info-boxes .title {
  margin-bottom: 10px;
}
.series-view .section-4 .info-boxes .info-box-content ul {
  margin-bottom: 0;
}
.series-view .section-4 .info-boxes .info-box-content li {
  margin-bottom: 0;
}
/* SPECIFICATION TABLES */
.specification-tables {
  position: relative;
  z-index: 10;
  padding-bottom: 35px;
  /* Desktop */
  /* Mobile */
}
.specification-tables .section-title {
  margin: 0 auto 20px;
}
.specification-tables thead a {
  color: #ffffff;
  text-decoration: underline;
}
.specification-tables thead a:hover {
  color: #eac1c1;
}
.specification-tables table > tbody > tr > td:first-of-type {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.specification-tables table > tbody > tr {
  border-bottom: 1px solid #dfdfdf;
}
.specification-tables .desktop-specs {
  overflow-x: scroll;
}
.specification-tables .desktop-specs table {
  -webkit-box-shadow: 0px 6px 29px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 6px 29px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 6px 29px 0px rgba(0, 0, 0, 0.22);
  background-color: #ffffff;
}
.specification-tables .desktop-specs table:not(:nth-child(1)) {
  margin-top: 30px;
}
.specification-tables .desktop-specs table > thead > tr > th {
  padding: 22px 10px;
}
.specification-tables .desktop-specs table > tbody > tr > th,
.specification-tables .desktop-specs table > tfoot > tr > th,
.specification-tables .desktop-specs table > thead > tr > td,
.specification-tables .desktop-specs table > tfoot > tr > td {
  padding: 17px 10px;
}
.specification-tables .desktop-specs table > tbody > tr > td {
  padding: 17px 20px;
}
.specification-tables .desktop-specs table > tbody > tr > td:nth-child(even) {
  background-color: #f2f2f2;
}
.specification-tables .desktop-specs table > tbody > tr > td,
.specification-tables .desktop-specs table > thead > tr > th {
  width: 15%;
  min-width: 160px;
}
.specification-tables .desktop-specs table > tbody > tr > td:first-of-type,
.specification-tables .desktop-specs table > thead > tr > th:first-of-type {
  width: 15%;
}
.specification-tables .desktop-specs thead th:nth-child(odd) {
  background-color: #b30520;
}
.specification-tables .desktop-specs thead th:nth-child(even) {
  background-color: #9b0f20;
}
.specification-tables .desktop-specs tr {
  position: relative;
}
.specification-tables .desktop-specs tr td:first-of-type {
  position: sticky;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
.specification-tables .desktop-specs tr th:first-of-type {
  position: sticky;
  top: 0;
  left: 0;
  background-color: #b30520;
}
.specification-tables .mobile-specs {
  margin-top: 25px;
  background-color: #ffffff;
}
.specification-tables .mobile-specs table {
  font-size: 15px;
  font-size: 1.5rem;
}
.specification-tables .mobile-specs thead {
  background-color: #b30520;
}
.specification-tables .mobile-specs thead > tr > th:first-of-type {
  text-transform: uppercase;
  color: #ffffff;
}
.specification-tables .mobile-specs table > thead > tr > th,
.specification-tables .mobile-specs table > tbody > tr > th,
.specification-tables .mobile-specs table > tfoot > tr > th,
.specification-tables .mobile-specs table > thead > tr > td,
.specification-tables .mobile-specs table > tbody > tr > td,
.specification-tables .mobile-specs table > tfoot > tr > td {
  padding: 12px 10px;
}
.specification-tables .mobile-specs table > tbody > tr > td:first-of-type,
.specification-tables .mobile-specs table > thead > tr > th:first-of-type {
  padding-left: 20px;
  width: 250px;
}
/* WEARGUARD */
.wearguard {
  background-color: #eee;
  padding-bottom: 100px;
  margin-top: 150px;
  position: relative;
}
.wearguard .logo-wrap {
  margin-bottom: 40px;
}
.wearguard .panel {
  padding: 0 8% 50px;
}
.wearguard .panel:first-of-type {
  border-right: 1px solid #aaa;
}
.wearguard .panel .button {
  margin-top: 40px;
}
.wearguard:after {
  content: '';
  display: inline-block;
  background-color: #eee;
  height: 250px;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(0px 150px, 100% 0px, 100% 100%, 0px 100%);
  clip-path: polygon(0px 150px, 100% 0px, 100% 100%, 0px 100%);
}
@media (max-width: 1024px) {
  .wearguard {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .wearguard .panel {
    padding: 50px 0;
  }
  .wearguard .panel:first-of-type {
    border-right: 0;
    border-bottom: 1px solid #aaa;
    padding-top: 0;
  }
  .wearguard .panel:last-of-type {
    padding-top: 50px;
  }
}
.mytitan-account-setup p,
.mytitan-account-setup .field {
  margin-bottom: 24px;
}
.mytitan-account-setup label {
  font-weight: bold;
}
.mytitan-account-setup input[type="checkbox"] {
  appearance: checkbox;
  -webkit-appearance: checkbox;
  opacity: 1;
  width: 25px;
  height: 25px;
}
.mytitan-page .btn-sm {
  max-width: 100%;
  width: auto;
}
.mytitan-page.hide-title-on-desktop .garage-page-title-wrap {
  display: none;
}
@media (max-width: 1024px) {
  .mytitan-page .page-wrapper .page-main {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mytitan-page .page-main .columns {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1600px) {
  .mytitan-page.hide-title-on-desktop .garage-page-title-wrap {
    display: block;
  }
}
/**
 * Banner
 */
.garage-banner .weather-banner-wrap {
  background-image: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/banners/garage-banner.jpg');
  background-size: cover;
  background-position: center;
  height: 140px;
}
.garage-banner .weather-banner {
  width: 75%;
  margin-left: auto;
  background-color: white;
  margin-top: 83px;
}
.garage-banner img {
  padding: 15px 0;
}
@media (max-width: 1600px) {
  .garage-banner {
    margin-top: 90px;
  }
  .garage-banner .weather-banner-wrap {
    display: none;
  }
}
@media (max-width: 1600px) and (max-width: 1024px) {
  .garage-banner {
    margin-top: 0;
  }
}
/**
 * Content
 */
.garage-content-main {
  padding-top: 35px;
}
@media (max-width: 1600px) {
  .garage-content-main {
    padding-top: 0;
  }
}
.page-layout-2columns-left .columns .column.main.garage-content-main {
  padding-left: 55px;
}
.garage-picker,
.garage-picker h5 {
  line-height: 55px;
}
.garage-picker .garage-actions-accordion,
.garage-picker h5 .garage-actions-accordion {
  position: relative;
}
.garage-picker .garage-actions-accordion .body,
.garage-picker h5 .garage-actions-accordion .body {
  line-height: 1.6;
  position: absolute;
  right: 0;
  background-color: white;
  z-index: 5;
  border: 1px solid #cecece;
}
.garage-picker .garage-actions-accordion .body a,
.garage-picker h5 .garage-actions-accordion .body a {
  display: block;
  padding: 7px 15px;
  border-bottom: 1px solid #cecece;
}
@media (max-width: 643px) {
  .garage-picker .garage-actions-accordion .body,
  .garage-picker h5 .garage-actions-accordion .body {
    right: auto;
    left: 0;
  }
}
.garage-content-main .garage-page-title-wrap {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.garage-content-main .garage-page-title-wrap .page-title-wrapper {
  padding-right: 195px;
}
@media (max-width: 1024px) {
  .garage-content-main .garage-page-title-wrap .page-title-wrapper {
    padding-right: 0;
  }
}
.garage-content-main .garage-page-title-wrap .page-title-wrapper .page-title {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 0;
}
.garage-content-main .garage-page-title-wrap .garage-promo {
  font-weight: bold;
  width: 185px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 15px;
}
.garage-content-main .garage-wysiwyg {
  max-width: 70%;
  padding-bottom: 50px;
}
.garage-content-main .events-grid .event {
  padding: 10px;
}
.garage-content-main .events-grid .event .event-inner {
  background-color: #f4f4f4;
  border: 1px solid #cecece;
}
.garage-content-main .events-grid .event .event-timestamp {
  padding: 15px 15px 0 15px;
}
.garage-content-main .events-grid .event .description {
  padding: 7px 15px 15px 15px;
}
.garage-content-main .garage-section {
  padding-bottom: 70px;
}
.garage-content-main .garage-section > h3 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 13px;
}
.garage-content-main .garage-section table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 28px;
}
.garage-content-main .garage-section table thead.main-thead th {
  background-color: #333333;
  color: white;
  text-transform: uppercase;
  font-weight: normal;
  padding: 23px 20px;
}
.garage-content-main .garage-section table tbody tr.odd {
  background-color: #f6f6f6;
}
.garage-content-main .garage-section table tbody td {
  vertical-align: top;
  padding: 10px 10px 10px 20px;
}
.garage-content-main .garage-section table tbody td[data-key="email"] {
  word-break: break-all;
}
.garage-content-main .garage-section .add-item {
  margin-left: 0px;
  margin-bottom: 15px;
}
.garage-content-main .garage-section .edit-item,
.garage-content-main .garage-section .delete-item {
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: underline;
  padding: 5px;
}
.garage-content-main .garage-section .journal-share-export {
  text-align: right;
  margin-bottom: 20px;
}
.garage-content-main .garage-section .journal-share-export .share {
  display: inline-block;
  text-transform: uppercase;
  background-color: #b30520;
  color: white;
  padding: 10px 60px;
  margin-right: 10px;
}
.garage-content-main .garage-section .journal-share-export .journal-export {
  display: inline-block;
  text-transform: uppercase;
  background-color: #e7e7e7;
  color: black;
  padding: 10px 60px;
}
@media (max-width: 500px) {
  .garage-content-main .garage-section .journal-share-export {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
  }
  .garage-content-main .garage-section .journal-share-export .share,
  .garage-content-main .garage-section .journal-share-export .journal-export {
    margin: 0;
    width: 49%;
    padding-left: 0;
    padding-right: 0;
  }
  .garage-content-main .garage-section .journal-share-export .share {
    margin-right: 1%;
  }
  .garage-content-main .garage-section .journal-share-export .journal-export {
    margin-left: 1%;
  }
}
.garage-content-main .project-view .project-image {
  width: 100px;
  height: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
.garage-content-main .project-view .project-description,
.garage-content-main .project-view .project-location {
  padding-bottom: 25px;
}
@media (max-width: 1600px) {
  .page-layout-2columns-left .columns .column.main.garage-content-main {
    margin: 0;
    padding: 0;
    padding-top: 70px;
    width: 100%;
  }
  .page-layout-2columns-left .columns .column.main.garage-content-main .garage-page-title-wrap .page-title-wrapper {
    padding-left: 0;
  }
  .page-layout-2columns-left .columns .column.main.garage-content-main .garage-wysiwyg {
    max-width: 100%;
    padding-bottom: 30px;
  }
  .garage-mobile-sticky-nav {
    display: block;
    position: fixed;
    z-index: 450;
    height: 90px;
    text-align: center;
    background-color: #b30520;
    color: white;
    top: 127px;
    left: 0;
    right: 0;
    width: 100%;
    transition: top 0.3s;
    -moz-transition: top 0.3s;
    -webkit-transition: top 0.3s;
  }
  .garage-mobile-sticky-nav ul,
  .garage-mobile-sticky-nav li {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .garage-mobile-sticky-nav li {
    border-left: 1px solid #ca5063;
  }
  .garage-mobile-sticky-nav li:first-child {
    border-left: none;
  }
  .garage-mobile-sticky-nav li > a:before {
    font-family: 'Font Awesome 6 Pro';
    display: block;
    line-height: 1;
    padding-bottom: 5px;
  }
  .garage-mobile-sticky-nav li > a:before {
    filter: invert(100%);
  }
  .garage-mobile-sticky-nav li.mytitan > a:before {
    content: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/mytitan-home.png');
  }
  .garage-mobile-sticky-nav a {
    padding-top: 20px;
    height: 89px;
    display: block;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
  }
  .header-transition-true .garage-mobile-sticky-nav {
    top: 61px;
  }
  .mobile-weather {
    display: block;
  }
}
@media (max-width: 1024px) {
  .garage-content-main .garage-section table thead {
    display: none;
  }
  .garage-content-main .garage-section table tbody tr {
    padding: 10px;
    display: block;
  }
  .garage-content-main .garage-section table tbody td {
    padding: 0;
    display: block;
  }
  .garage-content-main .garage-section table tbody td .mobile-label {
    font-weight: bold;
  }
  .garage-content-main .garage-section table tbody td.hide {
    display: none;
  }
  .garage-mobile-sticky-nav {
    top: auto;
    bottom: 0;
    border-top: 1px solid #ca5063;
    height: 70px;
  }
  .garage-mobile-sticky-nav a {
    font-size: 12px;
    font-size: 1.2rem;
    height: 69px;
    padding-top: 8px;
  }
  .garage-mobile-sticky-nav a:hover {
    color: white;
    text-decoration: underline;
  }
  .garage-mobile-sticky-nav a:before {
    height: 33px;
  }
  .header-transition-true .garage-mobile-sticky-nav {
    top: auto;
    bottom: 0;
  }
  .mytitan-page .page-footer {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .page-layout-2columns-left .columns .column.main.garage-content-main {
    padding-top: 0px;
  }
  .garage-content-main .garage-page-title-wrap .page-title-wrapper .page-title {
    width: 100%;
  }
  .garage-content-main .garage-page-title-wrap .garage-promo {
    position: static;
    text-align: left;
    width: auto;
    margin-top: 20px;
  }
}
@media (max-width: 389px) {
  .garage-mobile-sticky-nav li.mytitan > a:before {
    content: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/mytitan-home-mobile.png');
  }
  .garage-mobile-sticky-nav a {
    padding-top: 19px;
  }
  .garage-mobile-sticky-nav a:before {
    height: 15px;
  }
  .garage-mobile-sticky-nav li.mytitan-journal a {
    padding-top: 16px;
    line-height: 1;
  }
}
/**
 * Sidebar
 */
.page-layout-2columns-left .columns .sidebar-main.garage-sidebar-wrap {
  padding-right: 0;
}
body.job-view .garage-sidebar-wrap .garage-sidebar li.mytitan-jobs > a,
body.sub-job-view .garage-sidebar-wrap .garage-sidebar li.mytitan-jobs > a {
  background-color: #b30520;
  color: white;
}
body.job-view .garage-sidebar-wrap .garage-sidebar li.mytitan-jobs > a:before,
body.sub-job-view .garage-sidebar-wrap .garage-sidebar li.mytitan-jobs > a:before {
  filter: invert(100%);
}
.garage-sidebar-wrap {
  background-color: #f6f6f6;
}
.garage-sidebar-wrap .garage-sidebar {
  width: 100%;
  margin-left: auto;
}
.garage-sidebar-wrap .garage-sidebar ul,
.garage-sidebar-wrap .garage-sidebar li {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.garage-sidebar-wrap .garage-sidebar li > a {
  color: black;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 27px 30px 27px 32px;
  display: block;
  border-bottom: 1px solid #b8b8b8;
  font-weight: bold;
  position: relative;
}
.garage-sidebar-wrap .garage-sidebar li.mytitan > a {
  padding: 27px 30px 27px 70px;
}
.garage-sidebar-wrap .garage-sidebar li.active > a,
.garage-sidebar-wrap .garage-sidebar li:hover > a {
  background-color: #b30520;
  color: white;
}
.garage-sidebar-wrap .garage-sidebar li > a:before {
  display: inline-block;
  position: absolute;
  left: 30px;
  width: 30px;
  height: 30px;
}
.garage-sidebar-wrap .garage-sidebar li.active > a:before,
.garage-sidebar-wrap .garage-sidebar li:hover > a:before {
  filter: invert(100%);
}
.garage-sidebar-wrap .garage-sidebar li.mytitan > a:before {
  content: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/mytitan-home.png');
}
@media (max-width: 1600px) {
  .page-layout-2columns-left .columns .sidebar-main.garage-sidebar-wrap {
    display: none;
  }
}
/**
 * Events
 */
.garage-events .section-title {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
/**
 * Home CTA
 */
.garage-home-cta {
  padding: 75px 55px;
  color: white;
  background-image: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/banners/garage-cta-bg.jpg');
  background-size: cover;
  background-position: bottom right;
}
.garage-home-cta h2.title {
  font-size: 42px;
  font-size: 4.2rem;
}
.garage-home-cta .contents {
  max-width: 60%;
}
@media (max-width: 1024px) {
  .garage-home-cta .contents {
    max-width: 100%;
  }
}
/**
 * Job View
 */
.job-view .job-attrs .job-attr:nth-child(even) {
  background-color: #e4e4e4;
}
.job-view .job-attr {
  padding: 20px 5px;
}
.job-view .pictures {
  margin-bottom: 35px;
}
.job-view .pictures .picture {
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.job-view .pictures .slick-prev,
.job-view .pictures .slick-next {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #b30520;
  font-size: 25px;
  font-size: 2.5rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
}
.job-view .pictures .slick-prev {
  left: 0%;
}
.job-view .pictures .slick-next {
  right: 0%;
}
.job-view .job-location {
  padding-top: 40px;
}
.job-view .job-location #map_canvas {
  width: 100%;
  height: 300px;
}
/**
 * Modals
 */
.no-garages-modal .two-column {
  padding: 0 10px;
}
.no-garages-modal .two-column .field {
  margin-bottom: 15px;
}
.garage-modal {
  text-align: left;
}
.garage-modal form .field {
  padding: 0 10px;
  margin-bottom: 20px;
}
.garage-modal form .field label {
  font-weight: bold;
}
.garage-modal form .field input {
  text-align: left;
  border: 1px solid #636466;
  background-color: white;
}
.garage-modal form .field input[type="date"] {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 1px solid #636466;
  width: 100%;
  height: 55px;
  color: #181818;
  padding: 0;
  padding-left: 10px;
  background-color: white;
}
.garage-modal form .radio-wrap {
  padding-bottom: 10px;
}
.garage-modal form .field.custom-field {
  padding: 25px 15px 15px 15px;
  border-top: 2px solid black;
  position: relative;
}
.garage-modal form .btn,
.garage-modal form .column:not(.sidebar-main) .ecp-view form .actions-toolbar button,
.garage-modal form .category-list.products-main-grid .title,
.garage-modal form .customer-account-createpassword .action.primary,
.garage-modal form .customer-account-forgotpassword .action.primary,
.garage-modal form .customer-account-createpassword .captcha-reload,
.garage-modal form .customer-account-forgotpassword .captcha-reload,
.garage-modal form .citadel-customer-login .action.primary,
.garage-modal form .vault-customer-login .action.primary,
.garage-modal form .customer-account-login .action.primary {
  max-width: 100%;
  width: auto;
  display: inline-block;
}
.garage-modal form .custom-data {
  padding-top: 30px;
  position: relative;
}
.garage-modal form .custom-data:before {
  content: "Custom Data";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.garage-modal form .remove-custom-field {
  position: absolute;
  top: 0;
  right: 15px;
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}
.promotions-modal-container .modal-inner-wrap {
  max-width: 900px;
}
.promotions-modal-container .modal-header {
  padding: 0;
}
.promotions-modal-container .modal-header .action-close {
  width: 35px;
  height: 35px;
  background-color: white;
  z-index: 5;
  top: -15px;
  right: -15px;
  padding: 0;
  border-radius: 30px;
}
.promotions-modal-container .modal-header .action-close:before {
  color: black;
}
.promotions-modal-container .modal-title {
  display: none;
}
.promotions-modal-container .modal-content {
  padding: 0;
  border: 5px solid white;
}
.promotions-modal-container .modal-content .gradient-overlay {
  background: -moz-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.promotions-modal-container .modal-content .promo .inner {
  width: 60%;
  color: white;
  padding: 90px 45px 120px 45px;
}
.promotions-modal-container .modal-content .promo .inner .promo-title {
  font-size: 50px;
  font-size: 5rem;
  font-weight: bold;
  font-family: 'Univers', sans-serif;
  text-transform: uppercase;
}
.promotions-modal-container .modal-content .promo .inner .promo-body {
  padding-bottom: 55px;
}
@media (max-width: 1024px) {
  .promotions-modal-container .modal-inner-wrap {
    width: 90%;
  }
  .promotions-modal-container .modal-content .gradient-overlay {
    background: rgba(0, 0, 0, 0.5);
  }
  .promotions-modal-container .modal-content .promo .inner {
    width: 90%;
    padding: 30px 15px 50px 15px;
  }
  .promotions-modal-container .modal-content .promo .inner .promo-title {
    font-size: 30px;
    font-size: 3rem;
  }
  .promotions-modal-container .modal-content .promo .inner .promo-body {
    padding-bottom: 30px;
  }
}
/**
 * Products
 */
.product-add-garage-form {
  padding-bottom: 45px;
}
.product-add-garage-form label {
  font-weight: bold;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.product-add-garage-form i {
  position: absolute;
  top: 39px;
  right: 28px;
}
.product-add-garage-form .field {
  padding-top: 25px;
}
.product-add-garage-form .field-search {
  width: 100%;
  max-width: 500px;
  padding-right: 15px;
}
.product-add-garage-form .field-search input {
  height: 45px;
  background-color: white;
  border: 1px solid #cccccc;
  line-height: 45px;
}
.product-add-garage-form .field-submit button {
  height: 45px;
}
.product-autocomplete ul a {
  font-weight: bold;
}
.product-autocomplete ul ul {
  display: block;
  position: static;
  max-height: none;
  overflow-y: auto;
}
.product-autocomplete ul ul li {
  border: none;
}
.product-autocomplete ul span {
  color: #000000;
  padding: 15px 20px;
  display: block;
  font-style: italic;
}
.product-autocomplete ul ul li a {
  padding: 7px 20px 7px 35px;
  border-top: 1px solid gray;
}
.garage-products .product-accordion {
  color: #333333;
  background-color: #f6f6f6;
  margin-bottom: 20px;
}
.garage-products .product-accordion .title-bar {
  padding: 17px 0 17px 30px;
  position: relative;
}
.garage-products .product-accordion .title-bar .name {
  text-transform: uppercase;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
}
.garage-products .product-accordion .title-bar .dates {
  position: relative;
  padding-left: 30px;
  padding-right: 10px;
}
.garage-products .product-accordion .title-bar .dates:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #dddddd;
}
.garage-products .product-accordion .title-bar .actions {
  padding-right: 80px;
}
.garage-products .product-accordion .title-bar .accordion-control {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  right: 0;
  top: 0;
}
.garage-products .product-accordion .title-bar .accordion-control .inner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 17px;
  bottom: 17px;
  width: 1px;
  background-color: #dddddd;
}
.garage-products .product-accordion .accordion-body {
  border-top: 1px solid #dddddd;
  padding: 30px 30px 75px 30px;
}
.garage-products .product-accordion .accordion-body .product-name {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  padding-bottom: 5px;
}
.garage-products .product-accordion .accordion-body .image {
  padding-bottom: 30px;
}
.garage-products .product-accordion .accordion-body .specifications h5 {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
}
.garage-products .product-accordion .accordion-body .specifications h5:after {
  content: ':';
}
.garage-products .product-accordion .accordion-body .specifications tr {
  background-color: white;
}
.garage-products .product-accordion .accordion-body .specifications tr:nth-child(odd) {
  background-color: #ececec;
}
.garage-products .product-accordion .accordion-body .specifications tr td:first-child {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
.garage-products .product-accordion .accordion-body .resources {
  padding-left: 30px;
}
.garage-products .product-accordion .accordion-body .resources .pdfs {
  padding-bottom: 30px;
}
.garage-products .product-accordion .accordion-body .resources .pdfs .file-name {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 42px;
  position: relative;
  min-height: 43px;
  display: inline-block;
  padding-right: 20px;
}
.garage-products .product-accordion .accordion-body .resources .pdfs .file-name:before {
  content: '';
  background: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/PDF_sprite.png') 0 0;
  display: inline-block;
  margin-right: 5px;
  width: 33px;
  height: 33px;
  position: absolute;
  top: -8px;
  left: 0;
}
.garage-products .product-accordion .accordion-body .resources .pdfs .file-name:hover:before {
  background: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/PDF_sprite.png') -42px 0;
}
.garage-products .product-accordion .accordion-body .resources .videos .section-title {
  padding-bottom: 18px;
}
.garage-products .product-accordion .accordion-body .resources .videos .video {
  overflow: hidden;
  padding: 0 5px 10px 5px;
}
.garage-products .product-accordion .accordion-body .resources .videos .video .i-wrapper {
  font-size: 45px;
  font-size: 4.5rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.garage-products .product-accordion .accordion-body .resources .videos .video .i-wrapper:before {
  content: '';
  background-color: white;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.garage-products .product-accordion .accordion-body .service-reminders .service-reminder {
  padding: 5px;
}
.garage-products .product-accordion .accordion-body .service-reminders .service-reminder .inner {
  background-color: white;
  padding: 10px;
}
.garage-products .product-accordion .accordion-body .service-reminders .service-reminder .inner .time {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #b30520;
  color: white;
  text-align: center;
  line-height: 50px;
  margin-bottom: 10px;
}
.garage-products .product-accordion.open .accordion-control i {
  position: relative;
  top: 2px;
  transform: rotate(180deg);
}
.mytitan-page .fs-tta .tab-bar {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  border-bottom: 1px solid gray;
}
.mytitan-page .fs-tta .tab-bar li {
  display: inline-block;
  margin: 0;
  margin-bottom: -1px;
}
.mytitan-page .fs-tta .tab-bar li a {
  display: block;
  padding: 8px 15px;
  border: 1px solid gray;
}
.mytitan-page .fs-tta .tab-bar li a.active {
  border-bottom: 1px solid #f6f6f6;
  font-weight: bold;
}
.garage-actions-accordion .title i {
  transition: transform 0.4s;
}
.garage-actions-accordion .title.open i {
  transform: rotate(180deg);
}
.garage-actions-accordion .body {
  margin-left: 15px;
}
.garage-content-main .garage-weather {
  display: none;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1600px) {
  .garage-content-main .garage-weather {
    display: block;
  }
}
.garage-content-main .garage-weather .forecast {
  display: none;
}
.garage-content-main .garage-weather .mobile-forecast-accordion {
  display: block;
}
.garage-content-main .garage-weather .mobile-forecast-accordion i {
  transition: transform 0.4s;
}
.garage-content-main .garage-weather .mobile-forecast-accordion.open i {
  transform: rotate(180deg);
}
.garage-weather {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px;
}
.garage-weather .mobile-forecast-accordion {
  display: none;
}
.garage-weather .weather-type-selector .tab-bar {
  padding: 13px 10px;
  margin-bottom: 25px;
  color: white;
  background-color: #333333;
  line-height: 20px;
}
.garage-weather .weather-type-selector .tab-bar .toggle-icon {
  position: relative;
  top: 2px;
  height: 20px;
  width: 45px;
  border-radius: 20px;
  display: inline-block;
  background-color: white;
  margin: 0 15px;
}
.garage-weather .weather-type-selector .tab-bar .toggle-icon .toggle-dot {
  transition: left 0.3s;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #b30520;
}
.garage-weather .weather-type-selector .tab-bar .toggle-icon .toggle-right.toggle-dot {
  left: 27px;
}
.garage-weather .location-search {
  background-color: white;
  border: 1px solid #c5c9cc;
  margin-bottom: 20px;
}
.garage-weather .location-search .inner {
  padding: 15px 10px;
}
.garage-weather .location-search input {
  padding-right: 55px;
  border: 1px solid #BDBDBD;
}
.garage-weather .location-search button {
  padding: 0;
  margin: 0;
  background: none;
  outline: none;
  border: none;
  color: #b30520;
  min-width: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  z-index: 2;
}
.garage-weather .current {
  background-color: white;
  border: 1px solid #c5c9cc;
  margin-bottom: 20px;
}
.garage-weather .current .inner {
  padding: 15px 10px;
}
.garage-weather .current .current-temp {
  font-size: 30px;
  font-size: 3rem;
}
.garage-weather .current .sky img {
  max-width: 40px;
}
.garage-weather .current .location {
  background-color: #b30520;
  color: white;
  padding: 5px 15px;
}
.garage-weather .forecast {
  background-color: white;
  border: 1px solid #c5c9cc;
}
.garage-weather .forecast .inner {
  padding: 5px 10px;
}
.garage-weather .forecast .day {
  border-bottom: 1px solid #bdbdbd;
}
.garage-weather .forecast .date {
  font-size: 23px;
  font-size: 2.3rem;
  padding-bottom: 10px;
}
.garage-weather .forecast .sky img {
  max-width: 40px;
}
@media (max-width: 1200px) {
  .garage-products .product-accordion .title-bar .name {
    padding-right: 80px;
  }
  .garage-products .product-accordion .title-bar .dates {
    padding-left: 0;
    padding-top: 5px;
  }
  .garage-products .product-accordion .title-bar .dates:before {
    display: none;
  }
  .garage-products .product-accordion .accordion-body .main-details,
  .garage-products .product-accordion .accordion-body .specs {
    padding-bottom: 20px;
  }
  .garage-products .product-accordion .accordion-body .top-row {
    padding-bottom: 30px;
  }
  .garage-products .product-accordion .accordion-body .resources {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .garage-products .product-accordion .title-bar .dates .purchased,
  .garage-products .product-accordion .title-bar .dates .serviced {
    padding-left: 0;
    display: block;
    position: static;
  }
  .garage-products .product-accordion .accordion-body .resources .pdfs .file-name {
    display: block;
  }
}
.mytitan-store-search {
  display: none;
  max-width: 250px;
  padding: 25px 0;
}
.mytitan-store-search input {
  height: 55px;
  padding-right: 60px;
}
.mytitan-store-search button {
  top: 0;
  right: 0;
  height: 55px;
  width: 55px;
  text-align: center;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 55px;
  background: none;
  color: #b30520;
}
.mytitan-store-search.show,
.mytitan-store-view .mytitan-store-search {
  display: block;
}
.catalog-product-view .mytitan-store-search {
  display: none;
}
.connector-compatibility-search-sw header.page-header,
.connector-sprayer-search-sw header.page-header,
.page-layout-sw_landing.header-transition-true header.page-header {
  margin-top: 0;
}
.connector-compatibility-search-sw .page-wrapper,
.connector-sprayer-search-sw .page-wrapper,
.page-layout-sw_landing .page-wrapper {
  margin-top: 0;
}
.connector-compatibility-search-sw .page-wrapper .page-main,
.connector-sprayer-search-sw .page-wrapper .page-main,
.page-layout-sw_landing .page-wrapper .page-main {
  max-width: 100%;
  padding-bottom: 0;
}
.connector-compatibility-search-sw .page-wrapper .page-header,
.connector-sprayer-search-sw .page-wrapper .page-header,
.page-layout-sw_landing .page-wrapper .page-header {
  position: static;
  background-color: #b30520;
  color: white;
}
.connector-compatibility-search-sw .page-wrapper .page-header .sw-header .site-width,
.connector-sprayer-search-sw .page-wrapper .page-header .sw-header .site-width,
.page-layout-sw_landing .page-wrapper .page-header .sw-header .site-width,
.connector-compatibility-search-sw .page-wrapper .page-header .sw-header .page-layout-2columns-left .page-title-wrapper,
.connector-sprayer-search-sw .page-wrapper .page-header .sw-header .page-layout-2columns-left .page-title-wrapper,
.page-layout-sw_landing .page-wrapper .page-header .sw-header .page-layout-2columns-left .page-title-wrapper,
.connector-compatibility-search-sw .page-wrapper .page-header .sw-header .page-layout-2columns-left .columns,
.connector-sprayer-search-sw .page-wrapper .page-header .sw-header .page-layout-2columns-left .columns,
.page-layout-sw_landing .page-wrapper .page-header .sw-header .page-layout-2columns-left .columns,
.connector-compatibility-search-sw .page-wrapper .page-header .sw-header .breadcrumbs,
.connector-sprayer-search-sw .page-wrapper .page-header .sw-header .breadcrumbs,
.page-layout-sw_landing .page-wrapper .page-header .sw-header .breadcrumbs,
.connector-compatibility-search-sw .page-wrapper .page-header .sw-header .cms-page-view .page-wrapper .page-main,
.connector-sprayer-search-sw .page-wrapper .page-header .sw-header .cms-page-view .page-wrapper .page-main,
.page-layout-sw_landing .page-wrapper .page-header .sw-header .cms-page-view .page-wrapper .page-main,
.connector-compatibility-search-sw .page-wrapper .page-header .sw-header .catalog-category-view .page-title-wrapper,
.connector-sprayer-search-sw .page-wrapper .page-header .sw-header .catalog-category-view .page-title-wrapper,
.page-layout-sw_landing .page-wrapper .page-header .sw-header .catalog-category-view .page-title-wrapper {
  padding: 10px 15px;
}
.connector-compatibility-search-sw .page-wrapper .page-header .sw-header .site-width > a,
.connector-sprayer-search-sw .page-wrapper .page-header .sw-header .site-width > a,
.page-layout-sw_landing .page-wrapper .page-header .sw-header .site-width > a,
.connector-compatibility-search-sw .page-wrapper .page-header .sw-header .page-layout-2columns-left .page-title-wrapper > a,
.connector-sprayer-search-sw .page-wrapper .page-header .sw-header .page-layout-2columns-left .page-title-wrapper > a,
.page-layout-sw_landing .page-wrapper .page-header .sw-header .page-layout-2columns-left .page-title-wrapper > a,
.connector-compatibility-search-sw .page-wrapper .page-header .sw-header .page-layout-2columns-left .columns > a,
.connector-sprayer-search-sw .page-wrapper .page-header .sw-header .page-layout-2columns-left .columns > a,
.page-layout-sw_landing .page-wrapper .page-header .sw-header .page-layout-2columns-left .columns > a,
.connector-compatibility-search-sw .page-wrapper .page-header .sw-header .breadcrumbs > a,
.connector-sprayer-search-sw .page-wrapper .page-header .sw-header .breadcrumbs > a,
.page-layout-sw_landing .page-wrapper .page-header .sw-header .breadcrumbs > a,
.connector-compatibility-search-sw .page-wrapper .page-header .sw-header .cms-page-view .page-wrapper .page-main > a,
.connector-sprayer-search-sw .page-wrapper .page-header .sw-header .cms-page-view .page-wrapper .page-main > a,
.page-layout-sw_landing .page-wrapper .page-header .sw-header .cms-page-view .page-wrapper .page-main > a,
.connector-compatibility-search-sw .page-wrapper .page-header .sw-header .catalog-category-view .page-title-wrapper > a,
.connector-sprayer-search-sw .page-wrapper .page-header .sw-header .catalog-category-view .page-title-wrapper > a,
.page-layout-sw_landing .page-wrapper .page-header .sw-header .catalog-category-view .page-title-wrapper > a {
  margin-right: 15px;
}
.connector-compatibility-search-sw .page-wrapper .page-header .sw-header .site-width > span,
.connector-sprayer-search-sw .page-wrapper .page-header .sw-header .site-width > span,
.page-layout-sw_landing .page-wrapper .page-header .sw-header .site-width > span,
.connector-compatibility-search-sw .page-wrapper .page-header .sw-header .page-layout-2columns-left .page-title-wrapper > span,
.connector-sprayer-search-sw .page-wrapper .page-header .sw-header .page-layout-2columns-left .page-title-wrapper > span,
.page-layout-sw_landing .page-wrapper .page-header .sw-header .page-layout-2columns-left .page-title-wrapper > span,
.connector-compatibility-search-sw .page-wrapper .page-header .sw-header .page-layout-2columns-left .columns > span,
.connector-sprayer-search-sw .page-wrapper .page-header .sw-header .page-layout-2columns-left .columns > span,
.page-layout-sw_landing .page-wrapper .page-header .sw-header .page-layout-2columns-left .columns > span,
.connector-compatibility-search-sw .page-wrapper .page-header .sw-header .breadcrumbs > span,
.connector-sprayer-search-sw .page-wrapper .page-header .sw-header .breadcrumbs > span,
.page-layout-sw_landing .page-wrapper .page-header .sw-header .breadcrumbs > span,
.connector-compatibility-search-sw .page-wrapper .page-header .sw-header .cms-page-view .page-wrapper .page-main > span,
.connector-sprayer-search-sw .page-wrapper .page-header .sw-header .cms-page-view .page-wrapper .page-main > span,
.page-layout-sw_landing .page-wrapper .page-header .sw-header .cms-page-view .page-wrapper .page-main > span,
.connector-compatibility-search-sw .page-wrapper .page-header .sw-header .catalog-category-view .page-title-wrapper > span,
.connector-sprayer-search-sw .page-wrapper .page-header .sw-header .catalog-category-view .page-title-wrapper > span,
.page-layout-sw_landing .page-wrapper .page-header .sw-header .catalog-category-view .page-title-wrapper > span {
  margin-right: 15px;
}
.connector-compatibility-search-sw .page-wrapper .sw-footer,
.connector-sprayer-search-sw .page-wrapper .sw-footer,
.page-layout-sw_landing .page-wrapper .sw-footer {
  padding: 15px 0;
  background-color: #b30520;
  color: white;
}
.contentmanager-contenttype-blog_posts .page-main,
.contentmanager-contenttype-blog_categories .page-main {
  padding-top: 40px;
  padding-bottom: 40px;
}
.contentmanager-contenttype-blog_posts .page-main h1,
.contentmanager-contenttype-blog_categories .page-main h1 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.page-layout-blog_archive .columns .sidebar-main,
.page-layout-blog_landing .columns .sidebar-main,
.contentmanager-contenttype-blog_posts .columns .sidebar-main,
.contentmanager-contenttype-blog_categories .columns .sidebar-main {
  padding-left: 30px;
}
.page-layout-blog_archive .columns .sidebar-main .widget,
.page-layout-blog_landing .columns .sidebar-main .widget,
.contentmanager-contenttype-blog_posts .columns .sidebar-main .widget,
.contentmanager-contenttype-blog_categories .columns .sidebar-main .widget {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page-layout-blog_archive .columns .sidebar-main .widget-title,
.page-layout-blog_landing .columns .sidebar-main .widget-title,
.contentmanager-contenttype-blog_posts .columns .sidebar-main .widget-title,
.contentmanager-contenttype-blog_categories .columns .sidebar-main .widget-title {
  padding-bottom: 5px;
  border-bottom: 4px solid #181818;
}
.page-layout-blog_archive .columns .post-list,
.page-layout-blog_landing .columns .post-list,
.contentmanager-contenttype-blog_posts .columns .post-list,
.contentmanager-contenttype-blog_categories .columns .post-list {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid gray;
}
.page-layout-blog_archive .columns .post-list .item,
.page-layout-blog_landing .columns .post-list .item,
.contentmanager-contenttype-blog_posts .columns .post-list .item,
.contentmanager-contenttype-blog_categories .columns .post-list .item {
  padding: 0 10px 20px 10px;
}
.page-layout-blog_archive .columns .post-list .item .featured-image,
.page-layout-blog_landing .columns .post-list .item .featured-image,
.contentmanager-contenttype-blog_posts .columns .post-list .item .featured-image,
.contentmanager-contenttype-blog_categories .columns .post-list .item .featured-image,
.page-layout-blog_archive .columns .post-list .item .excerpt,
.page-layout-blog_landing .columns .post-list .item .excerpt,
.contentmanager-contenttype-blog_posts .columns .post-list .item .excerpt,
.contentmanager-contenttype-blog_categories .columns .post-list .item .excerpt {
  color: black;
  padding-bottom: 10px;
}
.page-layout-blog_archive .post-navigation a,
.page-layout-blog_landing .post-navigation a,
.contentmanager-contenttype-blog_posts .post-navigation a,
.contentmanager-contenttype-blog_categories .post-navigation a {
  padding: 30px 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .page-layout-blog_archive .columns .sidebar-main,
  .page-layout-blog_landing .columns .sidebar-main,
  .contentmanager-contenttype-blog_posts .columns .sidebar-main,
  .contentmanager-contenttype-blog_categories .columns .sidebar-main {
    padding-top: 30px;
    padding-left: 0;
  }
}
.cms-top-content {
  max-width: 930px;
  padding-bottom: 55px;
  margin-bottom: 55px;
  position: relative;
}
.cms-top-content:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  max-width: 250px;
  background-color: #cccccc;
}
.cms-middle-content {
  max-width: 930px;
  padding-bottom: 55px;
}
.wearguard-form {
  max-width: 1250px;
}
.wearguard-form .field.two-column:nth-child(odd) {
  padding-right: 85px;
}
.wearguard-form input[name="phone"] {
  max-width: 400px;
}
.wearguard-form select[name="state"] {
  max-width: 200px;
}
.wearguard-form input[name="zip"] {
  max-width: 260px;
}
.wearguard-form input[type="date"] {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 1px solid transparent;
  width: 100%;
  height: 55px;
  color: #181818;
  padding: 0;
  padding-left: 10px;
  background-color: #f4f4f4;
}
.wearguard-form .product-row {
  position: relative;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 50px;
}
.wearguard-form .product-row:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  max-width: 250px;
  background-color: #cccccc;
}
.wearguard-form .discount-container {
  padding: 0;
  margin: 0;
}
.wearguard-form .discount-container .discounts {
  background-color: #666666;
  color: white;
  padding: 40px 75px;
}
.wearguard-form .discount-container .discounts .discount:nth-child(odd) {
  padding-right: 85px;
}
.wearguard-form .discount-container .discounts label {
  font-size: 25px;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-family: 'Univers', sans-serif;
  font-weight: 700;
  display: block;
}
.wearguard-form .discount-container .discounts p {
  padding-top: 20px;
}
.wearguard-form .action-instructions {
  margin-bottom: 20px;
}
.wearguard-form .add-product-wrapper {
  float: left;
  margin-right: 130px;
  padding-top: 19px;
}
.wearguard-form .add-product-wrapper a {
  border: 2px solid #B30520;
  padding: 10px;
}
.wearguard-form .add-product-wrapper i {
  font-size: 26px;
  font-size: 2.6rem;
  position: relative;
  top: 3px;
  padding-left: 10px;
}
@media (max-width: 1024px) {
  .cms-top-content,
  .cms-middle-content {
    max-width: 100%;
  }
  .wearguard-form .field.two-column:nth-child(odd) {
    padding-right: 15px;
  }
  .wearguard-form .discount-container .discounts {
    padding: 40px 20px;
  }
  .wearguard-form .discount-container .discounts .discount:nth-child(odd) {
    padding-right: 0;
    padding-bottom: 40px;
  }
  .wearguard-form .discount-container .discounts p {
    padding-top: 10px;
  }
  .wearguard-form.webforms .fieldset {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cms-wearguard.cms-page-view .page-wrapper .page-main {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wearguard-form.webforms .field {
    padding-left: 0;
    padding-right: 0;
  }
  .wearguard-form [type="checkbox"]:not(:checked) + label:before,
  .wearguard-form [type="radio"]:not(:checked) + label:before,
  .wearguard-form [type="checkbox"]:checked + label:before,
  .wearguard-form [type="radio"]:checked + label:before {
    transform: none;
    top: 0;
  }
  .wearguard-form .discount-container .discounts label {
    font-size: 20px;
    font-size: 2rem;
  }
}
.wearguard-landing {
  padding: 15px 30px 130px 30px;
}
.wearguard-landing .wg-banner {
  background-color: #e9e9eb;
  padding: 20px 30px 40px 30px;
  margin-bottom: 25px;
}
.wearguard-landing .wg-banner .wearguard-side {
  padding-right: 30px;
}
.wearguard-landing .wg-banner .convenience-side {
  padding-left: 30px;
}
.wearguard-landing .wg-banner .convenience-side .inner {
  padding-left: 30px;
}
.wearguard-landing .wg-banner .title-1 {
  margin-bottom: 0;
}
.wearguard-landing .wg-banner .body {
  max-width: 640px;
}
.wearguard-landing .warranty-intro-titles .title-1 {
  margin-bottom: 0;
}
.wearguard-landing .wg-columns .wearguard-side {
  padding-right: 30px;
}
.wearguard-landing .wg-columns .wearguard-side .gray-section-1 {
  padding-right: 13px;
}
.wearguard-landing .wg-columns .wearguard-side .gray-section-2 {
  padding-left: 13px;
}
.wearguard-landing .wg-columns .wearguard-side .gray-section .inner {
  background-color: #e9e9eb;
  padding: 20px 15px 40px 15px;
}
.wearguard-landing .wg-columns .wearguard-side .gray-section .inner h2,
.wearguard-landing .wg-columns .wearguard-side .gray-section .inner h3,
.wearguard-landing .wg-columns .wearguard-side .gray-section .inner h4,
.wearguard-landing .wg-columns .wearguard-side .gray-section .inner h5,
.wearguard-landing .wg-columns .wearguard-side .gray-section .inner h6 {
  margin-bottom: 10px;
}
.wearguard-landing .wg-columns .wearguard-side .gray-section .inner p {
  margin-bottom: 30px;
}
.wearguard-landing .wg-columns .convenience-side {
  padding-left: 30px;
}
.wearguard-landing .wg-columns .convenience-side .gray-section-1 {
  margin-bottom: 26px;
}
.wearguard-landing .wg-columns .convenience-side .gray-section .inner {
  background-color: #cacacc;
  padding: 20px 15px 40px 30px;
}
.wearguard-landing .wg-columns .convenience-side .gray-section .inner h2,
.wearguard-landing .wg-columns .convenience-side .gray-section .inner h3,
.wearguard-landing .wg-columns .convenience-side .gray-section .inner h4,
.wearguard-landing .wg-columns .convenience-side .gray-section .inner h5,
.wearguard-landing .wg-columns .convenience-side .gray-section .inner h6 {
  margin-bottom: 10px;
}
.wearguard-landing .wg-columns .convenience-side .gray-section .inner p {
  margin-bottom: 30px;
}
.wearguard-landing .wg-columns .top-black-bar {
  padding: 15px 30px;
  background-color: #333333;
  color: white;
  margin-bottom: 30px;
}
.wearguard-landing .wg-columns .top-black-bar .top-black-bar-title {
  font-weight: normal;
  display: inline-block;
  padding-right: 60px;
}
.wearguard-landing .wg-columns .top-black-bar .btn,
.wearguard-landing .wg-columns .top-black-bar .column:not(.sidebar-main) .ecp-view form .actions-toolbar button,
.wearguard-landing .wg-columns .top-black-bar .category-list.products-main-grid .title,
.wearguard-landing .wg-columns .top-black-bar .customer-account-createpassword .action.primary,
.wearguard-landing .wg-columns .top-black-bar .customer-account-forgotpassword .action.primary,
.wearguard-landing .wg-columns .top-black-bar .customer-account-createpassword .captcha-reload,
.wearguard-landing .wg-columns .top-black-bar .customer-account-forgotpassword .captcha-reload,
.wearguard-landing .wg-columns .top-black-bar .citadel-customer-login .action.primary,
.wearguard-landing .wg-columns .top-black-bar .vault-customer-login .action.primary,
.wearguard-landing .wg-columns .top-black-bar .customer-account-login .action.primary {
  padding: 8px 40px;
  min-width: 0;
  width: auto;
}
.wearguard-landing .wg-bottom-black-bars {
  padding-top: 70px;
}
.wearguard-landing .wg-bottom-black-bars .wearguard-side {
  padding-right: 30px;
}
.wearguard-landing .wg-bottom-black-bars .convenience-side {
  padding-left: 30px;
}
.wearguard-landing .wg-bottom-black-bars .bottom-black-bar {
  background-color: #333333;
  color: white;
  padding: 28px 30px;
}
.wearguard-landing .wg-bottom-black-bars .bottom-black-bar .body {
  margin-bottom: 50px;
}
.wearguard-landing .wg-bottom-black-bars .text-columns {
  padding-bottom: 30px;
}
.wearguard-landing .wg-bottom-black-bars .text-columns .text-column {
  padding-right: 60px;
}
@media (max-width: 1350px) {
  .wearguard-landing {
    padding: 15px 15px 60px 15px;
  }
  .wearguard-landing .wg-bottom-black-bars .wearguard-side,
  .wearguard-landing .wg-columns .wearguard-side,
  .wearguard-landing .wg-banner .wearguard-side {
    padding-right: 20px;
  }
  .wearguard-landing .wg-bottom-black-bars .convenience-side,
  .wearguard-landing .wg-columns .convenience-side,
  .wearguard-landing .wg-banner .convenience-side {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .wearguard-landing .wg-bottom-black-bars .wearguard-side,
  .wearguard-landing .wg-columns .wearguard-side,
  .wearguard-landing .wg-banner .wearguard-side {
    padding-right: 0;
  }
  .wearguard-landing .wg-bottom-black-bars .convenience-side,
  .wearguard-landing .wg-columns .convenience-side,
  .wearguard-landing .wg-banner .convenience-side {
    padding-left: 0px;
  }
  .wearguard-landing .wg-banner .convenience-side .inner {
    padding-left: 0;
    padding-top: 30px;
  }
  .wearguard-landing .wg-columns .convenience-side,
  .wearguard-landing .wg-bottom-black-bars .convenience-side {
    margin-top: 30px;
  }
  .wearguard-landing .wg-columns .convenience-side .gray-section .inner {
    padding: 20px 15px 40px 15px;
  }
  .wearguard-landing .wg-columns .top-black-bar {
    padding: 15px 15px;
  }
  .wearguard-landing .wg-banner {
    padding: 20px 15px 40px 15px;
  }
}
@media (max-width: 767px) {
  .wearguard-landing .wg-columns .wearguard-side .gray-section-1 {
    padding-right: 0;
  }
  .wearguard-landing .wg-columns .wearguard-side .gray-section-2 {
    padding-left: 0;
    margin-top: 30px;
  }
  .wearguard-landing .wg-bottom-black-bars .text-columns .text-column {
    padding-right: 0;
    padding-bottom: 15px;
  }
}
.wg-pricing-detail-page {
  padding: 15px 70px 130px 70px;
}
.wg-pricing-detail-page .wp-pdp-banner {
  width: 100%;
  max-width: 1460px;
  margin: auto;
  padding-top: 65px;
  padding-bottom: 40px;
}
.wg-pricing-detail-page .wp-pdp-banner .banner-inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
.wg-pricing-detail-page .wp-pdp-banner .wp-pdp-logo {
  padding-right: 30px;
}
.wg-pricing-detail-page .wp-pdp-banner .content {
  padding-left: 30px;
}
.wg-pricing-detail-page .wp-pdp-banner:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1460px;
  margin: auto;
  height: 1px;
  background-color: #cccccc;
}
.wg-pricing-detail-page .program-section {
  padding-top: 65px;
  padding-bottom: 90px;
}
.wg-pricing-detail-page .program-section:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1460px;
  margin: auto;
  height: 1px;
  background-color: #cccccc;
}
.wg-pricing-detail-page .program-section.last:after {
  display: none;
}
.wg-pricing-detail-page .program-section .top-details {
  max-width: 770px;
  margin: auto;
  padding-bottom: 45px;
}
.wg-pricing-detail-page .program-section .top-details h2,
.wg-pricing-detail-page .program-section .top-details h3,
.wg-pricing-detail-page .program-section .top-details h4,
.wg-pricing-detail-page .program-section .top-details h5,
.wg-pricing-detail-page .program-section .top-details h6 {
  margin-bottom: 0;
}
.wg-pricing-detail-page .program-section .black-box .inner {
  border: 3px solid #333333;
  padding: 25px;
}
.wg-pricing-detail-page .program-section .black-box .inner .title {
  margin-bottom: 10px;
}
.wg-pricing-detail-page .program-section .black-box .inner .body {
  max-width: 285px;
}
.wg-pricing-detail-page .program-section .black-box .inner .details {
  padding-right: 10px;
}
.wg-pricing-detail-page .program-section .black-box .inner .link {
  padding-left: 10px;
}
.wg-pricing-detail-page .program-section .pricing-wrap .legend {
  color: #737373;
}
.wg-pricing-detail-page .program-section .pricing-wrap .price {
  margin-bottom: 15px;
  background-color: #57585b;
  overflow: hidden;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
.wg-pricing-detail-page .program-section .pricing-wrap .price .level-num {
  color: white;
  font-size: 44px;
  font-size: 4.4rem;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 0px 20px;
  width: 10%;
  position: relative;
}
.wg-pricing-detail-page .program-section .pricing-wrap .price .level-num:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 30px solid #57585b;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.wg-pricing-detail-page .program-section .pricing-wrap .price .level-products {
  padding: 30px 70px;
  width: 65%;
  background-color: #efefef;
  font-size: 20px;
  font-size: 2rem;
}
.wg-pricing-detail-page .program-section .pricing-wrap .price .level-price {
  color: white;
  font-size: 44px;
  font-size: 4.4rem;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 0px 20px;
  width: 25%;
  position: relative;
}
.wg-pricing-detail-page .program-section .pricing-wrap .price .level-price .dollar-sign {
  font-size: 31px;
  font-size: 3.1rem;
  position: relative;
  top: -14px;
}
.wg-pricing-detail-page .program-section .pricing-wrap .price .level-price:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-right: 30px solid #57585b;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.wg-pricing-detail-page .program-section .pricing-columns .pricing-wrap:first-child {
  padding-right: 55px;
}
.wg-pricing-detail-page .program-section .pricing-columns .pricing-wrap:last-child {
  padding-left: 55px;
}
.wg-pricing-detail-page .program-section .level-subtext {
  padding-top: 15px;
  padding-bottom: 40px;
  color: #57585b;
}
.wg-pricing-detail-page .program-section .elite-pricing .pricing-wrap {
  padding-right: 55px;
}
.wg-pricing-detail-page .program-section .elite-pricing .black-box-side {
  padding-left: 55px;
  padding-top: 55px;
}
.wg-pricing-detail-page .program-section .black-boxes {
  padding-bottom: 55px;
}
.wg-pricing-detail-page .program-section .black-boxes .black-box-1 {
  padding-right: 55px;
}
.wg-pricing-detail-page .program-section .black-boxes .black-box-2 {
  padding-left: 55px;
}
@media (max-width: 1700px) {
  .wg-pricing-detail-page .program-section .pricing-wrap .price .level-num,
  .wg-pricing-detail-page .program-section .pricing-wrap .price .level-price {
    font-size: 40px;
    font-size: 4rem;
  }
  .wg-pricing-detail-page .program-section .pricing-wrap .price .level-price .dollar-sign {
    font-size: 26px;
    font-size: 2.6rem;
    top: -10px;
  }
}
@media (max-width: 1550px) {
  .wg-pricing-detail-page {
    padding: 15px 15px 70px 15px;
  }
  .wg-pricing-detail-page .program-section .elite-pricing .pricing-wrap,
  .wg-pricing-detail-page .program-section .black-boxes .black-box-1,
  .wg-pricing-detail-page .program-section .pricing-columns .pricing-wrap:first-child {
    padding-right: 10px;
  }
  .wg-pricing-detail-page .program-section .elite-pricing .black-box-side,
  .wg-pricing-detail-page .program-section .black-boxes .black-box-2,
  .wg-pricing-detail-page .program-section .pricing-columns .pricing-wrap:last-child {
    padding-left: 10px;
  }
}
@media (max-width: 1400px) {
  .wg-pricing-detail-page .program-section .elite-pricing .black-box-side,
  .wg-pricing-detail-page .program-section .elite-pricing .pricing-wrap,
  .wg-pricing-detail-page .pricing-columns .pricing-wrap {
    width: 100%;
  }
  .wg-pricing-detail-page .pricing-columns .legend.last {
    display: none;
  }
  .wg-pricing-detail-page .program-section .elite-pricing .pricing-wrap,
  .wg-pricing-detail-page .program-section .pricing-columns .pricing-wrap:first-child {
    padding-right: 0;
  }
  .wg-pricing-detail-page .program-section .elite-pricing .black-box-side,
  .wg-pricing-detail-page .program-section .pricing-columns .pricing-wrap:last-child {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .wg-pricing-detail-page .program-section .black-boxes .black-box-1 {
    padding-right: 0;
    padding-bottom: 15px;
  }
  .wg-pricing-detail-page .program-section .black-boxes .black-box-2 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .wg-pricing-detail-page .wp-pdp-banner .wp-pdp-logo {
    padding-right: 0;
    padding-bottom: 30px;
  }
  .wg-pricing-detail-page .wp-pdp-banner .content {
    padding-left: 0;
  }
  .wg-pricing-detail-page .program-section .pricing-wrap .price .level-products {
    padding: 30px 40px;
  }
  .wg-pricing-detail-page .program-section .pricing-wrap .price .level-price {
    padding: 0 5px;
  }
  .wg-pricing-detail-page .program-section .pricing-wrap .price .level-price:after,
  .wg-pricing-detail-page .program-section .pricing-wrap .price .level-num:after {
    border-top: 130px solid transparent;
    border-bottom: 130px solid transparent;
  }
}
@media (max-width: 550px) {
  .wg-pricing-detail-page .program-section .pricing-wrap .price .level-price:after,
  .wg-pricing-detail-page .program-section .pricing-wrap .price .level-num:after {
    display: none;
  }
  .wg-pricing-detail-page .program-section .pricing-wrap .price .level-num {
    width: 15%;
    padding: 0 5px;
  }
  .wg-pricing-detail-page .program-section .pricing-wrap .price .level-products {
    width: 50%;
    padding: 10px 10px;
  }
  .wg-pricing-detail-page .program-section .pricing-wrap .price .level-price {
    width: 35%;
    padding: 0 5px;
  }
}
.page-layout-resource_hub header.page-header,
.page-layout-resource_hub.header-transition-true header.page-header {
  margin-top: 0;
}
.page-layout-resource_hub .page-wrapper {
  margin-top: 0;
}
.page-layout-resource_hub .page-wrapper .page-main {
  max-width: 100%;
  padding: 0;
}
.page-layout-resource_hub .page-wrapper .page-header {
  position: static;
  background-color: #b30520;
  color: white;
}
.page-layout-resource_hub .page-wrapper .page-header .rs-header .site-width,
.page-layout-resource_hub .page-wrapper .page-header .rs-header .page-layout-2columns-left .page-title-wrapper,
.page-layout-resource_hub .page-wrapper .page-header .rs-header .page-layout-2columns-left .columns,
.page-layout-resource_hub .page-wrapper .page-header .rs-header .breadcrumbs,
.page-layout-resource_hub .page-wrapper .page-header .rs-header .cms-page-view .page-wrapper .page-main,
.page-layout-resource_hub .page-wrapper .page-header .rs-header .catalog-category-view .page-title-wrapper {
  padding: 10px 15px;
}
.page-layout-resource_hub .page-wrapper .page-header .rs-header .site-width > a,
.page-layout-resource_hub .page-wrapper .page-header .rs-header .page-layout-2columns-left .page-title-wrapper > a,
.page-layout-resource_hub .page-wrapper .page-header .rs-header .page-layout-2columns-left .columns > a,
.page-layout-resource_hub .page-wrapper .page-header .rs-header .breadcrumbs > a,
.page-layout-resource_hub .page-wrapper .page-header .rs-header .cms-page-view .page-wrapper .page-main > a,
.page-layout-resource_hub .page-wrapper .page-header .rs-header .catalog-category-view .page-title-wrapper > a {
  margin-right: 15px;
}
.page-layout-resource_hub .page-wrapper .page-header .rs-header .site-width > span,
.page-layout-resource_hub .page-wrapper .page-header .rs-header .page-layout-2columns-left .page-title-wrapper > span,
.page-layout-resource_hub .page-wrapper .page-header .rs-header .page-layout-2columns-left .columns > span,
.page-layout-resource_hub .page-wrapper .page-header .rs-header .breadcrumbs > span,
.page-layout-resource_hub .page-wrapper .page-header .rs-header .cms-page-view .page-wrapper .page-main > span,
.page-layout-resource_hub .page-wrapper .page-header .rs-header .catalog-category-view .page-title-wrapper > span {
  margin-right: 15px;
}
.page-layout-resource_hub .page-wrapper h2 {
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 6px;
}
.page-layout-resource_hub .page-wrapper .subtitle {
  font-size: 18px;
  font-size: 1.8rem;
}
.page-layout-resource_hub .page-wrapper .page-title {
  font-size: 33px;
  font-size: 3.3rem;
}
.page-layout-resource_hub .page-wrapper .page-subtitle {
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 20px;
}
.page-layout-resource_hub .page-wrapper .resource-hub .top-section .chat-cta {
  padding: 50px;
}
@media (max-width: 767px) {
  .page-layout-resource_hub .page-wrapper .resource-hub .top-section .chat-cta {
    padding: 20px;
  }
}
.page-layout-resource_hub .page-wrapper .resource-hub .clear-result {
  display: inline-block;
  padding-top: 10px;
}
.page-layout-resource_hub .page-wrapper .resource-hub .rs-configurations-table {
  margin-top: 15px;
}
.page-layout-resource_hub .page-wrapper .resource-hub .rs-configurations-table tr:nth-child(odd) {
  background-color: #f1f1f2;
}
.page-layout-resource_hub .page-wrapper .resource-hub .rs-configurations-table tr:nth-child(even) {
  background-color: #dfdfdf;
}
.page-layout-resource_hub .page-wrapper .resource-hub .videos {
  padding-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.page-layout-resource_hub .page-wrapper .resource-hub .sprayer-search-form {
  padding: 30px 50px;
  background-color: #e9e9eb;
}
@media (max-width: 767px) {
  .page-layout-resource_hub .page-wrapper .resource-hub .sprayer-search-form {
    padding: 20px;
  }
}
.page-layout-resource_hub .page-wrapper .resource-hub .sprayer-search-form input {
  border-top: 1px solid #636466;
  border-left: 1px solid #636466;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}
.page-layout-resource_hub .page-wrapper .resource-hub .sprayer-search-form .sprayer-autocomplete {
  display: none;
  background-color: white;
  border: 1px solid gray;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  max-height: 300px;
  overflow-y: scroll;
}
.page-layout-resource_hub .page-wrapper .resource-hub .sprayer-search-form .sprayer-autocomplete ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-layout-resource_hub .page-wrapper .resource-hub .sprayer-search-form .sprayer-autocomplete ul li {
  margin: 0;
}
.page-layout-resource_hub .page-wrapper .resource-hub .sprayer-search-form .sprayer-autocomplete a {
  border-top: 1px solid gray;
  display: block;
  padding: 10px;
  color: #b30520;
  font-weight: bold;
}
.page-layout-resource_hub .page-wrapper .resource-hub .sprayer-search-form .product-configuration-result-box h2 {
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-layout-resource_hub .page-wrapper .resource-hub .sprayer-search-form .product-configuration-result-box h2 a {
  color: #181818;
  display: block;
}
.page-layout-resource_hub .page-wrapper .resource-hub .sprayer-search-form .product-result-box.has-results {
  padding-left: 50px;
  padding-top: 60px;
}
@media (max-width: 1400px) {
  .page-layout-resource_hub .page-wrapper .resource-hub .sprayer-search-form .product-result-box.has-results {
    padding-left: 0;
    padding-top: 30px;
  }
}
.page-layout-resource_hub .page-wrapper .resource-hub .sprayer-search-form .product-result-box h3 {
  font-size: 23px;
  font-size: 2.3rem;
}
.page-layout-resource_hub .page-wrapper .resource-hub .sprayer-search-form .product-result-box .result-top-link {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  line-height: 1.1;
  padding-bottom: 15px;
}
.page-layout-resource_hub .page-wrapper .resource-hub .sprayer-search-form .product-result-box .subtitle {
  padding-top: 15px;
}
.page-layout-resource_hub .page-wrapper .resource-hub .sprayer-search-form .product-result-box .rs-resources .file-name {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 42px;
  position: relative;
  min-height: 40px;
  padding-top: 8px;
}
.page-layout-resource_hub .page-wrapper .resource-hub .sprayer-search-form .product-result-box .rs-resources .file-name:before {
  content: '';
  background: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/PDF_sprite.png') 0 0;
  display: inline-block;
  margin-right: 5px;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  left: 0;
}
.page-layout-resource_hub .page-wrapper .resource-hub .sprayer-search-form .product-result-box .rs-resources .file-name:hover:before {
  background: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/PDF_sprite.png') -42px 0;
}
.page-layout-resource_hub .page-wrapper .resource-hub .cta-section {
  border-top: 1px solid white;
}
.page-layout-resource_hub .page-wrapper .resource-hub .cta {
  border: 1px solid white;
}
.page-layout-resource_hub .page-wrapper .resource-hub .cta.has-btn {
  padding-bottom: 60px;
}
@media (max-width: 1023px) {
  .page-layout-resource_hub .page-wrapper .resource-hub .cta {
    width: 33.33333%;
  }
}
@media (max-width: 767px) {
  .page-layout-resource_hub .page-wrapper .resource-hub .cta {
    width: 50%;
  }
}
@media (max-width: 550px) {
  .page-layout-resource_hub .page-wrapper .resource-hub .cta {
    width: 100%;
  }
}
.page-layout-resource_hub .page-wrapper .resource-hub .cta .inner {
  padding: 20px 10px;
}
.page-layout-resource_hub .page-wrapper .resource-hub .cta.bg-light-gray {
  background-color: #e9e9eb;
}
.page-layout-resource_hub .page-wrapper .resource-hub .cta.bg-gray {
  background-color: #9f9fa0;
}
.page-layout-resource_hub .page-wrapper .resource-hub .cta.bg-dark-gray {
  background-color: #2a2526;
}
.page-layout-resource_hub .page-wrapper .resource-hub .cta.bg-dark-gray h2,
.page-layout-resource_hub .page-wrapper .resource-hub .cta.bg-dark-gray .subtitle {
  color: white;
}
.page-layout-resource_hub .page-wrapper .resource-hub .cta h3 {
  margin-bottom: 0;
}
.page-layout-resource_hub .page-wrapper .resource-hub .cta .titles {
  margin-bottom: 20px;
}
.page-layout-resource_hub .page-wrapper .resource-hub .cta.bg-textured {
  background-image: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/smoke-texture.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-layout-resource_hub .page-wrapper .resource-hub .cta.bg-textured h2,
.page-layout-resource_hub .page-wrapper .resource-hub .cta.bg-textured .subtitle {
  color: white;
}
.page-layout-resource_hub .page-wrapper .resource-hub .cta .subtitle {
  color: #b30520;
}
.page-layout-resource_hub .page-wrapper .resource-hub .cta img {
  max-height: 200px;
}
.page-layout-resource_hub .page-wrapper .resource-hub .cta .image {
  margin-top: 10px;
}
.page-layout-resource_hub .page-wrapper .resource-hub .cta .btn,
.page-layout-resource_hub .page-wrapper .resource-hub .cta .column:not(.sidebar-main) .ecp-view form .actions-toolbar button,
.page-layout-resource_hub .page-wrapper .resource-hub .cta .category-list.products-main-grid .title,
.page-layout-resource_hub .page-wrapper .resource-hub .cta .customer-account-createpassword .action.primary,
.page-layout-resource_hub .page-wrapper .resource-hub .cta .customer-account-forgotpassword .action.primary,
.page-layout-resource_hub .page-wrapper .resource-hub .cta .customer-account-createpassword .captcha-reload,
.page-layout-resource_hub .page-wrapper .resource-hub .cta .customer-account-forgotpassword .captcha-reload,
.page-layout-resource_hub .page-wrapper .resource-hub .cta .citadel-customer-login .action.primary,
.page-layout-resource_hub .page-wrapper .resource-hub .cta .vault-customer-login .action.primary,
.page-layout-resource_hub .page-wrapper .resource-hub .cta .customer-account-login .action.primary {
  display: block;
  width: 100%;
  max-width: 100%;
  bottom: 0;
}
.page-layout-resource_hub .page-wrapper .resource-hub .cta .btn:hover,
.page-layout-resource_hub .page-wrapper .resource-hub .cta .column:not(.sidebar-main) .ecp-view form .actions-toolbar button:hover,
.page-layout-resource_hub .page-wrapper .resource-hub .cta .category-list.products-main-grid .title:hover,
.page-layout-resource_hub .page-wrapper .resource-hub .cta .customer-account-createpassword .action.primary:hover,
.page-layout-resource_hub .page-wrapper .resource-hub .cta .customer-account-forgotpassword .action.primary:hover,
.page-layout-resource_hub .page-wrapper .resource-hub .cta .customer-account-createpassword .captcha-reload:hover,
.page-layout-resource_hub .page-wrapper .resource-hub .cta .customer-account-forgotpassword .captcha-reload:hover,
.page-layout-resource_hub .page-wrapper .resource-hub .cta .citadel-customer-login .action.primary:hover,
.page-layout-resource_hub .page-wrapper .resource-hub .cta .vault-customer-login .action.primary:hover,
.page-layout-resource_hub .page-wrapper .resource-hub .cta .customer-account-login .action.primary:hover {
  text-decoration: none;
}
.page-layout-resource_hub .page-wrapper .resource-hub .cta .cta-quick-links {
  text-align: left;
  list-style: none;
  list-style-type: none;
  padding: 0;
  display: inline-block;
}
.page-layout-resource_hub .page-wrapper .resource-hub .cta .cta-quick-links a {
  text-transform: uppercase;
  font-weight: bold;
  color: #b30520;
  font-size: 16px;
  font-size: 1.6rem;
}
.page-layout-resource_hub .page-wrapper .resource-hub .cta.bg-textured .cta-quick-links a,
.page-layout-resource_hub .page-wrapper .resource-hub .cta.bg-dark-gray .cta-quick-links a {
  color: white;
}
.page-layout-resource_hub .page-wrapper .resource-hub .cta a:hover {
  text-decoration: underline;
}
.contentmanager-contenttype-seo_landing_pages .seo-lp-banner .overlay {
  background-color: rgba(0, 0, 0, 0.45);
}
.contentmanager-contenttype-seo_landing_pages .seo-lp-banner .site-width,
.contentmanager-contenttype-seo_landing_pages .seo-lp-banner .page-layout-2columns-left .page-title-wrapper,
.contentmanager-contenttype-seo_landing_pages .seo-lp-banner .page-layout-2columns-left .columns,
.contentmanager-contenttype-seo_landing_pages .seo-lp-banner .breadcrumbs,
.contentmanager-contenttype-seo_landing_pages .seo-lp-banner .cms-page-view .page-wrapper .page-main,
.contentmanager-contenttype-seo_landing_pages .seo-lp-banner .catalog-category-view .page-title-wrapper {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (max-width: 1024px) {
  .contentmanager-contenttype-seo_landing_pages .seo-lp-banner .site-width,
  .contentmanager-contenttype-seo_landing_pages .seo-lp-banner .page-layout-2columns-left .page-title-wrapper,
  .contentmanager-contenttype-seo_landing_pages .seo-lp-banner .page-layout-2columns-left .columns,
  .contentmanager-contenttype-seo_landing_pages .seo-lp-banner .breadcrumbs,
  .contentmanager-contenttype-seo_landing_pages .seo-lp-banner .cms-page-view .page-wrapper .page-main,
  .contentmanager-contenttype-seo_landing_pages .seo-lp-banner .catalog-category-view .page-title-wrapper {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .contentmanager-contenttype-seo_landing_pages .seo-lp-banner .site-width,
  .contentmanager-contenttype-seo_landing_pages .seo-lp-banner .page-layout-2columns-left .page-title-wrapper,
  .contentmanager-contenttype-seo_landing_pages .seo-lp-banner .page-layout-2columns-left .columns,
  .contentmanager-contenttype-seo_landing_pages .seo-lp-banner .breadcrumbs,
  .contentmanager-contenttype-seo_landing_pages .seo-lp-banner .cms-page-view .page-wrapper .page-main,
  .contentmanager-contenttype-seo_landing_pages .seo-lp-banner .catalog-category-view .page-title-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.contentmanager-contenttype-seo_landing_pages .seo-lp-view .section {
  padding-top: 65px;
  padding-bottom: 65px;
}
.contentmanager-contenttype-seo_landing_pages .seo-lp-view .section .section-title {
  margin-bottom: 0;
}
.contentmanager-contenttype-seo_landing_pages .seo-lp-view .section-1 {
  border-bottom: 1px solid #cccccc;
}
.contentmanager-contenttype-seo_landing_pages .seo-lp-view .section-2 {
  padding-bottom: 25px;
}
.contentmanager-contenttype-seo_landing_pages .seo-lp-view .section-2 .ctas {
  padding-top: 30px;
  margin-left: -40px;
  margin-right: -40px;
}
.contentmanager-contenttype-seo_landing_pages .seo-lp-view .section-2 .ctas .cta {
  padding: 0 40px 40px 40px;
}
.contentmanager-contenttype-seo_landing_pages .seo-lp-view .section-2 .ctas .cta .title {
  padding-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 999px) {
  .contentmanager-contenttype-seo_landing_pages .seo-lp-view .section-2 .ctas {
    margin-left: -15px;
    margin-right: -15px;
  }
  .contentmanager-contenttype-seo_landing_pages .seo-lp-view .section-2 .ctas .cta {
    padding: 0 15px 30px 15px;
  }
}
.contentmanager-contenttype-seo_landing_pages .seo-lp-view .section-3 .seo-product-table th,
.contentmanager-contenttype-seo_landing_pages .seo-lp-view .section-3 .seo-product-table td {
  padding: 10px 10px 10px 30px;
  vertical-align: middle;
}
.contentmanager-contenttype-seo_landing_pages .seo-lp-view .section-3 .seo-product-table thead th:nth-child(even) {
  background-color: #9b0f20;
}
.contentmanager-contenttype-seo_landing_pages .seo-lp-view .section-3 .seo-product-table thead th:nth-child(odd) {
  background-color: #b30520;
}
.contentmanager-contenttype-seo_landing_pages .seo-lp-view .section-3 .seo-product-table thead th {
  color: white;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
}
.contentmanager-contenttype-seo_landing_pages .seo-lp-view .section-3 .seo-product-table tbody tr.odd td {
  background-color: #e1e1e1;
}
.contentmanager-contenttype-seo_landing_pages .seo-lp-view .section-3 .seo-product-table tbody tr.even td {
  background-color: #f2f2f2;
}
.contentmanager-contenttype-seo_landing_pages .seo-lp-view .section-3 .seo-product-table tbody a {
  text-decoration: underline;
  font-weight: bold;
}
.contentmanager-contenttype-seo_landing_pages .seo-lp-view .section-3 .seo-product-table tfoot td {
  background-color: #e1e1e1;
}
@media (max-width: 767px) {
  .contentmanager-contenttype-seo_landing_pages .seo-lp-view .section-3 .seo-product-table thead th {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 500px) {
  .contentmanager-contenttype-seo_landing_pages .seo-lp-view .section-3 .seo-product-table td {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.contentmanager-contenttype-seo_landing_pages .seo-lp-view .section-4 .contact-ctas {
  margin-left: -35px;
  margin-right: -35px;
}
.contentmanager-contenttype-seo_landing_pages .seo-lp-view .section-4 .contact-ctas .cta {
  padding: 0 35px 70px 35px;
}
.contentmanager-contenttype-seo_landing_pages .seo-lp-view .section-4 .contact-ctas .cta .inner {
  padding: 25px 70px;
  background-color: #dfdfdf;
}
.contentmanager-contenttype-seo_landing_pages .seo-lp-view .section-4 .contact-ctas .cta .inner i {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 13px;
}
.contentmanager-contenttype-seo_landing_pages .seo-lp-view .section-4 .contact-ctas .cta .inner .phone {
  margin-top: 15px;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
}
@media (max-width: 1200px) {
  .contentmanager-contenttype-seo_landing_pages .seo-lp-view .section-4 .contact-ctas {
    margin-left: -15px;
    margin-right: -15px;
  }
  .contentmanager-contenttype-seo_landing_pages .seo-lp-view .section-4 .contact-ctas .cta {
    padding: 0 15px 30px 15px;
  }
}
.mytitan-lp-banner .title-1 {
  font-size: 80px;
  font-size: 8rem;
}
.mytitan-lp-banner .title-2 {
  font-size: 146px;
  font-size: 14.6rem;
}
.mytitan-lp-banner .buttons a {
  margin: 0 10px;
}
@media (max-width: 1250px) {
  .mytitan-lp-banner .title-1 {
    font-size: 40px;
    font-size: 4rem;
  }
  .mytitan-lp-banner .title-2 {
    font-size: 80px;
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .mytitan-lp-banner .title-1 {
    font-size: 20px;
    font-size: 2rem;
  }
  .mytitan-lp-banner .title-2 {
    font-size: 40px;
    font-size: 4rem;
  }
  .mytitan-lp-banner .buttons a {
    padding: 5px 15px;
    font-size: 15px;
    font-size: 1.5rem;
    max-width: 100%;
    width: auto;
    margin-bottom: 15px;
  }
}
.mytitan-lp-site-width {
  max-width: 1200px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.mytitan-lp-view {
  padding-top: 30px;
}
.mytitan-lp-view .mytitan-tutorial-page-banner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.mytitan-lp-view .mytitan-tutorial-page-banner div.image {
  padding-right: 15px;
}
.mytitan-lp-view .mytitan-tutorial-page-banner div.content {
  padding-left: 15px;
}
.mytitan-lp-view .mytitan-tutorial-page-banner .section-title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 3px solid #b30520;
}
@media (max-width: 1024px) {
  .mytitan-lp-view .mytitan-tutorial-page-banner div.image {
    padding-right: 0;
  }
  .mytitan-lp-view .mytitan-tutorial-page-banner div.content {
    padding-left: 0;
    padding-bottom: 15px;
  }
}
.mytitan-lp-view .mytitan-tutorial-page-banner .signup-area {
  padding-top: 20px;
}
.mytitan-lp-view .mytitan-tutorial-page-banner .signup-area > a {
  margin-bottom: 15px;
}
.mytitan-lp-view .section-1 .left-side {
  padding-right: 10px;
}
.mytitan-lp-view .section-1 .right-side {
  padding-left: 10px;
}
.mytitan-lp-view .section-1 .section-title {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 4px solid #b30520;
}
.mytitan-lp-view .section-1 .body {
  font-weight: bold;
}
.mytitan-lp-view .section-1 .mytitan-logo {
  padding-top: 10px;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .mytitan-lp-view .section-1 .left-side {
    padding-right: 0px;
  }
  .mytitan-lp-view .section-1 .right-side {
    padding-left: 0px;
    padding-bottom: 20px;
  }
  .mytitan-lp-view .section-1 .mytitan-logo img {
    max-width: 200px;
  }
}
.mytitan-lp-view .section-2 {
  border-top: 2px solid #dcddde;
}
.mytitan-lp-view .section-2 .cta {
  padding: 35px 60px 0 35px;
}
.mytitan-lp-view .section-2 .cta .icon-title {
  position: relative;
  padding-bottom: 25px;
}
.mytitan-lp-view .section-2 .cta .icon-title:after {
  content: '';
  height: 6px;
  width: 100%;
  max-width: 200px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #b30520;
}
.mytitan-lp-view .section-2 .cta .icon-title .title {
  padding-left: 20px;
}
.mytitan-lp-view .section-2 .cta .subtitle {
  padding-top: 25px;
}
.mytitan-lp-view .section-2 .cta-1 {
  border-right: 1px solid #dcddde;
}
.mytitan-lp-view .section-2 .cta-2 {
  border-left: 1px solid #dcddde;
}
@media (max-width: 767px) {
  .mytitan-lp-view .section-2 .cta {
    padding: 35px;
  }
  .mytitan-lp-view .section-2 .cta .icon-title {
    text-align: center;
  }
  .mytitan-lp-view .section-2 .cta .icon-title img {
    margin: auto;
    display: block;
    max-width: 50px;
  }
  .mytitan-lp-view .section-2 .cta .icon-title .title {
    padding-left: 0px;
    margin-bottom: 0;
  }
  .mytitan-lp-view .section-2 .cta-1,
  .mytitan-lp-view .section-2 .cta-2 {
    border: none;
  }
}
.mytitan-lp-view .section-3 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.mytitan-lp-view .section-3 > .flex {
  margin-left: -15px;
  margin-right: -15px;
}
.mytitan-lp-view .section-3 .cta {
  padding: 0 15px;
}
.mytitan-lp-view .section-3 .pdf-link {
  display: block;
  margin-top: 15px;
}
.mytitan-lp-view .section-3 .pdf-link img {
  max-width: 20px;
  height: auto;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .mytitan-lp-view .section-3 .cta {
    padding-bottom: 30px;
  }
}
.mytitan-lp-view .section-4 {
  background-color: #dcddde;
  padding-top: 50px;
  padding-bottom: 50px;
}
.mytitan-lp-view .section-4 .step {
  padding: 15px 60px;
}
.mytitan-lp-view .section-4 .step .step-title {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.mytitan-lp-view .section-4 .step .step-title:after {
  content: '';
  height: 6px;
  width: 100%;
  max-width: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #b30520;
}
.mytitan-lp-view .section-4 .step .body {
  font-weight: bold;
  margin-bottom: 25px;
}
.mytitan-lp-view .section-4 .step-1 {
  border-right: 1px solid #c4c4c4;
}
.mytitan-lp-view .section-4 .step-2 {
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
}
.mytitan-lp-view .section-4 .step-3 {
  border-left: 1px solid #c4c4c4;
}
@media (max-width: 999px) {
  .mytitan-lp-view .section-4 .step {
    width: 100%;
    border-bottom: 1px solid #c4c4c4;
    padding: 25px 15px;
  }
  .mytitan-lp-view .section-4 .step-1 {
    border-right: none;
  }
  .mytitan-lp-view .section-4 .step-2 {
    border-left: none;
    border-right: none;
  }
  .mytitan-lp-view .section-4 .step-3 {
    border-left: none;
    border-bottom: none;
  }
}
.mytitan-lp-view .section-5 {
  background-color: #b30520;
  padding-top: 85px;
  padding-bottom: 85px;
}
.mytitan-lp-view .section-5 .left-side {
  padding-right: 17px;
}
.mytitan-lp-view .section-5 .right-side {
  padding-left: 17px;
}
@media (max-width: 767px) {
  .mytitan-lp-view .section-5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mytitan-lp-view .section-5 .left-side {
    padding-right: 0px;
  }
  .mytitan-lp-view .section-5 .right-side {
    padding-left: 0px;
    padding-bottom: 15px;
  }
}
.mytitan-lp-view .section-6 {
  padding-top: 85px;
}
.mytitan-lp-view .section-6 .videos {
  margin-left: -7px;
  margin-right: -7px;
}
.mytitan-lp-view .section-6 .video {
  padding: 0 7px;
}
.mytitan-lp-view .section-6 .video-title {
  color: #999999;
}
.mytitan-lp-view .section-how-to-videos .tab-bar {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
.mytitan-lp-view .section-how-to-videos .tab-bar li {
  display: inline-block;
  margin-right: -4px;
  margin-bottom: 0;
}
.mytitan-lp-view .section-how-to-videos .tab-bar li a {
  font-weight: bold;
  display: inline-block;
  padding: 5px 10px;
  color: black;
  border-top: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
.mytitan-lp-view .section-how-to-videos .tab-bar li a.active {
  color: #b30520;
  background-color: #f1f1f1;
}
.mytitan-lp-view .section-how-to-videos .tab-bar li:first-child a {
  border-left: 1px solid #cecece;
}
.mytitan-lp-view .section-how-to-videos .tab-bodies .tab-body {
  border: 1px solid #cecece;
  padding: 10px;
}
.mytitan-lp-view .section-how-to-videos .tab-bodies .mobile-tab-title {
  font-weight: bold;
  padding: 10px 15px;
  color: black;
  border: 1px solid #cecece;
}
.mytitan-lp-view .section-how-to-videos .tab-bodies .mobile-tab-title.active {
  color: #b30520;
  background-color: #f1f1f1;
}
.mytitan-lp-view .section-7 {
  padding-top: 85px;
  padding-bottom: 50px;
}
.mytitan-lp-view .section-7 .section-title {
  margin-bottom: 30px;
}
.mytitan-lp-view .section-7 .fs-tta .tab-bar {
  border-top: 2px solid #a5a7a8;
  border-bottom: 2px solid #a5a7a8;
  margin: 0;
}
.mytitan-lp-view .section-7 .fs-tta .tab-bar li {
  display: inline-block;
  margin: 0;
}
.mytitan-lp-view .section-7 .fs-tta .tab-bar .tab,
.mytitan-lp-view .section-7 .fs-tta .tab-bar .tab-bar-label {
  color: #a5a7a8;
  display: inline-block;
  padding: 15px 17px;
}
.mytitan-lp-view .section-7 .fs-tta .tab-bar .tab.active {
  color: #b30520;
}
.mytitan-lp-view .section-7 .faq {
  border-bottom: 2px solid #a5a7a8;
}
.mytitan-lp-view .section-7 .faq .question {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  padding-left: 35px;
  padding-right: 55px;
  color: black;
}
.mytitan-lp-view .section-7 .faq .question:after {
  width: 50px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  font-size: 50px;
  font-size: 5rem;
  content: '+';
  color: #b30520;
}
.mytitan-lp-view .section-7 .faq .question.open:after {
  content: '–';
}
.mytitan-lp-view .section-7 .faq .answer {
  padding: 0 35px 30px 35px;
}
.mytitan-lp-view .section-8 {
  background-color: #181818;
  padding-top: 70px;
  padding-bottom: 70px;
}
.mytitan-lp-view .section-8 .title {
  margin-bottom: 5px;
}
.mytitan-lp-view .section-8 .subtitle {
  margin-bottom: 30px;
}
.mytitan-lp-view .section-9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #101010;
}
.mytitan-lp-view .section-cta .banner-form {
  position: static;
  box-shadow: none;
  margin-top: 40px;
  padding: 20px;
  background-color: #dcddde;
}
.threesixty-lp-view .banner {
  padding: 50px;
  position: relative;
}
.threesixty-lp-view .banner:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12%;
  z-index: 1;
  background-color: #ffffff;
}
.threesixty-lp-view .banner .col-wrap {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.threesixty-lp-view .banner h1 {
  margin-top: 20px;
  padding-left: 10px;
  font-size: 2.8rem;
}
@media (max-width: 500px) {
  .threesixty-lp-view .two-col-360 {
    flex-wrap: wrap;
    display: flex;
  }
}
.threesixty-lp-view .two-col-360 .video-col {
  padding-right: 15px;
  margin-bottom: 15px;
}
.threesixty-lp-view .two-col-360 .video-col .col-wrap {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.threesixty-lp-view .two-col-360 .video-col .pad-sides-twenty {
  padding: 0px 20px;
}
.threesixty-lp-view .two-col-360 .video-col .videos-wrapp {
  margin: 0;
  padding: 0;
}
.threesixty-lp-view .two-col-360 .video-col .videos-wrapper .video-wrap {
  padding: 0;
}
.threesixty-lp-view .two-col-360 .video-col h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.threesixty-lp-view .two-col-360 .video-col p {
  margin-bottom: 20px;
  color: #636466;
}
.threesixty-lp-view .two-col-360 .video-col ul {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}
.threesixty-lp-view .two-col-360 .video-col ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-left: 10px;
  color: #636466;
  font-weight: 700;
  margin-bottom: 10px;
}
.threesixty-lp-view .two-col-360 .video-col ul li:before {
  content: '\f0c8';
  font-family: 'Font Awesome 6 Pro';
  color: #b30520;
  font-weight: 600;
  padding-right: 10px;
  font-size: 10px;
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .threesixty-lp-view .two-col-360 .video-col .left-side {
    padding-right: 0;
  }
  .threesixty-lp-view .two-col-360 .video-col .right-side {
    padding-left: 0;
  }
}
.threesixty-lp-view .two-col-360 .login-panel {
  padding-left: 15px;
  color: black;
}
.threesixty-lp-view .two-col-360 .login-panel .retailer-container {
  width: 75%;
  margin: auto;
  padding-bottom: 15px;
}
@media (max-width: 1024px) {
  .threesixty-lp-view .two-col-360 .login-panel {
    padding-left: 0;
  }
}
.threesixty-lp-view .two-col-360 .login-panel .gray-box {
  text-align: center;
  background-color: #cecece;
  padding: 20px 15px;
  margin-bottom: 15px;
}
.threesixty-lp-view .two-col-360 .login-panel .gray-box .content {
  padding-bottom: 15px;
}
.threesixty-lp-view .two-col-360 .login-panel .gray-box i {
  font-size: 20px;
  font-size: 2rem;
}
.showcase-video .mfp-content {
  width: 80%;
}
.showcase-video .mfp-content #video-popup {
  text-align: center;
}
.showcase-video .mfp-close {
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
}
.product-showcase-view .banner {
  height: 840px;
  background-size: 140%;
  background-position: 35% 70%;
}
.product-showcase-view .banner .site-width,
.product-showcase-view .banner .page-layout-2columns-left .page-title-wrapper,
.product-showcase-view .banner .page-layout-2columns-left .columns,
.product-showcase-view .banner .breadcrumbs,
.product-showcase-view .banner .cms-page-view .page-wrapper .page-main,
.product-showcase-view .banner .catalog-category-view .page-title-wrapper {
  margin: 0 auto;
}
.product-showcase-view .banner .overlay {
  background-color: rgba(7, 7, 7, 0.33);
  z-index: 0;
}
.product-showcase-view .banner .banner-content {
  max-width: 395px;
  position: absolute;
  bottom: 15%;
  z-index: 2;
}
.product-showcase-view .banner .banner-content h1 {
  font-size: 48px;
  font-size: 4.8rem;
  margin-bottom: 10px;
}
.product-showcase-view .banner .banner-content .bottom-banner-text {
  font-size: 6rem;
}
.product-showcase-view .banner .play-container {
  bottom: 50px;
  left: 24%;
  z-index: 2;
}
.product-showcase-view .banner .play-video {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #ffffff;
}
.product-showcase-view .banner .play-video:hover,
.product-showcase-view .banner .play-video:focus,
.product-showcase-view .banner .play-video:visited {
  color: #ffffff;
}
.product-showcase-view .banner .play-video i {
  margin-left: 10px;
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  background-color: #ce2020;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.product-showcase-view .banner .video.wistia_embed {
  display: inline-block;
}
.product-showcase-view .banner .banner-bug {
  bottom: 0;
  right: 0;
  height: 60px;
  padding: 0 20px;
  background-color: #b30520;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product-showcase-view .banner .banner-bug a {
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  margin-right: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product-showcase-view .banner .banner-bug a:after {
  content: '\f054';
  font-family: 'Font Awesome 6 Pro';
  margin-left: 6px;
  font-size: 18px;
  font-size: 1.8rem;
}
.product-showcase-view .banner .banner-bug .img-wrap {
  line-height: 0;
  align-self: flex-end;
}
.product-showcase-view .banner .banner-bug .bug-image {
  max-width: 170px;
  height: auto;
}
@media (max-width: 1400px) {
  .product-showcase-view .banner {
    height: 650px;
    background-position: 35% 97%;
  }
}
@media (max-width: 1370px) {
  .product-showcase-view .banner {
    background-size: 140%;
    background-position: 35% 97%;
    bottom: 15%;
  }
  .product-showcase-view .banner .play-container {
    bottom: 44px;
  }
}
@media (max-width: 1095px) {
  .product-showcase-view .banner {
    background-size: cover;
    background-position: center center;
  }
  .product-showcase-view .banner .play-container {
    bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .product-showcase-view .banner .banner-bug {
    width: 100%;
  }
  .product-showcase-view .banner .play-container {
    left: 20px;
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .product-showcase-view .banner {
    height: 500px;
    background-size: cover;
    background-position: center center;
  }
  .product-showcase-view .banner .banner-content {
    max-width: 70%;
    bottom: 5%;
  }
  .product-showcase-view .banner .banner-content h1 {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
.product-showcase-view .overview {
  background-color: #000000;
  padding: 145px 0;
  position: relative;
}
.product-showcase-view .overview .overview-intro {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product-showcase-view .overview .overview-content {
  color: #ffffff;
  padding-left: 50px;
}
.product-showcase-view .overview .overview-content p {
  font-size: 26px;
  font-size: 2.6rem;
}
.product-showcase-view .overview .overview-logo {
  position: relative;
}
.product-showcase-view .overview .cards {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 130px;
}
.product-showcase-view .overview .card {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.product-showcase-view .overview .card .inner {
  height: 630px;
  padding: 30px 20px;
  position: relative;
}
.product-showcase-view .overview .card .inner:hover .hover-content {
  visibility: visible;
}
.product-showcase-view .overview .hover-content {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  height: 100%;
  width: 100%;
  padding: 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: flex-end;
}
.product-showcase-view .overview .hover-title {
  font-weight: 400;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  width: 100%;
}
.product-showcase-view .overview .card .inner:hover .title {
  visibility: hidden;
}
.product-showcase-view .overview .title {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 60px;
  margin: 0;
}
@media (max-width: 1400px) {
  .product-showcase-view .overview .card .inner {
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .product-showcase-view .overview .overview-logo {
    top: 0 !important;
  }
  .product-showcase-view .overview .hover-content {
    visibility: visible;
    padding: 20px;
    position: absolute;
    right: 12px;
    left: 12px;
    bottom: 24px;
    width: auto;
    max-height: 215px;
  }
  .product-showcase-view .overview .card {
    margin-bottom: 20px;
  }
  .product-showcase-view .overview .card .inner {
    padding: 24px 12px;
  }
}
@media (max-width: 767px) {
  .product-showcase-view .overview {
    padding: 50px 0;
  }
  .product-showcase-view .overview .overview-content {
    padding-left: 0;
  }
  .product-showcase-view .overview .overview-content p {
    font-size: 20px;
    font-size: 2rem;
  }
  .product-showcase-view .overview .card .inner {
    height: 380px;
  }
  .product-showcase-view .overview .cards {
    margin-top: 50px;
  }
  .product-showcase-view .overview .hover-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.product-showcase-view .key-features {
  padding: 120px 0;
}
.product-showcase-view .key-features .subtitle {
  margin-bottom: 10px;
  margin-left: 100px;
}
.product-showcase-view .key-features .title {
  margin-bottom: 100px;
  margin-left: 100px;
  max-width: 595px;
}
.product-showcase-view .key-features .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.product-showcase-view .key-features .video-container {
  z-index: 0;
}
.product-showcase-view .key-features .wrapper-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-showcase-view .key-features .wrapper-video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}
.product-showcase-view .key-features .play-video {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 3;
}
.product-showcase-view .key-features .play-video i {
  margin-left: 10px;
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  background-color: #ce2020;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.product-showcase-view .key-features .video.wistia_embed {
  display: inline-block;
}
.product-showcase-view .key-features .slider:not(.slick-initialized) .slide {
  display: none;
}
.product-showcase-view .key-features .slider:not(.slick-initialized) .slide:first-of-type {
  display: block;
}
.product-showcase-view .key-features .slide {
  position: relative;
}
.product-showcase-view .key-features .slide .inner {
  aspect-ratio: 1.77777778;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  align-content: flex-end;
  padding: 60px 100px;
  z-index: 1;
  position: relative;
}
.product-showcase-view .key-features .slide .slide-content {
  max-width: 685px;
  z-index: 3;
}
.product-showcase-view .key-features .slide .slide-content p {
  font-size: 24px;
  font-size: 2.4rem;
  color: #dcddde;
}
.product-showcase-view .key-features .slick-prev {
  left: 30px;
}
.product-showcase-view .key-features .slick-next {
  right: 30px;
}
.product-showcase-view .key-features .slick-prev,
.product-showcase-view .key-features .slick-next {
  height: auto;
  width: auto;
  background: transparent;
}
.product-showcase-view .key-features .slick-prev:before,
.product-showcase-view .key-features .slick-next:before {
  padding: 0;
  font-size: 48px;
  font-size: 4.8rem;
  color: #ffffff;
}
.product-showcase-view .key-features .tab-bar > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  height: 100px;
  margin-bottom: 0;
}
.product-showcase-view .key-features .tab {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #636466;
  padding: 5px 20px;
  text-align: center;
  border: 1px solid transparent;
  width: 100%;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.product-showcase-view .key-features .tab.active {
  background-color: #efefef;
  border: 1px solid #dcddde;
  color: #b30520;
}
.product-showcase-view .key-features .mobile-tab-title {
  font-weight: 700;
  color: #636466;
  width: 100%;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  padding: 10px 30px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 20px;
  background-color: #efefef;
  border: 1px solid #dcddde;
}
.product-showcase-view .key-features .mobile-tab-title.active {
  margin-bottom: 0;
  color: #b30520;
}
.product-showcase-view .key-features .mobile-tab-title.active:after {
  content: '\f077';
}
.product-showcase-view .key-features .mobile-tab-title:after {
  content: '\f078';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  color: #b30520;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-showcase-view .key-features .h2-x-image {
  max-width: 100px;
}
@media (max-width: 1600px) {
  .product-showcase-view .key-features .feature-tabs {
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media (max-width: 1400px) {
  .product-showcase-view .key-features .feature-tabs {
    max-width: 1000px;
  }
  .product-showcase-view .key-features .tab-bar > li {
    height: 80px;
  }
  .product-showcase-view .key-features .tab {
    font-size: 16px;
    font-size: 1.6rem;
    height: 80px;
    padding: 0 10px;
  }
  .product-showcase-view .key-features .slide .inner {
    padding: 25px 20px;
  }
}
@media (max-width: 1024px) {
  .product-showcase-view .key-features {
    padding: 40px 0 60px;
  }
  .product-showcase-view .key-features .h2-x-image {
    max-width: 80px;
  }
  .product-showcase-view .key-features .feature-tabs {
    max-width: 850px;
  }
  .product-showcase-view .key-features .subtitle {
    margin-left: 0;
  }
  .product-showcase-view .key-features .title {
    margin-bottom: 40px;
    margin-left: 0;
  }
  .product-showcase-view .key-features .play-video {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .product-showcase-view .key-features .play-video i {
    margin-left: 10px;
    width: 25px;
    height: 25px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .product-showcase-view .key-features .overlay {
    display: none;
  }
  .product-showcase-view .key-features .video-container {
    height: auto;
    aspect-ratio: 1.77777778;
  }
  .product-showcase-view .key-features .slide .inner {
    padding: 0;
  }
  .product-showcase-view .key-features .slide .mbl-slide-content {
    font-size: 20px;
    font-size: 2rem;
    margin: 30px 0 40px;
    color: #636466;
  }
  .product-showcase-view .key-features .slide .mbl-slide-content span,
  .product-showcase-view .key-features .slide .mbl-slide-content p {
    color: #636466 !important;
  }
  .product-showcase-view .key-features .slick-prev {
    left: 20px;
  }
  .product-showcase-view .key-features .slick-next {
    right: 20px;
  }
  .product-showcase-view .key-features .slick-prev,
  .product-showcase-view .key-features .slick-next {
    top: 184px;
  }
  .product-showcase-view .key-features .slick-prev:before,
  .product-showcase-view .key-features .slick-next:before {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 500px) {
  .product-showcase-view .key-features .h2-x-image {
    max-width: 60px;
  }
}
.product-showcase-view .specifications {
  padding: 120px 0;
  background-color: #efefef;
}
.product-showcase-view .specifications h2 {
  margin-bottom: 50px;
}
.product-showcase-view .specifications .data {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  overflow-x: scroll;
  position: relative;
  min-width: 100%;
}
.product-showcase-view .specifications .column-headers {
  position: sticky;
  left: 0;
  top: 0;
}
.product-showcase-view .specifications .column-headers:before {
  content: '';
  width: calc(100% - 10px);
  height: 360px;
  background-color: #EFEFEF;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 100%;
}
.product-showcase-view .specifications .column-headers,
.product-showcase-view .specifications .column-data {
  padding-right: 10px;
  flex-shrink: 0;
}
.product-showcase-view .specifications .column-data .model-name {
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: underline;
}
.product-showcase-view .specifications .column-data:nth-child(3n+2) .model-name {
  background-color: #D31022;
}
.product-showcase-view .specifications .column-data:nth-child(3n+3) .model-name {
  background-color: #A71825;
}
.product-showcase-view .specifications .column-data:nth-child(3n+4) .model-name {
  background-color: #2F302A;
}
.product-showcase-view .specifications .model-name {
  height: 80px;
  padding: 4px;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.product-showcase-view .specifications .model-image {
  line-height: 0;
}
.product-showcase-view .specifications .label,
.product-showcase-view .specifications .spec-data {
  height: 70px;
  background-color: #ffffff;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 4px 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border: 1px solid #000000;
  border-top: none;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.product-showcase-view .specifications .label:first-of-type,
.product-showcase-view .specifications .spec-data:first-of-type {
  border-top: 1px solid #000000;
}
.product-showcase-view .specifications .label:nth-child(odd),
.product-showcase-view .specifications .spec-data:nth-child(odd) {
  background-color: #F4F4F4;
}
.product-showcase-view .specifications .label.items-included,
.product-showcase-view .specifications .spec-data.items-included {
  height: 95px;
}
@media (max-width: 1024px) {
  .product-showcase-view .specifications {
    padding: 50px 0;
  }
}
.product-showcase-view .accessories {
  padding: 120px 0;
}
.product-showcase-view .accessories .products {
  margin: 100px 0 0;
}
.product-showcase-view .accessories .products .block {
  margin-bottom: 0;
}
.product-showcase-view .accessories .product-items,
.product-showcase-view .accessories .slick-list,
.product-showcase-view .accessories .slick-track,
.product-showcase-view .accessories .slick-slide,
.product-showcase-view .accessories .slick-slide > div,
.product-showcase-view .accessories .product-item {
  display: flex !important;
}
.product-showcase-view .accessories .slick-track {
  width: 100% !important;
}
.product-showcase-view .accessories .slick-list {
  margin-left: -40px;
  margin-right: -40px;
  min-width: 100% !important;
}
.product-showcase-view .accessories .slick-slide {
  padding-left: 40px;
  padding-right: 40px;
}
.product-showcase-view .accessories .widget-product-grid {
  padding-left: 60px;
  padding-right: 60px;
}
.product-showcase-view .accessories .product-item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.product-showcase-view .accessories .product-item-photo {
  align-self: center;
}
.product-showcase-view .accessories .product-item-details {
  margin-top: auto;
}
.product-showcase-view .accessories .product-item-link {
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  margin-bottom: 20px;
}
.product-showcase-view .accessories .product-item-learn-more {
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.product-showcase-view .accessories .product-item-learn-more:hover {
  color: #b30520;
}
.product-showcase-view .accessories .slick-prev {
  left: 0;
}
.product-showcase-view .accessories .slick-next {
  right: 0;
}
@media (max-width: 1024px) {
  .product-showcase-view .accessories {
    padding: 70px 0 50px;
  }
}
.product-showcase-view .resources {
  background-color: #efefef;
  padding: 120px 0 0;
  overflow: hidden;
}
.product-showcase-view .resources .intro {
  margin-bottom: 100px;
}
.product-showcase-view .resources .videos {
  margin-bottom: 100px;
}
.product-showcase-view .resources .brochures-container {
  background-color: #A71825;
}
.product-showcase-view .resources .brochures-container .brochures-intro {
  text-align: center;
  font-size: 24px;
  color: white;
  padding: 40px 0px 50px;
}
.product-showcase-view .resources .brochures-container .brochures {
  margin: auto;
  place-content: center;
  max-width: 1000px;
  padding-bottom: 45px;
}
.product-showcase-view .resources .brochures-container .brochures .brochure-title {
  padding: 20px 0px;
  color: white;
  font-size: 20px;
}
.product-showcase-view .resources .brochures-container .brochures .brochure-download {
  line-height: 1;
  padding: 12px 31px;
  border: 1px solid #000000;
  color: #000000;
  background-color: white;
  width: 160px;
  justify-content: center;
  height: 40px;
  border-radius: 24px;
}
.product-showcase-view .resources .video-title {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 30px;
  margin-bottom: 10px;
}
.product-showcase-view .resources .video-desc {
  color: #636466;
}
.product-showcase-view .resources .slick-list {
  overflow: visible;
  margin-left: -15px;
  margin-right: -15px;
}
.product-showcase-view .resources .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1024px) {
  .product-showcase-view .resources {
    padding: 50px 0 60px;
  }
  .product-showcase-view .resources .intro {
    margin-bottom: 40px;
  }
  .product-showcase-view .resources .videos {
    margin-bottom: 40px;
  }
}
@media (max-width: 1600px) {
  .product-sweepstakes-view .site-width,
  .product-sweepstakes-view .page-layout-2columns-left .page-title-wrapper,
  .product-sweepstakes-view .page-layout-2columns-left .columns,
  .product-sweepstakes-view .breadcrumbs,
  .product-sweepstakes-view .cms-page-view .page-wrapper .page-main,
  .product-sweepstakes-view .catalog-category-view .page-title-wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 1024px) {
  .product-sweepstakes-view .site-width,
  .product-sweepstakes-view .page-layout-2columns-left .page-title-wrapper,
  .product-sweepstakes-view .page-layout-2columns-left .columns,
  .product-sweepstakes-view .breadcrumbs,
  .product-sweepstakes-view .cms-page-view .page-wrapper .page-main,
  .product-sweepstakes-view .catalog-category-view .page-title-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .product-sweepstakes-view .site-width,
  .product-sweepstakes-view .page-layout-2columns-left .page-title-wrapper,
  .product-sweepstakes-view .page-layout-2columns-left .columns,
  .product-sweepstakes-view .breadcrumbs,
  .product-sweepstakes-view .cms-page-view .page-wrapper .page-main,
  .product-sweepstakes-view .catalog-category-view .page-title-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-sweepstakes-view .section-sub-title {
  color: #b30520;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Oswald', sans-serif;
}
.product-sweepstakes-view .section-title {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 100px;
}
.product-sweepstakes-view .banner {
  padding-top: 20px;
}
.product-sweepstakes-view .banner .banner-content {
  margin-top: -150px;
}
.product-sweepstakes-view .banner .banner-content > div {
  padding: 0 15px;
  margin-top: 100px;
}
.product-sweepstakes-view .banner .banner-content > div:last-of-type {
  margin-top: 0;
}
.product-sweepstakes-view .banner .banner-content .title {
  display: block;
  font-size: 38px;
  font-size: 3.8rem;
  text-shadow: 1px 4px 3px rgba(0, 0, 0, 0.2);
}
.product-sweepstakes-view .banner .banner-content .title sup {
  font-size: 12px;
  top: -20px;
}
.product-sweepstakes-view .banner .banner-content .sub-title {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  text-shadow: 1px 4px 3px rgba(0, 0, 0, 0.2);
}
.product-sweepstakes-view .banner .banner-content h1 .title-bot {
  font-size: 22px;
  font-size: 2.2rem;
  display: block;
  text-shadow: 1px 4px 3px rgba(0, 0, 0, 0.2);
}
.product-sweepstakes-view .banner .banner-content h2 .title-bot {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  text-shadow: 1px 4px 3px rgba(0, 0, 0, 0.2);
}
.product-sweepstakes-view .banner .separator:before {
  content: '';
  background-color: white;
  height: 2px;
  width: calc(50% - 27px);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-sweepstakes-view .banner .separator:after {
  content: '';
  background-color: white;
  height: 2px;
  width: calc(50% - 27px);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-sweepstakes-view .banner .separator div {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 4px 3px rgba(0, 0, 0, 0.2);
}
.product-sweepstakes-view .banner .mbl-acc-img {
  position: absolute;
  bottom: -100px;
  width: 50%;
  right: 5%;
}
@media (max-width: 1600px) {
  .product-sweepstakes-view .banner .banner-content {
    margin-top: -130px;
  }
  .product-sweepstakes-view .banner .banner-content .title {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .product-sweepstakes-view .banner .banner-content .title sup {
    top: -16px;
  }
  .product-sweepstakes-view .banner .banner-content .sub-title {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .product-sweepstakes-view .banner .banner-content h1 .title-bot {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .product-sweepstakes-view .banner .banner-content h2 .title-bot {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media (max-width: 1400px) {
  .product-sweepstakes-view .banner .banner-content .title {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .product-sweepstakes-view .banner .banner-content .title sup {
    top: -10px;
  }
  .product-sweepstakes-view .banner .banner-content .sub-title {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .product-sweepstakes-view .banner .banner-content h1 .title-bot {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .product-sweepstakes-view .banner .banner-content h2 .title-bot {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media (max-width: 1200px) {
  .product-sweepstakes-view .banner .banner-content {
    margin-top: -110px;
  }
  .product-sweepstakes-view .banner .banner-content .title {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .product-sweepstakes-view .banner .banner-content .title sup {
    top: -6px;
  }
  .product-sweepstakes-view .banner .banner-content .sub-title {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .product-sweepstakes-view .banner .banner-content h1 .title-bot {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .product-sweepstakes-view .banner .banner-content {
    margin-top: -90px;
  }
  .product-sweepstakes-view .banner .banner-content > div {
    margin-top: 80px;
  }
  .product-sweepstakes-view .banner .banner-content .title {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .product-sweepstakes-view .banner .banner-content .title sup {
    top: -9px;
  }
  .product-sweepstakes-view .banner .banner-content .sub-title {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .product-sweepstakes-view .banner .banner-content h1 .title-bot {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .product-sweepstakes-view .banner .separator div {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .product-sweepstakes-view .banner {
    background-position: right 70% center;
  }
  .product-sweepstakes-view .banner .site-width,
  .product-sweepstakes-view .banner .page-layout-2columns-left .page-title-wrapper,
  .product-sweepstakes-view .banner .page-layout-2columns-left .columns,
  .product-sweepstakes-view .banner .breadcrumbs,
  .product-sweepstakes-view .banner .cms-page-view .page-wrapper .page-main,
  .product-sweepstakes-view .banner .catalog-category-view .page-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .product-sweepstakes-view .banner .banner-content {
    margin-top: 18%;
    background: #b30520;
  }
  .product-sweepstakes-view .banner .banner-content > div {
    padding: 20px 30px;
    margin-top: 0;
  }
  .product-sweepstakes-view .banner .banner-content .title {
    font-size: 33px;
    font-size: 3.3rem;
  }
  .product-sweepstakes-view .banner .banner-content .title sup {
    top: -17px;
  }
  .product-sweepstakes-view .banner .banner-content .sub-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .product-sweepstakes-view .banner .banner-content h1 .title-bot {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .product-sweepstakes-view .banner .banner-content h2 .title-bot {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .product-sweepstakes-view .banner .separator {
    margin: 0 30px;
  }
}
@media (max-width: 500px) {
  .product-sweepstakes-view .banner .banner-content {
    margin-top: 100px;
  }
}
@media (max-width: 400px) {
  .product-sweepstakes-view .banner .banner-content {
    margin-top: 80px;
  }
  .product-sweepstakes-view .banner .mbl-acc-img {
    bottom: -80px;
  }
}
.product-sweepstakes-view .overview {
  background-color: #000000;
  padding: 15px 0;
}
.product-sweepstakes-view .overview .overview-intro {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product-sweepstakes-view .overview .overview-content {
  color: #ffffff;
  padding-left: 50px;
  padding-right: 50px;
}
.product-sweepstakes-view .overview .overview-content p {
  font-size: 26px;
  font-size: 2.6rem;
  color: #dcddde;
  font-weight: 500;
}
.product-sweepstakes-view .overview .overview-button .btn,
.product-sweepstakes-view .overview .overview-button .column:not(.sidebar-main) .ecp-view form .actions-toolbar button,
.product-sweepstakes-view .overview .overview-button .category-list.products-main-grid .title,
.product-sweepstakes-view .overview .overview-button .customer-account-createpassword .action.primary,
.product-sweepstakes-view .overview .overview-button .customer-account-forgotpassword .action.primary,
.product-sweepstakes-view .overview .overview-button .customer-account-createpassword .captcha-reload,
.product-sweepstakes-view .overview .overview-button .customer-account-forgotpassword .captcha-reload,
.product-sweepstakes-view .overview .overview-button .citadel-customer-login .action.primary,
.product-sweepstakes-view .overview .overview-button .vault-customer-login .action.primary,
.product-sweepstakes-view .overview .overview-button .customer-account-login .action.primary {
  padding-left: 10px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
.product-sweepstakes-view .overview .cards {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 130px;
}
.product-sweepstakes-view .overview .card {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.product-sweepstakes-view .overview .card .inner {
  height: 630px;
  padding: 30px 20px;
  position: relative;
}
.product-sweepstakes-view .overview .card .inner:hover .hover-content {
  visibility: visible;
}
.product-sweepstakes-view .overview .hover-content {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  height: 100%;
  width: 100%;
  padding: 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: flex-end;
}
.product-sweepstakes-view .overview .hover-title {
  font-weight: 400;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  width: 100%;
}
.product-sweepstakes-view .overview .card .inner:hover .title {
  visibility: hidden;
}
.product-sweepstakes-view .overview .title {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 60px;
  margin: 0;
}
@media (max-width: 1200px) {
  .product-sweepstakes-view .overview .card .inner {
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .product-sweepstakes-view .overview .hover-content {
    visibility: visible;
    padding: 20px;
    position: absolute;
    right: 12px;
    left: 12px;
    bottom: 24px;
    width: auto;
    max-height: 215px;
  }
  .product-sweepstakes-view .overview .card {
    margin-bottom: 20px;
  }
  .product-sweepstakes-view .overview .card .inner {
    padding: 24px 12px;
  }
}
@media (max-width: 767px) {
  .product-sweepstakes-view .overview {
    padding: 50px 0;
  }
  .product-sweepstakes-view .overview .overview-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .product-sweepstakes-view .overview .overview-content p {
    font-size: 20px;
    font-size: 2rem;
  }
  .product-sweepstakes-view .overview .overview-button {
    padding-left: 0;
  }
  .product-sweepstakes-view .overview .card .inner {
    height: 380px;
  }
  .product-sweepstakes-view .overview .cards {
    margin-top: 50px;
  }
  .product-sweepstakes-view .overview .hover-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.product-sweepstakes-view .sweepstake-form {
  padding: 120px 0;
  background: #EFEFEC;
}
.product-sweepstakes-view .sweepstake-form .left-col {
  padding-right: 60px;
}
@media (max-width: 1024px) {
  .product-sweepstakes-view .sweepstake-form {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .product-sweepstakes-view .sweepstake-form .site-width,
  .product-sweepstakes-view .sweepstake-form .page-layout-2columns-left .page-title-wrapper,
  .product-sweepstakes-view .sweepstake-form .page-layout-2columns-left .columns,
  .product-sweepstakes-view .sweepstake-form .breadcrumbs,
  .product-sweepstakes-view .sweepstake-form .cms-page-view .page-wrapper .page-main,
  .product-sweepstakes-view .sweepstake-form .catalog-category-view .page-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .product-sweepstakes-view .sweepstake-form .left-col {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .product-sweepstakes-view .sweepstake-form {
    padding: 40px 0;
  }
}
.product-sweepstakes-view .prizes {
  padding: 120px 0;
}
.product-sweepstakes-view .prizes .prize-row {
  padding: 0 15px;
}
.product-sweepstakes-view .prizes .prize-row .subtitle,
.product-sweepstakes-view .prizes .prize-row .img-wrap {
  margin-bottom: 20px;
}
.product-sweepstakes-view .prizes .section-title {
  margin-bottom: 60px;
  max-width: 800px;
}
.product-sweepstakes-view .prizes .section-content {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .product-sweepstakes-view .prizes {
    padding: 80px 0;
  }
  .product-sweepstakes-view .prizes .section-title {
    margin-bottom: 40px;
  }
  .product-sweepstakes-view .prizes .section-content {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .product-sweepstakes-view .prizes .prize-row {
    padding: 10px 0;
  }
}
@media (max-width: 500px) {
  .product-sweepstakes-view .prizes {
    padding: 40px 0 0;
  }
}
.product-sweepstakes-view .gallery {
  background-color: #efefef;
  padding: 120px 0;
}
.product-sweepstakes-view .gallery .section-title {
  margin-bottom: 40px;
}
.product-sweepstakes-view .gallery .section-content {
  margin-bottom: 100px;
}
.product-sweepstakes-view .gallery .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .product-sweepstakes-view .gallery {
    padding: 80px 0;
  }
  .product-sweepstakes-view .gallery .section-title {
    margin-bottom: 40px;
  }
  .product-sweepstakes-view .gallery .section-content {
    margin-bottom: 60px;
  }
  .product-sweepstakes-view .gallery .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .product-sweepstakes-view .gallery .site-width,
  .product-sweepstakes-view .gallery .page-layout-2columns-left .page-title-wrapper,
  .product-sweepstakes-view .gallery .page-layout-2columns-left .columns,
  .product-sweepstakes-view .gallery .breadcrumbs,
  .product-sweepstakes-view .gallery .cms-page-view .page-wrapper .page-main,
  .product-sweepstakes-view .gallery .catalog-category-view .page-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .product-sweepstakes-view .gallery .section-sub-title,
  .product-sweepstakes-view .gallery .section-title,
  .product-sweepstakes-view .gallery .section-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-sweepstakes-view .gallery .inner {
    gap: 15px;
    padding: 0 15px;
  }
}
@media (max-width: 500px) {
  .product-sweepstakes-view .gallery {
    padding: 40px 0;
  }
}
.welcome-to-my-titan-modal .modal-header {
  padding: 0;
}
.welcome-to-my-titan-modal .modal-header h1 {
  display: none;
}
.welcome-to-my-titan-modal .modal-header button {
  z-index: 5;
}
.welcome-to-my-titan-modal .modal-inner-wrap {
  max-width: 850px;
}
.welcome-to-my-titan-modal .modal-content {
  background-image: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/mytitan-popup-bg.jpg');
  background-size: cover;
  background-position: bottom center;
}
.welcome-to-my-titan-modal #mytitan-modal {
  padding: 30px 15px;
}
.welcome-to-my-titan-modal #mytitan-modal .body {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.welcome-to-my-titan-modal #mytitan-modal a.btn,
.welcome-to-my-titan-modal #mytitan-modal a.column:not(.sidebar-main) .ecp-view form .actions-toolbar button,
.welcome-to-my-titan-modal #mytitan-modal a.category-list.products-main-grid .title,
.welcome-to-my-titan-modal #mytitan-modal a.customer-account-createpassword .action.primary,
.welcome-to-my-titan-modal #mytitan-modal a.customer-account-forgotpassword .action.primary,
.welcome-to-my-titan-modal #mytitan-modal a.customer-account-createpassword .captcha-reload,
.welcome-to-my-titan-modal #mytitan-modal a.customer-account-forgotpassword .captcha-reload,
.welcome-to-my-titan-modal #mytitan-modal a.citadel-customer-login .action.primary,
.welcome-to-my-titan-modal #mytitan-modal a.vault-customer-login .action.primary,
.welcome-to-my-titan-modal #mytitan-modal a.customer-account-login .action.primary {
  background: #343434;
}
.welcome-to-my-titan-modal #mytitan-modal a.btn:hover,
.welcome-to-my-titan-modal #mytitan-modal a.column:not(.sidebar-main) .ecp-view form .actions-toolbar button:hover,
.welcome-to-my-titan-modal #mytitan-modal a.category-list.products-main-grid .title:hover,
.welcome-to-my-titan-modal #mytitan-modal a.customer-account-createpassword .action.primary:hover,
.welcome-to-my-titan-modal #mytitan-modal a.customer-account-forgotpassword .action.primary:hover,
.welcome-to-my-titan-modal #mytitan-modal a.customer-account-createpassword .captcha-reload:hover,
.welcome-to-my-titan-modal #mytitan-modal a.customer-account-forgotpassword .captcha-reload:hover,
.welcome-to-my-titan-modal #mytitan-modal a.citadel-customer-login .action.primary:hover,
.welcome-to-my-titan-modal #mytitan-modal a.vault-customer-login .action.primary:hover,
.welcome-to-my-titan-modal #mytitan-modal a.customer-account-login .action.primary:hover {
  background: black;
}
.welcome-to-my-titan-modal #mytitan-modal .images {
  padding-top: 30px;
}
.welcome-to-my-titan-modal #mytitan-modal .images .image:nth-child(1) {
  padding-right: 15px;
}
.welcome-to-my-titan-modal #mytitan-modal .images .image:nth-child(2) {
  padding-left: 15px;
}
.header-transition-true .product-show-landing-page-view .product-bar {
  margin-top: 0;
}
.header-transition-true .product-bar.is_stuck {
  margin-top: 61px;
}
.header-transition-false .product-bar.is_stuck {
  margin-top: 125px;
}
.product-show-landing-page-view {
  /* PRODUCT BAR */
}
.product-show-landing-page-view .product-bar {
  background-color: #b30520;
  z-index: 100;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.product-show-landing-page-view .product-bar-inner {
  border-bottom: 1px solid #ffffff;
  line-height: 1;
  padding: 25px 20px;
}
.product-show-landing-page-view .is_stuck > .product-bar-inner {
  border-bottom: none;
}
.product-show-landing-page-view .product-bar .products {
  margin: 0;
}
.product-show-landing-page-view .product-bar .products > a,
.product-show-landing-page-view .product-bar .comparison {
  display: inline-block;
  padding: 0 50px 0 0;
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  font-size: 18px;
  font-size: 1.8rem;
}
.product-show-landing-page-view .product-bar .products > a:hover,
.product-show-landing-page-view .product-bar .comparison:hover {
  color: #EAC1C1;
}
.product-show-landing-page-view .product-bar .products > a {
  padding-bottom: 10px;
}
.product-show-landing-page-view .product-bar .products > a:first-of-type {
  padding-left: 0;
}
.product-show-landing-page-view .product-bar .comparison {
  padding-right: 0;
}
.product-show-landing-page-view .products-mobile {
  width: 100%;
}
@media (max-width: 1024px) {
  .product-show-landing-page-view .product-bar .comparison {
    text-decoration: none;
    -webkit-order: -1;
    -ms-order: -1;
    order: -1;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .product-show-landing-page-view .product-bar-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 0;
    padding-top: 50px;
  }
}
.product-show-landing-page-view sub {
  bottom: 0;
}
.product-show-landing-page-view .pslp-banner {
  background-image: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/pslp-banner-bg.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  color: white;
  padding: 15px 15px 40px 15px;
}
.product-show-landing-page-view .pslp-banner .title-1 {
  padding-top: 10px;
  font-size: 35px;
  font-size: 3.5rem;
  text-shadow: 0px 1px 1px #969696;
}
.product-show-landing-page-view .pslp-banner .title-2 {
  padding-bottom: 40px;
  font-size: 100px;
  font-size: 10rem;
  text-shadow: 0px 1px 1px #969696;
}
.product-show-landing-page-view .pslp-banner .btn.btn-white:first-of-type,
.product-show-landing-page-view .pslp-banner .column:not(.sidebar-main) .ecp-view form .actions-toolbar button.btn-white:first-of-type,
.product-show-landing-page-view .pslp-banner .category-list.products-main-grid .title.btn-white:first-of-type,
.product-show-landing-page-view .pslp-banner .customer-account-createpassword .action.primary.btn-white:first-of-type,
.product-show-landing-page-view .pslp-banner .customer-account-forgotpassword .action.primary.btn-white:first-of-type,
.product-show-landing-page-view .pslp-banner .customer-account-createpassword .captcha-reload.btn-white:first-of-type,
.product-show-landing-page-view .pslp-banner .customer-account-forgotpassword .captcha-reload.btn-white:first-of-type,
.product-show-landing-page-view .pslp-banner .citadel-customer-login .action.primary.btn-white:first-of-type,
.product-show-landing-page-view .pslp-banner .vault-customer-login .action.primary.btn-white:first-of-type,
.product-show-landing-page-view .pslp-banner .customer-account-login .action.primary.btn-white:first-of-type {
  margin-right: 20px;
}
.product-show-landing-page-view .pslp-banner .banner-product-container {
  padding-top: 50px;
  margin: auto;
  width: 90%;
}
@media (max-width: 1024px) {
  .product-show-landing-page-view .pslp-banner .banner-product-container .banner-product {
    width: 50%;
  }
  .product-show-landing-page-view .pslp-banner .banner-product-container .banner-product img {
    height: 225px;
    width: auto;
  }
  .product-show-landing-page-view .pslp-banner .banner-product-container .banner-product:nth-child(1) img,
  .product-show-landing-page-view .pslp-banner .banner-product-container .banner-product:nth-child(2) img {
    height: 120px;
    width: auto;
  }
}
@media (max-width: 1024px) {
  .product-show-landing-page-view .pslp-banner .title-1 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .product-show-landing-page-view .pslp-banner .title-2 {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .product-show-landing-page-view .pslp-banner .title-1 {
    font-size: 20px;
    font-size: 2rem;
  }
  .product-show-landing-page-view .pslp-banner .title-2 {
    font-size: 40px;
    font-size: 4rem;
  }
  .product-show-landing-page-view .pslp-banner .banner-product-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Two items per row */
    grid-auto-rows: min-content;
    /* Automatically adjust row height to fit content */
    grid-gap: 10px;
    /* Add some gap between items */
  }
  .product-show-landing-page-view .pslp-banner .banner-product-container .banner-product {
    display: flex;
    align-items: center;
    justify-content: center;
    /* Center the content horizontally */
    width: 100%;
  }
  .product-show-landing-page-view .pslp-banner .banner-button {
    padding: 10px 15px;
    width: 230px;
  }
}
@media (max-width: 673px) {
  .product-show-landing-page-view .pslp-banner .btn.btn-white:first-of-type,
  .product-show-landing-page-view .pslp-banner .column:not(.sidebar-main) .ecp-view form .actions-toolbar button.btn-white:first-of-type,
  .product-show-landing-page-view .pslp-banner .category-list.products-main-grid .title.btn-white:first-of-type,
  .product-show-landing-page-view .pslp-banner .customer-account-createpassword .action.primary.btn-white:first-of-type,
  .product-show-landing-page-view .pslp-banner .customer-account-forgotpassword .action.primary.btn-white:first-of-type,
  .product-show-landing-page-view .pslp-banner .customer-account-createpassword .captcha-reload.btn-white:first-of-type,
  .product-show-landing-page-view .pslp-banner .customer-account-forgotpassword .captcha-reload.btn-white:first-of-type,
  .product-show-landing-page-view .pslp-banner .citadel-customer-login .action.primary.btn-white:first-of-type,
  .product-show-landing-page-view .pslp-banner .vault-customer-login .action.primary.btn-white:first-of-type,
  .product-show-landing-page-view .pslp-banner .customer-account-login .action.primary.btn-white:first-of-type {
    margin-bottom: 20px;
  }
}
.product-show-landing-page-view .app-links {
  padding: 50px 15px;
  background-color: #101010;
  color: white;
}
.product-show-landing-page-view .app-links .content {
  padding-right: 10px;
}
.product-show-landing-page-view .app-links .apps a {
  margin-left: 10px;
}
.product-show-landing-page-view .app-links .apps a:first-child {
  margin-left: 0;
}
@media (max-width: 600px) {
  .product-show-landing-page-view .app-links .apps a,
  .product-show-landing-page-view .app-links .aps a:first-child {
    display: block;
    margin-left: 0;
  }
}
.product-show-landing-page-view .pslp-s1 {
  padding-top: 65px;
  padding-bottom: 65px;
}
.product-show-landing-page-view .pslp-s1 .my-titan-s1-head {
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .product-show-landing-page-view .pslp-s1 .my-titan-s1-head {
    display: block;
  }
  .product-show-landing-page-view .pslp-s1 .my-titan-s1-head .my-titan-logo {
    width: 100%;
  }
  .product-show-landing-page-view .pslp-s1 .my-titan-s1-head .my-titan-title {
    width: 100%;
  }
}
.product-show-landing-page-view .pslp-s1 .section-columns {
  padding-top: 50px;
}
.product-show-landing-page-view .pslp-s1 .section-columns .section-column {
  padding-right: 60px;
}
.product-show-landing-page-view .pslp-s1 .section-columns .section-column .content {
  padding-left: 30px;
}
.product-show-landing-page-view .pslp-s1 .section-columns .section-column .content img {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .product-show-landing-page-view .pslp-s1 .section-columns .section-column {
    padding-right: 0px;
  }
}
.product-show-landing-page-view .pslp-s2 .content {
  background-color: #edeeee;
  padding: 70px 120px 30px 30px;
}
.product-show-landing-page-view .pslp-s2 .content .titles {
  padding: 0 0 0 30px;
  margin-bottom: 30px;
}
.product-show-landing-page-view .pslp-s2 .content .column-content {
  padding-left: 20px;
}
.product-show-landing-page-view .pslp-s2 .content .column-content img {
  margin-bottom: 20px;
}
.product-show-landing-page-view .pslp-s2 .content .column-image img {
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 3;
}
.product-show-landing-page-view .pslp-s2 .section-column.image {
  padding: 70px 15px 50px 50px;
}
.product-show-landing-page-view .pslp-s2 .red-border {
  width: 90%;
  height: 82%;
  border: 8px solid #b30520;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 1400px) {
  .product-show-landing-page-view .pslp-s2 .content .titles {
    padding: 0;
  }
}
@media (max-width: 1300px) {
  .product-show-landing-page-view .pslp-s2 .content .column-image img {
    display: none !important;
  }
  .product-show-landing-page-view .pslp-s2 .content .column-content {
    padding-left: 0;
    width: 100%;
  }
  .product-show-landing-page-view .pslp-s2 .content .column-content img {
    max-width: 350px;
  }
}
@media (max-width: 1200px) {
  .product-show-landing-page-view .pslp-s2 .red-border {
    width: 88%;
  }
}
@media (max-width: 1024px) {
  .product-show-landing-page-view .pslp-s2 .section-column.image {
    padding: 70px 15px 50px 15px;
  }
  .product-show-landing-page-view .pslp-s2 .section-column.image img {
    max-width: 50%;
  }
  .product-show-landing-page-view .pslp-s2 .content {
    padding: 60px 15px;
  }
  .product-show-landing-page-view .pslp-s2 .content .titles {
    padding: 0 30px;
  }
}
.product-show-landing-page-view .pslp-s3 .content {
  background-color: #edeeee;
  padding: 0px 30px 0px 50px;
}
@media (max-width: 1024px) {
  .product-show-landing-page-view .pslp-s3 .content {
    padding: 60px 15px;
  }
  .product-show-landing-page-view .pslp-s3 .section-column.video {
    padding: 60px 15px;
  }
}
.product-show-landing-page-view .quadrant-section {
  /* QUADRANTS */
}
.product-show-landing-page-view .quadrant-section .bg-container {
  padding-top: 150px;
  padding-bottom: 450px;
}
.product-show-landing-page-view .quadrant-section .quadrants {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 150px;
  padding-bottom: 150px;
}
.product-show-landing-page-view .quadrant-section .quadrant {
  position: relative;
  padding-bottom: 30px;
}
.product-show-landing-page-view .quadrant-section .quadrant .title {
  margin-bottom: 0;
}
.product-show-landing-page-view .quadrant-section .quadrant .subtitle {
  margin-bottom: 10px;
}
.product-show-landing-page-view .quadrant-section .quadrant .video-wrapper {
  max-width: 120px;
  margin-top: 20px;
}
.product-show-landing-page-view .quadrant-section .quadrant .popup-youtube {
  position: relative;
  display: inline-block;
  margin-top: 25px;
}
.product-show-landing-page-view .quadrant-section .quadrant .popup-youtube:after {
  content: '\f167';
  font-family: 'Font Awesome 5 Brands';
  display: inline-block;
  color: #b30520;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 28px;
  font-size: 2.8rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-show-landing-page-view .quadrant-section .quadrant .quadrant-content {
  position: absolute;
  background-color: #ffffff;
  opacity: .5;
  padding: 40px 30px;
  -webkit-box-shadow: 0px 2px 54px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 2px 54px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 2px 54px 0px rgba(0, 0, 0, 0.13);
  width: 100%;
  max-width: 500px;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.product-show-landing-page-view .quadrant-section .quadrant .quadrant-content:hover {
  opacity: 1;
}
.product-show-landing-page-view .quadrant-section .quadrant .quadrant-content ul {
  margin-bottom: 0;
}
.product-show-landing-page-view .quadrant-section .quadrant .quadrant-content li {
  margin-bottom: 0;
}
.product-show-landing-page-view .quadrant-section .quadrant .body .image-container {
  width: 200px;
  /* Set the desired width */
  height: 200px;
  /* Set the desired height */
  overflow: hidden;
  /* Hide the overflowing content */
}
.product-show-landing-page-view .quadrant-section .quadrant .body .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Cover the entire container */
}
.product-show-landing-page-view .quadrant-section .quadrant .content-pos-top-left {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
.product-show-landing-page-view .quadrant-section .quadrant .content-pos-top-right {
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
}
.product-show-landing-page-view .quadrant-section .quadrant .content-pos-bottom-left {
  bottom: 0;
  left: 0;
  top: auto;
  right: auto;
}
.product-show-landing-page-view .quadrant-section .quadrant .content-pos-bottom-right {
  bottom: 0;
  right: 0;
  left: auto;
  top: auto;
}
@media (max-width: 1200px) {
  .product-show-landing-page-view .quadrant-section .quadrants {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .product-show-landing-page-view .quadrant-section .cover-image {
    -webkit-clip-path: none;
    clip-path: none;
  }
  .product-show-landing-page-view .quadrant-section .quadrants {
    display: block;
    position: relative;
    background-color: #ffffff;
  }
  .product-show-landing-page-view .quadrant-section .quadrant .quadrant-content {
    opacity: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    max-width: 100%;
    position: relative;
  }
  .product-show-landing-page-view .quadrant-section .bg-container {
    display: none;
  }
}
.product-show-landing-page-view .pslp-s4 {
  padding: 65px 40px;
}
.product-show-landing-page-view .pslp-s4 .image {
  padding-right: 15px;
}
.product-show-landing-page-view .pslp-s4 .text-center .img-wrap {
  margin-bottom: 20px;
}
.product-show-landing-page-view .pslp-s4 table thead th {
  color: white;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 2.2rem;
}
.product-show-landing-page-view .pslp-s4 table thead th a {
  color: white;
}
.product-show-landing-page-view .pslp-s4 table th:nth-child(1) {
  border-bottom: 3px solid #edeeee;
}
.product-show-landing-page-view .pslp-s4 table th:nth-child(2) {
  background-color: #b30720;
}
.product-show-landing-page-view .pslp-s4 table th:nth-child(3) {
  background-color: #831920;
  position: relative;
}
.product-show-landing-page-view .pslp-s4 table tr.even td {
  background-color: #edeeee;
}
.product-show-landing-page-view .pslp-s4 table tr td.text-center {
  border-left: 2px solid black;
}
.product-show-landing-page-view .pslp-s4 .disclaimer {
  max-width: 875px;
  margin: auto;
}
@media (max-width: 767px) {
  .product-show-landing-page-view .pslp-s4 {
    padding: 45px 15px;
  }
  .product-show-landing-page-view .pslp-s4 table thead th {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .product-show-landing-page-view .pslp-s4 table th:nth-child(3):after {
    width: 30px;
    height: 31px;
    right: -15px;
    top: -5px;
    background-size: 100%;
  }
}
.product-show-landing-page-view .specification-tables .desktop-specs {
  white-space: nowrap;
}
.product-show-landing-page-view .specification-tables .desktop-specs .spec-table-image {
  height: 25px;
}
@media (max-width: 767px) {
  .product-show-landing-page-view .specification-tables .desktop-specs table > tbody > tr > td:first-of-type {
    white-space: pre-wrap;
  }
}
.product-show-landing-page-view .pslp-s5 {
  margin-bottom: 70px;
}
.product-show-landing-page-view .pslp-s5 .top-section {
  padding: 40px 45px 30px 45px;
  background-color: #edeeee;
}
.product-show-landing-page-view .pslp-s5 .top-section .section-logo {
  margin-bottom: 15px;
}
.product-show-landing-page-view .pslp-s5 .top-section .content {
  padding-left: 15px;
}
.product-show-landing-page-view .pslp-s5 .top-section .s5-cols {
  padding-top: 20px;
}
.product-show-landing-page-view .pslp-s5 .top-section .s5-cols .s5-col {
  padding: 0 30px 40px 30px;
}
.product-show-landing-page-view .pslp-s5 .top-section .s5-cols .s5-col .image {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #dcddde;
}
.product-show-landing-page-view .pslp-s5 .bottom-section {
  padding: 60px 100px;
  background-color: #dcddde;
  position: relative;
}
.product-show-landing-page-view .pslp-s5 .bottom-section:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 20px solid white;
  border-top: 20px solid transparent;
}
@media (max-width: 1450px) {
  .product-show-landing-page-view .pslp-s5 .bottom-section {
    padding: 60px 30px;
  }
}
@media (max-width: 1024px) {
  .product-show-landing-page-view .pslp-s5 .top-section {
    padding: 30px 0px;
  }
  .product-show-landing-page-view .pslp-s5 .content-side {
    padding-bottom: 20px;
  }
  .product-show-landing-page-view .pslp-s5 .bottom-section .fifty:first-of-type {
    margin-bottom: 20px;
  }
}
.tip-header {
  position: fixed;
  height: 80px;
  width: 100%;
  background-color: #ffffff;
  z-index: 999;
}
.tip-header .nav,
.tip-header ul,
.tip-header ul > li,
.tip-header ul > li > a,
.tip-header .logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.tip-header li {
  margin: 0;
}
.tip-header li > a {
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 20px;
  font-weight: 400;
}
.tip-header li > a:hover {
  text-decoration: underline;
}
.tip-header .logo {
  margin-bottom: 0;
  margin-right: 50px;
}
.tip-header .logo,
.tip-header ul > li > a {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.tip-header .find-a-dealer {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 16px 32px;
  color: #ffffff;
  background-color: #A71825;
  display: inline-block;
  border-radius: 9999px;
  font-weight: 400;
  border: 1px solid #A71825;
  line-height: 1;
  text-transform: none;
}
.tip-header .find-a-dealer:hover {
  background-color: #ffffff;
  color: #A71825;
}
.tip-header .mobile-toggle {
  display: none;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 8px;
}
@media (max-width: 1024px) {
  .tip-header li > a {
    padding: 0 16px;
  }
  .tip-header .logo {
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .tip-header .nav {
    display: none;
  }
  .tip-header .find-a-dealer {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 32px;
    color: #000000;
    background-color: #ffffff;
    font-weight: 400;
    border: 1px solid #000000;
  }
  .tip-header .find-a-dealer:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .tip-header .mobile-toggle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.tip-mobile-menu {
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  color: #000000;
  top: 0;
  left: 0;
  z-index: 100005;
  padding: 16px 24px;
}
.tip-mobile-menu .mobile-close-toggle {
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 10006;
  position: relative;
}
.tip-mobile-menu .mobile-close-toggle i {
  font-size: 24px;
  font-size: 2.4rem;
}
.tip-mobile-menu .logo {
  float: none;
  margin: 0 0 0 16px;
}
.tip-mobile-menu .nav {
  margin: 70px 0 50px;
}
.tip-mobile-menu .nav li > a {
  font-size: 28px;
  font-size: 2.8rem;
  padding: 16px 32px;
  line-height: 1;
}
.tip-mobile-menu .find-a-dealer {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 16px 32px;
  color: #000000;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 9999px;
  font-weight: 400;
  border: 1px solid #000000;
  line-height: 1;
  text-transform: none;
  margin-left: 32px;
}
.tip-mobile-menu .find-a-dealer:hover {
  background-color: #000000;
  color: #ffffff;
}
body.wordpress-template-view-template-tip-education .page-wrapper {
  margin-top: 80px;
}
.tip-education .img-wrap {
  line-height: 0;
}
.tip-education p,
.tip-education div {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
}
.tip-education h1 {
  font-size: 84px;
  font-size: 8.4rem;
  line-height: 1.07;
  margin-bottom: 48px;
}
.tip-education h2 {
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: 500;
}
.tip-education h2 sup {
  font-size: 30px;
  font-size: 3rem;
}
.tip-education h3 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
}
.tip-education h4 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .tip-education h1 {
    font-size: 56px;
    font-size: 5.6rem;
    margin-bottom: 20px;
  }
  .tip-education h2 {
    font-size: 34px;
    font-size: 3.4rem;
  }
  .tip-education h2 sup {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .tip-education h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (max-width: 1024px) {
  .tip-education h1 {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .tip-education p,
  .tip-education div {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .tip-education h1 {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .tip-education h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .tip-education h4 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .tip-education p,
  .tip-education div {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.tip-education .intro-content {
  padding: 16px 0 40px;
}
.tip-education .intro-content .inner {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.tip-education .intro-content .content {
  padding-right: 100px;
}
@media (max-width: 1550px) {
  .tip-education .intro-content .content {
    padding-right: 60px;
  }
}
@media (max-width: 1400px) {
  .tip-education .intro-content .content {
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .tip-education .intro-content .content {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.tip-education .tips {
  padding-top: 100px;
  padding-bottom: 100px;
}
.tip-education .tips .tip-cards {
  margin-left: -10px;
  margin-right: -10px;
}
.tip-education .tips .slick-list {
  width: 100%;
}
.tip-education .tips .title {
  margin-bottom: 20px;
}
.tip-education .tips .title h4 {
  margin: 0;
}
.tip-education .tips .title .slider-arrows a:first-of-type {
  margin-right: 8px;
}
.tip-education .tips .title .slider-arrows a img {
  width: 32px;
  height: auto;
}
.tip-education .tips .tip-card {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.tip-education .tips .tip-card.active:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 20px 16px 20px;
  border-color: transparent transparent #FFFFFF transparent;
  transform: rotate(0deg);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tip-education .tips .tip-wrap {
  border-radius: 26px;
  padding: 28px;
  color: #ffffff;
}
.tip-education .tips .tip-wrap.black {
  color: #000000;
}
.tip-education .tips .tip-wrap.black .tip-expand {
  color: #000000;
}
.tip-education .tips .tip-wrap .tip-name {
  font-weight: 500;
  margin-bottom: 2px;
}
.tip-education .tips .tip-wrap .tip-name.black {
  color: #000000;
}
.tip-education .tips .tip-wrap .img-wrap {
  text-align: center;
}
.tip-education .tips .tip-wrap .img-wrap img {
  max-height: 190px;
  width: auto;
}
.tip-education .tips .tip-wrap .tip-expand {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 16px 36px;
  border: 1px solid #000000;
  border-radius: 9999px;
  color: #ffffff;
  display: inline-block;
  margin: 32px auto 0;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tip-education .tips .tip-wrap .tip-expand:hover {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.tip-education .tips .pressure-text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 8px 14px;
  border-radius: 9999px;
  color: #000000;
  background-color: #ffffff;
  display: inline-block;
  margin-bottom: 16px;
}
.tip-education .tips .psi {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 24px;
}
.tip-education .tips .tip-info-hidden {
  position: relative;
  width: 100%;
  padding: 100px 60px 0;
}
.tip-education .tips .tip-info-hidden > .inner {
  margin-left: -16px;
  margin-right: -16px;
  padding-top: 24px;
}
.tip-education .tips .tip-info-hidden > .inner > div {
  padding-left: 16px;
  padding-right: 16px;
}
.tip-education .tips .tip-info-hidden .close {
  right: 60px;
  top: 60px;
  cursor: pointer;
}
.tip-education .tips .tip-info-hidden .close i {
  font-size: 48px;
  font-size: 4.8rem;
}
.tip-education .tips .tip-info-hidden .tip-color-bar {
  margin-bottom: 70px;
}
.tip-education .tips .tip-info-hidden .color {
  padding: 20px 50px;
  border-radius: 0 9999px 9999px 0;
  line-height: 1;
  height: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  color: #ffffff;
}
.tip-education .tips .tip-info-hidden .color.black {
  color: #000000;
}
.tip-education .tips .tip-info-hidden .pressure-long-text {
  margin-left: -28px;
  padding: 20px 100px 20px 64px;
  border-radius: 0 9999px 9999px 0;
  line-height: 1;
  height: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 22px;
  font-size: 2.2rem;
}
.tip-education .tips .tip-info-hidden .left-images {
  margin-left: -20px;
  margin-right: -20px;
}
.tip-education .tips .tip-info-hidden .left-images .img-wrap {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 50%;
}
.tip-education .tips .tip-info-hidden h2 {
  margin-bottom: 8px;
}
.tip-education .tips .tip-info-hidden h3 {
  max-width: 440px;
  margin-bottom: 30px;
}
.tip-education .tips .tip-info-hidden .psi-image {
  margin-bottom: 16px;
}
.tip-education .tips .tip-info-hidden .tip-name.black {
  color: #000000;
}
.tip-education .tips .tip-info-hidden .tip-info-list ul {
  list-type: none;
  list-style-type: none;
  padding: 0;
  padding-inline-start: 0;
  margin-bottom: 32px;
}
.tip-education .tips .tip-info-hidden .tip-info-list ul li {
  font-size: 18px;
  font-size: 1.8rem;
}
.tip-education .tips .tip-info-hidden .tip-info-list ul li:before {
  content: '\f058';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  margin-right: 16px;
}
.tip-education .tips .tip-info-hidden .tip-info-list.black ul li:before {
  border: 1px solid #000000;
  border-radius: 9999px;
  background-color: #000000;
}
.tip-education .tips .tip-info-hidden .learn-more {
  background-color: #000000;
  display: inline-block;
  color: #ffffff;
  border: 1px solid #000000;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 16px 36px;
  line-height: 1;
  border-radius: 9999px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  margin-right: 8px;
}
.tip-education .tips .tip-info-hidden .learn-more:hover {
  background-color: #ffffff;
  color: #000000;
}
.tip-education .tips .tip-info-hidden .dealer {
  background-color: #ffffff;
  display: inline-block;
  color: #000000;
  border: 1px solid #000000;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 16px 36px;
  line-height: 1;
  border-radius: 9999px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  margin-right: 8px;
}
.tip-education .tips .tip-info-hidden .dealer:hover {
  background-color: #000000;
  color: #ffffff;
}
.tip-education .tips .tip-info-hidden .details {
  margin: 32px 0 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #A8A8A4;
}
.tip-education .tips .tip-info-hidden .details-heading {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 400;
}
.tip-education .tips .tip-info-hidden .fan-pattern-title,
.tip-education .tips .tip-info-hidden .fan-pattern-text {
  max-width: 190px;
}
.tip-education .tips .tip-info-hidden .fan-pattern-title p,
.tip-education .tips .tip-info-hidden .fan-pattern-text p {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
.tip-education .tips .tip-info-hidden .img-wrap-inner {
  line-height: 0;
  margin: 8px 0;
}
@media (max-width: 1400px) {
  .tip-education .tips .tip-info-hidden .pressure-long-text {
    padding: 20px 40px;
  }
}
@media (max-width: 1300px) {
  .tip-education .tips .tip-wrap {
    padding: 16px 16px 28px;
  }
}
@media (max-width: 1200px) {
  .tip-education .tips .tip-info-hidden .color {
    font-size: 16px;
    font-size: 1.6rem;
    height: 40px;
    padding: 10px 40px;
  }
  .tip-education .tips .tip-info-hidden .pressure-long-text {
    font-size: 16px;
    font-size: 1.6rem;
    height: 40px;
    padding: 10px 40px;
  }
}
@media (max-width: 1024px) {
  .tip-education .tips .tip-info-hidden {
    padding: 80px 20px 0;
  }
  .tip-education .tips .tip-info-hidden .color {
    padding: 10px 20px;
  }
  .tip-education .tips .tip-info-hidden .pressure-long-text {
    padding: 10px 20px 10px 40px;
  }
  .tip-education .tips .tip-info-hidden .learn-more {
    padding: 16px 32px;
  }
  .tip-education .tips .tip-info-hidden .dealer {
    padding: 16px 32px;
  }
}
@media (max-width: 767px) {
  .tip-education .tips {
    padding-bottom: 50px;
  }
  .tip-education .tips .tip-info-hidden {
    padding: 70px 0 0;
  }
  .tip-education .tips .tip-info-hidden .close {
    right: 0;
    top: 20px;
  }
  .tip-education .tips .tip-info-hidden .close i {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .tip-education .tips .tip-info-hidden .psi-image {
    margin-top: 16px;
  }
  .tip-education .tips .tip-info-hidden .tip-color-bar {
    margin-bottom: 40px;
  }
  .tip-education .tips .tip-info-hidden .color {
    padding: 12px 32px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .tip-education .tips .tip-info-hidden .pressure-long-text {
    padding: 12px 72px 12px 48px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .tip-education .tips .tip-info-hidden h2 {
    margin-top: 30px;
  }
  .tip-education .tips .tip-info-hidden .tip-info-list ul li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .tip-education .tips .tip-info-hidden .tip-info-list ul li:before {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .tip-education .tips .tip-info-hidden .pressure-img {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .tip-education .tips .tip-info-hidden .pressure-long-text {
    padding: 12px 48px 12px 48px;
  }
}
.tip-education .promise-panel {
  padding: 80px 0 100px;
  background-color: #F7F7F7;
}
.tip-education .promise-panel .title {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 48px;
}
.tip-education .promise-panel .bullets {
  margin-left: -16px;
  margin-right: -16px;
}
.tip-education .promise-panel .list-wrap {
  padding-left: 16px;
  padding-right: 16px;
}
.tip-education .promise-panel .list ul {
  list-type: none;
  list-style-type: none;
  padding: 0;
  padding-inline-start: 0;
}
.tip-education .promise-panel .list ul li:before {
  content: '\f058';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 600;
  color: #A71825;
  font-size: 20px;
  font-size: 2rem;
  margin-right: 16px;
}
@media (max-width: 1024px) {
  .tip-education .promise-panel h4 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tip-education .promise-panel {
    padding: 60px 0;
  }
  .tip-education .promise-panel .title .img-wrap {
    width: 100%;
    text-align: center;
  }
  .tip-education .promise-panel .title h2 {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
  }
}
.tip-education .tips-on-tips {
  padding: 250px 0;
}
.tip-education .tips-on-tips .inner {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.tip-education .tips-on-tips .phone-screen {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 33.3333%;
  z-index: 3;
  pointer-events: none;
}
.tip-education .tips-on-tips .phone-screen img {
  width: 100%;
}
.tip-education .tips-on-tips .slider-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.tip-education .tips-on-tips .slider-arrow:hover {
  -webkit-transform: translateY(-50%) scale(1.1);
  -moz-transform: translateY(-50%) scale(1.1);
  -o-transform: translateY(-50%) scale(1.1);
  -ms-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
}
.tip-education .tips-on-tips .slider-arrow.left-arrow {
  left: -100px;
}
.tip-education .tips-on-tips .slider-arrow.right-arrow {
  right: -100px;
}
.tip-education .tips-on-tips .video-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 24px;
  z-index: 2;
  opacity: 0.6;
}
.tip-education .tips-on-tips .video-slide.slick-current {
  opacity: 1.0;
}
.tip-education .tips-on-tips .video-slide.slick-current .play-button {
  display: inline-block;
  bottom: 16px;
  left: 16px;
}
.tip-education .tips-on-tips .video-slide .play-button {
  display: none;
}
.tip-education .tips-on-tips .video-slide .img-wrap {
  position: relative;
}
.tip-education .tips-on-tips .video-slide img,
.tip-education .tips-on-tips .video-slide .img-wrap {
  width: 100%;
}
.tip-education .tips-on-tips .video-slide .title,
.tip-education .tips-on-tips .video-slide .sub-title {
  width: 100%;
  padding: 0 8px;
}
.tip-education .tips-on-tips .video-slide .title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 20px;
}
.tip-education .tips-on-tips .video-slide .sub-title {
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 1780px) {
  .tip-education .tips-on-tips .slider-arrow {
    top: unset;
    bottom: -70px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .tip-education .tips-on-tips .slider-arrow:hover {
    -webkit-transform: translateY(0%) scale(1.1);
    -moz-transform: translateY(0%) scale(1.1);
    -o-transform: translateY(0%) scale(1.1);
    -ms-transform: translateY(0%) scale(1.1);
    transform: translateY(0%) scale(1.1);
  }
  .tip-education .tips-on-tips .slider-arrow.left-arrow {
    left: 0;
  }
  .tip-education .tips-on-tips .slider-arrow.right-arrow {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .tip-education .tips-on-tips {
    padding: 80px 0 150px;
  }
  .tip-education .tips-on-tips .phone-screen {
    display: none;
  }
  .tip-education .tips-on-tips .text {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 40px;
  }
  .tip-education .tips-on-tips .slider-arrow img {
    max-width: 38px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .tip-education .tips-on-tips {
    padding: 60px 0 130px;
  }
  .tip-education .tips-on-tips .video-slide {
    padding: 0;
  }
}
.tip-education .accessories-slider {
  padding: 90px 0 100px;
  background-color: #F7F7F7;
}
.tip-education .accessories-slider .slider-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.tip-education .accessories-slider .slider-arrow:hover {
  -webkit-transform: translateY(-50%) scale(1.1);
  -moz-transform: translateY(-50%) scale(1.1);
  -o-transform: translateY(-50%) scale(1.1);
  -ms-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
}
.tip-education .accessories-slider .slider-arrow.left-arrow {
  left: -100px;
}
.tip-education .accessories-slider .slider-arrow.right-arrow {
  right: -100px;
}
.tip-education .accessories-slider .accessory {
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.tip-education .accessories-slider .accessory .inner {
  background-color: #ffffff;
  border-radius: 26px;
  padding: 40px 20px;
}
.tip-education .accessories-slider .accessory .name {
  color: #000000;
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 40px;
}
.tip-education .accessories-slider .accessory .img-wrap {
  margin-bottom: 30px;
  display: block;
}
.tip-education .accessories-slider .accessory .img-wrap img {
  margin: 0 auto;
}
.tip-education .accessories-slider .accessory .learn-more {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 16px 32px;
  color: #000000;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 9999px;
  font-weight: 400;
  border: 1px solid #000000;
  line-height: 1;
  text-transform: none;
  margin: 0 auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tip-education .accessories-slider .accessory .learn-more:hover {
  background-color: #000000;
  color: #ffffff;
}
.tip-education .accessories-slider .slick-track,
.tip-education .accessories-slider .slick-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.tip-education .accessories-slider .slick-list {
  width: 100%;
}
@media (max-width: 1780px) {
  .tip-education .accessories-slider .slider-arrow {
    top: unset;
    bottom: -70px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .tip-education .accessories-slider .slider-arrow:hover {
    -webkit-transform: translateY(0%) scale(1.1);
    -moz-transform: translateY(0%) scale(1.1);
    -o-transform: translateY(0%) scale(1.1);
    -ms-transform: translateY(0%) scale(1.1);
    transform: translateY(0%) scale(1.1);
  }
  .tip-education .accessories-slider .slider-arrow.left-arrow {
    left: 0;
  }
  .tip-education .accessories-slider .slider-arrow.right-arrow {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .tip-education .accessories-slider .accessory {
    padding-left: 16px;
    padding-right: 16px;
  }
  .tip-education .accessories-slider .accessory .inner {
    background-color: #ffffff;
    padding: 16px;
  }
  .tip-education .accessories-slider .accessory .name {
    font-size: 20px;
    font-size: 2rem;
  }
}
.wordpress-template-view-template-spraybuy .spraybuy-header {
  background-color: #1c449c;
  color: #b30520;
  padding: 32px 0;
  position: relative;
}
.wordpress-template-view-template-spraybuy .spraybuy-header:before {
  content: '';
  background-color: #1c449c;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.wordpress-template-view-template-spraybuy .spraybuy-header:after {
  content: '';
  width: 100%;
  height: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 0 6px 11px 6px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.wordpress-template-view-template-spraybuy .spraybuy-header .spraybuy-logo {
  max-width: 300px;
  line-height: 0;
  margin-right: 32px;
}
.wordpress-template-view-template-spraybuy .spraybuy-header .spraybuy-logo img {
  max-height: 250px;
}
.wordpress-template-view-template-spraybuy .spraybuy-header .logo-text {
  margin-bottom: 16px;
}
.wordpress-template-view-template-spraybuy .spraybuy-header .spraybuy-header-text {
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .wordpress-template-view-template-spraybuy .spraybuy-header {
    padding: 24px 0;
  }
  .wordpress-template-view-template-spraybuy .spraybuy-header .header-right {
    width: 100%;
    order: 1;
    text-align: center;
  }
  .wordpress-template-view-template-spraybuy .spraybuy-header .spraybuy-logo {
    margin-bottom: 24px;
  }
  .wordpress-template-view-template-spraybuy .spraybuy-header .logo-wrap {
    order: 0;
    margin: 0 auto;
  }
  .wordpress-template-view-template-spraybuy .spraybuy-header .spraybuy-logo,
  .wordpress-template-view-template-spraybuy .spraybuy-header .spraybuy-header-text {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .wordpress-template-view-template-spraybuy .spraybuy-header {
    padding: 16px 0;
  }
  .wordpress-template-view-template-spraybuy .spraybuy-header .spraybuy-logo img {
    max-height: 200px;
  }
}
@media (max-width: 400px) {
  .wordpress-template-view-template-spraybuy .spraybuy-header .spraybuy-logo {
    max-width: 100%;
  }
}
.wordpress-template-view-template-spraybuy .content-rows {
  padding: 0 0 32px;
}
.wordpress-template-view-template-spraybuy .content-rows .pdf-download {
  padding: 16px 16px 0px;
  background-color: #b30520;
  margin-bottom: 32px;
}
.wordpress-template-view-template-spraybuy .content-rows .pdf-download .btn-wrap {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 16px;
}
.wordpress-template-view-template-spraybuy .content-rows .row-wrap {
  margin-left: -16px;
  margin-right: -16px;
}
.wordpress-template-view-template-spraybuy .content-rows .row {
  margin-bottom: 48px;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.wordpress-template-view-template-spraybuy .content-rows .bg-white {
  background-color: #ffffff;
}
.wordpress-template-view-template-spraybuy .content-rows .bg-gray {
  background-color: #f3f3f4;
}
.wordpress-template-view-template-spraybuy .content-rows .bg-dark-gray {
  background-color: #d5d5d5;
}
.wordpress-template-view-template-spraybuy .content-rows .bg-dark-gray .terttitle {
  color: #000000;
}
.wordpress-template-view-template-spraybuy .content-rows .cta-wrap {
  padding: 16px;
  text-decoration: none;
}
.wordpress-template-view-template-spraybuy .content-rows .content-col.order-2 {
  text-align: right;
  padding-right: 0;
  padding-left: 24px;
}
.wordpress-template-view-template-spraybuy .content-rows .content-col.order-2 .accent-images {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.wordpress-template-view-template-spraybuy .content-rows .content-col.order-2 .r-ribbon-text:after {
  left: -16px;
  right: unset;
  transform: scale(-1, 1);
}
.wordpress-template-view-template-spraybuy .content-rows .content-col.order-2 .dr-ribbon-text {
  margin-left: auto;
}
.wordpress-template-view-template-spraybuy .content-rows .content-col.order-2 .dr-ribbon-text:after {
  left: -16px;
  right: unset;
  transform: scale(-1, 1);
}
.wordpress-template-view-template-spraybuy .content-rows .content-col {
  padding-right: 24px;
}
.wordpress-template-view-template-spraybuy .content-rows .accent-images {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 16px;
}
.wordpress-template-view-template-spraybuy .content-rows .accent-images .img-wrap {
  padding-left: 8px;
  padding-right: 8px;
  max-width: 50%;
  position: relative !important;
}
.wordpress-template-view-template-spraybuy .content-rows .accent-images .img-wrap .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wordpress-template-view-template-spraybuy .content-rows .accent-images .img-wrap .play-button img {
  max-width: 32px !important;
}
.wordpress-template-view-template-spraybuy .content-rows .accent-images .img-wrap img:not(.play-image) {
  border: 2px solid #b30520;
  max-width: 75px !important;
}
.wordpress-template-view-template-spraybuy .content-rows .subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  color: #000000;
}
.wordpress-template-view-template-spraybuy .content-rows .title {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 0;
}
.wordpress-template-view-template-spraybuy .content-rows .terttitle {
  color: #9c9c9e;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.wordpress-template-view-template-spraybuy .content-rows .r-ribbon-text {
  background-color: #b30520;
  color: #ffffff;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  margin-top: 16px;
  padding: 4px 8px;
  position: relative;
}
.wordpress-template-view-template-spraybuy .content-rows .r-ribbon-text:after {
  content: '';
  height: 100%;
  width: 16px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #b30520;
  position: absolute;
  right: -15px;
  top: 0;
}
.wordpress-template-view-template-spraybuy .content-rows .dr-ribbon-text {
  background-color: #9b0f20;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-top: 4px;
  padding: 4px 8px;
  position: relative;
  max-width: 75%;
}
.wordpress-template-view-template-spraybuy .content-rows .dr-ribbon-text:after {
  content: '';
  height: 100%;
  width: 16px;
  clip-path: polygon(0 0, 100% 0, 0% 100%, 0% 100%);
  background-color: #9b0f20;
  position: absolute;
  right: -15px;
  top: 0;
}
@media (max-width: 1200px) {
  .wordpress-template-view-template-spraybuy .content-rows .row {
    margin-bottom: 32px;
  }
  .wordpress-template-view-template-spraybuy .content-rows .accent-images .img-wrap .play-button img {
    max-width: 24px !important;
  }
  .wordpress-template-view-template-spraybuy .content-rows .accent-images .img-wrap img:not(.play-image) {
    max-width: 60px !important;
  }
}
@media (max-width: 900px) {
  .wordpress-template-view-template-spraybuy .content-rows .row {
    width: 100%;
  }
  .wordpress-template-view-template-spraybuy .content-rows .title {
    font-size: 30px;
    font-size: 3rem;
  }
  .wordpress-template-view-template-spraybuy .content-rows .subtitle {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 650px) {
  .wordpress-template-view-template-spraybuy .content-rows .pdf-download .btn-wrap {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .wordpress-template-view-template-spraybuy .content-rows .content-col {
    order: 2;
  }
  .wordpress-template-view-template-spraybuy .content-rows .main-image {
    order: 1;
    margin-bottom: 16px;
    text-align: center;
  }
  .wordpress-template-view-template-spraybuy .content-rows .main-image img {
    max-width: 250px;
    max-height: 200px;
  }
  .wordpress-template-view-template-spraybuy .content-rows .content-col.order-2 {
    text-align: left;
    padding-right: 24px;
    padding-left: 0;
  }
  .wordpress-template-view-template-spraybuy .content-rows .content-col.order-2 .accent-images {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .wordpress-template-view-template-spraybuy .content-rows .content-col.order-2 .r-ribbon-text:after {
    left: unset;
    right: -16px;
    transform: scale(1, 1);
  }
  .wordpress-template-view-template-spraybuy .content-rows .content-col.order-2 .dr-ribbon-text {
    margin-left: 0;
  }
  .wordpress-template-view-template-spraybuy .content-rows .content-col.order-2 .dr-ribbon-text:after {
    left: unset;
    right: -15px;
    transform: scale(1, 1);
  }
}
.font-industry {
  font-family: "industry", sans-serif;
}
h2,
.product-info-main h1.page-title {
  font-size: 79px;
  font-size: 7.9rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  h2,
  .product-info-main h1.page-title {
    font-size: 46px;
    font-size: 4.6rem;
  }
}
a.btn-transparent {
  color: #000000;
  border: 1px solid #000000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
}
a.btn-transparent:visited {
  color: #000000;
}
a.btn-transparent:hover {
  background: #000000;
  color: #ffffff;
}
a.btn-transparent:visited:hover {
  color: #ffffff;
}
.btn.btn-red,
.banner-form .action.primary,
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button.btn-red,
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button,
.category-list.products-main-grid .title.btn-red,
.category-list.products-main-grid .title,
.customer-account-createpassword .action.primary.btn-red,
.customer-account-createpassword .action.primary,
.customer-account-forgotpassword .action.primary.btn-red,
.customer-account-forgotpassword .action.primary,
.customer-account-createpassword .captcha-reload.btn-red,
.customer-account-createpassword .captcha-reload,
.customer-account-forgotpassword .captcha-reload.btn-red,
.customer-account-forgotpassword .captcha-reload,
.citadel-customer-login .action.primary.btn-red,
.citadel-customer-login .action.primary,
.vault-customer-login .action.primary.btn-red,
.vault-customer-login .action.primary,
.customer-account-login .action.primary.btn-red,
.customer-account-login .action.primary {
  color: #ffffff;
  border: 1px solid #b30520;
  background: #b30520;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
}
.btn.btn-red:visited,
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button.btn-red:visited,
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button:visited,
.category-list.products-main-grid .title.btn-red:visited,
.category-list.products-main-grid .title:visited,
.customer-account-createpassword .action.primary.btn-red:visited,
.customer-account-createpassword .action.primary:visited,
.customer-account-forgotpassword .action.primary.btn-red:visited,
.customer-account-forgotpassword .action.primary:visited,
.customer-account-createpassword .captcha-reload.btn-red:visited,
.customer-account-createpassword .captcha-reload:visited,
.customer-account-forgotpassword .captcha-reload.btn-red:visited,
.customer-account-forgotpassword .captcha-reload:visited,
.citadel-customer-login .action.primary.btn-red:visited,
.citadel-customer-login .action.primary:visited,
.vault-customer-login .action.primary.btn-red:visited,
.vault-customer-login .action.primary:visited,
.customer-account-login .action.primary.btn-red:visited,
.customer-account-login .action.primary:visited {
  color: #ffffff;
}
.btn.btn-red:hover,
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button.btn-red:hover,
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button:hover,
.category-list.products-main-grid .title.btn-red:hover,
.category-list.products-main-grid .title:hover,
.customer-account-createpassword .action.primary.btn-red:hover,
.customer-account-createpassword .action.primary:hover,
.customer-account-forgotpassword .action.primary.btn-red:hover,
.customer-account-forgotpassword .action.primary:hover,
.customer-account-createpassword .captcha-reload.btn-red:hover,
.customer-account-createpassword .captcha-reload:hover,
.customer-account-forgotpassword .captcha-reload.btn-red:hover,
.customer-account-forgotpassword .captcha-reload:hover,
.citadel-customer-login .action.primary.btn-red:hover,
.citadel-customer-login .action.primary:hover,
.vault-customer-login .action.primary.btn-red:hover,
.vault-customer-login .action.primary:hover,
.customer-account-login .action.primary.btn-red:hover,
.customer-account-login .action.primary:hover {
  background: #9b0f20;
  border: 1px solid #9b0f20;
}
.btn.btn-red:visited:hover,
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button.btn-red:visited:hover,
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button:visited:hover,
.category-list.products-main-grid .title.btn-red:visited:hover,
.category-list.products-main-grid .title:visited:hover,
.customer-account-createpassword .action.primary.btn-red:visited:hover,
.customer-account-createpassword .action.primary:visited:hover,
.customer-account-forgotpassword .action.primary.btn-red:visited:hover,
.customer-account-forgotpassword .action.primary:visited:hover,
.customer-account-createpassword .captcha-reload.btn-red:visited:hover,
.customer-account-createpassword .captcha-reload:visited:hover,
.customer-account-forgotpassword .captcha-reload.btn-red:visited:hover,
.customer-account-forgotpassword .captcha-reload:visited:hover,
.citadel-customer-login .action.primary.btn-red:visited:hover,
.citadel-customer-login .action.primary:visited:hover,
.vault-customer-login .action.primary.btn-red:visited:hover,
.vault-customer-login .action.primary:visited:hover,
.customer-account-login .action.primary.btn-red:visited:hover,
.customer-account-login .action.primary:visited:hover {
  color: #ffffff;
}
.btn.btn-white,
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button.btn-white,
.category-list.products-main-grid .title.btn-white,
.customer-account-createpassword .action.primary.btn-white,
.customer-account-forgotpassword .action.primary.btn-white,
.customer-account-createpassword .captcha-reload.btn-white,
.customer-account-forgotpassword .captcha-reload.btn-white,
.citadel-customer-login .action.primary.btn-white,
.vault-customer-login .action.primary.btn-white,
.customer-account-login .action.primary.btn-white {
  color: #000000;
  border: 1px solid #ffffff;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  padding: 13px 38px;
  max-width: 100%;
  width: auto;
}
.btn.btn-white:visited,
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button.btn-white:visited,
.category-list.products-main-grid .title.btn-white:visited,
.customer-account-createpassword .action.primary.btn-white:visited,
.customer-account-forgotpassword .action.primary.btn-white:visited,
.customer-account-createpassword .captcha-reload.btn-white:visited,
.customer-account-forgotpassword .captcha-reload.btn-white:visited,
.citadel-customer-login .action.primary.btn-white:visited,
.vault-customer-login .action.primary.btn-white:visited,
.customer-account-login .action.primary.btn-white:visited {
  color: #000000;
}
.btn.btn-white:hover,
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button.btn-white:hover,
.category-list.products-main-grid .title.btn-white:hover,
.customer-account-createpassword .action.primary.btn-white:hover,
.customer-account-forgotpassword .action.primary.btn-white:hover,
.customer-account-createpassword .captcha-reload.btn-white:hover,
.customer-account-forgotpassword .captcha-reload.btn-white:hover,
.citadel-customer-login .action.primary.btn-white:hover,
.vault-customer-login .action.primary.btn-white:hover,
.customer-account-login .action.primary.btn-white:hover {
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
}
.btn.btn-white:visited:hover,
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button.btn-white:visited:hover,
.category-list.products-main-grid .title.btn-white:visited:hover,
.customer-account-createpassword .action.primary.btn-white:visited:hover,
.customer-account-forgotpassword .action.primary.btn-white:visited:hover,
.customer-account-createpassword .captcha-reload.btn-white:visited:hover,
.customer-account-forgotpassword .captcha-reload.btn-white:visited:hover,
.citadel-customer-login .action.primary.btn-white:visited:hover,
.vault-customer-login .action.primary.btn-white:visited:hover,
.customer-account-login .action.primary.btn-white:visited:hover {
  color: #ffffff !important;
}
.btn.btn-black,
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button.btn-black,
.category-list.products-main-grid .title.btn-black,
.customer-account-createpassword .action.primary.btn-black,
.customer-account-forgotpassword .action.primary.btn-black,
.customer-account-createpassword .captcha-reload.btn-black,
.customer-account-forgotpassword .captcha-reload.btn-black,
.citadel-customer-login .action.primary.btn-black,
.vault-customer-login .action.primary.btn-black,
.customer-account-login .action.primary.btn-black {
  color: #ffffff;
  border: 1px solid #000000;
  background: #000000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  padding: 13px 38px;
  max-width: 100%;
  width: auto;
}
.btn.btn-black:hover,
.column:not(.sidebar-main) .ecp-view form .actions-toolbar button.btn-black:hover,
.category-list.products-main-grid .title.btn-black:hover,
.customer-account-createpassword .action.primary.btn-black:hover,
.customer-account-forgotpassword .action.primary.btn-black:hover,
.customer-account-createpassword .captcha-reload.btn-black:hover,
.customer-account-forgotpassword .captcha-reload.btn-black:hover,
.citadel-customer-login .action.primary.btn-black:hover,
.vault-customer-login .action.primary.btn-black:hover,
.customer-account-login .action.primary.btn-black:hover {
  color: #ffffff;
  background: #303030;
  border: 1px solid #303030;
}
body.wordpress-template-view-template-fifty-years-of-titan .page-wrapper {
  margin-top: 0;
}
@media (max-width: 1024px) {
  body.wordpress-template-view-template-fifty-years-of-titan .page-wrapper {
    margin-top: 42px;
  }
}
/* shifting header based on the hero's background image */
.fifty-years-of-titan-header .inner {
  padding-left: 6.5%;
}
@media (max-width: 2400px) {
  .fifty-years-of-titan-header .inner {
    padding-left: 6%;
  }
}
@media (max-width: 2250px) {
  .fifty-years-of-titan-header .inner {
    padding-left: 5.5%;
  }
}
@media (max-width: 2100px) {
  .fifty-years-of-titan-header .inner {
    padding-left: 5%;
  }
}
@media (max-width: 1950px) {
  .fifty-years-of-titan-header .inner {
    padding-left: 4.5%;
  }
}
@media (max-width: 1850px) {
  .fifty-years-of-titan-header .inner {
    padding-left: 4%;
  }
}
@media (max-width: 1750px) {
  .fifty-years-of-titan-header .inner {
    padding-left: 3.5%;
  }
}
@media (max-width: 1650px) {
  .fifty-years-of-titan-header .inner {
    padding-left: 3%;
  }
}
@media (max-width: 1200px) {
  .fifty-years-of-titan-header .inner {
    padding-left: 2%;
  }
}
@media (max-width: 1024px) {
  .fifty-years-of-titan-header .inner {
    padding: 10px 20px;
  }
}
/**************************/
/**** Main navigation  ****/
/**************************/
.fifty-years-of-titan-header {
  position: fixed;
  height: 80px;
  width: 100%;
  top: 14px;
  z-index: 999;
  max-width: 2600px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.fifty-years-of-titan-header .nav,
.fifty-years-of-titan-header ul,
.fifty-years-of-titan-header ul > li,
.fifty-years-of-titan-header ul > li > a,
.fifty-years-of-titan-header .logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.fifty-years-of-titan-header li {
  margin: 0;
}
.fifty-years-of-titan-header li > a {
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 24px;
  font-weight: 500;
  text-transform: none;
}
.fifty-years-of-titan-header li > a:hover {
  text-decoration: underline;
}
.fifty-years-of-titan-header .logo {
  margin-bottom: 0;
  margin-right: 24px;
}
.fifty-years-of-titan-header .logo,
.fifty-years-of-titan-header ul > li > a {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.fifty-years-of-titan-header .find-a-dealer {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 16px 32px;
  color: #ffffff;
  background-color: #A71825;
  display: inline-block;
  border-radius: 9999px;
  font-weight: 400;
  border: 1px solid #A71825;
  line-height: 1;
  text-transform: none;
}
.fifty-years-of-titan-header .find-a-dealer:hover {
  background-color: #ffffff;
  color: #A71825;
}
.fifty-years-of-titan-header .mobile-toggle {
  display: none;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 8px;
}
body.scrolled-down .fifty-years-of-titan-header {
  top: 0;
  background: #ffffff;
}
body.scrolled-down .fifty-years-of-titan-header .inner {
  box-shadow: 0 1px 8px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1024px) {
  .fifty-years-of-titan-header {
    height: 50px;
    top: 0;
    background: #ffffff;
  }
  .fifty-years-of-titan-header .inner {
    padding: 10px 20px;
    box-shadow: 0 1px 8px 0px rgba(0, 0, 0, 0.16);
  }
  .fifty-years-of-titan-header .nav {
    display: none;
  }
  .fifty-years-of-titan-header .logo {
    margin: 0 10px;
    max-width: 100%;
  }
  .fifty-years-of-titan-header .logo img {
    max-height: 25px;
  }
  .fifty-years-of-titan-header .find-a-dealer {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 8px 32px;
    color: #000000;
    background-color: #ffffff;
    font-weight: 400;
    border: 1px solid #000000;
  }
  .fifty-years-of-titan-header .find-a-dealer:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .fifty-years-of-titan-header .mobile-toggle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
/**************************/
/*** Mobile navigation  ***/
/**************************/
.fifty-years-of-titan-mobile-menu {
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  color: #000000;
  top: 0;
  left: 0;
  z-index: 100005;
  padding: 16px 24px;
}
.fifty-years-of-titan-mobile-menu .mobile-close-toggle {
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 10006;
  position: relative;
}
.fifty-years-of-titan-mobile-menu .mobile-close-toggle i {
  font-size: 24px;
  font-size: 2.4rem;
}
.fifty-years-of-titan-mobile-menu .logo {
  float: none;
  margin: 0 0 0 16px;
}
.fifty-years-of-titan-mobile-menu .nav {
  margin: 70px 0 50px;
}
.fifty-years-of-titan-mobile-menu .nav li > a {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  padding: 12px 32px;
  line-height: 1;
  font-weight: 500;
}
.fifty-years-of-titan-mobile-menu .find-a-dealer {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 16px 32px;
  color: #000000;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 9999px;
  font-weight: 400;
  border: 1px solid #000000;
  line-height: 1;
  text-transform: none;
  margin-left: 32px;
}
.fifty-years-of-titan-mobile-menu .find-a-dealer:hover {
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 400px) {
  .fifty-years-of-titan-mobile-menu .find-a-dealer {
    padding: 16px 22px;
    margin-left: 16px;
  }
}
/**************************/
/***** Intro Section  *****/
/**************************/
.fifty-years-of-titan .intro-content {
  padding: 14px 14px 0 14px;
  position: relative;
}
.fifty-years-of-titan .intro-content .intro-bg {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.fifty-years-of-titan .intro-content .inner {
  padding-top: 170px;
}
.fifty-years-of-titan .intro-content .pretitle {
  font-size: 35px;
  font-size: 3.5rem;
  color: #b30520;
}
.fifty-years-of-titan .intro-content .title {
  font-size: 120px;
  font-size: 12rem;
  color: #ffffff;
  text-wrap: balance;
}
.fifty-years-of-titan .intro-content .left-image {
  max-width: 271px;
  padding-bottom: 30px;
}
.fifty-years-of-titan .intro-content .left-image-mobile {
  max-width: 300px;
}
.fifty-years-of-titan .intro-content .right-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  padding-bottom: 30px;
}
.fifty-years-of-titan .intro-content .right-col .right-col-inner {
  max-width: 250px;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
.fifty-years-of-titan .intro-content .right-col .img-wrap {
  border: 3px solid #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 5px;
}
.fifty-years-of-titan .intro-content .right-col .play-button {
  position: absolute;
  max-width: 42px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1700px) {
  .fifty-years-of-titan .intro-content .inner {
    padding-left: 60px;
  }
}
@media (max-width: 1400px) {
  .fifty-years-of-titan .intro-content .title {
    font-size: 100px;
    font-size: 10rem;
  }
}
@media (max-width: 1200px) {
  .fifty-years-of-titan .intro-content .pretitle {
    font-size: 30px;
    font-size: 3rem;
  }
  .fifty-years-of-titan .intro-content .title {
    font-size: 80px;
    font-size: 8rem;
  }
}
@media (max-width: 1024px) {
  .fifty-years-of-titan .intro-content .inner {
    padding-top: 100px;
  }
  .fifty-years-of-titan .intro-content .right-col {
    flex-direction: row;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .fifty-years-of-titan .intro-content .inner {
    padding-left: 0;
  }
  .fifty-years-of-titan .intro-content .pretitle {
    font-size: 20px;
    font-size: 2rem;
  }
  .fifty-years-of-titan .intro-content .title {
    font-size: 50px;
    font-size: 5rem;
  }
  .fifty-years-of-titan .intro-content .left-image-mobile {
    max-width: 220px;
  }
  .fifty-years-of-titan .intro-content .right-col {
    padding-bottom: 60px;
  }
  .fifty-years-of-titan .intro-content .right-col .right-col-inner {
    max-width: 180px;
  }
}
@media (max-width: 400px) {
  .fifty-years-of-titan .intro-content .right-col .play-button {
    max-width: 30px;
  }
}
/**************************/
/***** Onside Callout *****/
/**************************/
.fifty-years-of-titan .onside-callouts {
  position: fixed;
  top: 50%;
  left: 0;
  transform: rotate(270deg) translate(0, -114px);
  z-index: 1000;
}
.fifty-years-of-titan .onside-callouts .onside-callouts-inner {
  gap: 5px;
  background: #ffffff;
  padding: 2px;
}
.fifty-years-of-titan .onside-callouts a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 10px;
  gap: 5px;
  color: #ffffff;
  font-family: "industry", sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.fifty-years-of-titan .onside-callouts a img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fifty-years-of-titan .onside-callouts a:first-of-type {
  background-color: #D2212A;
}
.fifty-years-of-titan .onside-callouts a:last-of-type {
  background-color: #9b0f20;
}
.fifty-years-of-titan .onside-callouts a:first-of-type:hover,
.fifty-years-of-titan .onside-callouts a:last-of-type:hover {
  background-color: #000000;
}
@media (max-width: 767px) {
  .fifty-years-of-titan .onside-callouts {
    top: auto;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
  }
  .fifty-years-of-titan .onside-callouts .onside-callouts-inner {
    gap: 5px;
    background: none;
    padding: 0;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
/**************************/
/**** Innovation Slider ***/
/**************************/
.fifty-years-of-titan .innovation-slider {
  padding-top: 100px;
  padding-bottom: 100px;
}
.fifty-years-of-titan .innovation-slider .top-section {
  max-width: 1100px;
  margin-bottom: 60px;
}
.fifty-years-of-titan .innovation-slider .top-section h2 {
  margin-bottom: 50px;
}
.fifty-years-of-titan .innovation-slider .slider-cards .slider-card {
  padding: 0 10px;
  width: 175px;
  min-width: 175px;
  min-height: 543px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}
.fifty-years-of-titan .innovation-slider .slider-cards .slider-card:first-of-type {
  padding-left: 0;
}
.fifty-years-of-titan .innovation-slider .slider-cards .slider-card:first-of-type {
  padding-right: 0;
}
.fifty-years-of-titan .innovation-slider .slider-cards .slider-card-inner {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  background-position: right -180px center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.fifty-years-of-titan .innovation-slider .slider-cards .slider-card-inner:before {
  content: '';
  position: absolute;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3));
  inset: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.fifty-years-of-titan .innovation-slider .slider-cards .slide-hover-title-content {
  opacity: 0;
  background-color: #b30520;
  padding: 75px 45px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  align-content: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  cursor: auto;
  pointer-events: none;
  transition: none;
  z-index: 1;
}
.fifty-years-of-titan .innovation-slider .slider-cards .slider-card.active {
  width: 100%;
}
.fifty-years-of-titan .innovation-slider .slider-cards .slider-card.active .slider-card-inner {
  background-position: right center;
}
.fifty-years-of-titan .innovation-slider .slider-cards .slider-card.active .slide-hover-title-content {
  opacity: 1;
  pointer-events: initial;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition-delay: .4s;
}
.fifty-years-of-titan .innovation-slider .slider-cards .slide-num {
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 12px 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: #ffffff;
  z-index: 2;
}
.fifty-years-of-titan .innovation-slider .slider-cards .slide-title {
  font-size: 20px;
  font-size: 2rem;
  padding: 0 20px 30px;
  color: #ffffff;
}
.fifty-years-of-titan .innovation-slider .slider-cards-mobile .slider-card-inner {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 0 2px;
}
.fifty-years-of-titan .innovation-slider .slider-cards-mobile .slide-image,
.fifty-years-of-titan .innovation-slider .slider-cards-mobile .slide-image img {
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
.fifty-years-of-titan .innovation-slider .slider-cards-mobile .slide-title-content {
  padding: 25px 23px 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #9b0f20;
  color: #ffffff;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
.fifty-years-of-titan .innovation-slider .slider-cards-mobile .slide-num {
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 7px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  z-index: 2;
}
.fifty-years-of-titan .innovation-slider .slider-cards-mobile .slide-title {
  font-size: 30px;
  font-size: 3rem;
}
.fifty-years-of-titan .innovation-slider .slider-cards-mobile-arrows {
  padding-top: 20px;
}
.fifty-years-of-titan .innovation-slider .slider-cards-mobile-arrows .slick-prev:active,
.fifty-years-of-titan .innovation-slider .slider-cards-mobile-arrows .slick-next:active,
.fifty-years-of-titan .innovation-slider .slider-cards-mobile-arrows .slick-prev:focus,
.fifty-years-of-titan .innovation-slider .slider-cards-mobile-arrows .slick-next:focus,
.fifty-years-of-titan .innovation-slider .slider-cards-mobile-arrows .slick-prev:not(.primary),
.fifty-years-of-titan .innovation-slider .slider-cards-mobile-arrows .slick-next:not(.primary) {
  background: transparent;
}
.fifty-years-of-titan .innovation-slider .slider-cards-mobile-arrows .slick-prev,
.fifty-years-of-titan .innovation-slider .slider-cards-mobile-arrows .slick-next {
  position: static;
  width: auto;
  height: auto;
  padding: 10px 20px;
}
.fifty-years-of-titan .innovation-slider .slider-cards-mobile-arrows .slick-prev:before,
.fifty-years-of-titan .innovation-slider .slider-cards-mobile-arrows .slick-next:before {
  padding-left: 0;
  padding-right: 0;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  color: #000000;
  font-size: 50px;
  font-size: 5rem;
}
.fifty-years-of-titan .innovation-slider .slider-cards-mobile-arrows .slick-prev:before {
  content: '\f0a8';
}
.fifty-years-of-titan .innovation-slider .slider-cards-mobile-arrows .slick-next:before {
  content: '\f0a9';
}
@media (max-width: 1400px) {
  .fifty-years-of-titan .innovation-slider .slider-cards .slide-hover-title-content {
    width: 60%;
  }
}
@media (max-width: 1300px) {
  .fifty-years-of-titan .innovation-slider .slider-cards .slide-hover-title-content {
    padding: 25px;
  }
  .fifty-years-of-titan .innovation-slider .slider-cards .slide-hover-title-content h3 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 1200px) {
  .fifty-years-of-titan .innovation-slider .slider-cards .slide-hover-title-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fifty-years-of-titan .innovation-slider {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.fifty-years-of-titan .potm-section {
  background-color: #F4F3F0;
  padding: 120px 0;
}
.fifty-years-of-titan .potm-section .pretitle {
  font-size: 22px;
  font-size: 2.2rem;
}
.fifty-years-of-titan .potm-section .content img {
  margin-top: 10px;
}
.fifty-years-of-titan .potm-section .buttons {
  gap: 20px;
}
.fifty-years-of-titan .potm-section .buttons .btn,
.fifty-years-of-titan .potm-section .buttons .column:not(.sidebar-main) .ecp-view form .actions-toolbar button,
.fifty-years-of-titan .potm-section .buttons .category-list.products-main-grid .title,
.fifty-years-of-titan .potm-section .buttons .customer-account-createpassword .action.primary,
.fifty-years-of-titan .potm-section .buttons .customer-account-forgotpassword .action.primary,
.fifty-years-of-titan .potm-section .buttons .customer-account-createpassword .captcha-reload,
.fifty-years-of-titan .potm-section .buttons .customer-account-forgotpassword .captcha-reload,
.fifty-years-of-titan .potm-section .buttons .citadel-customer-login .action.primary,
.fifty-years-of-titan .potm-section .buttons .vault-customer-login .action.primary,
.fifty-years-of-titan .potm-section .buttons .customer-account-login .action.primary {
  max-width: 216px;
}
.fifty-years-of-titan .potm-section .comparision-slider-container {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
  overflow: hidden;
}
.fifty-years-of-titan .potm-section .comparision-slider-container img-comparison-slider {
  visibility: hidden;
}
.fifty-years-of-titan .potm-section .comparision-slider-container img-comparison-slider [slot='second'] {
  display: none;
}
.fifty-years-of-titan .potm-section .comparision-slider-container img-comparison-slider.rendered {
  visibility: inherit;
  vertical-align: bottom;
}
.fifty-years-of-titan .potm-section .comparision-slider-container img-comparison-slider.rendered [slot='second'] {
  display: unset;
}
@media (max-width: 1024px) {
  .fifty-years-of-titan .potm-section .left-col {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .fifty-years-of-titan .potm-section {
    padding: 60px 0;
  }
  .fifty-years-of-titan .potm-section .left-col {
    margin-bottom: 40px;
  }
}
.fifty-years-of-titan .built-for-success-sweepstakes {
  background: #9b0f20;
  color: #ffffff;
  padding-top: 45px;
  padding-bottom: 20px;
}
.fifty-years-of-titan .built-for-success-sweepstakes .left-col {
  min-width: 289px;
  padding-right: 50px;
}
.fifty-years-of-titan .built-for-success-sweepstakes .middle-col {
  padding-right: 15px;
}
.fifty-years-of-titan .built-for-success-sweepstakes .action {
  margin-top: 25px;
}
.fifty-years-of-titan .built-for-success-sweepstakes .prize-image {
  margin-top: -15px;
}
.fifty-years-of-titan .built-for-success-sweepstakes .right-col h4 {
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .fifty-years-of-titan .built-for-success-sweepstakes .left-col {
    padding-right: 0;
    padding-bottom: 40px;
  }
  .fifty-years-of-titan .built-for-success-sweepstakes .middle-col {
    padding-right: 0;
    padding-bottom: 40px;
    max-width: 600px;
    margin: auto;
  }
  .fifty-years-of-titan .built-for-success-sweepstakes .right-col h4 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .fifty-years-of-titan .built-for-success-sweepstakes .right-col h4 img {
    max-width: 10px;
  }
  .fifty-years-of-titan .built-for-success-sweepstakes .prize-image {
    margin-top: -5%;
  }
}
.fifty-years-of-titan .contractor-stories {
  padding-top: 150px;
  padding-bottom: 120px;
  padding-right: 80px;
}
.fifty-years-of-titan .contractor-stories .middle-col {
  padding-right: 60px;
}
.fifty-years-of-titan .contractor-stories .right-col .slider-title {
  margin-bottom: 15px;
  padding: 0 70px;
}
.fifty-years-of-titan .contractor-stories .contractor-stories-slider {
  padding: 0 70px;
}
.fifty-years-of-titan .contractor-stories .contractor-stories-slider .slide-col {
  padding: 0 2px;
}
.fifty-years-of-titan .contractor-stories .contractor-stories-slider .slide-col a {
  display: block;
  padding: 25px;
  -webkit-border-radius: 25;
  -moz-border-radius: 25;
  border-radius: 25;
  background-color: #ffffff;
  border: 1px solid #000000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.fifty-years-of-titan .contractor-stories .contractor-stories-slider .slide-col a .name-location {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 20px 0 5px;
  color: #000000;
}
.fifty-years-of-titan .contractor-stories .contractor-stories-slider .slick-prev:active,
.fifty-years-of-titan .contractor-stories .contractor-stories-slider .slick-next:active,
.fifty-years-of-titan .contractor-stories .contractor-stories-slider .slick-prev:focus,
.fifty-years-of-titan .contractor-stories .contractor-stories-slider .slick-next:focus,
.fifty-years-of-titan .contractor-stories .contractor-stories-slider .slick-prev:not(.primary),
.fifty-years-of-titan .contractor-stories .contractor-stories-slider .slick-next:not(.primary) {
  background: transparent;
}
.fifty-years-of-titan .contractor-stories .contractor-stories-slider .slick-prev,
.fifty-years-of-titan .contractor-stories .contractor-stories-slider .slick-next {
  width: auto;
  height: auto;
  padding: 0;
}
.fifty-years-of-titan .contractor-stories .contractor-stories-slider .slick-prev:before,
.fifty-years-of-titan .contractor-stories .contractor-stories-slider .slick-next:before {
  padding-left: 0;
  padding-right: 0;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  color: #000000;
  font-size: 50px;
  font-size: 5rem;
}
.fifty-years-of-titan .contractor-stories .contractor-stories-slider .slick-prev {
  left: 0;
}
.fifty-years-of-titan .contractor-stories .contractor-stories-slider .slick-prev:before {
  content: '\f0a8';
}
.fifty-years-of-titan .contractor-stories .contractor-stories-slider .slick-next {
  right: 0;
}
.fifty-years-of-titan .contractor-stories .contractor-stories-slider .slick-next:before {
  content: '\f0a9';
}
@media (max-width: 1600px) {
  .fifty-years-of-titan .contractor-stories {
    padding-right: 30px;
  }
}
@media (max-width: 1200px) {
  .fifty-years-of-titan .contractor-stories {
    padding-right: 0;
  }
  .fifty-years-of-titan .contractor-stories .middle-col {
    padding-right: 60px;
    padding-left: 60px;
    max-width: 650px;
    margin: auto;
    margin-bottom: 60px;
  }
  .fifty-years-of-titan .contractor-stories .right-col {
    max-width: 650px;
    margin: auto;
  }
  .fifty-years-of-titan .contractor-stories .right-col .slider-title {
    margin-bottom: 15px;
    padding: 0 70px;
  }
}
@media (max-width: 767px) {
  .fifty-years-of-titan .contractor-stories {
    padding-top: 40px;
    padding-bottom: 140px;
  }
  .fifty-years-of-titan .contractor-stories .middle-col {
    padding-right: 30px;
    padding-left: 30px;
  }
  .fifty-years-of-titan .contractor-stories .right-col .slider-title {
    padding-right: 30px;
    padding-left: 30px;
  }
  .fifty-years-of-titan .contractor-stories .contractor-stories-slider {
    padding-right: 30px;
    padding-left: 30px;
  }
  .fifty-years-of-titan .contractor-stories .contractor-stories-slider .slick-prev,
  .fifty-years-of-titan .contractor-stories .contractor-stories-slider .slick-next {
    bottom: -70px;
    transform: none;
    top: auto;
  }
  .fifty-years-of-titan .contractor-stories .contractor-stories-slider .slick-prev {
    left: calc(50% - 65px);
  }
  .fifty-years-of-titan .contractor-stories .contractor-stories-slider .slick-next {
    right: calc(50% - 65px);
  }
}
.fifty-years-of-titan .form-section {
  background-color: #b30520;
  padding-top: 80px;
  padding-bottom: 80px;
}
.fifty-years-of-titan .form-section .action {
  margin-top: 30px;
}
.fifty-years-of-titan .form-section .action .btn.btn-white,
.fifty-years-of-titan .form-section .action .column:not(.sidebar-main) .ecp-view form .actions-toolbar button.btn-white,
.fifty-years-of-titan .form-section .action .category-list.products-main-grid .title.btn-white,
.fifty-years-of-titan .form-section .action .customer-account-createpassword .action.primary.btn-white,
.fifty-years-of-titan .form-section .action .customer-account-forgotpassword .action.primary.btn-white,
.fifty-years-of-titan .form-section .action .customer-account-createpassword .captcha-reload.btn-white,
.fifty-years-of-titan .form-section .action .customer-account-forgotpassword .captcha-reload.btn-white,
.fifty-years-of-titan .form-section .action .citadel-customer-login .action.primary.btn-white,
.fifty-years-of-titan .form-section .action .vault-customer-login .action.primary.btn-white,
.fifty-years-of-titan .form-section .action .customer-account-login .action.primary.btn-white {
  background: transparent;
  color: #ffffff;
}
.fifty-years-of-titan .form-section .action .btn.btn-white:hover,
.fifty-years-of-titan .form-section .action .column:not(.sidebar-main) .ecp-view form .actions-toolbar button.btn-white:hover,
.fifty-years-of-titan .form-section .action .category-list.products-main-grid .title.btn-white:hover,
.fifty-years-of-titan .form-section .action .customer-account-createpassword .action.primary.btn-white:hover,
.fifty-years-of-titan .form-section .action .customer-account-forgotpassword .action.primary.btn-white:hover,
.fifty-years-of-titan .form-section .action .customer-account-createpassword .captcha-reload.btn-white:hover,
.fifty-years-of-titan .form-section .action .customer-account-forgotpassword .captcha-reload.btn-white:hover,
.fifty-years-of-titan .form-section .action .citadel-customer-login .action.primary.btn-white:hover,
.fifty-years-of-titan .form-section .action .vault-customer-login .action.primary.btn-white:hover,
.fifty-years-of-titan .form-section .action .customer-account-login .action.primary.btn-white:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #b30520;
}
.fifty-years-of-titan .form-section .right-col .message.notice {
  display: none;
}
.fifty-years-of-titan .form-section .right-col .webforms .fieldset > .field:not(.choice) > .label {
  display: none;
}
.fifty-years-of-titan .form-section .right-col .webforms .field input[type="text"],
.fifty-years-of-titan .form-section .right-col .webforms .field input[type="tel"],
.fifty-years-of-titan .form-section .right-col .webforms .field input[type="email"],
.fifty-years-of-titan .form-section .right-col .webforms .field input[type="number"],
.fifty-years-of-titan .form-section .right-col .webforms .field input[type="password"],
.fifty-years-of-titan .form-section .right-col .webforms .field select,
.fifty-years-of-titan .form-section .right-col .webforms .field textarea {
  border: 1px solid #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.fifty-years-of-titan .form-section .right-col .webforms .field input[type="text"]::placeholder,
.fifty-years-of-titan .form-section .right-col .webforms .field input[type="tel"]::placeholder,
.fifty-years-of-titan .form-section .right-col .webforms .field input[type="email"]::placeholder,
.fifty-years-of-titan .form-section .right-col .webforms .field input[type="number"]::placeholder,
.fifty-years-of-titan .form-section .right-col .webforms .field input[type="password"]::placeholder,
.fifty-years-of-titan .form-section .right-col .webforms .field select::placeholder,
.fifty-years-of-titan .form-section .right-col .webforms .field textarea::placeholder {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
}
.fifty-years-of-titan .form-section .right-col .webforms .fieldset,
.fifty-years-of-titan .form-section .right-col .webforms .fieldset > .field {
  margin-bottom: 10px;
}
.fifty-years-of-titan .form-section .right-col .webforms .actions-toolbar > .primary .action:last-child {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  padding: 13px 38px;
  max-width: 100%;
  width: auto;
}
.fifty-years-of-titan .form-section .right-col .webforms .actions-toolbar > .primary .action:last-child:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #b30520;
}
.fifty-years-of-titan .form-section .right-col .webforms .validation-advice {
  color: #ffffff;
}
@media (max-width: 1024px) {
  .fifty-years-of-titan .form-section .left-col,
  .fifty-years-of-titan .form-section .right-col {
    max-width: 768px;
  }
  .fifty-years-of-titan .form-section .left-col {
    margin-bottom: 60px;
  }
}
body.wordpress-template-view-template-fifty-years-of-titan .mfp-iframe-scaler {
  padding-top: 80vh;
}
.fifty-years-of-titan .innovation-timeline .inner {
  padding-bottom: 100px;
}
.fifty-years-of-titan .innovation-timeline .innovation-timeline-slider {
  padding-top: 100px;
  padding-bottom: 100px;
}
.fifty-years-of-titan .innovation-timeline .innovation-timeline-slider .left-col {
  padding-top: 60px;
  padding-bottom: 60px;
}
.fifty-years-of-titan .innovation-timeline .innovation-timeline-slider .year {
  font-size: 400px;
  font-size: 40rem;
  color: #DEDEDE;
  letter-spacing: -30px;
  line-height: 1;
  width: 70%;
  height: 90%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.fifty-years-of-titan .innovation-timeline .innovation-timeline-slider .pretitle {
  margin-bottom: 30px;
}
.fifty-years-of-titan .innovation-timeline .innovation-timeline-slider .title {
  margin-bottom: 50px;
}
.fifty-years-of-titan .innovation-timeline .innovation-timeline-slider .img-wrap img {
  max-height: 70vh;
  margin-left: auto;
}
.fifty-years-of-titan .innovation-timeline .innovation-timeline-nav-slider-container {
  padding-left: 70px;
  padding-right: 70px;
  overflow: hidden;
}
.fifty-years-of-titan .innovation-timeline .innovation-timeline-nav-slider:before {
  content: '';
  height: 2px;
  width: calc(100% - 50px);
  bottom: 20px;
  left: 50px;
  background: #D3D3D3;
  position: absolute;
}
.fifty-years-of-titan .innovation-timeline .innovation-timeline-nav-slider .slick-list {
  padding-bottom: 50px !important;
}
.fifty-years-of-titan .innovation-timeline .innovation-timeline-nav-slider .removeTransform {
  transform: none !important;
}
.fifty-years-of-titan .innovation-timeline .innovation-timeline-nav-slider .nav-inner {
  padding: 0 50px;
  position: relative;
  height: 50px;
}
.fifty-years-of-titan .innovation-timeline .innovation-timeline-nav-slider .nav-inner:before {
  content: '•';
  position: absolute;
  bottom: -36px;
  left: 50%;
  line-height: 12px;
  font-size: 50px;
  width: 12px;
  height: 12px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  transition-delay: .25s;
  color: #D3D3D3;
}
.fifty-years-of-titan .innovation-timeline .innovation-timeline-nav-slider .nav-inner:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -30px;
  height: 2px;
  width: 0px;
  background: #b30520;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.fifty-years-of-titan .innovation-timeline .innovation-timeline-nav-slider .slide-col:last-of-type .nav-inner .year-title:after {
  content: '';
  position: absolute;
  left: 100%;
  bottom: -33px;
  height: 10px;
  width: 3000px;
  background: #ffffff;
  z-index: 1;
}
.fifty-years-of-titan .innovation-timeline .innovation-timeline-nav-slider .year-title {
  font-size: 15px;
  font-size: 1.5rem;
  border: 1px solid #707070;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 16px 11px;
  line-height: 1;
  white-space: nowrap;
  background-color: #ffffff;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  cursor: pointer;
}
.fifty-years-of-titan .innovation-timeline .innovation-timeline-nav-slider .slide-col.slick-current .year-title {
  border: 1px solid #b30520;
  background-color: #b30520;
  color: #ffffff;
}
.fifty-years-of-titan .innovation-timeline .innovation-timeline-nav-slider .slide-col.slick-current .nav-inner:before {
  color: #b30520;
}
.fifty-years-of-titan .innovation-timeline .innovation-timeline-nav-slider .slide-col.slick-current .nav-inner:after {
  width: 100%;
}
.fifty-years-of-titan .innovation-timeline .innovation-timeline-nav-slider .slide-col:has(~ .slide-col.slick-current) .year-title {
  border: 1px solid #b30520;
  background-color: #b30520;
  color: #ffffff;
}
.fifty-years-of-titan .innovation-timeline .innovation-timeline-nav-slider .slide-col:has(~ .slide-col.slick-current) .nav-inner:before {
  color: #b30520;
}
.fifty-years-of-titan .innovation-timeline .innovation-timeline-nav-slider .slide-col:has(~ .slide-col.slick-current) .nav-inner:after {
  width: 100%;
}
@media (max-width: 1600px) {
  .fifty-years-of-titan .innovation-timeline .innovation-timeline-nav-slider-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1400px) {
  .fifty-years-of-titan .innovation-timeline .innovation-timeline-slider .year {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  .fifty-years-of-titan .innovation-timeline .innovation-timeline-slider .year {
    width: 90%;
    height: 70%;
  }
}
@media (max-width: 1024px) {
  .fifty-years-of-titan .innovation-timeline .inner {
    padding-bottom: 85px;
  }
  .fifty-years-of-titan .innovation-timeline .innovation-timeline-slider {
    padding-top: 85px;
    padding-bottom: 70px;
  }
  .fifty-years-of-titan .innovation-timeline .innovation-timeline-slider .left-col {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .fifty-years-of-titan .innovation-timeline .innovation-timeline-slider .year {
    display: none;
  }
  .fifty-years-of-titan .innovation-timeline .innovation-timeline-slider .pretitle {
    margin-bottom: 10px;
  }
  .fifty-years-of-titan .innovation-timeline .innovation-timeline-slider .title {
    margin-bottom: 30px;
  }
  .fifty-years-of-titan .innovation-timeline .innovation-timeline-slider .img-wrap img {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .fifty-years-of-titan .innovation-timeline .inner {
    padding-bottom: 70px;
  }
  .fifty-years-of-titan .innovation-timeline .innovation-timeline-slider {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
body.wordpress-template-view-template-fifty-years-of-titan .page-footer {
  border-top: none;
  background-color: #141414;
  padding-top: 100px;
}
body.wordpress-template-view-template-fifty-years-of-titan .page-footer .custom-navigation.footer-1 .level0 > a {
  visibility: hidden;
}
body.wordpress-template-view-template-fifty-years-of-titan .page-footer .address-wrap h3,
body.wordpress-template-view-template-fifty-years-of-titan .page-footer .custom-navigation .level0 > a {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #A8A8A4;
  text-transform: none;
}
body.wordpress-template-view-template-fifty-years-of-titan .page-footer .address-wrap .service h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}
body.wordpress-template-view-template-fifty-years-of-titan .page-footer .address-wrap a {
  font-weight: 400;
}
body.wordpress-template-view-template-fifty-years-of-titan .page-footer .address-wrap a:hover {
  text-decoration: underline;
}
body.wordpress-template-view-template-fifty-years-of-titan .page-footer .custom-navigation li.level1 {
  margin-bottom: 5px;
}
body.wordpress-template-view-template-fifty-years-of-titan .page-footer .custom-newsletter input {
  background: #141414;
  border-bottom: 1px solid #707070;
  color: #ffffff;
}
body.wordpress-template-view-template-fifty-years-of-titan .page-footer .custom-newsletter input::placeholder {
  color: #ffffff;
}
body.wordpress-template-view-template-fifty-years-of-titan .page-footer .custom-newsletter button.button {
  background: #141414;
  color: #ffffff;
  border-left: none;
  border-bottom: 1px solid #707070;
}
body.wordpress-template-view-template-fifty-years-of-titan .page-footer .custom-newsletter button.button:after {
  color: #ffffff;
}
body.wordpress-template-view-template-fifty-years-of-titan .page-footer .social h3 {
  display: none;
}
body.wordpress-template-view-template-fifty-years-of-titan .page-footer .social a {
  background: #141414;
  color: #ffffff;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
body.wordpress-template-view-template-fifty-years-of-titan .page-footer .footer-citadel {
  display: none;
}
body.wordpress-template-view-template-fifty-years-of-titan .page-footer .copyright {
  display: none;
}
body.wordpress-template-view-template-fifty-years-of-titan .page-footer .lower-footer a:hover {
  text-decoration: underline;
}
body.wordpress-template-view-template-fifty-years-of-titan .page-footer .lower-footer a,
body.wordpress-template-view-template-fifty-years-of-titan .page-footer .credits {
  color: #A8A8A4;
}
body.wordpress-template-view-template-fifty-years-of-titan .page-footer .lower-footer ul li.level0.last.level-top.no-children {
  display: none;
}
body.wordpress-template-view-template-fifty-years-of-titan .page-footer a[href="https://www.perrill.com"] {
  display: none;
}
body.wordpress-template-view-template-fifty-years-of-titan .page-footer .credits:after {
  content: 'Titan Tool 2023';
}
body.wordpress-template-view-template-fifty-years-of-titan .page-footer .upper-footer-inner:after {
  content: '';
  background-image: url('/static/frontend/FirstScribe/CustomTheme/en_US/images/fifty-years-of-titan/footer-logo.png');
  width: 231px;
  height: 48px;
  display: inline-block;
  margin-top: 75px;
}
.hero-fifty-year-cta-home-logo {
  position: absolute;
  top: 40px;
  right: 70px;
  z-index: 1;
  width: 390px;
}
.hero-fifty-year-cta {
  position: absolute;
  right: 50px;
  bottom: 0;
  background-color: #b30520;
  padding: 30px 20px 25px;
  text-align: center;
  border: 1px solid #000000;
  width: 440px;
  z-index: 1;
}
.hero-fifty-year-cta .hfyc-headline {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1;
}
.hero-fifty-year-cta .hfyc-logo {
  max-width: 50%;
  margin: auto;
}
.hero-fifty-year-cta .hfyc-btn a {
  background-color: #000000;
  padding: 4px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
}
.hero-fifty-year-cta .hfyc-btn a:hover {
  background-color: #ffffff;
  color: #000000;
}
.hero-fifty-year-cta.home-hero-fifty-year .hfyc-headline {
  margin-bottom: 20px;
}
.hero-fifty-year-cta-mobile {
  background-color: #b30520;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 0 50px;
  z-index: 1;
  position: relative;
}
.hero-fifty-year-cta-mobile .hfycm-inner {
  gap: 20px;
}
.hero-fifty-year-cta-mobile .hfyc-headline {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  max-width: 365px;
}
.hero-fifty-year-cta-mobile .hfyc-logo {
  max-width: 240px;
  width: 240px;
  min-width: 240px;
  margin: auto;
  height: 200px;
}
.hero-fifty-year-cta-mobile .hfyc-logo img {
  width: 100%;
  margin-top: -25px;
  -webkit-filter: drop-shadow(6px 6px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(6px 6px 2px rgba(0, 0, 0, 0.3));
}
.hero-fifty-year-cta-mobile .hfyc-btn a {
  background-color: #000000;
  padding: 6px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  white-space: nowrap;
}
.hero-fifty-year-cta-mobile .hfyc-btn a:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 1024px) {
  .hero-fifty-year-cta-mobile {
    padding: 0 20px;
  }
  .hero-fifty-year-cta-mobile .hfyc-headline {
    font-size: 30px;
    font-size: 3rem;
    max-width: 275px;
  }
  .hero-fifty-year-cta-mobile .hfyc-logo {
    max-width: 200px;
    width: 200px;
    min-width: 200px;
    height: 170px;
  }
  .hero-fifty-year-cta-mobile .hfyc-btn a {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 600px) {
  .hero-fifty-year-cta-mobile {
    padding: 30px 20px;
  }
  .hero-fifty-year-cta-mobile .hfycm-inner {
    flex-direction: column;
    gap: 0;
  }
  .hero-fifty-year-cta-mobile .hfyc-headline {
    max-width: 100%;
    width: 100%;
    text-align: center;
    height: auto;
  }
  .hero-fifty-year-cta-mobile .hfyc-logo img {
    margin-top: 0;
  }
}
.tradecraft-first-banner {
  text-align: center;
}
.tradecraft-first-banner img {
  margin: 35px auto;
}
.tradecraft-promo {
  padding: 44px 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tradecraft-promo * {
  display: inline-block;
  margin: 0;
}
.tradecraft-promo .title {
  padding-right: 60px;
}
@media (max-width: 767px) {
  .tradecraft-promo {
    display: block;
    padding: 30px 15px;
  }
  .tradecraft-promo * {
    display: block;
    margin: auto;
  }
  .tradecraft-promo .title {
    padding-right: 0px;
    padding-bottom: 15px;
  }
}
.tradecraft-banner {
  background-color: #f5f5f5;
  padding: 70px 40px;
}
.tradecraft-banner .content {
  padding-right: 35px;
}
.tradecraft-banner .video {
  padding-left: 35px;
}
@media (max-width: 1024px) {
  .tradecraft-banner {
    padding: 30px 15px;
  }
  .tradecraft-banner .content {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .tradecraft-banner .video {
    padding-left: 0;
  }
}
.tradecraft-video-search {
  min-width: 360px;
}
.tradecraft-video-search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  width: 55px;
  line-height: 55px;
  z-index: 2;
  padding: 0;
  background: none;
  margin: 0;
  border: none;
  outline: none;
  color: #b30520;
}
.tradecraft-video-page .video-category-links a {
  margin-right: 15px;
  margin-bottom: 15px;
}
.video-categories {
  margin-top: 100px;
}
.video-categories .video-category {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #c1c1c1;
}
.video-categories .video-category:last-child {
  border-bottom: none;
}
.video-categories .video-category .view-all {
  margin-top: 20px;
}
.video-categories .video-category .category-description {
  max-width: 670px;
}
.video-categories .video-category .slide .inner {
  padding: 0 14px;
}
.video-categories .video-category .slide .inner .i-wrapper {
  text-align: center;
  font-size: 75px;
  font-size: 7.5rem;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.video-categories .video-category .slick-prev {
  left: -50px;
}
.video-categories .video-category .slick-next {
  right: -50px;
}
.catalog-product-view.catalog-mytitan-product-view .product-info-main .page-title {
  font-size: 40px;
  font-size: 4rem;
}
.catalog-product-view.catalog-mytitan-product-view .product-info-main .subtitle {
  margin-bottom: 0;
}
.catalog-product-view.catalog-mytitan-product-view .product-info-main .stock {
  display: none;
}
.catalog-product-view.catalog-mytitan-product-view .product-info-main .product-info-stock-sku {
  display: block;
}
.catalog-product-view.catalog-mytitan-product-view .product-info-main .product-info-stock-sku .sku .type {
  display: none;
}
.catalog-product-view.catalog-mytitan-product-view .product-info-main .product-info-stock-sku .product.attribute.sku {
  color: black;
  font-weight: bold;
}
.catalog-product-view.catalog-mytitan-product-view .product-info-main .price {
  font-size: 20px;
  font-size: 2rem;
}
.catalog-product-view.catalog-mytitan-product-view .product-info-main .resources-link {
  margin-left: 0;
}
.catalog-product-view.catalog-mytitan-product-view .fotorama__stage {
  max-height: 640px;
}
.sales-order-print .page-wrapper {
  margin-top: 0;
}
.sales-order-print .print-header {
  padding: 10px 0px;
}
.sales-order-print .print-header a {
  color: white;
}
.sales-order-print .page-title {
  font-size: 25px;
  font-size: 2.5rem;
}
.sales-order-print .page-main {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding: 15px;
}
