/**
 * 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
 */
/* *** 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,
body .page-main .toolbar .pager,
.catalog-product-view .column.main,
.checkout-cart-index .cart-summary {
  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,
body .page-main .toolbar .pager,
.catalog-product-view .column.main,
.checkout-cart-index .cart-summary {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.flex-grow-2 {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.flex-grow-3 {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.space-between {
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.order--1 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.display-inherit {
  display: inherit;
}
.full-height {
  height: 100%;
}
/* Percentage Widths */
.one {
  width: 1%;
}
.two {
  width: 2%;
}
.three {
  width: 3%;
}
.four {
  width: 4%;
}
.five {
  width: 5%;
}
.six {
  width: 6%;
}
.seven {
  width: 7%;
}
.eight {
  width: 8%;
}
.nine {
  width: 9%;
}
.ten {
  width: 10%;
}
.eleven {
  width: 11%;
}
.twelve {
  width: 12%;
}
.thirteen {
  width: 13%;
}
.fourteen {
  width: 14%;
}
.fifteen {
  width: 15%;
}
.sixteen,
.six-column {
  width: 16.66666%;
}
.seven-column {
  width: 14.28%;
}
.twenty,
.five-column {
  width: 20%;
}
.twentyfive,
.twenty-five,
.four-column {
  width: 25%;
}
.thirty {
  width: 30%;
}
.thirtythree,
.thirty-three,
.three-column {
  width: 33.333%;
}
.fourty,
.forty {
  width: 40%;
}
.fortyfive {
  width: 45%;
}
.fifty,
.two-column {
  width: 50%;
}
.fiftyfive {
  width: 55%;
}
.sixty {
  width: 60%;
}
.sixtyfive,
.sixty-five {
  width: 65%;
}
.sixtysix,
.sixty-six {
  width: 66.666%;
}
.seventy {
  width: 70%;
}
.seventyfive,
.seventy-five {
  width: 75%;
}
.eighty {
  width: 80%;
}
.eightyfive,
.eighty-five {
  width: 85%;
}
.ninety {
  width: 90%;
}
.ninetyfive,
.ninety-five {
  width: 95%;
}
.hundred,
.one-column {
  width: 100%;
}
/* Typography Properties
 * review mixins.less to see availible methods for altering font-sizes and other properties
 */
.italic {
  font-style: italic;
}
.weight-light {
  font-weight: 300;
}
.weight-normal {
  font-weight: 400;
}
.weight-semi-bold {
  font-weight: 600;
}
.weight-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-right-angle {
  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;
}
.nowrap,
.no-wrap {
  white-space: nowrap;
}
/* 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,
body[class*="cms-noroute-"] .page-wrapper .page-main,
body.cms-page-view .page-wrapper .page-main,
.catalog-category-view .page-wrapper .page-main,
.catalogsearch-result-index .page-wrapper .page-main,
.catalog-category-view main#maincontent,
.catalogsearch-result-index main#maincontent,
.catalog-product-view .page-wrapper .page-main,
body[class*="checkout-"] .page-wrapper .page-main,
body[class*="customer-account-"] .page-wrapper .page-main,
body.account .page-wrapper .page-main {
  width: 100%;
  max-width: 1050px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
.lg-site-width {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
.med-site-width {
  width: 100%;
  max-width: 1050px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
.sm-site-width {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1100px) {
  .site-width,
  body[class*="cms-noroute-"] .page-wrapper .page-main,
  body.cms-page-view .page-wrapper .page-main,
  .catalog-category-view .page-wrapper .page-main,
  .catalogsearch-result-index .page-wrapper .page-main,
  .catalog-category-view main#maincontent,
  .catalogsearch-result-index main#maincontent,
  .catalog-product-view .page-wrapper .page-main,
  body[class*="checkout-"] .page-wrapper .page-main,
  body[class*="customer-account-"] .page-wrapper .page-main,
  body.account .page-wrapper .page-main {
    padding-left: 12px;
    padding-right: 12px;
  }
  .site-width.no-padding,
  .catalog-product-view .page-wrapper .page-main.no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1220px) {
  .lg-site-width {
    padding-left: 12px;
    padding-right: 12px;
  }
  .lg-site-width.no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1100px) {
  .med-site-width {
    padding-left: 12px;
    padding-right: 12px;
  }
  .med-site-width.no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 770px) {
  .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: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
body {
  background-color: #e7e7de;
  margin: 0;
  max-width: 2000px;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.contentmanager-contenttype-standing_orders .cat .cur-cat-details .title {
  clear: both;
}
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: 40px;
  font-size: 4rem;
  line-height: 1.2;
}
h3,
.h3,
.contentmanager-contenttype-standing_orders .cat .cur-cat-details .title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.3;
}
h4,
.h4 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.25;
}
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;
}
@media (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.2;
  }
  h2,
  .h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.3;
  }
  h3,
  .h3,
  .contentmanager-contenttype-standing_orders .cat .cur-cat-details .title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
  }
  h4,
  .h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
  h5,
  .h5 {
    font-size: 14px;
    font-size: 1.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: 26px;
    font-size: 2.6rem;
    line-height: 1.3;
  }
  h2,
  .h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.3;
  }
  h3,
  .h3,
  .contentmanager-contenttype-standing_orders .cat .cur-cat-details .title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
  h4,
  .h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  h5,
  .h5 {
    font-size: 15px;
    font-size: 1.5rem;
    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: #333333;
  padding: 0;
  padding-left: 10px;
  background-color: #ffffff;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/* Use for custom select dropdowns styles */
