/* VARS */
/* WIDTHS */
/* FONT COLORS */
/* PRODUCTHERO */
/* SPORTSMENU LINKBAR */
/* FONT FAMILY */
/* FOOTER */
/**
 *	Styles for different elements used in different content elements
 */
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  margin-top: 0; }

ol {
  list-style: none;
  margin: 0;
  padding: 0; }

.lighttheme {
  color: #fff; }
  .lighttheme h1, .lighttheme h2, .lighttheme h3, .lighttheme h4, .lighttheme h5, .lighttheme h6, .lighttheme p {
    color: #fff; }
  .lighttheme .framedButton {
    color: #fff;
    border: 1px solid #fff; }
    .lighttheme .framedButton:hover {
      background-color: rgba(255, 255, 255, 0.1); }
  .lighttheme hr {
    border-top: 1px solid #fff; }

.darktheme {
  color: #1e0082; }
  .darktheme h1, .darktheme h2, .darktheme h3, .darktheme h4, .darktheme h5, .darktheme h6, .darktheme p {
    color: #1e0082; }
  .darktheme .framedButton {
    color: #000;
    border: 1px solid #000; }
    .darktheme .framedButton:hover {
      background-color: rgba(0, 0, 0, 0.1); }
  .darktheme hr {
    border-top: 1px solid #000; }

.greytheme {
  color: #999999; }
  .greytheme h1, .greytheme h2, .greytheme h3, .greytheme h4, .greytheme h5, .greytheme h6, .greytheme p {
    color: #999999; }
  .greytheme .framedButton {
    color: #999999;
    border: 1px solid #999999; }
  .greytheme hr {
    border-top: 1px solid #999999; }

.framedButton {
  background: none;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  min-height: 40px;
  padding: 9px 15px;
  letter-spacing: 2px;
  font-family: "Interstate WGL Cond", Arial, sans-serif;
  display: inline-block;
  outline: 0; }
  .framedButton.orangetheme {
    background-color: #fc6621 !important;
    color: #fff !important;
    border: 0 !important; }
    .framedButton.orangetheme:hover {
      background-color: #e16025 !important; }
  .framedButton.mares-red {
    background-color: #E32119 !important;
    color: #fff !important;
    border: 0 !important; }
    .framedButton.mares-red:hover {
      background-color: #cc1e16 !important; }
  .framedButton.mares-white {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #000; }
    .framedButton.mares-white:hover {
      background-color: #e5e5e5 !important; }
  .framedButton.mares-blue {
    background-color: #0032a0 !important;
    color: #fff !important;
    border: 0 !important; }
    .framedButton.mares-blue:hover {
      background-color: #002d90 !important; }
  .framedButton.mares-grey {
    background-color: #666666 !important;
    color: #fff !important;
    border: 0 !important; }
    .framedButton.mares-grey:hover {
      background-color: #5c5c5c !important; }
  .framedButton.fontawesome-icon {
    padding: 0;
    min-height: 0;
    border: 0;
    font-size: 42px; }

.disclaimer {
  font-size: 9px;
  position: absolute;
  z-index: 10;
  width: auto;
  text-transform: uppercase; }
  .disclaimer p {
    margin: 0;
    padding: 5px;
    width: 100%;
    font-size: 9px; }
  .disclaimer.left {
    left: 0; }
  .disclaimer.right {
    right: 0; }
  .disclaimer.top {
    top: 0; }
  .disclaimer.bottom {
    bottom: 0; }
  .disclaimer.vertical.left {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0; }
  .disclaimer.vertical.right {
    bottom: 0;
    top: inherit;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0; }
    .disclaimer.vertical.right p {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .disclaimer.dark p {
    color: #000; }
  .disclaimer.bright p {
    color: #fff; }
  .disclaimer.grey p {
    color: #999999; }

.cobjects-copyright {
  position: absolute;
  z-index: 90;
  font-size: 9px;
  bottom: 5px;
  right: 10px;
  text-transform: uppercase; }
  .cobjects-copyright.white {
    color: #fff; }
  .cobjects-copyright.black {
    color: #000; }
  .cobjects-copyright.grey {
    color: #999999; }

.fullHeight {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.vertical-center {
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }

.desktopOnly {
  display: block; }

.desktopAndTablet {
  display: block; }

.tabletAndMobile {
  display: none; }

.mobileOnly {
  display: none; }

@media only screen and (max-width: 1024px) {
  .framedButton {
    font-size: 14px; }

  .desktopOnly {
    display: none; }

  .tabletAndMobile {
    display: block; } }
@media only screen and (max-width: 767px) {
  .desktopAndTablet {
    display: none; }

  .mobileOnly {
    display: block; }

  .disclaimer {
    font-size: 7px; }
    .disclaimer p {
      font-size: 7px; }
    .disclaimer.right {
      right: 0; }
    .disclaimer.top {
      top: inherit;
      bottom: 0; }
    .disclaimer.vertical.left {
      transform-origin: 0 0;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0); }
    .disclaimer.vertical.right {
      transform-origin: 0 0;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
      top: initial;
      bottom: 0; }
      .disclaimer.vertical.right p {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0); }

  .cobjects-copyright {
    font-size: 7px; } }
.container {
  width: 100%;
  max-width: 1500px; }

/**
 * Additional styling for teaser slider
 */
.ce-carousel .carousel .item {
  height: auto;
  overflow: hidden; }
  .ce-carousel .carousel .item .teaserslider-imgWrap {
    position: relative; }
  .ce-carousel .carousel .item .teaserslider-img {
    width: 100%;
    max-width: -webkit-fill-available;
    height: auto;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
.ce-carousel .carousel .carousel-nav {
  position: absolute;
  top: 50%;
  margin-top: -30px; }
  .ce-carousel .carousel .carousel-nav.carousel-next {
    right: 25px; }
  .ce-carousel .carousel .carousel-nav.carousel-prev {
    left: 25px; }
.ce-carousel .carousel .carousel-caption {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  left: 50%;
  margin-left: -600px;
  text-shadow: none;
  bottom: initial;
  top: 0;
  text-align: center;
  text-transform: uppercase;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0; }
  .ce-carousel .carousel .carousel-caption .promo {
    width: 33.3%;
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    top: 0; }
    .ce-carousel .carousel .carousel-caption .promo.left {
      left: 5%; }
    .ce-carousel .carousel .carousel-caption .promo.right {
      right: 5%; }
    .ce-carousel .carousel .carousel-caption .promo.center {
      left: 50%;
      margin-left: -16.65%; }
    .ce-carousel .carousel .carousel-caption .promo .promoContentWrap h1 {
      font-size: 30px;
      line-height: 36px;
      font-weight: bold;
      margin: 0 0 30px 0; }
    .ce-carousel .carousel .carousel-caption .promo .promoContentWrap hr {
      margin: 0 auto 30px auto;
      width: 86px; }
    .ce-carousel .carousel .carousel-caption .promo .promoContentWrap p {
      font-size: 16px;
      letter-spacing: 0.05rem;
      font-family: "Interstate WGL Light", Arial, sans-serif;
      margin: 0 0 30px 0;
      font-weight: normal; }
    .ce-carousel .carousel .carousel-caption .promo .promoContentWrap .promo-logo {
      margin: 0 auto 30px auto; }
      .ce-carousel .carousel .carousel-caption .promo .promoContentWrap .promo-logo.bottom {
        margin: 30px auto 0 auto; }
    .ce-carousel .carousel .carousel-caption .promo .promoContentWrap a {
      display: inline-block; }
.ce-carousel .carousel .carousel-indicators li, .ce-carousel .carousel .carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 0; }

@media only screen and (max-width: 1600px) {
  .ce-carousel .carousel .item .teaserslider-img {
    width: auto;
    max-height: 500px; } }
@media only screen and (max-width: 1200px) {
  .ce-carousel .carousel .carousel-caption {
    width: 100%;
    left: 0;
    max-width: none;
    margin: 0; } }
@media only screen and (max-width: 1024px) {
  .ce-carousel .carousel .carousel-control {
    display: none; }
  .ce-carousel .carousel .carousel-caption {
    padding: 20px; }
    .ce-carousel .carousel .carousel-caption .promo .promoContentWrap h1 {
      margin-bottom: 20px; }
    .ce-carousel .carousel .carousel-caption .promo .promoContentWrap hr {
      margin-bottom: 20px; }
    .ce-carousel .carousel .carousel-caption .promo .promoContentWrap p {
      margin-bottom: 20px; }
    .ce-carousel .carousel .carousel-caption .promo .promoContentWrap .promo-logo {
      margin-bottom: 20px; }
      .ce-carousel .carousel .carousel-caption .promo .promoContentWrap .promo-logo.bottom {
        margin-top: 20px; } }
@media only screen and (max-width: 767px) {
  .ce-carousel .carousel .item {
    height: auto; }
    .ce-carousel .carousel .item .teaserslider-img {
     
      transform: translate(-50%, 0);
      margin-top: 0;
      width: auto; }
  .ce-carousel .carousel .carousel-indicators {
    bottom: initial;
    top: 330px; }
  .ce-carousel .carousel .carousel-caption {
    position: relative;
    background-color: #fff; }
    .ce-carousel .carousel .carousel-caption .promo {
      position: relative;
      top: initial;
      width: 100%; }
      .ce-carousel .carousel .carousel-caption .promo.left {
        left: 0; }
      .ce-carousel .carousel .carousel-caption .promo.right {
        right: 0; }
      .ce-carousel .carousel .carousel-caption .promo.center {
        left: 0;
        margin-left: 0; }
      .ce-carousel .carousel .carousel-caption .promo .promoContentWrap h1 {
        color: #000;
        line-height: normal;
        padding: 0; }
      .ce-carousel .carousel .carousel-caption .promo .promoContentWrap hr {
        display: none; }
      .ce-carousel .carousel .carousel-caption .promo .promoContentWrap p {
        color: #000;
        line-height: normal;
        padding: 0; }
      .ce-carousel .carousel .carousel-caption .promo .promoContentWrap button.framedButton {
        background-color: #000;
        color: #fff; }
    .ce-carousel .carousel .carousel-caption.mobile-darktheme {
      background-color: #000; }
      .ce-carousel .carousel .carousel-caption.mobile-darktheme .promo .promoContentWrap h1 {
        color: #fff; }
      .ce-carousel .carousel .carousel-caption.mobile-darktheme .promo .promoContentWrap p {
        color: #fff; }
      .ce-carousel .carousel .carousel-caption.mobile-darktheme .promo .promoContentWrap button.framedButton {
        background-color: #000;
        color: #fff;
        border-color: #fff; } }
/**
 *	Additional styling for full banner content element
 */
.ce-fullbanner [class^='col-'] {
  padding: 0; }

.fullbanner {
  max-width: 1200px;
  width: 100%;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  overflow: hidden; }
  .fullbanner [class^='col-'] {
    padding: 0; }
  .fullbanner .fullbanner-imgWrap {
    position: relative; }
    .fullbanner .fullbanner-imgWrap .fullbanner-img {
      width: auto;
      max-width: none;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 500px; }
  .fullbanner .promo {
    position: absolute;
    top: 0;
    height: 100%;
    text-align: center;
    width: 33.33%; }
    .fullbanner .promo.left {
      left: 5%; }
    .fullbanner .promo.right {
      right: 5%; }
    .fullbanner .promo.center {
      left: 50%;
      margin-left: -16.66%; }
    .fullbanner .promo h2 {
      font-size: 24px;
      line-height: 26px;
      font-weight: bold;
      margin: 0 0 30px 0; }
    .fullbanner .promo hr {
      margin: 0 auto 30px auto;
      width: 86px; }
    .fullbanner .promo p {
      font-size: 16px;
      letter-spacing: 0.05rem;
      font-family: "Interstate WGL", Arial, sans-serif;
      margin: 0 0 30px 0; }
    .fullbanner .promo .promo-content {
      margin: auto; }
    .fullbanner .promo .promo-logo {
      margin: 0 auto 30px auto; }
      .fullbanner .promo .promo-logo.bottom {
        margin: 30px auto 0 auto; }
    .fullbanner .promo .promoButtons {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: center; }
      .fullbanner .promo .promoButtons a {
        margin: auto 5px; }
      .fullbanner .promo .promoButtons .framedButton {
        margin: 5px auto;
        outline: 0; }

@media only screen and (max-width: 1024px) {
  .fullbanner .promo h2 {
    margin-bottom: 20px; }
  .fullbanner .promo hr {
    margin-bottom: 20px; }
  .fullbanner .promo p {
    margin-bottom: 20px; }
  .fullbanner .promo .promo-logo {
    margin-bottom: 20px; }
    .fullbanner .promo .promo-logo.bottom {
      margin: 20px auto 0 auto; } }
@media only screen and (max-width: 767px) {
  .fullbanner .fullbanner-imgWrap .fullbanner-img {
    height: 300px; }
  .fullbanner .promo {
    width: 100%;
    padding: 20px;
    position: relative;
    background-color: #fff; }
    .fullbanner .promo .promo-content {
      width: 100%; }
    .fullbanner .promo.left, .fullbanner .promo.right, .fullbanner .promo.center {
      left: 0;
      margin-left: 0;
      right: initial; }
    .fullbanner .promo h2 {
      font-size: 24px;
      line-height: 26px;
      color: #000; }
    .fullbanner .promo hr {
      display: none; }
    .fullbanner .promo p {
      font-size: 14px;
      color: #000; }
    .fullbanner .promo .framedButton {
      background-color: #000;
      color: #fff; }
    .fullbanner .promo.mobile-darktheme {
      background-color: #000; }
      .fullbanner .promo.mobile-darktheme h2 {
        color: #fff; }
      .fullbanner .promo.mobile-darktheme p {
        color: #fff; }
      .fullbanner .promo.mobile-darktheme .framedButton {
        background-color: #000;
        color: #fff;
        border-color: #fff; } }
/**
 *	Additional styling for 50-50-text content element
 */
.ce-50-50-text [class^='col-'] {
  padding: 0; }

.text-50-50 {
  position: relative;
  overflow: hidden; }
  .text-50-50 .promo {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    padding: 25px; }
    .text-50-50 .promo h2 {
      font-weight: bold;
      font-size: 24px;
      margin-bottom: 25px; }
    .text-50-50 .promo p {
      font-size: 16px;
      font-family: "Interstate WGL Light", Arial, sans-serif;
      margin-bottom: 25px;
      letter-spacing: 0.05rem; }
    .text-50-50 .promo a {
      display: inline-block;
      margin-right: 10px; }
      .text-50-50 .promo a:last-of-type {
        margin-right: 0; }
    .text-50-50 .promo button.orangetheme {
      min-width: 130px; }
  .text-50-50:hover .promo {
    bottom: 0; }

@media only screen and (max-width: 1024px) {
  .text-50-50 .promo {
    padding: 20px; }
    .text-50-50 .promo h2 {
      margin-bottom: 20px; }
    .text-50-50 .promo p {
      margin-bottom: 20px; }
  .text-50-50:hover .promo {
    bottom: -100%; }
  .text-50-50.hover .promo {
    bottom: 0; } }
@media only screen and (max-width: 767px) {
  .text-50-50 .text-50-50-img {
    height: 300px;
    width: auto;
    max-width: none;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .text-50-50 .promo {
    position: relative;
    height: auto;
    display: block;
    overflow: hidden;
    background-color: #fff; }
    .text-50-50 .promo h2 {
      color: #000;
      font-size: 24px; }
    .text-50-50 .promo p {
      color: #000;
      font-size: 14px; }
    .text-50-50 .promo a {
      display: block;
      margin-right: 0;
      margin-bottom: 10px; }
      .text-50-50 .promo a:last-of-type {
        margin-bottom: 0; }
    .text-50-50 .promo .framedButton {
      border-color: #000;
      color: #000; }
    .text-50-50 .promo.mobile-darktheme {
      background-color: #000; }
      .text-50-50 .promo.mobile-darktheme h2 {
        color: #fff; }
      .text-50-50 .promo.mobile-darktheme p {
        color: #fff; }
      .text-50-50 .promo.mobile-darktheme .framedButton {
        background-color: #000;
        color: #fff;
        border-color: #fff; } }
/**
 *	Additional styling for quad module content element
 */
.ce-quad-module [class^='col-'] {
  padding: 0; }

.quad-module {
  padding: 0;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  /* HOVER quad-module --> show promo */ }
  .quad-module .promo {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-justify-content: center; }
    .quad-module .promo .promo-content {
      margin: 0 auto;
      text-align: center; }
      .quad-module .promo .promo-content .text {
        font-weight: bold;
        font-size: 24px; }
      .quad-module .promo .promo-content .framedButton {
        margin-top: 30px; }
        .quad-module .promo .promo-content .framedButton.single {
          margin-top: 0; }
    .quad-module .promo.top {
      top: -100%;
      left: 0; }
    .quad-module .promo.bottom {
      bottom: -100%;
      left: 0; }
    .quad-module .promo.right {
      right: -100%;
      top: 0; }
    .quad-module .promo.left {
      left: -100%;
      top: 0; }
  .quad-module:hover .promo.top {
    top: 0; }
  .quad-module:hover .promo.bottom {
    bottom: 0; }
  .quad-module:hover .promo.right {
    right: 0; }
  .quad-module:hover .promo.left {
    left: 0; }

/* TABLET */
@media only screen and (max-width: 1024px) {
  .quad-module .promo .promo-content .text {
    font-size: 16px; }
  .quad-module .promo .promo-content .image {
    margin: auto; }
  .quad-module .promo .promo-content .framedButton {
    margin-top: 20px; } }
/* MOBILE */
@media only screen and (max-width: 767px) {
  .quad-module .promo {
    height: 100%;
    padding: 20px; }
    .quad-module .promo .promo-content .image {
      width: 65%;
      margin: auto; }
  .quad-module:hover .promo.top {
    top: -100%; }
  .quad-module:hover .promo.bottom {
    bottom: -100%; }
  .quad-module:hover .promo.right {
    right: -100%; }
  .quad-module:hover .promo.left {
    left: -100%; }
  .quad-module.hover .promo.top {
    top: 0; }
  .quad-module.hover .promo.bottom {
    bottom: 0; }
  .quad-module.hover .promo.right {
    right: 0; }
  .quad-module.hover .promo.left {
    left: 0; } }
/**
 *  Additional styling for headline content element
 */
.ce-headline [class^='col-'] {
  padding: 0; }

.headline {
  text-transform: uppercase;
  text-align: center;
  padding: 5px; }
  .headline h3 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.8px;
    margin-bottom: 0; }
  .headline hr {
    width: 86px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .headline p {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.05rem;
    font-family: "Interstate WGL Light", Arial, sans-serif;
    padding: 0;
    margin: 0; }
  .headline.lighttheme {
    background-color: #000; }
  .headline.darktheme {
    background-color: #fff; }
  .headline.transparent {
    background-color: transparent; }

@media only screen and (max-width: 1024px) {
  .headline {
    padding: 20px; } }
/**
 *	Additional styling for extended headline content element
 */
.ce-extended-headline [class^='col-'] {
  padding: 0; }

.extended-headline {
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  font-family: "Interstate WGL Light", Arial, sans-serif;
  padding: 30px; }
  .extended-headline h3 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-family: "Interstate WGL", Arial, sans-serif;
    color: #0000FF;
    margin-top: 20px;
    margin-bottom: 10px; }
  .extended-headline .subline {
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: bold;
    color: #5c5c5c;
    font-size: 16px; }
    .extended-headline .subline:before, .extended-headline .subline:after {
      content: "";
      height: 1px;
      display: block;
      margin-bottom: 10px;
      margin-top: 10px; }
  .extended-headline .text {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease; }
    .extended-headline .text p {
      color: #5c5c5c;
      padding: 0 10px;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 400ms ease;
      -moz-transition: all 400ms ease;
      -o-transition: all 400ms ease;
      transition: all 400ms ease;
      margin-bottom: 0;
      letter-spacing: 0.05rem;
      width: 100%; }
      .extended-headline .text p.uncropped {
        visibility: hidden;
        opacity: 0;
        overflow: hidden;
        max-height: 0;
        -webkit-transition: all 800ms ease;
        -moz-transition: all 800ms ease;
        -o-transition: all 800ms ease;
        transition: all 800ms ease; }
      .extended-headline .text p.cropped {
        position: absolute;
        top: 0;
        left: 0;
        visibility: visible;
        opacity: 1;
        margin-bottom: 0;
        -webkit-transition: all 800ms ease;
        -moz-transition: all 800ms ease;
        -o-transition: all 800ms ease;
        transition: all 800ms ease; }
      .extended-headline .text p.showParagraph {
        visibility: visible;
        opacity: 1; }
  .extended-headline .ce-extended-headline-toggleButton {
    cursor: pointer;
    display: none;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease; }
    .extended-headline .ce-extended-headline-toggleButton img {
      margin: auto; }
  .extended-headline.active .text {
    max-height: 100%; }
    .extended-headline.active .text p {
      visibility: visible;
      opacity: 1;
      max-height: 1000px;
      margin-bottom: 20px; }
      .extended-headline.active .text p:last-of-type {
        margin-bottom: 0; }
      .extended-headline.active .text p.uncropped {
        visibility: visible;
        opacity: 1;
        max-height: 1000px; }
      .extended-headline.active .text p.cropped {
        visibility: hidden;
        opacity: 0; }
  .extended-headline.active .ce-extended-headline-toggleButton {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1); }
  .extended-headline.background-bright {
    background-color: #fff; }
  .extended-headline.background-dark {
    background-color: #000; }
  .extended-headline.background-transparent.darktheme h3, .extended-headline.background-bright h3 {
    color: #000; }
  .extended-headline.background-transparent.darktheme .subline, .extended-headline.background-bright .subline {
    color: #000; }
    .extended-headline.background-transparent.darktheme .subline.line-fade:before, .extended-headline.background-transparent.darktheme .subline.line-fade:after, .extended-headline.background-bright .subline.line-fade:before, .extended-headline.background-bright .subline.line-fade:after {
      background: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%); }
    .extended-headline.background-transparent.darktheme .subline.line-solid:before, .extended-headline.background-transparent.darktheme .subline.line-solid:after, .extended-headline.background-bright .subline.line-solid:before, .extended-headline.background-bright .subline.line-solid:after {
      background: #000; }
  .extended-headline.background-transparent.darktheme .text p, .extended-headline.background-bright .text p {
    color: #000; }
  .extended-headline.background-transparent.lighttheme h3, .extended-headline.background-dark h3 {
    color: #fff; }
  .extended-headline.background-transparent.lighttheme .subline, .extended-headline.background-dark .subline {
    color: #fff; }
    .extended-headline.background-transparent.lighttheme .subline.line-fade:before, .extended-headline.background-transparent.lighttheme .subline.line-fade:after, .extended-headline.background-dark .subline.line-fade:before, .extended-headline.background-dark .subline.line-fade:after {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 10%, white 90%, rgba(255, 255, 255, 0) 100%); }
    .extended-headline.background-transparent.lighttheme .subline.line-solid:before, .extended-headline.background-transparent.lighttheme .subline.line-solid:after, .extended-headline.background-dark .subline.line-solid:before, .extended-headline.background-dark .subline.line-solid:after {
      background: #fff; }
  .extended-headline.background-transparent.lighttheme .text p, .extended-headline.background-dark .text p {
    color: #fff; }
  .extended-headline.background-transparent.greytheme h3 {
    color: #999999; }
  .extended-headline.background-transparent.greytheme .subline {
    color: #999999; }
    .extended-headline.background-transparent.greytheme .subline.line-fade:before, .extended-headline.background-transparent.greytheme .subline.line-fade:after {
      background: linear-gradient(to right, rgba(153, 153, 153, 0) 0%, #999999 10%, #999999 90%, rgba(153, 153, 153, 0) 100%); }
    .extended-headline.background-transparent.greytheme .subline.line-solid:before, .extended-headline.background-transparent.greytheme .subline.line-solid:after {
      background: #999999; }
  .extended-headline.background-transparent.greytheme .text p {
    color: #999999; }

@media only screen and (max-width: 1024px) {
  .extended-headline {
    padding: 20px; } }
/**
 *	Additional styling for shopbanner content element
 */
.ce-shopbanner [class^='col-'] {
  padding: 0; }

.shopbanner .shopbanner-content {
  max-width: 700px;
  margin: auto;
  position: relative;
  overflow: hidden; }
.shopbanner .promo {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 50%;
  text-transform: uppercase;
  padding: 0 15% 3% 15%; }
  .shopbanner .promo h3 {
    font-size: 12px; }
  .shopbanner .promo hr {
    margin-top: 10px;
    margin-bottom: 15px;
    width: 30%; }
  .shopbanner .promo button.framedButton {
    font-size: 8px;
    line-height: normal;
    height: 25px;
    padding: 0 10px; }

@media only screen and (max-width: 767px) {
  .shopbanner .shopbanner-img {
    height: 100%;
    max-width: none;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .shopbanner .promo {
    right: inherit;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 6%; }
    .shopbanner .promo h3 {
      font-size: 22px; }
    .shopbanner .promo button.framedButton {
      font-size: 14px;
      height: 40px;
      padding: 0 20px; } }
/**
 *	Additional styling for 50-50-hover content element
 */
.ce-50-50-hover [class^='col-'] {
  padding: 0; }

.hover-50-50 {
  position: relative;
  overflow: hidden; }
  .hover-50-50 .imageWrap {
    position: relative; }
  .hover-50-50:hover .hover-50-50-pic-hover {
    visibility: visible;
    opacity: 1; }
  .hover-50-50 .hover-50-50-pic-hover {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    position: absolute;
    top: 0;
    left: 0; }
  .hover-50-50 .promo {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    text-transform: uppercase;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .hover-50-50 .promo.darkbackground {
      background-color: rgba(0, 0, 0, 0.8); }
    .hover-50-50 .promo h2 {
      font-weight: bold;
      font-size: 24px;
      margin-bottom: 25px; }
    .hover-50-50 .promo p {
      font-size: 16px;
      font-family: "Interstate WGL Light", Arial, sans-serif;
      margin-bottom: 25px;
      letter-spacing: 0.05rem; }

.hover-50-50-zoom .hover-50-50-img {
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease; }
.hover-50-50-zoom:hover .hover-50-50-img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

@media only screen and (max-width: 1024px) {
  .hover-50-50 .promo {
    padding: 20px; }
    .hover-50-50 .promo h2 {
      margin-bottom: 20px; }
    .hover-50-50 .promo p {
      margin-bottom: 20px; } }
@media only screen and (max-width: 767px) {
  .hover-50-50:hover .hover-50-50-pic-hover {
    visibility: hidden;
    opacity: 0; }
  .hover-50-50.hover .hover-50-50-pic-hover {
    visibility: visible;
    opacity: 100; }
  .hover-50-50 .promo [class^='col-'] {
    padding: 5px; }
  .hover-50-50 .promo {
    position: relative;
    background-color: #fff;
    height: auto;
    display: block;
    letter-spacing: normal;
    padding: 20px; }
    .hover-50-50 .promo.darkbackground {
      background-color: #fff; }
    .hover-50-50 .promo h2 {
      color: #000;
      font-size: 14px; }
    .hover-50-50 .promo p {
      color: #000;
      font-size: 12px; }
    .hover-50-50 .promo .framedButton {
      border-color: #000;
      color: #000; }
    .hover-50-50 .promo.mobile-darktheme {
      background-color: #000; }
      .hover-50-50 .promo.mobile-darktheme.darkbackground {
        background-color: #000; }
      .hover-50-50 .promo.mobile-darktheme h2 {
        color: #fff; }
      .hover-50-50 .promo.mobile-darktheme p {
        color: #fff; }
      .hover-50-50 .promo.mobile-darktheme .framedButton {
        background-color: #000;
        color: #fff;
        border-color: #fff; }

  .hover-50-50-zoom:hover .hover-50-50-img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  .hover-50-50-zoom.hover .hover-50-50-img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); } }
.ce-accordeon .container {
  padding: 0; }
.ce-accordeon .ce-fullbanner .row {
  margin-left: 0px;
  margin-right: 0px; }
.ce-accordeon .panel-group {
  margin-bottom: 0; }
  .ce-accordeon .panel-group .panel {
    margin-bottom: 0;
    border: 0 none;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0; }
.ce-accordeon .panel-group .panel + .panel {
  margin-top: 0; }
.ce-accordeon .panel-default {
  border: none; }
  .ce-accordeon .panel-default .panel-heading {
    padding: 0;
    color: inherit;
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    position: relative;
    margin-bottom: -1px;
    overflow: hidden; }
    .ce-accordeon .panel-default .panel-heading img {
      height: 300px;
      width: auto;
      max-width: none;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .ce-accordeon .panel-default .panel-heading .teaser-text-wrapper {
      display: -webkit-inline-flex;
      display: inline-flex;
      height: 100%;
      width: 100%;
      padding: 0;
      margin: auto 0;
      position: absolute;
      top: 0;
      bottom: 0; }
      .ce-accordeon .panel-default .panel-heading .teaser-text-wrapper.left {
        left: 0; }
      .ce-accordeon .panel-default .panel-heading .teaser-text-wrapper.right {
        right: 0; }
      .ce-accordeon .panel-default .panel-heading .teaser-text-wrapper.center {
        width: 100%; }
      .ce-accordeon .panel-default .panel-heading .teaser-text-wrapper .teaser-text {
        display: block;
        vertical-align: middle;
        margin: auto;
        padding: 0; }
        .ce-accordeon .panel-default .panel-heading .teaser-text-wrapper .teaser-text h2 {
          font-size: 24px;
          line-height: 26px;
          font-weight: bold;
          margin: 0 0 20px 0;
          text-align: center; }
        .ce-accordeon .panel-default .panel-heading .teaser-text-wrapper .teaser-text hr {
          margin: 0 auto 20px auto;
          width: 86px; }
        .ce-accordeon .panel-default .panel-heading .teaser-text-wrapper .teaser-text p {
          font-size: 16px;
          letter-spacing: 1px;
          font-family: "Interstate WGL Light", Arial, sans-serif;
          margin: 0 0 20px 0;
          text-align: center;
          text-transform: uppercase; }
        .ce-accordeon .panel-default .panel-heading .teaser-text-wrapper .teaser-text .promo-logo {
          margin: 0 auto 20px auto;
          text-align: center; }
          .ce-accordeon .panel-default .panel-heading .teaser-text-wrapper .teaser-text .promo-logo img {
            height: auto;
            width: auto;
            max-width: 100%;
            display: inherit; }
    .ce-accordeon .panel-default .panel-heading .accordeon-opener {
      position: absolute;
      bottom: 0;
      margin: 0 0 0 -16px;
      cursor: pointer; }
      .ce-accordeon .panel-default .panel-heading .accordeon-opener.left {
        right: 81%; }
      .ce-accordeon .panel-default .panel-heading .accordeon-opener.right {
        left: 81%; }
      .ce-accordeon .panel-default .panel-heading .accordeon-opener.middle {
        left: 50%; }
      .ce-accordeon .panel-default .panel-heading .accordeon-opener:after {
        font-family: "fontello";
        font-size: 50px;
        line-height: 55px;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        content: '\e800';
        -webkit-transform: scale(1, -1);
        -moz-transform: scale(1, -1);
        -o-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
        transform: scale(1, -1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .ce-accordeon .panel-default .panel-heading .accordeon-opener.lighttheme {
        color: #ffffff; }
      .ce-accordeon .panel-default .panel-heading .accordeon-opener.darktheme {
        color: #000000; }
    .ce-accordeon .panel-default .panel-heading .collapsed .accordeon-opener:after {
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }
  .ce-accordeon .panel-default .panel-body {
    border-top: none !important;
    color: #4a4a48;
    font: 16px/1.5em "Helvetica Neue", Verdana, Arial, sans-serif;
    padding: 0; }
    .ce-accordeon .panel-default .panel-body .row {
      margin-left: 0px;
      margin-right: 0px; }
    .ce-accordeon .panel-default .panel-body p {
      font-family: "Interstate WGL Light", Arial, sans-serif;
      text-align: center;
      line-height: 1.4;
      font-size: 14px;
      letter-spacing: 0.1rem; }
    .ce-accordeon .panel-default .panel-body .disclaimer p {
      font-size: 7px;
      letter-spacing: normal; }
    .ce-accordeon .panel-default .panel-body.text-content {
      padding: 20px; }
      .ce-accordeon .panel-default .panel-body.text-content p {
        letter-spacing: 0.05rem;
        margin-bottom: 20px; }
        .ce-accordeon .panel-default .panel-body.text-content p:last-of-type {
          margin-bottom: 0; }
        .ce-accordeon .panel-default .panel-body.text-content p a {
          display: inline-block; }
    .ce-accordeon .panel-default .panel-body .tx-cobjects-product-view .promo-list, .ce-accordeon .panel-default .panel-body .tx-cobjects-product-view .promoListInit {
      justify-content: center;
      -ms-justify-content: center; }
.ce-accordeon .disclaimer {
  color: #ffffff; }
.ce-accordeon .productList .bx-has-controls-direction {
  display: none; }
.ce-accordeon .promo-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
.ce-accordeon .promo-list_item {
  position: relative;
  min-height: 0;
  display: inline-block;
  padding: 5px 0 48px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
  width: 25%;
  z-index: 1;
  margin: 0; }
  .ce-accordeon .promo-list_item:before {
    display: none;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    background: #000000;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  .ce-accordeon .promo-list_item:hover:before {
    display: block; }
  .ce-accordeon .promo-list_item .image {
    margin: 0 10px;
    text-align: center; }
    .ce-accordeon .promo-list_item .image img {
      margin: 0 auto 28px;
      position: relative;
      width: 100%;
      z-index: -1; }
  .ce-accordeon .promo-list_item .name {
    display: block;
    font: bold 14px/1.2em 'Interstate WGL Cond', Arial;
    margin: 0 0 3px;
    text-align: center;
    z-index: 10;
    position: relative; }
  .ce-accordeon .promo-list_item:hover .name {
    color: #ffffff; }
  .ce-accordeon .promo-list_item .price-box {
    margin: 7px 0;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    overflow: hidden;
    min-height: 0; }
    .ce-accordeon .promo-list_item .price-box .price {
      color: #4a4a48;
      display: block;
      font: normal 12px/1.2em 'Interstate WGL Cond', Arial;
      margin: 0 0 11px;
      white-space: nowrap;
      position: relative;
      z-index: 10; }
  .ce-accordeon .promo-list_item:hover .price-box .price {
    color: #ffffff; }
  .ce-accordeon .promo-list_item .btn-holder {
    position: relative;
    bottom: 0;
    text-align: center;
    z-index: 10; }
  .ce-accordeon .promo-list_item .description {
    color: #ffffff;
    display: none;
    left: 0;
    letter-spacing: 1px;
    padding: 0 10px;
    position: absolute;
    text-align: left;
    top: 15%;
    z-index: 2;
    clear: both;
    margin: 0 0 1em 0; }
    .ce-accordeon .promo-list_item .description p {
      font: 12px/1.2em 'Interstate WGL Cond', Arial;
      margin: 0 0 20px;
      letter-spacing: 0.1rem;
      text-align: left; }
  .ce-accordeon .promo-list_item:hover .description {
    display: block; }

@media (min-width: 768px) {
  .ce-accordeon .panel-default .panel-heading img {
    height: 500px; }
  .ce-accordeon .panel-default .panel-heading .teaser-text-wrapper {
    width: 33.3%; }
    .ce-accordeon .panel-default .panel-heading .teaser-text-wrapper.left {
      left: 5%; }
    .ce-accordeon .panel-default .panel-heading .teaser-text-wrapper.right {
      right: 5%; }
    .ce-accordeon .panel-default .panel-heading .teaser-text-wrapper .teaser-text .promo-logo img {
      margin: auto; }
  .ce-accordeon .panel-default .panel-body .disclaimer p {
    font-size: 9px; } }
@media (min-width: 1024px) {
  .ce-accordeon .panel-default .panel-heading .teaser-text-wrapper .teaser-text h2 {
    margin-bottom: 30px; }
  .ce-accordeon .panel-default .panel-heading .teaser-text-wrapper .teaser-text hr {
    margin: 0 auto 30px auto; }
  .ce-accordeon .panel-default .panel-heading .teaser-text-wrapper .teaser-text p {
    margin: 0 0 30px 0; }
  .ce-accordeon .panel-default .panel-heading .teaser-text-wrapper .teaser-text .promo-logo {
    margin: 0 auto 30px auto; }
  .ce-accordeon .panel-default .panel-body.text-content {
    padding: 30px; }
    .ce-accordeon .panel-default .panel-body.text-content p {
      margin-bottom: 30px; }
  .ce-accordeon .btn-warning {
    font-size: 17px; } }
/**
 *	Additional styling for 2-3-banner content element
 */
.ce-banner-2-3 [class^='col-'] {
  padding: 0; }
.ce-banner-2-3 .row:before, .ce-banner-2-3 .row:after {
  display: block; }

.banner-img-2-3 {
  display: block;
  overflow: hidden; }
  .banner-img-2-3 img {
    max-width: none;
    min-width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

.banner-text-2-3 {
  text-transform: none !important;
  width: 100%;
  text-align: center;
  padding: 0 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .banner-text-2-3 .banner-text-2-3-moreText {
    padding-left: 20px;
    padding-right: 20px; }
  .banner-text-2-3 .banner-text-2-3-wrap {
    width: 100%; }
    .banner-text-2-3 .banner-text-2-3-wrap h3 {
      font-weight: bold;
      font-size: 22px;
      line-height: 24px;
      margin-bottom: 30px; }
    .banner-text-2-3 .banner-text-2-3-wrap p {
      font-size: 16px;
      line-height: 1.4;
      font-family: "Interstate WGL Light", Arial, sans-serif;
      margin-bottom: 30px;
      letter-spacing: 0.05rem;
      padding: 0 10px; }
  .banner-text-2-3.lighttheme {
    background-color: #000; }
    .banner-text-2-3.lighttheme a {
      color: #fff; }
  .banner-text-2-3.darktheme {
    background-color: #fff; }
    .banner-text-2-3.darktheme a {
      color: #000; }
  .banner-text-2-3.transparent {
    background-color: transparent; }
    .banner-text-2-3.transparent.darktheme {
      color: #000; }
      .banner-text-2-3.transparent.darktheme h1, .banner-text-2-3.transparent.darktheme h2, .banner-text-2-3.transparent.darktheme h3, .banner-text-2-3.transparent.darktheme h4, .banner-text-2-3.transparent.darktheme h5, .banner-text-2-3.transparent.darktheme h6, .banner-text-2-3.transparent.darktheme p, .banner-text-2-3.transparent.darktheme a {
        color: #000; }
      .banner-text-2-3.transparent.darktheme .framedButton {
        color: #000;
        border: 1px solid #000; }
      .banner-text-2-3.transparent.darktheme hr {
        border-top: 1px solid #000; }
    .banner-text-2-3.transparent.lighttheme {
      color: #fff; }
      .banner-text-2-3.transparent.lighttheme h1, .banner-text-2-3.transparent.lighttheme h2, .banner-text-2-3.transparent.lighttheme h3, .banner-text-2-3.transparent.lighttheme h4, .banner-text-2-3.transparent.lighttheme h5, .banner-text-2-3.transparent.lighttheme h6, .banner-text-2-3.transparent.lighttheme p, .banner-text-2-3.transparent.lighttheme a {
        color: #fff; }
      .banner-text-2-3.transparent.lighttheme .framedButton {
        color: #fff;
        border: 1px solid #fff; }
      .banner-text-2-3.transparent.lighttheme hr {
        border-top: 1px solid #fff; }

@media only screen and (max-width: 1024px) {
  .banner-text-2-3 .banner-text-2-3-wrap {
    padding: 20px; }
    .banner-text-2-3 .banner-text-2-3-wrap h3 {
      margin-bottom: 20px; }
    .banner-text-2-3 .banner-text-2-3-wrap p {
      margin-bottom: 20px; } }
@media only screen and (max-width: 991px) {
  .banner-img-2-3 img {
    height: 500px !important; } }
@media only screen and (max-width: 767px) {
  .fullHeight {
    display: block; }

  .banner-img-2-3 {
    width: 100% !important; }
    .banner-img-2-3 img {
      width: auto !important;
      overflow: hidden;
      height: 300px !important; }

  .banner-text-2-3 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
    .banner-text-2-3 .banner-text-2-3-wrap h3 {
      font-size: 14px;
      line-height: 16px; }
    .banner-text-2-3 .banner-text-2-3-wrap p {
      font-size: 12px;
      padding: 0; } }
/**
 *	Additional styling for 1-2-banner content element
 */
.ce-banner-1-2 [class^='col-'] {
  padding: 0; }
.ce-banner-1-2 .row:before, .ce-banner-1-2 .row:after {
  display: block; }

.banner-img-1-2 {
  display: block;
  overflow: hidden; }
  .banner-img-1-2 img {
    max-width: none;
    min-width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 500px; }

.banner-text-1-2 {
  text-transform: none !important;
  width: 100%;
  text-align: center;
  padding: 0 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .banner-text-1-2 .banner-text-1-2-moreText {
    padding-left: 20px;
    padding-right: 20px; }
  .banner-text-1-2 .banner-text-1-2-wrap {
    width: 100%; }
    .banner-text-1-2 .banner-text-1-2-wrap h3 {
      font-weight: bold;
      font-size: 22px;
      line-height: 24px;
      margin-bottom: 30px; }
    .banner-text-1-2 .banner-text-1-2-wrap p {
      font-size: 16px;
      line-height: 1.4;
      font-family: "Interstate WGL Light", Arial, sans-serif;
      margin-bottom: 30px;
      letter-spacing: 0.05rem;
      padding: 0 10px; }
  .banner-text-1-2.lighttheme {
    background-color: #000; }
    .banner-text-1-2.lighttheme a {
      color: #fff; }
  .banner-text-1-2.darktheme {
    background-color: #fff; }
    .banner-text-1-2.darktheme a {
      color: #000; }
  .banner-text-1-2.transparent {
    background-color: transparent; }
    .banner-text-1-2.transparent.darktheme {
      color: #000; }
      .banner-text-1-2.transparent.darktheme h1, .banner-text-1-2.transparent.darktheme h2, .banner-text-1-2.transparent.darktheme h3, .banner-text-1-2.transparent.darktheme h4, .banner-text-1-2.transparent.darktheme h5, .banner-text-1-2.transparent.darktheme h6, .banner-text-1-2.transparent.darktheme p, .banner-text-1-2.transparent.darktheme a {
        color: #000; }
      .banner-text-1-2.transparent.darktheme .framedButton {
        color: #000;
        border: 1px solid #000; }
      .banner-text-1-2.transparent.darktheme hr {
        border-top: 1px solid #000; }
    .banner-text-1-2.transparent.lighttheme {
      color: #fff; }
      .banner-text-1-2.transparent.lighttheme h1, .banner-text-1-2.transparent.lighttheme h2, .banner-text-1-2.transparent.lighttheme h3, .banner-text-1-2.transparent.lighttheme h4, .banner-text-1-2.transparent.lighttheme h5, .banner-text-1-2.transparent.lighttheme h6, .banner-text-1-2.transparent.lighttheme p, .banner-text-1-2.transparent.lighttheme a {
        color: #fff; }
      .banner-text-1-2.transparent.lighttheme .framedButton {
        color: #fff;
        border: 1px solid #fff; }
      .banner-text-1-2.transparent.lighttheme hr {
        border-top: 1px solid #fff; }

@media only screen and (max-width: 1024px) {
  .banner-text-1-2 .banner-text-1-2-wrap {
    padding: 20px; }
    .banner-text-1-2 .banner-text-1-2-wrap h3 {
      margin-bottom: 20px; }
    .banner-text-1-2 .banner-text-1-2-wrap p {
      margin-bottom: 20px; } }
@media only screen and (max-width: 767px) {
  .fullHeight {
    display: block; }

  .banner-img-1-2 {
    width: 100% !important; }
    .banner-img-1-2 img {
      width: auto !important;
      overflow: hidden;
      height: 300px !important; }

  .banner-text-1-2 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
    .banner-text-1-2 .banner-text-1-2-wrap h3 {
      font-size: 14px;
      line-height: 16px; }
    .banner-text-1-2 .banner-text-1-2-wrap p {
      font-size: 12px;
      padding: 0; } }
/**
 *	Additional styling for slider gallery
 */
.ce-slider-gallery [class^='col-'] {
  padding: 0; }

.ce-slider-gallery .carousel .item {
  overflow: hidden; }
  .ce-slider-gallery .carousel .item .slider-gallery-img {
    width: auto;
    max-width: none;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 500px; }
.ce-slider-gallery .carousel .carousel-nav {
  position: absolute;
  top: 50%;
  margin-top: -30px; }
  .ce-slider-gallery .carousel .carousel-nav.carousel-next {
    right: 25px; }
  .ce-slider-gallery .carousel .carousel-nav.carousel-prev {
    left: 25px; }
.ce-slider-gallery .carousel .carousel-indicators li, .ce-slider-gallery .carousel .carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 0; }

@media only screen and (max-width: 767px) {
  .ce-slider-gallery .carousel .item .slider-gallery-img {
    height: 300px; }
  .ce-slider-gallery .carousel .carousel-control {
    display: none; } }
/**
 *  Additional styling for product hero content element
 */
.tx-cobjects-product-hero [class^='col-'] {
  padding: 0; }

.tx-cobjects-product-hero a {
  color: #7d7d7d;
  font-size: 12px;
  line-height: 1.2em;
  font-family: "Interstate WGL Cond", Arial, sans-serif;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: normal; }

.tx-cobjects-product-hero .loader {
  background: #ffffff url(../Images/ajax-loader.gif) no-repeat 100% 50%;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto; }

.tx-cobjects-product-hero .promo-product {
  position: relative;
  padding: 40px 0; }

.tx-cobjects-product-hero div.promo-product {
  background-color: #d3d3d3; }

.tx-cobjects-product-hero .promo-product_holder {
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }

.tx-cobjects-product-hero .promo-product:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background: radial-gradient(circle at 40% 30%, #ffffff, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.1) 100%); }

.tx-cobjects-product-hero .promo-product_holder:before,
.tx-cobjects-product-hero .promo-product_holder:after {
  content: " ";
  display: table; }

.tx-cobjects-product-hero .promo-product_holder:after {
  clear: both; }

.tx-cobjects-product-hero .promo-product_image {
  float: left;
  /*width: 540px;*/
  width: 57%;
  /* CR - set image sizing as wished */ }

@media only screen and (max-width: 767px) {
  .tx-cobjects-product-hero .promo-product_image {
    float: none;
    width: 100%; } }
.tx-cobjects-product-hero .product-image,
.tx-cobjects-product-hero .no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
  border: 1px solid #ededed; }

.tx-cobjects-product-hero .product-image {
  border: 0; }

.tx-cobjects-product-hero .promo-product_image .bx-controls {
  display: block; }

.tx-cobjects-product-hero .promo-product_image img {
  width: 100%; }

.tx-cobjects-product-hero .promo-product_image .bx-pager {
  bottom: 16%;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center; }

@media only screen and (min-width: 1025px), only screen and (max-width: 1024px) and (min-width: 768px) {
  .tx-cobjects-product-hero .promo-product_image .bx-pager {
    display: none; } }
.tx-cobjects-product-hero .promo-product_image .bx-pager-item,
.tx-cobjects-product-hero .promo-product_image .bx-controls-auto-item {
  display: inline-block; }

.tx-cobjects-product-hero .promo-product_image .bx-pager-link {
  background: rgba(58, 78, 130, 0.5);
  border-radius: 8px;
  display: block;
  height: 16px;
  margin: 0 3px;
  outline: 0;
  text-indent: -9999px;
  width: 16px; }

@media only screen and (max-width: 767px) {
  .tx-cobjects-product-hero .promo-product_image .bx-pager-link {
    border-radius: 4px;
    height: 8px;
    line-height: 8px;
    margin: 0 7px;
    width: 8px; } }
.tx-cobjects-product-hero .promo-product_image .bx-wrapper .bx-pager.bx-default-pager a:hover,
.tx-cobjects-product-hero .promo-product_image .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ffffff; }

.tx-cobjects-product-hero .product-image .bx-controls-direction a {
  background: url(../Images/producthero/arrow-prev-product.png) no-repeat;
  height: 59px;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  left: 0;
  margin-top: -30px;
  outline: 0;
  position: absolute;
  top: 50%;
  width: 37px; }

.tx-cobjects-product-hero .product-image .bx-controls-direction a.bx-next {
  background: url(../Images/producthero/arrow-next-product.png) no-repeat;
  left: auto;
  right: 0; }

.tx-cobjects-product-hero .promo-product_description {
  float: right;
  /*width: 380px;*/
  width: 40%;
  /* CR - set image sizing as wished */ }

.tx-cobjects-product-hero .tabs {
  margin-bottom: 10px;
  background: #ffffff; }

.tx-cobjects-product-hero .product-view .product-shop,
.tx-cobjects-product-hero .product-img-box,
.tx-cobjects-product-hero .product-collateral,
.tx-cobjects-product-hero .product-view .block-related, .box-collateral {
  margin-bottom: 10px; }

.tx-cobjects-product-hero .product-collateral {
  clear: both; }

.tx-cobjects-product-hero .product-collateral {
  display: none; }

.tx-cobjects-product-hero .product-view .product-essential:after {
  content: '';
  display: table;
  clear: both; }

.tx-cobjects-product-hero .no-display {
  display: none; }

.tx-cobjects-product-hero .product-view .product-shop {
  width: 50%;
  float: right;
  color: #4a4a48;
  font-size: 18px;
  line-height: 1.2em;
  font-family: "Interstate WGL", Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 18px; }

.tx-cobjects-product-hero .product-view .product-shop,
.tx-cobjects-product-hero .product-view .add-to-cart-wrapper,
.tx-cobjects-product-hero .product-view .block-related {
  padding-left: 15px; }

.tx-cobjects-product-hero .product-view .product-shop,
.tx-cobjects-product-hero .product-img-box,
.tx-cobjects-product-hero .product-collateral,
.tx-cobjects-product-hero .product-view .block-related,
.tx-cobjects-product-hero .box-collateral {
  margin-bottom: 10px; }

.tx-cobjects-product-hero .product-view .product-shop,
.tx-cobjects-product-hero .set-product-type .product-shop,
.tx-cobjects-product-hero .product-view .add-to-cart-wrapper,
.tx-cobjects-product-hero .set-product-type .add-to-cart-wrapper {
  padding: 0;
  /*width: 380px;*/
  width: 100%;
  /* CR - set image sizing as wished */ }

.tx-cobjects-product-hero .product-view .product-shop .product-name {
  display: none;
  float: left; }

@media only screen and (min-width: 768px) {
  .tx-cobjects-product-hero .product-view .product-shop .product-name {
    display: block; } }
.tx-cobjects-product-hero .product-view .product-shop .product-name,
.tx-cobjects-product-hero .set-product-type .product-shop .product-name {
  float: none;
  margin: 0 0 17px; }

.tx-cobjects-product-hero .product-name .h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #636363;
  border-bottom: 1px solid #ededed;
  padding-bottom: 3px;
  margin-bottom: 15px; }

.tx-cobjects-product-hero .product-view .product-shop .product-name .h1,
.tx-cobjects-product-hero .product-view .product-img-box .product-name h1 {
  color: #3399cc;
  margin-bottom: 10px;
  border: 0; }

.tx-cobjects-product-hero .product-view .product-shop .product-name .h1 {
  float: left;
  margin-bottom: 5px; }

.tx-cobjects-product-hero .product-view .product-shop .product-name .h1,
.tx-cobjects-product-hero .set-product-type .product-shop .product-name .h1,
.tx-cobjects-product-hero .product-view .product-shop .product-name .h1 a,
.tx-cobjects-product-hero .set-product-type .product-shop .product-name .h1 a {
  color: #4a4a48;
  float: none;
  font: bold 30px/1.2em "Interstate WGL", Arial;
  letter-spacing: 1px;
  text-decoration: none; }

.tx-cobjects-product-hero .product-view .product-shop .extra-info,
.tx-cobjects-product-hero .set-product-type .product-shop .extra-info {
  float: none;
  padding-right: 15px;
  clear: both; }
  .tx-cobjects-product-hero .product-view .product-shop .extra-info .ratings .rating-links a, .tx-cobjects-product-hero .product-view .product-shop .extra-info .ratings-table .rating-links a,
  .tx-cobjects-product-hero .set-product-type .product-shop .extra-info .ratings .rating-links a,
  .tx-cobjects-product-hero .set-product-type .product-shop .extra-info .ratings-table .rating-links a {
    display: inline-block;
    margin: 2px 15px 0 0; }
    .tx-cobjects-product-hero .product-view .product-shop .extra-info .ratings .rating-links a:first-child, .tx-cobjects-product-hero .product-view .product-shop .extra-info .ratings-table .rating-links a:first-child,
    .tx-cobjects-product-hero .set-product-type .product-shop .extra-info .ratings .rating-links a:first-child,
    .tx-cobjects-product-hero .set-product-type .product-shop .extra-info .ratings-table .rating-links a:first-child {
      color: #4a4a48;
      text-decoration: none;
      letter-spacing: 0.1rem; }
  .tx-cobjects-product-hero .product-view .product-shop .extra-info .ratings .rating-links .separator, .tx-cobjects-product-hero .product-view .product-shop .extra-info .ratings-table .rating-links .separator,
  .tx-cobjects-product-hero .set-product-type .product-shop .extra-info .ratings .rating-links .separator,
  .tx-cobjects-product-hero .set-product-type .product-shop .extra-info .ratings-table .rating-links .separator {
    display: none; }

.tx-cobjects-product-hero .product-view .product-shop .extra-info,
.tx-cobjects-product-hero .product-view .product-shop .price-info {
  /*max-width: 50%;*/
  margin-bottom: 10px; }

.tx-cobjects-product-hero .product-view .product-shop .extra-info,
.tx-cobjects-product-hero .set-product-type .product-shop .extra-info {
  float: none;
  max-width: 100%; }

.tx-cobjects-product-hero .product-view .product-shop .price-info {
  float: right;
  padding-left: 15px;
  text-align: right;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 18px;
  font-weight: normal; }

.tx-cobjects-product-hero .product-view .product-shop .price-info,
.tx-cobjects-product-hero .set-product-type .product-shop .price-info {
  color: #4a4a48;
  float: none;
  max-width: none;
  padding: 0;
  text-align: left;
  font-weight: normal; }

.product-view .product-shop .extra-info, .set-product-type .product-shop .extra-info {
  float: none;
  max-width: 100%; }

.tx-cobjects-product-hero .product-view .delivery-time-block,
.tx-cobjects-product-hero .set-product-type .delivery-time-block {
  font-size: 14px;
  line-height: 1.4em;
  font-family: "Interstate WGL Cond", Arial, sans-serif;
  margin-bottom: 6px;
  text-transform: uppercase;
  clear: both; }

.tx-cobjects-product-hero .product-view .add-to-cart-wrapper,
.tx-cobjects-product-hero .product-view .block-related {
  width: 50%;
  float: none;
  clear: both; }

.tx-cobjects-product-hero .product-view .product-shop,
.tx-cobjects-product-hero .product-view .add-to-cart-wrapper,
.tx-cobjects-product-hero .product-view .block-related {
  padding-left: 15px; }

.tx-cobjects-product-hero .product-view .product-shop,
.tx-cobjects-product-hero .set-product-type .product-shop,
.tx-cobjects-product-hero .product-view .add-to-cart-wrapper,
.tx-cobjects-product-hero .set-product-type .add-to-cart-wrapper {
  padding: 0;
  /*width: 380px;*/
  width: 100%;
  /* CR - set image sizing as wished */ }

.tx-cobjects-product-hero .add-to-links {
  margin: 7px 0; }

.tx-cobjects-product-hero .product-view .add-to-links {
  clear: both;
  margin-top: 0px;
  margin-right: 15px;
  float: left; }

.tx-cobjects-product-hero .product-view .add-to-links,
.tx-cobjects-product-hero .set-product-type .add-to-links {
  float: none;
  margin-bottom: 31px; }

.tx-cobjects-product-hero .product-view .add-to-box {
  padding: 15px 0; }

.tx-cobjects-product-hero .product-view .add-to-box:after,
.tx-cobjects-product-hero .product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both; }

.tx-cobjects-product-hero .product-view .add-to-links li {
  float: left; }

.tx-cobjects-product-hero .product-view .add-to-links a {
  padding: 2px 7px 2px 0px;
  margin-left: 7px;
  border-right: 1px solid #cccccc; }

.tx-cobjects-product-hero .product-view .add-to-links a,
.tx-cobjects-product-hero .set-product-type .add-to-links a {
  border: 0; }

.tx-cobjects-product-hero .product-view .add-to-links li:first-child a {
  margin-left: 0px; }

.tx-cobjects-product-hero .product-view .add-to-links li:last-child a {
  border-right: 0px; }

.tx-cobjects-product-hero .accordion {
  border-bottom: 1px solid #c6c6c6; }

.tx-cobjects-product-hero .accordion {
  margin: 0; }

.tx-cobjects-product-hero .accordion .accordion-heading {
  border-top: 1px solid #c6c6c6;
  color: #4a4a48;
  cursor: pointer;
  margin: 0;
  padding: 10px 0;
  position: relative;
  font-family: "Interstate WGL", Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4em;
  text-rendering: optimizeSpeed;
  text-transform: uppercase; }

.tx-cobjects-product-hero .accordion .accordion-heading:before {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: url(../Images/producthero/arrow-accordion.png) no-repeat;
  content: "";
  height: 10px;
  margin-top: -6px;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 14px; }

.tx-cobjects-product-hero .accordion .accordion-heading.opened:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.tx-cobjects-product-hero .description {
  clear: both;
  margin: 5em 0 1em 0; }

.tx-cobjects-product-hero .product-view .description,
.tx-cobjects-product-hero .set-product-type .description {
  font: 14px/1.2em "Interstate WGL Light", Arial;
  padding: 27px 0 38px; }

.tx-cobjects-product-hero .accordion .accordion-content {
  display: none;
  padding: 0 0 16px; }

.tx-cobjects-product-hero .accordion .accordion-content .accordion-content {
  display: block; }

.tx-cobjects-product-hero div.accordion .description {
  margin: 0; }

.tx-cobjects-product-hero .accordion .accordion-content table {
  border-collapse: collapse;
  font-family: "Interstate WGL Cond", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5em; }
  .tx-cobjects-product-hero .accordion .accordion-content table td {
    padding-right: 10px; }

.tx-cobjects-product-hero .accordion .accordion-content p {
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: 0.05rem; }

.tx-cobjects-product-hero .accordion .accordion-content .technologies-list .technologies-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px; }
  .tx-cobjects-product-hero .accordion .accordion-content .technologies-list .technologies-list-item .technologies-list-item-holder {
    width: 25%; }
  .tx-cobjects-product-hero .accordion .accordion-content .technologies-list .technologies-list-item .technologies-list-item-description {
    width: 75%; }

.tx-cobjects-product-hero .product-view .sharing-links {
  float: left; }

.tx-cobjects-product-hero .product-view .sharing-links,
.tx-cobjects-product-hero .set-product-type .sharing-links {
  float: none;
  margin: 30px 0 10px; }

.tx-cobjects-product-hero .product-view .sharing-links:before,
.tx-cobjects-product-hero .set-product-type .sharing-links:before,
.tx-cobjects-product-hero .product-view .sharing-links:after,
.tx-cobjects-product-hero .set-product-type .sharing-links:after {
  content: " ";
  display: table; }

.tx-cobjects-product-hero .product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both; }

.tx-cobjects-product-hero .product-view .sharing-links:before,
.tx-cobjects-product-hero .set-product-type .sharing-links:before,
.tx-cobjects-product-hero .product-view .sharing-links:after,
.tx-cobjects-product-hero .set-product-type .sharing-links:after {
  content: " ";
  display: table; }

.tx-cobjects-product-hero .product-view .sharing-links:after,
.tx-cobjects-product-hero .set-product-type .sharing-links:after {
  clear: both; }

.tx-cobjects-product-hero .product-view .sharing-links li {
  float: left;
  padding: 0px 7px 7px; }

.tx-cobjects-product-hero .product-view .sharing-links .share,
.tx-cobjects-product-hero .set-product-type .sharing-links .share {
  color: #4a4a48;
  font: bold 14px/24px "Interstate WGL Cond", Arial;
  padding-left: 0;
  padding-right: 13px;
  text-transform: uppercase; }

.tx-cobjects-product-hero .product-view .sharing-links a {
  background-image: url(../Images/sprites.png);
  background-repeat: no-repeat;
  text-indent: -9999px; }

.tx-cobjects-product-hero .product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px; }

.tx-cobjects-product-hero .product-view .sharing-links a {
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  display: block;
  font: 0/0 serif;
  height: 24px;
  width: 24px; }
  .tx-cobjects-product-hero .product-view .sharing-links a.link-email-friend {
    background-position: 0px -322px;
    background: url(../Images/icons/icon-email-product.png) no-repeat; }
  .tx-cobjects-product-hero .product-view .sharing-links a.link-facebook {
    background: url(../Images/icons/icon-facebook-prod.png) no-repeat; }
  .tx-cobjects-product-hero .product-view .sharing-links a.link-twitter {
    background: url(../Images/icons/icon-twitter-prod.png) no-repeat; }
  .tx-cobjects-product-hero .product-view .sharing-links a.link-google-plus {
    background: url(../Images/icons/icon-googleplus-prod.png) no-repeat; }

.tx-cobjects-product-hero .product-view .button,
.tx-cobjects-product-hero .promo-list a.button,
.tx-cobjects-product-hero .product-view button.button,
.tx-cobjects-product-hero .product-view .ui-button {
  background: #000000;
  border-color: transparent;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  min-height: 40px;
  padding: 9px 15px;
  letter-spacing: 2px;
  font-family: "Interstate WGL Cond", Arial, sans-serif;
  display: inline-block;
  outline: 0; }

.tx-cobjects-product-hero .product-view .button-level1,
.tx-cobjects-product-hero .product-view a.button-level1,
.tx-cobjects-product-hero .product-view button.button-level1 {
  background-color: #fc6621;
  color: #ffffff; }
  .tx-cobjects-product-hero .product-view .button-level1:hover,
  .tx-cobjects-product-hero .product-view a.button-level1:hover,
  .tx-cobjects-product-hero .product-view button.button-level1:hover {
    background-color: #e16025; }

@media only screen and (max-width: 767px), only screen and (max-width: 1024px) and (min-width: 768px) {
  .tx-cobjects-product-hero .bx-wrapper .bx-controls-direction {
    display: none; } }
@media only screen and (max-width: 767px) {
  .tx-cobjects-product-hero .promo-product_description {
    float: none;
    width: 100%; }

  .tx-cobjects-product-hero .product-view .button-level1,
  .tx-cobjects-product-hero .product-view a.button-level1,
  .tx-cobjects-product-hero .product-view button.button-level1 {
    font-size: 14px; }

  .tx-cobjects-product-hero .product-view .product-shop,
  .tx-cobjects-product-hero .set-product-type .product-shop,
  .tx-cobjects-product-hero .product-view .add-to-cart-wrapper,
  .tx-cobjects-product-hero .set-product-type .add-to-cart-wrapper {
    width: 100%; } }
/**
 *  Additional styling for 360 view of product hero content element
 */
.tx-cobjects-product-hero .hero360 .promo-product {
  background: none;
  background-color: #fff; }
.tx-cobjects-product-hero .hero360 .threesixty {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 540px;
  width: 100% !important; }
  .tx-cobjects-product-hero .hero360 .threesixty.icon {
    overflow: hidden;
    text-align: left; }
    .tx-cobjects-product-hero .hero360 .threesixty.icon:after {
      content: "";
      background: url(../Images/producthero/360icon.png) bottom center no-repeat;
      background-size: 15%;
      height: 100%;
      position: absolute;
      width: 100%;
      display: inline-block; }
  .tx-cobjects-product-hero .hero360 .threesixty .spinner {
    width: 60px;
    display: block;
    margin: 0 auto;
    height: 30px;
    background: #333;
    background: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .tx-cobjects-product-hero .hero360 .threesixty .spinner span {
      font-family: Arial, "MS Trebuchet", sans-serif;
      font-size: 12px;
      font-weight: bolder;
      color: #FFF;
      text-align: center;
      line-height: 30px;
      display: block; }
  .tx-cobjects-product-hero .hero360 .threesixty .threesixty_images {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0; }
    .tx-cobjects-product-hero .hero360 .threesixty .threesixty_images img {
      position: absolute;
      top: 0;
      width: 100%;
      height: auto; }
      .tx-cobjects-product-hero .hero360 .threesixty .threesixty_images img.previous-image {
        visibility: hidden;
        width: 0; }
      .tx-cobjects-product-hero .hero360 .threesixty .threesixty_images img.current-image {
        visibility: visible;
        width: 100%; }

/**
 *	Additional styling for product view content element
 */
.ce-productview [class^='col-'] {
  padding: 0; }

.tx-cobjects-product-view [class^='col-'] {
  padding: 0; }

.tx-cobjects-product-view .productview-slide-cta {
  background-image: url(../Images/slide_cta.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 78px;
  height: 78px;
  top: 50%;
  margin-top: -39px;
  left: 50%;
  margin-left: -39px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease; }
  .tx-cobjects-product-view .productview-slide-cta.show {
    opacity: 1;
    visibility: visible;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

.tx-cobjects-product-view .promo-list,
.tx-cobjects-product-view .promoListInit,
.tx-cobjects-product-view .promo-list-holder {
  max-width: 960px;
  overflow: hidden; }

.tx-cobjects-product-view .promo-list,
.tx-cobjects-product-view .promoListInit {
  font-size: 0;
  /*font-size: 14px;
  line-height: 1.2em;
  font-family: 'Interstate WGL Cond',Arial;*/
  max-width: none;
  margin: 0;
  text-align: center;
  background-color: #ffffff; }

.tx-cobjects-product-view .promo-list_item {
  display: inline-block;
  /*padding: 5px 0 68px;*/
  padding: 30px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
  width: 25%;
  z-index: 1;
  outline: 0; }

.tx-cobjects-product-view .promo-list_item .image {
  margin: 0 10px; }

.tx-cobjects-product-view .promo-list_item .image img {
  margin: 0 auto 28px;
  position: relative;
  width: 100%;
  z-index: -1; }

.tx-cobjects-product-view .promo-list_item .name {
  display: block;
  font: bold 14px/1.2em 'Interstate WGL Cond', Arial;
  margin: 0 0 3px; }

.tx-cobjects-product-view .promo-list_item .btn-holder {
  bottom: 22px;
  left: 0;
  position: absolute;
  right: 0; }

.tx-cobjects-product-view .promo-list_item .btn-holder {
  position: relative;
  bottom: 0;
  margin-top: 10px; }

.tx-cobjects-product-view .promo-list_item .description {
  display: none;
  left: 0;
  letter-spacing: 1px;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 80px;
  z-index: 2; }

.tx-cobjects-product-view .promo-list_item .description p {
  font: 12px/1.2em 'Interstate WGL Cond', Arial;
  margin: 0 0 20px; }

.tx-cobjects-product-view .promo-list_item .description > p,
.tx-cobjects-product-view .promo-list_item .description > span,
.tx-cobjects-product-view .promo-list_item .description strong {
  color: #ffffff;
  letter-spacing: 0.05rem; }

.tx-cobjects-product-view .promo-list_item:before {
  display: none;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  background: #000000;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.tx-cobjects-product-view .promo-list_item:hover .category,
.tx-cobjects-product-view .promo-list_item:hover .name,
.tx-cobjects-product-view .promo-list_item:hover .price,
.tx-cobjects-product-view .promo-list_item:hover .product-name a {
  color: #ffffff; }

.tx-cobjects-product-view .promo-list_item:hover .category,
.tx-cobjects-product-view .promo-list_item:hover .name,
.tx-cobjects-product-view .promo-list_item:hover .price,
.tx-cobjects-product-view .promo-list_item:hover .button-level1,
.tx-cobjects-product-view .promo-list_item:hover .product-name {
  position: relative;
  z-index: 2; }

.tx-cobjects-product-view .promo-list_item:hover:before,
.tx-cobjects-product-view .promo-list_item:hover .description {
  display: block; }

.tx-cobjects-product-view .promo-list .button,
.tx-cobjects-product-view .promoListInit .button,
.tx-cobjects-product-view .promo-list a.button,
.tx-cobjects-product-view .promoListInit a.button,
.tx-cobjects-product-view .promo-list button.button,
.tx-cobjects-product-view .promoListInit button.button,
.tx-cobjects-product-view .promo-list .ui-button,
.tx-cobjects-product-view .promoListInit .ui-button {
  background: #000000;
  border-color: transparent;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  min-height: 40px;
  padding: 9px 15px;
  letter-spacing: 2px;
  font-family: "Interstate WGL Cond", Arial, sans-serif;
  display: inline-block;
  outline: 0; }

.tx-cobjects-product-view .promo-list .button-level1,
.tx-cobjects-product-view .promoListInit .button-level1,
.tx-cobjects-product-view .promo-list a.button-level1,
.tx-cobjects-product-view .promoListInit a.button-level1,
.tx-cobjects-product-view .promo-list button.button-level1,
.tx-cobjects-product-view .promoListInit button.button-level1 {
  background-color: #fc6621;
  color: #ffffff; }
  .tx-cobjects-product-view .promo-list .button-level1:hover,
  .tx-cobjects-product-view .promoListInit .button-level1:hover,
  .tx-cobjects-product-view .promo-list a.button-level1:hover,
  .tx-cobjects-product-view .promoListInit a.button-level1:hover,
  .tx-cobjects-product-view .promo-list button.button-level1:hover,
  .tx-cobjects-product-view .promoListInit button.button-level1:hover {
    background-color: #e16025; }

@media only screen and (max-width: 767px), only screen and (max-width: 1024px) and (min-width: 768px) {
  .tx-cobjects-product-view .bx-wrapper .bx-has-controls-direction {
    display: none; } }
@media only screen and (max-width: 1024px) {
  .tx-cobjects-product-view .promo-list_item {
    padding: 20px 0; } }
@media only screen and (max-width: 767px) {
  .tx-cobjects-product-view .promo-list_item {
    width: 50%; }
    .tx-cobjects-product-view .promo-list_item .description {
      top: 0; }

  .tx-cobjects-product-view .promo-list_item:hover .category,
  .tx-cobjects-product-view .promo-list_item:hover .name,
  .tx-cobjects-product-view .promo-list_item:hover .price,
  .tx-cobjects-product-view .promo-list_item:hover .product-name a {
    color: inherit; }

  .tx-cobjects-product-view .promo-list_item:hover:before,
  .tx-cobjects-product-view .promo-list_item:hover .description {
    display: none; }

  .tx-cobjects-product-view .promo-list_item.hover .category,
  .tx-cobjects-product-view .promo-list_item.hover .name,
  .tx-cobjects-product-view .promo-list_item.hover .price,
  .tx-cobjects-product-view .promo-list_item.hover .product-name a {
    color: #ffffff; }

  .tx-cobjects-product-view .promo-list_item.hover .category,
  .tx-cobjects-product-view .promo-list_item.hover .name,
  .tx-cobjects-product-view .promo-list_item.hover .price,
  .tx-cobjects-product-view .promo-list_item.hover .button-level1,
  .tx-cobjects-product-view .promo-list_item.hover .product-name {
    position: relative;
    z-index: 2; }

  .tx-cobjects-product-view .promo-list_item.hover:before,
  .tx-cobjects-product-view .promo-list_item.hover .description {
    display: block; } }
/**
 *	Additional styling for video banner content element
 */
.ce-videomodule [class^='col-'] {
  padding: 0; }

.videomodule {
  overflow: hidden;
  position: relative; }
  .videomodule .imageWrap {
    position: relative; }
  .videomodule.fullsize-video {
    padding-bottom: 54.6%;
    padding-top: 25px;
    height: 0; }
    .videomodule.fullsize-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .videomodule.embedded-video.active .close-button {
    background-color: #000;
    background-image: url(../Images/videoIcons/close_light.png);
    background-position: right 1% top 2%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
    margin: 0;
    position: absolute; }
  .videomodule.embedded-video .iframeWrap {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 10; }
    .videomodule.embedded-video .iframeWrap iframe {
      margin: auto;
      max-height: 75%;
      max-width: 75%;
      display: none;
      border: none;
      z-index: 3; }
  .videomodule.embedded-video.active iframe {
    display: block; }
  .videomodule .videomodule-img {
    width: auto;
    max-width: none;
    position: relative;
    height: 500px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .videomodule .video-button {
    background-repeat: no-repeat;
    background-position: right top;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
    bottom: 75px;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease; }
    .videomodule .video-button.lighttheme {
      background-image: url(../Images/videoIcons/play_light.png); }
    .videomodule .video-button.darktheme {
      background-image: url(../Images/videoIcons/play_dark.png); }
  .videomodule .promo {
    position: absolute;
    top: 0;
    height: 100%;
    text-align: center;
    width: 33.33%;
    left: 50%;
    margin-left: -16.66%;
    text-transform: uppercase; }
    .videomodule .promo .promo-content {
      width: 100%; }
    .videomodule .promo h2 {
      font-size: 24px;
      line-height: 26px;
      font-weight: bold;
      margin: 0 0 30px 0; }
    .videomodule .promo hr {
      margin: 0 auto 30px auto;
      width: 86px; }
    .videomodule .promo p {
      font-size: 16px;
      letter-spacing: 1px;
      font-family: "Interstate WGL Light", Arial, sans-serif;
      margin: 0; }
    .videomodule .promo .video-button {
      position: relative;
      top: inherit;
      bottom: inherit;
      left: 0;
      text-align: center;
      margin: auto;
      margin-top: 30px; }

@media only screen and (max-width: 1024px) {
  .videomodule .promo {
    padding: 20px; }
    .videomodule .promo h2 {
      margin: 0 0 20px 0; }
    .videomodule .promo hr {
      margin: 0 auto 20px auto; }
    .videomodule .promo .video-button {
      margin-top: 20px; } }
@media only screen and (min-width: 1024px) {
  .videomodule.embedded-video, .videomodule.lightbox-video {
    height: 500px; } }
@media only screen and (max-width: 767px) {
  .videomodule .video-button {
    bottom: initial;
    top: 50%;
    margin-top: -20px; }
  .videomodule .videomodule-img {
    height: 300px; }
  .videomodule .promo {
    width: 100%;
    left: 0;
    margin-left: 0;
    position: relative;
    background-color: #fff; }
    .videomodule .promo.left, .videomodule .promo.right, .videomodule .promo.center {
      left: 0;
      margin-left: 0; }
    .videomodule .promo.lighttheme h2, .videomodule .promo.darktheme h2 {
      color: #000; }
    .videomodule .promo.lighttheme hr, .videomodule .promo.darktheme hr {
      border-color: #000; }
    .videomodule .promo.lighttheme p, .videomodule .promo.darktheme p {
      color: #000; }
    .videomodule .promo.mobile-darktheme {
      background-color: #000; }
      .videomodule .promo.mobile-darktheme.lighttheme h2, .videomodule .promo.mobile-darktheme.darktheme h2 {
        color: #fff; }
      .videomodule .promo.mobile-darktheme.lighttheme hr, .videomodule .promo.mobile-darktheme.darktheme hr {
        border-color: #fff; }
      .videomodule .promo.mobile-darktheme.lighttheme p, .videomodule .promo.mobile-darktheme.darktheme p {
        color: #fff; }
  .videomodule.embedded-video .iframeWrap iframe {
    max-height: 100%;
    max-width: 100%; } }
/**
 *  Additional styling for silo module
 */
.ce-silo [class^='col-'] {
  padding: 0; }

.silo .silo-item {
  overflow: hidden;
  width: 20%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  position: relative;
  justify-content: center;
  cursor: pointer; }
  .silo .silo-item:first-child {
    margin-left: 0; }
  .silo .silo-item:last-child {
    margin-right: 0; }
  .silo .silo-item .promo {
    padding-top: 15%;
    padding-left: 6%;
    padding-right: 6%;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    font-family: "Interstate WGL Cond", Arial, sans-serif;
    letter-spacing: 0.05rem; }
    .silo .silo-item .promo p {
      padding-bottom: 30px;
      font-size: 14px;
      line-height: 18px;
      text-transform: none;
      letter-spacing: 0.1rem; }
  .silo .silo-item .framedButton {
    min-height: 39px;
    line-height: 14px;
    margin-top: 3px;
    width: 120px;
    font-size: 14px;
    margin-bottom: 5px;
    display: block; }
  .silo .silo-item .silo-font {
    position: absolute;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 0 20px;
    height: 110px; }
    .silo .silo-item .silo-font .silo-font-headline {
      font-size: 26px;
      text-align: center;
      margin: 0; }
    .silo .silo-item .silo-font .silo-font-text {
      width: 100%;
      text-transform: uppercase;
      text-align: center;
      font-size: 14px;
      margin-top: 5px; }
      .silo .silo-item .silo-font .silo-font-text.lighttheme {
        color: #fff; }
      .silo .silo-item .silo-font .silo-font-text.darktheme {
        color: #000; }
      .silo .silo-item .silo-font .silo-font-text.grey {
        color: #5c5c5c; }
  .silo .silo-item:hover .silo-img-Desktop {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    transform: scale(1.5, 1.5); }
  .silo .silo-item:hover .promo {
    visibility: visible;
    opacity: 1; }
.silo:after {
  content: ' ';
  clear: both;
  display: block; }

.underSilo .underSilo-right, .underSilo .underSilo-left {
  width: 50%;
  float: left;
  box-sizing: border-box; }
.underSilo .underSilo-content {
  padding-top: 13px;
  height: 95px;
  background-image: url(../Images/silo/underSilo.jpg);
  background-size: 100%, 100%; }
  .underSilo .underSilo-content p {
    line-height: 1.4em;
    margin: 0;
    text-transform: uppercase;
    font-size: 16px; }
  .underSilo .underSilo-content .underSilo-headline {
    font-size: 30px; }

@media only screen and (max-width: 1024px) {
  .silo .silo-item .promo {
    padding-top: 25%; }
    .silo .silo-item .promo p {
      padding-bottom: 30px;
      width: 90%;
      margin: 0 5%;
      z-index: 4;
      letter-spacing: 1.6px;
      line-height: 1.4em;
      font-size: 14px; }
  .silo .silo-item .silo-font {
    padding: 0 10px;
    height: 90px; }
    .silo .silo-item .silo-font .silo-font-headline {
      font-size: 22px; }
    .silo .silo-item .silo-font .silo-font-text {
      font-size: 12px; }
  .silo .silo-item .framedButton {
    min-height: 30px;
    font-size: 14px; }

  .underSilo .underSilo-content p {
    font-size: 14px; }
  .underSilo .underSilo-content .underSilo-headline {
    font-size: 24px; } }
@media only screen and (max-width: 767px) {
  .silo .silo-img {
    display: block;
    width: 100%;
    height: 100%; }
    .silo .silo-img img {
      width: 100%; }
  .silo .silo-item {
    overflow: hidden;
    width: 100%;
    display: block;
    cursor: pointer; }
    .silo .silo-item .framedButton {
      display: inline;
      margin-top: 3px;
      padding-left: 2px;
      padding-right: 2px; }
    .silo .silo-item .promo {
      padding-top: 2%;
      padding-right: 2%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .silo .silo-item .promo p {
        margin-top: 3%;
        padding-bottom: 0; }
      .silo .silo-item .promo .siloButtons {
        text-align: center;
        margin-top: 5px; }
      .silo .silo-item .promo .framedButton {
        margin-top: 0;
        padding-left: 0; }
    .silo .silo-item .silo-font {
      width: 40%;
      right: 5%;
      bottom: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      left: inherit; }
      .silo .silo-item .silo-font .silo-font-text {
        font-size: 10px; }
    .silo .silo-item .siloButtons a {
      display: inline-block; }
    .silo .silo-item:hover .promo {
      visibility: hidden;
      opacity: 0; }
    .silo .silo-item.hover .silo-font {
      display: none; }
    .silo .silo-item.hover .promo {
      visibility: visible;
      opacity: 1; }
  .silo:after {
    content: ' ';
    clear: both;
    display: block; }

  .underSilo .underSilo-right, .underSilo .underSilo-left {
    width: 100%; } }
/**
 *	Additional styling for instagram feed
 */
.ce-instagramfeed [class^='col-'] {
  padding: 0; }
.ce-instagramfeed .headline {
  text-transform: uppercase; }
  .ce-instagramfeed .headline h3 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 5px; }
  .ce-instagramfeed .headline p {
    font-size: 16px;
    letter-spacing: 1px;
    font-family: "Interstate WGL Light", Arial, sans-serif; }

.instagram-feed-grid {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .instagram-feed-grid .grid-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    float: left; }
    .instagram-feed-grid .grid-block.x2 {
      width: 25%; }
      .instagram-feed-grid .grid-block.x2 .grid-item-wrap {
        width: 100%; }
    .instagram-feed-grid .grid-block.x4 {
      width: 50%; }
      .instagram-feed-grid .grid-block.x4.full .grid-item-wrap {
        width: 100%; }
      .instagram-feed-grid .grid-block.x4 .grid-item-wrap {
        width: 50%; }
    .instagram-feed-grid .grid-block .grid-item-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap; }
      .instagram-feed-grid .grid-block .grid-item-wrap .grid-item {
        width: 50%; }
        .instagram-feed-grid .grid-block .grid-item-wrap .grid-item.x2, .instagram-feed-grid .grid-block .grid-item-wrap .grid-item.x4 {
          width: 100%; }
        .instagram-feed-grid .grid-block .grid-item-wrap .grid-item .instagramItem {
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center;
          margin: -1px 0; }
          .instagram-feed-grid .grid-block .grid-item-wrap .grid-item .instagramItem a {
            width: 100%;
            height: 100%;
            padding-bottom: 100%;
            overflow: hidden;
            position: relative; }

@media only screen and (max-width: 767px) {
  .instagram-feed-grid .mobile-hide {
    display: none !important; }
  .instagram-feed-grid .grid-block.x4 {
    width: 100%; }
  .instagram-feed-grid .grid-block .grid-item-wrap.mobile-full {
    width: 100%; }
  .instagram-feed-grid .grid-block .grid-item-wrap .grid-item.mobile-full {
    width: 100%; } }
/**
 *  Additional styling for textblock content element
 *  MobileFirst
 */
.ce-textblock [class^='col-'] {
  padding: 0; }

.textblock {
  padding: 20px; }
  .textblock b, .textblock strong {
    font-weight: normal;
    font-family: "Interstate WGL", Arial, sans-serif; }
  .textblock.lighttheme {
    background-color: #fff;
    color: #000; }
    .textblock.lighttheme h2, .textblock.lighttheme h3, .textblock.lighttheme p {
      color: #000; }
  .textblock.darktheme {
    background-color: #000;
    color: #fff; }
    .textblock.darktheme h2, .textblock.darktheme h3, .textblock.darktheme p {
      color: #fff; }
  .textblock.center {
    text-align: center; }
  .textblock.left {
    text-align: left; }
  .textblock.right {
    text-align: right; }
  .textblock .textblock-headline {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-family: "Interstate WGL", Arial, sans-serif;
    margin-bottom: 0; }
  .textblock .bodytext {
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 1.4;
    font-family: "Interstate WGL Light", Arial, sans-serif; }
    .textblock .bodytext h2 {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 16px;
      display: block;
      margin: 20px 0; }
    .textblock .bodytext a {
      display: inline;
      color: inherit;
      text-decoration: underline; }
    .textblock .bodytext ol, .textblock .bodytext ul {
      padding-left: 20px;
      text-align: left; }
    .textblock .bodytext ol {
      list-style-type: decimal; }
    .textblock .bodytext ul {
      list-style-type: disc; }

@media only screen and (min-width: 768px) {
  .textblock {
    padding: 30px; }
    .textblock .bodytext h2 {
      margin: 30px 0; } }

/*# sourceMappingURL=head-styles.css.map */
