@font-face {
  font-family: 'abril-display';
  src: url(../font/AbrilDisplayRegular.otf);
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: 'abril-display';
  src: url(../font/AbrilDisplayItalic.otf);
  font-style: italic;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: 400;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: .83em;
}
h6 {
  font-size: .75em;
}
h4 {
  margin: 1.33em 0;
}
h6 {
  margin: 2.33em 0;
}
p {
  margin: 1em 0;
}
ol > li,
ul > li {
  margin-top: unset;
  margin-bottom: unset;
  line-height: normal;
}
/* HELPER CLASSES -- consider modularizing out to a separate file at some point */
.underline {
  text-decoration: underline;
}
.display-inline-block {
  display: inline-block !important;
}
.display-inline {
  display: inline !important;
}
.display-block {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
  .mobile-only {
    display: none !important;
  }
  .hide-mobile {
    /*display: inline-block;*/
  }
}
@media screen and (max-width: 767px) {
  .mobile-only {
    display: inline-block !important;
  }
  .hide-mobile {
    display: none;
  }
}
.font-size-1-1 {
  font-size: 1.1em;
}
.font-size-1-2 {
  font-size: 1.2em;
}
.font-size-xx-small {
  font-size: xx-small;
}
.font-size-x-small {
  font-size: x-small;
}
.font-size-small {
  font-size: small;
}
.font-size-smaller {
  font-size: smaller;
}
.font-size-medium {
  font-size: medium;
}
.font-size-large {
  font-size: large;
}
.font-size-larger {
  font-size: larger;
}
.font-size-x-large {
  font-size: x-large;
}
.font-size-xx-large {
  font-size: xx-large;
}
.helvetica-typekit {
  font-family: abril-display,Arial,Helvetica,sans-serif;
}
.color-medium-gray {
  color: #cecdcd;
}
.text-uppercase {
  text-transform: uppercase;
}
.center {
  text-align: center;
}
.margin-0 {
  margin: 0 !important;
}
.margin-top-6x {
  margin-top: 6em !important;
}
.margin-top-5x {
  margin-top: 5em !important;
}
.margin-top-3x {
  margin-top: 3em !important;
}
.margin-top-2x {
  margin-top: 2em !important;
}
.margin-top-1x {
  margin-top: 1em;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-0-5x {
  margin-bottom: .5em;
}
.margin-bottom-1x {
  margin-bottom: 1em !important;
}
.margin-bottom-2x {
  margin-bottom: 2em;
}
.margin-bottom-3x {
  margin-bottom: 3em;
}
.margin-bottom-4x {
  margin-bottom: 4em;
}
.margin-4x {
  margin: 4em 0 !important;
}
@media only screen and (max-width: 767px) {
  .margin-bottom-mobile-1x {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .margin-top-mobile-1x {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .padding-right-not-mobile-4-5x {
    padding-right: 4.5em;
  }
}
@media only screen and (min-width: 768px) {
  .padding-left-not-mobile-4-5x {
    padding-left: 4.5em;
  }
}
@media only screen and (min-width: 768px) {
  .padding-right-not-mobile-3-5x {
    padding-right: 3.5em;
  }
}
@media only screen and (min-width: 768px) {
  .padding-left-not-mobile-3-5x {
    padding-left: 3.5em;
  }
}
@media only screen and (min-width: 768px) {
  .padding-right-not-mobile-3x {
    padding-right: 3em;
  }
}
@media only screen and (min-width: 768px) {
  .padding-left-not-mobile-3x {
    padding-left: 3em;
  }
}
.width-100 {
  width: 100%;
}
div.table-scroll--x {
  overflow-x: scroll;
}
div.table-scroll--y {
  overflow-y: scroll;
}
.scale-0-5 {
  transform: scale(0.5) !important;
}
.scale-1-0 {
  transform: scale(1) !important;
}
.scale-1-5 {
  transform: scale(1.5) !important;
}
.scale-2-0 {
  transform: scale(2) !important;
}
.scale-2-5 {
  transform: scale(2.5) !important;
}
/* / helper classes */
h1 {
  margin: .67em 0;
}
h2 {
  margin: .83em 0;
}
h3 {
  margin: 0 0 1em;
}
thead {
  background: #f7f6f6;
  border: none;
}
td span,
th span {
  display: block;
}
td,
th {
  text-align: center !important;
}
.spacer {
  height: 1px;
  width: 100%;
  background: #CECDCD;
  margin: 8px 0;
}
span.separator {
  margin: 5px;
  font-weight: 300;
}
.btn-wrapper {
  /* margin: 1.5em 0; */
  text-align: center;
}
.btn {
  font-weight: 300;
  min-height: 28px;
  padding: .4em 1.5em .25em;
  background: #000 !important;
  font-size: 1.05rem;
  line-height: 1.25em;
  text-transform: uppercase !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 0;
}
.ts-btn {
  padding: 1.92em 7.5em;
  margin: 0 auto;
  text-transform: uppercase;
  background-color: #000;
  cursor: pointer;
  color: #fff;
  border: none;
}
button.ts-btn {
  line-height: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ts-btn:hover {
  color: white;
  background-color: black;
  border: none;
}
.ts-field {
  position: relative;
  border: 1px solid #000;
  margin: 0 0 14px;
  float: left;
  width: 100%;
  font-size: .875em;
}
.ts-field .label {
  display: inline-block;
  float: left;
  border-right: 1px solid #000;
  border-radius: 0;
}
.ts-input-text {
  position: relative;
  display: inline-block;
  float: left;
}
#ts-shadow,
.ts-shadow {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000;
  z-index: 998;
  opacity: .56;
  display: none;
}
@media screen and (min-width: 768px) {
  #ts-shadow.header-shadow,
  .ts-shadow.header-shadow {
    height: 169px;
  }
}
@media screen and (max-width: 767px) {
  #ts-shadow.header-shadow,
  .ts-shadow.header-shadow {
    height: 143px;
  }
}
#ts-shadow.active,
.ts-shadow.active {
  display: block !important;
}
.no-border {
  border: none !important;
}
.no-float {
  float: none !important;
}
.t-loading-screen {
  position: fixed;
  height: 100%;
  width: 100% !important;
  top: 0;
  left: 0;
  background: #000;
  opacity: .6;
  z-index: 1000 !important;
  display: none;
}
.t-custom-loader {
  top: 50%;
  color: #fff;
  font-size: 20px;
  margin: 0 auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.modal-inner-content {
  padding: 3rem 5rem;
}
.slide-showcase {
  /*border-top: 1px solid black;*/
}
.checkbox.checkbox-alt label {
  padding: 0 0 0 27px;
}
.checkbox.checkbox-alt label:before {
  margin: -0.45em 0 0;
  width: 18px;
  height: 18px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: url(../images/sprite.png);
  background-position: -261px -94px;
}
.checkbox.checkbox-alt input[type=checkbox]:checked + label:before,
.checkbox.checkbox-alt label.active:before {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -286px -94px;
}
.checkbox label:before,
.radio label:before {
  content: ' ';
  display: block;
  top: 0;
  left: 0;
}
.checkbox label {
  position: relative;
}
.checkbox label:before {
  position: absolute;
  width: 12px;
  height: 11px;
  border: 1px solid #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
}
.custom-checkbox-v1 {
  position: absolute !important;
  opacity: 0;
}
.custom-checkbox-v1 + label {
  cursor: pointer;
}
.custom-checkbox-v1 + label:before {
  content: " ";
  width: 16px;
  height: 16px;
  background-color: #fff;
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  text-align: center;
}
.custom-checkbox-v1:checked + label:before {
  content: "\2713";
}
input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=datetime],
input[type=month],
input[type=number],
input[type=tel],
input[type=url],
input[type=week] {
  height: 28px;
  padding: .3em .6em;
  border: 1px solid #eaeaea;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #747474;
  font-size: .8em;
  /* NEW 10/8/24 */
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=date],
  input[type=datetime],
  input[type=month],
  input[type=number],
  input[type=tel],
  input[type=url],
  input[type=week] {
    font-size: 1.1em;
  }
}
.cms-no-route #maincontent.container {
  padding: 5.1em 3.9em 13em;
  background: url(../images/bg-404.jpg) right 20px no-repeat;
}
.cms-no-route #maincontent.container h3 {
  margin-bottom: 1.9em;
  font-family: Helvetica,sans-serif,abril-display,Arial;
  font-style: italic;
  font-size: 2.4rem;
  line-height: 1.35em;
}
.container,
.container-fluid {
  padding-left: 5px;
  padding-right: 5px;
}
/* NOTE: the below 2 rules were added to match TSM1 -- not totally sure if needed or will cause side effects -- be advised */
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.modal-account .modal-inner:after,
.row:after,
.zt-field:after {
  clear: both;
}
.a-link-v1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 11px;
  position: relative;
  text-transform: uppercase;
}
.arrow-directional:before,
.section-arrow-down:after,
q:after,
q:before {
  content: '';
}
/****** GLOBAL ANIMATION DEFINITIONS (may want to modularize out to separate file) ******/
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
/* BUG FIX */
.column.main div[class*=modal-]:not(.modal-trigger):not(.modal-nested):not(div[class*=yotpo]) {
  display: none;
}
/* TEMPORARY UPDATE TO SUPPORT YIELDIFY */
/*#attentive_overlay {
    display: none;
}*/
