/**
 * 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
 */
/**
 * 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);
  }
}
.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 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;
  }
  .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 {
  .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;
  overflow-y: 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;
}
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;
}
.sticky {
  position: sticky;
}
.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,
.page-layout-2columns-left .columns,
.catalog-product-view .column.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-column {
  -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,
.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;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.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-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 {
  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-sticky {
    position: sticky;
  }
  .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-sticky {
    position: sticky;
  }
  .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-sticky {
    position: sticky;
  }
  .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-sticky {
    position: sticky;
  }
  .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-sticky {
    position: sticky;
  }
  .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-sticky {
    position: sticky;
  }
  .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-sticky {
    position: sticky;
  }
  .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,
.checkout-cart-index .page-wrapper .page-main,
.checkout-index-index .page-wrapper .page-main,
.checkout-index-index .checkout-container,
.customer-account-login .page-wrapper .page-main,
.customer-account-create .page-wrapper .page-main,
.account.customer-account-index .page-wrapper .page-main,
.account .page-wrapper .page-main {
  width: 100%;
  max-width: 1820px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
.lg-site-width {
  width: 100%;
  max-width: 1680px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
.med-site-width,
.cms-noroute-index .page-wrapper .page-main,
.cms-page-view .page-wrapper .page-main,
.customer-account-createpassword .page-wrapper .page-main,
.customer-account-forgotpassword .page-wrapper .page-main,
.checkout-onepage-success .page-wrapper .page-main,
.customer-account-logoutsuccess .page-wrapper .page-main,
.catalogsearch-result-index .page-wrapper .page-main {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
.sm-site-width {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1870px) {
  .site-width,
  .checkout-cart-index .page-wrapper .page-main,
  .checkout-index-index .page-wrapper .page-main,
  .checkout-index-index .checkout-container,
  .customer-account-login .page-wrapper .page-main,
  .customer-account-create .page-wrapper .page-main,
  .account.customer-account-index .page-wrapper .page-main,
  .account .page-wrapper .page-main {
    padding-left: 12px;
    padding-right: 12px;
  }
  .site-width.no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1730px) {
  .lg-site-width {
    padding-left: 12px;
    padding-right: 12px;
  }
  .site-width.no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1550px) {
  .med-site-width,
  .cms-noroute-index .page-wrapper .page-main,
  .cms-page-view .page-wrapper .page-main,
  .customer-account-createpassword .page-wrapper .page-main,
  .customer-account-forgotpassword .page-wrapper .page-main,
  .checkout-onepage-success .page-wrapper .page-main,
  .customer-account-logoutsuccess .page-wrapper .page-main,
  .catalogsearch-result-index .page-wrapper .page-main {
    padding-left: 12px;
    padding-right: 12px;
  }
  .med-site-width.no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1300px) {
  .sm-site-width {
    padding-left: 12px;
    padding-right: 12px;
  }
  .sm-site-width.no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Global elements Styles */
body,
button,
input,
select,
textarea {
  color: #5c5f66;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.41;
  letter-spacing: 0.08px;
}
body {
  background-color: #ffffff;
  margin: 0;
  max-width: 2400px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.customer-account-login .login-container .block-title {
  clear: both;
  font-family: 'Titillium Web', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 25px;
}
/* enter customer header styles for each media break point below */
h1,
.h1 {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}
h2,
.h2 {
  font-size: 63px;
  font-size: 6.3rem;
  line-height: 1.01;
}
h3,
.h3 {
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 1.16;
}
h4,
.h4,
.customer-account-login .login-container .block-title {
  font-size: 37px;
  font-size: 3.7rem;
  line-height: 1.25;
}
h5,
.h5 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
}
h6,
.h6 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 55px;
    font-size: 5.5rem;
    line-height: 1.2;
  }
  h2,
  .h2 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.3;
  }
  h3,
  .h3 {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1.25;
  }
  h4,
  .h4,
  .customer-account-login .login-container .block-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.4;
  }
  h5,
  .h5 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  h6,
  .h6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.3;
  }
  h2,
  .h2 {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1.3;
  }
  h3,
  .h3 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.5;
  }
  h4,
  .h4,
  .customer-account-login .login-container .block-title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.4;
  }
  h5,
  .h5 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
  h6,
  .h6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