select::-ms-expand {
  display: none;
}
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: #7e8083;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}
:-moz-placeholder {
  color: #7e8083;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}
::-moz-placeholder {
  color: #7e8083;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}
:-ms-input-placeholder {
  color: #7e8083;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}
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: #ce6517;
  text-decoration: none;
}
a:hover,
a:active {
  color: #7e8083;
  text-decoration: none;
}
a:visited {
  color: #ce6517;
}
a:visited:hover {
  color: #7e8083;
}
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: 700;
}
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;
}
/****************************************************************************************************/
/*************************************Color Helpers**************************************************/
/****************************************************************************************************/
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.green {
  color: #58b94a;
}
.orange {
  color: #ce6517;
}
.blue {
  color: #181c6e;
}
.light-blue {
  color: #499bc7;
}
/****************************************************************************************************/
/****************************************Fonts*******************************************************/
/****************************************************************************************************/
.worksans {
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
}
.sourcesans {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
.oswald {
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
}
.arial {
  font-family: Arial, Helvetica, sans-serif;
}
/****************************************************************************************************/
/*******************************************Buttons**************************************************/
/****************************************************************************************************/
.button,
button,
input[type="submit"] {
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  background: #58b94a;
  padding: 15px 60px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-weight: 700;
  outline: none;
  border: none;
  display: inline-block;
}
.button.btn-white {
  background-color: #ffffff;
  color: #181c6e;
}
.button.btn-orange {
  background-color: #ce6517;
  color: #ffffff;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 15px 43px;
}
.button.btn-blue {
  background-color: #181c6e;
  color: #ffffff;
}
.button:focus,
button:focus,
.button:active,
button:active {
  outline: none;
}
.link-angle-right {
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
}
.link-angle-right:after {
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  margin-left: 15px;
  font-weight: 700;
  font-size: 26px;
  vertical-align: middle;
}
/****************************************************************************************************/
/******************************************Webforms**************************************************/
/****************************************************************************************************/
.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: #333333;
  background-color: transparent;
  border: 0;
}
.cart-container .form-cart .action.update:hover,
.cart-container .form-cart .action.clear:hover {
  color: #ce6517;
  background-color: transparent;
  border: 0;
}
.cart.table-wrapper .actions-toolbar > .action {
  padding: 0;
  color: #ce6517;
  background-color: transparent;
  font-weight: 400;
  border: 0;
}
.cart.table-wrapper .actions-toolbar > .action:hover {
  color: #333333;
  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: #ce6517;
  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*************************************************************/
/********************************************************************************************************************/
.header .minicart-wrapper {
  margin: 0;
  float: none;
}
.header .custom-logo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header .custom-logo img {
  max-width: 280px;
  width: 100%;
  margin: auto;
}
.header .aux-mini {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  height: 206px;
}
@media (max-width: 767px) {
  .header .aux-mini {
    height: 145px;
  }
}
.header .aux-menu-cart {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: 20px;
}
.header .aux-menu-cart .aux-menu {
  order: 1;
}
.header .aux-menu-cart .welcome-name {
  order: 4;
  width: 100%;
  text-align: right;
  color: #656565;
  font-weight: 600;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
  padding-top: 5px;
}
.header .aux-menu-cart .minicart-wrapper {
  order: 3;
}
.header .aux-menu {
  font-size: 12px;
  font-size: 1.2rem;
}
.header .aux-menu a {
  color: #333333;
  text-decoration: underline;
}
.header .aux-account a {
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
  white-space: nowrap;
  text-decoration: none;
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
}
.header .aux-account a span.fa-user {
  color: #58b94a;
  font-size: 22px;
  font-size: 2.2rem;
}
.header .aux-account a span.fa-sign-out {
  color: #58b94a;
  font-size: 22px;
  font-size: 2.2rem;
}
.header .aux-account li.logout-item {
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
}
.header .aux-account li.logout-item a:before {
  content: '';
  width: 1px;
  height: 15px;
  background-color: #003470;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.header .minicart-wrapper {
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
}
.header .minicart-wrapper:before {
  content: '';
  width: 1px;
  height: 15px;
  background-color: #003470;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: block;
}
.header .minicart-wrapper .action.showcart:before {
  color: #58b94a;
  content: '\f07a';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  font-size: 20px;
}
.header .minicart-wrapper .action.showcart .counter.qty {
  background: transparent;
  color: #333333;
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.header .minicart-wrapper .action.showcart .counter.qty .counter-number:before {
  content: '(';
}
.header .minicart-wrapper .action.showcart .counter.qty .counter-number:after {
  content: ')';
}
.header .lower-header-inner {
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.header .lower-header .custom-navigation > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding-left: 0;
  margin-bottom: 10px;
}
.header .lower-header .custom-navigation > ul > li {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.header .lower-header .custom-navigation > ul > li > a {
  padding: 14px 12px 0 12px;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}
.header .lower-header .custom-navigation > ul > li > a.menu-item-active > span {
  text-decoration: none;
}
.header .lower-header .custom-navigation > ul > li:first-of-type > a {
  padding-left: 0;
}
.header .lower-header .custom-navigation > ul > li > ul.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 220px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header .lower-header .custom-navigation > ul > li:hover > ul.submenu {
  display: block;
}
.header .lower-header .custom-navigation > ul > li > ul.submenu li {
  margin-bottom: 0;
}
.header .lower-header .custom-navigation > ul > li > ul.submenu li a {
  color: #333333;
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.header .lower-header .custom-navigation > ul > li > ul.submenu li a.menu-item-active > span {
  text-decoration: none;
}
.header .lower-header .custom-navigation > ul > li > ul.submenu li a.menu-item-active,
.header .lower-header .custom-navigation > ul > li > ul.submenu li a:hover {
  color: #ffffff;
  background-color: #181c6e;
}
.mst-searchautocomplete__index.popular ul li {
  float: none;
  padding: 5px 10px;
}
.lower-header .block-search {
  margin-bottom: 0;
  width: 235px;
  max-width: 235px;
  position: absolute;
  right: 0;
  bottom: 35px;
}
@media (max-width: 767px) {
  .lower-header .block-search {
    position: static;
  }
}
.lower-header .block-search .block-content {
  margin-bottom: 0;
}
.lower-header .block-search .control {
  padding: 0;
  margin: 0;
  padding-bottom: 25px;
}
.form.minisearch {
  position: relative;
}
.form.minisearch .action {
  height: 34px;
  z-index: 1000;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.form.minisearch .action span {
  display: none;
}
.form.minisearch input {
  padding-top: 5px;
  padding-right: 35px;
  position: static;
  margin: 0;
  height: 34px;
}
.amsearch-form-container.-opened .amsearch-wrapper-input {
  position: relative;
  right: auto;
  width: 235px;
  max-width: 235px;
}
.search-autocomplete.-bottom-position {
  top: calc(75%);
}
.lower-header .block-search .action.search:before {
  display: block;
  -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;
}
.mobile-menu-btn .bars {
  width: 25px;
  height: 25px;
  position: relative;
}
.mobile-menu-btn .bar {
  opacity: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #656565;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.mobile-menu-btn .bar:nth-child(1) {
  top: 0px;
}
.mobile-menu-btn .bar:nth-child(2) {
  top: 9px;
}
.mobile-menu-btn .bar:nth-child(3) {
  top: 18px;
}
.mobile-menu-btn.open .bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
}
.mobile-menu-btn.open .bar:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.mobile-menu-btn.open .bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 6px;
}
.mobile-arrow {
  position: absolute;
  height: 25px;
  width: 25px;
  right: 10px;
  top: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/static/frontend/Perrill/Lillenas/en_US/images/arrow.svg');
  filter: brightness(0) saturate(100%) invert(49%) sepia(56%) saturate(5970%) hue-rotate(11deg) brightness(97%) contrast(82%);
}
.mobile-header {
  position: relative;
  z-index: 500;
}
.mobile-header .custom-navigation {
  display: none;
  position: absolute;
  background-color: #ebebeb;
  z-index: 10;
  width: 300px;
  left: 0;
  top: calc(100% + 20px);
}
.mobile-header .custom-navigation ul,
.mobile-header .custom-navigation li {
  padding: 0;
  margin: 0;
}
.mobile-header .custom-navigation li {
  position: relative;
}
.mobile-header .custom-navigation a.level0 {
  border-bottom: 1px solid #c5c5c2;
  color: #333333;
  display: block;
  padding: 14px 26px 12px 12px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.mobile-header .custom-navigation > ul > li > ul.submenu {
  display: none;
}
.mobile-header .custom-navigation > ul > li > ul.submenu a {
  display: block;
  color: #333333;
  border-bottom: 1px solid #c5c5c2;
  padding: 5px 15px 5px 25px;
  line-height: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.mobile-header .custom-navigation > ul > li > ul.submenu a:hover {
  color: #ffffff;
  background-color: #181c6e;
}
.mobile-header .custom-navigation .mobile-expand-button {
  position: absolute;
  right: 0;
  top: 8px;
}
.mobile-header .custom-navigation .mobile-expand-button i {
  font-size: 28px;
  vertical-align: middle;
  cursor: pointer;
}
body.mobile-open .mobile-header .custom-navigation {
  display: block;
}
.mobile-header .block-search {
  z-index: 1;
}
.mobile-header .block-search .label {
  display: none;
}
.mobile-header .block-search .control input {
  left: 0;
  margin: 0;
  position: static;
}
.mobile-header .block-search .action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #333;
  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;
}
.mobile-header .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;
}
.mobile-header .block-search .form.minisearch {
  position: relative;
}
.mobile-header .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;
}
.mobile-header .block-search .control {
  border-top: none;
}
.promo-ribbon {
  background-color: #ce6517;
  min-height: 50px;
  text-align: center;
  color: #ffffff;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 600;
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
}
.promo-ribbon p {
  margin-bottom: 0;
}
.promo-ribbon a {
  color: #ffffff;
  text-decoration: underline;
}
/********************************************************************************************************************/
/********************************************Header (Media Queries)**************************************************/
/********************************************************************************************************************/
@media (max-width: 1024px) {
  .header .lower-header .custom-navigation > ul > li > a {
    padding: 14px 6px 0px 5px;
  }
  .header .lower-header .block-search {
    width: 160px;
  }
  .promo-ribbon {
    min-height: 30px;
    padding: 10px;
  }
}
@media (max-width: 850px) {
  .header .lower-header .custom-navigation > ul > li > a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .header .lower-header-inner .custom-navigation {
    display: none;
  }
  .header .upper-header-inner .custom-logo {
    order: 1;
    width: 45%;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .header .upper-header-inner .custom-logo img {
    width: 100%;
    max-width: 160px;
  }
  .header .upper-header-inner .aux-mini {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-top: 20px;
  }
  .header .upper-header-inner .aux-mini .aux-menu-cart {
    display: flex;
    order: 3;
    width: 30%;
    margin-top: 0;
  }
  .header .upper-header-inner .minicart-wrapper:before {
    display: none;
  }
  .header .upper-header-inner .aux-mini .aux-menu-cart .minicart-wrapper {
    display: block;
    padding-left: 0;
    margin-left: 5px;
    order: 1;
  }
  .header .upper-header-inner .aux-menu-cart .aux-menu {
    order: 2;
    text-align: right;
    padding-top: 5px;
    width: 100%;
  }
  .header .upper-header-inner .aux-menu-cart .aux-menu p {
    font-weight: 600;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
  }
  .header .upper-header-inner .aux-menu-cart .aux-menu p a {
    font-weight: 500;
  }
  .header .upper-header-inner .aux-log-block {
    order: 2;
    width: 25%;
    text-align: right;
    margin-top: 5px;
  }
  .header .upper-header-inner .aux-log-block .mbl-acc-cart {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .header .upper-header-inner .aux-account a {
    font-size: 20px;
    font-size: 2rem;
    margin-right: 10px;
  }
  .header .upper-header-inner .aux-account li.logout-item {
    padding-left: 0;
    margin-left: 0;
  }
  .header .upper-header-inner .aux-account li.logout-item a:before {
    display: none;
  }
  .promo-ribbon {
    margin-top: 30px;
  }
  .mst-searchautocomplete__autocomplete {
    min-width: 400px;
  }
}
@media (max-width: 425px) {
  .mst-searchautocomplete__autocomplete {
    min-width: 350px;
  }
}
@media (max-width: 370px) {
  .mst-searchautocomplete__autocomplete {
    min-width: 320px;
  }
}
@media (max-width: 500px) {
  .header .upper-header-inner .aux-log-block {
    width: auto;
    position: absolute;
    right: 90px;
  }
  .header .upper-header-inner .aux-account a {
    margin-right: 0px;
  }
  .header .upper-header-inner .aux-mini .aux-menu-cart {
    display: flex;
    order: 3;
    width: 55%;
    margin-top: 0;
  }
}
/********************************************************************************************************************/
/*************************************************Footer*************************************************************/
/********************************************************************************************************************/
.grecaptcha-badge {
  display: none;
}
.footer.content {
  border-top: none;
}
@media (max-width: 767px) {
  .footer.content {
    padding-top: 0;
  }
}
.footer .upper-footer .column-left {
  padding-right: 40px;
  margin-top: 40px;
}
.footer .upper-footer .social a {
  background-color: #333333;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  line-height: 24px;
  color: white;
  text-align: center;
}
.footer .upper-footer .newsletter-wrapper .form-header-wrapper {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
}
.footer .upper-footer .newsletter-wrapper .form-header {
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-size: 4rem;
  color: #000;
  border: none;
  margin: 0;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: 600;
}
.footer .upper-footer .newsletter-wrapper .input-wrapper input {
  height: 57px;
  margin-top: 5px;
}
.footer .upper-footer .newsletter-wrapper .input-wrapper .button {
  height: 57px;
  padding: 0 18px;
  margin-left: 5px;
  margin-top: 5px;
  outline: none;
  border: none;
}
.footer .upper-footer .social-phone {
  margin-top: 30px;
}
.footer .upper-footer .social-phone .social-header {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
.footer .upper-footer .social-phone a {
  color: #333333;
}
.footer .upper-footer .social-phone a span {
  margin-top: 5px;
}
.footer .upper-footer .social-phone .call-us a {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
}
.footer .upper-footer .custom-navigation > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.footer .upper-footer .custom-navigation > ul > li {
  width: 33.3333%;
  padding-right: 20px;
}
.footer .upper-footer .custom-navigation > ul > li > span {
  line-height: 40px;
  text-transform: uppercase;
  cursor: text;
  color: #181c6e;
  font-weight: 700;
}
.footer .upper-footer .custom-navigation > ul > li > ul a {
  line-height: 30px;
  color: #333333;
  font-weight: 600;
}
.footer .lower-footer .lower-footer-inner {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .footer .upper-footer .custom-navigation > ul > li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer .upper-footer .column-left {
    margin-top: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .footer .upper-footer .custom-navigation > ul {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
}
body > iframe {
  display: none;
}
.margin-separator {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .margin-separator.tbl-no-margin {
    margin-top: 0;
    margin-bottom: 0;
  }
  .margin-separator.tbl-no-margin-top {
    margin-top: 0;
  }
  .margin-separator.tbl-no-margin-bottom {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .margin-separator.sm-no-margin {
    margin-top: 0;
    margin-bottom: 0;
  }
  .margin-separator.sm-no-margin-top {
    margin-top: 0;
  }
  .margin-separator.sm-no-margin-bottom {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .margin-separator.mbl-no-margin {
    margin-top: 0;
    margin-bottom: 0;
  }
  .margin-separator.mbl-no-margin-top {
    margin-top: 0;
  }
  .margin-separator.mbl-no-margin-bottom {
    margin-bottom: 0;
  }
}
.list-right-angle {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.list-right-angle li {
  position: relative;
  padding-left: 15px;
}
.list-right-angle li:before {
  display: inline-block;
  line-height: 1;
  content: "";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  top: 2px;
}
.fs-tta .mobile-tab-title {
  padding: 15px 0;
  border-bottom: 1px solid black;
}
.fs-tta .mobile-tab-title.active .arrow-down i {
  margin-top: 6px;
}
.fs-tta .mobile-tab-title.active .arrow-down i:before {
  content: "\f0de";
}
.fs-tta .actual-title {
  font-size: 20px;
  font-size: 2rem;
  flex: 1 0 90%;
  color: #333333;
  font-weight: 600;
  padding-right: 20px;
  line-height: 28px;
}
.fs-tta .arrow-down {
  font-size: 30px;
  font-size: 3rem;
  color: #333333;
}
.fs-tta .arrow-down i {
  margin-top: -8px;
}
.fs-tta .tab-body {
  padding: 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
/********************************************************************************************************************/
/************************************************Column Widths*******************************************************/
/********************************************************************************************************************/
.page-header {
  border-bottom: none;
}
.page-wrapper .page-main {
  max-width: 100%;
  padding: 0;
  width: 100%;
  padding-top: 30px;
}
.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;
  padding-left: 15px;
}
.page-layout-2columns-left .columns .sidebar-main {
  width: 25%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  padding: 0;
  padding-right: 15px;
}
body.cms-page-view .breadcrumbs {
  max-width: 1090px;
  margin: 25px auto 40px;
}
body.cms-page-view .breadcrumbs .items {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Arial,Helvetica,sans-serif;
  color: #333333;
}
body.cms-page-view .breadcrumbs .item:last-of-type {
  color: #181c6e;
  font-weight: 700;
}
body.cms-page-view .breadcrumbs strong {
  font-weight: 700;
}
body.cms-page-view .breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
@media (max-width: 767px) {
  body.cms-page-view .breadcrumbs {
    margin-left: 0;
  }
  body.cms-page-view .breadcrumbs .items {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .page-layout-2columns-right .columns .column.main,
  .page-layout-blog-archive .columns .column.main,
  .page-layout-blog-landing .columns .column.main {
    width: 100%;
    padding: 0;
  }
  .page-layout-2columns-right .columns .sidebar-main,
  .page-layout-blog-archive .columns .sidebar-main,
  .page-layout-blog-landing .columns .sidebar-main {
    width: 100%;
    padding: 0;
  }
  .page-layout-2columns-left .columns {
    max-width: 720px;
    margin: auto;
  }
  .page-layout-2columns-left .columns .column.main {
    width: 100%;
    padding: 0;
    padding-left: 0;
  }
  .page-layout-2columns-left .columns .sidebar-main {
    width: 100%;
    padding: 0;
    padding-right: 0;
  }
  .page-layout-2columns-left .columns .sidebar-main .block.filter {
    margin-bottom: 20px;
  }
  .page-layout-2columns-left .page-main .page-title-wrapper {
    max-width: 720px;
    margin: auto;
  }
}
/********************************************************************************************************************/
/*************************************************Breadcrumbs********************************************************/
/********************************************************************************************************************/
.l-breadcrumbs {
  margin: 25px auto 40px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Arial,Helvetica,sans-serif;
  color: #333333;
}
.l-breadcrumbs .breadcrumb-current {
  color: #181c6e;
  font-weight: 700;
}
.l-breadcrumbs .separator {
  margin: 0 4px;
}
.l-breadcrumbs a {
  color: #333333;
}
.breadcrumbs .item:not(:last-child):after {
  vertical-align: middle;
}
/********************************************************************************************************************/
/*************************************************Pagination*********************************************************/
/********************************************************************************************************************/
body .page-main .toolbar {
  background: #bcbbb3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  font-family: Arial,Helvetica,sans-serif;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: capitalize;
  padding: 12px;
  margin-bottom: 20px;
}
body .page-main .toolbar:before,
body .page-main .toolbar:after {
  display: none;
}
body .page-main .toolbar .modes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  order: 3;
}
body .page-main .toolbar .toolbar-amount {
  order: 1;
  margin-bottom: 0px;
  line-height: 32px;
  padding: 0 10px;
}
body .page-main .toolbar .toolbar-amount .of-text {
  display: none;
}
body .page-main .toolbar .sorter {
  order: 2;
  padding-top: 0;
}
body .page-main .toolbar .limiter {
  display: none;
}
body .page-main .toolbar .sorter-options,
body .page-main .toolbar .limiter-options {
  height: 29px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
body .page-main .toolbar .sorter-options {
  border: 1px solid #ce6517;
  width: 176px;
}
body .page-main .toolbar .modes-mode {
  padding: 0;
  border: none;
  color: #FFF;
}
body .page-main .toolbar .modes-mode.active {
  opacity: .5;
  color: #FFF;
}
body .page-main .toolbar .modes-mode.mode-grid {
  order: 2;
}
body .page-main .toolbar .modes-mode.mode-list {
  order: 1;
}
body .page-main .toolbar .modes-mode:before {
  display: none;
}
body .page-main .toolbar .modes-mode:last-child {
  border-right: none;
  margin-right: 15px;
}
body .page-main .toolbar .modes-mode:not(.active):hover {
  color: #FFF;
  background: none;
}
body .page-main .toolbar .modes-mode .fa {
  font-size: 26px;
}
body .page-main .toolbar .modes-label,
body .page-main .toolbar .modes-mode > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body .page-main .toolbar .toolbar-amount {
  display: block;
}
body .page-main .toolbar .toolbar-amount .of-text {
  display: inline;
}
body .page-main .toolbar .pages {
  width: auto;
  float: none;
  order: 2;
  position: static;
}
body .page-main .toolbar .limiter {
  display: none;
}
body .page-main .toolbar .pages .item {
  font-size: 14px;
  font-size: 1.4rem;
}
body .page-main .toolbar .pages a.page {
  color: #181c6e;
  font-size: 14px;
  font-size: 1.4rem;
  opacity: .5;
}
body .page-main .toolbar .pages a.page:hover {
  opacity: 1;
}
body .page-main .toolbar .pages strong.page {
  color: #181c6e;
  font-size: 14px;
  font-size: 1.4rem;
}
body .page-main .toolbar .pages .action {
  border: none;
  width: auto;
  color: #181c6e;
}
body .page-main .toolbar .pages .action.previous {
  margin-right: 8px;
}
body .page-main .toolbar .pages .action.next {
  margin-left: 8px;
}
body .page-main .toolbar .pages .action.previous > span:not(.label),
body .page-main .toolbar .pages .action.next > span:not(.label) {
  clip: initial;
  height: auto;
  width: auto;
  margin: 0;
  position: static;
  color: #181c6e;
}
body .page-main .toolbar .pages .action.next > span:not(.label):after {
  content: '>';
  display: inline-block;
  margin-left: 5px;
}
body .page-main .toolbar .pages .action.previous > span:not(.label):before {
  content: '<';
  display: inline-block;
  margin-right: 5px;
}
body .page-main .toolbar .pages .action.previous:before,
body .page-main .toolbar .pages .action.next:before {
  display: none;
}
@media (max-width: 643px) {
  body .page-main .toolbar .sorter,
  body .page-main .toolbar .modes {
    display: none;
  }
}
/********************************************************************************************************************/
/*************************************************Sidebars***********************************************************/
/********************************************************************************************************************/
.l-ecp-view-title {
  margin-bottom: 30px;
  color: #181c6e;
  font-size: 28px;
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .l-ecp-view-title {
    margin-bottom: 20px;
  }
}
.l-acm-sidebar {
  padding-right: 15px;
}
.l-acm-sidebar .sidebar-link {
  border-bottom: 1px solid #c3c5ca;
  font-size: 16px;
  font-size: 1.6rem;
}
.l-acm-sidebar .sidebar-link a {
  color: #918b8e;
  display: block;
  padding: 15px 15px 15px 0;
  font-family: Arial,Helvetica,sans-serif;
}
.l-acm-sidebar .sidebar-link.active a,
.l-acm-sidebar .sidebar-link a:hover {
  color: #5c5b60;
}
@media (max-width: 767px) {
  .l-acm-sidebar {
    text-align: center;
  }
}
/********************************************************************************************************************/
/*************************************************Other**************************************************************/
/********************************************************************************************************************/
.foundry-fake-email-popup,
.lillenas-welcome-popup {
  max-width: 900px;
  margin: auto;
  position: relative;
  background-color: #FFF;
}
.foundry-fake-email-popup .inner,
.lillenas-welcome-popup .inner {
  padding: 100px 50px;
}
.foundry-fake-email-popup .title,
.lillenas-welcome-popup .title {
  color: #181c6e;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
.foundry-fake-email-popup .excerpt,
.lillenas-welcome-popup .excerpt {
  color: #333333;
}
.foundry-fake-email-popup .content,
.lillenas-welcome-popup .content {
  position: relative;
}
.foundry-fake-email-popup .content a,
.lillenas-welcome-popup .content a {
  text-decoration: underline;
}
.foundry-fake-email-popup .button,
.lillenas-welcome-popup .button {
  background-color: #ce6517;
  border: 1px solid #ce6517;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
.mfp-close-btn-in .foundry-fake-email-popup .mfp-close,
.mfp-close-btn-in .lillenas-welcome-popup .mfp-close {
  color: #333333;
}
.modal-popup.popup-authentication .block-authentication .actions-toolbar > .primary .action {
  background-color: #ce6517;
  border: 1px solid #ce6517;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
/********************************************************************************************************************/
/************************************************ACM Pages***********************************************************/
/********************************************************************************************************************/
.l-home-banner-slider {
  margin-top: 0;
}
.l-home-banner-slider .main-slider .slide .slide-inner {
  background-color: #ce6517;
  padding: 30px 100px;
}
.l-home-banner-slider .main-slider .slide .slide-inner,
.l-home-banner-slider .main-slider .slide-with-bg2 img {
  height: 430px;
}
.l-home-banner-slider .main-slider h2 {
  font-size: 60px;
  color: #181c6e;
  line-height: 1;
}
.l-home-banner-slider .main-slider .content {
  font-size: 18px;
  color: #181c6e;
  font-style: italic;
}
.l-home-banner-slider .main-slider a.button {
  color: #ffffff;
}
.l-home-banner-slider .main-slider .slick-arrow {
  height: 45px;
  width: 20px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  color: #FFF;
  font-size: 40px;
  line-height: 30px;
  cursor: pointer;
  background: none !important;
}
.l-home-banner-slider .main-slider .slick-prev,
.l-home-banner-slider .main-slider .slick-next {
  height: 45px;
  width: 20px;
  line-height: 45px;
  text-align: center;
  color: white;
}
.l-home-banner-slider .main-slider .slick-prev {
  left: 30px;
}
.l-home-banner-slider .main-slider .slick-next {
  right: 30px;
}
.l-home-banner-slider .main-slider .slick-prev:before,
.l-home-banner-slider .main-slider .slick-next:before,
.l-home-banner-slider .main-slider .slick-prev:after,
.l-home-banner-slider .main-slider .slick-next:after {
  display: none;
}
.l-home-banner-slider .aux-slider {
  background-color: #f1f1ed;
}
.l-home-banner-slider .aux-slider .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.l-home-banner-slider .aux-slider img.max-image.vert-bottom.slick-slide {
  max-height: 70px;
  width: auto !important;
  max-width: 70px;
  margin: 10px;
  opacity: .5;
}
.l-home-banner-slider .aux-slider img.max-image.vert-bottom.slick-slide.slick-current {
  opacity: 1;
}
@media (max-width: 767px) {
  .l-home-banner-slider .aux-slider img.max-image.vert-bottom.slick-slide {
    max-height: 60px;
    width: 100% !important;
    max-width: 60px;
  }
  .l-home-banner-slider .main-slider .slide .slide-inner {
    padding: 30px;
  }
  .l-home-banner-slider .main-slider h2 {
    font-size: 30px;
  }
  .l-home-banner-slider .main-slider a.button {
    padding: 10px 20px;
  }
  .l-home-banner-slider .main-slider .slick-arrow {
    font-size: 20px;
    width: 10px;
  }
  .l-home-banner-slider .main-slider .slick-prev {
    left: 10px;
  }
  .l-home-banner-slider .main-slider .slick-next {
    right: 10px;
  }
}
@media (max-width: 500px) {
  .l-home-banner-slider .main-slider .slide .slide-inner .left-col {
    padding-right: 20px;
  }
  .l-home-banner-slider .main-slider .slide .slide-inner .right-col {
    width: 120px;
  }
  .l-home-banner-slider .main-slider .slide .slide-inner,
  .l-home-banner-slider .main-slider .slide-with-bg2 img {
    height: 340px;
  }
}
.l-home-tcit .inner {
  background-color: #499bc7;
}
@media (max-width: 767px) {
  .l-home-tcit .inner {
    padding: 0 20px 30px;
  }
}
.l-home-product-pulls .top-section {
  padding-bottom: 15px;
}
.l-home-product-pulls .top-section h2 {
  margin-right: 20px;
}
.l-home-product-pulls .top-section .link-angle-right {
  margin: 20px 0;
}
.l-home-product-pulls .inner {
  margin-left: -15px;
  margin-right: -15px;
}
.l-home-product-pulls .slide {
  padding: 0 15px;
}
.l-home-product-pulls .content-type-emphasis {
  font-size: 16px;
  font-size: 1.6rem;
}
.l-home-product-pulls .content-created-by {
  font-size: 13px;
  font-size: 1.3rem;
}
.l-home-product-pulls .ribbon {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 10px;
  font-size: 1rem;
  line-height: 7px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding: 3px 0;
  width: 300px;
  height: 12px;
  position: absolute;
  top: auto;
  left: auto;
  z-index: 1;
  -webkit-box-shadow: #ebebeb 0 0 3px 0;
  box-shadow: #ebebeb 0 0 3px 0;
}
.l-home-product-pulls .ribbons .ribbon:nth-of-type(1) {
  right: -119px;
  bottom: 25px;
}
.l-home-product-pulls .ribbons .ribbon:nth-of-type(2) {
  right: -107px;
  bottom: 34px;
}
@media (max-width: 767px) {
  .l-home-product-pulls .content {
    margin-bottom: 20px;
  }
  .l-home-product-pulls .inner {
    margin-left: -8px;
    margin-right: -8px;
  }
  .l-home-product-pulls .slide {
    padding: 0 7px;
  }
  .l-home-product-pulls.l-home-category-pulls .image {
    margin-bottom: 14px;
  }
}
.l-ecp-view .body {
  line-height: 24px;
  padding-left: 30px;
  padding-top: 17px;
}
.l-ecp-view table.horizontal-lines-only,
.l-ecp-view table.horizontal-lines-only tr,
.l-ecp-view table.horizontal-lines-only th,
.l-ecp-view table.horizontal-lines-only td {
  border: none;
}
.l-ecp-view table.horizontal-lines-only th {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
}
.l-ecp-view table.horizontal-lines-only th,
.l-ecp-view table.horizontal-lines-only td {
  border-bottom: 1px solid #c5c5c2;
}
@media (max-width: 767px) {
  .l-ecp-view .body {
    padding-left: 0;
    padding-top: 20px;
  }
}
.contact-page .contact-page-inner {
  min-width: 390px;
}
.contact-page .contact-page-title {
  background-color: #ce6517;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 100%;
  padding: 20px;
  margin: 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.contact-page .contact-page-body {
  padding: 20px;
}
.contact-page .contact-page-body h3 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 250%;
  font-weight: bold;
}
.contact-page .contact-page-body a {
  color: #333333;
}
.contact-page .footer {
  background: #bcbbb3 !important;
  padding: 15px 20px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  margin-left: -20px;
  margin-right: -20px;
}
.contact-page .footer p {
  color: #333;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 120%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .contact-page .contact-page-inner {
    min-width: 0;
  }
}
.l-choral-club-two-image-section .left-col,
.l-choral-club-two-image-section .right-col {
  padding-left: 15px;
  padding-right: 15px;
}
.l-choral-club-two-image-section .left-col-inner {
  background-color: #bcbbb3;
  padding: 30px;
  max-height: 350px;
}
@media (max-width: 1100px) {
  .l-choral-club-two-image-section .left-col,
  .l-choral-club-two-image-section .right-col {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .l-choral-club-two-image-section .left-col,
  .l-choral-club-two-image-section .right-col {
    padding-left: 0;
    padding-right: 0;
  }
  .l-choral-club-two-image-section .left-col {
    margin-bottom: 30px;
  }
}
.l-choral-club-blue-text .inner {
  background: #003470;
  padding: 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
  font-size: 3.5rem;
  margin-top: 0;
  font-weight: 700;
}
.l-choral-club-acc .acc-title {
  background: #181c6e;
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  line-height: 100%;
  cursor: pointer;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
}
.l-choral-club-acc .acc-title:after {
  content: '\f067';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  top: 15px;
  right: 15px;
}
.l-choral-club-acc .acc-title.open:after {
  content: '\f068';
}
.l-choral-club-acc .acc-body {
  padding: 0 15px;
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
.l-choral-club-acc .acc-body h2,
.l-choral-club-acc .acc-body h3,
.l-choral-club-acc .acc-body h4,
.l-choral-club-acc .acc-body h5 {
  margin: 0 0 15px 0;
}
.l-choral-club-acc .acc-body.wysiwyg p {
  font-size: 16px;
  font-size: 1.6rem;
}
.l-choral-club-acc .acc-body.wysiwyg ul > li,
.l-choral-club-acc .acc-body.wysiwyg ol > li {
  margin-bottom: 0;
}
.l-choral-club-prod .cc-product {
  background: #bcbbb3;
}
.l-choral-club-prod .cc-product-inner {
  padding: 60px;
}
.l-choral-club-prod .image,
.l-choral-club-prod .content,
.l-choral-club-prod .actions {
  padding-left: 15px;
  padding-right: 15px;
}
.l-choral-club-prod h2 {
  font-size: 30px;
  font-size: 3rem;
  color: #333333;
  text-transform: uppercase;
  line-height: 120%;
  font-weight: 700;
}
.l-choral-club-prod .content-content,
.l-choral-club-prod .content-content p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 120%;
  margin-bottom: 0;
}
.l-choral-club-prod .content-content ul,
.l-choral-club-prod .content-content ul > li {
  margin-bottom: 0;
}
.l-choral-club-prod .price {
  font-size: 30px;
  font-size: 3rem;
  line-height: 160%;
}
@media (max-width: 1024px) {
  .l-choral-club-prod .cc-product-inner {
    padding: 30px;
  }
}
@media (max-width: 850px) {
  .l-choral-club-prod .content {
    width: 40%;
  }
  .l-choral-club-prod .actions {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .l-choral-club-prod .cc-product-inner {
    padding: 15px;
  }
  .l-choral-club-prod .image,
  .l-choral-club-prod .content,
  .l-choral-club-prod .actions {
    width: 100%;
  }
  .l-choral-club-prod .image {
    padding-bottom: 10px;
  }
  .l-choral-club-prod .price {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .l-choral-club-prod .button {
    width: 100%;
  }
}
/********************************************************************************************************************/
/*********************************************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;
}
@media (max-width: 1024px) {
  .catalogsearch-result-index .page-main .page-title-wrapper {
    max-width: 720px;
    margin: auto;
  }
}
.catalog-category-view .breadcrumbs,
.catalogsearch-result-index .breadcrumbs {
  max-width: 1090px;
  margin: 10px auto 10px;
}
.catalog-category-view .breadcrumbs .items,
.catalogsearch-result-index .breadcrumbs .items {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Arial,Helvetica,sans-serif;
  color: #333333;
}
.catalog-category-view .breadcrumbs .item:last-of-type,
.catalogsearch-result-index .breadcrumbs .item:last-of-type {
  color: #181c6e;
  font-weight: 700;
}
.catalog-category-view .breadcrumbs strong,
.catalogsearch-result-index .breadcrumbs strong {
  font-weight: 700;
}
.catalog-category-view .breadcrumbs a,
.catalogsearch-result-index .breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .catalog-category-view .breadcrumbs,
  .catalogsearch-result-index .breadcrumbs {
    max-width: 760px;
  }
}
@media (max-width: 767px) {
  .catalog-category-view .breadcrumbs,
  .catalogsearch-result-index .breadcrumbs {
    margin-left: 0;
  }
  .catalog-category-view .breadcrumbs .items,
  .catalogsearch-result-index .breadcrumbs .items {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
body .page-main .toolbar-bottom .toolbar {
  padding: 0;
}
.catalog-category-view .catalog-topnav.amasty-catalog-topnav,
.catalogsearch-result-index .catalog-topnav.amasty-catalog-topnav {
  display: none;
}
.catalog-category-view .custom-products-grid > .item,
.catalogsearch-result-index .custom-products-grid > .item {
  padding: 0 10px 10px 10px;
  margin-bottom: 20px;
}
.catalog-category-view .product-item-photo,
.catalogsearch-result-index .product-item-photo {
  height: auto;
  line-height: 0;
}
.catalog-category-view .product-image-photo,
.catalogsearch-result-index .product-image-photo {
  width: 100%;
  position: static;
  height: auto;
}
.catalog-category-view .product-image-wrapper,
.catalogsearch-result-index .product-image-wrapper {
  padding-bottom: 0 !important;
  overflow: visible;
  height: auto;
}
.catalog-category-view .product-name,
.catalogsearch-result-index .product-name {
  display: block;
  margin: 10px 0 3px;
}
.catalog-category-view .product-details div,
.catalogsearch-result-index .product-details div {
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 5px;
  line-height: 1.2;
}
.catalog-category-view .product-name a,
.catalogsearch-result-index .product-name a {
  color: #181c6e;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 120%;
}
.catalog-category-view .product-name a i,
.catalogsearch-result-index .product-name a i {
  font-style: italic;
}
.catalog-category-view .ribbon,
.catalogsearch-result-index .ribbon {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 10px;
  font-size: 1rem;
  line-height: 7px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding: 3px 0;
  width: 300px;
  height: 12px;
  position: absolute;
  top: auto;
  left: auto;
  z-index: 1;
  -webkit-box-shadow: #ebebeb 0 0 3px 0;
  box-shadow: #ebebeb 0 0 3px 0;
}
.catalog-category-view .ribbons .ribbon:nth-of-type(1),
.catalogsearch-result-index .ribbons .ribbon:nth-of-type(1) {
  right: -119px;
  bottom: 25px;
}
.catalog-category-view .ribbons .ribbon:nth-of-type(2),
.catalogsearch-result-index .ribbons .ribbon:nth-of-type(2) {
  right: -107px;
  bottom: 34px;
}
@media (max-width: 767px) {
  .catalog-category-view .custom-products-grid .product-item,
  .catalogsearch-result-index .custom-products-grid .product-item {
    width: 33.33%;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .catalog-category-view .product-item-info,
  .catalogsearch-result-index .product-item-info {
    margin-left: auto;
    margin-right: auto;
  }
  .catalog-category-view .custom-products-grid .product-item,
  .catalogsearch-result-index .custom-products-grid .product-item {
    width: 100%;
  }
  .catalog-category-view .product-image-photo,
  .catalogsearch-result-index .product-image-photo {
    height: auto;
  }
}
.catalog-category-view .sidebar .page-title-wrapper,
.catalogsearch-result-index .sidebar .page-title-wrapper {
  height: 60px;
  background-color: #ce6517;
  padding: 15px;
}
.catalog-category-view .sidebar #page-title-heading,
.catalogsearch-result-index .sidebar #page-title-heading {
  color: #fff;
  font-family: Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
}
.catalog-category-view .sidebar .block.filter .filter-title,
.catalogsearch-result-index .sidebar .block.filter .filter-title {
  display: none;
}
.catalog-category-view .sidebar .block-subtitle,
.catalogsearch-result-index .sidebar .block-subtitle {
  display: none;
}
.catalog-category-view .sidebar .filter-options-container,
.catalogsearch-result-index .sidebar .filter-options-container {
  border-bottom: 1px solid #c5c5c2;
}
.catalog-category-view .sidebar .filter-options .filter-options-container .filter-options-title,
.catalogsearch-result-index .sidebar .filter-options .filter-options-container .filter-options-title {
  color: #181c6e;
  text-transform: uppercase;
  margin-top: 18px;
  padding-bottom: 7px;
  position: relative;
  cursor: pointer;
}
.catalog-category-view .sidebar .filter-options .filter-options-container .filter-options-title:after,
.catalogsearch-result-index .sidebar .filter-options .filter-options-container .filter-options-title:after {
  content: '\f067';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  right: 0;
  top: 1px;
}
.catalog-category-view .sidebar .filter-options .filter-options-container.open .filter-options-title:after,
.catalogsearch-result-index .sidebar .filter-options .filter-options-container.open .filter-options-title:after {
  content: '\f068';
}
.catalog-category-view .sidebar .filter-options .count,
.catalogsearch-result-index .sidebar .filter-options .count {
  color: #333333;
}
.catalog-category-view .sidebar .filter-options .filter-options-content,
.catalogsearch-result-index .sidebar .filter-options .filter-options-content {
  margin: 22px 0 5px;
  display: none;
}
.catalog-category-view .sidebar .filter-options-content .items a,
.catalogsearch-result-index .sidebar .filter-options-content .items a {
  color: #333333;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Arial,Helvetica,sans-serif;
  padding-left: 25px;
  font-weight: 400;
  display: inline-block;
}
.catalog-category-view .sidebar .filter-options .filter-options-content .item,
.catalogsearch-result-index .sidebar .filter-options .filter-options-content .item {
  margin-bottom: 3px;
  padding-bottom: 6px;
  position: relative;
}
.catalog-category-view .sidebar .filter-options .filter-options-content .item input[type="checkbox"],
.catalogsearch-result-index .sidebar .filter-options .filter-options-content .item input[type="checkbox"] {
  position: absolute;
  display: none;
}
.catalog-category-view .sidebar .filter-options-content .items.-am-singleselect .item > input[type='radio'],
.catalogsearch-result-index .sidebar .filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.catalog-category-view .sidebar .filter-options-content .items a:before,
.catalogsearch-result-index .sidebar .filter-options-content .items a:before {
  display: none;
}
.catalog-category-view .sidebar .filter-options-content .items a:after,
.catalogsearch-result-index .sidebar .filter-options-content .items a:after {
  content: "\f00c";
  font-family: 'Font Awesome 6 Pro';
  color: #ce6517 !important;
  position: absolute;
  left: 2px;
  top: 1px;
  font-weight: 700;
  font-size: 13px;
  display: none;
}
.catalog-category-view .sidebar .filter-options-content .items a.am_shopby_link_selected:after,
.catalogsearch-result-index .sidebar .filter-options-content .items a.am_shopby_link_selected:after {
  display: block;
}
.catalogsearch-result-index .page-main > .page-title-wrapper .page-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
}
.catalogsearch-result-index .sidebar .block.filter .filter-title {
  height: 60px;
  background-color: #ce6517;
  padding: 15px;
  display: block;
}
.catalogsearch-result-index .sidebar .block.filter .filter-title strong {
  display: block;
  color: #fff;
  font-family: Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
}
.catalog-category-view .products.wrapper.list.products-list .product-item,
.catalogsearch-result-index .products.wrapper.list.products-list .product-item {
  border-bottom: 1px solid #c5c5c2;
  padding-bottom: 25px;
  margin-top: 15px;
}
.catalog-category-view .products.wrapper.list.products-list .product-image-container,
.catalogsearch-result-index .products.wrapper.list.products-list .product-image-container {
  max-width: 150px;
}
.catalog-category-view .products.wrapper.list.products-list .product-image-wrapper .product-image-photo,
.catalogsearch-result-index .products.wrapper.list.products-list .product-image-wrapper .product-image-photo {
  max-height: 200px;
}
.catalog-category-view .products.wrapper.list.products-list .product.name a,
.catalogsearch-result-index .products.wrapper.list.products-list .product.name a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
}
.catalog-category-view .products.wrapper.list.products-list .product-name,
.catalogsearch-result-index .products.wrapper.list.products-list .product-name {
  margin: 3px 0 5px;
}
.catalog-category-view .products.wrapper.list.products-list .product-details > div,
.catalogsearch-result-index .products.wrapper.list.products-list .product-details > div {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19px;
  margin-bottom: 15px;
}
.catalog-category-view .products.wrapper.list.products-list .product-details div.product-item-description,
.catalogsearch-result-index .products.wrapper.list.products-list .product-details div.product-item-description {
  margin-top: 0;
  position: relative;
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  overflow: hidden;
}
.catalog-category-view .products.wrapper.list.products-list .product-details div.product-item-description ul,
.catalogsearch-result-index .products.wrapper.list.products-list .product-details div.product-item-description ul,
.catalog-category-view .products.wrapper.list.products-list .product-details div.product-item-description ol,
.catalogsearch-result-index .products.wrapper.list.products-list .product-details div.product-item-description ol,
.catalog-category-view .products.wrapper.list.products-list .product-details div.product-item-description ul li,
.catalogsearch-result-index .products.wrapper.list.products-list .product-details div.product-item-description ul li,
.catalog-category-view .products.wrapper.list.products-list .product-details div.product-item-description ol li,
.catalogsearch-result-index .products.wrapper.list.products-list .product-details div.product-item-description ol li {
  margin-bottom: 0;
  padding-bottom: 0;
}
.catalog-category-view .products.wrapper.list.products-list .product-details div.product-item-description .product-item-description-inner,
.catalogsearch-result-index .products.wrapper.list.products-list .product-details div.product-item-description .product-item-description-inner {
  font-size: 14px;
  font-size: 1.4rem;
}
.catalog-category-view .products.wrapper.list.products-list .product-details div.product-item-description:not(.open).has-see-more .product-item-description-inner,
.catalogsearch-result-index .products.wrapper.list.products-list .product-details div.product-item-description:not(.open).has-see-more .product-item-description-inner {
  max-height: 95px !important;
}
.catalog-category-view .products.wrapper.list.products-list .product-details div.product-item-description:not(.open).has-see-more .product-item-description-inner:before,
.catalogsearch-result-index .products.wrapper.list.products-list .product-details div.product-item-description:not(.open).has-see-more .product-item-description-inner:before {
  content: '';
  background-color: #e7e7de;
  height: 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.catalog-category-view .products.wrapper.list.products-list .product-details div.product-item-description.open .product-item-description-inner,
.catalogsearch-result-index .products.wrapper.list.products-list .product-details div.product-item-description.open .product-item-description-inner {
  padding-bottom: 40px;
}
.catalog-category-view .products.wrapper.list.products-list .product-details div.see-btn,
.catalogsearch-result-index .products.wrapper.list.products-list .product-details div.see-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #181c6e;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
}
@media (max-width: 643px) {
  .catalog-category-view .products.wrapper.list.products-list .product-item,
  .catalogsearch-result-index .products.wrapper.list.products-list .product-item {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 0;
  }
  .catalog-category-view .products.wrapper.list.products-list .product-item-info,
  .catalogsearch-result-index .products.wrapper.list.products-list .product-item-info {
    display: block;
    width: 100%;
  }
  .catalog-category-view .products.wrapper.list.products-list .product-details,
  .catalogsearch-result-index .products.wrapper.list.products-list .product-details {
    display: block;
    padding: 30px 0 50px;
  }
  .catalog-category-view .products.wrapper.list.products-list .product-item-photo,
  .catalogsearch-result-index .products.wrapper.list.products-list .product-item-photo {
    width: 100%;
    display: block;
    text-align: center;
  }
}
/********************************************************************************************************************/
/**************************************Category Page (Media Queries)*************************************************/
/********************************************************************************************************************/
/********************************************************************************************************************/
/*********************************************Product Page***********************************************************/
/********************************************************************************************************************/
.catalog-product-view .column.main .product.media {
  order: 0;
  width: 25%;
  padding-right: 15px;
}
.catalog-product-view .column.main .product-info-main {
  order: 1;
  width: 75%;
  padding-left: 15px;
}
.catalog-product-view .column.main .product-instrumentation {
  order: 2;
  width: 100%;
}
.catalog-product-view .column.main .product-videos {
  order: 3;
  width: 100%;
}
.catalog-product-view .column.main .product-clipart {
  order: 4;
  width: 100%;
}
.catalog-product-view .column.main .block.related {
  order: 5;
  width: 100%;
}
@media (max-width: 767px) {
  .catalog-product-view .column.main .product.media {
    width: 100%;
    padding-right: 0;
  }
  .catalog-product-view .column.main .product-info-main {
    width: 100%;
    padding-left: 0;
  }
}
.catalog-product-view .breadcrumbs {
  max-width: 1090px;
  margin: 25px auto 40px;
}
.catalog-product-view .breadcrumbs .items {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Arial,Helvetica,sans-serif;
  color: #333333;
}
.catalog-product-view .breadcrumbs .item:last-of-type {
  color: #181c6e;
  font-weight: 700;
}
.catalog-product-view .breadcrumbs strong {
  font-weight: 700;
}
.catalog-product-view .breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
@media (max-width: 767px) {
  .catalog-product-view .breadcrumbs {
    margin-left: 0;
  }
  .catalog-product-view .breadcrumbs .items {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.catalog-product-view .product.media .fotorama__wrap--css3 .fotorama__stage {
  height: auto !important;
}
.catalog-product-view .product.media .fotorama__stage__frame.fotorama__active {
  position: static;
}
.catalog-product-view .product.media .fotorama__stage__frame .fotorama__img {
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .catalog-product-view .product.media .fotorama__stage__frame .fotorama__img {
    width: auto;
    max-height: 600px;
  }
  .catalog-product-view .product.media .fotorama-item:not(.fotorama--fullscreen) .fotorama__stage {
    max-height: 100%;
  }
}
.catalog-product-view .product-info-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog-product-view .product-info-main .product-info-main-right {
  padding-bottom: 40px;
}
.catalog-product-view .product-info-main .page-title-wrapper .page-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 135%;
}
.catalog-product-view .product-info-main .content-subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 133%;
}
.catalog-product-view .product-info-main .content-created-by {
  margin-bottom: 20px;
}
.catalog-product-view .product-info-main .content-created-by,
.catalog-product-view .product-info-main .content-voicing,
.catalog-product-view .product-info-main .content-promotional-package,
.catalog-product-view .product-info-main .content-difficulty,
.catalog-product-view .product-info-main .content-duration,
.catalog-product-view .product-info-main .content-release-date {
  font-size: 16px;
  font-size: 1.6rem;
}
.catalog-product-view .product-info-main .content-additionals > div > div {
  padding-right: 5px;
}
.catalog-product-view .product-info-main .product-item-description {
  margin-top: 28px;
  position: relative;
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  overflow: hidden;
}
.catalog-product-view .product-info-main .product-item-description ul,
.catalog-product-view .product-info-main .product-item-description ol,
.catalog-product-view .product-info-main .product-item-description ul li,
.catalog-product-view .product-info-main .product-item-description ol li {
  margin-bottom: 0;
  padding-bottom: 0;
}
.catalog-product-view .product-info-main .product-item-description i {
  font-style: italic;
  display: inline;
}
.catalog-product-view .product-info-main .product-item-description blockquote {
  font-style: none;
  margin: 0;
}
.catalog-product-view .product-info-main .product-item-description .product-item-description-inner {
  font-size: 14px;
  font-size: 1.4rem;
}
.catalog-product-view .product-info-main .product-item-description:not(.open).has-see-more .product-item-description-inner {
  max-height: 95px !important;
}
.catalog-product-view .product-info-main .product-item-description:not(.open).has-see-more .product-item-description-inner:before {
  content: '';
  background-color: #e7e7de;
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.catalog-product-view .product-info-main .product-item-description.open .product-item-description-inner {
  padding-bottom: 40px;
}
.catalog-product-view .product-info-main .product-item-description .see-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #181c6e;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
}
.catalog-product-view .product-info-main .product-info-price {
  width: 100%;
  padding-bottom: 50px;
}
.catalog-product-view .product-info-main .box-tocart .input-text.qty {
  width: 37px;
  height: 37px;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-main .product-item-description:not(.open).has-see-more .product-item-description-inner {
    max-height: 90px !important;
    height: 90px;
  }
}
@media (max-width: 639px) {
  .catalog-product-view .product-info-main .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before {
    width: 100px;
  }
}
.catalog-product-view .table-wrapper-header {
  padding: 20px;
  background-color: #181c6e;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 120%;
  text-transform: uppercase;
}
.catalog-product-view .table-wrapper.grouped thead tr {
  background-color: #bcbbb3;
}
.catalog-product-view .table-wrapper.grouped thead th {
  line-height: unset;
  text-align: left;
  padding: 15px;
  width: auto;
}
.catalog-product-view .table-wrapper.grouped td.qty input {
  text-align: center;
  width: 35px;
  height: 22px;
  margin: 0;
  text-indent: 0;
  padding: 0;
}
.catalog-product-view .table-wrapper.grouped tbody tr {
  border-bottom: 1px solid #c5c5c2;
}
.catalog-product-view .table-wrapper.grouped td {
  word-break: keep-all;
  line-height: unset;
  text-align: left;
  padding: 3px 15px 3px;
  width: auto;
  vertical-align: middle;
}
.catalog-product-view .table-wrapper.grouped .item-format i {
  color: #181c6e;
}
.catalog-product-view .table-wrapper.grouped .price-box {
  margin-top: 0;
}
.catalog-product-view .table-wrapper.grouped .price-box .price-wrapper .price {
  font-weight: 400;
}
.catalog-product-view .product-info-main .box-tocart {
  margin: 0 0 0 auto;
}
.catalog-product-view .product-info-main .box-tocart .actions {
  padding-top: 0;
}
.catalog-product-view .product-info-main .box-tocart .action.tocart {
  background: #58b94a;
  border: none;
  padding: 10px 15px;
  margin-top: 0;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 120%;
  text-transform: none;
}
.catalog-product-view .product-info-main .box-tocart .action.tocart:before {
  content: '\f07a';
  font-family: 'Font Awesome 6 Pro';
  margin-right: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 639px) {
  .catalog-product-view .product-info-main .product-add-form {
    width: 100%;
  }
  .catalog-product-view .table-wrapper.grouped .control.qty,
  .catalog-product-view .table-wrapper.grouped .price-box {
    display: inline-block;
  }
  .catalog-product-view .product-info-main .box-tocart .actions {
    text-align: right;
  }
  .catalog-product-view .product-info-main .box-tocart .action.tocart {
    width: auto;
  }
}
.catalog-product-view .product-instrumentation,
.catalog-product-view .product-videos,
.catalog-product-view .product-clipart {
  padding-bottom: 30px;
}
.catalog-product-view .product-instrumentation h2.title,
.catalog-product-view .product-videos h2.title,
.catalog-product-view .product-clipart h2.title {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 120%;
  padding: 15px;
  text-transform: uppercase;
  border-bottom: none;
  background: #bcbbb3;
  color: #181c6e;
  margin: 0 0 20px;
}
.catalog-product-view .product-instrumentation .content {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 120%;
  padding: 0 20px;
  margin-bottom: 20px;
}
.catalog-product-view .product-videos .video-container {
  padding: 0 20px;
  margin-bottom: 15px;
  min-height: 210px;
}
.catalog-product-view .product-videos .video-box iframe {
  vertical-align: bottom;
}
.catalog-product-view .product-videos .video-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 120%;
  margin-top: 15px;
}
.catalog-product-view .product-clipart .sample {
  padding: 15px;
}
.catalog-product-view .product-clipart .sample-image {
  height: auto;
  margin-bottom: 20px;
}
.catalog-product-view .product-clipart .sample-name {
  font-size: 16px;
  font-size: 1.6rem;
  word-break: break-all;
  color: #333333;
  font-weight: 700;
  text-decoration: underline;
}
.catalog-product-view .product-sample-audio .product-sample-audio-container {
  margin: 10px 0 0 0;
  padding: 15px;
  background: #FFF;
  max-height: 500px;
  overflow-y: auto;
}
.catalog-product-view .product-sample-audio .product-sample-audio-container .sample-name {
  color: #333333;
  font-weight: 700;
  position: relative;
  padding-left: 35px;
  display: block;
  line-height: 170%;
  cursor: pointer;
}
.catalog-product-view .product-sample-audio .product-sample-audio-container .sample-name i {
  color: #181c6e;
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 24px;
}
.catalog-product-view .product-sample-audio .product-sample-audio-player {
  padding: 0 15px 15px;
  background-color: #FFF;
}
.catalog-product-view .product-sample-audio .detailSocialMedia {
  margin: 45px 0 0 0;
}
.catalog-product-view .product-sample-audio .detailSocialMedia a {
  color: #fff;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  float: left;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}
.catalog-product-view .product-sample-audio .detailSocialMedia .fa-pinterest-p {
  background-color: #cb1f27;
}
.catalog-product-view .product-sample-audio .detailSocialMedia .fa-facebook-f {
  background-color: #3b5997;
}
.catalog-product-view .product-sample-audio .detailSocialMedia .fa-x-twitter {
  background-color: #55abed;
}
@media (max-width: 767px) {
  .catalog-product-view .product-sample-audio .detailSocialMedia {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    margin: 30px 0;
  }
}
.catalog-product-view .block.related .products-grid .product-item {
  padding: 0 20px;
  width: 16.66%;
  margin: 0;
}
.catalog-product-view .block.related .products {
  margin: 0;
}
.catalog-product-view .block.related .block-title {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 120%;
  padding: 15px;
  text-transform: uppercase;
  border-bottom: none;
  background: #bcbbb3;
  color: #181c6e;
  margin: 0 0 20px;
}
.catalog-product-view .block.related .block-title strong {
  font-size: 20px;
  font-size: 2rem;
}
.catalog-product-view .block.related .product-image-photo {
  position: static;
  width: 100%;
  height: auto;
}
.catalog-product-view .block.related .product-image-wrapper {
  overflow: visible;
  padding: 0 !important;
  height: auto;
}
.catalog-product-view .block.related .product-item-info {
  text-align: center;
  width: auto;
}
.catalog-product-view .block.related .product.name a,
.catalog-product-view .block.related .product-item-name > a {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #181c6e;
  line-height: 120%;
  font-weight: 700;
  text-decoration: none;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
@media (max-width: 1024px) {
  .catalog-product-view .block.related .products-grid .product-item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .block.related .products-grid .product-item {
    width: 50%;
  }
}
/********************************************************************************************************************/
/**************************************Product Page (Media Queries)**************************************************/
/********************************************************************************************************************/
@media (max-width: 767px) {
  .fotorama-item:not(.fotorama--fullscreen) .fotorama__stage {
    max-height: 210px;
  }
}
/********************************************************************************************************************/
/*************************************************Cart Page**********************************************************/
/********************************************************************************************************************/
.checkout-cart-index .cart-summary > .checkout.methods {
  width: 100%;
  order: 0;
}
.checkout-cart-index .cart-summary > .summary {
  width: 100%;
  order: 1;
}
.checkout-cart-index .cart-summary > .block.shipping {
  width: 100%;
  order: 2;
}
.checkout-cart-index .cart-summary > .cart-totals {
  width: 100%;
  order: 3;
}
.checkout-cart-index .cart-summary > .block.discount {
  width: 100%;
  order: 4;
}
.checkout-cart-index .cart-summary > .cart-promo {
  width: 100%;
  order: 5;
}
body[class*="checkout-"] .page-title-wrapper,
body[class*="checkout-"] .page-title-wrapper h1 {
  color: #181c6e;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
}
body.checkout-cart-index .cart-summary .cart-totals,
body.checkout-cart-index .cart.item td.col.price span.price,
body.checkout-cart-index .cart.item td.col.subtotal span.price,
body.checkout-cart-index .cart-summary .action.primary.checkout {
  display: none;
}
body.checkout-cart-index .cart-summary .loading-mask,
body.checkout-cart-index .cart-summary .loading-mask .loader {
  opacity: 1 !important;
  background: #ffffff !important;
}
body.checkout-cart-index .cart.table-wrapper .product-item-photo {
  width: 20%;
  float: left;
  position: static;
  padding: 0;
}
body.checkout-cart-index .cart.table-wrapper .product-item-details {
  float: left;
  padding-left: 10px;
  width: 80%;
}
body.checkout-cart-index .cart.table-wrapper .item .col.item {
  padding: 10px;
  overflow: hidden;
}
body.checkout-cart-index .cart-summary .action.primary {
  background-color: #181c6e;
  border: 1px solid #181c6e;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
body.checkout-cart-index .cart-container .cart-summary > .title {
  font-weight: 700;
  font-size: 16px;
  padding-left: 4px;
}
body.checkout-cart-index .column.main .cart-summary .block > .title strong,
body.checkout-cart-index .column.main .paypal-review-discount .block > .title strong {
  font-weight: 700;
  font-size: 16px;
}
body.checkout-cart-index .cart-container .table-wrapper {
  background-color: #FFF;
  padding: 0 10px;
}
body.checkout-cart-index .cart-container .cart.table-wrapper .items > .item:last-of-type {
  border-bottom: none;
}
body.checkout-cart-index .cart-container .cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
  height: 24px;
  width: 30px;
  text-align: center;
  padding: 0;
}
body.checkout-cart-index .cart-container .price-including-tax .price,
body.checkout-cart-index .price-excluding-tax .price {
  font-weight: 400;
  font-size: 14px;
}
body.checkout-cart-index .cart-container .product-item-name > a,
body.checkout-cart-index .product.name a > a {
  font-size: 16px;
}
/********************************************************************************************************************/
/******************************************Cart Page (Media Queries)*************************************************/
/********************************************************************************************************************/
/********************************************************************************************************************/
/*********************************************Checkout Page**********************************************************/
/********************************************************************************************************************/
body.cart-contains-only-subscription-items .table-checkout-shipping-method tr.row-error {
  display: none;
}
body.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 100%;
}
body.checkout-index-index .table-checkout-shipping-method .message.error {
  color: black;
  background-color: white;
  font-weight: bold;
}
body.checkout-index-index .action-show-popup {
  display: block;
}
body.checkout-index-index .checkout-billing-address {
  padding-top: 20px;
}
body.checkout-index-index .checkout-billing-address:before {
  content: 'Billing Address';
  font-size: 26px;
  font-size: 2.6rem;
  display: block;
  padding-bottom: 15px;
}
body.checkout-index-index .swap-origin-wrapper {
  border-bottom: 1px solid #cccccc;
  padding: 20px;
}
body.checkout-index-index .checkout-shipping-method .actions-toolbar .action.primary {
  background-color: #181c6e;
  border: 1px solid #181c6e;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
body.checkout-index-index .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  background-color: #ce6517;
  border: 1px solid #ce6517;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
body.checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart {
  background-color: #ce6517;
  border: 1px solid #ce6517;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
body.checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #FFF;
}
body.checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
  background: transparent;
}
body.checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty:before {
  content: '(';
}
body.checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty:after {
  content: ')';
}
body.checkout-index-index .opc-progress-bar-item:before,
body.checkout-index-index .opc-progress-bar-item > span:before,
body.checkout-index-index .opc-progress-bar-item > span:after {
  background: #cfcfcf;
}
body.checkout-index-index .opc-progress-bar-item > span {
  color: #333333;
}
body.checkout-index-index .opc-progress-bar-item._active:before,
body.checkout-index-index .opc-progress-bar-item._active > span:before,
body.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after {
  background: #ce6517;
}
body.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  border-color: #ce6517;
}
body.checkout-index-index .opc-progress-bar-item._active > span {
  color: #333;
}
body.checkout-index-index .opc-progress-bar-item._active > span:after {
  background: #FFF;
}
body.checkout-index-index .opc-block-shipping-information {
  padding: 0;
}
body.checkout-index-index .opc-block-shipping-information .shipping-information {
  padding: 20px 30px;
  background: #f5f5f5;
}
body.checkout-index-index .opc-wrapper .edit-address-link {
  margin: 26px 15px 0 0;
}
body.checkout-index-index .opc-wrapper .action-select-shipping-item {
  padding: 7px 10px;
  float: none;
  background-color: #181c6e;
  border: none;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
body.checkout-index-index .action-show-popup {
  background-color: #ce6517;
  border: 1px solid #ce6517;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
body.checkout-index-index .order-attributes .order-attributes-form.fieldset > .field:not(.choice) > .label {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
body.checkout-index-index .order-attributes .order-attributes-form.fieldset > .field:not(.choice) > .control {
  width: 100%;
}
body.checkout-index-index .minicart-items .product > .product-image-container,
body.checkout-index-index .minicart-items .product > .product-image-container img {
  height: auto;
  width: auto;
}
body.checkout-index-index .checkout-payment-method .credit-card-types img {
  -webkit-filter: none;
}
body.checkout-index-index .opc-wrapper .form-discount .actions-toolbar > .primary .action-apply {
  background-color: #181c6e;
  border: 1px solid #181c6e;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
  padding: 7px 15px;
}
body.checkout-index-index .modal-popup .modal-footer .action-save-address {
  background-color: #181c6e;
  border: 1px solid #181c6e;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
  padding: 7px 15px;
}
body.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px 15px;
  background: none;
  color: #181c6e;
  border: none;
}
body.checkout-onepage-success .page-main > .page-title-wrapper .page-title + .action {
  float: none;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 16px;
  text-transform: none;
  color: #ce6517;
  font-weight: 400;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
}
body.checkout-onepage-success .actions-toolbar .primary a.action.continue {
  background-color: #181c6e;
  border: 1px solid #181c6e;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
  padding: 7px 15px;
}
/********************************************************************************************************************/
/**************************************Checkout Page (Media Queries)*************************************************/
/********************************************************************************************************************/
/********************************************************************************************************************/
/*********************************************Account Pages**********************************************************/
/********************************************************************************************************************/
body[class*="customer-account-"] .account-nav .item.current a,
body.account .account-nav .item.current a {
  border-color: #ce6517;
}
body[class*="customer-account-"] .page-title-wrapper,
body.account .page-title-wrapper,
body[class*="customer-account-"] .page-title-wrapper h1,
body.account .page-title-wrapper h1 {
  color: #181c6e;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
}
body.account.sales-order-view .order-status,
body.account.sales-order-print .order-status,
body.account.sales-order-view .order-date,
body.account.sales-order-print .order-date,
body.account.sales-order-view .order-actions-toolbar .action,
body.account.sales-order-print .order-actions-toolbar .action {
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
body.account.sales-order-view .order-actions-toolbar .action,
body.account.sales-order-print .order-actions-toolbar .action {
  color: #ce6517;
}
body.account.sales-order-view .order-actions-toolbar .action:hover,
body.account.sales-order-print .order-actions-toolbar .action:hover,
body.account.sales-order-view .order-actions-toolbar .action:focus,
body.account.sales-order-print .order-actions-toolbar .action:focus {
  color: #7e8083;
}
@media print {
  body.account.sales-order-view .page-title-wrapper,
  body.account.sales-order-print .page-title-wrapper,
  body.account.sales-order-view .page-title-wrapper h1,
  body.account.sales-order-print .page-title-wrapper h1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
body.customer-account-login .login-container .action.primary,
body.customer-account-forgotpassword .form.password.forget .action.primary,
body.customer-account-createpassword .form.password.reset .action.primary,
body.account .page-main .action.primary {
  background-color: #ce6517;
  border: 1px solid #ce6517;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
/*Account Create*/
.form-create-account .field-account_type {
  display: none;
}
.form-create-account .field-lillenas_account_type_personal,
.form-create-account .field-account_type_organization {
  display: none;
}
.customer-account-create .page-main #group-fields-customer-attributes {
  width: 100%;
  display: block !important;
}
body.customer-account-login .fieldset > .field:not(.choice) > .label {
  width: 100%;
  text-align: left;
}
body.customer-account-login .login-container .fieldset > .field > .control {
  width: 100%;
}
body.customer-account-login .column form .actions-toolbar {
  margin-left: 0;
}
body.customer-account-login .login-container .fieldset:after {
  margin-left: 0;
}
body.customer-account-login .actions-toolbar .secondary a.action {
  text-decoration: underline;
}
body.customer-account-forgotpassword .fieldset > .field:not(.choice) > .label {
  width: 100%;
  text-align: left;
}
body.customer-account-forgotpassword .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
body.customer-account-forgotpassword .column form .actions-toolbar {
  margin-left: 0;
}
body.customer-account-forgotpassword .actions-toolbar .secondary a.action {
  text-decoration: underline;
}
body.newsletter-manage-index .fieldset .legend,
body.newsletter-manage-index .column form .actions-toolbar {
  margin-left: 0;
}
body.newsletter-manage-index .fieldset > .field.choice:before {
  display: none;
}
body.sales-order-view .return-status,
body.sales-order-print .return-status,
body.sales-order-view .order-status,
body.sales-order-print .order-status {
  display: block;
}
@media (max-width: 767px) {
  body.account.page-layout-2columns-left .columns .column.main {
    margin-bottom: 50px;
  }
}
body.account .column.main .toolbar .limiter-options {
  height: 24px;
  padding-left: 0;
}
body.account .column.main .block.block-dashboard-info .block-content .box.box-information {
  width: 100%;
}
body.customer-account-create .column form .actions-toolbar {
  margin-left: 0;
}
body.customer-account-create .account-create-wrapper .fieldset > .field:not(.choice) > .label {
  width: 100%;
  text-align: left;
}
body.customer-account-create .account-create-wrapper .fieldset > .field > .control {
  width: 100%;
}
body.customer-account-create .account-create-wrapper .fieldset > .field {
  margin-bottom: 10px;
}
body.customer-account-create .account-create-wrapper .fieldset {
  margin-bottom: 20px;
}
body.customer-account-create .account-create-wrapper .fieldset .legend,
body.customer-account-create .account-create-wrapper .column form .actions-toolbar {
  margin-left: 0;
}
body.customer-account-create .account-create-wrapper .fieldset > .field.choice:before {
  display: none;
}
body.customer-account-create .account-create-wrapper .account-type-select {
  margin-bottom: 40px;
}
body.customer-account-create .account-create-wrapper .account-type-select .label {
  font-size: 20px;
  margin-bottom: 10px;
}
body.customer-account-create .account-create-wrapper .account-type-select .button {
  background-color: #CCC;
}
body.customer-account-create .account-create-wrapper .account-type-select .button.active {
  background-color: #ce6517;
}
body.customer-account-create .account-create-wrapper .fieldset > .field > .control .nested .amorderattr_img_checkbox {
  display: block !important;
}
body.customer-account-create .account-create-wrapper .fieldset > .field > .control .nested .amorderattr_img_checkbox input[type="checkbox"] {
  margin: 2px 15px 0 0;
}
body.customer-account-create .account-create-wrapper .field.street .field .label[for="street_1"] {
  display: block;
  border: none;
  clip: unset;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: static;
  width: auto;
  font-weight: 700;
}
body.customer-account-create .account-create-wrapper .field.street .field .label[for="street_1"] > span:first-of-type {
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
body.customer-account-create .account-create-wrapper .field.street .field .label[for="street_1"] > span:last-of-type {
  float: left;
}
body.customer-account-create .account-create-wrapper .action.primary {
  background-color: #ce6517;
  border: 1px solid #ce6517;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
body.customer-account-create .account-create-wrapper .field-recaptcha {
  padding-top: 20px;
}
.modal-popup.popup-authentication.show-failed-login .block-authentication .block[class] + .block:before {
  display: none;
}
.block-authentication .failed-login-msg-warning-icon {
  position: absolute;
  left: -29px;
  top: -4px;
}
.block-authentication .failed-login-msg-warning-icon:before {
  content: '\e602';
  font-family: 'icons-blank-theme';
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  vertical-align: middle;
  font-weight: normal;
  speak: none;
}
/********************************************************************************************************************/
/**************************************Account Pages (Media Queries)*************************************************/
/********************************************************************************************************************/
/********************************************************************************************************************/
/*************************************************JPlayer************************************************************/
/********************************************************************************************************************/
/*! Blue Monday Skin for jPlayer 2.9.2 ~ (c) 2009-2014 Happyworm Ltd ~ MIT License */
/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 - 2014 Happyworm Ltd
 * Licensed under the MIT license.
 *  - http://www.opensource.org/licenses/mit-license.php
 *
 * Author: Silvia Benvenuti
 * Skin Version: 5.1 (jPlayer 2.8.0)
 * Date: 13th November 2014
 */
button.remove-btn-style {
  padding: 0;
}
button.remove-btn-style:hover {
  border: none;
}
.jp-audio *:focus,
.jp-audio-stream *:focus,
.jp-video *:focus {
  outline: none;
}
.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner,
.jp-video button::-moz-focus-inner {
  border: 0;
}
.jp-audio,
.jp-audio-stream,
.jp-video {
  font-size: 16px;
  font-family: Verdana,Arial,sans-serif;
  line-height: 1.6;
  color: #666;
  border: none;
  background-color: #FFF;
}
.jp-audio {
  width: 100%;
  margin-top: 0;
}
.jp-audio-stream {
  width: 182px;
}
.jp-video-270p {
  width: 480px;
}
.jp-video-360p {
  width: 640px;
}
.jp-video-full {
  width: 480px;
  height: 270px;
  position: static !important;
  position: relative;
}
.jp-video-full div div {
  z-index: 1000;
}
.jp-video-full .jp-jplayer {
  top: 0;
  left: 0;
  position: fixed !important;
  position: relative;
  overflow: hidden;
}
.jp-video-full .jp-gui {
  position: fixed !important;
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
.jp-video-full .jp-interface {
  position: absolute !important;
  position: relative;
  bottom: 0;
  left: 0;
}
.jp-interface {
  position: relative;
  background-color: #f7f8f9;
  width: 100%;
}
.jp-audio .jp-interface {
  height: 100px;
}
.jp-audio-stream .jp-interface {
  height: 80px;
}
.jp-controls-holder {
  clear: both;
  padding: 10px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  width: 100%;
}
.jp-interface .jp-controls {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.jp-audio .jp-controls {
  width: 105px;
  padding: 0;
}
.jp-audio-stream .jp-controls {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 142px;
}
.jp-video .jp-type-single .jp-controls {
  width: 78px;
  margin-left: 200px;
}
.jp-video .jp-controls {
  float: left;
}
.jp-controls button {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
}
.jp-play {
  width: 40px;
  height: 40px;
}
.jp-play {
  background: url("../images/jplayer.blue.monday.jpg") 0 0 no-repeat;
}
.jp-play:focus {
  background: url("../images/jplayer.blue.monday.jpg") 0 0 no-repeat;
}
.jp-play:hover {
  background: url("../images/jplayer.blue.monday.jpg") 0 0 no-repeat;
}
.jp-state-playing .jp-play {
  background: url("../images/jplayer.blue.monday.jpg") -1px -42px no-repeat;
}
.jp-state-playing .jp-play:focus {
  background: url("../images/jplayer.blue.monday.jpg") -1px -42px no-repeat;
}
.jp-state-playing .jp-play:hover {
  background: url("../images/jplayer.blue.monday.jpg") -1px -42px no-repeat;
}
.jp-stop,
.jp-previous,
.jp-next {
  width: 31px;
  height: 31px;
  margin-top: 6px;
}
.jp-stop {
  background: url("../images/jplayer.blue.monday.jpg") 0 -83px no-repeat;
  margin-left: 10px;
}
.jp-stop:focus {
  background: url("../images/jplayer.blue.monday.jpg") -29px -83px no-repeat;
}
.jp-stop:hover {
  background: url("../images/jplayer.blue.monday.jpg") -29px -83px no-repeat;
}
.jp-previous {
  margin-right: 1px;
  background: url("../images/jplayer.blue.monday.jpg") 0 -96px no-repeat;
}
.jp-previous:focus {
  margin-right: 1px;
  background: url("../images/jplayer.blue.monday.jpg") 0 -96px no-repeat;
}
.jp-previous:hover {
  margin-right: 1px;
  background: url("../images/jplayer.blue.monday.jpg") 0 -96px no-repeat;
}
.jp-next {
  background: url("../images/jplayer.blue.monday.jpg") 0 -131px no-repeat;
}
.jp-next:focus {
  background: url("../images/jplayer.blue.monday.jpg") 0 -131px no-repeat;
}
.jp-next:hover {
  background: url("../images/jplayer.blue.monday.jpg") 0 -131px no-repeat;
}
.jp-progress {
  overflow: hidden;
  background-color: #b1b3b5;
}
.jp-audio .jp-progress {
  position: absolute;
  top: 32px;
  height: 15px;
  border: none;
}
.jp-audio .jp-type-single .jp-progress {
  margin-top: 70px;
  width: 90%;
  top: 0;
  left: 5%;
  height: 7px;
}
.jp-audio .jp-type-playlist .jp-progress {
  left: 10px;
  width: calc(100% - 20px);
  top: 65px;
  height: 8px;
}
.jp-audio .jp-type-playlist .jp-time-holder {
  left: 10px;
  top: 75px;
}
.jp-video .jp-progress {
  top: 0;
  left: 0;
  margin-top: 16px;
  width: 50%;
  height: 7px;
}
.jp-seek-bar {
  background: url("../images/jplayer.blue.monday.jpg") 0 -246px repeat-x;
  width: 0;
  height: 8px;
  cursor: pointer;
}
.jp-play-bar {
  background: url("../images/jplayer.blue.monday.jpg") 0 -218px repeat-x;
  width: 0;
  height: 7px;
}
.jp-seeking-bg {
  width: 100% !important;
  background: url("../images/jplayer.blue.monday.seeking.gif");
}
.jp-state-no-volume .jp-volume-controls {
  display: none;
}
.jp-volume-controls {
  position: absolute;
  top: 29px;
  right: 30px;
  width: 90px;
  left: 110px;
}
.jp-video .jp-volume-controls {
  top: 32px;
}
.jp-volume-controls button {
  display: block;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
}
.jp-mute,
.jp-volume-max {
  width: 10px;
  height: 8px;
}
.jp-volume-max {
  left: 74px;
}
.jp-mute {
  margin-left: 8px;
  background: url("../images/jplayer.blue.monday.jpg") 0 -174px no-repeat;
}
.jp-mute:focus {
  background: url("../images/jplayer.blue.monday.jpg") 0 -174px no-repeat;
}
.jp-mute:hover {
  background: url("../images/jplayer.blue.monday.jpg") 0 -174px no-repeat;
}
.jp-volume-max {
  background: url("../images/jplayer.blue.monday.jpg") 0 -190px no-repeat;
}
.jp-volume-max:focus {
  background: url("../images/jplayer.blue.monday.jpg") 0 -190px no-repeat;
}
.jp-volume-max:hover {
  background: url("../images/jplayer.blue.monday.jpg") 0 -190px no-repeat;
}
.jp-volume-bar {
  position: absolute;
  background: url("../images/jplayer.blue.monday.jpg") 0 -246px repeat-x;
  left: 22px;
  width: 46px;
  height: 7px;
  cursor: pointer;
  top: 0px;
}
.jp-volume-bar-value {
  background: url("../images/jplayer.blue.monday.jpg") 0 -256px repeat-x;
  width: 0;
  height: 7px;
  position: relative;
}
.jp-volume-bar-value span {
  width: 14px;
  height: 14px;
  position: absolute;
  right: -7px;
  top: -4px;
  background: url("../images/volPoint.png") 0 0 no-repeat;
}
.jp-audio .jp-time-holder {
  position: absolute;
  top: 50px;
}
.jp-audio .jp-type-single .jp-time-holder {
  left: 10px;
  width: 176px;
  top: 76px;
}
.jp-current-time,
.jp-duration {
  width: auto;
  font-size: 9px;
  font-style: oblique;
  font-family: Arial,Helvetica,sans-serif;
}
.jp-current-time {
  float: left;
  font-weight: bold;
  color: #000;
  display: inline;
  cursor: default;
  width: auto;
  font-size: 9px;
  font-style: oblique;
}
.jp-current-time::after {
  content: "/";
  margin-left: 3px;
  margin-right: 3px;
}
.jp-duration {
  float: left;
  display: inline;
  text-align: right;
  cursor: pointer;
}
.jp-video .jp-duration {
  margin-right: 20px;
}
.jp-details {
  font-weight: bold;
  text-align: center;
  cursor: default;
}
span.jp-artist {
  font-size: .8em;
  color: #666;
}
.jp-video-play {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  background-color: transparent;
}
.jp-video-270p .jp-video-play {
  margin-top: -270px;
  height: 270px;
}
.jp-video-360p .jp-video-play {
  margin-top: -360px;
  height: 360px;
}
.jp-video-full .jp-video-play {
  height: 100%;
}
.jp-video-play-icon {
  position: relative;
  display: block;
  width: 112px;
  height: 100px;
  margin-left: -56px;
  margin-top: -50px;
  left: 50%;
  top: 50%;
  background: url("../images/jplayer.blue.monday.video.play.png") 0 0 no-repeat;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
}
.jp-video-play-icon:focus {
  background: url("../images/jplayer.blue.monday.video.play.png") 0 -100px no-repeat;
}
.jp-jplayer audio,
.jp-jplayer {
  width: 0;
  height: 0;
}
.jp-jplayer {
  background-color: #000;
}
.jp-toggles {
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
.jp-audio .jp-type-single .jp-toggles {
  width: 25px;
}
.jp-video .jp-toggles {
  position: absolute;
  right: 16px;
  margin: 0;
  margin-top: 10px;
  width: 100px;
}
.jp-toggles button {
  display: block;
  float: left;
  width: 25px;
  height: 18px;
  text-indent: -9999px;
  line-height: 100%;
  border: none;
  cursor: pointer;
}
.jp-full-screen {
  background: url("../images/jplayer.blue.monday.jpg") 0 -310px no-repeat;
  margin-left: 20px;
}
.jp-full-screen:focus {
  background: url("../images/jplayer.blue.monday.jpg") -30px -310px no-repeat;
}
.jp-state-full-screen .jp-full-screen {
  background: url("../images/jplayer.blue.monday.jpg") -60px -310px no-repeat;
}
.jp-state-full-screen .jp-full-screen:focus {
  background: url("../images/jplayer.blue.monday.jpg") -90px -310px no-repeat;
}
.jp-repeat {
  background: url("../images/jplayer.blue.monday.jpg") 0 -290px no-repeat;
}
.jp-repeat:focus {
  background: url("../images/jplayer.blue.monday.jpg") -30px -290px no-repeat;
}
.jp-state-looped .jp-repeat {
  background: url("../images/jplayer.blue.monday.jpg") -60px -290px no-repeat;
}
.jp-state-looped .jp-repeat:focus {
  background: url("../images/jplayer.blue.monday.jpg") -90px -290px no-repeat;
}
.jp-shuffle {
  background: url("../images/jplayer.blue.monday.jpg") 0 -270px no-repeat;
  margin-left: 5px;
}
.jp-shuffle:focus {
  background: url("../images/jplayer.blue.monday.jpg") -30px -270px no-repeat;
}
.jp-state-shuffled .jp-shuffle {
  background: url("../images/jplayer.blue.monday.jpg") -60px -270px no-repeat;
}
.jp-state-shuffled .jp-shuffle:focus {
  background: url("../images/jplayer.blue.monday.jpg") -90px -270px no-repeat;
}
.jp-no-solution {
  padding: 5px;
  font-size: .8em;
  background-color: #eee;
  border: 2px solid #009be3;
  color: #000;
  display: none;
}
.jp-no-solution a {
  color: #000;
}
.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold;
}
.jp-volume-bar-value,
.jp-progress,
.jp-seek-bar,
.jp-volume-bar,
.jp-play-bar {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.jp-video .jp-progress {
  width: 100%;
  margin-top: 55px;
}
.jp-controls-holder {
  height: 200px;
}
.jp-volume-controls {
  right: auto;
}
.jp-video .jp-volume-controls {
  top: 110px;
}
.jp-controls-holder {
  height: auto;
}
#jpContainer .jp-controls-holder .jp-volume-controls {
  top: 52px !important;
}
@media (max-width: 1100px) {
  .jp-volume-controls {
    top: 52px;
    left: auto;
    right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .jp-video .jp-progress {
    width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .jp-video .jp-progress {
    width: 38%;
  }
}
@media (max-width: 768px) {
  .jp-play {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 0 no-repeat;
  }
  .jp-play:focus {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 0 no-repeat;
  }
  .jp-play:hover {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 0 no-repeat;
  }
  .jp-state-playing .jp-play {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") -1px -42px no-repeat;
  }
  .jp-state-playing .jp-play:focus {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") -1px -42px no-repeat;
  }
  .jp-state-playing .jp-play:hover {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") -1px -42px no-repeat;
  }
  .jp-stop {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -83px no-repeat;
  }
  .jp-stop:focus {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") -29px -83px no-repeat;
  }
  .jp-stop:hover {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") -29px -83px no-repeat;
  }
  .jp-previous {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -96px no-repeat;
  }
  .jp-previous:focus {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -96px no-repeat;
  }
  .jp-previous:hover {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -96px no-repeat;
  }
  .jp-next {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -131px no-repeat;
  }
  .jp-next:focus {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -131px no-repeat;
  }
  .jp-next:hover {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -131px no-repeat;
  }
  .jp-seek-bar {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -246px repeat-x;
  }
  .jp-play-bar {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -218px repeat-x;
  }
  .jp-seeking-bg {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.seeking.gif");
  }
  .jp-mute {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -174px no-repeat;
  }
  .jp-mute:focus {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -174px no-repeat;
  }
  .jp-mute:hover {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -174px no-repeat;
  }
  .jp-volume-max {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -190px no-repeat;
  }
  .jp-volume-max:focus {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -190px no-repeat;
  }
  .jp-volume-max:hover {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -190px no-repeat;
  }
  .jp-volume-bar {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -246px repeat-x;
  }
  .jp-volume-bar-value {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -256px repeat-x;
  }
  .jp-volume-bar-value span {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/volPoint.png") 0 0 no-repeat;
  }
  .jp-video-play-icon {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.video.play.png") 0 0 no-repeat;
  }
  .jp-video-play-icon:focus {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.video.play.png") 0 -100px no-repeat;
  }
  .jp-full-screen {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -310px no-repeat;
  }
  .jp-full-screen:focus {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") -30px -310px no-repeat;
  }
  .jp-state-full-screen .jp-full-screen {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") -60px -310px no-repeat;
  }
  .jp-state-full-screen .jp-full-screen:focus {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") -90px -310px no-repeat;
  }
  .jp-repeat {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -290px no-repeat;
  }
  .jp-repeat:focus {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") -30px -290px no-repeat;
  }
  .jp-state-looped .jp-repeat {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") -60px -290px no-repeat;
  }
  .jp-state-looped .jp-repeat:focus {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") -90px -290px no-repeat;
  }
  .jp-shuffle {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -270px no-repeat;
  }
  .jp-shuffle:focus {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") -30px -270px no-repeat;
  }
  .jp-state-shuffled .jp-shuffle {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") -60px -270px no-repeat;
  }
  .jp-state-shuffled .jp-shuffle:focus {
    background: url("../../../../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") -90px -270px no-repeat;
  }
}
.contentmanager-contenttype-standing_orders .curriculums.grouped-products,
.contentmanager-contenttype-standing_orders .expander {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.contentmanager-contenttype-standing_orders .expander {
  font-weight: bold;
}
.contentmanager-contenttype-standing_orders .sample {
  padding-bottom: 10px;
  text-align: center;
}
.contentmanager-contenttype-standing_orders .sample video {
  height: auto;
  max-height: 190px;
  margin-top: 10px;
}
.contentmanager-contenttype-standing_orders .complex-product-logo {
  margin-right: 15px;
}
.contentmanager-contenttype-standing_orders .curriculums.active-orders .outer-bar {
  background-color: #737373;
}
.contentmanager-contenttype-standing_orders .curriculums .outer-bar {
  background-color: #d7d7d7;
  margin-top: 7px;
  cursor: pointer;
}
.contentmanager-contenttype-standing_orders .curriculums .title-bar {
  font-weight: 700;
  font-style: italic;
  color: #434343;
  padding-top: 11px;
  padding-bottom: 11px;
}
.contentmanager-contenttype-standing_orders .curriculums.active-orders .title-bar {
  color: #ffffff;
}
.contentmanager-contenttype-standing_orders .curriculums .title-bar .title {
  padding-left: 20px;
}
.contentmanager-contenttype-standing_orders .curriculums .title-bar .fa {
  font-size: 30px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.4s linear;
  -moz-transition: transform 0.4s linear;
  -o-transition: transform 0.4s linear;
  transition: transform 0.4s linear;
}
.contentmanager-contenttype-standing_orders .curriculums .title-bar .totals {
  margin-right: 50px;
}
.contentmanager-contenttype-standing_orders .curriculums.active-orders .title-bar .button {
  color: #ffffff;
  border-color: #ffffff;
  width: 80.47px;
}
.contentmanager-contenttype-standing_orders .curriculums.active-orders .title-bar .button:hover {
  color: #434343;
}
.contentmanager-contenttype-standing_orders .curriculums .title-bar .button {
  color: #434343;
  border-color: #434343;
}
.contentmanager-contenttype-standing_orders .curriculums .outer-bar.open .fa {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.contentmanager-contenttype-standing_orders .curriculums .group-title {
  margin-left: auto;
  margin-right: 20px;
  font-weight: 700;
  color: #979797;
}
.contentmanager-contenttype-standing_orders .cat .outer-body {
  background-color: #ececec;
  display: none;
}
.contentmanager-contenttype-standing_orders .cat .outer-body .grouped-products {
  padding-bottom: 30px;
}
.contentmanager-contenttype-standing_orders .cat .outer-body .cur-cat-details {
  padding: 40px 0;
}
.contentmanager-contenttype-standing_orders .cat .cur-cat-details .title {
  font-size: 35px;
}
.contentmanager-contenttype-standing_orders .cat .cur-cat-details .subtitle {
  color: #737373;
}
.contentmanager-contenttype-standing_orders .cat .cur-cat-details .description {
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  color: #737373;
  padding-top: 10px;
}
.contentmanager-contenttype-standing_orders .cat .cur-cat-details .learn-more span {
  display: inline-block;
  padding-right: 12px;
}
.contentmanager-contenttype-standing_orders .cat .cur-cat-details .mobile-arrow {
  position: relative;
  top: 7px;
  display: inline-block;
}
.contentmanager-contenttype-standing_orders .group-totals {
  margin-left: auto;
  margin-right: 20px;
  font-weight: 700;
  color: #979797;
}
.contentmanager-contenttype-standing_orders .group-add-to-cart {
  padding-top: 30px;
  padding-bottom: 50px;
}
.contentmanager-contenttype-standing_orders .order-totals {
  text-align: right;
  padding-bottom: 20px;
}
.contentmanager-contenttype-standing_orders .group-heading {
  text-align: left;
  padding: 15px;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-title {
  font-weight: 700;
  font-style: italic;
  margin-bottom: 15px;
  color: #979797;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid {
  margin: -9px;
  margin-bottom: 40px;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item {
  padding: 9px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item.group-hide {
  display: none;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item .inner {
  padding: 14px 9px 9px 20px;
  background-color: #ffffff;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  position: relative;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item .inner .image {
  padding-right: 20px;
  margin: auto;
  display: block;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item .inner:before {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  background-color: #d7d7d7;
  -webkit-transition: background-color 0.8s linear;
  -moz-transition: background-color 0.8s linear;
  -o-transition: background-color 0.8s linear;
  transition: background-color 0.8s linear;
  left: 0;
  top: 0;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item.active .inner:before {
  background-color: #4c374b;
  -webkit-transition: background-color 0.8s linear;
  -moz-transition: background-color 0.8s linear;
  -o-transition: background-color 0.8s linear;
  transition: background-color 0.8s linear;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item .inner .product-name {
  font-weight: 600;
  color: #434343;
  font-size: 16px;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item .inner .product-subtitle {
  font-size: 16px;
  color: #737373;
  padding-bottom: 20px;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item .inner .product-subtitle.has-genus {
  padding-bottom: 0;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item .inner .genus {
  padding-bottom: 20px;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item .inner .old-price .price-container .price {
  top: -15px;
  color: #979797;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item .inner .special-price .price-container .price {
  color: #979797;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item.active .inner .special-price .price-container .price {
  color: #434343;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item.active .inner .price-container.price-final_price .price {
  color: #434343;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item .inner .qty label {
  display: inline-block;
  font-size: 14px;
  color: #979797;
  padding-right: 3px;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item .inner .qty input {
  height: 35px;
  width: 38px;
  font-weight: 600;
  display: inline-block;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item .inner .old-price .price-container .price {
  font-size: 13px;
  top: -11px;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item .inner .special-price .price-container .price {
  font-size: 15px;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item .inner .price-container.price-final_price .price {
  font-size: 15px;
}
.contentmanager-contenttype-standing_orders .group-heading .title-section,
.contentmanager-contenttype-standing_orders .contentmanager-contenttype-standing-orders .group-heading .title-section,
.contentmanager-contenttype-standing_orders .contentmanager-contenttype-standing_orders .group-heading .title-section {
  width: 55%;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