select,
textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  width: 100%;
  height: 44px;
  color: #5c5f66;
  padding: 0;
  padding-left: 10px;
  background-color: #ffffff;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/* Use for custom select dropdowns styles */
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 50px;
  border: 1px solid #d4d6d9;
  background-image: url('/static/frontend/Perrill/CustomTheme/en_US/images/select-arrow.jpg');
  background-position: right center;
  background-repeat: no-repeat;
}
select:not([disabled]):focus {
  box-shadow: 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,
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;
}
::-webkit-input-placeholder {
  color: #5c5f66;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.7rem;
}
:-moz-placeholder {
  color: #5c5f66;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.7rem;
}
::-moz-placeholder {
  color: #5c5f66;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.7rem;
}
:-ms-input-placeholder {
  color: #5c5f66;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.7rem;
}
input[type="text"]::placeholder {
  color: #5c5f66;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.7rem;
}
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: #cc1100;
  text-decoration: none;
}
a:hover,
a:active {
  color: #0060e5;
  text-decoration: none;
}
a:visited {
  color: #cc1100;
}
a:visited:hover {
  color: #0060e5;
}
a:focus {
  outline: none;
}
p {
  margin-top: 0;
  margin-bottom: 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: 800;
}
cite,
dfn,
em {
  font-style: italic;
}
ul,
ol {
  list-style: none;
  padding-left: 20px;
}
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 {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol li {
  padding-bottom: 10px;
}
.form-banner .ct-field-area {
  background-color: #ffffff;
  color: #5c5f66;
  padding: 50px 35px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  box-shadow: 0px 5px 30px 0px rgba(102, 102, 102, 0.05), 0px 5px 20px 0px rgba(102, 102, 102, 0.05);
}
@media (max-width: 500px) {
  .form-banner .ct-field-area {
    padding: 5px 0;
  }
}
/****************************************************************************************************/
/*************************************Color Helpers**************************************************/
/****************************************************************************************************/
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
/****************************************************************************************************/
/*******************************************Buttons**************************************************/
/****************************************************************************************************/
.button,
button,
input[type="submit"] {
  border: none;
}
.button:focus,
button:focus,
.button:active,
button:active {
  outline: none;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  color: #ffffff;
  background: #d41200;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d41200 0%, #ed3424 100%);
  background: -webkit-linear-gradient(left, #d41200 0%, #ed3424 100%);
  background: linear-gradient(to right, #d41200 0%, #ed3424 100%);
}
.btn,
button.action.secondary,
.mobile-menu .block-search-mobile button,
.checkout-onepage-success a.action.primary,
.customer-account-login a.create,
.customer-account-create a.create,
.account.customer-account-index a.create,
.account a.create {
  display: inline-block;
  padding: 17px 45px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 19px;
  font-size: 1.9rem;
  border-radius: 5px;
  border: none;
  letter-spacing: 0.4px;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.btn:after,
button.action.secondary:after {
  content: '\f072';
  font-family: 'Font Awesome 5 Pro';
  margin-left: 8px;
}
.btn.btn-blue,
button.action.secondary.btn-blue {
  color: #ffffff;
  background: #004099;
  /* Old browsers */
  background: -moz-linear-gradient(left, #004099 0%, #005ad9 100%);
  background: -webkit-linear-gradient(left, #004099 0%, #005ad9 100%);
  background: linear-gradient(to right, #004099 0%, #005ad9 100%);
}
.btn.btn-red,
button.action.secondary.btn-red,
.action.primary {
  color: #ffffff;
  background: #d41200;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d41200 0%, #ed3424 100%);
  background: -webkit-linear-gradient(left, #d41200 0%, #ed3424 100%);
  background: linear-gradient(to right, #d41200 0%, #ed3424 100%);
}
.btn:hover.btn-red,
button.action.secondary:hover.btn-red,
.btn:hover.btn-blue,
button.action.secondary:hover.btn-blue {
  color: #ffffff;
  background: #0a2c66;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0a2c66 0%, #0a2c66 100%);
  background: -webkit-linear-gradient(left, #0a2c66 0%, #0a2c66 100%);
  background: linear-gradient(to right, #0a2c66 0%, #0a2c66 100%);
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
  border: none;
}
@media (max-width: 500px) {
  .btn,
  button.action.secondary,
  .mobile-menu .block-search-mobile button,
  .checkout-onepage-success a.action.primary,
  .customer-account-login a.create,
  .customer-account-create a.create,
  .account.customer-account-index a.create,
  .account a.create {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.text-link {
  display: inline-block;
  color: #d92818;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}
.text-link:after {
  content: '\f072';
  font-family: 'Font Awesome 5 Pro';
  margin-left: 8px;
  -webkit-transition: margin-left 0.3s linear;
  -moz-transition: margin-left 0.3s linear;
  -o-transition: margin-left 0.3s linear;
  transition: margin-left 0.3s linear;
}
.text-link:hover:after {
  margin-left: 16px;
  -webkit-transition: margin-left 0.3s linear;
  -moz-transition: margin-left 0.3s linear;
  -o-transition: margin-left 0.3s linear;
  transition: margin-left 0.3s linear;
}
.text-link.white {
  color: #ffffff;
}
.text-link.white:hover {
  color: #d92818;
}
.check-list {
  list-style: none;
  margin-bottom: 0;
  padding-inline-start: 25px;
  padding-left: 25px;
  position: relative;
}
.check-list > li {
  font-size: 18px;
  font-size: 1.8rem;
  color: #5c5f66;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.4;
  margin-bottom: 10px;
}
.check-list > li:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  color: #d92818;
  position: absolute;
  left: 0;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1;
}
.check-list > li:last-of-type {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Montserrat', sans-serif;
  color: #5c5f66;
  font-weight: 600;
}
.mont {
  font-family: 'Montserrat', sans-serif;
}
.tit {
  font-family: 'Titillium Web', sans-serif;
}
.light-blue {
  color: #0060e5;
}
.gray {
  color: #5c5f66;
}
.nav-gray {
  color: #5c6373;
}
.light-gray {
  color: #999999;
}
.navy {
  color: #0a2c66;
}
.dark-blue {
  color: #001b36;
}
.light-blue {
  color: #0060e5;
}
.img-blue {
  color: #005ad9;
}
.red {
  color: #d92818;
}
/****************************************************************************************************/
/******************************************Webforms**************************************************/
/****************************************************************************************************/
.webforms,
body.customer-account-login form {
  margin-bottom: 0;
  background-color: #ffffff;
  padding: 20px 15px;
}
.webforms .webforms-description-text,
body.customer-account-login form .webforms-description-text {
  padding-left: 15px;
  padding-right: 15px;
}
.webforms .fieldset,
body.customer-account-login form .fieldset {
  padding: 0;
  margin-bottom: 20px;
}
.webforms .field,
body.customer-account-login form .field {
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 0 18px;
}
.webforms .fieldset > .field > .label,
body.customer-account-login form .fieldset > .field > .label,
.webforms .fieldset > .fields > .field > .label,
body.customer-account-login form .fieldset > .fields > .field > .label,
.webforms label,
body.customer-account-login form label {
  color: #5c5f66;
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Montserrat', sans-serif;
}
.webforms .fieldset > .field:not(.choice) > .label,
body.customer-account-login form .fieldset > .field:not(.choice) > .label {
  display: block;
  float: none;
  width: 100%;
  padding: 0 0 5px 0;
  text-align: left;
}
@media (max-width: 500px) {
  .webforms,
  body.customer-account-login form {
    padding: 0;
  }
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label,
label {
  color: #5c5f66;
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Montserrat', sans-serif;
}
.fieldset .legend {
  color: #0060e5;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 21px;
  font-size: 2.1rem;
  padding: 0 15px;
  margin-bottom: 20px;
  margin-left: 0;
  display: block;
  width: 100%;
}
.fieldset .legend span {
  display: block;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 2px solid #0060e5;
  position: relative;
}
.collapsible.fieldset:first-of-type > div {
  display: block;
}
.collapsible.fieldset.open .legend span:before {
  content: '\f068';
}
.collapsible.fieldset > div {
  display: none;
}
.collapsible.fieldset .legend span {
  padding-left: 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
}
.collapsible.fieldset .legend span:before {
  position: absolute;
  content: '\f067';
  font-family: 'Font Awesome 5 Pro';
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  background-color: #0060e5;
  color: #ffffff;
  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;
  font-size: 14px;
  font-size: 1.4rem;
  left: 0;
}
.action.primary {
  display: inline-block;
  padding: 18px 45px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 19px;
  font-size: 1.9rem;
  border-radius: 4px;
  letter-spacing: 0.4px;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
  border: none;
}
.action.primary:after {
  content: '\f072';
  font-family: 'Font Awesome 5 Pro';
  margin-left: 8px;
}
.action.primary:hover {
  border: none;
  color: #ffffff;
  background: #0a2c66;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0a2c66 0%, #0a2c66 100%);
  background: -webkit-linear-gradient(left, #0a2c66 0%, #0a2c66 100%);
  background: linear-gradient(to right, #0a2c66 0%, #0a2c66 100%);
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.webforms .fieldset > .field:not(.choice) > .label {
  display: block;
  float: none;
  width: 100%;
  padding: 0 0 5px 0;
  text-align: left;
}
.webforms .fieldset > .field:not(.choice) > .control {
  width: 100%;
  float: none;
}
.webforms .actions-toolbar {
  margin-left: 0;
}
.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: #5c5f66;
  background-color: transparent;
  border: 0;
}
.cart-container .form-cart .action.update:hover,
.cart-container .form-cart .action.clear:hover {
  color: #cc1100;
  background-color: transparent;
  border: 0;
}
.cart.table-wrapper .actions-toolbar > .action {
  padding: 0;
  color: #cc1100;
  background-color: transparent;
  font-weight: 400;
  border: 0;
}
.cart.table-wrapper .actions-toolbar > .action:hover {
  color: #5c5f66;
  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: #cc1100;
  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*************************************************************/
/********************************************************************************************************************/
a.menu-item-active > span {
  text-decoration: none;
}
body:not(.contentmanager-contenttype-home_page) .page-wrapper {
  margin-top: 134px;
}
body:not(.contentmanager-contenttype-home_page) .page-header {
  box-shadow: 0px 2px 20px 0px rgba(102, 102, 102, 0.05);
}
@media (max-width: 1024px) {
  body:not(.contentmanager-contenttype-home_page) .page-wrapper {
    margin-top: 130px;
  }
}
@media (max-width: 500px) {
  body:not(.contentmanager-contenttype-home_page) .page-wrapper {
    margin-top: 110px;
  }
}
.header .upper-header {
  z-index: 5;
}
.contentmanager-contenttype-home_page .page-header {
  background-color: transparent;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.contentmanager-contenttype-home_page .header .upper-header-inner .minicart-wrapper .action.showcart:before,
.contentmanager-contenttype-home_page .header .upper-header-inner .aux-menu > li > a,
.contentmanager-contenttype-home_page .header .upper-header-inner .minicart-wrapper .action.showcart .text {
  color: #ffffff;
}
.contentmanager-contenttype-home_page .header .custom-navigation > ul > li > a,
.contentmanager-contenttype-home_page .header .custom-navigation > ul > li > .no-link {
  color: #ffffff;
}
.contentmanager-contenttype-home_page .header .search-btn {
  color: #ffffff;
}
.contentmanager-contenttype-home_page.header-transition-false .header .logo-color {
  display: none;
}
.contentmanager-contenttype-home_page.header-transition-false .header .logo-white {
  display: block !important;
}
.contentmanager-contenttype-home_page.header-transition-true .page-header {
  background-color: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(102, 102, 102, 0.05);
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.contentmanager-contenttype-home_page.header-transition-true .header .upper-header-inner .minicart-wrapper .action.showcart:before,
.contentmanager-contenttype-home_page.header-transition-true .header .upper-header-inner .aux-menu > li > a,
.contentmanager-contenttype-home_page.header-transition-true .header .upper-header-inner .minicart-wrapper .action.showcart .text {
  color: #d92818;
}
.contentmanager-contenttype-home_page.header-transition-true .header .logo-white {
  display: none !important;
}
.contentmanager-contenttype-home_page.header-transition-true .header .logo-color {
  display: block;
}
.contentmanager-contenttype-home_page.header-transition-true .header .custom-navigation > ul > li > a,
.contentmanager-contenttype-home_page.header-transition-true .header .custom-navigation > ul > li > .no-link {
  color: #5c6373;
}
.contentmanager-contenttype-home_page.header-transition-true .header .search-btn {
  color: #5c6373;
}
.page-header {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  z-index: 10;
  top: 0;
  margin: 0;
}
.header .minicart-wrapper {
  margin: 0;
  float: none;
}
.header {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 5;
  height: 134px;
  /********************************************************************************************************************/
  /********************************************Header (Media Queries)**************************************************/
  /********************************************************************************************************************/
}
.header .logo-wrap {
  flex-grow: 1;
}
.header .custom-logo {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.header .logo img {
  width: 100%;
}
.header .upper-header {
  width: 100%;
  top: 0;
  right: 0;
  z-index: 5;
}
.header .upper-header-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 17px;
}
.header .upper-header-inner .aux-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
}
.header .upper-header-inner .aux-menu > li {
  margin-bottom: 0;
}
.header .upper-header-inner .aux-menu > li > a {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.16px;
  color: #d92818;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.header .upper-header-inner .aux-menu > li > a:hover {
  color: #0060e5;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.header .upper-header-inner .aux-menu > li > a:before {
  content: '\f007';
  font-family: 'Font Awesome 5 Pro';
  padding-right: 8px;
  line-height: 1;
}
.header .upper-header-inner .aux-menu > li:hover > ul.account-submenu {
  display: block;
}
.header .upper-header-inner .aux-menu > li > ul.account-submenu {
  display: none;
  position: absolute;
  top: 100%;
  list-style: none;
  padding-left: 0;
  padding-top: 10px;
  min-width: 150px;
  box-shadow: 0px 20px 20px -20px rgba(102, 102, 102, 0.05), 0px 20px 20px 0px rgba(102, 102, 102, 0.1);
}
.header .upper-header-inner .aux-menu > li > ul.account-submenu > li {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 0;
}
.header .upper-header-inner .aux-menu > li > ul.account-submenu > li > a {
  padding: 10px 15px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #0a2c66;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  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;
}
.header .upper-header-inner .aux-menu > li > ul.account-submenu > li > a:hover {
  background-color: #ffffff;
  color: #0060e5;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .upper-header-inner .minicart-wrapper {
  padding-left: 25px;
}
.header .upper-header-inner .minicart-wrapper .action.showcart:hover .text,
.header .upper-header-inner .minicart-wrapper .action.showcart:hover:before {
  color: #0060e5;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.header .upper-header-inner .minicart-wrapper .action.showcart .text {
  position: static;
  width: unset;
  height: unset;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.16px;
  color: #d92818;
  font-weight: 700;
  line-height: 1;
}
.header .upper-header-inner .minicart-wrapper .action.showcart:before {
  content: '\f07a';
  font-family: 'Font Awesome 5 Pro';
  color: #d92818;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
  padding-right: 4px;
}
.header .lower-header {
  flex-grow: 1;
  z-index: 3;
}
.header .lower-header-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header .custom-navigation > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 0;
  padding: 0;
}
.header .custom-navigation > ul > li {
  margin-bottom: 0;
  position: relative;
}
.header .custom-navigation > ul > li > a,
.header .custom-navigation > ul > li > .no-link {
  display: inline-block;
  padding: 35px 45px;
  text-transform: uppercase;
  color: #5c6373;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.4px;
  font-size: 17px;
  font-size: 1.7rem;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.header .custom-navigation > ul > li > a.menu-item-active,
.header .custom-navigation > ul > li > .no-link.menu-item-active {
  color: #0060e5;
}
.header .custom-navigation > ul > li > a:hover,
.header .custom-navigation > ul > li > .no-link:hover {
  color: #0060e5;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.header .custom-navigation > ul > li.has-children:hover > ul.submenu {
  display: block;
}
.header .custom-navigation > ul ul.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-bottom: 0;
  padding: 0;
  min-width: 240px;
  box-shadow: 0px 20px 20px -20px rgba(102, 102, 102, 0.05), 0px 20px 20px 0px rgba(102, 102, 102, 0.1);
}
.header .custom-navigation > ul ul.submenu > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  z-index: 3;
  position: relative;
  margin-bottom: 0;
}
.header .custom-navigation > ul ul.submenu > li > a {
  width: 100%;
  color: #ffffff;
  background-color: #0a2c66;
  padding: 15px 20px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.4px;
  font-size: 17px;
  font-size: 1.7rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .custom-navigation > ul ul.submenu > li > a:hover {
  background-color: #ffffff;
  color: #0060e5;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .search-btn {
  color: #5c6373;
  padding: 25px 0 25px 45px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1;
}
.header .search-btn:hover {
  color: #0060e5;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.header .search-btn i {
  width: 19px;
}
@media (max-width: 1400px) {
  .header .custom-navigation > ul > li > a,
  .header .custom-navigation > ul > li > .no-link {
    padding: 36px 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .header .custom-navigation > ul ul.submenu > li > a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .header .search-btn {
    padding: 36px 0 36px 30px;
  }
}
@media (max-width: 1200px) {
  .header .logo img {
    max-width: 250px;
  }
  .header .custom-navigation > ul > li > a,
  .header .custom-navigation > ul > li > .no-link {
    padding: 36px 14px;
  }
  .header .search-btn {
    padding: 36px 0 36px 14px;
  }
}
@media (max-width: 1024px) {
  .header {
    display: block;
    padding-top: 5px;
    padding-bottom: 14px;
    height: 130px;
  }
  .header .upper-header {
    position: static;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 0;
  }
  .header .upper-header-inner {
    padding-top: 0;
  }
  .header .lower-header-inner {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-top: 10px;
  }
  .header .logo {
    margin: 0;
    float: none;
  }
  .header .custom-navigation {
    display: none;
  }
  .header .search-btn {
    padding: 0;
  }
  .header .nav-toggle {
    display: block;
    position: static;
  }
  .header .nav-toggle:before {
    color: #0a2c66;
  }
}
@media (max-width: 500px) {
  .header {
    height: 110px;
  }
  .header .custom-logo {
    max-width: 225px;
    padding-bottom: 0;
  }
  .header .page-wrapper {
    margin-top: 110px;
  }
}
.menu-toggle {
  top: 0;
  left: 0;
}
.menu-toggle .inner {
  position: relative;
  height: 20px;
  width: 26px;
  top: 0;
  right: 0;
}
.menu-toggle .inner span {
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  -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;
}
.menu-toggle .inner span:first-child {
  top: 0;
}
.menu-toggle .inner span:nth-child(2) {
  top: 9px;
}
.menu-toggle .inner span:nth-child(3) {
  top: 18px;
}
.mobile-menu:after {
  visibility: hidden;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity .3s;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition-delay: 0.6s;
}
html.mobile-menu-open {
  overflow: hidden !important;
}
html.mobile-menu-open .mobile-menu:after {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  transition: opacity .3s;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition-delay: 0.6s;
}
html.mobile-menu-open .page-header {
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
html.mobile-menu-open .header .upper-header-inner .minicart-wrapper .action.showcart:before,
html.mobile-menu-open .header .upper-header-inner .aux-menu > li > a,
html.mobile-menu-open .header .upper-header-inner .minicart-wrapper .action.showcart .text {
  color: #d92818;
}
html.mobile-menu-open .header .logo-white {
  display: none !important;
}
html.mobile-menu-open .header .logo-color {
  display: block;
}
html.mobile-menu-open .header .custom-navigation > ul > li > a,
html.mobile-menu-open .header .custom-navigation > ul > li > .no-link {
  color: #5c6373;
}
html.mobile-menu-open .header .search-btn {
  color: #5c6373;
}
html.mobile-menu-open .mobile-menu {
  left: 0;
  -webkit-transition: left 0.6s linear;
  -moz-transition: left 0.6s linear;
  -o-transition: left 0.6s linear;
  transition: left 0.6s linear;
}
html.mobile-menu-open .menu-toggle span {
  height: 5px;
  width: 23px;
  border-radius: 999px;
  background-color: blue;
}
html.mobile-menu-open .menu-toggle span:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}
html.mobile-menu-open .menu-toggle span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
html.mobile-menu-open .menu-toggle 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;
}
.mobile-menu {
  overflow-y: scroll;
  position: fixed;
  top: 130px;
  bottom: 0;
  width: 100%;
  left: -100%;
  margin-right: 40px;
  overflow: auto;
  line-height: 1;
  z-index: 1000;
  border-top: 1px solid #e5e5e5;
  -webkit-transition: left 0.6s linear;
  -moz-transition: left 0.6s linear;
  -o-transition: left 0.6s linear;
  transition: left 0.6s linear;
}
.mobile-menu .custom-navigation > ul {
  margin-bottom: 0;
  padding: 0;
  z-index: 3;
  position: relative;
}
.mobile-menu .custom-navigation > ul > li {
  margin-bottom: 0;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mobile-menu .custom-navigation > ul > li > a,
.mobile-menu .custom-navigation > ul > li > .no-link {
  display: inline-block;
  width: 100%;
  padding: 25px;
  text-transform: uppercase;
  color: #0a2c66;
  background-color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.4px;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.mobile-menu .custom-navigation > ul > li > a:hover,
.mobile-menu .custom-navigation > ul > li > .no-link:hover {
  color: #0060e5;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.mobile-menu .custom-navigation > ul > li.has-children > a:after,
.mobile-menu .custom-navigation > ul li.has-children > .no-link:after {
  content: '\f067';
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  top: 0;
  padding: 25px;
  color: #0a2c66;
  font-weight: 700;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease-out 0.2s linear;
  -moz-transition: all 0.2s ease-out 0.2s linear;
  -o-transition: all 0.2s ease-out 0.2s linear;
  transition: all 0.2s ease-out 0.2s linear;
}
.mobile-menu .custom-navigation > ul > li.has-children.opened > a:after,
.mobile-menu .custom-navigation > ul li.has-children.opened > .no-link:after {
  content: '\f068';
}
.mobile-menu .custom-navigation > ul > li.has-children:hover > a:after,
.mobile-menu .custom-navigation > ul li.has-children:hover > .no-link:after {
  color: #0060e5;
}
.mobile-menu .custom-navigation > ul ul.submenu {
  display: none;
  position: static;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}
.mobile-menu .custom-navigation > ul ul.submenu > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  z-index: 3;
  position: relative;
  margin-bottom: 0;
}
.mobile-menu .custom-navigation > ul ul.submenu > li > a {
  width: 100%;
  color: #ffffff;
  background-color: #0a2c66;
  padding: 15px 20px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.4px;
  font-size: 17px;
  font-size: 1.7rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.mobile-menu .custom-navigation > ul ul.submenu > li > a:hover {
  background-color: #ffffff;
  color: #0060e5;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.mobile-menu .block-search-mobile {
  position: relative;
  z-index: 3;
  padding: 25px;
  background-color: #ffffff;
}
.mobile-menu .block-search-mobile .block-title {
  display: none;
}
.mobile-menu .block-search-mobile .control {
  margin: 10px 0 20px;
}
.mobile-menu .block-search-mobile button {
  border: none;
  color: #ffffff;
  background: #d41200;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d41200 0%, #ed3424 100%);
  background: -webkit-linear-gradient(left, #d41200 0%, #ed3424 100%);
  background: linear-gradient(to right, #d41200 0%, #ed3424 100%);
}
.mobile-menu .block-search-mobile button:hover {
  color: #ffffff;
  background: #0a2c66;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0a2c66 0%, #0a2c66 100%);
  background: -webkit-linear-gradient(left, #0a2c66 0%, #0a2c66 100%);
  background: linear-gradient(to right, #0a2c66 0%, #0a2c66 100%);
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
@media (max-width: 500px) {
  .mobile-menu {
    top: 110px;
  }
}
.block-search {
  position: absolute;
  display: block;
  top: -100px;
  opacity: 0;
  width: 100%;
  padding: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.block-search input[type="text"],
.block-search input[type="tel"],
.block-search input[type="email"],
.block-search input[type="number"],
.block-search input[type="password"],
.block-search select,
.block-search textarea {
  height: 60px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #5c5f66;
  font-weight: 400;
}
.block-search input::-webkit-input-placeholder {
  font-size: 17px;
  font-size: 1.7rem;
  color: #5c5f66;
  font-weight: 400;
}
.block-search .action.search {
  line-height: 60px;
  padding: 0;
}
.block-search .action.search:before {
  vertical-align: middle;
  font-size: 25px;
  font-size: 2.5rem;
  color: #5c5f66;
}
.block-search.opened {
  top: 134px;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/********************************************************************************************************************/
/*************************************************Footer*************************************************************/
/********************************************************************************************************************/
.above-footer {
  position: relative;
  z-index: 3;
}
.footer-cta {
  padding-top: 66px;
  margin-bottom: -195px;
}
.footer-cta .footer-cta-inner {
  box-shadow: 0px 15px 45px 0px rgba(128, 128, 128, 0.15), 0px 16px 28px 0px rgba(128, 128, 128, 0.2);
  background-color: #ffffff;
  padding: 84px 80px;
}
.footer-cta .footer-cta-title {
  color: #0a2c66;
  font-weight: 700;
  margin: 0 0 15px;
}
.footer-cta .cta-content {
  max-width: 685px;
  margin-bottom: 35px;
}
.footer-cta .cta-img {
  position: absolute;
  right: 0;
  bottom: -90px;
  width: 100%;
}
.footer-cta .btn:first-of-type {
  margin-right: 30px;
}
@media (max-width: 1300px) {
  .footer-cta {
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  .footer-cta .footer-cta-inner {
    padding: 40px;
  }
  .footer-cta .cta-img {
    position: static;
    line-height: 0;
  }
}
@media (max-width: 767px) {
  .footer-cta .btn:first-of-type {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.footer.content {
  max-width: 100%;
  padding: 0;
  margin: 0;
  /********************************************************************************************************************/
  /********************************************Footer (Media Queries)**************************************************/
  /********************************************************************************************************************/
}
.footer.content .upper-footer {
  background-color: #00152e;
  color: #999999;
  position: relative;
  overflow: hidden;
}
.footer.content .upper-footer-content {
  position: relative;
  z-index: 2;
}
.footer.content .upper-footer-inner {
  padding: 300px 0 80px 0;
}
.footer.content .upper-footer-inner .img-wrap {
  line-height: 0;
  margin-bottom: 25px;
}
.footer.content .upper-footer-inner a:hover {
  color: #0060e5;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.footer.content .contact-info > a {
  display: block;
}
.footer.content .tel-wrap {
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
.footer.content .tel-wrap,
.footer.content .address-wrap {
  margin-bottom: 10px;
}
.footer.content .menu-1,
.footer.content .menu-2,
.footer.content .social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.footer.content .footer-menu-ul > li {
  margin-bottom: 8px;
}
.footer.content .menu-header {
  margin-bottom: 16px;
  line-height: 1;
}
.footer.content .footer-menu .menu-header,
.footer.content .social .menu-header {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  letter-spacing: 0.32px;
  font-size: 30px;
  font-size: 3rem;
}
.footer.content .tel-wrap > .tel,
.footer.content .address-wrap,
.footer.content .email,
.footer.content .footer-menu-ul > li > a,
.footer.content .footer-menu-ul > li > .no-link {
  color: #999999;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.48px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.footer.content .vert-pipe {
  padding: 0 7px;
  font-weight: 700;
  line-height: 1;
}
.footer.content .footer-social {
  border-radius: 9999px;
  width: 40px;
  height: 40px;
  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;
  margin-left: 17px;
  position: relative;
  color: #ffffff;
  font-size: 22px;
  font-size: 2.2rem;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.footer.content .footer-social:first-of-type {
  margin-left: 0;
}
.footer.content .footer-social.facebook {
  background-color: #395a97;
}
.footer.content .footer-social.twitter {
  background-color: #13b3c9;
}
.footer.content .footer-social.linkedin {
  background-color: #4985c5;
}
.footer.content .footer-social.youtube {
  background-color: #d32328;
}
.footer.content .social .footer-social:hover {
  color: #999999;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.footer.content .plane-graphic {
  right: -150px;
  top: 40px;
  z-index: 1;
}
.footer.content .plane-graphic img {
  width: 100%;
  z-index: 1;
}
.footer.content .lower-footer {
  background-color: #001b36;
  color: #999999;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer.content .lower-footer a {
  color: #999999;
  line-height: 1;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.footer.content .lower-footer a:hover {
  color: #0060e5;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.footer.content .site-credits {
  line-height: 1;
}
@media (max-width: 1800px) {
  .footer.content .upper-footer {
    overflow: hidden;
  }
}
@media (max-width: 1540px) {
  .footer.content .upper-footer-inner {
    padding: 300px 20px 80px 20px;
  }
}
@media (max-width: 1500px) {
  .footer.content .menu-1,
  .footer.content .menu-2 {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 1200px) {
  .footer.content .social {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 40px;
  }
}
@media (max-width: 950px) {
  .footer.content .contact-info {
    width: 100%;
  }
  .footer.content .menu-1,
  .footer.content .menu-2 {
    width: 33.3333%;
    margin-top: 40px;
  }
  .footer.content .social {
    width: 33.3333%;
  }
  .footer.content .footer-cta-inner .buttons-wrap .btn:first-of-type {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer.content .site-credits {
    line-height: 1.4;
    text-align: center;
  }
}
@media (max-width: 643px) {
  .footer.content .menu-1,
  .footer.content .menu-2 {
    width: 50%;
  }
  .footer.content .social {
    width: 50%;
    margin-top: 30px;
  }
}
body > iframe {
  display: none;
}
/********************************************************************************************************************/
/************************************************Column Widths*******************************************************/
/********************************************************************************************************************/
.page-wrapper .page-main {
  max-width: 100%;
  padding: 0;
  width: 100%;
  background-color: #f7f7f7;
}
.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 {
  width: 75%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  padding: 0;
}
.page-layout-2columns-right .columns .sidebar-main,
.page-layout-blog_archive .columns .sidebar-main,
.page-layout-blog_landing .columns .sidebar-main {
  width: 25%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  padding: 0;
}
.page-layout-2columns-left .columns .column.main {
  width: 75%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  padding: 0;
}
.page-layout-2columns-left .columns .sidebar-main {
  width: 25%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  padding: 0;
}
.columns .column.main {
  padding-bottom: 0;
}
/********************************************************************************************************************/
/***********************************************Part Search Form*****************************************************/
/********************************************************************************************************************/
.page-has-part-search .page-main {
  padding-top: 170px;
}
@media (max-width: 500px) {
  .page-has-part-search .page-main {
    padding-top: 0;
  }
}
.part-search {
  max-width: 1500px;
  background-color: white;
  padding: 10px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  z-index: 3;
  transform: translateY(50%);
  -webkit-box-shadow: 0px 50px 60px 0px rgba(153, 153, 153, 0.1), 0px 16px 24px 0px rgba(153, 153, 153, 0.1);
  -moz-box-shadow: 0px 50px 60px 0px rgba(153, 153, 153, 0.1), 0px 16px 24px 0px rgba(153, 153, 153, 0.1);
  box-shadow: 0px 50px 60px 0px rgba(153, 153, 153, 0.1), 0px 16px 24px 0px rgba(153, 153, 153, 0.1);
}
.part-search .inner {
  padding: 60px 90px;
  position: relative;
  z-index: 2;
}
.part-search .section-title {
  margin-top: 0;
  margin-bottom: 30px;
}
.part-search .fields {
  margin-left: -15px;
  margin-right: -15px;
}
.part-search button {
  border: inherit;
}
.part-search .field {
  padding: 0 15px;
}
.part-search .airplane-bg {
  background-image: url('/static/frontend/Perrill/CustomTheme/en_US/images/plane-tail.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 23px;
  opacity: 0.2;
  position: absolute;
  z-index: 1;
  right: 23px;
  bottom: 0;
  top: 0;
  width: 100%;
  max-width: 500px;
  height: 100%;
}
@media (max-width: 1024px) {
  .part-search .inner {
    padding: 60px 40px;
  }
  .part-search .field .btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .part-search .inner {
    padding: 40px 10px;
  }
}
@media (max-width: 500px) {
  .part-search .inner {
    padding: 20px 0;
  }
  .part-search .fields {
    margin-left: -10px;
    margin-right: -10px;
  }
  .part-search .field {
    padding: 0 10px;
  }
  .part-search .field:first-of-type {
    margin-bottom: 15px;
  }
}
/********************************************************************************************************************/
/***************************************************Banners**********************************************************/
/********************************************************************************************************************/
.banner-inner {
  height: 400px;
  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;
  overflow: hidden;
}
.banner-inner h1 {
  font-size: 100px;
  font-size: 10rem;
  margin-bottom: 0;
  letter-spacing: 2px;
}
.banner-inner h2.banner-title {
  font-size: 100px;
  font-size: 10rem;
  margin-bottom: 0;
  letter-spacing: 2px;
}
.banner-inner .overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.banner-inner .clouds {
  background-size: cover;
  background-repeat: no-repeat;
  animation: clouds 10s normal infinite;
  width: calc(100% + 200px);
}
@media (max-width: 1024px) {
  .banner-inner {
    height: 300px;
  }
  .banner-inner h1 {
    font-size: 70px;
    font-size: 7rem;
  }
}
@media (max-width: 767px) {
  .banner-inner {
    height: 250px;
  }
  .banner-inner h1 {
    font-size: 50px;
    font-size: 5rem;
  }
}
@keyframes clouds {
  0% {
    margin-top: 50px;
  }
  50% {
    margin-top: 0;
  }
  100% {
    margin-top: 50px;
  }
}
/********************************************************************************************************************/
/*************************************************Breadcrumbs********************************************************/
/********************************************************************************************************************/
.breadcrumbs {
  background-color: #001b36;
  padding: 16px 30px;
  max-width: 100%;
  margin-bottom: 70px;
}
.breadcrumbs .items > .item strong,
.breadcrumbs .items > .item a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  text-transform: uppercase;
}
.breadcrumbs .item:not(:last-child):after {
  content: '|';
  font-weight: 700;
  margin: 0 4px;
  font-size: unset;
  -webkit-font-smoothing: none;
  vertical-align: middle;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 0.5;
  color: #ffffff;
}
/********************************************************************************************************************/
/*************************************************Pagination*********************************************************/
/********************************************************************************************************************/
.toolbar-products .pages {
  display: block;
}
.toolbar {
  margin-top: 40px;
}
.toolbar .pager {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.toolbar .toolbar-amount {
  width: 100%;
  text-align: center;
}
.toolbar .pages .item {
  padding: 0;
  margin: 0;
}
.toolbar .pages .item.nav-margin {
  margin-left: 20px;
}
.toolbar .item:first-of-type .page {
  border-left: 1px solid #d2d2d2;
}
.toolbar .item .page {
  width: 50px;
  height: 50px;
  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;
  color: #001b36 !important;
  background-color: #ffffff;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
}
.toolbar .item.current .page {
  color: #ffffff !important;
  background-color: #001b36;
  border-color: transparent;
}
.toolbar .item .page:hover {
  color: #0060e5 !important;
}
.toolbar .pages .action.next {
  margin-right: 0;
  margin-left: 0;
  color: #001b36;
  background-color: #ffffff;
}
.toolbar .pages .action.previous {
  margin-left: o;
  margin-right: 0;
  background-color: #001b36;
  color: #ffffff;
}
.toolbar .pages .item .action {
  width: 50px;
  height: 50px;
  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;
}
.toolbar .pages .action.previous:before,
.toolbar .pages .action.next:before {
  content: none;
}
.toolbar .pages .action.next > span.label,
.toolbar .pages .action.previous > span.label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toolbar .pages .action.next > span,
.toolbar .pages .action.previous > span {
  border: unset;
  clip: unset;
  height: auto;
  margin: 0;
  overflow: unset;
  padding: 0;
  position: static;
  width: auto;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.toolbar .toolbar-number {
  font-size: 14px;
  font-size: 1.4rem;
}
/********************************************************************************************************************/
/*******************************************STANDARD MAGENTO PAGES***************************************************/
/********************************************************************************************************************/
.cms-noroute-index .page-wrapper .page-main,
.cms-page-view .page-wrapper .page-main,
.customer-account-createpassword .page-wrapper .page-main,
.customer-account-forgotpassword .page-wrapper .page-main,
.checkout-onepage-success .page-wrapper .page-main,
.customer-account-logoutsuccess .page-wrapper .page-main {
  padding-top: 120px;
  padding-bottom: 140px;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .cms-noroute-index .page-main,
  .cms-page-view .page-main,
  .customer-account-createpassword .page-main,
  .customer-account-forgotpassword .page-main,
  .checkout-onepage-success .page-main,
  .customer-account-logoutsuccess .page-main {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cms-noroute-index .page-main,
  .cms-page-view .page-main,
  .customer-account-createpassword .page-main,
  .customer-account-forgotpassword .page-main,
  .checkout-onepage-success .page-main,
  .customer-account-logoutsuccess .page-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/********************************************************************************************************************/
/*******************************************Global (Media Queries)***************************************************/
/********************************************************************************************************************/
@media (max-width: 500px) {
  .toolbar-pager {
    display: block;
  }
}
.contentmanager-contenttype-enhanced_cms_pages .page-wrapper .page-main {
  background-color: #ffffff;
}
.contentmanager-contenttype-home_page .four-image {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .contentmanager-contenttype-home_page .four-image {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .contentmanager-contenttype-home_page .four-image {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .contentmanager-contenttype-home_page .four-image {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.contentmanager-contenttype-home_page .footer-cta {
  padding-top: 234px;
}
@media (max-width: 767px) {
  .contentmanager-contenttype-home_page .footer-cta {
    padding-top: 40px;
  }
}
.categorypath-aircraft-exhaust-systems .two-img-w-content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .categorypath-aircraft-exhaust-systems .two-img-w-content {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .categorypath-aircraft-exhaust-systems .two-img-w-content {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .categorypath-aircraft-exhaust-systems .two-img-w-content {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.four-image {
  background-color: #ffffff;
  margin-top: 120px;
  margin-bottom: 120px;
}
.four-image .four-image-inner {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.four-image .text-col {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.four-image .text-col-inner {
  max-width: 560px;
}
.four-image .title {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  color: #0a2c66;
  margin: 15px 0 35px;
}
.four-image .sub-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 16.5px;
  font-size: 1.65rem;
  text-transform: uppercase;
  color: #d92818;
  letter-spacing: 1.6px;
}
.four-image .content {
  margin-bottom: 50px;
}
.four-image .content ul {
  list-style: none;
  position: relative;
  padding-inline-start: 35px;
  padding-left: 35px;
}
.four-image .content ul li {
  margin-bottom: 12px;
  font-weight: 600;
  color: #0a2c66;
}
.four-image .content ul li:last-of-type {
  margin-bottom: 0;
}
.four-image .content ul li:before {
  content: '\f14a';
  font-family: 'Font Awesome 5 Pro';
  color: #d92818;
  position: absolute;
  left: 0;
  line-height: 1;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 300;
}
@media (max-width: 500px) {
  .four-image .content ul {
    padding-inline-start: 25px;
  }
  .four-image .content ul li:before {
    left: 0;
  }
}
.four-image .image-col {
  margin-left: -10px;
  margin-right: -10px;
}
.four-image .blue-overlay {
  background-color: rgba(0, 90, 217, 0.7);
}
.four-image .image-outer {
  padding-left: 10px;
  padding-right: 10px;
}
.four-image .image-wrap {
  margin-bottom: 20px;
  line-height: 0;
  position: relative;
}
.four-image .image-wrap.bottom-img {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .four-image .text-col {
    padding-left: 40px;
  }
}
@media (max-width: 1024px) {
  .four-image {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .four-image .image-col {
    max-width: 750px;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  .four-image .text-col {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 0;
  }
  .four-image .text-col-inner {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .four-image {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .four-image {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.four-image.img-right .text-col {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .four-image.img-right .text-col {
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  .four-image.img-right .text-col {
    padding-right: 0;
  }
}
.two-img-w-content {
  background-color: #ffffff;
  margin-top: 120px;
  margin-bottom: 120px;
}
.two-img-w-content .two-img-inner {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.two-img-w-content .text-col {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.two-img-w-content .text-col-inner {
  max-width: 535px;
}
.two-img-w-content .title {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  color: #0a2c66;
  margin: 15px 0 35px;
}
.two-img-w-content .sub-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 16.5px;
  font-size: 1.65rem;
  text-transform: uppercase;
  color: #d92818;
  letter-spacing: 1.6px;
}
.two-img-w-content .content {
  margin-bottom: 50px;
}
.two-img-w-content .blue-overlay {
  background-color: rgba(0, 90, 217, 0.7);
}
.two-img-w-content .images {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.two-img-w-content .big-img {
  max-width: 650px;
}
.two-img-w-content .sm-img {
  top: -50px;
  left: 0;
  box-shadow: 0px 70px 100px 0px rgba(153, 153, 153, 0.25), 0px 37px 34px 0px rgba(153, 153, 153, 0.2);
}
.two-img-w-content .image-wrap {
  line-height: 0;
  position: relative;
}
@media (max-width: 1340px) {
  .two-img-w-content .text-col {
    padding-left: 40px;
  }
}
@media (max-width: 1024px) {
  .two-img-w-content {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .two-img-w-content .image-col {
    margin-bottom: 40px;
  }
  .two-img-w-content .images {
    max-width: 650px;
  }
  .two-img-w-content .text-col {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 0;
  }
  .two-img-w-content .text-col-inner {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .two-img-w-content {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .two-img-w-content .images {
    max-width: 100%;
    padding-right: 50px;
  }
  .two-img-w-content .sm-img {
    right: 0;
  }
}
.two-col-text {
  background-color: #ffffff;
  margin-top: 120px;
  margin-bottom: 120px;
}
.two-col-text .two-col-text-width {
  max-width: 1300px;
  margin: auto;
}
.two-col-text .title-icon {
  margin-right: 18px;
}
.two-col-text .title {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  color: #0a2c66;
  margin: 15px 0 35px;
}
.two-col-text .title.border {
  padding-bottom: 10px;
  border-bottom: 2px solid #d4d6d9;
}
.two-col-text .sub-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 16.5px;
  font-size: 1.65rem;
  text-transform: uppercase;
  color: #d92818;
  letter-spacing: 1.6px;
}
.two-col-text .left-col {
  padding-right: 15px;
}
.two-col-text .right-col {
  padding-left: 15px;
}
@media (max-width: 1340px) {
  .two-col-text .two-col-text-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .two-col-text {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .two-col-text {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .two-col-text .left-col {
    padding-right: 0;
  }
  .two-col-text .right-col {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .two-col-text {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.two-col-img-text {
  background-color: #ffffff;
  margin-top: 120px;
  margin-bottom: 120px;
}
.two-col-img-text.right-img .image-outer {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.two-col-img-text.right-img .image-col {
  order: 2;
}
.two-col-img-text .inner {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.two-col-img-text .title {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  color: #0a2c66;
  margin: 15px 0 35px;
}
.two-col-img-text .sub-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 16.5px;
  font-size: 1.65rem;
  text-transform: uppercase;
  color: #d92818;
  letter-spacing: 1.6px;
}
.two-col-img-text a {
  font-size: 20px;
  font-size: 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.two-col-img-text a i {
  font-size: 25px;
  font-size: 2.5rem;
  margin-left: 8px;
}
.two-col-img-text .image-wrap {
  line-height: 0;
  position: relative;
}
@media (max-width: 1340px) {
  .two-col-img-text .image-col {
    padding-left: 40px;
  }
}
@media (max-width: 1024px) {
  .two-col-img-text {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .two-col-img-text .image-col {
    margin-top: 40px;
    padding-left: 0;
  }
  .two-col-img-text.right-img .image-outer {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .two-col-img-text {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .two-col-img-text {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.two-col-form-content {
  margin-top: 120px;
  margin-bottom: 120px;
}
.two-col-form-content .title {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  color: #0a2c66;
  margin: 15px 0 35px;
}
.two-col-form-content .sub-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 16.5px;
  font-size: 1.65rem;
  text-transform: uppercase;
  color: #d92818;
  letter-spacing: 1.6px;
}
.two-col-form-content .form-col {
  background-color: #001b36;
  padding: 50px;
}
.two-col-form-content .form-col .webforms-description-text {
  text-align: center;
}
.two-col-form-content .form-col h4 {
  color: #d92818;
  margin-bottom: 5px;
}
.two-col-form-content .form-col form .actions-toolbar {
  margin-left: 0;
  margin-top: 40px;
  padding-left: 15px;
}
.two-col-form-content .content-col {
  padding-top: 40px;
}
.two-col-form-content .content-col .inner {
  max-width: 550px;
  padding-right: 30px;
}
.two-col-form-content .content-col .inner .contact-outer {
  margin-top: 50px;
}
.two-col-form-content .content-col .inner .contact-info {
  margin-bottom: 20px;
}
.two-col-form-content .content-col .inner .contact-info:last-of-type {
  margin-bottom: 0;
}
.two-col-form-content .content-col .inner a.contact-link {
  color: #0060e5;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.two-col-form-content .content-col .inner a.contact-link:hover {
  color: #d92818;
}
@media (max-width: 1024px) {
  .two-col-form-content {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .two-col-form-content .form-col {
    padding: 30px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .two-col-form-content {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .two-col-form-content {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .two-col-form-content .form-col form .field {
    overflow: hidden;
  }
}
.intro-content {
  padding: 95px 0 75px;
}
.intro-content .intro-w-icon {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.intro-content .content-wrap {
  max-width: 840px;
  margin: auto;
  text-align: center;
}
.intro-content .content-wrap.w-icon {
  max-width: 800px;
  text-align: left;
  margin: 0;
}
.intro-content .title {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  color: #0a2c66;
  margin: 15px 0 35px;
}
.intro-content .sub-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 16.5px;
  font-size: 1.65rem;
  text-transform: uppercase;
  color: #d92818;
  letter-spacing: 1.6px;
}
.intro-content .icon {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.poi-panel {
  padding: 50px 0 100px 50px;
}
.poi-panel.tb-2 {
  padding: 100px 0 100px 50px;
}
.poi-panel.tb-2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 50px;
  width: 100%;
  background-color: #f5f5f5;
}
.poi-panel:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 50px;
  width: 100%;
  background-color: #f5f5f5;
}
.poi-panel.odd {
  padding: 50px 50px 100px 0;
}
.poi-panel.odd .poi-graphic {
  order: 0;
}
.poi-panel.odd .poi-info {
  order: 1;
}
.poi-panel.odd .scroll-arrow {
  left: 0;
}
.poi-panel.even .scroll-arrow {
  right: 0;
}
.poi-panel .poi-graphic {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.poi-panel .poi-info {
  padding: 50px;
  background-color: #001b36;
}
.poi-panel .title {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 10px;
}
.poi-panel .body {
  margin-bottom: 25px;
}
.poi-panel .bubble-title {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 5px;
}
.poi-panel .bubble-title.no-title {
  margin-bottom: 0;
}
.poi-panel .bubble-title .bubble-num.no-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
}
.poi-panel .bubble-title .bubble-body {
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 0;
}
.poi-panel .bubble-title .bubble-body p {
  display: inline-block;
  margin-bottom: 0;
}
.poi-panel .bubble-body {
  margin-bottom: 20px;
}
.poi-panel .bubble-body p {
  margin-bottom: 10px;
}
.poi-panel .bubble-img {
  line-height: 0;
  margin: 50px 0;
}
.poi-panel .bubble {
  font-size: 20px;
  font-size: 2rem;
  background: -moz-linear-gradient(left, #004099 0%, #0057d1 100%);
  background: -webkit-linear-gradient(left, #004099 0%, #0057d1 100%);
  background: linear-gradient(to right, #004099 0%, #0057d1 100%);
  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;
  width: 55px;
  height: 55px;
  -webkit-box-shadow: 0px 27px 24px 0px rgba(0, 38, 77, 0.25);
  -moz-box-shadow: 0px 27px 24px 0px rgba(0, 38, 77, 0.25);
  box-shadow: 0px 27px 24px 0px rgba(0, 38, 77, 0.25);
  border-radius: 999px;
}
.poi-panel .tip {
  max-width: 430px;
  margin: auto;
  padding: 12px 30px;
  background-color: #ffffff;
  box-shadow: 0px 40px 70px 0px rgba(61, 71, 76, 0.1), 0px 17px 24px 0px rgba(61, 71, 76, 0.15);
  border-radius: 5px;
  z-index: 3;
  position: relative;
}
.poi-panel .tip:after {
  content: '';
  position: absolute;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-style: solid;
}
.poi-panel .tip.bottom:after {
  top: -10px;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}
.poi-panel .tip.top:after {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
}
.poi-panel .tip.top {
  margin-bottom: 30px;
}
.poi-panel .tip.bottom {
  margin-top: 30px;
}
.poi-panel .tip .title {
  font-size: 26px;
  font-size: 2.6rem;
}
.poi-panel .scroll-arrow {
  width: 80px;
  height: 80px;
  background-color: #d92818;
  bottom: 50px;
  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;
  font-size: 26px;
  font-size: 2.6rem;
}
@media (max-width: 1200px) {
  .poi-panel {
    padding: 30px;
  }
  .poi-panel.tb-2,
  .poi-panel.odd {
    padding: 30px;
  }
  .poi-panel .poi-info {
    margin-top: 40px;
  }
  .poi-panel .scroll-arrow,
  .poi-panel.odd .scroll-arrow {
    bottom: 30px;
    left: 30px;
  }
  .poi-panel:after {
    height: 80px;
    position: static;
  }
}
.online-purchase-includes {
  background-color: #001b36;
  padding-top: 105px;
  padding-bottom: 50px;
  overflow: hidden;
}
.online-purchase-includes .tail-bg {
  bottom: -35px;
  right: 60px;
}
.online-purchase-includes .opi-inner {
  margin-bottom: 70px;
}
.online-purchase-includes .img-wrap {
  margin-bottom: 40px;
}
.online-purchase-includes h2 {
  max-width: 1055px;
  margin: 0 auto 90px;
}
.online-purchase-includes .opi-title {
  padding-bottom: 20px;
}
.online-purchase-includes .opi-title:after {
  content: '';
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.contentmanager-contenttype-banner_form_pages .page-main {
  background-color: #ffffff;
}
.bfp-body {
  margin-bottom: 115px;
  padding-top: 200px;
  position: relative;
  background-color: #ffffff;
}
.bfp-body .title-wrap {
  margin-bottom: 40px;
  padding-bottom: 0;
  border-bottom: 2px solid #d4d6d9;
  position: relative;
}
.bfp-body .title-wrap img {
  margin-right: 15px;
  position: absolute;
  left: 0;
}
.bfp-body .title-wrap h2 {
  margin-top: 0;
  padding-left: 85px;
}
.bfp-body .scroll-arrow {
  color: #d92818;
  cursor: pointer;
}
@media (max-width: 767px) {
  .bfp-body .text-two-column {
    column-count: 1;
  }
}
.form-banner {
  background-color: #001b36;
  margin-bottom: -175px;
}
.form-banner .med-site-width {
  padding-top: 50px;
  min-height: 770px;
}
.form-banner .inner {
  max-width: 475px;
  padding-top: 120px;
}
.form-banner h1 {
  font-size: 75px;
  font-size: 7.5rem;
  margin-bottom: 15px;
}
.form-banner h5 {
  margin-bottom: 15px;
}
.form-banner .content p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.38;
}
.form-banner .ct-field.ct-field-area {
  z-index: 4;
  position: relative;
}
.form-banner .scroll-arrow {
  bottom: 175px;
  left: 0;
  padding: 0 30px 0 110px;
  height: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #ffffff;
  font-weight: 700;
  z-index: 4;
}
.form-banner .scroll-arrow:before {
  content: '\f063';
  font-family: 'Font Awesome 5 Pro';
  color: #ffffff;
  background-color: #d92818;
  font-size: 24px;
  font-size: 2.4rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  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;
}
@media (max-width: 1524px) {
  .form-banner .ct-field.ct-field-area {
    margin-right: 12px;
  }
}
@media (max-width: 1024px) {
  .form-banner {
    margin-bottom: 0;
    padding-bottom: 120px;
  }
  .form-banner .ct-field.ct-field-area {
    margin-right: 0;
  }
  .form-banner .inner {
    padding: 40px 0;
  }
  .form-banner .scroll-arrow {
    bottom: 0;
  }
}
.faqs {
  background-color: #001b36;
  padding: 100px 0;
}
.faqs .mobile-tab-title {
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #ffffff;
  padding: 20px 20px 15px;
  margin-top: 15px;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
.faqs .mobile-tab-title:before {
  content: '\f055';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  margin-right: 8px;
  font-size: 25px;
  font-size: 2.5rem;
}
.faqs .mobile-tab-title.active:after {
  content: '';
  background-color: #d4d6d9;
  height: 2px;
  width: calc(100% - 40px);
  position: absolute;
  bottom: 0;
  left: 20px;
}
.faqs .mobile-tab-title.active:before {
  content: '\f056';
}
.faqs .tab-body {
  padding: 20px 50px 30px;
  background-color: #ffffff;
}
.contentmanager-content-31 .footer-cta {
  padding-top: 210px;
}
.resources {
  background-color: #f5f5f5;
  padding: 100px 0;
}
.resources .resources-wrap {
  margin-left: -10px;
  margin-right: -10px;
}
.resources .resource-outer {
  padding-left: 10px;
  padding-right: 10px;
}
.resources .resource-outer .inner {
  background-color: #ffffff;
  padding: 50px 15px;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.resources .resource-outer .inner:hover {
  background: #004099;
  background: -moz-linear-gradient(left, #004099 0%, #0057d1 100%);
  background: -webkit-linear-gradient(left, #004099 0%, #0057d1 100%);
  background: linear-gradient(to right, #004099 0%, #0057d1 100%);
}
.resources .resource-outer .inner:hover img {
  filter: brightness(0) invert(1);
}
.resources .resource-outer .inner:hover .title {
  color: #ffffff;
}
.resources .resource-outer .img-wrap {
  line-height: 0;
}
.resources .resource-outer .title {
  font-size: 25px;
  font-size: 2.5rem;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .resources .resource-outer {
    margin-bottom: 20px;
  }
}
.timeline {
  background-color: #f7f7f7;
  padding: 120px 0;
}
.timeline .tl-site-width {
  max-width: 1720px;
  margin: auto;
}
.timeline .timeline-inner .inner {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.timeline .timeline-inner .year {
  font-size: 140px;
  font-size: 14rem;
}
.timeline .timeline-inner .text-col {
  padding: 0 40px;
}
.timeline .timeline-inner .text-col .inner {
  max-width: 560px;
  margin: auto;
}
.timeline .slider-arrow {
  width: 50px;
  height: 50px;
  border: 2px solid #d92818;
  border-radius: 999px;
  position: absolute;
  bottom: 40px;
  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;
  z-index: 3;
}
.timeline .slider-arrow:after {
  font-family: 'Font Awesome 5 Pro';
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
.timeline .slider-arrow:hover {
  border-color: #0060e5;
}
.timeline .slider-arrow:hover:after {
  color: #0060e5;
}
.timeline .prev-arrow {
  left: calc(50% + 150px);
}
.timeline .prev-arrow:after {
  content: '\f060';
}
.timeline .next-arrow {
  left: calc(50% + 225px);
}
.timeline .next-arrow:after {
  content: '\f061';
}
.timeline .slick-dots {
  position: absolute;
  right: 0;
  top: 0;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  height: 100%;
  width: 30px;
}
.timeline .slick-dots li {
  height: 6.25%;
  margin: 0 auto;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 25px;
}
.timeline .slick-dots li.slick-active {
  width: 30px;
}
.timeline .slick-dots li.slick-active button {
  width: 30px;
  height: 30px;
  border-color: #0060e5;
  -webkit-box-shadow: 0px 27px 24px 0px rgba(0, 38, 77, 0.25);
  -moz-box-shadow: 0px 27px 24px 0px rgba(0, 38, 77, 0.25);
  box-shadow: 0px 27px 24px 0px rgba(0, 38, 77, 0.25);
}
.timeline .slick-dots:after {
  content: '';
  width: 3px;
  height: 114%;
  background-color: #dedede;
  position: absolute;
  top: -7%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.timeline .slick-dots button {
  width: 25px;
  height: 25px;
  border-radius: 999px;
  border: 4px solid #dedede;
  padding: 0;
  font-size: 0px;
  font-size: 0rem;
  background-color: #f7f7f7;
  z-index: 2;
  position: relative;
}
@media (max-width: 1600px) {
  .timeline .slider-arrow {
    bottom: 0;
  }
}
@media (max-width: 1024px) {
  .timeline {
    padding: 80px 0 100px;
  }
  .timeline .img-col .img-wrap {
    max-width: 650px;
    margin: auto;
  }
  .timeline .slider-arrow {
    bottom: -50px;
  }
  .timeline .prev-arrow {
    left: 40px;
  }
  .timeline .next-arrow {
    left: 115px;
  }
  .timeline .timeline-inner .year {
    font-size: 85px;
    font-size: 8.5rem;
  }
}
.employees {
  margin-bottom: 130px;
}
.employees .intro {
  max-width: 875px;
  margin: 120px auto 100px;
}
.employees .intro h2 {
  margin-bottom: 20px;
  margin-top: 15px;
}
.employees .intro .subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 1.6px;
}
.employees .intro .content {
  line-height: 1.47;
}
.employees .employees-inner {
  padding-left: 10px;
  padding-right: 10px;
}
.employees .employee-outer {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}
.employees .name {
  font-size: 30px;
  font-size: 3rem;
}
.employees .title {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.48px;
}
@media (max-width: 1024px) {
  .employees .intro {
    margin: 80px auto;
  }
}
@media (max-width: 767px) {
  .employees .intro {
    margin: 60px auto;
  }
}
.employee-popup {
  max-width: 1200px;
  margin: auto;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
}
.employee-popup .inner {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.employee-popup .name {
  font-size: 30px;
  font-size: 3rem;
}
.employee-popup .title {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.48px;
  margin-bottom: 20px;
}
.employee-popup .bio {
  padding-left: 40px;
}
.ecp-view .ecp-body {
  padding-top: 120px;
  padding-bottom: 200px;
}
@media (max-width: 1024px) {
  .ecp-view .ecp-body {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .ecp-view .ecp-body {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/********************************************************************************************************************/
/******************************************ACM Pages (Media Queries)*************************************************/
/********************************************************************************************************************/
.contentmanager-contenttype-home_page .banner {
  height: 800px;
  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: center;
  -ms-justify-content: center;
  justify-content: center;
}
.contentmanager-contenttype-home_page .banner .banner-inner {
  height: auto;
}
.contentmanager-contenttype-home_page .banner .overlay {
  background-color: rgba(0, 0, 0, 0.2);
}
.contentmanager-contenttype-home_page .banner .banner-content {
  max-width: 980px;
  margin: auto;
  padding: 70px 30px;
  text-align: center;
  position: relative;
  background: inherit;
  overflow: hidden;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
  margin-bottom: 70px;
}
.contentmanager-contenttype-home_page .banner #video-background {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.contentmanager-contenttype-home_page .banner .small-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: #001b36;
  margin-bottom: 22px;
}
.contentmanager-contenttype-home_page .banner .large-title {
  font-family: 'Titillium Web', sans-serif;
  font-size: 75px;
  font-size: 7.5rem;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .contentmanager-contenttype-home_page .banner .large-title {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media (max-width: 1024px) {
  .contentmanager-contenttype-home_page .banner .banner-inner {
    padding: 0 60px;
  }
  .contentmanager-contenttype-home_page .banner .banner-content {
    max-width: 100%;
    padding: 70px;
  }
  .contentmanager-contenttype-home_page .banner .large-title {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
@media (max-width: 767px) {
  .contentmanager-contenttype-home_page .banner .banner-inner {
    padding: 0 30px;
  }
  .contentmanager-contenttype-home_page .banner .banner-content {
    padding: 30px;
  }
  .contentmanager-contenttype-home_page .banner .small-title {
    margin-bottom: 20px;
  }
  .contentmanager-contenttype-home_page .banner .large-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (max-width: 500px) {
  .contentmanager-contenttype-home_page .banner {
    height: unset;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contentmanager-contenttype-home_page .banner .banner-inner {
    padding: 0 20px;
    height: 100vh;
  }
  .contentmanager-contenttype-home_page .banner .part-search {
    position: relative;
    transform: none;
  }
  .contentmanager-contenttype-home_page .banner .banner-content {
    padding: 20px;
    margin: 25% auto 0;
  }
  .contentmanager-contenttype-home_page .banner .small-title {
    margin-bottom: 10px;
  }
  .contentmanager-contenttype-home_page .banner .large-title {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.featured-cats {
  background-color: #f7f7f7;
  padding-bottom: 100px;
  padding-top: 80px;
}
.featured-cats .title {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  color: #0a2c66;
  margin: 15px 0 80px;
  max-width: 920px;
  margin-top: 0;
}
.featured-cats .sub-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #999999;
}
.featured-cats .inner {
  margin-left: -10px;
  margin-right: -10px;
}
.featured-cats .feat-cat-col {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.featured-cats .cat {
  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: 55px 30px;
}
.featured-cats .cat:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 6px;
  background-color: #d92818;
}
.featured-cats .cat:hover {
  box-shadow: 0px 40px 70px 0px rgba(102, 102, 102, 0.2), 0px 27px 24px 0px rgba(102, 102, 102, 0.2);
}
.featured-cats .cat:hover .view-products {
  color: #0060e5;
}
.featured-cats .cat:hover:after {
  background-color: #0060e5;
}
.featured-cats .cat .img {
  margin-bottom: auto;
}
.featured-cats .cat .content {
  margin-top: auto;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  color: #0a2c66;
  font-size: 32px;
  font-size: 3.2rem;
}
.featured-cats .cat .view-products {
  color: #d92818;
}
.featured-cats .view-products {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.48px;
}
.featured-cats .all-prods {
  padding: 45px 20px 55px 30px;
}
.featured-cats .all-prods:hover .view-products {
  color: #0060e5;
}
.featured-cats .all-prods .content {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 31px;
  font-size: 3.1rem;
  margin-bottom: auto;
}
.featured-cats .all-prods .view-products {
  margin-top: auto;
}
@media (max-width: 1200px) {
  .featured-cats .cat-link-col {
    margin-bottom: 20px;
  }
}
.recent-posts {
  background-color: #f7f7f7;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}
.recent-posts .title {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  color: #0a2c66;
  margin: 15px 0 80px;
}
.recent-posts .sub-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #999999;
}
@media (max-width: 767px) {
  .recent-posts {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.recent-posts-slider {
  background-color: #f7f7f7;
}
.recent-posts-slider .slick-list {
  overflow: visible;
  width: 100%;
}
.recent-posts-slider .slick-list,
.recent-posts-slider .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.recent-posts-slider .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-height: 550px;
}
.recent-posts-slider .slick-slide .slide-inner {
  background-color: #ffffff;
  padding: 0;
}
.recent-posts-slider .post-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-left: 15px solid #f7f7f7;
}
.recent-posts-slider .post-title {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  color: #0a2c66;
  font-size: 37px;
  font-size: 3.7rem;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1;
}
.recent-posts-slider .post-content {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #5c5f66;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 75px 50px 115px;
  border-right: 15px solid #f7f7f7;
}
.recent-posts-slider .post-info {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 30px;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.recent-posts-slider .vert-pipe {
  margin: 0 12px;
}
.recent-posts-slider .author,
.recent-posts-slider .vert-pipe,
.recent-posts-slider .post-date {
  line-height: 1;
}
.recent-posts-slider .overlay {
  display: none;
  background-color: #005ad9;
  opacity: 75%;
}
.recent-posts-slider .blue .overlay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.recent-posts-slider .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  border: 2px solid #d92818;
  bottom: 50px;
  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;
  z-index: 3;
}
.recent-posts-slider .slick-arrow:hover {
  border-color: #0060e5;
}
.recent-posts-slider .slick-arrow.next-arrow {
  left: 140px;
}
.recent-posts-slider .slick-arrow.prev-arrow {
  left: 65px;
}
.recent-posts-slider .slick-arrow:after {
  font-family: 'Font Awesome 5 Pro';
  font-size: 20px;
  font-size: 2rem;
}
.recent-posts-slider .slick-arrow.next-arrow:after {
  content: '\f061';
}
.recent-posts-slider .slick-arrow.prev-arrow:after {
  content: '\f060';
}
@media (max-width: 1700px) {
  .recent-posts-slider .post-link {
    padding-bottom: 65px;
  }
}
@media (max-width: 1500px) {
  .recent-posts-slider .slick-arrow.next-arrow {
    left: 120px;
  }
  .recent-posts-slider .slick-arrow.prev-arrow {
    left: 45px;
  }
}
@media (max-width: 1200px) {
  .recent-posts-slider .post-content {
    padding: 30px 20px 100px;
  }
  .recent-posts-slider .slick-arrow.next-arrow {
    left: 100px;
  }
  .recent-posts-slider .slick-arrow.prev-arrow {
    left: 30px;
  }
  .recent-posts-slider .post-link {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .recent-posts-slider .slick-slide {
    min-height: 475px;
  }
  .recent-posts-slider .post-content {
    padding: 20px;
  }
  .recent-posts-slider .slick-arrow {
    bottom: 0;
  }
  .recent-posts-slider .slick-arrow.next-arrow {
    left: 90px;
  }
  .recent-posts-slider .slick-arrow.prev-arrow {
    left: 20px;
  }
}
@media (max-width: 500px) {
  .recent-posts-slider .slick-slide {
    min-height: 400px;
  }
  .recent-posts-slider .post-content {
    border-right: none;
  }
  .recent-posts-slider .slick-arrow {
    bottom: 0;
  }
  .recent-posts-slider .slick-arrow.next-arrow {
    left: 80px;
  }
  .recent-posts-slider .slick-arrow.prev-arrow {
    left: 15px;
  }
  .recent-posts-slider .post-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .recent-posts-slider .post-inner-content {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .recent-posts-slider .post-info {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 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;
}
.catalog-category-view .page-wrapper .page-main {
  background-color: #ffffff;
}
.categorypath-aircraft-exhaust-systems.catalog-category-view .page-wrapper .page-main {
  background-color: #f7f7f7;
}
.subcat-banner .cat-content {
  background-color: #001b36;
  padding: 0 40px;
}
.subcat-banner .cat-content .inner {
  max-width: 520px;
  padding: 100px 0 230px;
}
.subcat-banner .cat-content h1 {
  font-size: 75px;
  font-size: 7.5rem;
  margin-bottom: 15px;
}
.subcat-banner .cat-content h5 {
  margin-bottom: 15px;
}
.subcat-banner .cat-content .cat-description {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.38;
}
@media (max-width: 1400px) {
  .subcat-banner .cat-content h1 {
    font-size: 65px;
    font-size: 6.5rem;
  }
}
@media (max-width: 1200px) {
  .subcat-banner .cat-content h1 {
    font-size: 60px;
    font-size: 6rem;
  }
}
.subcategories {
  background-color: #f7f7f7;
  padding: 60px 100px 110px;
}
.subcategories .title {
  font-size: 52px;
  font-size: 5.2rem;
  text-align: center;
  max-width: 1045px;
  line-height: 1.2;
  margin: auto;
}
.subcategories .subcats-wrap {
  padding-top: 85px;
  margin-left: -10px;
  margin-right: -10px;
}
.subcategories .subcat-outer {
  padding: 10px;
}
.subcategories .subcat {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(102, 102, 102, 0.05), 0px 2px 10px 0px rgba(102, 102, 102, 0.05);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.subcategories .subcat .img-wrap {
  line-height: 0;
}
.subcategories .subcat:hover {
  background: #004099;
  background: -moz-linear-gradient(left, #004099 0%, #0057d1 100%);
  background: -webkit-linear-gradient(left, #004099 0%, #0057d1 100%);
  background: linear-gradient(to right, #004099 0%, #0057d1 100%);
  box-shadow: 0px 40px 70px 0px rgba(102, 102, 102, 0.2), 0px 27px 24px 0px rgba(102, 102, 102, 0.15);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.subcategories .subcat:hover .img-wrap img {
  filter: brightness(0) invert(1);
  opacity: 0.2;
}
.subcategories .subcat:hover .subcat-name {
  display: flex;
}
.subcategories .subcat-name {
  display: none;
  position: absolute;
  width: 100%;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
  font-size: 2.2rem;
}
.subcategories .subcat-name:after {
  content: '\f072';
  font-family: 'Font Awesome 5 Pro';
  margin-left: 8px;
}
@media (max-width: 1800px) {
  .subcategories {
    padding: 60px 40px 110px;
  }
}
@media (max-width: 1700px) {
  .subcategories {
    padding: 60px 20px 110px;
  }
  .subcategories .subcats-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1600px) {
  .subcategories .subcat-name {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 1500px) {
  .subcategories {
    padding: 60px 10px 110px;
  }
}
@media (max-width: 500px) {
  .subcategories .subcat-outer {
    padding: 10px 8px;
  }
}
.page-products .footer-cta {
  padding-top: 228px;
}
.custom-products-grid {
  background-color: #001b36;
  padding: 100px;
}
.custom-products-grid .product {
  color: #0060e5;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 44px 20px;
  background-color: #ffffff;
  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;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
.custom-products-grid .product:hover {
  color: #ffffff;
  background: -moz-linear-gradient(left, #d41200 0%, #ed3424 100%);
  background: -webkit-linear-gradient(left, #d41200 0%, #ed3424 100%);
  background: linear-gradient(to right, #d41200 0%, #ed3424 100%);
}
@media (max-width: 1024px) {
  .custom-products-grid {
    padding: 60px 40px;
  }
}
@media (max-width: 767px) {
  .custom-products-grid {
    padding: 20px;
  }
}
.cat-intro {
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #ffffff;
}
.cat-intro .title {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  color: #0a2c66;
  margin: 15px 0 35px;
}
.cat-intro .sub-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #d92818;
  letter-spacing: 1.6px;
}
.cat-intro .content p:last-of-type {
  margin-bottom: 0;
}
.cat-intro .intro-image {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  padding-left: 40px;
}
.cat-intro .intro-content {
  padding: 0;
}
@media (max-width: 1024px) {
  .cat-intro {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cat-intro {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .cat-intro .intro-image {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .cat-intro .intro-content {
    max-width: 650px;
  }
}
@media (max-width: 500px) {
  .cat-intro {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
/********************************************************************************************************************/
/***********************************************Search Results*******************************************************/
/********************************************************************************************************************/
.catalogsearch-result-index .page-wrapper .page-main {
  padding-top: 40px;
  padding-bottom: 140px;
  background-color: #ffffff;
}
.catalogsearch-result-index .page-wrapper .page-main .page-title {
  margin-bottom: 60px;
}
.catalogsearch-result-index .page-wrapper .page-main .toolbar.toolbar-products {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: left;
}
.catalogsearch-result-index .page-wrapper .page-main .toolbar.toolbar-products > div,
.catalogsearch-result-index .page-wrapper .page-main .toolbar.toolbar-products .toolbar-amount {
  padding-top: 0;
  padding-right: 40px;
}
.catalogsearch-result-index .page-wrapper .page-main .toolbar.toolbar-products .modes {
  display: none;
}
.catalogsearch-result-index .page-wrapper .page-main .search.results {
  padding: 0 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalogsearch-result-index .page-wrapper .page-main .filter-options .filter-options-title {
  padding: 30px;
  color: #ffffff;
  background-color: #0a2c66;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.catalogsearch-result-index .page-wrapper .page-main .filter-options .filter-options-content {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #999999;
}
.catalogsearch-result-index .page-wrapper .page-main .filter-options .filter-options-content .item {
  margin: 0 0 12px;
  padding: 0;
}
.catalogsearch-result-index .page-wrapper .page-main .filter-options .filter-options-content .item:last-of-type {
  margin: 0;
}
.catalogsearch-result-index .page-wrapper .page-main ul.products.list {
  margin-right: -10px;
  margin-left: -10px;
}
.catalogsearch-result-index .page-wrapper .page-main .products.list > li {
  margin: 0 0 20px;
  width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}
.catalogsearch-result-index .page-wrapper .page-main .products.list > li > .product-item-info {
  border: 1px solid #999999;
  padding: 40px 40px 50px;
  -webkit-transition: box-shadow 0.2s ease-out 0.2s linear;
  -moz-transition: box-shadow 0.2s ease-out 0.2s linear;
  -o-transition: box-shadow 0.2s ease-out 0.2s linear;
  transition: box-shadow 0.2s ease-out 0.2s linear;
  width: 100%;
  height: 100%;
}
.catalogsearch-result-index .page-wrapper .page-main .products.list > li > .product-item-info:hover {
  -webkit-box-shadow: 0px 13px 34px 8px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 13px 34px 8px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 13px 34px 8px rgba(0, 0, 0, 0.27);
  -webkit-transition: box-shadow 0.2s ease-out 0.2s linear;
  -moz-transition: box-shadow 0.2s ease-out 0.2s linear;
  -o-transition: box-shadow 0.2s ease-out 0.2s linear;
  transition: box-shadow 0.2s ease-out 0.2s linear;
}
.catalogsearch-result-index .page-wrapper .page-main .product.photo.product-item-photo {
  margin: auto;
}
.catalogsearch-result-index .page-wrapper .page-main .prod-attribute.manufacturer {
  color: #d92818;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}
.catalogsearch-result-index .page-wrapper .page-main .prod-attribute.model {
  color: #0a2c66;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
}
.catalogsearch-result-index .page-wrapper .page-main .product-item-details {
  margin-top: auto;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
}
.catalogsearch-result-index .page-wrapper .page-main .product-item-link {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #001b36;
}
.catalogsearch-result-index .page-wrapper .page-main .price {
  font-weight: 700;
  color: #0a2c66;
}
.catalogsearch-result-index .page-wrapper .page-main .action.primary,
.catalogsearch-result-index .page-wrapper .page-main .actions-primary {
  width: 100%;
  text-align: center;
}
@media (max-width: 1500px) {
  .catalogsearch-result-index .page-wrapper .page-main .products.list > li > .product-item-info {
    padding: 30px;
  }
  .catalogsearch-result-index .page-wrapper .page-main .products.list > li {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .catalogsearch-result-index .page-wrapper .page-main .toolbar.toolbar-products {
    width: 100%;
  }
  .catalogsearch-result-index .page-wrapper .page-main .toolbar.toolbar-products > div,
  .catalogsearch-result-index .page-wrapper .page-main .toolbar.toolbar-products .toolbar-amount {
    padding-right: 20px;
    width: 33.3333%;
    text-align: center;
  }
  .catalogsearch-result-index .page-wrapper .page-main .toolbar.toolbar-products .toolbar-sorter.sorter {
    padding-right: 0;
  }
  .catalogsearch-result-index .page-wrapper .page-main .toolbar.toolbar-products .field.limiter {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .catalogsearch-result-index .page-wrapper .page-main .toolbar.toolbar-products .field.limiter .limiter-text,
  .catalogsearch-result-index .page-wrapper .page-main .toolbar.toolbar-products .field.limiter label,
  .catalogsearch-result-index .page-wrapper .page-main .toolbar.toolbar-products .field.limiter .control {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main {
    width: 100%;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main {
    width: 100%;
  }
  .catalogsearch-result-index .page-wrapper .page-main .filter-options .filter-options-title:first-of-type {
    margin-top: 0;
  }
  .catalogsearch-result-index .page-wrapper .page-main .filter-options .filter-options-title {
    position: relative;
    margin-top: 30px;
    cursor: pointer;
  }
  .catalogsearch-result-index .page-wrapper .page-main .filter-options .filter-options-title:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 30px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
  }
  .catalogsearch-result-index .page-wrapper .page-main .filter-options .filter-options-content {
    display: none;
  }
  .catalogsearch-result-index .page-wrapper .page-main .filter-options .filter-options-title.open:after {
    content: '\f106';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 30px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
  }
  .catalogsearch-result-index .page-wrapper .page-main .search.results {
    padding: 0;
  }
  .catalogsearch-result-index .page-wrapper .page-main .products.list > li > .product-item-info {
    padding: 20px;
  }
}
@media (max-width: 650px) {
  .catalogsearch-result-index .page-wrapper .page-main .products.list > li {
    width: 100%;
  }
  .catalogsearch-result-index .page-wrapper .page-main .toolbar.toolbar-products {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .catalogsearch-result-index .page-wrapper .page-main .toolbar.toolbar-products .toolbar-amount {
    width: 100%;
  }
  .catalogsearch-result-index .page-wrapper .page-main .toolbar.toolbar-products .field.limiter,
  .catalogsearch-result-index .page-wrapper .page-main .toolbar.toolbar-products .toolbar-sorter.sorter {
    width: 50%;
  }
}
/********************************************************************************************************************/
/**************************************Category Page (Media Queries)*************************************************/
/********************************************************************************************************************/
/********************************************************************************************************************/
/*********************************************Product Page***********************************************************/
/********************************************************************************************************************/
.catalog-product-view .page-wrapper .page-main {
  background-color: #ffffff;
}
.catalog-product-view .column.main .product.media {
  order: 0;
  width: 40%;
  max-width: 100%;
  padding-right: 120px;
  padding-left: 30px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.catalog-product-view .column.main .product.media .fotorama-item {
  position: relative;
}
.catalog-product-view .column.main .product.media .fotorama__thumb-border {
  border-color: #0060e5;
}
.catalog-product-view .column.main .product.media .gallery-placeholder {
  width: 100%;
  position: relative;
}
.catalog-product-view .column.main .product.media .gallery-placeholder .magnifying-glass {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.catalog-product-view .column.main .product.media .gallery-placeholder .magnifying-glass:after {
  content: '\f00e';
  font-family: 'Font Awesome 5 Pro';
  color: #5c5f66;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
}
@media (min-width: 1500px) {
  .catalog-product-view .column.main .product.media .fotorama__nav-wrap {
    height: 50%;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
  }
}
@media (max-width: 1100px) {
  .catalog-product-view .column.main .product.media {
    width: 100%;
    padding: 0 30px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.catalog-product-view .column.main .product-info-main {
  order: 1;
  width: calc(60% - 420px);
  padding-right: 100px;
}
.catalog-product-view .column.main .product-info-main .manufacturer {
  color: #d92818;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.catalog-product-view .column.main .product-info-main .page-title,
.catalog-product-view .column.main .product-info-main h2 {
  font-size: 40px;
  font-size: 4rem;
  color: #0a2c66;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
}
.catalog-product-view .column.main .product-info-main .page-title {
  margin-bottom: 10px;
}
.catalog-product-view .column.main .product-info-main h2 {
  margin-bottom: 25px;
  margin-top: 12px;
}
.catalog-product-view .column.main .product-info-main .subtitle {
  font-size: 30px;
  font-size: 3rem;
  color: #001b36;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}
.catalog-product-view .column.main .product-info-main .price-box,
.catalog-product-view .column.main .product-info-main .product-info-stock-sku {
  display: inline-block;
}
.catalog-product-view .column.main .product-info-main .price {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  color: #5c5f66;
  margin-right: 18px;
}
.catalog-product-view .column.main .product-info-main .product-info-stock-sku {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  color: #0060e5;
}
.catalog-product-view .column.main .product-info-main .main-attributes {
  padding: 30px 0;
  margin: 25px 0;
  border-top: 1px solid #c2c6cc;
  border-bottom: 1px solid #c2c6cc;
}
.catalog-product-view .column.main .product-info-main .main-attributes strong {
  font-weight: 700;
}
.catalog-product-view .column.main .product-info-main .main-attributes ul {
  list-style: none;
  margin-bottom: 0;
  padding-inline-start: 25px;
  padding-left: 25px;
  position: relative;
}
.catalog-product-view .column.main .product-info-main .main-attributes ul > li {
  font-size: 18px;
  font-size: 1.8rem;
  color: #5c5f66;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.4;
  margin-bottom: 10px;
}
.catalog-product-view .column.main .product-info-main .main-attributes ul > li:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  color: #d92818;
  position: absolute;
  left: 0;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1;
}
.catalog-product-view .column.main .product-info-main .main-attributes ul > li:last-of-type {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Montserrat', sans-serif;
  color: #5c5f66;
  font-weight: 600;
}
.catalog-product-view .column.main .product-info-main .product-add-form .recommended-qty-label {
  padding: 10px 0;
}
.catalog-product-view .column.main .product-info-main .product-add-form .fieldset {
  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;
  margin-bottom: 0;
  width: 100%;
}
.catalog-product-view .column.main .product-info-main .product-add-form .fieldset > .field.qty {
  padding-right: 60px;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1650px) and (min-width: 1100px) {
  .catalog-product-view .column.main .product-info-main .product-add-form .fieldset {
    display: block;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .fieldset > .field.qty {
    padding-right: 0;
    padding-bottom: 15px;
    display: block;
  }
}
@media (max-width: 550px) {
  .catalog-product-view .column.main .product-info-main .product-add-form .fieldset {
    display: block;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .fieldset > .field.qty {
    padding-right: 0;
    padding-bottom: 15px;
    display: block;
  }
}
.catalog-product-view .column.main .product-info-main .product-add-form .fieldset > .field.qty > label {
  color: #5c5f66;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.catalog-product-view .column.main .product-info-main .product-add-form .fieldset > .field.qty > label:before {
  content: '*';
  color: #d92818;
  margin-right: 3px;
}
.catalog-product-view .column.main .product-info-main .product-add-form .fieldset > .field.qty > label:after {
  content: ':';
}
.catalog-product-view .column.main .product-info-main .product-add-form .fieldset > .field.qty > .control > input {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #001b36;
}
.catalog-product-view .column.main .product-info-main .product-add-form .fieldset > .actions {
  padding-top: 0;
  width: 100%;
}
.catalog-product-view .column.main .product-info-main .product-add-form .fieldset > .actions > button {
  padding: 24px 20px;
  font-size: 25px;
  font-size: 2.5rem;
  width: 100%;
}
.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart {
  margin: 20px 0 0;
  width: 100%;
}
.catalog-product-view .column.main .product-info-main .product-add-form .qty-changing-column {
  font-size: 16px;
  font-size: 1.6rem;
  width: 60px;
  height: 52px;
}
.catalog-product-view .column.main .product-info-main .product-add-form .qty-changing-column input {
  width: 60px;
  padding: 0;
}
.catalog-product-view .column.main .product-info-main .product-add-form .qty-changing-column.minus {
  border-left: 1px solid #c2c2c2;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  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;
}
.catalog-product-view .column.main .product-info-main .product-add-form .qty-changing-column.plus {
  border-right: 1px solid #c2c2c2;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  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;
}
@media (max-width: 1500px) {
  .catalog-product-view .column.main .product-info-main {
    width: 40%;
  }
}
@media (max-width: 1100px) {
  .catalog-product-view .column.main .product-info-main {
    width: 100%;
    padding: 0 30px;
    margin: 40px 0;
  }
  .catalog-product-view .column.main .product-info-main .fieldset > .actions {
    text-align: left;
  }
  .catalog-product-view .column.main .product-info-main .fieldset > .actions > button {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .column.main .product-info-main .product-add-form .fieldset > .actions > button {
    padding: 24px 20px;
    font-size: 25px;
    font-size: 2.5rem;
    width: 100%;
  }
}
.catalog-product-view .column.main .warranty-container {
  order: 2;
  max-width: 420px;
  width: 100%;
}
.catalog-product-view .column.main .warranty-container .warranty {
  background-color: #001b36;
  padding: 60px 30px 65px;
}
.catalog-product-view .column.main .warranty-container .warranty .title {
  border-bottom: 2px solid #ffffff;
  font-size: 28px;
  font-size: 2.8rem;
  margin: 0 0 10px;
  padding-bottom: 10px;
}
.catalog-product-view .column.main .warranty-container .warranty .sub-title {
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.16px;
  margin-bottom: 8px;
}
.catalog-product-view .column.main .warranty-container .warranty .accent-title {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.4px;
  margin-bottom: 15px;
}
.catalog-product-view .column.main .warranty-container .warranty .warranty-logo {
  bottom: 10px;
  right: 10px;
  line-height: 0;
  z-index: 1;
}
@media (max-width: 1500px) {
  .catalog-product-view .column.main .warranty-container {
    width: 20%;
  }
}
@media (max-width: 1100px) {
  .catalog-product-view .column.main .warranty-container {
    width: 100%;
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .column.main .warranty-container {
    padding: 0 30px;
  }
}
.catalog-product-view .column.main .custom-product-tabs {
  order: 3;
  width: 100%;
  margin-top: 120px;
}
.catalog-product-view .column.main .custom-product-tabs .tab-bar {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding-left: 0;
  margin-bottom: 60px;
}
.catalog-product-view .column.main .custom-product-tabs .tab-bar li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 0;
  background-color: #001b36;
  width: 100%;
  border-right: 1px solid #ffffff;
}
.catalog-product-view .column.main .custom-product-tabs .tab-bar li:last-of-type {
  border-right: none;
}
.catalog-product-view .column.main .custom-product-tabs .tab-bar li:hover {
  background-color: #0060e5;
}
.catalog-product-view .column.main .custom-product-tabs .tab-bar li > a {
  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: 40px 20px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  width: 100%;
  position: relative;
}
.catalog-product-view .column.main .custom-product-tabs .tab-bar li > a.active {
  background-color: #0060e5;
}
.catalog-product-view .column.main .custom-product-tabs .tab-bar li > a.active:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12.5px 0 12.5px;
  border-color: #0060e5 transparent transparent transparent;
}
.catalog-product-view .column.main .custom-product-tabs .tab-bodies {
  padding-bottom: 80px;
}
.catalog-product-view .column.main .custom-product-tabs .specs-tab .title,
.catalog-product-view .column.main .custom-product-tabs .details-tab .title,
.catalog-product-view .column.main .custom-product-tabs .airworthiness-tab .title,
.catalog-product-view .column.main .custom-product-tabs .warranty-tab .title {
  color: #1e1f21;
  border-bottom: 2px solid #c2c6cc;
  font-size: 22px;
  font-size: 2.2rem;
  padding-bottom: 10px;
  margin-bottom: 25px;
  letter-spacing: 0.8px;
}
.catalog-product-view .column.main .custom-product-tabs .specs-tab h3 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  color: #001b36;
  margin-bottom: 10px;
}
.catalog-product-view .column.main .custom-product-tabs .specs-tab .specs-attributes {
  padding-left: 40px;
}
.catalog-product-view .column.main .custom-product-tabs .specs-tab .specs-description {
  padding-right: 40px;
}
.catalog-product-view .column.main .custom-product-tabs .warranty-tab a {
  margin-top: 10px;
}
.catalog-product-view .column.main .custom-product-tabs .warranty-tab .forty {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 1100px) {
  .catalog-product-view .column.main .custom-product-tabs {
    margin-top: 60px;
    padding: 0 30px;
  }
  .catalog-product-view .column.main .custom-product-tabs .tab-bar {
    display: none;
  }
  .catalog-product-view .column.main .custom-product-tabs .mobile-tab-title {
    font-size: 18px;
    font-size: 1.8rem;
    background-color: #001b36;
    color: #ffffff;
    padding: 20px 20px 15px;
    margin-top: 15px;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    display: block;
  }
  .catalog-product-view .column.main .custom-product-tabs .mobile-tab-title:before {
    content: '\f055';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    margin-right: 8px;
    font-size: 25px;
    font-size: 2.5rem;
  }
  .catalog-product-view .column.main .custom-product-tabs .mobile-tab-title.active:before {
    content: '\f056';
  }
  .catalog-product-view .column.main .custom-product-tabs .tab-body {
    padding: 20px 50px 30px;
    background-color: #ffffff;
  }
}
.catalog-product-view .column.main .related {
  order: 5;
  width: 100%;
  background-color: #f5f5f5;
  padding: 100px 0 20px;
}
.catalog-product-view .column.main .related .title {
  margin-top: 0;
  margin-bottom: 75px;
  padding-left: 60px;
}
.catalog-product-view .column.main .related .slick-list,
.catalog-product-view .column.main .related .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.catalog-product-view .column.main .related .slick-track {
  width: 100%;
}
.catalog-product-view .column.main .related .slick-list {
  margin-left: 60px;
  margin-right: 60px;
}
.catalog-product-view .column.main .related .next-arrow,
.catalog-product-view .column.main .related .prev-arrow {
  position: absolute;
  top: calc(50% - 22px);
}
.catalog-product-view .column.main .related .next-arrow {
  right: 0;
}
.catalog-product-view .column.main .related .prev-arrow {
  left: 0;
}
.catalog-product-view .column.main .related .next-arrow:before,
.catalog-product-view .column.main .related .prev-arrow:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 50px;
  font-size: 5rem;
  color: #0060e5;
  font-weight: 300;
}
.catalog-product-view .column.main .related .next-arrow:before {
  content: '\f054';
}
.catalog-product-view .column.main .related .prev-arrow:before {
  content: '\f053';
}
.catalog-product-view .column.main .related .product-item-details {
  width: 100%;
  text-align: center;
  margin-top: auto;
}
.catalog-product-view .column.main .related .product-item-info {
  width: 100%;
  background-color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.catalog-product-view .column.main .related .product-item:first-of-type {
  margin-left: 0;
}
.catalog-product-view .column.main .related .product-item {
  margin-left: 20px;
  background-color: #ffffff;
  padding: 55px 30px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.catalog-product-view .column.main .related .product-item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #d92818;
}
.catalog-product-view .column.main .related .product-item:hover {
  box-shadow: 0px 40px 70px 0px rgba(102, 102, 102, 0.2), 0px 27px 24px 0px rgba(102, 102, 102, 0.2);
}
.catalog-product-view .column.main .related .product-item:hover .view-products {
  color: #0060e5;
}
.catalog-product-view .column.main .related .product-item:hover:after {
  background-color: #0060e5;
}
.catalog-product-view .column.main .related .product-item .product-item-photo {
  display: block;
  margin-bottom: auto;
  text-align: center;
}
.catalog-product-view .column.main .related .product-item .product-item-name > a {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  color: #0a2c66;
  font-size: 32px;
  font-size: 3.2rem;
  text-transform: uppercase;
}
.catalog-product-view .column.main .related .product-item .product-item-name > a:hover {
  text-decoration: none;
}
.catalog-product-view .above-footer {
  background-color: #f5f5f5;
}
.catalog-product-view .column.main .warranty-cta {
  background-color: #f5f5f5;
  width: 100%;
}
.catalog-product-view .column.main .warranty-cta .two-img-w-content {
  background-color: #f5f5f5;
}
.page-product-grouped .column.main .table-wrapper.grouped table tbody tr {
  transition: opacity 0.3s;
}
.page-product-grouped .column.main td > .product-item-name {
  display: inline-block;
  padding: 3px;
}
.page-product-grouped .column.main .highlight td > .product-item-name {
  color: #d92818;
}
.page-product-grouped .column.main .highlight.bubble {
  background: #d92818;
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.5;
  }
}
.page-product-grouped .column.main .group-product-bubble-image-wrapper {
  width: 35%;
}
.page-product-grouped .column.main .group-product-bubble-image {
  line-height: 0;
}
.page-product-grouped .column.main .bubble {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  background: -moz-linear-gradient(left, #004099 0%, #0057d1 100%);
  background: -webkit-linear-gradient(left, #004099 0%, #0057d1 100%);
  background: linear-gradient(to right, #004099 0%, #0057d1 100%);
  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;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0px 27px 24px 0px rgba(0, 38, 77, 0.25);
  -moz-box-shadow: 0px 27px 24px 0px rgba(0, 38, 77, 0.25);
  box-shadow: 0px 27px 24px 0px rgba(0, 38, 77, 0.25);
  border-radius: 999px;
  color: #ffffff;
  line-height: 1;
}
.page-product-grouped .column.main .bubble:hover {
  background: #d92818;
}
.page-product-grouped .column.main .product-info-main {
  width: calc(65% - 420px);
  padding-right: 100px;
}
.page-product-grouped .column.main .product-info-main .page-title {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.page-product-grouped .column.main .product-info-main .short-desc {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #5c5f66;
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 25px;
}
.page-product-grouped .column.main .product-info-main .price-box {
  display: none;
}
.page-product-grouped .column.main .product-add-form {
  border: 1px solid #dbdbdb;
}
.page-product-grouped .column.main .product-add-form .product-item-name {
  color: #0060e5;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  margin-bottom: 10px;
}
.page-product-grouped .column.main .product-add-form .product-item-name:hover {
  color: #d92818;
}
.page-product-grouped .column.main .product-add-form .table-wrapper {
  margin-bottom: 0;
}
.page-product-grouped .column.main .product-add-form .table-wrapper br {
  display: none;
}
.page-product-grouped .column.main .product-add-form tr:nth-child(even) {
  background-color: #f0f0f0;
}
.page-product-grouped .column.main .product-add-form td {
  padding: 10px 20px;
}
.page-product-grouped .column.main .product-add-form thead {
  display: none;
}
.page-product-grouped .column.main .product-add-form .price-box {
  display: none;
}
.page-product-grouped .column.main .product-add-form .attr {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0a2c66;
  font-weight: 700;
  line-height: 1.5;
  padding-right: 5px;
}
.page-product-grouped .column.main .warranty-cta {
  margin-top: 110px;
}
.page-product-grouped .column.main .product.attribute.overview {
  display: none;
}
@media (max-width: 1800px) {
  .page-product-grouped .column.main .product-info-main {
    padding-right: 40px;
  }
}
@media (max-width: 1500px) {
  .page-product-grouped .column.main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-product-grouped .column.main .warranty-container {
    width: 100%;
    max-width: 1000px;
    padding: 0 30px;
    margin: 40px auto;
  }
  .page-product-grouped .column.main .group-product-bubble-image-wrapper {
    width: 40%;
  }
  .page-product-grouped .column.main .product-info-main {
    width: 60%;
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .page-product-grouped .column.main .group-product-bubble-image-wrapper {
    width: 100%;
    padding: 0px 25px;
  }
  .page-product-grouped .column.main .product-info-main {
    width: 100%;
    padding: 0 10px;
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  .page-product-grouped .column.main .group-product-bubble-image-wrapper {
    padding: 0px 20px;
  }
  .page-product-grouped .column.main .product-add-form .grouped tbody > tr > td {
    padding: 10px;
  }
  .page-product-grouped .column.main .bubble {
    font-size: 16px;
    font-size: 1.6rem;
    width: 40px;
    height: 40px;
  }
}
/********************************************************************************************************************/
/**************************************Product Page (Media Queries)**************************************************/
/********************************************************************************************************************/
@media (max-width: 767px) {
  .fotorama-item:not(.fotorama--fullscreen) .fotorama__stage {
    max-height: 210px;
  }
}
/********************************************************************************************************************/
/*************************************************Cart Page**********************************************************/
/********************************************************************************************************************/
.checkout-cart-index #block-shipping {
  display: none !important;
}
.checkout-cart-index .page-wrapper .page-main {
  padding-top: 120px;
  padding-bottom: 140px;
  background-color: #ffffff;
}
.checkout-cart-index .cart-summary {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .checkout-cart-index .page-wrapper .page-main {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .checkout-cart-index .cart-container .form-cart,
  .checkout-cart-index .cart-summary {
    width: 100%;
  }
}
.checkout-cart-index #shopping-cart-table th.col.qty {
  text-align: center;
}
.checkout-cart-index .action-towishlist {
  display: none !important;
}
.checkout-cart-index #shopping-cart-table .cart.item .col.qty {
  min-width: 200px;
}
.checkout-cart-index #shopping-cart-table .cart.item .qty-changing-column {
  width: 44px;
}
.checkout-cart-index #shopping-cart-table .cart.item .minus,
.checkout-cart-index #shopping-cart-table .cart.item .plus {
  height: 44px;
  line-height: 44px;
  border: 1px solid #cecece;
}
.checkout-cart-index #shopping-cart-table .cart.item input.qty {
  margin: 0;
  min-width: 40px;
  width: 100%;
  max-width: 100px;
  text-align: center;
  padding: 0 2px;
}
.minicart-wrapper .action.showcart {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #d92818;
  height: unset;
  width: unset;
  min-height: 22px;
  min-width: 22px;
  line-height: 1;
  border-radius: 9999px;
  margin: 0 0 0 5px;
  padding: 0;
  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;
}
.minicart-wrapper .action.showcart .counter.qty .counter-number {
  padding: 4px;
}
.popup-authentication .block-authentication {
  display: block;
}
.popup-authentication .block-authentication .continue-as-guest {
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .popup-authentication .block-authentication .block-new-customer,
  .popup-authentication .block-authentication .block-customer-login {
    width: 100%;
  }
}
/********************************************************************************************************************/
/******************************************Cart Page (Media Queries)*************************************************/
/********************************************************************************************************************/
@media (max-width: 1200px) {
  .my-class {
    color: black;
  }
}
@media (max-width: 767px) {
  .opc-block-summary .items-in-cart > .title:after {
    right: 10px;
  }
}
@media (max-width: 500px) {
  .cart.table-wrapper .item-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .cart.table-wrapper .item .col.item,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal {
    display: block;
    float: none;
    width: 100%;
  }
}
/********************************************************************************************************************/
/*********************************************Checkout Page**********************************************************/
/********************************************************************************************************************/
.checkout-index-index .page-wrapper {
  margin-top: 10px !important;
}
.checkout-index-index .page-wrapper .page-main {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #ffffff;
}
.checkout-index-index .opc-progress-bar-item._active:before,
.checkout-index-index .opc-progress-bar-item._active > span:before,
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after {
  background: #d92818;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  border-color: #d92818;
}
@media (max-width: 1024px) {
  .checkout-index-index .page-main {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .checkout-index-index .checkout-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .checkout-index-index .opc-sidebar,
  .checkout-index-index .opc-wrapper,
  .checkout-index-index .opc-progress-bar,
  .checkout-index-index .authentication-wrapper,
  .checkout-index-index .opc-estimated-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .checkout-index-index .opc-sidebar {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
  }
  .checkout-index-index .opc-wrapper {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }
}
/********************************************************************************************************************/
/***********************************************CHECKOUT SUCCESS*****************************************************/
/********************************************************************************************************************/
.checkout-onepage-success a.action.primary {
  color: #ffffff;
  background: #d41200;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d41200 0%, #ed3424 100%);
  background: -webkit-linear-gradient(left, #d41200 0%, #ed3424 100%);
  background: linear-gradient(to right, #d41200 0%, #ed3424 100%);
  border: none;
}
.checkout-onepage-success a.action.primary:hover {
  color: #ffffff;
  background: #0a2c66;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0a2c66 0%, #0a2c66 100%);
  background: -webkit-linear-gradient(left, #0a2c66 0%, #0a2c66 100%);
  background: linear-gradient(to right, #0a2c66 0%, #0a2c66 100%);
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
/********************************************************************************************************************/
/*********************************************Account Pages**********************************************************/
/********************************************************************************************************************/
body.account #group-fields-customer-attributes,
body.account .field.password-info {
  display: none !important;
}
body.account.page-layout-2columns-left .columns .column.main {
  padding-left: 30px;
}
body.account.page-layout-2columns-left .columns .column.main .limiter .limiter-label {
  display: none;
}
@media (max-width: 767px) {
  body.account.page-layout-2columns-left .columns .column.main {
    padding-left: 0;
  }
}
.customer-account-login .page-wrapper .page-main,
.customer-account-create .page-wrapper .page-main,
.account.customer-account-index .page-wrapper .page-main,
.account .page-wrapper .page-main {
  padding-top: 30px;
  padding-bottom: 140px;
  background-color: #ffffff;
}
.customer-account-login .admin__legend,
.customer-account-create .admin__legend,
.account.customer-account-index .admin__legend,
.account .admin__legend {
  color: #0060e5;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 21px;
  font-size: 2.1rem;
  padding: 0 15px;
  margin-bottom: 20px;
  margin-left: 0;
  display: block;
  width: 100%;
}
.customer-account-login .admin__legend > span,
.customer-account-create .admin__legend > span,
.account.customer-account-index .admin__legend > span,
.account .admin__legend > span {
  display: block;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 2px solid #0060e5;
  position: relative;
  font-size: 0px;
  font-size: 0rem;
}
.customer-account-login .admin__legend > span:after,
.customer-account-create .admin__legend > span:after,
.account.customer-account-index .admin__legend > span:after,
.account .admin__legend > span:after {
  content: 'Additional Information';
  font-size: 21px;
  font-size: 2.1rem;
}
.customer-account-login .actions-toolbar,
.customer-account-create .actions-toolbar,
.account.customer-account-index .actions-toolbar,
.account .actions-toolbar {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
.customer-account-login .actions-toolbar .primary,
.customer-account-create .actions-toolbar .primary,
.account.customer-account-index .actions-toolbar .primary,
.account .actions-toolbar .primary {
  float: none;
}
.customer-account-login .field.choice[data-bind="scope: 'showPassword'"]:before,
.customer-account-create .field.choice[data-bind="scope: 'showPassword'"]:before,
.account.customer-account-index .field.choice[data-bind="scope: 'showPassword'"]:before,
.account .field.choice[data-bind="scope: 'showPassword'"]:before {
  display: none;
}
.customer-account-login .fieldset > .field .additional,
.customer-account-create .fieldset > .field .additional,
.account.customer-account-index .fieldset > .field .additional,
.account .fieldset > .field .additional,
.customer-account-login .fieldset > .fields > .field .additional,
.customer-account-create .fieldset > .fields > .field .additional,
.account.customer-account-index .fieldset > .fields > .field .additional,
.account .fieldset > .fields > .field .additional {
  padding-left: 0;
  padding-right: 0;
}
.customer-account-login .account-nav .content,
.customer-account-create .account-nav .content,
.account.customer-account-index .account-nav .content,
.account .account-nav .content {
  background-color: #ffffff;
}
.customer-account-login .account-nav .item.current a,
.customer-account-create .account-nav .item.current a,
.account.customer-account-index .account-nav .item.current a,
.account .account-nav .item.current a,
.customer-account-login .account-nav .item.current strong,
.customer-account-create .account-nav .item.current strong,
.account.customer-account-index .account-nav .item.current strong,
.account .account-nav .item.current strong {
  border-color: #d92818;
}
.customer-account-login a.create,
.customer-account-create a.create,
.account.customer-account-index a.create,
.account a.create {
  color: #ffffff;
  background: #d41200;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d41200 0%, #ed3424 100%);
  background: -webkit-linear-gradient(left, #d41200 0%, #ed3424 100%);
  background: linear-gradient(to right, #d41200 0%, #ed3424 100%);
  border: none;
}
.customer-account-login a.create:after,
.customer-account-create a.create:after,
.account.customer-account-index a.create:after,
.account a.create:after {
  content: '\f072';
  font-family: 'Font Awesome 5 Pro';
  margin-left: 8px;
}
.customer-account-login a.create:hover,
.customer-account-create a.create:hover,
.account.customer-account-index a.create:hover,
.account a.create:hover {
  color: #ffffff;
  background: #0a2c66;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0a2c66 0%, #0a2c66 100%);
  background: -webkit-linear-gradient(left, #0a2c66 0%, #0a2c66 100%);
  background: linear-gradient(to right, #0a2c66 0%, #0a2c66 100%);
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
@media (max-width: 1024px) {
  .customer-account-login .page-wrapper .page-main,
  .customer-account-create .page-wrapper .page-main,
  .account.customer-account-index .page-wrapper .page-main,
  .account .page-wrapper .page-main {
    padding-bottom: 60px;
  }
}
/***** Order/Invoice print styles *****/
.sales-order-print .page-title,
.sales-order-printinvoice .page-title {
  font-size: 22px;
  font-size: 2.2rem;
}
/***** Creat Account Page *****/
.customer-account-create .page-title-wrapper {
  text-align: center;
}
.customer-account-create .page-title {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  color: #0a2c66;
  margin: 15px auto 35px;
  text-align: center;
}
.customer-account-create .create-instructions {
  max-width: 650px;
  margin: 0 auto;
}
.customer-account-create .form-col {
  padding: 50px;
  background-color: #001b36;
  max-width: 750px;
  margin: 40px auto;
}
.customer-account-create .form-col h4 {
  color: #d92818;
  margin-bottom: 5px;
}
.customer-account-create .form-col h4,
.customer-account-create .form-col p {
  text-align: center;
}
.customer-account-create .form-col form.create.account {
  width: unset;
  min-width: unset;
}
@media (max-width: 767px) {
  .customer-account-create .form-col {
    padding: 20px;
  }
  .customer-account-create form.create.account {
    padding-bottom: 20px;
  }
}
/***** Login Page *****/
.customer-account-login .page-title {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  color: #0a2c66;
  margin: 15px 0 35px;
}
.customer-account-login .login-container {
  padding: 50px;
  background-color: #001b36;
  display: flex;
  flex-wrap: wrap;
}
.customer-account-login .login-container .block-title {
  color: #0a2c66;
  font-family: 'Titillium Web', sans-serif;
}
.customer-account-login .block-customer-login,
.customer-account-login .block-new-customer {
  margin-bottom: 0;
  padding: 20px;
  width: 50%;
}
.customer-account-login .block-customer-login .inner,
.customer-account-login .block-new-customer .inner {
  background-color: #ffffff;
  padding: 20px;
}
@media (max-width: 1200px) {
  .customer-account-login .block-customer-login,
  .customer-account-login .block-new-customer {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .customer-account-login .login-container {
    padding: 20px;
  }
}
@media (max-width: 900px) {
  .page-layout-blog_landing .page-wrapper .page-main .column.main {
    width: 100%;
    order: 2;
  }
  .page-layout-blog_landing .page-wrapper .page-main .sidebar {
    width: 100%;
    order: 1;
  }
}
.page-layout-blog_landing .page-wrapper,
.page-layout-blog_landing .page-wrapper .page-main {
  background-color: #f7f7f7;
}
.contentmanager-contenttype-blog_posts .page-wrapper .page-main {
  background-color: #ffffff;
}
.contentmanager-contenttype-blog_posts .page-wrapper .page-main .post-navigation {
  max-width: 1000px;
  margin: 0 auto 140px;
}
.contentmanager-contenttype-blog_posts .page-wrapper .page-main .blog-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.contentmanager-contenttype-blog_posts .page-wrapper .page-main .blog-nav span {
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.contentmanager-contenttype-blog_posts .page-wrapper .page-main .blog-nav i {
  font-size: 21px;
  font-size: 2.1rem;
}
.contentmanager-contenttype-blog_posts .page-wrapper .page-main .blog-nav i.fa-arrow-left {
  margin-right: 8px;
}
.contentmanager-contenttype-blog_posts .page-wrapper .page-main .blog-nav i.fa-arrow-right {
  margin-left: 8px;
}
.contentmanager-contenttype-blog_posts .page-wrapper .page-main .blog-nav:hover span,
.contentmanager-contenttype-blog_posts .page-wrapper .page-main .blog-nav:hover i {
  color: #0060e5;
}
.contentmanager-contenttype-blog_posts .page-wrapper .page-main .home:hover img {
  filter: hue-rotate(210deg);
}
@media (max-width: 1024px) {
  .contentmanager-contenttype-blog_posts .page-wrapper .page-main .post-navigation {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
}
.cms-the-hangar .footer-cta {
  padding-top: 210px;
}
.blog-cat-title {
  padding: 50px 0 50px 100px;
  background-color: #ffffff;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 53px;
  font-size: 5.3rem;
}
.blog-wrapper {
  padding: 20px 20px 60px;
}
.blog-wrapper .post-list {
  margin-left: -10px;
  margin-right: -10px;
}
.blog-wrapper .item {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.blog-wrapper .inner {
  background-color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-flow: column;
}
.blog-wrapper .featured-image {
  line-height: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.blog-wrapper .details {
  padding: 20px 25px 25px;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-flow: column;
}
.blog-wrapper .title {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  color: #0a2c66;
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 10px;
  line-height: 1.1;
}
.blog-wrapper span.a2a_svg.a2a_s__default.a2a_s_a2a {
  background-color: transparent !important;
  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;
}
.blog-wrapper span.a2a_svg.a2a_s__default.a2a_s_a2a:after {
  content: '\f1e0';
  font-family: 'Font Awesome 5 Pro';
  color: #d92818;
  font-weight: 600;
  font-size: 25px;
  font-size: 2.5rem;
}
.blog-wrapper span.a2a_svg.a2a_s__default.a2a_s_a2a svg {
  display: none;
}
.blog-wrapper .post-meta {
  border-bottom: 1px solid #cdcfd1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  color: #004cb5;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 12px;
}
.blog-wrapper .post-meta a {
  color: #004cb5;
}
.blog-wrapper .post-meta a:hover {
  color: #d92818;
}
.blog-wrapper .excerpt {
  margin-bottom: 10px;
  flex: 1 1 auto;
}
.blog-sidebar {
  padding-top: 20px;
  padding-right: 20px;
}
.blog-sidebar .widget {
  background-color: #001b36;
  padding: 30px;
}
.blog-sidebar .widget {
  margin-bottom: 20px !important;
}
.blog-sidebar .widget-title {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 0;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.blog-sidebar .widget-title:after {
  content: '\f107';
  font-weight: 400;
  font-family: 'Font Awesome 5 Pro';
  margin-left: 8px;
}
.blog-sidebar .widget-title.expanded:after {
  content: '\f106';
}
.blog-sidebar .widget-content {
  display: none;
  border-top: 2px solid #ffffff;
  padding-top: 20px;
  margin-top: 15px;
}
.blog-sidebar .widget-content ul {
  padding-left: 0;
  list-style: none;
}
.blog-sidebar .widget-content ul > li > a {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.blog-sidebar .widget-content ul > li > a:hover {
  color: #0060e5;
}
.blog-sidebar .widget.categories:first-of-type .widget-content {
  display: block;
}
@media (max-width: 900px) {
  .blog-sidebar {
    padding-left: 20px;
    padding-top: 0;
  }
  .blog-sidebar .widget {
    padding: 20px;
  }
  .blog-sidebar .widget.categories:first-of-type .widget-content {
    display: none;
  }
}
.blog-single {
  padding-top: 100px;
}
.blog-single .blog-body {
  max-width: 1000px;
  margin: auto;
  padding: 65px 0 100px;
}
.blog-single .img-wrap {
  line-height: 0;
  max-width: 700px;
  margin: 0 auto;
}
.blog-single .post-meta {
  border-bottom: 2px solid #cdcfd1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  color: #004cb5;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
.blog-single .post-meta a {
  color: #004cb5;
}
.blog-single .post-meta a:hover {
  color: #d92818;
}
.blog-single span.a2a_svg.a2a_s__default.a2a_s_a2a {
  background-color: transparent !important;
  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;
  margin-top: 10px;
  margin-left: 10px;
}
.blog-single span.a2a_svg.a2a_s__default.a2a_s_a2a:after {
  content: '\f1e0';
  font-family: 'Font Awesome 5 Pro';
  color: #d92818;
  font-weight: 600;
  font-size: 25px;
  font-size: 2.5rem;
}
.blog-single span.a2a_svg.a2a_s__default.a2a_s_a2a svg {
  display: none;
}
@media (max-width: 767px) {
  .blog-single .blog-body {
    padding: 40px 0;
  }
}
